public static interface DatastoreV1.PartitionIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDatasetId()
optional string dataset_id = 3; |
com.google.protobuf.ByteString |
getDatasetIdBytes()
optional string dataset_id = 3; |
String |
getNamespace()
optional string namespace = 4; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 4; |
boolean |
hasDatasetId()
optional string dataset_id = 3; |
boolean |
hasNamespace()
optional string namespace = 4; |
boolean hasDatasetId()
optional string dataset_id = 3;
The dataset ID.
String getDatasetId()
optional string dataset_id = 3;
The dataset ID.
com.google.protobuf.ByteString getDatasetIdBytes()
optional string dataset_id = 3;
The dataset ID.
boolean hasNamespace()
optional string namespace = 4;
The namespace.
String getNamespace()
optional string namespace = 4;
The namespace.
com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 4;
The namespace.
Copyright © 2013. All Rights Reserved.