Package dev.cel.expr.conformance.proto3
Interface TestAllTypes.NestedMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TestAllTypes.NestedMessage,TestAllTypes.NestedMessage.Builder
- Enclosing class:
- TestAllTypes
public static interface TestAllTypes.NestedMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetBb()The field name "b" fails to compile in proto1 because it conflicts with a local variable named "b" in one of the generated methods.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
-
getBb
int getBb()The field name "b" fails to compile in proto1 because it conflicts with a local variable named "b" in one of the generated methods. This file needs to compile in proto1 to test backwards-compatibility.
int32 bb = 1;- Returns:
- The bb.
-