Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage

An image built by the pipeline.

Inheritance
object
ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
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.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage : IDirectResponseSchema

Properties

Digest

Docker Registry 2.0 digest.

Declaration
[JsonProperty("digest")]
public virtual string Digest { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Name used to push the container image to Google Container Registry, as presented to docker push.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PushTiming

Output only. Stores timing information for pushing the specified image.

Declaration
[JsonProperty("pushTiming")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan PushTiming { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX