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

            _callGetExpandedLandingPageView = clientHelper.BuildApiCall <GetExpandedLandingPageViewRequest, gagvr::ExpandedLandingPageView>(
                GrpcClient.GetExpandedLandingPageViewAsync, GrpcClient.GetExpandedLandingPageView, effectiveSettings.GetExpandedLandingPageViewSettings);
            Modify_ApiCall(ref _callGetExpandedLandingPageView);
            Modify_GetExpandedLandingPageViewApiCall(ref _callGetExpandedLandingPageView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #3
0
 partial void OnConstruction(ExpandedLandingPageViewService.ExpandedLandingPageViewServiceClient grpcClient, ExpandedLandingPageViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);