Class GoogleCloudRunV2SubmitBuildResponse
Response message for submitting a Build.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2SubmitBuildResponse : IDirectResponseSchema
Properties
BaseImageUri
URI of the base builder image in Artifact Registry being used in the build. Used to opt into automatic base image updates.
Declaration
[JsonProperty("baseImageUri")]
public virtual string BaseImageUri { get; set; }
Property Value
Type | Description |
---|---|
string |
BaseImageWarning
Warning message for the base image.
Declaration
[JsonProperty("baseImageWarning")]
public virtual string BaseImageWarning { get; set; }
Property Value
Type | Description |
---|---|
string |
BuildOperation
Cloud Build operation to be polled via CloudBuild API.
Declaration
[JsonProperty("buildOperation")]
public virtual GoogleLongrunningOperation BuildOperation { get; set; }
Property Value
Type | Description |
---|---|
GoogleLongrunningOperation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |