public interface StateMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDatatype()
string datatype = 1 [json_name = "datatype"]; |
com.google.protobuf.ByteString |
getDatatypeBytes()
string datatype = 1 [json_name = "datatype"]; |
String |
getFields(int index)
repeated string fields = 2 [json_name = "fields"]; |
com.google.protobuf.ByteString |
getFieldsBytes(int index)
repeated string fields = 2 [json_name = "fields"]; |
int |
getFieldsCount()
repeated string fields = 2 [json_name = "fields"]; |
List<String> |
getFieldsList()
repeated string fields = 2 [json_name = "fields"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getDatatype()
string datatype = 1 [json_name = "datatype"];
com.google.protobuf.ByteString getDatatypeBytes()
string datatype = 1 [json_name = "datatype"];
List<String> getFieldsList()
repeated string fields = 2 [json_name = "fields"];
int getFieldsCount()
repeated string fields = 2 [json_name = "fields"];
String getFields(int index)
repeated string fields = 2 [json_name = "fields"];
index
- The index of the element to return.com.google.protobuf.ByteString getFieldsBytes(int index)
repeated string fields = 2 [json_name = "fields"];
index
- The index of the value to return.Copyright © 2022. All rights reserved.