Class Resource
An entity that can have metadata. For example, a Docker image.
Implements
Inherited Members
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 |