Uses of Class
com.google.api.generator.gapic.model.GapicContext
-
-
Uses of GapicContext in com.google.api.generator.gapic.composer
Methods in com.google.api.generator.gapic.composer with parameters of type GapicContext Modifier and Type Method Description static GapicPackageInfoComposer. composePackageInfo(GapicContext context)static List<GapicClass>Composer. composeServiceClasses(GapicContext context)static List<GapicClass>Composer. generateClientSettingsClasses(GapicContext context)static List<GapicClass>Composer. generateMockClasses(GapicContext context, List<Service> services)static GapicPackageInfoClientLibraryPackageInfoComposer. generatePackageInfo(GapicContext context)static List<GapicClass>Composer. generateResourceNameHelperClasses(GapicContext context)static List<GapicClass>Composer. generateServiceClasses(GapicContext context)static List<GapicClass>Composer. generateStubClasses(GapicContext context)static List<GapicClass>Composer. generateTestClasses(GapicContext context) -
Uses of GapicContext in com.google.api.generator.gapic.composer.common
Methods in com.google.api.generator.gapic.composer.common with parameters of type GapicContext Modifier and Type Method Description protected abstract Map<String,VariableExpr>AbstractServiceClientTestClassComposer. createClassMemberVarExprs(Service service, GapicContext context, TypeStore typeStore)protected List<MethodDefinition>AbstractTransportServiceStubClassComposer. createClassMethods(GapicContext context, Service service, TypeStore typeStore, Map<String,VariableExpr> classMemberVarExprs, Map<String,VariableExpr> callableClassMemberVarExprs, Map<String,VariableExpr> protoMethodNameToDescriptorVarExprs, List<Statement> classStatements)protected List<MethodDefinition>AbstractTransportServiceStubClassComposer. createConstructorMethods(GapicContext context, Service service, TypeStore typeStore, Map<String,VariableExpr> classMemberVarExprs, Map<String,VariableExpr> callableClassMemberVarExprs, Map<String,VariableExpr> protoMethodNameToDescriptorVarExprs, List<Statement> classStatements)protected List<Expr>AbstractTransportServiceStubClassComposer. createOperationsStubInitExpr(GapicContext context, Service service, Expr thisExpr, VariableExpr operationsStubClassVarExpr, VariableExpr clientContextVarExpr, VariableExpr callableFactoryVarExpr)protected abstract MethodDefinitionAbstractServiceClientTestClassComposer. createStartStaticServerMethod(Service service, GapicContext context, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod)GapicClassAbstractServiceCallableFactoryClassComposer. generate(GapicContext context, Service service)GapicClassAbstractServiceClientClassComposer. generate(GapicContext context, Service service)GapicClassAbstractServiceClientTestClassComposer. generate(GapicContext context, Service service)protected GapicClassAbstractServiceClientTestClassComposer. generate(String className, GapicContext context, Service service)GapicClassAbstractServiceSettingsClassComposer. generate(GapicContext context, Service service)GapicClassAbstractServiceStubClassComposer. generate(GapicContext context, Service service)GapicClassAbstractServiceStubSettingsClassComposer. generate(GapicContext context, Service service)GapicClassAbstractTransportServiceStubClassComposer. generate(GapicContext context, Service service)GapicClassClassComposer. generate(GapicContext context, Service serivce)protected Optional<String>AbstractTransportServiceStubClassComposer. getCallableCreatorMethodName(GapicContext context, Service service, TypeNode callableVarExprType, String serviceMethodName) -
Uses of GapicContext in com.google.api.generator.gapic.composer.grpc
Methods in com.google.api.generator.gapic.composer.grpc with parameters of type GapicContext Modifier and Type Method Description protected Map<String,VariableExpr>ServiceClientTestClassComposer. createClassMemberVarExprs(Service service, GapicContext context, TypeStore typeStore)protected MethodDefinitionServiceClientTestClassComposer. createStartStaticServerMethod(Service service, GapicContext context, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod)GapicClassMockServiceClassComposer. generate(GapicContext ignored, Service service)GapicClassMockServiceImplClassComposer. generate(GapicContext context, Service service) -
Uses of GapicContext in com.google.api.generator.gapic.composer.grpcrest
Methods in com.google.api.generator.gapic.composer.grpcrest with parameters of type GapicContext Modifier and Type Method Description protected MethodDefinitionHttpJsonServiceClientTestClassComposer. createStartStaticServerMethod(Service service, GapicContext context, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod)protected GapicClassHttpJsonServiceClientTestClassComposer. generate(String className, GapicContext context, Service service) -
Uses of GapicContext in com.google.api.generator.gapic.composer.resourcename
Methods in com.google.api.generator.gapic.composer.resourcename with parameters of type GapicContext Modifier and Type Method Description GapicClassResourceNameHelperClassComposer. generate(ResourceName resourceName, GapicContext context) -
Uses of GapicContext in com.google.api.generator.gapic.composer.rest
Methods in com.google.api.generator.gapic.composer.rest with parameters of type GapicContext Modifier and Type Method Description protected Map<String,VariableExpr>ServiceClientTestClassComposer. createClassMemberVarExprs(Service service, GapicContext context, TypeStore typeStore)protected List<MethodDefinition>HttpJsonServiceStubClassComposer. createClassMethods(GapicContext context, Service service, TypeStore typeStore, Map<String,VariableExpr> classMemberVarExprs, Map<String,VariableExpr> callableClassMemberVarExprs, Map<String,VariableExpr> protoMethodNameToDescriptorVarExprs, List<Statement> classStatements)protected List<Expr>HttpJsonServiceStubClassComposer. createOperationsStubInitExpr(GapicContext context, Service service, Expr thisExpr, VariableExpr operationsStubClassVarExpr, VariableExpr clientContextVarExpr, VariableExpr callableFactoryVarExpr)protected MethodDefinitionServiceClientTestClassComposer. createStartStaticServerMethod(Service service, GapicContext context, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod) -
Uses of GapicContext in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return GapicContext Modifier and Type Method Description GapicContextGapicContext.Builder. build() -
Uses of GapicContext in com.google.api.generator.gapic.protoparser
Methods in com.google.api.generator.gapic.protoparser that return GapicContext Modifier and Type Method Description static GapicContextParser. parse(com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest request) -
Uses of GapicContext in com.google.api.generator.gapic.protowriter
Methods in com.google.api.generator.gapic.protowriter with parameters of type GapicContext Modifier and Type Method Description static com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseWriter. write(GapicContext context, List<GapicClass> clazzes, GapicPackageInfo gapicPackageInfo, String outputFilePath)
-