public static final class DatastoreV1.GqlQueryArg.Builder extends com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.GqlQueryArg.Builder> implements DatastoreV1.GqlQueryArgOrBuilder
api.services.datastore.GqlQueryArg
A binding argument for a GQL query. Exactly one of fields value and cursor must be set.
Modifier and Type | Method and Description |
---|---|
DatastoreV1.GqlQueryArg |
build() |
DatastoreV1.GqlQueryArg |
buildPartial() |
DatastoreV1.GqlQueryArg.Builder |
clear() |
DatastoreV1.GqlQueryArg.Builder |
clearCursor()
optional bytes cursor = 3; |
DatastoreV1.GqlQueryArg.Builder |
clearName()
optional string name = 1; |
DatastoreV1.GqlQueryArg.Builder |
clearValue()
optional .api.services.datastore.Value value = 2; |
DatastoreV1.GqlQueryArg.Builder |
clone() |
com.google.protobuf.ByteString |
getCursor()
optional bytes cursor = 3; |
DatastoreV1.GqlQueryArg |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.Value.Builder |
getValueBuilder()
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DatastoreV1.GqlQueryArg.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DatastoreV1.GqlQueryArg.Builder |
mergeFrom(DatastoreV1.GqlQueryArg other) |
DatastoreV1.GqlQueryArg.Builder |
mergeFrom(com.google.protobuf.Message other) |
DatastoreV1.GqlQueryArg.Builder |
mergeValue(DatastoreV1.Value value)
optional .api.services.datastore.Value value = 2; |
DatastoreV1.GqlQueryArg.Builder |
setCursor(com.google.protobuf.ByteString value)
optional bytes cursor = 3; |
DatastoreV1.GqlQueryArg.Builder |
setName(String value)
optional string name = 1; |
DatastoreV1.GqlQueryArg.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1; |
DatastoreV1.GqlQueryArg.Builder |
setValue(DatastoreV1.Value.Builder builderForValue)
optional .api.services.datastore.Value value = 2; |
DatastoreV1.GqlQueryArg.Builder |
setValue(DatastoreV1.Value value)
optional .api.services.datastore.Value value = 2; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.GqlQueryArg.Builder>
public DatastoreV1.GqlQueryArg.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.GqlQueryArg.Builder>
public DatastoreV1.GqlQueryArg.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.GqlQueryArg.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.GqlQueryArg.Builder>
public DatastoreV1.GqlQueryArg getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public DatastoreV1.GqlQueryArg build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public DatastoreV1.GqlQueryArg buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public DatastoreV1.GqlQueryArg.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DatastoreV1.GqlQueryArg.Builder>
public DatastoreV1.GqlQueryArg.Builder mergeFrom(DatastoreV1.GqlQueryArg other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<DatastoreV1.GqlQueryArg.Builder>
public DatastoreV1.GqlQueryArg.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DatastoreV1.GqlQueryArg.Builder>
IOException
public boolean hasName()
optional string name = 1;
Must match regex "[A-Za-z_$][A-Za-z_$0-9]*". Must not match regex "__.*__". Must not be "".
hasName
in interface DatastoreV1.GqlQueryArgOrBuilder
public String getName()
optional string name = 1;
Must match regex "[A-Za-z_$][A-Za-z_$0-9]*". Must not match regex "__.*__". Must not be "".
getName
in interface DatastoreV1.GqlQueryArgOrBuilder
public 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 "".
getNameBytes
in interface DatastoreV1.GqlQueryArgOrBuilder
public DatastoreV1.GqlQueryArg.Builder setName(String value)
optional string name = 1;
Must match regex "[A-Za-z_$][A-Za-z_$0-9]*". Must not match regex "__.*__". Must not be "".
public DatastoreV1.GqlQueryArg.Builder clearName()
optional string name = 1;
Must match regex "[A-Za-z_$][A-Za-z_$0-9]*". Must not match regex "__.*__". Must not be "".
public DatastoreV1.GqlQueryArg.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;
Must match regex "[A-Za-z_$][A-Za-z_$0-9]*". Must not match regex "__.*__". Must not be "".
public boolean hasValue()
optional .api.services.datastore.Value value = 2;
hasValue
in interface DatastoreV1.GqlQueryArgOrBuilder
public DatastoreV1.Value getValue()
optional .api.services.datastore.Value value = 2;
getValue
in interface DatastoreV1.GqlQueryArgOrBuilder
public DatastoreV1.GqlQueryArg.Builder setValue(DatastoreV1.Value value)
optional .api.services.datastore.Value value = 2;
public DatastoreV1.GqlQueryArg.Builder setValue(DatastoreV1.Value.Builder builderForValue)
optional .api.services.datastore.Value value = 2;
public DatastoreV1.GqlQueryArg.Builder mergeValue(DatastoreV1.Value value)
optional .api.services.datastore.Value value = 2;
public DatastoreV1.GqlQueryArg.Builder clearValue()
optional .api.services.datastore.Value value = 2;
public DatastoreV1.Value.Builder getValueBuilder()
optional .api.services.datastore.Value value = 2;
public DatastoreV1.ValueOrBuilder getValueOrBuilder()
optional .api.services.datastore.Value value = 2;
getValueOrBuilder
in interface DatastoreV1.GqlQueryArgOrBuilder
public boolean hasCursor()
optional bytes cursor = 3;
hasCursor
in interface DatastoreV1.GqlQueryArgOrBuilder
public com.google.protobuf.ByteString getCursor()
optional bytes cursor = 3;
getCursor
in interface DatastoreV1.GqlQueryArgOrBuilder
public DatastoreV1.GqlQueryArg.Builder setCursor(com.google.protobuf.ByteString value)
optional bytes cursor = 3;
public DatastoreV1.GqlQueryArg.Builder clearCursor()
optional bytes cursor = 3;
Copyright © 2013. All Rights Reserved.