public sealed class ListApiDeploymentRevisionsResponse : IPageResponse<ApiDeployment>, IEnumerable<ApiDeployment>, IEnumerable, IMessage<ListApiDeploymentRevisionsResponse>, IEquatable<ListApiDeploymentRevisionsResponse>, IDeepCloneable<ListApiDeploymentRevisionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class ListApiDeploymentRevisionsResponse.
Response message for ListApiDeploymentRevisionsResponse.
Implements
IPageResponseApiDeployment, IEnumerableApiDeployment, IEnumerable, IMessageListApiDeploymentRevisionsResponse, IEquatableListApiDeploymentRevisionsResponse, IDeepCloneableListApiDeploymentRevisionsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeRegistry.V1Assembly
Google.Cloud.ApigeeRegistry.V1.dll
Constructors
ListApiDeploymentRevisionsResponse()
public ListApiDeploymentRevisionsResponse()
ListApiDeploymentRevisionsResponse(ListApiDeploymentRevisionsResponse)
public ListApiDeploymentRevisionsResponse(ListApiDeploymentRevisionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListApiDeploymentRevisionsResponse |
Properties
ApiDeployments
public RepeatedField<ApiDeployment> ApiDeployments { get; }
The revisions of the deployment.
Property Value | |
---|---|
Type | Description |
RepeatedFieldApiDeployment |
NextPageToken
public string NextPageToken { get; set; }
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<ApiDeployment> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorApiDeployment |