Infrastructure Manager v1 API - Class ListDeploymentGroupsResponse (1.12.0)

public sealed class ListDeploymentGroupsResponse : IMessage<ListDeploymentGroupsResponse>, IEquatable<ListDeploymentGroupsResponse>, IDeepCloneable<ListDeploymentGroupsResponse>, IBufferMessage, IMessage, IPageResponse<DeploymentGroup>, IEnumerable<DeploymentGroup>, IEnumerable

Reference documentation and code samples for the Infrastructure Manager v1 API class ListDeploymentGroupsResponse.

The response message for the ListDeploymentGroups method.

Inheritance

object > ListDeploymentGroupsResponse

Namespace

Google.Cloud.Config.V1

Assembly

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