예제 #1
0
 /// <summary>
 /// Creates a <see cref="KeywordPlanKeywordServiceClient"/> 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="KeywordPlanKeywordServiceSettings"/>.</param>
 /// <returns>The created <see cref="KeywordPlanKeywordServiceClient"/>.</returns>
 public static KeywordPlanKeywordServiceClient Create(grpccore::CallInvoker callInvoker, KeywordPlanKeywordServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     KeywordPlanKeywordService.KeywordPlanKeywordServiceClient grpcClient = new KeywordPlanKeywordService.KeywordPlanKeywordServiceClient(callInvoker);
     return(new KeywordPlanKeywordServiceClientImpl(grpcClient, settings));
 }
예제 #2
0
        /// <summary>
        /// Constructs a client wrapper for the KeywordPlanKeywordService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="KeywordPlanKeywordServiceSettings"/> used within this client </param>
        public KeywordPlanKeywordServiceClientImpl(KeywordPlanKeywordService.KeywordPlanKeywordServiceClient grpcClient, KeywordPlanKeywordServiceSettings settings)
        {
            GrpcClient = grpcClient;
            KeywordPlanKeywordServiceSettings effectiveSettings = settings ?? KeywordPlanKeywordServiceSettings.GetDefault();
            gaxgrpc::ClientHelper             clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetKeywordPlanKeyword = clientHelper.BuildApiCall <GetKeywordPlanKeywordRequest, gagvr::KeywordPlanKeyword>(
                GrpcClient.GetKeywordPlanKeywordAsync, GrpcClient.GetKeywordPlanKeyword, effectiveSettings.GetKeywordPlanKeywordSettings);
            _callMutateKeywordPlanKeywords = clientHelper.BuildApiCall <MutateKeywordPlanKeywordsRequest, MutateKeywordPlanKeywordsResponse>(
                GrpcClient.MutateKeywordPlanKeywordsAsync, GrpcClient.MutateKeywordPlanKeywords, effectiveSettings.MutateKeywordPlanKeywordsSettings);
            Modify_ApiCall(ref _callGetKeywordPlanKeyword);
            Modify_GetKeywordPlanKeywordApiCall(ref _callGetKeywordPlanKeyword);
            Modify_ApiCall(ref _callMutateKeywordPlanKeywords);
            Modify_MutateKeywordPlanKeywordsApiCall(ref _callMutateKeywordPlanKeywords);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
예제 #3
0
 partial void OnConstruction(KeywordPlanKeywordService.KeywordPlanKeywordServiceClient grpcClient, KeywordPlanKeywordServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);