public interface DatastoreOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract KindExpression getKind()The kind to process.
.google.privacy.dlp.v2.KindExpression kind = 2;
| Returns | |
|---|---|
| Type | Description |
KindExpression |
The kind. |
getKindOrBuilder()
public abstract KindExpressionOrBuilder getKindOrBuilder()The kind to process.
.google.privacy.dlp.v2.KindExpression kind = 2;
| Returns | |
|---|---|
| Type | Description |
KindExpressionOrBuilder |
|
getPartitionId()
public abstract 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 | |
|---|---|
| Type | Description |
PartitionId |
The partitionId. |
getPartitionIdOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
PartitionIdOrBuilder |
|
hasKind()
public abstract boolean hasKind()The kind to process.
.google.privacy.dlp.v2.KindExpression kind = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the kind field is set. |
hasPartitionId()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the partitionId field is set. |