Class GapicMetadata.ServiceForTransport

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.gapic.metadata.GapicMetadata.ServiceForTransport
All Implemented Interfaces:
GapicMetadata.ServiceForTransportOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
GapicMetadata

public static final class GapicMetadata.ServiceForTransport extends com.google.protobuf.GeneratedMessageV3 implements GapicMetadata.ServiceForTransportOrBuilder
 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").
 
Protobuf type google.gapic.metadata.GapicMetadata.ServiceForTransport
See Also: