Exemple #1
0
        /// <summary>
        /// Constructs a client wrapper for the GroupPlacementViewService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="GroupPlacementViewServiceSettings"/> used within this client.
        /// </param>
        public GroupPlacementViewServiceClientImpl(GroupPlacementViewService.GroupPlacementViewServiceClient grpcClient, GroupPlacementViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            GroupPlacementViewServiceSettings effectiveSettings = settings ?? GroupPlacementViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper             clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetGroupPlacementView = clientHelper.BuildApiCall <GetGroupPlacementViewRequest, gagvr::GroupPlacementView>(grpcClient.GetGroupPlacementViewAsync, grpcClient.GetGroupPlacementView, effectiveSettings.GetGroupPlacementViewSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetGroupPlacementView);
            Modify_GetGroupPlacementViewApiCall(ref _callGetGroupPlacementView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Exemple #2
0
        /// <summary>
        /// Constructs a client wrapper for the GroupPlacementViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="GroupPlacementViewServiceSettings"/> used within this client </param>
        public GroupPlacementViewServiceClientImpl(GroupPlacementViewService.GroupPlacementViewServiceClient grpcClient, GroupPlacementViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            GroupPlacementViewServiceSettings effectiveSettings = settings ?? GroupPlacementViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper             clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetGroupPlacementView = clientHelper.BuildApiCall <GetGroupPlacementViewRequest, gagvr::GroupPlacementView>(
                GrpcClient.GetGroupPlacementViewAsync, GrpcClient.GetGroupPlacementView, effectiveSettings.GetGroupPlacementViewSettings)
                                         .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            Modify_ApiCall(ref _callGetGroupPlacementView);
            Modify_GetGroupPlacementViewApiCall(ref _callGetGroupPlacementView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }