public interface DatastoreOptionsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
KindExpression |
getKind()
The kind to process.
|
KindExpressionOrBuilder |
getKindOrBuilder()
The kind to process.
|
PartitionId |
getPartitionId()
A partition ID identifies a grouping of entities.
|
PartitionIdOrBuilder |
getPartitionIdOrBuilder()
A partition ID identifies a grouping of entities.
|
boolean |
hasKind()
The kind to process.
|
boolean |
hasPartitionId()
A partition ID identifies a grouping of entities.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasPartitionId()
A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
.google.privacy.dlp.v2.PartitionId partition_id = 1;
PartitionId getPartitionId()
A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
.google.privacy.dlp.v2.PartitionId partition_id = 1;
PartitionIdOrBuilder getPartitionIdOrBuilder()
A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
.google.privacy.dlp.v2.PartitionId partition_id = 1;
boolean hasKind()
The kind to process.
.google.privacy.dlp.v2.KindExpression kind = 2;
KindExpression getKind()
The kind to process.
.google.privacy.dlp.v2.KindExpression kind = 2;
KindExpressionOrBuilder getKindOrBuilder()
The kind to process.
.google.privacy.dlp.v2.KindExpression kind = 2;