Uses of Class
com.google.api.generator.gapic.model.Method
Packages that use Method
Package
Description
-
Uses of Method in com.google.api.generator.gapic.composer.comment
Methods in com.google.api.generator.gapic.composer.comment with parameters of type MethodModifier and TypeMethodDescriptionstatic List<CommentStatement>ServiceClientCommentComposer.createRpcCallableMethodHeaderComment(Method method, Optional<String> sampleCodeOpt) static List<CommentStatement>ServiceClientCommentComposer.createRpcMethodHeaderComment(Method method, List<MethodArgument> methodArguments, Optional<String> sampleCodeOpt) static List<CommentStatement>ServiceClientCommentComposer.createRpcMethodHeaderComment(Method method, Optional<String> sampleCodeOpt) -
Uses of Method in com.google.api.generator.gapic.composer.common
Methods in com.google.api.generator.gapic.composer.common with parameters of type MethodModifier and TypeMethodDescriptionAbstractServiceClientTestClassComposer.constructRpcTestCheckerLogic(Method method, List<MethodArgument> methodSignature, Service service, boolean isRequestArg, Map<String, VariableExpr> classMemberVarExprs, VariableExpr requestVarExpr, Message requestMessage) static ExprBatchingDescriptorComposer.createBatchingDescriptorFieldDeclExpr(Method method, GapicBatchingSettings batchingSettings, Map<String, Message> messageTypes) 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 LambdaExprAbstractTransportServiceStubClassComposer.createRequestParamsExtractorClassInstance(Method method, List<Statement> classStatements) 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.AbstractServiceClientTestClassComposer.createRpcExceptionTestStatements(Method method, List<MethodArgument> methodSignature, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) static ExprRetrySettingsComposer.createSimpleBuilderSettingsExpr(Service service, GapicServiceConfig serviceConfig, Method method, VariableExpr builderVarExpr, VariableExpr retryableCodeDefsVarExpr, VariableExpr retryParamDefsVarExpr) AbstractServiceClientTestClassComposer.createStreamingRpcExceptionTestStatements(Method method, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) protected abstract MethodDefinitionAbstractServiceClientTestClassComposer.createStreamingRpcTestMethod(Service service, Method method, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) protected ExprAbstractTransportServiceStubClassComposer.createTransportSettingsInitExpr(Method method, VariableExpr transportSettingsVarExpr, VariableExpr methodDescriptorVarExpr, List<Statement> classStatements) protected MethodDefinitionAbstractServiceClientTestClassComposer.createUnsupportedTestMethod(Method method) protected static StringAbstractServiceClientTestClassComposer.getCallableMethodName(Method protoMethod) protected static TypeNodeAbstractServiceClientTestClassComposer.getCallableType(Method protoMethod) protected static TypeNodeAbstractTransportServiceStubClassComposer.getCallableType(Method protoMethod) protected StringAbstractTransportServiceStubClassComposer.getProtoRpcFullMethodName(Service protoService, Method protoMethod) -
Uses of Method in com.google.api.generator.gapic.composer.grpc
Methods in com.google.api.generator.gapic.composer.grpc with parameters of type MethodModifier and TypeMethodDescriptionServiceClientTestClassComposer.constructRpcTestCheckerLogic(Method method, List<MethodArgument> methodSignature, Service service, boolean isRequestArg, Map<String, VariableExpr> classMemberVarExprs, VariableExpr requestVarExpr, Message requestMessage) protected StatementGrpcServiceStubClassComposer.createMethodDescriptorVariableDecl(Service service, Method protoMethod, VariableExpr methodDescriptorVarExpr, Map<String, Message> messageTypes, boolean restNumericEnumsEnabled) protected MethodDefinitionServiceClientTestClassComposer.createRpcExceptionTestMethod(Method method, Service service, List<MethodArgument> methodSignature, int variantIndex, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) ServiceClientTestClassComposer.createStreamingRpcExceptionTestStatements(Method method, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) protected MethodDefinitionServiceClientTestClassComposer.createStreamingRpcTestMethod(Service service, Method method, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) protected EnumRefExprGrpcServiceStubClassComposer.getMethodDescriptorMethodTypeExpr(Method protoMethod) protected StringGrpcServiceStubClassComposer.getProtoRpcFullMethodName(Service protoService, Method protoMethod) -
Uses of Method in com.google.api.generator.gapic.composer.rest
Methods in com.google.api.generator.gapic.composer.rest with parameters of type MethodModifier and TypeMethodDescriptionServiceClientTestClassComposer.constructRpcTestCheckerLogic(Method method, List<MethodArgument> methodSignature, Service service, boolean isRequestArg, Map<String, VariableExpr> classMemberVarExprs, VariableExpr requestVarExpr, Message requestMessage) protected StatementHttpJsonServiceStubClassComposer.createMethodDescriptorVariableDecl(Service service, Method protoMethod, VariableExpr methodDescriptorVarExpr, Map<String, Message> messageTypes, boolean restNumericEnumsEnabled) protected MethodDefinitionServiceClientTestClassComposer.createRpcExceptionTestMethod(Method method, Service service, List<MethodArgument> methodSignature, int variantIndex, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) ServiceClientTestClassComposer.createStreamingRpcExceptionTestStatements(Method method, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) protected MethodDefinitionServiceClientTestClassComposer.createStreamingRpcTestMethod(Service service, Method method, Map<String, VariableExpr> classMemberVarExprs, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes) -
Uses of Method in com.google.api.generator.gapic.composer.samplecode
Methods in com.google.api.generator.gapic.composer.samplecode with parameters of type MethodModifier and TypeMethodDescriptionstatic SampleServiceClientMethodSampleComposer.composeCanonicalSample(Method method, TypeNode clientType, Map<String, ResourceName> resourceNames, Map<String, Message> messageTypes, 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.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) -
Uses of Method in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return MethodModifier and TypeMethodDescriptionabstract MethodMethod.Builder.build()Service.operationPollingMethod()Methods in com.google.api.generator.gapic.model that return types with arguments of type MethodModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<Method>Service.methods()Methods in com.google.api.generator.gapic.model with parameters of type MethodModifier and TypeMethodDescriptionGapicServiceConfig.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 MethodModifier and TypeMethodDescriptionabstract Service.BuilderService.Builder.setMethods(List<Method> methods)