Show / Hide Table of Contents

Class ListPrewarmedArtifactsResponse

The response for listing artifacts for streaming.

Inheritance
object
ListPrewarmedArtifactsResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX