public static interface Common.MetaDataOperationArgumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
optional bool bool_value = 2; |
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; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStringValue()
optional string string_value = 1;com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 1;boolean getBoolValue()
optional bool bool_value = 2;int getIntValue()
optional sint32 int_value = 3;com.google.protobuf.ProtocolStringList getStringArrayValuesList()
repeated string string_array_values = 4;int getStringArrayValuesCount()
repeated string string_array_values = 4;String getStringArrayValues(int index)
repeated string string_array_values = 4;com.google.protobuf.ByteString getStringArrayValuesBytes(int index)
repeated string string_array_values = 4;int getIntArrayValuesCount()
repeated sint32 int_array_values = 5;int getIntArrayValues(int index)
repeated sint32 int_array_values = 5;int getTypeValue()
optional .MetaDataOperationArgument.ArgumentType type = 6;Common.MetaDataOperationArgument.ArgumentType getType()
optional .MetaDataOperationArgument.ArgumentType type = 6;Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.