public static interface DescriptorProtos.OneofDescriptorProtoOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
optional string name = 1; |
ByteString |
getNameBytes()
optional string name = 1; |
DescriptorProtos.OneofOptions |
getOptions()
optional .google.protobuf.OneofOptions options = 2; |
DescriptorProtos.OneofOptionsOrBuilder |
getOptionsOrBuilder()
optional .google.protobuf.OneofOptions options = 2; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasOptions()
optional .google.protobuf.OneofOptions options = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasName()
optional string name = 1;java.lang.String getName()
optional string name = 1;ByteString getNameBytes()
optional string name = 1;boolean hasOptions()
optional .google.protobuf.OneofOptions options = 2;DescriptorProtos.OneofOptions getOptions()
optional .google.protobuf.OneofOptions options = 2;DescriptorProtos.OneofOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.OneofOptions options = 2;