public static final class Requests.ExecuteRequest extends com.google.protobuf.GeneratedMessage implements Requests.ExecuteRequestOrBuilder
ExecuteRequest
Request for Meta#execute(Meta.ConnectionHandle, list, long)
| Modifier and Type | Class and Description |
|---|---|
static class |
Requests.ExecuteRequest.Builder
Protobuf type
ExecuteRequest |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
private int |
bitField0_ |
private static Requests.ExecuteRequest |
DEFAULT_INSTANCE |
static int |
HAS_PARAMETER_VALUES_FIELD_NUMBER |
private boolean |
hasParameterValues_ |
static int |
MAX_ROW_COUNT_FIELD_NUMBER |
private long |
maxRowCount_ |
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.GeneratedMessage.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static Requests.ExecuteRequest |
getDefaultInstance() |
Requests.ExecuteRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getHasParameterValues()
optional bool has_parameter_values = 4; |
long |
getMaxRowCount()
optional uint64 max_row_count = 3; |
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() |
boolean |
hasStatementHandle()
optional .StatementHandle statementHandle = 1; |
protected com.google.protobuf.GeneratedMessage.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.GeneratedMessage.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, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, 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 MAX_ROW_COUNT_FIELD_NUMBER
private long maxRowCount_
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.GeneratedMessage.Builder<?> builder)
private Requests.ExecuteRequest()
private Requests.ExecuteRequest(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic 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 getMaxRowCount()
optional uint64 max_row_count = 3;getMaxRowCount 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.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic 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.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic 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.GeneratedMessagepublic 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.