Google Cloud Dataproc v1 API - Class ListAutoscalingPoliciesResponse (5.4.0)

public sealed class ListAutoscalingPoliciesResponse : IMessage<ListAutoscalingPoliciesResponse>, IEquatable<ListAutoscalingPoliciesResponse>, IDeepCloneable<ListAutoscalingPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<AutoscalingPolicy>, IEnumerable<AutoscalingPolicy>, IEnumerable

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ListAutoscalingPoliciesResponse.

A response to a request to list autoscaling policies in a project.

Inheritance

Object > ListAutoscalingPoliciesResponse

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ListAutoscalingPoliciesResponse()

public ListAutoscalingPoliciesResponse()

ListAutoscalingPoliciesResponse(ListAutoscalingPoliciesResponse)

public ListAutoscalingPoliciesResponse(ListAutoscalingPoliciesResponse other)
Parameter
NameDescription
otherListAutoscalingPoliciesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Output only. This token is included in the response if there are more results to fetch.

Property Value
TypeDescription
String

Policies

public RepeatedField<AutoscalingPolicy> Policies { get; }

Output only. Autoscaling policies list.

Property Value
TypeDescription
RepeatedField<AutoscalingPolicy>

Methods

GetEnumerator()

public IEnumerator<AutoscalingPolicy> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<AutoscalingPolicy>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator