public interface OptionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
optional string name = 1; |
ByteString |
getNameBytes()
optional string name = 1; |
Any |
getValue()
optional .google.protobuf.Any value = 2; |
AnyOrBuilder |
getValueOrBuilder()
optional .google.protobuf.Any value = 2; |
boolean |
hasValue()
optional .google.protobuf.Any value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
optional string name = 1;
Proto option name.
ByteString getNameBytes()
optional string name = 1;
Proto option name.
boolean hasValue()
optional .google.protobuf.Any value = 2;
Proto option value.
Any getValue()
optional .google.protobuf.Any value = 2;
Proto option value.
AnyOrBuilder getValueOrBuilder()
optional .google.protobuf.Any value = 2;
Proto option value.
Copyright © 2008–2015 Google. All rights reserved.