Uses of Class
com.google.api.generator.gapic.model.Transport
-
-
Uses of Transport in com.google.api.generator.gapic.composer.common
Methods in com.google.api.generator.gapic.composer.common that return Transport Modifier and Type Method Description protected TransportAbstractTransportServiceStubClassComposer. getTransport()abstract TransportTransportContext. transport()Methods in com.google.api.generator.gapic.composer.common with parameters of type Transport Modifier and Type Method Description abstract TransportContext.BuilderTransportContext.Builder. setTransport(Transport transport) -
Uses of Transport in com.google.api.generator.gapic.composer.rest
Methods in com.google.api.generator.gapic.composer.rest that return Transport Modifier and Type Method Description protected TransportHttpJsonServiceStubClassComposer. getTransport() -
Uses of Transport in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return Transport Modifier and Type Method Description static TransportTransport. parse(String name)Parse command line transport argument in the format `grpc+rest`.abstract TransportGapicContext. transport()static TransportTransport. valueOf(String name)Returns the enum constant of this type with the specified name.static Transport[]Transport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.generator.gapic.model with parameters of type Transport Modifier and Type Method Description booleanMethod. isSupportedByTransport(Transport transport)Determines if method is both eligible and enabled for the Transport.abstract GapicContext.BuilderGapicContext.Builder. setTransport(Transport transport) -
Uses of Transport in com.google.api.generator.gapic.protoparser
Methods in com.google.api.generator.gapic.protoparser with parameters of type Transport Modifier and Type Method Description static List<Service>Parser. parseService(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor, Map<String,Message> messageTypes, Map<String,ResourceName> resourceNames, Optional<com.google.api.Service> serviceYamlProtoOpt, Optional<GapicServiceConfig> serviceConfigOpt, Set<ResourceName> outputArgResourceNames, Transport transport)static List<Service>Parser. parseServices(com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest request, Map<String,Message> messageTypes, Map<String,ResourceName> resourceNames, Set<ResourceName> outputArgResourceNames, Optional<com.google.api.Service> serviceYamlProtoOpt, Optional<GapicServiceConfig> serviceConfigOpt, List<Service> outputMixinServices, Transport transport)
-