Exemplo n.º 1
0
 /// <summary>Constructs a new Create request.</summary>
 public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudProfiler.v2.Data.CreateProfileRequest body, string parent)
     : base(service)
 {
     Parent = parent;
     Body   = body;
     InitParameters();
 }
Exemplo n.º 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="body">The body of the request.</param>
 /// <param name="parent">Parent project to create the profile in.</param>
 public virtual CreateRequest Create(Google.Apis.CloudProfiler.v2.Data.CreateProfileRequest body, string parent)
 {
     return(new CreateRequest(service, body, parent));
 }