public static interface DatastoreV1.Key.PathElementOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getId()
optional int64 id = 2; |
String |
getKind()
required string kind = 1; |
com.google.protobuf.ByteString |
getKindBytes()
required string kind = 1; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
boolean |
hasId()
optional int64 id = 2; |
boolean |
hasKind()
required string kind = 1; |
boolean |
hasName()
optional string name = 3; |
boolean hasKind()
required string kind = 1;
The kind of the entity. A kind matching regex "__.*__" is reserved/read-only. A kind must not contain more than 500 characters. Cannot be "".
String getKind()
required string kind = 1;
The kind of the entity. A kind matching regex "__.*__" is reserved/read-only. A kind must not contain more than 500 characters. Cannot be "".
com.google.protobuf.ByteString getKindBytes()
required string kind = 1;
The kind of the entity. A kind matching regex "__.*__" is reserved/read-only. A kind must not contain more than 500 characters. Cannot be "".
boolean hasId()
optional int64 id = 2;
The ID of the entity. Never equal to zero. Values less than zero are discouraged and will not be supported in the future.
long getId()
optional int64 id = 2;
The ID of the entity. Never equal to zero. Values less than zero are discouraged and will not be supported in the future.
boolean hasName()
optional string name = 3;
The name of the entity. A name matching regex "__.*__" is reserved/read-only. A name must not be more than 500 characters. Cannot be "".
String getName()
optional string name = 3;
The name of the entity. A name matching regex "__.*__" is reserved/read-only. A name must not be more than 500 characters. Cannot be "".
com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
The name of the entity. A name matching regex "__.*__" is reserved/read-only. A name must not be more than 500 characters. Cannot be "".
Copyright © 2013. All Rights Reserved.