Package com.google.protobuf
Interface DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
DescriptorProtos.FieldOptions.EditionDefault
,DescriptorProtos.FieldOptions.EditionDefault.Builder
- Enclosing class:
DescriptorProtos.FieldOptions
public static interface DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
extends MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasEdition
boolean hasEdition()optional .google.protobuf.Edition edition = 3;
- Returns:
- Whether the edition field is set.
-
getEdition
DescriptorProtos.Edition getEdition()optional .google.protobuf.Edition edition = 3;
- Returns:
- The 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.
-