public interface DiscoveryStartingLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFolderId()
public abstract long getFolderId()The ID of the folder within an organization to be scanned.
int64 folder_id = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The folderId. |
getLocationCase()
public abstract DiscoveryStartingLocation.LocationCase getLocationCase()| Returns | |
|---|---|
| Type | Description |
DiscoveryStartingLocation.LocationCase |
|
getOrganizationId()
public abstract long getOrganizationId()The ID of an organization to scan.
int64 organization_id = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The organizationId. |
hasFolderId()
public abstract boolean hasFolderId()The ID of the folder within an organization to be scanned.
int64 folder_id = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the folderId field is set. |
hasOrganizationId()
public abstract boolean hasOrganizationId()The ID of an organization to scan.
int64 organization_id = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the organizationId field is set. |