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> |
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 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> |
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 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) |
|