public static final class Common.MetaDataOperationArgument extends com.google.protobuf.GeneratedMessage implements Common.MetaDataOperationArgumentOrBuilder
MetaDataOperationArgument
Represents the breadth of arguments to DatabaseMetaData functions
| Modifier and Type | Class and Description |
|---|---|
static class |
Common.MetaDataOperationArgument.ArgumentType
Protobuf enum
MetaDataOperationArgument.ArgumentType |
static class |
Common.MetaDataOperationArgument.Builder
Protobuf type
MetaDataOperationArgument |
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_ |
static int |
BOOL_VALUE_FIELD_NUMBER |
private boolean |
boolValue_ |
private static Common.MetaDataOperationArgument |
DEFAULT_INSTANCE |
static int |
INT_ARRAY_VALUES_FIELD_NUMBER |
static int |
INT_VALUE_FIELD_NUMBER |
private List<Integer> |
intArrayValues_ |
private int |
intArrayValuesMemoizedSerializedSize |
private int |
intValue_ |
private byte |
memoizedIsInitialized |
private static com.google.protobuf.Parser<Common.MetaDataOperationArgument> |
PARSER |
private static long |
serialVersionUID |
static int |
STRING_ARRAY_VALUES_FIELD_NUMBER |
static int |
STRING_VALUE_FIELD_NUMBER |
private com.google.protobuf.LazyStringList |
stringArrayValues_ |
private Object |
stringValue_ |
private int |
type_ |
static int |
TYPE_FIELD_NUMBER |
| Modifier | Constructor and Description |
|---|---|
private |
Common.MetaDataOperationArgument() |
private |
Common.MetaDataOperationArgument(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
Common.MetaDataOperationArgument(com.google.protobuf.GeneratedMessage.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
optional bool bool_value = 2; |
static Common.MetaDataOperationArgument |
getDefaultInstance() |
Common.MetaDataOperationArgument |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getIntArrayValues(int index)
repeated sint32 int_array_values = 5; |
int |
getIntArrayValuesCount()
repeated sint32 int_array_values = 5; |
List<Integer> |
getIntArrayValuesList()
repeated sint32 int_array_values = 5; |
int |
getIntValue()
optional sint32 int_value = 3; |
com.google.protobuf.Parser<Common.MetaDataOperationArgument> |
getParserForType() |
int |
getSerializedSize() |
String |
getStringArrayValues(int index)
repeated string string_array_values = 4; |
com.google.protobuf.ByteString |
getStringArrayValuesBytes(int index)
repeated string string_array_values = 4; |
int |
getStringArrayValuesCount()
repeated string string_array_values = 4; |
com.google.protobuf.ProtocolStringList |
getStringArrayValuesList()
repeated string string_array_values = 4; |
String |
getStringValue()
optional string string_value = 1; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string string_value = 1; |
Common.MetaDataOperationArgument.ArgumentType |
getType()
optional .MetaDataOperationArgument.ArgumentType type = 6; |
int |
getTypeValue()
optional .MetaDataOperationArgument.ArgumentType type = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Common.MetaDataOperationArgument.Builder |
newBuilder() |
static Common.MetaDataOperationArgument.Builder |
newBuilder(Common.MetaDataOperationArgument prototype) |
Common.MetaDataOperationArgument.Builder |
newBuilderForType() |
protected Common.MetaDataOperationArgument.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Common.MetaDataOperationArgument |
parseDelimitedFrom(InputStream input) |
static Common.MetaDataOperationArgument |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.MetaDataOperationArgument |
parseFrom(byte[] data) |
static Common.MetaDataOperationArgument |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.MetaDataOperationArgument |
parseFrom(com.google.protobuf.ByteString data) |
static Common.MetaDataOperationArgument |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.MetaDataOperationArgument |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Common.MetaDataOperationArgument |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.MetaDataOperationArgument |
parseFrom(InputStream input) |
static Common.MetaDataOperationArgument |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Common.MetaDataOperationArgument> |
parser() |
Common.MetaDataOperationArgument.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 STRING_VALUE_FIELD_NUMBER
private volatile Object stringValue_
public static final int BOOL_VALUE_FIELD_NUMBER
private boolean boolValue_
public static final int INT_VALUE_FIELD_NUMBER
private int intValue_
public static final int STRING_ARRAY_VALUES_FIELD_NUMBER
private com.google.protobuf.LazyStringList stringArrayValues_
public static final int INT_ARRAY_VALUES_FIELD_NUMBER
private int intArrayValuesMemoizedSerializedSize
public static final int TYPE_FIELD_NUMBER
private int type_
private byte memoizedIsInitialized
private static final long serialVersionUID
private static final Common.MetaDataOperationArgument DEFAULT_INSTANCE
private static final com.google.protobuf.Parser<Common.MetaDataOperationArgument> PARSER
private Common.MetaDataOperationArgument(com.google.protobuf.GeneratedMessage.Builder<?> builder)
private Common.MetaDataOperationArgument()
private Common.MetaDataOperationArgument(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 String getStringValue()
optional string string_value = 1;getStringValue in interface Common.MetaDataOperationArgumentOrBuilderpublic com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 1;getStringValueBytes in interface Common.MetaDataOperationArgumentOrBuilderpublic boolean getBoolValue()
optional bool bool_value = 2;getBoolValue in interface Common.MetaDataOperationArgumentOrBuilderpublic int getIntValue()
optional sint32 int_value = 3;getIntValue in interface Common.MetaDataOperationArgumentOrBuilderpublic com.google.protobuf.ProtocolStringList getStringArrayValuesList()
repeated string string_array_values = 4;getStringArrayValuesList in interface Common.MetaDataOperationArgumentOrBuilderpublic int getStringArrayValuesCount()
repeated string string_array_values = 4;getStringArrayValuesCount in interface Common.MetaDataOperationArgumentOrBuilderpublic String getStringArrayValues(int index)
repeated string string_array_values = 4;getStringArrayValues in interface Common.MetaDataOperationArgumentOrBuilderpublic com.google.protobuf.ByteString getStringArrayValuesBytes(int index)
repeated string string_array_values = 4;getStringArrayValuesBytes in interface Common.MetaDataOperationArgumentOrBuilderpublic List<Integer> getIntArrayValuesList()
repeated sint32 int_array_values = 5;getIntArrayValuesList in interface Common.MetaDataOperationArgumentOrBuilderpublic int getIntArrayValuesCount()
repeated sint32 int_array_values = 5;getIntArrayValuesCount in interface Common.MetaDataOperationArgumentOrBuilderpublic int getIntArrayValues(int index)
repeated sint32 int_array_values = 5;getIntArrayValues in interface Common.MetaDataOperationArgumentOrBuilderpublic int getTypeValue()
optional .MetaDataOperationArgument.ArgumentType type = 6;getTypeValue in interface Common.MetaDataOperationArgumentOrBuilderpublic Common.MetaDataOperationArgument.ArgumentType getType()
optional .MetaDataOperationArgument.ArgumentType type = 6;getType in interface Common.MetaDataOperationArgumentOrBuilderpublic 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 Common.MetaDataOperationArgument parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.MetaDataOperationArgument parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.MetaDataOperationArgument parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.MetaDataOperationArgument parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.MetaDataOperationArgument parseFrom(InputStream input) throws IOException
IOExceptionpublic static Common.MetaDataOperationArgument parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Common.MetaDataOperationArgument parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Common.MetaDataOperationArgument parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Common.MetaDataOperationArgument parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Common.MetaDataOperationArgument parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Common.MetaDataOperationArgument.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Common.MetaDataOperationArgument.Builder newBuilder()
public static Common.MetaDataOperationArgument.Builder newBuilder(Common.MetaDataOperationArgument prototype)
public Common.MetaDataOperationArgument.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Common.MetaDataOperationArgument.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static Common.MetaDataOperationArgument getDefaultInstance()
public static com.google.protobuf.Parser<Common.MetaDataOperationArgument> parser()
public com.google.protobuf.Parser<Common.MetaDataOperationArgument> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic Common.MetaDataOperationArgument getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.