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

            _callGetUserList = clientHelper.BuildApiCall <GetUserListRequest, gagvr::UserList>(grpcClient.GetUserListAsync, grpcClient.GetUserList, effectiveSettings.GetUserListSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetUserList);
            Modify_GetUserListApiCall(ref _callGetUserList);
            _callMutateUserLists = clientHelper.BuildApiCall <MutateUserListsRequest, MutateUserListsResponse>(grpcClient.MutateUserListsAsync, grpcClient.MutateUserLists, effectiveSettings.MutateUserListsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateUserLists);
            Modify_MutateUserListsApiCall(ref _callMutateUserLists);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
        /// <summary>
        /// Constructs a client wrapper for the UserListService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="UserListServiceSettings"/> used within this client </param>
        public UserListServiceClientImpl(UserListService.UserListServiceClient grpcClient, UserListServiceSettings settings)
        {
            GrpcClient = grpcClient;
            UserListServiceSettings effectiveSettings = settings ?? UserListServiceSettings.GetDefault();
            gaxgrpc::ClientHelper   clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetUserList = clientHelper.BuildApiCall <GetUserListRequest, gagvr::UserList>(
                GrpcClient.GetUserListAsync, GrpcClient.GetUserList, effectiveSettings.GetUserListSettings)
                               .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"resource_name={request.ResourceName}"));
            _callMutateUserLists = clientHelper.BuildApiCall <MutateUserListsRequest, MutateUserListsResponse>(
                GrpcClient.MutateUserListsAsync, GrpcClient.MutateUserLists, effectiveSettings.MutateUserListsSettings)
                                   .WithCallSettingsOverlay(request => gaxgrpc::CallSettings.FromHeader("x-goog-request-params", $"customer_id={request.CustomerId}"));
            Modify_ApiCall(ref _callGetUserList);
            Modify_GetUserListApiCall(ref _callGetUserList);
            Modify_ApiCall(ref _callMutateUserLists);
            Modify_MutateUserListsApiCall(ref _callMutateUserLists);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
예제 #3
0
 partial void OnConstruction(UserListService.UserListServiceClient grpcClient, UserListServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);