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 Type
    Method
    Description
    int
    optional int32 single_id = 404;
    optional string single_name = 405;
    com.google.protobuf.ByteString
    optional string single_name = 405;
    boolean
    optional int32 single_id = 404;
    boolean
    optional string single_name = 405;

    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

    • 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.