public interface TypeOrBuilder extends MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Field |
getFields(int index)
The list of fields.
|
int |
getFieldsCount()
The list of fields.
|
List<Field> |
getFieldsList()
The list of fields.
|
String |
getName()
The fully qualified message name.
|
ByteString |
getNameBytes()
The fully qualified message name.
|
String |
getOneofs(int index)
The list of types appearing in `oneof` definitions in this type.
|
ByteString |
getOneofsBytes(int index)
The list of types appearing in `oneof` definitions in this type.
|
int |
getOneofsCount()
The list of types appearing in `oneof` definitions in this type.
|
List<String> |
getOneofsList()
The list of types appearing in `oneof` definitions in this type.
|
Option |
getOptions(int index)
The protocol buffer options.
|
int |
getOptionsCount()
The protocol buffer options.
|
List<Option> |
getOptionsList()
The protocol buffer options.
|
SourceContext |
getSourceContext()
The source context.
|
Syntax |
getSyntax()
The source syntax.
|
int |
getSyntaxValue()
The source syntax.
|
boolean |
hasSourceContext()
The source context.
|
getDefaultInstanceForType, isInitializedString getName()
The fully qualified message name.
string name = 1;ByteString getNameBytes()
The fully qualified message name.
string name = 1;List<Field> getFieldsList()
The list of fields.
repeated .google.protobuf.Field fields = 2;Field getFields(int index)
The list of fields.
repeated .google.protobuf.Field fields = 2;int getFieldsCount()
The list of fields.
repeated .google.protobuf.Field fields = 2;List<String> getOneofsList()
The list of types appearing in `oneof` definitions in this type.
repeated string oneofs = 3;int getOneofsCount()
The list of types appearing in `oneof` definitions in this type.
repeated string oneofs = 3;String getOneofs(int index)
The list of types appearing in `oneof` definitions in this type.
repeated string oneofs = 3;index - The index of the element to return.ByteString getOneofsBytes(int index)
The list of types appearing in `oneof` definitions in this type.
repeated string oneofs = 3;index - The index of the element to return.List<Option> getOptionsList()
The protocol buffer options.
repeated .google.protobuf.Option options = 4;Option getOptions(int index)
The protocol buffer options.
repeated .google.protobuf.Option options = 4;int getOptionsCount()
The protocol buffer options.
repeated .google.protobuf.Option options = 4;boolean hasSourceContext()
The source context.
.google.protobuf.SourceContext source_context = 5;SourceContext getSourceContext()
The source context.
.google.protobuf.SourceContext source_context = 5;int getSyntaxValue()
The source syntax.
.google.protobuf.Syntax syntax = 6;Syntax getSyntax()
The source syntax.
.google.protobuf.Syntax syntax = 6;Copyright © 2008–2020. All rights reserved.