/// <summary>
        /// Constructs a client wrapper for the MobileDeviceConstantService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="MobileDeviceConstantServiceSettings"/> used within this client.
        /// </param>
        public MobileDeviceConstantServiceClientImpl(MobileDeviceConstantService.MobileDeviceConstantServiceClient grpcClient, MobileDeviceConstantServiceSettings settings)
        {
            GrpcClient = grpcClient;
            MobileDeviceConstantServiceSettings effectiveSettings = settings ?? MobileDeviceConstantServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetMobileDeviceConstant = clientHelper.BuildApiCall <GetMobileDeviceConstantRequest, gagvr::MobileDeviceConstant>(grpcClient.GetMobileDeviceConstantAsync, grpcClient.GetMobileDeviceConstant, effectiveSettings.GetMobileDeviceConstantSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetMobileDeviceConstant);
            Modify_GetMobileDeviceConstantApiCall(ref _callGetMobileDeviceConstant);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #2
0
        /// <summary>
        /// Constructs a client wrapper for the MobileDeviceConstantService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="MobileDeviceConstantServiceSettings"/> used within this client </param>
        public MobileDeviceConstantServiceClientImpl(MobileDeviceConstantService.MobileDeviceConstantServiceClient grpcClient, MobileDeviceConstantServiceSettings settings)
        {
            GrpcClient = grpcClient;
            MobileDeviceConstantServiceSettings effectiveSettings = settings ?? MobileDeviceConstantServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetMobileDeviceConstant = clientHelper.BuildApiCall <GetMobileDeviceConstantRequest, gagvr::MobileDeviceConstant>(
                GrpcClient.GetMobileDeviceConstantAsync, GrpcClient.GetMobileDeviceConstant, effectiveSettings.GetMobileDeviceConstantSettings)
                                           .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetMobileDeviceConstant);
            Modify_GetMobileDeviceConstantApiCall(ref _callGetMobileDeviceConstant);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }