Package com.google.protobuf
Interface DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.FieldOptions.EditionDefault,DescriptorProtos.FieldOptions.EditionDefault.Builder
- Enclosing class:
- DescriptorProtos.FieldOptions
public static interface DescriptorProtos.FieldOptions.EditionDefaultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptorProtos.EditiongetEdition()optional .google.protobuf.Edition edition = 3;java.lang.StringgetValue()Textproto value.com.google.protobuf.ByteStringgetValueBytes()Textproto value.booleanhasEdition()optional .google.protobuf.Edition edition = 3;booleanhasValue()Textproto value.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.String getValue()
Textproto value.
optional string value = 2;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
Textproto value.
optional string value = 2;- Returns:
- The bytes for value.
-
-