Package com.google.protobuf
Interface DescriptorProtos.FieldOptions.EditionDefaultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- 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.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string edition = 1 [json_name = "edition"];com.google.protobuf.ByteStringoptional string edition = 1 [json_name = "edition"];getValue()Textproto value.com.google.protobuf.ByteStringTextproto value.booleanoptional string edition = 1 [json_name = "edition"];booleanhasValue()Textproto value.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasEdition
boolean hasEdition()optional string edition = 1 [json_name = "edition"];- Returns:
- Whether the edition field is set.
-
getEdition
String getEdition()optional string edition = 1 [json_name = "edition"];- Returns:
- The edition.
-
getEditionBytes
com.google.protobuf.ByteString getEditionBytes()optional string edition = 1 [json_name = "edition"];- Returns:
- The bytes for edition.
-
hasValue
boolean hasValue()Textproto value.
optional string value = 2 [json_name = "value"];- Returns:
- Whether the value field is set.
-
getValue
String getValue()Textproto value.
optional string value = 2 [json_name = "value"];- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Textproto value.
optional string value = 2 [json_name = "value"];- Returns:
- The bytes for value.
-