public static final class Requests.ExecuteRequest extends com.google.protobuf.GeneratedMessageV3 implements Requests.ExecuteRequestOrBuilder
Request for Meta#execute(Meta.ConnectionHandle, list, long)Protobuf type
ExecuteRequest| Modifier and Type | Class and Description |
|---|---|
static class |
Requests.ExecuteRequest.Builder
Request for Meta#execute(Meta.ConnectionHandle, list, long)
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
private int |
bitField0_ |
private static Requests.ExecuteRequest |
DEFAULT_INSTANCE |
static int |
FIRST_FRAME_MAX_SIZE_FIELD_NUMBER |
private long |
firstFrameMaxSize_ |
static int |
HAS_PARAMETER_VALUES_FIELD_NUMBER |
private boolean |
hasParameterValues_ |
private byte |
memoizedIsInitialized |
static int |
PARAMETER_VALUES_FIELD_NUMBER |
private List<Common.TypedValue> |
parameterValues_ |
private static com.google.protobuf.Parser<Requests.ExecuteRequest> |
PARSER |
private static long |
serialVersionUID |
private Common.StatementHandle |
statementHandle_ |
static int |
STATEMENTHANDLE_FIELD_NUMBER |
| Modifier | Constructor and Description |
|---|---|
private |
Requests.ExecuteRequest() |
private |
Requests.ExecuteRequest(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
Requests.ExecuteRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Requests.ExecuteRequest |
getDefaultInstance() |
Requests.ExecuteRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getFirstFrameMaxSize()
The maximum number of rows to return in the first Frame
|
boolean |
getHasParameterValues()
optional bool has_parameter_values = 4; |
Common.TypedValue |
getParameterValues(int index)
repeated .TypedValue parameter_values = 2; |
int |
getParameterValuesCount()
repeated .TypedValue parameter_values = 2; |
List<Common.TypedValue> |
getParameterValuesList()
repeated .TypedValue parameter_values = 2; |
Common.TypedValueOrBuilder |
getParameterValuesOrBuilder(int index)
repeated .TypedValue parameter_values = 2; |
List<? extends Common.TypedValueOrBuilder> |
getParameterValuesOrBuilderList()
repeated .TypedValue parameter_values = 2; |
com.google.protobuf.Parser<Requests.ExecuteRequest> |
getParserForType() |
int |
getSerializedSize() |
Common.StatementHandle |
getStatementHandle()
optional .StatementHandle statementHandle = 1; |
Common.StatementHandleOrBuilder |
getStatementHandleOrBuilder()
optional .StatementHandle statementHandle = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasStatementHandle()
optional .StatementHandle statementHandle = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Requests.ExecuteRequest.Builder |
newBuilder() |
static Requests.ExecuteRequest.Builder |
newBuilder(Requests.ExecuteRequest prototype) |
Requests.ExecuteRequest.Builder |
newBuilderForType() |
protected Requests.ExecuteRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Requests.ExecuteRequest |
parseDelimitedFrom(InputStream input) |
static Requests.ExecuteRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requests.ExecuteRequest |
parseFrom(byte[] data) |
static Requests.ExecuteRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requests.ExecuteRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Requests.ExecuteRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requests.ExecuteRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Requests.ExecuteRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Requests.ExecuteRequest |
parseFrom(InputStream input) |
static Requests.ExecuteRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Requests.ExecuteRequest> |
parser() |
Requests.ExecuteRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate int bitField0_
public static final int STATEMENTHANDLE_FIELD_NUMBER
private Common.StatementHandle statementHandle_
public static final int PARAMETER_VALUES_FIELD_NUMBER
private List<Common.TypedValue> parameterValues_
public static final int FIRST_FRAME_MAX_SIZE_FIELD_NUMBER
private long firstFrameMaxSize_
public static final int HAS_PARAMETER_VALUES_FIELD_NUMBER
private boolean hasParameterValues_
private byte memoizedIsInitialized
private static final long serialVersionUID
private static final Requests.ExecuteRequest DEFAULT_INSTANCE
private static final com.google.protobuf.Parser<Requests.ExecuteRequest> PARSER
private Requests.ExecuteRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
private Requests.ExecuteRequest()
private Requests.ExecuteRequest(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasStatementHandle()
optional .StatementHandle statementHandle = 1;hasStatementHandle in interface Requests.ExecuteRequestOrBuilderpublic Common.StatementHandle getStatementHandle()
optional .StatementHandle statementHandle = 1;getStatementHandle in interface Requests.ExecuteRequestOrBuilderpublic Common.StatementHandleOrBuilder getStatementHandleOrBuilder()
optional .StatementHandle statementHandle = 1;getStatementHandleOrBuilder in interface Requests.ExecuteRequestOrBuilderpublic List<Common.TypedValue> getParameterValuesList()
repeated .TypedValue parameter_values = 2;getParameterValuesList in interface Requests.ExecuteRequestOrBuilderpublic List<? extends Common.TypedValueOrBuilder> getParameterValuesOrBuilderList()
repeated .TypedValue parameter_values = 2;getParameterValuesOrBuilderList in interface Requests.ExecuteRequestOrBuilderpublic int getParameterValuesCount()
repeated .TypedValue parameter_values = 2;getParameterValuesCount in interface Requests.ExecuteRequestOrBuilderpublic Common.TypedValue getParameterValues(int index)
repeated .TypedValue parameter_values = 2;getParameterValues in interface Requests.ExecuteRequestOrBuilderpublic Common.TypedValueOrBuilder getParameterValuesOrBuilder(int index)
repeated .TypedValue parameter_values = 2;getParameterValuesOrBuilder in interface Requests.ExecuteRequestOrBuilderpublic long getFirstFrameMaxSize()
The maximum number of rows to return in the first Frame
optional uint64 first_frame_max_size = 3;getFirstFrameMaxSize in interface Requests.ExecuteRequestOrBuilderpublic boolean getHasParameterValues()
optional bool has_parameter_values = 4;getHasParameterValues in interface Requests.ExecuteRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Requests.ExecuteRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requests.ExecuteRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requests.ExecuteRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requests.ExecuteRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Requests.ExecuteRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Requests.ExecuteRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Requests.ExecuteRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Requests.ExecuteRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Requests.ExecuteRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Requests.ExecuteRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Requests.ExecuteRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Requests.ExecuteRequest.Builder newBuilder()
public static Requests.ExecuteRequest.Builder newBuilder(Requests.ExecuteRequest prototype)
public Requests.ExecuteRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Requests.ExecuteRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Requests.ExecuteRequest getDefaultInstance()
public static com.google.protobuf.Parser<Requests.ExecuteRequest> parser()
public com.google.protobuf.Parser<Requests.ExecuteRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Requests.ExecuteRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.