Interface TypeUnion.UnionTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TypeUnion.UnionType, TypeUnion.UnionType.Builder
Enclosing class:
TypeUnion

public static interface TypeUnion.UnionTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_anonymous = 3;
    if is_anonymous then name is auto-generated
    com.google.protobuf.ByteString
    if is_anonymous then name is auto-generated
    getOptionTypes(int index)
    repeated .xolir.TypeRef option_types = 2;
    int
    repeated .xolir.TypeRef option_types = 2;
    repeated .xolir.TypeRef option_types = 2;
    repeated .xolir.TypeRef option_types = 2;
    repeated .xolir.TypeRef option_types = 2;

    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

    • getName

      String getName()
       if is_anonymous then name is auto-generated
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       if is_anonymous then name is auto-generated
       
      string name = 1;
      Returns:
      The bytes for name.
    • getIsAnonymous

      boolean getIsAnonymous()
      bool is_anonymous = 3;
      Returns:
      The isAnonymous.
    • getOptionTypesList

      List<Refs.TypeRef> getOptionTypesList()
      repeated .xolir.TypeRef option_types = 2;
    • getOptionTypes

      Refs.TypeRef getOptionTypes(int index)
      repeated .xolir.TypeRef option_types = 2;
    • getOptionTypesCount

      int getOptionTypesCount()
      repeated .xolir.TypeRef option_types = 2;
    • getOptionTypesOrBuilderList

      List<? extends Refs.TypeRefOrBuilder> getOptionTypesOrBuilderList()
      repeated .xolir.TypeRef option_types = 2;
    • getOptionTypesOrBuilder

      Refs.TypeRefOrBuilder getOptionTypesOrBuilder(int index)
      repeated .xolir.TypeRef option_types = 2;