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.
|
Projection |
getProjection(int index)
Properties to scan.
|
int |
getProjectionCount()
Properties to scan.
|
java.util.List<Projection> |
getProjectionList()
Properties to scan.
|
ProjectionOrBuilder |
getProjectionOrBuilder(int index)
Properties to scan.
|
java.util.List<? extends ProjectionOrBuilder> |
getProjectionOrBuilderList()
Properties to scan.
|
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, hasOneofisInitializedboolean 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.v2beta1.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.v2beta1.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.v2beta1.PartitionId partition_id = 1;boolean hasKind()
The kind to process.
.google.privacy.dlp.v2beta1.KindExpression kind = 2;KindExpression getKind()
The kind to process.
.google.privacy.dlp.v2beta1.KindExpression kind = 2;KindExpressionOrBuilder getKindOrBuilder()
The kind to process.
.google.privacy.dlp.v2beta1.KindExpression kind = 2;java.util.List<Projection> getProjectionList()
Properties to scan. If none are specified, all properties will be scanned by default.
repeated .google.privacy.dlp.v2beta1.Projection projection = 3;Projection getProjection(int index)
Properties to scan. If none are specified, all properties will be scanned by default.
repeated .google.privacy.dlp.v2beta1.Projection projection = 3;int getProjectionCount()
Properties to scan. If none are specified, all properties will be scanned by default.
repeated .google.privacy.dlp.v2beta1.Projection projection = 3;java.util.List<? extends ProjectionOrBuilder> getProjectionOrBuilderList()
Properties to scan. If none are specified, all properties will be scanned by default.
repeated .google.privacy.dlp.v2beta1.Projection projection = 3;ProjectionOrBuilder getProjectionOrBuilder(int index)
Properties to scan. If none are specified, all properties will be scanned by default.
repeated .google.privacy.dlp.v2beta1.Projection projection = 3;