コード例 #1
0
 public virtual grpc::AsyncUnaryCall <global::Google.Cloud.Debugger.V2.ListActiveBreakpointsResponse> ListActiveBreakpointsAsync(global::Google.Cloud.Debugger.V2.ListActiveBreakpointsRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_ListActiveBreakpoints, null, options, request));
 }
コード例 #2
0
 public virtual global::System.Threading.Tasks.Task <global::Google.Cloud.Debugger.V2.ListActiveBreakpointsResponse> ListActiveBreakpoints(global::Google.Cloud.Debugger.V2.ListActiveBreakpointsRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
コード例 #3
0
 public virtual grpc::AsyncUnaryCall <global::Google.Cloud.Debugger.V2.ListActiveBreakpointsResponse> ListActiveBreakpointsAsync(global::Google.Cloud.Debugger.V2.ListActiveBreakpointsRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(ListActiveBreakpointsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
コード例 #4
0
 /// <summary>
 /// Returns the list of all active breakpoints for the debuggee.
 ///
 /// The breakpoint specification (`location`, `condition`, and `expressions`
 /// fields) is semantically immutable, although the field values may
 /// change. For example, an agent may update the location line number
 /// to reflect the actual line where the breakpoint was set, but this
 /// doesn't change the breakpoint semantics.
 ///
 /// This means that an agent does not need to check if a breakpoint has changed
 /// when it encounters the same breakpoint on a successive call.
 /// Moreover, an agent should remember the breakpoints that are completed
 /// until the controller removes them from the active list to avoid
 /// setting those breakpoints again.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="headers">The initial metadata to send with the call. This parameter is optional.</param>
 /// <param name="deadline">An optional deadline for the call. The call will be cancelled if deadline is hit.</param>
 /// <param name="cancellationToken">An optional token for canceling the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Google.Cloud.Debugger.V2.ListActiveBreakpointsResponse ListActiveBreakpoints(global::Google.Cloud.Debugger.V2.ListActiveBreakpointsRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(ListActiveBreakpoints(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }