| Modifier and Type | Field and Description |
|---|---|
protected static TypeStore |
AbstractServiceSettingsClassComposer.FIXED_TYPESTORE |
protected static TypeStore |
AbstractTransportServiceStubClassComposer.FIXED_TYPESTORE |
protected static TypeStore |
AbstractServiceClientTestClassComposer.FIXED_TYPESTORE |
protected static TypeStore |
AbstractServiceStubSettingsClassComposer.FIXED_TYPESTORE |
| Modifier and Type | Method and Description |
|---|---|
protected MethodDefinition |
AbstractServiceStubSettingsClassComposer.createApiClientHeaderProviderBuilderMethod(Service service,
TypeStore typeStore,
String methodName,
TypeNode gaxPropertiesType,
String getTokenMethodName,
String getVersionMethodName) |
protected abstract List<MethodDefinition> |
AbstractServiceStubSettingsClassComposer.createApiClientHeaderProviderBuilderMethods(Service service,
TypeStore typeStore) |
protected MethodDefinition |
AbstractServiceCallableFactoryClassComposer.createBatchingCallableMethod(Service service,
TypeStore typeStore) |
protected List<MethodDefinition> |
AbstractServiceStubSettingsClassComposer.createBuilderHelperMethods(Service service,
TypeStore typeStore) |
protected MethodDefinition |
AbstractServiceStubClassComposer.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> |
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> |
AbstractServiceCallableFactoryClassComposer.createClassMethods(Service service,
TypeStore typeStore) |
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 MethodDefinition |
AbstractServiceCallableFactoryClassComposer.createGenericCallableMethod(Service service,
TypeStore typeStore,
List<String> methodTemplateNames,
String returnCallableKindName,
List<String> returnCallableTemplateNames,
String methodVariantName,
List<Object> transportCallSettingsTemplateObjects,
String callSettingsVariantName,
List<Object> callSettingsTemplateObjects) |
protected MethodDefinition |
AbstractServiceCallableFactoryClassComposer.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 MethodDefinition |
AbstractServiceStubSettingsClassComposer.createNestedClassCreateDefaultMethod(TypeStore typeStore,
String methodName,
String defaultTransportChannelProvider,
String defaultTransportChannelProviderBuilder,
String defaultApiClientHeaderProviderBuilder) |
protected List<MethodDefinition> |
AbstractServiceStubSettingsClassComposer.createNestedClassCreateDefaultMethods(TypeStore typeStore) |
protected List<MethodDefinition> |
AbstractServiceStubSettingsClassComposer.createNewBuilderMethods(Service service,
TypeStore typeStore,
String newBuilderMethodName,
String createDefaultMethodName,
CommentStatement methodComment) |
protected List<MethodDefinition> |
AbstractServiceSettingsClassComposer.createNewBuilderMethods(Service service,
TypeStore typeStore,
String newBuilderMethodName,
String createDefaultMethodName,
List<AnnotationNode> annotations,
CommentStatement comment) |
protected abstract MethodDefinition |
AbstractServiceCallableFactoryClassComposer.createOperationCallableMethod(Service service,
TypeStore typeStore) |
protected MethodDefinition |
AbstractServiceStubClassComposer.createOperationsStubGetterMethodDefinition(TypeNode returnType,
String methodName,
TypeStore typeStore) |
protected MethodDefinition |
AbstractServiceCallableFactoryClassComposer.createPagedCallableMethod(Service service,
TypeStore typeStore) |
protected MethodDefinition |
AbstractServiceCallableFactoryClassComposer.createServerStreamingCallableMethod(Service service,
TypeStore typeStore) |
protected abstract MethodDefinition |
AbstractServiceClientTestClassComposer.createSetUpMethod(Service service,
Map<String,VariableExpr> classMemberVarExprs,
TypeStore typeStore) |
protected abstract MethodDefinition |
AbstractServiceClientTestClassComposer.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 MethodDefinition |
AbstractServiceCallableFactoryClassComposer.createUnaryCallableMethod(Service service,
TypeStore typeStore) |
| Modifier and Type | Method and 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 MethodDefinition |
GrpcServiceCallableFactoryClassComposer.createOperationCallableMethod(Service service,
TypeStore typeStore) |
protected MethodDefinition |
GrpcServiceCallableFactoryClassComposer.createPagedCallableMethod(Service service,
TypeStore typeStore) |
protected MethodDefinition |
ServiceClientTestClassComposer.createSetUpMethod(Service service,
Map<String,VariableExpr> classMemberVarExprs,
TypeStore typeStore) |
protected MethodDefinition |
ServiceClientTestClassComposer.createStartStaticServerMethod(Service service,
GapicContext context,
Map<String,VariableExpr> classMemberVarExprs,
TypeStore typeStore,
String newBuilderMethod) |
protected MethodDefinition |
GrpcServiceCallableFactoryClassComposer.createUnaryCallableMethod(Service service,
TypeStore typeStore) |
| Modifier and Type | Method and 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(TypeStore typeStore) |
protected List<MethodDefinition> |
ServiceStubSettingsClassComposer.createNewBuilderMethods(Service service,
TypeStore typeStore,
String newBuilderMethodName,
String createDefaultMethodName,
CommentStatement methodComment) |
protected List<MethodDefinition> |
ServiceSettingsClassComposer.createNewBuilderMethods(Service service,
TypeStore typeStore,
String newBuilderMethodName,
String createDefaultMethodName,
List<AnnotationNode> annotations,
CommentStatement comment) |
protected MethodDefinition |
ServiceStubClassComposer.createOperationsStubGetterMethodDefinition(TypeNode returnType,
String methodName,
TypeStore typeStore) |
protected MethodDefinition |
HttpJsonServiceClientTestClassComposer.createStartStaticServerMethod(Service service,
GapicContext context,
Map<String,VariableExpr> classMemberVarExprs,
TypeStore typeStore,
String newBuilderMethod) |
protected List<MethodDefinition> |
HttpJsonServiceStubClassComposer.createStaticCreatorMethods(Service service,
TypeStore typeStore,
String newBuilderMethod) |
| Modifier and Type | Method and 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.createGetMethodDescriptorsMethod(Service service,
TypeStore typeStore,
Map<String,VariableExpr> protoMethodNameToDescriptorVarExprs) |
protected List<Statement> |
HttpJsonServiceStubClassComposer.createLongRunningClient(Service service,
TypeStore typeStore) |
protected MethodDefinition |
HttpJsonServiceCallableFactoryClassComposer.createOperationCallableMethod(Service service,
TypeStore typeStore) |
protected MethodDefinition |
ServiceClientTestClassComposer.createSetUpMethod(Service service,
Map<String,VariableExpr> classMemberVarExprs,
TypeStore typeStore) |
protected MethodDefinition |
ServiceClientTestClassComposer.createStartStaticServerMethod(Service service,
GapicContext context,
Map<String,VariableExpr> classMemberVarExprs,
TypeStore typeStore,
String newBuilderMethod) |
Copyright © 2022 Google LLC. All rights reserved.