public sealed class ListAttachmentsRequest : IPageRequest, IMessage<ListAttachmentsRequest>, IEquatable<ListAttachmentsRequest>, IDeepCloneable<ListAttachmentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class ListAttachmentsRequest.
The request to list attachments.
Implements
IPageRequest, IMessageListAttachmentsRequest, IEquatableListAttachmentsRequest, IDeepCloneableListAttachmentsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
ListAttachmentsRequest()
public ListAttachmentsRequest()
ListAttachmentsRequest(ListAttachmentsRequest)
public ListAttachmentsRequest(ListAttachmentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListAttachmentsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:
target
type
attachment_namespace
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of attachments to return. Maximum page size is 1,000.
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 attachments will be listed.
Property Value | |
---|---|
Type | Description |
string |
ParentAsRepositoryName
public RepositoryName ParentAsRepositoryName { get; set; }
RepositoryName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
RepositoryName |