package google.gapic.metadata

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message GapicMetadata

gapic_metadata.proto:30

Metadata about a GAPIC library for a specific combination of API, version, and computer language.

message GapicMetadata.MethodList

gapic_metadata.proto:85

List of GAPIC client methods implementing the proto-defined RPC for the transport and service specified in the containing structures.

Used in: ServiceAsClient

message GapicMetadata.ServiceAsClient

gapic_metadata.proto:68

Information about a specific client implementing a proto-defined service.

Used in: ServiceForTransport

message GapicMetadata.ServiceForTransport

gapic_metadata.proto:63

A map from a transport name to ServiceAsClient, which allows listing information about the client objects that implement the parent RPC service for the specified transport. The key name is the transport, lower-cased with no separators (e.g. "grpc", "rest").

Used in: GapicMetadata