Home
last modified time | relevance | path

Searched defs:typeStore (Results 1 – 23 of 23) sorted by relevance

/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/common/
DAbstractServiceStubClassComposer.java72 TypeStore typeStore = createTypes(service, messageTypes); in generate() local
93 private static List<AnnotationNode> createClassAnnotations(Service service, TypeStore typeStore) { in createClassAnnotations()
111 private static List<TypeNode> createClassImplements(TypeStore typeStore) { in createClassImplements()
116 Service service, Map<String, Message> messageTypes, TypeStore typeStore) { in createClassMethods()
132 Service service, Map<String, Message> messageTypes, TypeStore typeStore) { in createCallableGetters()
148 private MethodDefinition createOperationCallableGetter(Method method, TypeStore typeStore) { in createOperationCallableGetter()
152 private MethodDefinition createPagedCallableGetter(Method method, TypeStore typeStore) { in createPagedCallableGetter()
156 private MethodDefinition createCallableGetter(Method method, TypeStore typeStore) { in createCallableGetter()
161 Method method, TypeStore typeStore, boolean isLroCallable, boolean isPaged) { in createCallableGetterHelper()
209 TypeStore typeStore, TypeNode operationsStubType) { in createOperationsStubGetters()
[all …]
DAbstractServiceSettingsClassComposer.java103 TypeStore typeStore = createDynamicTypes(service); in generate() local
185 private List<MethodDefinition> createClassMethods(Service service, TypeStore typeStore) { in createClassMethods()
203 private static MethodDefinition createConstructorMethod(Service service, TypeStore typeStore) { in createConstructorMethod()
228 Service service, TypeStore typeStore) { in createSettingsGetterMethods()
287 private static MethodDefinition createCreatorMethod(Service service, TypeStore typeStore) { in createCreatorMethod()
330 private List<MethodDefinition> createDefaultGetterMethods(Service service, TypeStore typeStore) { in createDefaultGetterMethods()
447 TypeStore typeStore, in createNewBuilderMethods()
471 Service service, TypeStore typeStore) { in createBuilderHelperMethods()
515 private ClassDefinition createNestedBuilderClass(Service service, TypeStore typeStore) { in createNestedBuilderClass()
540 Service service, TypeStore typeStore) { in createNestedBuilderClassMethods()
[all …]
DAbstractServiceCallableFactoryClassComposer.java70 TypeStore typeStore = createTypes(service); in generate() local
94 protected List<AnnotationNode> createClassAnnotations(Service service, TypeStore typeStore) { in createClassAnnotations()
119 protected abstract List<TypeNode> createClassImplements(Service service, TypeStore typeStore); in createClassImplements()
121 protected List<MethodDefinition> createClassMethods(Service service, TypeStore typeStore) { in createClassMethods()
129 protected MethodDefinition createUnaryCallableMethod(Service service, TypeStore typeStore) { in createUnaryCallableMethod()
150 protected MethodDefinition createPagedCallableMethod(Service service, TypeStore typeStore) { in createPagedCallableMethod()
173 protected MethodDefinition createBatchingCallableMethod(Service service, TypeStore typeStore) { in createBatchingCallableMethod()
195 Service service, TypeStore typeStore); in createOperationCallableMethod()
198 Service service, TypeStore typeStore) { in createServerStreamingCallableMethod()
221 TypeStore typeStore, in createGenericCallableMethod()
[all …]
DAbstractServiceStubSettingsClassComposer.java172 TypeStore typeStore = createDynamicTypes(service, pakkage); in generate() local
320 Service service, TypeStore typeStore); in createApiClientHeaderProviderBuilderMethods()
324 TypeStore typeStore, in createApiClientHeaderProviderBuilderMethod()
441 private TypeNode createExtendsType(Service service, TypeStore typeStore) { in createExtendsType()
453 TypeStore typeStore, in createMethodSettingsClassMemberVarExprs()
491 TypeStore typeStore) { in createClassStatements()
575 TypeStore typeStore) { in createPagingStaticAssignExprs()
645 TypeStore typeStore) { in createPagedListDescriptorAssignExpr()
864 TypeStore typeStore) { in createPagedListResponseFactoryAssignExpr()
1004 TypeStore typeStore) { in createClassMethods()
[all …]
DAbstractServiceClientClassComposer.java134 TypeStore typeStore = createTypes(service, messageTypes); in generate() local
171 private static List<AnnotationNode> createClassAnnotations(Service service, TypeStore typeStore) { in createClassAnnotations()
187 private static List<TypeNode> createClassImplements(TypeStore typeStore) { in createClassImplements()
193 TypeStore typeStore, in createClassHeaderComments()
222 TypeStore typeStore, in createClassMethods()
239 Service service, TypeStore typeStore, boolean hasLroClient) { in createFieldDeclarations()
272 Service service, TypeStore typeStore) { in createStaticCreatorMethods()
364 Service service, TypeStore typeStore, boolean hasLroClient) { in createConstructorMethods()
506 Service service, TypeStore typeStore, boolean hasLroClient) { in createGetterMethods()
DAbstractTransportServiceStubClassComposer.java141 TypeStore typeStore = createDynamicTypes(service, pakkage); in generate() local
271 TypeStore typeStore, in createGetMethodDescriptorsMethod()
373 Service service, TypeStore typeStore) { in createCallableClassMembers()
456 TypeStore typeStore, in createClassMethods()
483 Service service, TypeStore typeStore, String newBuilderMethod) { in createStaticCreatorMethods()
566 TypeStore typeStore, in createConstructorMethods()
783 protected List<Statement> createLongRunningClient(Service service, TypeStore typeStore) { in createLongRunningClient()
1088 TypeStore typeStore = new TypeStore(); in createDynamicTypes() local
DAbstractServiceClientTestClassComposer.java119 TypeStore typeStore = new TypeStore(); in generate() local
148 Service service, GapicContext context, TypeStore typeStore); in createClassMemberVarExprs()
187 TypeStore typeStore, in createClassMethods()
199 TypeStore typeStore) { in createTestAdminMethods()
214 TypeStore typeStore, in createStartStaticServerMethod()
221 Service service, Map<String, VariableExpr> classMemberVarExprs, TypeStore typeStore); in createSetUpMethod()
932 private void addDynamicTypes(GapicContext context, Service service, TypeStore typeStore) { in addDynamicTypes()
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/grpc/
DMockServiceClassComposer.java57 TypeStore typeStore = createTypes(service); in generate() local
75 private static List<Statement> createFieldDeclarations(Service service, TypeStore typeStore) { in createFieldDeclarations()
86 private static List<AnnotationNode> createClassAnnotations(TypeStore typeStore) { in createClassAnnotations()
95 private static List<TypeNode> createClassImplements(TypeStore typeStore) { in createClassImplements()
99 private static List<MethodDefinition> createClassMethods(Service service, TypeStore typeStore) { in createClassMethods()
112 Service service, VariableExpr serviceImplVarExpr, TypeStore typeStore) { in createConstructor()
128 VariableExpr serviceImplVarExpr, TypeStore typeStore) { in createGetRequestsMethod()
152 VariableExpr serviceImplVarExpr, TypeStore typeStore) { in createAddResponseMethod()
202 VariableExpr serviceImplVarExpr, TypeStore typeStore) { in createGetServiceDefinitionMethod()
240 TypeStore typeStore = new TypeStore(concreteClazzes); in createTypes() local
[all …]
DGrpcServiceCallableFactoryClassComposer.java45 protected List<TypeNode> createClassImplements(Service service, TypeStore typeStore) { in createClassImplements()
50 protected List<MethodDefinition> createClassMethods(Service service, TypeStore typeStore) { in createClassMethods()
62 protected MethodDefinition createUnaryCallableMethod(Service service, TypeStore typeStore) { in createUnaryCallableMethod()
84 protected MethodDefinition createPagedCallableMethod(Service service, TypeStore typeStore) { in createPagedCallableMethod()
108 protected MethodDefinition createOperationCallableMethod(Service service, TypeStore typeStore) { in createOperationCallableMethod()
128 private MethodDefinition createBidiStreamingCallableMethod(Service service, TypeStore typeStore) { in createBidiStreamingCallableMethod()
150 Service service, TypeStore typeStore) { in createClientStreamingCallableMethod()
DMockServiceImplClassComposer.java94 TypeStore typeStore = createDynamicTypes(service); in generate() local
149 private static List<MethodDefinition> createClassMethods(Service service, TypeStore typeStore) { in createClassMethods()
613 TypeStore typeStore = new TypeStore(); in createDynamicTypes() local
DServiceStubSettingsClassComposer.java74 Service service, TypeStore typeStore) { in createApiClientHeaderProviderBuilderMethods()
DServiceClientTestClassComposer.java114 Service service, GapicContext context, TypeStore typeStore) { in createClassMemberVarExprs()
147 TypeStore typeStore, in createStartStaticServerMethod()
243 Service service, Map<String, VariableExpr> classMemberVarExprs, TypeStore typeStore) { in createSetUpMethod()
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/rest/
DHttpJsonServiceCallableFactoryClassComposer.java59 protected List<AnnotationNode> createClassAnnotations(Service service, TypeStore typeStore) { in createClassAnnotations()
73 protected List<TypeNode> createClassImplements(Service service, TypeStore typeStore) { in createClassImplements()
91 protected List<MethodDefinition> createClassMethods(Service service, TypeStore typeStore) { in createClassMethods()
99 protected MethodDefinition createOperationCallableMethod(Service service, TypeStore typeStore) { in createOperationCallableMethod()
DServiceClientTestClassComposer.java96 Service service, GapicContext context, TypeStore typeStore) { in createClassMemberVarExprs()
128 TypeStore typeStore, in createStartStaticServerMethod()
267 Service service, Map<String, VariableExpr> classMemberVarExprs, TypeStore typeStore) { in createSetUpMethod()
DServiceStubSettingsClassComposer.java55 Service service, TypeStore typeStore) { in createApiClientHeaderProviderBuilderMethods()
DHttpJsonServiceStubClassComposer.java268 TypeStore typeStore, in createGetMethodDescriptorsMethod()
1221 protected List<Statement> createLongRunningClient(Service service, TypeStore typeStore) { in createLongRunningClient()
1365 TypeStore typeStore, in createClassMethods()
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/grpcrest/
DServiceStubSettingsClassComposer.java116 Service service, TypeStore typeStore) { in createApiClientHeaderProviderBuilderMethods()
179 Service service, TypeStore typeStore) { in createNestedClassCreateDefaultMethods()
203 TypeStore typeStore, in createNewBuilderMethods()
DServiceSettingsClassComposer.java44 TypeStore typeStore, in createNestedBuilderCreatorMethods()
73 TypeStore typeStore, in createNewBuilderMethods()
DServiceStubClassComposer.java39 TypeNode returnType, String methodName, TypeStore typeStore) { in createOperationsStubGetterMethodDefinition()
DHttpJsonServiceStubClassComposer.java37 Service service, TypeStore typeStore, String newBuilderMethod) { in createStaticCreatorMethods()
DHttpJsonServiceClientTestClassComposer.java52 TypeStore typeStore, in createStartStaticServerMethod()
DServiceClientClassComposer.java48 TypeStore typeStore, in createClassHeaderComments()
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/resourcename/
DResourceNameHelperClassComposer.java98 TypeStore typeStore = createDynamicTypes(resourceName, tokenHierarchies); in generate() local
280 TypeStore typeStore) { in createClassMethods()
320 TypeStore typeStore) { in createConstructorMethods()
485 ResourceName resourceName, List<List<String>> tokenHierarchies, TypeStore typeStore) { in createBuilderCreatorMethods()
556 TypeStore typeStore) { in createOfCreatorMethods()
565 TypeStore typeStore) { in createFormatCreatorMethods()
574 TypeStore typeStore, in createOfOrFormatMethodHelper()
699 TypeStore typeStore) { in createParsingAndSplittingMethods()
715 TypeStore typeStore) { in createParseMethod()
1100 TypeStore typeStore) { in createFieldValueGetterMethods()
[all …]