Apigee Registry v1 API - Class ListArtifactsResponse (1.0.0-beta06)

public sealed class ListArtifactsResponse : IPageResponse<Artifact>, IEnumerable<Artifact>, IEnumerable, IMessage<ListArtifactsResponse>, IEquatable<ListArtifactsResponse>, IDeepCloneable<ListArtifactsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Apigee Registry v1 API class ListArtifactsResponse.

Response message for ListArtifacts.

Inheritance

object > ListArtifactsResponse

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

ListArtifactsResponse()

public ListArtifactsResponse()

ListArtifactsResponse(ListArtifactsResponse)

public ListArtifactsResponse(ListArtifactsResponse other)
Parameter
NameDescription
otherListArtifactsResponse

Properties

Artifacts

public RepeatedField<Artifact> Artifacts { get; }

The artifacts from the specified publisher.

Property Value
TypeDescription
RepeatedFieldArtifact

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Artifact> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorArtifact