Package com.google.privacy.dlp.v2
Interface PartitionIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartitionId,PartitionId.Builder
public interface PartitionIdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNamespaceId()If not empty, the ID of the namespace to which the entities belong.com.google.protobuf.ByteStringgetNamespaceIdBytes()If not empty, the ID of the namespace to which the entities belong.StringgetProjectId()The ID of the project to which the entities belong.com.google.protobuf.ByteStringgetProjectIdBytes()The ID of the project to which the entities belong.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
The ID of the project to which the entities belong.
string project_id = 2;- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
The ID of the project to which the entities belong.
string project_id = 2;- Returns:
- The bytes for projectId.
-
getNamespaceId
String getNamespaceId()
If not empty, the ID of the namespace to which the entities belong.
string namespace_id = 4;- Returns:
- The namespaceId.
-
getNamespaceIdBytes
com.google.protobuf.ByteString getNamespaceIdBytes()
If not empty, the ID of the namespace to which the entities belong.
string namespace_id = 4;- Returns:
- The bytes for namespaceId.
-
-