Class CheckPrewarmedArtifactRequest
The request for checking an artifact for streaming.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class CheckPrewarmedArtifactRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StreamLocation
Optional. The location of the prewarmed artifact. multi-region is not supported for this field.
Declaration
[JsonProperty("streamLocation")]
public virtual string StreamLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tag
Optional. The artifact tag Format:projects/{project}/locations/{location}/repositories/{repository}/packages/{package}/tags/{tag}
Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Optional. The artifact version Format: projects/{project}/locations/{location}/repositories/{repository}/packages/{package}/versions/{version}
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |