public sealed class ListDeployPoliciesResponse : IMessage<ListDeployPoliciesResponse>, IEquatable<ListDeployPoliciesResponse>, IDeepCloneable<ListDeployPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<DeployPolicy>, IEnumerable<DeployPolicy>, IEnumerableReference documentation and code samples for the Google Cloud Deploy v1 API class ListDeployPoliciesResponse.
The response object from ListDeployPolicies.
Implements
IMessageListDeployPoliciesResponse, IEquatableListDeployPoliciesResponse, IDeepCloneableListDeployPoliciesResponse, IBufferMessage, IMessage, IPageResponseDeployPolicy, IEnumerableDeployPolicy, IEnumerableNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ListDeployPoliciesResponse()
public ListDeployPoliciesResponse()ListDeployPoliciesResponse(ListDeployPoliciesResponse)
public ListDeployPoliciesResponse(ListDeployPoliciesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeployPoliciesResponse |
Properties
DeployPolicies
public RepeatedField<DeployPolicy> DeployPolicies { get; }The DeployPolicy objects.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDeployPolicy |
|
NextPageToken
public string NextPageToken { get; set; }A token, which 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 |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<DeployPolicy> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDeployPolicy |
|