| Package | Description |
|---|---|
| com.google.api.generator.gapic.model | |
| com.google.api.generator.gapic.protoparser |
| Modifier and Type | Method and Description |
|---|---|
static SourceCodeInfoLocation |
SourceCodeInfoLocation.create(com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location location) |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.Descriptor message)
Gets the location of a message, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.EnumDescriptor enumType)
Gets the location of an enum type, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.EnumValueDescriptor enumValue)
Gets the location of an enum value, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.FieldDescriptor field)
Gets the location of a field, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.MethodDescriptor method)
Gets the location of a method, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Gets the location of a oneof, if available.
|
SourceCodeInfoLocation |
SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.ServiceDescriptor service)
Gets the location of a service, if available.
|
Copyright © 2022 Google LLC. All rights reserved.