public interface StringDomainOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Id of the domain.
|
com.google.protobuf.ByteString |
getNameBytes()
Id of the domain.
|
String |
getValue(int index)
The values appearing in the domain.
|
com.google.protobuf.ByteString |
getValueBytes(int index)
The values appearing in the domain.
|
int |
getValueCount()
The values appearing in the domain.
|
List<String> |
getValueList()
The values appearing in the domain.
|
boolean |
hasName()
Id of the domain.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Id of the domain. Required if the domain is defined at the schema level. If so, then the name must be unique within the schema.
optional string name = 1;String getName()
Id of the domain. Required if the domain is defined at the schema level. If so, then the name must be unique within the schema.
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Id of the domain. Required if the domain is defined at the schema level. If so, then the name must be unique within the schema.
optional string name = 1;List<String> getValueList()
The values appearing in the domain.
repeated string value = 2;int getValueCount()
The values appearing in the domain.
repeated string value = 2;String getValue(int index)
The values appearing in the domain.
repeated string value = 2;index - The index of the element to return.com.google.protobuf.ByteString getValueBytes(int index)
The values appearing in the domain.
repeated string value = 2;index - The index of the value to return.Copyright © 2020 Gojek. All rights reserved.