Public Member Functions | List of all members
com.google.protobuf.ProtocolMessageEnum Interface Reference
Inheritance diagram for com.google.protobuf.ProtocolMessageEnum:
Inheritance graph
[legend]

Public Member Functions

EnumDescriptor getDescriptorForType ()
 
EnumDescriptor getDescriptorForType ()
 
int getNumber ()
 
int getNumber ()
 
EnumValueDescriptor getValueDescriptor ()
 
EnumValueDescriptor getValueDescriptor ()
 

Detailed Description

Interface of useful methods added to all enums generated by the protocol compiler.

Definition at line 37 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ProtocolMessageEnum.java.

Member Function Documentation

◆ getDescriptorForType() [1/2]

EnumDescriptor com.google.protobuf.ProtocolMessageEnum.getDescriptorForType ( )

Return the enum type's descriptor, which contains information about each defined value, etc.

◆ getDescriptorForType() [2/2]

EnumDescriptor com.google.protobuf.ProtocolMessageEnum.getDescriptorForType ( )

Return the enum type's descriptor, which contains information about each defined value, etc.

◆ getNumber() [1/2]

int com.google.protobuf.ProtocolMessageEnum.getNumber ( )

Return the value's numeric value as defined in the .proto file.

Implements com.google.protobuf.Internal.EnumLite.

◆ getNumber() [2/2]

int com.google.protobuf.ProtocolMessageEnum.getNumber ( )

Return the value's numeric value as defined in the .proto file.

Implements com.google.protobuf.Internal.EnumLite.

◆ getValueDescriptor() [1/2]

EnumValueDescriptor com.google.protobuf.ProtocolMessageEnum.getValueDescriptor ( )

Return the value's descriptor, which contains information such as value name, number, and type.

◆ getValueDescriptor() [2/2]

EnumValueDescriptor com.google.protobuf.ProtocolMessageEnum.getValueDescriptor ( )

Return the value's descriptor, which contains information such as value name, number, and type.


The documentation for this interface was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:07