Package com.google.protobuf
Interface AbstractMessageLite.InternalOneOfEnum
- All Known Implementing Classes:
ClientWireProtocol.Authenticator.ResponseOneofCase,ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase,ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase,ClientWireProtocol.LocalQueries.OneIdentityOptionCase,ClientWireProtocol.Request.RequestOneofCase,ClientWireProtocol.SetParameter.ParameterCase,ProtocolMetadata.protocolEndpointAddress.AddressCase,ProtocolMetadata.protocolIdentity.IdentityCase,ProtocolPrivMessages.protocolPrivMessage.PrivMessageCase,Value.KindCase
- Enclosing class:
- AbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,
BuilderType>, BuilderType extends AbstractMessageLite.Builder<MessageType, BuilderType>>
protected static interface AbstractMessageLite.InternalOneOfEnum
Interface for an enum which signifies which field in a
oneof was specified.-
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the field number of the field which was set in thisoneof, or0if none were.
-
Method Details
-
getNumber
int getNumber()Retrieves the field number of the field which was set in thisoneof, or0if none were.
-