Artifact Registry v1 API - Class ListAttachmentsResponse (2.9.0)

public sealed class ListAttachmentsResponse : IPageResponse<Attachment>, IEnumerable<Attachment>, IEnumerable, IMessage<ListAttachmentsResponse>, IEquatable<ListAttachmentsResponse>, IDeepCloneable<ListAttachmentsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Artifact Registry v1 API class ListAttachmentsResponse.

The response from listing attachments.

Inheritance

object > ListAttachmentsResponse

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ListAttachmentsResponse()

public ListAttachmentsResponse()

ListAttachmentsResponse(ListAttachmentsResponse)

public ListAttachmentsResponse(ListAttachmentsResponse other)
Parameter
Name Description
other ListAttachmentsResponse

Properties

Attachments

public RepeatedField<Attachment> Attachments { get; }

The attachments returned.

Property Value
Type Description
RepeatedFieldAttachment

NextPageToken

public string NextPageToken { get; set; }

The token to retrieve the next page of attachments, or empty if there are no more attachments to return.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Attachment> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorAttachment