Package com.google.protobuf
Interface DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.FieldOptions.EditionDefault
,DescriptorProtos.FieldOptions.EditionDefault.Builder
- Enclosing class:
- DescriptorProtos.FieldOptions
public static interface DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
extends MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasEdition
boolean hasEdition()optional string edition = 1;
- Returns:
- Whether the edition field is set.
-
getEdition
String getEdition()optional string edition = 1;
- Returns:
- The edition.
-
getEditionBytes
ByteString getEditionBytes()optional string edition = 1;
- Returns:
- The bytes for edition.
-
hasValue
boolean hasValue()Textproto value.
optional string value = 2;
- Returns:
- Whether the value field is set.
-
getValue
String getValue()Textproto value.
optional string value = 2;
- Returns:
- The value.
-
getValueBytes
ByteString getValueBytes()Textproto value.
optional string value = 2;
- Returns:
- The bytes for value.
-