Show / Hide Table of Contents

Class Resource

An entity that can have metadata. For example, a Docker image.

Inheritance
object
Resource
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 Resource : IDirectResponseSchema

Properties

ContentHash

Deprecated, do not use. Use uri instead. The hash of the resource content. For example, the Docker digest.

Declaration
[JsonProperty("contentHash")]
public virtual Hash ContentHash { get; set; }
Property Value
Type Description
Hash

ETag

The ETag of the item.

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

Name

Deprecated, do not use. Use uri instead. The name of the resource. For example, the name of a Docker image - "Debian".

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

Uri

Required. The unique URI of the resource. For example, https://gcr.io/project/image@sha256:foo for a Docker image.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX