Uses of Class
com.google.api.generator.gapic.model.SourceCodeInfoLocation
Packages that use SourceCodeInfoLocation
-
Uses of SourceCodeInfoLocation in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return SourceCodeInfoLocationModifier and TypeMethodDescriptionstatic SourceCodeInfoLocationSourceCodeInfoLocation.create(com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location location) -
Uses of SourceCodeInfoLocation in com.google.api.generator.gapic.protoparser
Methods in com.google.api.generator.gapic.protoparser that return SourceCodeInfoLocationModifier and TypeMethodDescriptionSourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.Descriptor message) Gets the location of a message, if available.SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.EnumDescriptor enumType) Gets the location of an enum type, if available.SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.EnumValueDescriptor enumValue) Gets the location of an enum value, if available.SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.FieldDescriptor field) Gets the location of a field, if available.SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.MethodDescriptor method) Gets the location of a method, if available.SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.OneofDescriptor oneof) Gets the location of a oneof, if available.SourceCodeInfoParser.getLocation(com.google.protobuf.Descriptors.ServiceDescriptor service) Gets the location of a service, if available.