示例#1
0
 partial void Modify_MoveManagerLinkRequest(ref MoveManagerLinkRequest request, ref gaxgrpc::CallSettings settings);
示例#2
0
 /// <summary>
 /// Moves a client customer to a new manager customer.
 /// This simplifies the complex request that requires two operations to move
 /// a client customer to a new manager. i.e:
 /// 1. Update operation with Status INACTIVE (previous manager) and,
 /// 2. Update operation with Status ACTIVE (new manager).
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public virtual stt::Task <MoveManagerLinkResponse> MoveManagerLinkAsync(MoveManagerLinkRequest request, st::CancellationToken cancellationToken) =>
 MoveManagerLinkAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
示例#3
0
 /// <summary>
 /// Moves a client customer to a new manager customer.
 /// This simplifies the complex request that requires two operations to move
 /// a client customer to a new manager. i.e:
 /// 1. Update operation with Status INACTIVE (previous manager) and,
 /// 2. Update operation with Status ACTIVE (new manager).
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public override stt::Task <MoveManagerLinkResponse> MoveManagerLinkAsync(MoveManagerLinkRequest request, gaxgrpc::CallSettings callSettings = null)
 {
     Modify_MoveManagerLinkRequest(ref request, ref callSettings);
     return(_callMoveManagerLink.Async(request, callSettings));
 }
示例#4
0
 /// <summary>
 /// Moves a client customer to a new manager customer.
 /// This simplifies the complex request that requires two operations to move
 /// a client customer to a new manager. i.e:
 /// 1. Update operation with Status INACTIVE (previous manager) and,
 /// 2. Update operation with Status ACTIVE (new manager).
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public virtual stt::Task <MoveManagerLinkResponse> MoveManagerLinkAsync(MoveManagerLinkRequest request, gaxgrpc::CallSettings callSettings = null) =>
 throw new sys::NotImplementedException();
示例#5
0
 /// <summary>
 /// Moves a client customer to a new manager customer.
 /// This simplifies the complex request that requires two operations to move
 /// a client customer to a new manager. i.e:
 /// 1. Update operation with Status INACTIVE (previous manager) and,
 /// 2. Update operation with Status ACTIVE (new manager).
 /// </summary>
 /// <param name="request">The request object containing all of the parameters for the API call.</param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>The RPC response.</returns>
 public override MoveManagerLinkResponse MoveManagerLink(MoveManagerLinkRequest request, gaxgrpc::CallSettings callSettings = null)
 {
     Modify_MoveManagerLinkRequest(ref request, ref callSettings);
     return(_callMoveManagerLink.Sync(request, callSettings));
 }