public sealed class ListDockerImagesRequest : IMessage<ListDockerImagesRequest>, IEquatable<ListDockerImagesRequest>, IDeepCloneable<ListDockerImagesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Artifact Registry v1 API class ListDockerImagesRequest.
The request to list docker images.
Implements
IMessageListDockerImagesRequest, IEquatableListDockerImagesRequest, IDeepCloneableListDockerImagesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
ListDockerImagesRequest()
public ListDockerImagesRequest()
ListDockerImagesRequest(ListDockerImagesRequest)
public ListDockerImagesRequest(ListDockerImagesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListDockerImagesRequest |
Properties
OrderBy
public string OrderBy { get; set; }
The field to order the results by.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of artifacts to return.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The next_page_token value returned from a previous list request, if any.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the parent resource whose docker images will be listed.
Property Value | |
---|---|
Type | Description |
string |