public class ServiceSettingsClassComposer extends AbstractServiceSettingsClassComposer
FIXED_TYPESTORE| Modifier | Constructor and Description |
|---|---|
protected |
ServiceSettingsClassComposer() |
| Modifier and Type | Method and Description |
|---|---|
protected List<MethodDefinition> |
createNestedBuilderCreatorMethods(Service service,
TypeStore typeStore,
String newBuilderMethodName,
String createDefaultMethodName,
List<AnnotationNode> annotations) |
protected List<MethodDefinition> |
createNewBuilderMethods(Service service,
TypeStore typeStore,
String newBuilderMethodName,
String createDefaultMethodName,
List<AnnotationNode> annotations,
CommentStatement comment) |
static ServiceSettingsClassComposer |
instance() |
generate, getTransportContextpublic static ServiceSettingsClassComposer instance()
protected List<MethodDefinition> createNestedBuilderCreatorMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations)
createNestedBuilderCreatorMethods in class AbstractServiceSettingsClassComposerprotected List<MethodDefinition> createNewBuilderMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations, CommentStatement comment)
createNewBuilderMethods in class AbstractServiceSettingsClassComposerCopyright © 2022 Google LLC. All rights reserved.