Uses of Class
com.google.api.generator.gapic.model.Service
Packages that use Service
Package
Description
-
Uses of Service in com.google.api.generator.gapic.composer
Method parameters in com.google.api.generator.gapic.composer with type arguments of type ServiceModifier and TypeMethodDescriptionstatic List<GapicClass>Composer.generateMockClasses(GapicContext context, List<Service> services) -
Uses of Service in com.google.api.generator.gapic.composer.comment
Methods in com.google.api.generator.gapic.composer.comment with parameters of type ServiceModifier and TypeMethodDescriptionstatic List<CommentStatement>ServiceClientCommentComposer.createClassHeaderComments(Map<String, List<String>> methodVariantsForClientHeader, Service service, String classMethodSampleCode, String credentialsSampleCode, String endpointSampleCode, String transportSampleCode, String primaryTransport, String secondaryTransport) -
Uses of Service in com.google.api.generator.gapic.composer.common
Methods in com.google.api.generator.gapic.composer.common with parameters of type ServiceModifier and TypeMethodDescriptionAbstractServiceClientTestClassComposer.constructRpcTestCheckerLogic(Method method, List<MethodArgument> methodSignature, Service service, boolean isRequestArg, Map<String, VariableExpr> classMemberVarExprs, VariableExpr requestVarExpr, Message requestMessage) protected MethodDefinitionAbstractServiceStubSettingsClassComposer.createApiClientHeaderProviderBuilderMethod(Service service, TypeStore typeStore, String methodName, TypeNode gaxPropertiesType, String getTokenMethodName, String getVersionMethodName) protected abstract List<MethodDefinition>AbstractServiceStubSettingsClassComposer.createApiClientHeaderProviderBuilderMethods(Service service, TypeStore typeStore) protected MethodDefinitionAbstractServiceCallableFactoryClassComposer.createBatchingCallableMethod(Service service, TypeStore typeStore) protected List<MethodDefinition>AbstractServiceStubSettingsClassComposer.createBuilderHelperMethods(Service service, TypeStore typeStore) protected List<AnnotationNode>AbstractServiceCallableFactoryClassComposer.createClassAnnotations(Service service, TypeStore typeStore) protected List<AnnotationNode>AbstractTransportServiceStubClassComposer.createClassAnnotations(Service service) protected List<CommentStatement>AbstractServiceClientClassComposer.createClassHeaderComments(Map<String, List<String>> methodVariantsForClientHeader, Service service, TypeStore typeStore, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, List<Sample> samples) 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) AbstractTransportServiceStubClassComposer.createClassStatements(Service service, Map<String, VariableExpr> protoMethodNameToDescriptorVarExprs, Map<String, VariableExpr> callableClassMemberVarExprs, Map<String, VariableExpr> classMemberVarExprs, Map<String, Message> messageTypes, boolean restNumericEnumsEnabled) 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 List<MethodDefinition>AbstractServiceStubSettingsClassComposer.createDefaultTransportTransportProviderBuilderMethods(Service service) protected MethodDefinitionAbstractServiceCallableFactoryClassComposer.createGenericCallableMethod(Service service, TypeStore typeStore, List<String> methodTemplateNames, String returnCallableKindName, List<String> returnCallableTemplateNames, String methodVariantName, List<Object> transportCallSettingsTemplateObjects, String callSettingsVariantName, List<Object> callSettingsTemplateObjects) protected MethodDefinitionAbstractServiceCallableFactoryClassComposer.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) AbstractTransportServiceStubClassComposer.createLongRunningClient(Service service, TypeStore typeStore) static ExprRetrySettingsComposer.createLroSettingsBuilderExpr(Service service, GapicServiceConfig serviceConfig, Method method, VariableExpr builderVarExpr, VariableExpr retryableCodeDefsVarExpr, VariableExpr retryParamDefsVarExpr, TypeNode operationResponseTransformer, TypeNode operationMetadataTransformer) protected abstract StatementAbstractTransportServiceStubClassComposer.createMethodDescriptorVariableDecl(Service service, Method protoMethod, VariableExpr methodDescriptorVarExpr, Map<String, Message> messageTypes, boolean restNumericEnumsEnabled) AbstractTransportServiceStubClassComposer.createMethodDescriptorVariableDecls(Service service, Map<String, VariableExpr> protoMethodNameToDescriptorVarExprs, Map<String, Message> messageTypes, boolean restNumericEnumsEnabled) protected List<MethodDefinition>AbstractServiceSettingsClassComposer.createNestedBuilderCreatorMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations) protected List<MethodDefinition>AbstractServiceStubSettingsClassComposer.createNestedClassCreateDefaultMethods(Service service, 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 MethodDefinitionAbstractServiceCallableFactoryClassComposer.createOperationCallableMethod(Service service, TypeStore typeStore) protected List<MethodDefinition>AbstractTransportServiceStubClassComposer.createOperationsStubGetterMethod(Service service, VariableExpr operationsStubVarExpr) AbstractTransportServiceStubClassComposer.createOperationsStubInitExpr(GapicContext context, Service service, Expr thisExpr, VariableExpr operationsStubClassVarExpr, VariableExpr clientContextVarExpr, VariableExpr callableFactoryVarExpr) protected MethodDefinitionAbstractServiceCallableFactoryClassComposer.createPagedCallableMethod(Service service, TypeStore typeStore) protected Map<String,VariableExpr> AbstractTransportServiceStubClassComposer.createProtoMethodNameToDescriptorClassMembers(Service service, Class<?> descriptorClass) static BlockStatementRetrySettingsComposer.createRetryCodesDefinitionsBlock(Service service, GapicServiceConfig serviceConfig, VariableExpr retryCodesDefinitionsClassMemberVarExpr) static BlockStatementRetrySettingsComposer.createRetryParamDefinitionsBlock(Service service, GapicServiceConfig serviceConfig, VariableExpr retryParamDefinitionsClassMemberVarExpr) protected abstract MethodDefinitionAbstractServiceClientTestClassComposer.createRpcExceptionTestMethod(Method method, Service service, List<MethodArgument> methodSignature, int variantIndex, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) Creates a test method to exercise exceptions for a given RPC, e.g.protected MethodDefinitionAbstractServiceCallableFactoryClassComposer.createServerStreamingCallableMethod(Service service, TypeStore typeStore) protected abstract MethodDefinitionAbstractServiceClientTestClassComposer.createSetUpMethod(Service service, Map<String, VariableExpr> classMemberVarExprs, TypeStore typeStore) static ExprRetrySettingsComposer.createSimpleBuilderSettingsExpr(Service service, GapicServiceConfig serviceConfig, Method method, VariableExpr builderVarExpr, VariableExpr retryableCodeDefsVarExpr, VariableExpr retryParamDefsVarExpr) protected abstract MethodDefinitionAbstractServiceClientTestClassComposer.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 abstract MethodDefinitionAbstractServiceClientTestClassComposer.createStopServerMethod(Service service, Map<String, VariableExpr> classMemberVarExprs) protected abstract MethodDefinitionAbstractServiceClientTestClassComposer.createStreamingRpcTestMethod(Service service, Method method, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) protected abstract MethodDefinitionAbstractServiceClientTestClassComposer.createTearDownMethod(Service service, Map<String, VariableExpr> classMemberVarExprs) AbstractTransportServiceStubClassComposer.createTypeRegistry(Service service) protected MethodDefinitionAbstractServiceCallableFactoryClassComposer.createUnaryCallableMethod(Service service, TypeStore typeStore) AbstractServiceCallableFactoryClassComposer.generate(GapicContext context, Service service) AbstractServiceClientClassComposer.generate(GapicContext context, Service service) AbstractServiceClientTestClassComposer.generate(GapicContext context, Service service) protected GapicClassAbstractServiceClientTestClassComposer.generate(String className, GapicContext context, Service service) AbstractServiceSettingsClassComposer.generate(GapicContext context, Service service) AbstractServiceStubClassComposer.generate(GapicContext context, Service service) AbstractServiceStubSettingsClassComposer.generate(GapicContext context, Service service) AbstractTransportServiceStubClassComposer.generate(GapicContext context, Service service) ClassComposer.generate(GapicContext context, Service serivce) protected booleanAbstractTransportServiceStubClassComposer.generateOperationsStubLogic(Service service) AbstractTransportServiceStubClassComposer.getCallableCreatorMethodName(GapicContext context, Service service, TypeNode callableVarExprType, String serviceMethodName) protected StringAbstractServiceClientTestClassComposer.getMockServiceVarName(Service service) protected TypeNodeAbstractServiceCallableFactoryClassComposer.getOperationsStubType(Service service) protected StringAbstractTransportServiceStubClassComposer.getProtoRpcFullMethodName(Service protoService, Method protoMethod) protected TypeNodeAbstractTransportServiceStubClassComposer.getTransportOperationsStubType(Service service) -
Uses of Service in com.google.api.generator.gapic.composer.grpc
Methods in com.google.api.generator.gapic.composer.grpc with parameters of type ServiceModifier and TypeMethodDescriptionServiceClientTestClassComposer.constructRpcTestCheckerLogic(Method method, List<MethodArgument> methodSignature, Service service, boolean isRequestArg, Map<String, VariableExpr> classMemberVarExprs, VariableExpr requestVarExpr, Message requestMessage) protected List<MethodDefinition>ServiceStubSettingsClassComposer.createApiClientHeaderProviderBuilderMethods(Service service, TypeStore typeStore) 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 StatementGrpcServiceStubClassComposer.createMethodDescriptorVariableDecl(Service service, Method protoMethod, VariableExpr methodDescriptorVarExpr, Map<String, Message> messageTypes, boolean restNumericEnumsEnabled) protected MethodDefinitionGrpcServiceCallableFactoryClassComposer.createOperationCallableMethod(Service service, TypeStore typeStore) protected MethodDefinitionGrpcServiceCallableFactoryClassComposer.createPagedCallableMethod(Service service, TypeStore typeStore) protected MethodDefinitionServiceClientTestClassComposer.createRpcExceptionTestMethod(Method method, Service service, List<MethodArgument> methodSignature, int variantIndex, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) protected MethodDefinitionServiceClientTestClassComposer.createSetUpMethod(Service service, Map<String, VariableExpr> classMemberVarExprs, TypeStore typeStore) protected MethodDefinitionServiceClientTestClassComposer.createStartStaticServerMethod(Service service, GapicContext context, Map<String, VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod) protected MethodDefinitionServiceClientTestClassComposer.createStopServerMethod(Service service, Map<String, VariableExpr> classMemberVarExprs) protected MethodDefinitionServiceClientTestClassComposer.createStreamingRpcTestMethod(Service service, Method method, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) protected MethodDefinitionServiceClientTestClassComposer.createTearDownMethod(Service service, Map<String, VariableExpr> classMemberVarExprs) protected MethodDefinitionGrpcServiceCallableFactoryClassComposer.createUnaryCallableMethod(Service service, TypeStore typeStore) MockServiceClassComposer.generate(GapicContext ignored, Service service) MockServiceImplClassComposer.generate(GapicContext context, Service service) protected StringGrpcServiceStubClassComposer.getProtoRpcFullMethodName(Service protoService, Method protoMethod) -
Uses of Service in com.google.api.generator.gapic.composer.grpcrest
Methods in com.google.api.generator.gapic.composer.grpcrest with parameters of type ServiceModifier and TypeMethodDescriptionprotected List<MethodDefinition>ServiceStubSettingsClassComposer.createApiClientHeaderProviderBuilderMethods(Service service, TypeStore typeStore) protected List<CommentStatement>ServiceClientClassComposer.createClassHeaderComments(Map<String, List<String>> grpcRpcsToJavaMethodNames, 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(Service service, TypeStore typeStore) protected List<MethodDefinition>ServiceSettingsClassComposer.createNewBuilderMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations, CommentStatement comment) protected List<MethodDefinition>ServiceStubSettingsClassComposer.createNewBuilderMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, CommentStatement methodComment) protected MethodDefinitionHttpJsonServiceClientTestClassComposer.createStartStaticServerMethod(Service service, GapicContext context, Map<String, VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod) protected List<MethodDefinition>HttpJsonServiceStubClassComposer.createStaticCreatorMethods(Service service, TypeStore typeStore, String newBuilderMethod) protected GapicClassHttpJsonServiceClientTestClassComposer.generate(String className, GapicContext context, Service service) -
Uses of Service in com.google.api.generator.gapic.composer.rest
Methods in com.google.api.generator.gapic.composer.rest with parameters of type ServiceModifier and TypeMethodDescriptionServiceClientTestClassComposer.constructRpcTestCheckerLogic(Method method, List<MethodArgument> methodSignature, Service service, boolean isRequestArg, Map<String, VariableExpr> classMemberVarExprs, VariableExpr requestVarExpr, Message requestMessage) protected List<MethodDefinition>ServiceStubSettingsClassComposer.createApiClientHeaderProviderBuilderMethods(Service service, TypeStore typeStore) 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.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>HttpJsonServiceStubClassComposer.createGetMethodDescriptorsMethod(Service service, TypeStore typeStore, Map<String, VariableExpr> protoMethodNameToDescriptorVarExprs) HttpJsonServiceStubClassComposer.createLongRunningClient(Service service, TypeStore typeStore) protected StatementHttpJsonServiceStubClassComposer.createMethodDescriptorVariableDecl(Service service, Method protoMethod, VariableExpr methodDescriptorVarExpr, Map<String, Message> messageTypes, boolean restNumericEnumsEnabled) protected MethodDefinitionHttpJsonServiceCallableFactoryClassComposer.createOperationCallableMethod(Service service, TypeStore typeStore) protected List<MethodDefinition>HttpJsonServiceStubClassComposer.createOperationsStubGetterMethod(Service service, VariableExpr operationsStubVarExpr) HttpJsonServiceStubClassComposer.createOperationsStubInitExpr(GapicContext context, Service service, Expr thisExpr, VariableExpr operationsStubClassVarExpr, VariableExpr clientContextVarExpr, VariableExpr callableFactoryVarExpr) protected MethodDefinitionServiceClientTestClassComposer.createRpcExceptionTestMethod(Method method, Service service, List<MethodArgument> methodSignature, int variantIndex, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) protected MethodDefinitionServiceClientTestClassComposer.createSetUpMethod(Service service, Map<String, VariableExpr> classMemberVarExprs, TypeStore typeStore) protected MethodDefinitionServiceClientTestClassComposer.createStartStaticServerMethod(Service service, GapicContext context, Map<String, VariableExpr> classMemberVarExprs, TypeStore typeStore, String newBuilderMethod) protected MethodDefinitionServiceClientTestClassComposer.createStopServerMethod(Service service, Map<String, VariableExpr> classMemberVarExprs) protected MethodDefinitionServiceClientTestClassComposer.createStreamingRpcTestMethod(Service service, Method method, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) protected MethodDefinitionServiceClientTestClassComposer.createTearDownMethod(Service service, Map<String, VariableExpr> classMemberVarExprs) HttpJsonServiceStubClassComposer.createTypeRegistry(Service service) protected booleanHttpJsonServiceStubClassComposer.generateOperationsStubLogic(Service service) protected StringServiceClientTestClassComposer.getMockServiceVarName(Service service) -
Uses of Service in com.google.api.generator.gapic.composer.samplecode
Methods in com.google.api.generator.gapic.composer.samplecode with parameters of type ServiceModifier and TypeMethodDescriptionstatic SampleServiceClientMethodSampleComposer.composeCanonicalSample(Method method, TypeNode clientType, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, Service service) static SampleServiceClientHeaderSampleComposer.composeClassHeaderSample(Service service, TypeNode clientType, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) static SampleServiceClientMethodSampleComposer.composeEmptyServiceSample(TypeNode clientType, Service service) static SampleServiceClientCallableMethodSampleComposer.composeLroCallableMethod(Method method, TypeNode clientType, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, Service service) static SampleServiceClientCallableMethodSampleComposer.composePagedCallableMethod(Method method, TypeNode clientType, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, Service service) static SampleServiceClientCallableMethodSampleComposer.composeRegularCallableMethod(Method method, TypeNode clientType, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, Service service) static SampleServiceClientHeaderSampleComposer.composeSetCredentialsSample(TypeNode clientType, TypeNode settingsType, Service service) static SampleServiceClientHeaderSampleComposer.composeSetEndpointSample(TypeNode clientType, TypeNode settingsType, Service service) static SampleServiceClientHeaderSampleComposer.composeShowcaseMethodSample(Method method, TypeNode clientType, List<MethodArgument> arguments, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, Service service) static SampleServiceClientCallableMethodSampleComposer.composeStreamCallableMethod(Method method, TypeNode clientType, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, Service service) static SampleServiceClientHeaderSampleComposer.composeTransportSample(TypeNode clientType, TypeNode settingsType, String transportBuilderMethod, Service service) -
Uses of Service in com.google.api.generator.gapic.composer.utils
Methods in com.google.api.generator.gapic.composer.utils with parameters of type ServiceModifier and TypeMethodDescriptionstatic StringClassNames.getMockServiceClassName(Service service) static StringClassNames.getMockServiceImplClassName(Service service) static StringClassNames.getServiceClientClassName(Service service) static StringClassNames.getServiceClientTestClassName(Service service) ClassNames.getServiceClientTestClassNames(Service service) static StringClassNames.getServiceSettingsClassName(Service service) static StringClassNames.getServiceStubClassName(Service service) static StringClassNames.getServiceStubSettingsClassName(Service service) ClassNames.getTransportServiceCallableFactoryClassName(Service service) ClassNames.getTransportServiceCallableFactoryClassNames(Service service) ClassNames.getTransportServiceStubClassName(Service service) ClassNames.getTransportServiceStubClassNames(Service service) -
Uses of Service in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return ServiceMethods in com.google.api.generator.gapic.model that return types with arguments of type ServiceModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<Service>GapicContext.mixinServices()abstract com.google.common.collect.ImmutableList<Service>GapicContext.services()Methods in com.google.api.generator.gapic.model with parameters of type ServiceModifier and TypeMethodDescriptionGapicServiceConfig.getAllGapicRetrySettings(Service service) GapicServiceConfig.getAllRetryCodes(Service service) GapicServiceConfig.getBatchingSetting(Service service, Method method) GapicServiceConfig.getLroRetrySetting(Service service, Method method) GapicServiceConfig.getRetryCodeName(Service service, Method method) GapicServiceConfig.getRetryParamsName(Service service, Method method) booleanGapicServiceConfig.hasBatchingSetting(Service service, Method method) booleanGapicServiceConfig.hasLroRetrySetting(Service service, Method method) booleanMethod parameters in com.google.api.generator.gapic.model with type arguments of type ServiceModifier and TypeMethodDescriptionabstract GapicContext.BuilderGapicContext.Builder.setMixinServices(List<Service> mixinServices) abstract GapicContext.BuilderGapicContext.Builder.setServices(List<Service> services) -
Uses of Service in com.google.api.generator.gapic.protoparser
Methods in com.google.api.generator.gapic.protoparser that return types with arguments of type ServiceModifier and TypeMethodDescriptionParser.parseService(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor, Map<String, Message> messageTypes, Map<String, ResourceName> resourceNames, Optional<com.google.api.Service> serviceYamlProtoOpt, Optional<GapicServiceConfig> serviceConfigOpt, Set<ResourceName> outputArgResourceNames, Transport transport) Parser.parseService(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor, Map<String, Message> messageTypes, Map<String, ResourceName> resourceNames, Optional<com.google.api.Service> serviceYamlProtoOpt, Set<ResourceName> outputArgResourceNames) Parser.parseServices(com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest request, Map<String, Message> messageTypes, Map<String, ResourceName> resourceNames, Set<ResourceName> outputArgResourceNames, Optional<com.google.api.Service> serviceYamlProtoOpt, Optional<GapicServiceConfig> serviceConfigOpt, List<Service> outputMixinServices, Transport transport) Method parameters in com.google.api.generator.gapic.protoparser with type arguments of type ServiceModifier and TypeMethodDescriptionParser.parseServices(com.google.protobuf.compiler.PluginProtos.CodeGeneratorRequest request, Map<String, Message> messageTypes, Map<String, ResourceName> resourceNames, Set<ResourceName> outputArgResourceNames, Optional<com.google.api.Service> serviceYamlProtoOpt, Optional<GapicServiceConfig> serviceConfigOpt, List<Service> outputMixinServices, Transport transport)