| Package | Description |
|---|---|
| com.google.api.generator.gapic.composer.common | |
| com.google.api.generator.gapic.model | |
| com.google.api.generator.gapic.protoparser |
| Modifier and Type | Method and Description |
|---|---|
abstract Transport |
TransportContext.transport() |
| Modifier and Type | Method and Description |
|---|---|
abstract TransportContext.Builder |
TransportContext.Builder.setTransport(Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
static Transport |
Transport.parse(String name)
Parse command line transport argument in the format `grpc+rest`.
|
abstract Transport |
GapicContext.transport() |
static Transport |
Transport.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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GapicContext.Builder |
GapicContext.Builder.setTransport(Transport transport) |
| Modifier and Type | Method and 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) |
Copyright © 2022 Google LLC. All rights reserved.