예제 #1
0
 /// <summary>
 /// CreateProfile creates a new profile resource in the online mode.
 ///
 /// The server ensures that the new profiles are created at a constant rate per
 /// deployment, so the creation request may hang for some time until the next
 /// profile session is available.
 ///
 /// The request may fail with ABORTED error if the creation is not available
 /// within ~1m, the response will indicate the duration of the backoff the
 /// client should take before attempting creating a profile again. The backoff
 /// duration is returned in google.rpc.RetryInfo extension on the response
 /// status. To a gRPC client, the extension will be return as a
 /// binary-serialized proto in the trailing metadata item named
 /// "google.rpc.retryinfo-bin".
 /// </summary>
 /// <param name="request">The request received from the client.</param>
 /// <param name="context">The context of the server-side call handler being invoked.</param>
 /// <returns>The response to send back to the client (wrapped by a task).</returns>
 public virtual global::System.Threading.Tasks.Task <global::Google.Cloud.Profiler.V2.Profile> CreateProfile(global::Google.Cloud.Profiler.V2.CreateProfileRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
예제 #2
0
 /// <summary>
 /// CreateProfile creates a new profile resource in the online mode.
 ///
 /// The server ensures that the new profiles are created at a constant rate per
 /// deployment, so the creation request may hang for some time until the next
 /// profile session is available.
 ///
 /// The request may fail with ABORTED error if the creation is not available
 /// within ~1m, the response will indicate the duration of the backoff the
 /// client should take before attempting creating a profile again. The backoff
 /// duration is returned in google.rpc.RetryInfo extension on the response
 /// status. To a gRPC client, the extension will be return as a
 /// binary-serialized proto in the trailing metadata item named
 /// "google.rpc.retryinfo-bin".
 /// </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 call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Cloud.Profiler.V2.Profile> CreateProfileAsync(global::Google.Cloud.Profiler.V2.CreateProfileRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(CreateProfileAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
예제 #3
0
 /// <summary>
 /// CreateProfile creates a new profile resource in the online mode.
 ///
 /// The server ensures that the new profiles are created at a constant rate per
 /// deployment, so the creation request may hang for some time until the next
 /// profile session is available.
 ///
 /// The request may fail with ABORTED error if the creation is not available
 /// within ~1m, the response will indicate the duration of the backoff the
 /// client should take before attempting creating a profile again. The backoff
 /// duration is returned in google.rpc.RetryInfo extension on the response
 /// status. To a gRPC client, the extension will be return as a
 /// binary-serialized proto in the trailing metadata item named
 /// "google.rpc.retryinfo-bin".
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Cloud.Profiler.V2.Profile> CreateProfileAsync(global::Google.Cloud.Profiler.V2.CreateProfileRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_CreateProfile, null, options, request));
 }
예제 #4
0
 /// <summary>
 /// CreateProfile creates a new profile resource in the online mode.
 ///
 /// The server ensures that the new profiles are created at a constant rate per
 /// deployment, so the creation request may hang for some time until the next
 /// profile session is available.
 ///
 /// The request may fail with ABORTED error if the creation is not available
 /// within ~1m, the response will indicate the duration of the backoff the
 /// client should take before attempting creating a profile again. The backoff
 /// duration is returned in google.rpc.RetryInfo extension on the response
 /// status. To a gRPC client, the extension will be return as a
 /// binary-serialized proto in the trailing metadata item named
 /// "google.rpc.retryinfo-bin".
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Google.Cloud.Profiler.V2.Profile CreateProfile(global::Google.Cloud.Profiler.V2.CreateProfileRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_CreateProfile, null, options, request));
 }