Class ProjectsResource.LocationsResource.BuildsResource.RetryRequest
Creates a new build based on the specified build. Note: This method only applies to global
(non-regional) builds when using the legacy resource path projects/{project_id}/builds/{id}:retry.
To retry regional builds, use the regional resource path:
projects/{project_id}/locations/{location}/builds/{id}:retry. This method creates a new build
using the original build request, which may or may not result in an identical build. For triggered
builds: * Triggered builds resolve to a precise revision; therefore a retry of a triggered build
will result in a build that uses the same revision. For non-triggered builds that specify
RepoSource: * If the original build built from the tip of a branch, the retried build will build
from the tip of that branch, which may not be the same revision as the original build. * If the
original build specified a commit sha or revision ID, the retried build will use the identical
source. For builds that specify StorageSource: * If the original build pulled source from Cloud
Storage without specifying the generation of the object, the new build will use the current object,
which may be different from the original build source. * If the original build pulled source from
Cloud Storage and specified the generation of the object, the new build will attempt to use the same
object, which may or may not be available depending on the bucket's lifecycle management settings.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudBuild.v1
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BuildsResource.RetryRequest : CloudBuildBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
RetryRequest(IClientService, RetryBuildRequest, string)
Constructs a new Retry request.
Declaration
public RetryRequest(IClientService service, RetryBuildRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| RetryBuildRequest | body | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
The name of the Build to retry. Format:
projects/{project}/locations/{location}/builds/{build}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Retry parameter list.
Declaration
protected override void InitParameters()