コード例 #1
0
 private ConversionValueRuleSetServiceSettings(ConversionValueRuleSetServiceSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     GetConversionValueRuleSetSettings     = existing.GetConversionValueRuleSetSettings;
     MutateConversionValueRuleSetsSettings = existing.MutateConversionValueRuleSetsSettings;
     OnCopy(existing);
 }
コード例 #2
0
        /// <summary>
        /// Constructs a client wrapper for the ConversionValueRuleSetService service, with the specified gRPC client
        /// and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="ConversionValueRuleSetServiceSettings"/> used within this client.
        /// </param>
        public ConversionValueRuleSetServiceClientImpl(ConversionValueRuleSetService.ConversionValueRuleSetServiceClient grpcClient, ConversionValueRuleSetServiceSettings settings)
        {
            GrpcClient = grpcClient;
            ConversionValueRuleSetServiceSettings effectiveSettings = settings ?? ConversionValueRuleSetServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetConversionValueRuleSet = clientHelper.BuildApiCall <GetConversionValueRuleSetRequest, gagvr::ConversionValueRuleSet>(grpcClient.GetConversionValueRuleSetAsync, grpcClient.GetConversionValueRuleSet, effectiveSettings.GetConversionValueRuleSetSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetConversionValueRuleSet);
            Modify_GetConversionValueRuleSetApiCall(ref _callGetConversionValueRuleSet);
            _callMutateConversionValueRuleSets = clientHelper.BuildApiCall <MutateConversionValueRuleSetsRequest, MutateConversionValueRuleSetsResponse>(grpcClient.MutateConversionValueRuleSetsAsync, grpcClient.MutateConversionValueRuleSets, effectiveSettings.MutateConversionValueRuleSetsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateConversionValueRuleSets);
            Modify_MutateConversionValueRuleSetsApiCall(ref _callMutateConversionValueRuleSets);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #3
0
 partial void OnCopy(ConversionValueRuleSetServiceSettings existing);
コード例 #4
0
 partial void OnConstruction(ConversionValueRuleSetService.ConversionValueRuleSetServiceClient grpcClient, ConversionValueRuleSetServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
コード例 #5
0
        /// <summary>
        /// Creates a <see cref="ConversionValueRuleSetServiceClient"/> which uses the specified call invoker for remote
        /// operations.
        /// </summary>
        /// <param name="callInvoker">
        /// The <see cref="grpccore::CallInvoker"/> for remote operations. Must not be null.
        /// </param>
        /// <param name="settings">Optional <see cref="ConversionValueRuleSetServiceSettings"/>.</param>
        /// <returns>The created <see cref="ConversionValueRuleSetServiceClient"/>.</returns>
        internal static ConversionValueRuleSetServiceClient Create(grpccore::CallInvoker callInvoker, ConversionValueRuleSetServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            ConversionValueRuleSetService.ConversionValueRuleSetServiceClient grpcClient = new ConversionValueRuleSetService.ConversionValueRuleSetServiceClient(callInvoker);
            return(new ConversionValueRuleSetServiceClientImpl(grpcClient, settings));
        }