Package dev.cel.expr.conformance.proto2
Interface TestAllTypes.NestedGroupOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TestAllTypes.NestedGroup,TestAllTypes.NestedGroup.Builder
- Enclosing class:
- TestAllTypes
public static interface TestAllTypes.NestedGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional int32 single_id = 404;optional string single_name = 405;com.google.protobuf.ByteStringoptional string single_name = 405;booleanoptional int32 single_id = 404;booleanoptional string single_name = 405;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSingleId
boolean hasSingleId()optional int32 single_id = 404;- Returns:
- Whether the singleId field is set.
-
getSingleId
int getSingleId()optional int32 single_id = 404;- Returns:
- The singleId.
-
hasSingleName
boolean hasSingleName()optional string single_name = 405;- Returns:
- Whether the singleName field is set.
-
getSingleName
String getSingleName()optional string single_name = 405;- Returns:
- The singleName.
-
getSingleNameBytes
com.google.protobuf.ByteString getSingleNameBytes()optional string single_name = 405;- Returns:
- The bytes for singleName.
-