public abstract class AbstractServiceStubClassComposer extends Object implements ClassComposer
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractServiceStubClassComposer(TransportContext transportContext) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodDefinition |
createCallableGetterMethodDefinition(TypeNode returnType,
String methodName,
List<AnnotationNode> annotations,
TypeStore typeStore) |
protected MethodDefinition |
createOperationsStubGetterMethodDefinition(TypeNode returnType,
String methodName,
TypeStore typeStore) |
GapicClass |
generate(GapicContext context,
Service service) |
protected TransportContext |
getTransportContext() |
protected AbstractServiceStubClassComposer(TransportContext transportContext)
protected TransportContext getTransportContext()
public GapicClass generate(GapicContext context, Service service)
generate in interface ClassComposerprotected MethodDefinition createCallableGetterMethodDefinition(TypeNode returnType, String methodName, List<AnnotationNode> annotations, TypeStore typeStore)
protected MethodDefinition createOperationsStubGetterMethodDefinition(TypeNode returnType, String methodName, TypeStore typeStore)
Copyright © 2022 Google LLC. All rights reserved.