Apigee Registry v1 API - Class ListApiDeploymentsResponse (1.0.0-beta05)

public sealed class ListApiDeploymentsResponse : IPageResponse<ApiDeployment>, IEnumerable<ApiDeployment>, IEnumerable, IMessage<ListApiDeploymentsResponse>, IEquatable<ListApiDeploymentsResponse>, IDeepCloneable<ListApiDeploymentsResponse>, IBufferMessage, IMessage

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

Response message for ListApiDeployments.

Inheritance

object > ListApiDeploymentsResponse

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

ListApiDeploymentsResponse()

public ListApiDeploymentsResponse()

ListApiDeploymentsResponse(ListApiDeploymentsResponse)

public ListApiDeploymentsResponse(ListApiDeploymentsResponse other)
Parameter
NameDescription
otherListApiDeploymentsResponse

Properties

ApiDeployments

public RepeatedField<ApiDeployment> ApiDeployments { get; }

The deployments from the specified publisher.

Property Value
TypeDescription
RepeatedFieldApiDeployment

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<ApiDeployment> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorApiDeployment