Show / Hide Table of Contents

Class GoogleCloudRunV2SubmitBuildResponse

Response message for submitting a Build.

Inheritance
object
GoogleCloudRunV2SubmitBuildResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX