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 String
getNamespaceId()
If not empty, the ID of the namespace to which the entities belong.com.google.protobuf.ByteString
getNamespaceIdBytes()
If not empty, the ID of the namespace to which the entities belong.String
getProjectId()
The ID of the project to which the entities belong.com.google.protobuf.ByteString
getProjectIdBytes()
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.
-
-