Uses of Class
com.google.api.generator.gapic.composer.store.TypeStore
-
-
Uses of TypeStore in com.google.api.generator.gapic.composer.common
Fields in com.google.api.generator.gapic.composer.common declared as TypeStore Modifier and Type Field Description protected static TypeStoreAbstractServiceClientTestClassComposer. FIXED_TYPESTOREprotected static TypeStoreAbstractServiceSettingsClassComposer. FIXED_TYPESTOREprotected static TypeStoreAbstractServiceStubSettingsClassComposer. FIXED_TYPESTOREprotected static TypeStoreAbstractTransportServiceStubClassComposer. FIXED_TYPESTOREMethods in com.google.api.generator.gapic.composer.common with parameters of type TypeStore Modifier and Type Method Description protected MethodDefinitionAbstractServiceStubSettingsClassComposer. createApiClientHeaderProviderBuilderMethod(Service service, TypeStore typeStore, String methodName, TypeNode gaxPropertiesType, String getTokenMethodName, String getVersionMethodName)protected abstract List<MethodDefinition>AbstractServiceStubSettingsClassComposer. createApiClientHeaderProviderBuilderMethods(Service service, TypeStore typeStore)protected MethodDefinitionAbstractServiceCallableFactoryClassComposer. createBatchingCallableMethod(Service service, TypeStore typeStore)protected List<MethodDefinition>AbstractServiceStubSettingsClassComposer. createBuilderHelperMethods(Service service, TypeStore typeStore)protected MethodDefinitionAbstractServiceStubClassComposer. createCallableGetterMethodDefinition(TypeNode returnType, String methodName, List<AnnotationNode> annotations, TypeStore typeStore)protected List<AnnotationNode>AbstractServiceCallableFactoryClassComposer. createClassAnnotations(Service service, TypeStore typeStore)protected List<CommentStatement>AbstractServiceClientClassComposer. createClassHeaderComments(Service service, TypeStore typeStore, Map<String,ResourceName> resourceNames, Map<String,Message> messageTypes, List<Sample> samples)protected abstract List<TypeNode>AbstractServiceCallableFactoryClassComposer. createClassImplements(Service service, TypeStore typeStore)Construct the type to be implemented by the generated callable factory.protected abstract Map<String,VariableExpr>AbstractServiceClientTestClassComposer. createClassMemberVarExprs(Service service, GapicContext context, TypeStore typeStore)protected List<MethodDefinition>AbstractServiceCallableFactoryClassComposer. createClassMethods(Service service, 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 MethodDefinitionAbstractServiceCallableFactoryClassComposer. createGenericCallableMethod(Service service, TypeStore typeStore, List<String> methodTemplateNames, String returnCallableKindName, List<String> returnCallableTemplateNames, String methodVariantName, List<Object> transportCallSettingsTemplateObjects, String callSettingsVariantName, List<Object> callSettingsTemplateObjects)protected MethodDefinitionAbstractServiceCallableFactoryClassComposer. createGenericCallableMethod(Service service, TypeStore typeStore, List<String> methodTemplateNames, String returnCallableKindName, List<String> returnCallableTemplateNames, String methodVariantName, List<Object> transportCallSettingsTemplateObjects, String callSettingsVariantName, List<Object> callSettingsTemplateObjects, List<AnnotationNode> annotations)protected List<MethodDefinition>AbstractTransportServiceStubClassComposer. createGetMethodDescriptorsMethod(Service service, TypeStore typeStore, Map<String,VariableExpr> protoMethodNameToDescriptorVarExprs)protected List<Statement>AbstractTransportServiceStubClassComposer. createLongRunningClient(Service service, TypeStore typeStore)protected List<MethodDefinition>AbstractServiceSettingsClassComposer. createNestedBuilderCreatorMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations)protected MethodDefinitionAbstractServiceStubSettingsClassComposer. createNestedClassCreateDefaultMethod(TypeStore typeStore, String methodName, String defaultTransportChannelProvider, String defaultTransportChannelProviderBuilder, String defaultApiClientHeaderProviderBuilder)protected List<MethodDefinition>AbstractServiceStubSettingsClassComposer. createNestedClassCreateDefaultMethods(Service service, TypeStore typeStore)protected List<MethodDefinition>AbstractServiceSettingsClassComposer. createNewBuilderMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations, CommentStatement comment)protected List<MethodDefinition>AbstractServiceStubSettingsClassComposer. createNewBuilderMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, CommentStatement methodComment)protected abstract MethodDefinitionAbstractServiceCallableFactoryClassComposer. createOperationCallableMethod(Service service, TypeStore typeStore)protected MethodDefinitionAbstractServiceStubClassComposer. createOperationsStubGetterMethodDefinition(TypeNode returnType, String methodName, TypeStore typeStore)protected MethodDefinitionAbstractServiceCallableFactoryClassComposer. createPagedCallableMethod(Service service, TypeStore typeStore)protected MethodDefinitionAbstractServiceCallableFactoryClassComposer. createServerStreamingCallableMethod(Service service, TypeStore typeStore)protected abstract MethodDefinitionAbstractServiceClientTestClassComposer. createSetUpMethod(Service service, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore)protected abstract MethodDefinitionAbstractServiceClientTestClassComposer. createStartStaticServerMethod(Service service, GapicContext context, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod)protected List<MethodDefinition>AbstractTransportServiceStubClassComposer. createStaticCreatorMethods(Service service, TypeStore typeStore, String newBuilderMethod)protected MethodDefinitionAbstractServiceCallableFactoryClassComposer. createUnaryCallableMethod(Service service, TypeStore typeStore) -
Uses of TypeStore in com.google.api.generator.gapic.composer.grpc
Methods in com.google.api.generator.gapic.composer.grpc with parameters of type TypeStore Modifier and Type Method Description protected List<MethodDefinition>ServiceStubSettingsClassComposer. createApiClientHeaderProviderBuilderMethods(Service service, TypeStore typeStore)protected List<TypeNode>GrpcServiceCallableFactoryClassComposer. createClassImplements(Service service, TypeStore typeStore)protected Map<String,VariableExpr>ServiceClientTestClassComposer. createClassMemberVarExprs(Service service, GapicContext context, TypeStore typeStore)protected List<MethodDefinition>GrpcServiceCallableFactoryClassComposer. createClassMethods(Service service, TypeStore typeStore)protected MethodDefinitionGrpcServiceCallableFactoryClassComposer. createOperationCallableMethod(Service service, TypeStore typeStore)protected MethodDefinitionGrpcServiceCallableFactoryClassComposer. createPagedCallableMethod(Service service, TypeStore typeStore)protected MethodDefinitionServiceClientTestClassComposer. createSetUpMethod(Service service, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore)protected MethodDefinitionServiceClientTestClassComposer. createStartStaticServerMethod(Service service, GapicContext context, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod)protected MethodDefinitionGrpcServiceCallableFactoryClassComposer. createUnaryCallableMethod(Service service, TypeStore typeStore) -
Uses of TypeStore in com.google.api.generator.gapic.composer.grpcrest
Methods in com.google.api.generator.gapic.composer.grpcrest with parameters of type TypeStore Modifier and Type Method Description protected List<MethodDefinition>ServiceStubSettingsClassComposer. createApiClientHeaderProviderBuilderMethods(Service service, TypeStore typeStore)protected List<CommentStatement>ServiceClientClassComposer. createClassHeaderComments(Service service, TypeStore typeStore, Map<String,ResourceName> resourceNames, Map<String,Message> messageTypes, List<Sample> samples)protected List<MethodDefinition>ServiceSettingsClassComposer. createNestedBuilderCreatorMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations)protected List<MethodDefinition>ServiceStubSettingsClassComposer. createNestedClassCreateDefaultMethods(Service service, TypeStore typeStore)protected List<MethodDefinition>ServiceSettingsClassComposer. createNewBuilderMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations, CommentStatement comment)protected List<MethodDefinition>ServiceStubSettingsClassComposer. createNewBuilderMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, CommentStatement methodComment)protected MethodDefinitionServiceStubClassComposer. createOperationsStubGetterMethodDefinition(TypeNode returnType, String methodName, TypeStore typeStore)protected MethodDefinitionHttpJsonServiceClientTestClassComposer. createStartStaticServerMethod(Service service, GapicContext context, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod)protected List<MethodDefinition>HttpJsonServiceStubClassComposer. createStaticCreatorMethods(Service service, TypeStore typeStore, String newBuilderMethod) -
Uses of TypeStore in com.google.api.generator.gapic.composer.rest
Methods in com.google.api.generator.gapic.composer.rest with parameters of type TypeStore Modifier and Type Method Description protected List<MethodDefinition>ServiceStubSettingsClassComposer. createApiClientHeaderProviderBuilderMethods(Service service, TypeStore typeStore)protected List<AnnotationNode>HttpJsonServiceCallableFactoryClassComposer. createClassAnnotations(Service service, TypeStore typeStore)protected List<TypeNode>HttpJsonServiceCallableFactoryClassComposer. createClassImplements(Service service, TypeStore typeStore)protected Map<String,VariableExpr>ServiceClientTestClassComposer. createClassMemberVarExprs(Service service, GapicContext context, TypeStore typeStore)protected List<MethodDefinition>HttpJsonServiceCallableFactoryClassComposer. createClassMethods(Service service, 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<MethodDefinition>HttpJsonServiceStubClassComposer. createGetMethodDescriptorsMethod(Service service, TypeStore typeStore, Map<String,VariableExpr> protoMethodNameToDescriptorVarExprs)protected List<Statement>HttpJsonServiceStubClassComposer. createLongRunningClient(Service service, TypeStore typeStore)protected MethodDefinitionHttpJsonServiceCallableFactoryClassComposer. createOperationCallableMethod(Service service, TypeStore typeStore)protected MethodDefinitionServiceClientTestClassComposer. createSetUpMethod(Service service, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore)protected MethodDefinitionServiceClientTestClassComposer. createStartStaticServerMethod(Service service, GapicContext context, Map<String,VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod)
-