Package com.google.api.expr.v1beta1
Interface EnumValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EnumValue
,EnumValue.Builder
public interface EnumValueOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getType
String getType()The fully qualified name of the enum type.
string type = 1 [json_name = "type"];
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()The fully qualified name of the enum type.
string type = 1 [json_name = "type"];
- Returns:
- The bytes for type.
-
getValue
int getValue()The value of the enum.
int32 value = 2 [json_name = "value"];
- Returns:
- The value.
-