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