Uses of Enum
com.google.api.generator.gapic.model.Transport
Packages that use Transport
Package
Description
-
Uses of Transport in com.google.api.generator.gapic.composer.common
Methods in com.google.api.generator.gapic.composer.common that return TransportMethods in com.google.api.generator.gapic.composer.common with parameters of type TransportModifier and TypeMethodDescriptionabstract TransportContext.BuilderTransportContext.Builder.setTransport(Transport transport) -
Uses of Transport in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return TransportModifier and TypeMethodDescriptionstatic TransportParse the input and return the corresponding Transport enumabstract TransportGapicContext.transport()static TransportReturns 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 TransportModifier and TypeMethodDescriptionbooleanService.hasAnyEnabledMethodsForTransport(Transport transport) Determines if a Service contains any methods that are both eligible and enabled for the Transport.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 TransportModifier and TypeMethodDescriptionParser.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) 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)