Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage

An image built by the pipeline.

Inheritance
System.Object
ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top