public sealed class ListDeploymentsResponse : IMessage<ListDeploymentsResponse>, IEquatable<ListDeploymentsResponse>, IDeepCloneable<ListDeploymentsResponse>, IBufferMessage, IMessage, IPageResponse<Deployment>, IEnumerable<Deployment>, IEnumerable
Implements
IMessageListDeploymentsResponse, IEquatableListDeploymentsResponse, IDeepCloneableListDeploymentsResponse, IBufferMessage, IMessage, IPageResponseDeployment, IEnumerableDeployment, IEnumerableNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ListDeploymentsResponse()
public ListDeploymentsResponse()
ListDeploymentsResponse(ListDeploymentsResponse)
public ListDeploymentsResponse(ListDeploymentsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDeploymentsResponse |
Properties
Deployments
public RepeatedField<Deployment> Deployments { get; }
List of [Deployment][google.cloud.config.v1.Deployment]s.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDeployment |
NextPageToken
public string NextPageToken { get; set; }
Token to be supplied to the next ListDeployments 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<Deployment> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDeployment |