Example #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);
        }
Example #2
0
 partial void OnConstruction(UserListService.UserListServiceClient grpcClient, UserListServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);