Package com.apivolve.xolir
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 TypeMethodDescriptionbooleanbool is_anonymous = 3;getName()if is_anonymous then name is auto-generatedcom.google.protobuf.ByteStringif is_anonymous then name is auto-generatedgetOptionTypes(int index) repeated .xolir.TypeRef option_types = 2;intrepeated .xolir.TypeRef option_types = 2;repeated .xolir.TypeRef option_types = 2;getOptionTypesOrBuilder(int index) repeated .xolir.TypeRef option_types = 2;List<? extends Refs.TypeRefOrBuilder>repeated .xolir.TypeRef option_types = 2;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
-
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
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
repeated .xolir.TypeRef option_types = 2;
-