Interface DescriptorProtos.FileDescriptorProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.FileDescriptorProto
,DescriptorProtos.FileDescriptorProto.Builder
- Enclosing class:
DescriptorProtos
public static interface DescriptorProtos.FileDescriptorProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDependency
(int index) Names of files imported by this file.com.google.protobuf.ByteString
getDependencyBytes
(int index) Names of files imported by this file.int
Names of files imported by this file.Names of files imported by this file.The edition of the proto file.getEnumType
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
int
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getEnumTypeOrBuilder
(int index) repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
getExtension
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 7;
int
repeated .google.protobuf.FieldDescriptorProto extension = 7;
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getExtensionOrBuilder
(int index) repeated .google.protobuf.FieldDescriptorProto extension = 7;
repeated .google.protobuf.FieldDescriptorProto extension = 7;
getMessageType
(int index) All top-level definitions in this file.int
All top-level definitions in this file.All top-level definitions in this file.getMessageTypeOrBuilder
(int index) All top-level definitions in this file.List
<? extends DescriptorProtos.DescriptorProtoOrBuilder> All top-level definitions in this file.getName()
file name, relative to root of source treecom.google.protobuf.ByteString
file name, relative to root of source treeoptional .google.protobuf.FileOptions options = 8;
optional .google.protobuf.FileOptions options = 8;
e.g.com.google.protobuf.ByteString
e.g.int
getPublicDependency
(int index) Indexes of the public imported files in the dependency list above.int
Indexes of the public imported files in the dependency list above.Indexes of the public imported files in the dependency list above.getService
(int index) repeated .google.protobuf.ServiceDescriptorProto service = 6;
int
repeated .google.protobuf.ServiceDescriptorProto service = 6;
repeated .google.protobuf.ServiceDescriptorProto service = 6;
getServiceOrBuilder
(int index) repeated .google.protobuf.ServiceDescriptorProto service = 6;
repeated .google.protobuf.ServiceDescriptorProto service = 6;
This field contains optional information about the original source code.This field contains optional information about the original source code.The syntax of the proto file.com.google.protobuf.ByteString
The syntax of the proto file.int
getWeakDependency
(int index) Indexes of the weak imported files in the dependency list.int
Indexes of the weak imported files in the dependency list.Indexes of the weak imported files in the dependency list.boolean
The edition of the proto file.boolean
hasName()
file name, relative to root of source treeboolean
optional .google.protobuf.FileOptions options = 8;
boolean
e.g.boolean
This field contains optional information about the original source code.boolean
The syntax of the proto file.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
-
hasName
boolean hasName()file name, relative to root of source tree
optional string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()file name, relative to root of source tree
optional string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()file name, relative to root of source tree
optional string name = 1;
- Returns:
- The bytes for name.
-
hasPackage
boolean hasPackage()e.g. "foo", "foo.bar", etc.
optional string package = 2;
- Returns:
- Whether the package field is set.
-
getPackage
-
getPackageBytes
com.google.protobuf.ByteString getPackageBytes()e.g. "foo", "foo.bar", etc.
optional string package = 2;
- Returns:
- The bytes for package.
-
getDependencyList
-
getDependencyCount
int getDependencyCount()Names of files imported by this file.
repeated string dependency = 3;
- Returns:
- The count of dependency.
-
getDependency
Names of files imported by this file.
repeated string dependency = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The dependency at the given index.
-
getDependencyBytes
com.google.protobuf.ByteString getDependencyBytes(int index) Names of files imported by this file.
repeated string dependency = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the dependency at the given index.
-
getPublicDependencyList
-
getPublicDependencyCount
int getPublicDependencyCount()Indexes of the public imported files in the dependency list above.
repeated int32 public_dependency = 10;
- Returns:
- The count of publicDependency.
-
getPublicDependency
int getPublicDependency(int index) Indexes of the public imported files in the dependency list above.
repeated int32 public_dependency = 10;
- Parameters:
index
- The index of the element to return.- Returns:
- The publicDependency at the given index.
-
getWeakDependencyList
-
getWeakDependencyCount
int getWeakDependencyCount()Indexes of the weak imported files in the dependency list. For Google-internal migration only. Do not use.
repeated int32 weak_dependency = 11;
- Returns:
- The count of weakDependency.
-
getWeakDependency
int getWeakDependency(int index) Indexes of the weak imported files in the dependency list. For Google-internal migration only. Do not use.
repeated int32 weak_dependency = 11;
- Parameters:
index
- The index of the element to return.- Returns:
- The weakDependency at the given index.
-
getMessageTypeList
List<DescriptorProtos.DescriptorProto> getMessageTypeList()All top-level definitions in this file.
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageType
All top-level definitions in this file.
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeCount
int getMessageTypeCount()All top-level definitions in this file.
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeOrBuilderList
List<? extends DescriptorProtos.DescriptorProtoOrBuilder> getMessageTypeOrBuilderList()All top-level definitions in this file.
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getMessageTypeOrBuilder
All top-level definitions in this file.
repeated .google.protobuf.DescriptorProto message_type = 4;
-
getEnumTypeList
List<DescriptorProtos.EnumDescriptorProto> getEnumTypeList()repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumType
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeCount
int getEnumTypeCount()repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeOrBuilderList
List<? extends DescriptorProtos.EnumDescriptorProtoOrBuilder> getEnumTypeOrBuilderList()repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getEnumTypeOrBuilder
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
-
getServiceList
List<DescriptorProtos.ServiceDescriptorProto> getServiceList()repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getService
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceCount
int getServiceCount()repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceOrBuilderList
List<? extends DescriptorProtos.ServiceDescriptorProtoOrBuilder> getServiceOrBuilderList()repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getServiceOrBuilder
repeated .google.protobuf.ServiceDescriptorProto service = 6;
-
getExtensionList
List<DescriptorProtos.FieldDescriptorProto> getExtensionList()repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtension
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionCount
int getExtensionCount()repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionOrBuilderList
List<? extends DescriptorProtos.FieldDescriptorProtoOrBuilder> getExtensionOrBuilderList()repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
getExtensionOrBuilder
repeated .google.protobuf.FieldDescriptorProto extension = 7;
-
hasOptions
boolean hasOptions()optional .google.protobuf.FileOptions options = 8;
- Returns:
- Whether the options field is set.
-
getOptions
DescriptorProtos.FileOptions getOptions()optional .google.protobuf.FileOptions options = 8;
- Returns:
- The options.
-
getOptionsOrBuilder
DescriptorProtos.FileOptionsOrBuilder getOptionsOrBuilder()optional .google.protobuf.FileOptions options = 8;
-
hasSourceCodeInfo
boolean hasSourceCodeInfo()This field contains optional information about the original source code. You may safely remove this entire field without harming runtime functionality of the descriptors -- the information is needed only by development tools.
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
- Returns:
- Whether the sourceCodeInfo field is set.
-
getSourceCodeInfo
DescriptorProtos.SourceCodeInfo getSourceCodeInfo()This field contains optional information about the original source code. You may safely remove this entire field without harming runtime functionality of the descriptors -- the information is needed only by development tools.
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
- Returns:
- The sourceCodeInfo.
-
getSourceCodeInfoOrBuilder
DescriptorProtos.SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder()This field contains optional information about the original source code. You may safely remove this entire field without harming runtime functionality of the descriptors -- the information is needed only by development tools.
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
-
hasSyntax
boolean hasSyntax()The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If `edition` is present, this value must be "editions".
optional string syntax = 12;
- Returns:
- Whether the syntax field is set.
-
getSyntax
String getSyntax()The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If `edition` is present, this value must be "editions".
optional string syntax = 12;
- Returns:
- The syntax.
-
getSyntaxBytes
com.google.protobuf.ByteString getSyntaxBytes()The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If `edition` is present, this value must be "editions".
optional string syntax = 12;
- Returns:
- The bytes for syntax.
-
hasEdition
boolean hasEdition()The edition of the proto file.
optional .google.protobuf.Edition edition = 14;
- Returns:
- Whether the edition field is set.
-
getEdition
DescriptorProtos.Edition getEdition()The edition of the proto file.
optional .google.protobuf.Edition edition = 14;
- Returns:
- The edition.
-