public interface DataProfileLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getFolderId()
The ID of the Folder within an organization to scan.
|
DataProfileLocation.LocationCase |
getLocationCase() |
long |
getOrganizationId()
The ID of an organization to scan.
|
boolean |
hasFolderId()
The ID of the Folder within an organization to scan.
|
boolean |
hasOrganizationId()
The ID of an organization to scan.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOrganizationId()
The ID of an organization to scan.
int64 organization_id = 1;long getOrganizationId()
The ID of an organization to scan.
int64 organization_id = 1;boolean hasFolderId()
The ID of the Folder within an organization to scan.
int64 folder_id = 2;long getFolderId()
The ID of the Folder within an organization to scan.
int64 folder_id = 2;DataProfileLocation.LocationCase getLocationCase()
Copyright © 2022 Google LLC. All rights reserved.