public static interface DatastoreV1.GqlQueryArgOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getCursor()
optional bytes cursor = 3; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
DatastoreV1.Value |
getValue()
optional .api.services.datastore.Value value = 2; |
DatastoreV1.ValueOrBuilder |
getValueOrBuilder()
optional .api.services.datastore.Value value = 2; |
boolean |
hasCursor()
optional bytes cursor = 3; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasValue()
optional .api.services.datastore.Value value = 2; |
boolean hasName()
optional string name = 1;
Must match regex "[A-Za-z_$][A-Za-z_$0-9]*". Must not match regex "__.*__". Must not be "".
String getName()
optional string name = 1;
Must match regex "[A-Za-z_$][A-Za-z_$0-9]*". Must not match regex "__.*__". Must not be "".
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
Must match regex "[A-Za-z_$][A-Za-z_$0-9]*". Must not match regex "__.*__". Must not be "".
boolean hasValue()
optional .api.services.datastore.Value value = 2;
DatastoreV1.Value getValue()
optional .api.services.datastore.Value value = 2;
DatastoreV1.ValueOrBuilder getValueOrBuilder()
optional .api.services.datastore.Value value = 2;
boolean hasCursor()
optional bytes cursor = 3;
com.google.protobuf.ByteString getCursor()
optional bytes cursor = 3;
Copyright © 2013. All Rights Reserved.