Package com.google.privacy.dlp.v2
Interface DataProfileLocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataProfileLocation
,DataProfileLocation.Builder
public interface DataProfileLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOrganizationId
boolean hasOrganizationId()
The ID of an organization to scan.
int64 organization_id = 1;
- Returns:
- Whether the organizationId field is set.
-
getOrganizationId
long getOrganizationId()
The ID of an organization to scan.
int64 organization_id = 1;
- Returns:
- The organizationId.
-
hasFolderId
boolean hasFolderId()
The ID of the Folder within an organization to scan.
int64 folder_id = 2;
- Returns:
- Whether the folderId field is set.
-
getFolderId
long getFolderId()
The ID of the Folder within an organization to scan.
int64 folder_id = 2;
- Returns:
- The folderId.
-
getLocationCase
DataProfileLocation.LocationCase getLocationCase()
-
-