public sealed class ListDeploymentGroupsResponse : IMessage<ListDeploymentGroupsResponse>, IEquatable<ListDeploymentGroupsResponse>, IDeepCloneable<ListDeploymentGroupsResponse>, IBufferMessage, IMessage, IPageResponse<DeploymentGroup>, IEnumerable<DeploymentGroup>, IEnumerableReference documentation and code samples for the Infrastructure Manager v1 API class ListDeploymentGroupsResponse.
The response message for the ListDeploymentGroups method.
Implements
IMessageListDeploymentGroupsResponse, IEquatableListDeploymentGroupsResponse, IDeepCloneableListDeploymentGroupsResponse, IBufferMessage, IMessage, IPageResponseDeploymentGroup, IEnumerableDeploymentGroup, IEnumerableNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ListDeploymentGroupsResponse()
public ListDeploymentGroupsResponse()ListDeploymentGroupsResponse(ListDeploymentGroupsResponse)
public ListDeploymentGroupsResponse(ListDeploymentGroupsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeploymentGroupsResponse |
Properties
DeploymentGroups
public RepeatedField<DeploymentGroup> DeploymentGroups { get; }The deployment groups from the specified collection.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDeploymentGroup |
|
NextPageToken
public string NextPageToken { get; set; }Token to be supplied to the next ListDeploymentGroups request via
page_token to obtain the next set of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<DeploymentGroup> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDeploymentGroup |
|