Class ListPrewarmedArtifactsResponse
The response for listing artifacts for streaming.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ListPrewarmedArtifactsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
The token to retrieve the next page of prewarmed artifacts, or empty if there are no more streamings to return.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrewarmedArtifacts
The prewarmed artifacts.
Declaration
[JsonProperty("prewarmedArtifacts")]
public virtual IList<PrewarmedArtifact> PrewarmedArtifacts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PrewarmedArtifact> |