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 Type
    Method
    Description
    int
    The field name "b" fails to compile in proto1 because it conflicts with a local variable named "b" in one of the generated methods.
    boolean
    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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasBb

      boolean hasBb()
       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.
       
      optional int32 bb = 1;
      Returns:
      Whether the bb field is set.
    • 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.
       
      optional int32 bb = 1;
      Returns:
      The bb.