public sealed class ListDeploymentGroupRevisionsResponse : IMessage<ListDeploymentGroupRevisionsResponse>, IEquatable<ListDeploymentGroupRevisionsResponse>, IDeepCloneable<ListDeploymentGroupRevisionsResponse>, IBufferMessage, IMessage, IPageResponse<DeploymentGroupRevision>, IEnumerable<DeploymentGroupRevision>, IEnumerableReference documentation and code samples for the Infrastructure Manager v1 API class ListDeploymentGroupRevisionsResponse.
The response message for the ListDeploymentGroupRevisions method.
Implements
IMessageListDeploymentGroupRevisionsResponse, IEquatableListDeploymentGroupRevisionsResponse, IDeepCloneableListDeploymentGroupRevisionsResponse, IBufferMessage, IMessage, IPageResponseDeploymentGroupRevision, IEnumerableDeploymentGroupRevision, IEnumerableNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ListDeploymentGroupRevisionsResponse()
public ListDeploymentGroupRevisionsResponse()ListDeploymentGroupRevisionsResponse(ListDeploymentGroupRevisionsResponse)
public ListDeploymentGroupRevisionsResponse(ListDeploymentGroupRevisionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeploymentGroupRevisionsResponse |
Properties
DeploymentGroupRevisions
public RepeatedField<DeploymentGroupRevision> DeploymentGroupRevisions { get; }The deployment group revisions from the specified collection.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDeploymentGroupRevision |
|
NextPageToken
public string NextPageToken { get; set; }Token to be supplied to the next ListDeploymentGroupRevisions request via
page_token to obtain the next set of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unordered list. Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<DeploymentGroupRevision> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDeploymentGroupRevision |
|