Package com.google.privacy.dlp.v2
Interface DatastoreOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatastoreOptions,DatastoreOptions.Builder
public interface DatastoreOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KindExpressiongetKind()The kind to process.KindExpressionOrBuildergetKindOrBuilder()The kind to process.PartitionIdgetPartitionId()A partition ID identifies a grouping of entities.PartitionIdOrBuildergetPartitionIdOrBuilder()A partition ID identifies a grouping of entities.booleanhasKind()The kind to process.booleanhasPartitionId()A partition ID identifies a grouping of entities.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPartitionId
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;- Returns:
- Whether the partitionId field is set.
-
getPartitionId
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;- Returns:
- The partitionId.
-
getPartitionIdOrBuilder
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;
-
hasKind
boolean hasKind()
The kind to process.
.google.privacy.dlp.v2.KindExpression kind = 2;- Returns:
- Whether the kind field is set.
-
getKind
KindExpression getKind()
The kind to process.
.google.privacy.dlp.v2.KindExpression kind = 2;- Returns:
- The kind.
-
getKindOrBuilder
KindExpressionOrBuilder getKindOrBuilder()
The kind to process.
.google.privacy.dlp.v2.KindExpression kind = 2;
-
-