public sealed class SubmitBuildResponse : IMessage<SubmitBuildResponse>, IEquatable<SubmitBuildResponse>, IDeepCloneable<SubmitBuildResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class SubmitBuildResponse.
Response message for submitting a Build.
Implements
IMessageSubmitBuildResponse, IEquatableSubmitBuildResponse, IDeepCloneableSubmitBuildResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
SubmitBuildResponse()
public SubmitBuildResponse()
SubmitBuildResponse(SubmitBuildResponse)
public SubmitBuildResponse(SubmitBuildResponse other)
Parameter | |
---|---|
Name | Description |
other |
SubmitBuildResponse |
Properties
BaseImageUri
public string BaseImageUri { get; set; }
URI of the base builder image in Artifact Registry being used in the build. Used to opt into automatic base image updates.
Property Value | |
---|---|
Type | Description |
string |
BaseImageWarning
public string BaseImageWarning { get; set; }
Warning message for the base image.
Property Value | |
---|---|
Type | Description |
string |
BuildOperation
public Operation BuildOperation { get; set; }
Cloud Build operation to be polled via CloudBuild API.
Property Value | |
---|---|
Type | Description |
Operation |