Uses of Class
com.google.api.generator.gapic.model.Service
-
-
Uses of Service in com.google.api.generator.gapic.composer
Method parameters in com.google.api.generator.gapic.composer with type arguments of type Service Modifier and Type Method Description static 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 Service Modifier and Type Method Description static List<CommentStatement>ServiceClientCommentComposer. createClassHeaderComments(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 Service Modifier and Type Method Description protected abstract List<Statement>AbstractServiceClientTestClassComposer. 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(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<Statement>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)protected List<Statement>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)protected List<Statement>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)protected List<Expr>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)protected List<Statement>AbstractTransportServiceStubClassComposer. createTypeRegistry(Service service)protected MethodDefinitionAbstractServiceCallableFactoryClassComposer. createUnaryCallableMethod(Service service, TypeStore typeStore)GapicClassAbstractServiceCallableFactoryClassComposer. generate(GapicContext context, Service service)GapicClassAbstractServiceClientClassComposer. generate(GapicContext context, Service service)GapicClassAbstractServiceClientTestClassComposer. generate(GapicContext context, Service service)protected GapicClassAbstractServiceClientTestClassComposer. generate(String className, GapicContext context, Service service)GapicClassAbstractServiceSettingsClassComposer. generate(GapicContext context, Service service)GapicClassAbstractServiceStubClassComposer. generate(GapicContext context, Service service)GapicClassAbstractServiceStubSettingsClassComposer. generate(GapicContext context, Service service)GapicClassAbstractTransportServiceStubClassComposer. generate(GapicContext context, Service service)GapicClassClassComposer. generate(GapicContext context, Service serivce)protected booleanAbstractTransportServiceStubClassComposer. generateOperationsStubLogic(Service service)protected Optional<String>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 Service Modifier and Type Method Description protected List<Statement>ServiceClientTestClassComposer. 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)protected List<TypeNode>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)GapicClassMockServiceClassComposer. generate(GapicContext ignored, Service service)GapicClassMockServiceImplClassComposer. 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 Service Modifier and Type Method Description protected List<MethodDefinition>ServiceStubSettingsClassComposer. createApiClientHeaderProviderBuilderMethods(Service service, TypeStore typeStore)protected List<CommentStatement>ServiceClientClassComposer. createClassHeaderComments(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 Service Modifier and Type Method Description protected List<Statement>ServiceClientTestClassComposer. 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)protected List<AnnotationNode>HttpJsonServiceCallableFactoryClassComposer. createClassAnnotations(Service service, TypeStore typeStore)protected List<AnnotationNode>HttpJsonServiceStubClassComposer. createClassAnnotations(Service service)protected List<TypeNode>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)protected List<Statement>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)protected List<Expr>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)protected List<Statement>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 Service Modifier and Type Method Description static 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
-
Uses of Service in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return Service Modifier and Type Method Description abstract ServiceService.Builder. build()Methods in com.google.api.generator.gapic.model that return types with arguments of type Service Modifier and Type Method Description abstract 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 Service Modifier and Type Method Description Map<String,GapicRetrySettings>GapicServiceConfig. getAllGapicRetrySettings(Service service)Map<String,List<com.google.rpc.Code>>GapicServiceConfig. getAllRetryCodes(Service service)Optional<GapicBatchingSettings>GapicServiceConfig. getBatchingSetting(Service service, Method method)Optional<GapicLroRetrySettings>GapicServiceConfig. getLroRetrySetting(Service service, Method method)StringGapicServiceConfig. getRetryCodeName(Service service, Method method)StringGapicServiceConfig. getRetryParamsName(Service service, Method method)booleanGapicServiceConfig. hasBatchingSetting(Service service, Method method)booleanGapicServiceConfig. hasLroRetrySetting(Service service, Method method)booleanGapicBatchingSettings. matches(Service service, Method method)Method parameters in com.google.api.generator.gapic.model with type arguments of type Service Modifier and Type Method Description abstract 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 Service Modifier and Type Method Description static List<Service>Parser. 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)static List<Service>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)static List<Service>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 Service Modifier and Type Method Description static List<Service>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)
-