Google Cloud Dataproc v1 API - Class ListAutoscalingPoliciesResponse (5.11.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
Name Description
other ListAutoscalingPoliciesResponse

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
Type Description
string

Policies

public RepeatedField<AutoscalingPolicy> Policies { get; }

Output only. Autoscaling policies list.

Property Value
Type Description
RepeatedFieldAutoscalingPolicy

Methods

GetEnumerator()

public IEnumerator<AutoscalingPolicy> GetEnumerator()

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

Returns
Type Description
IEnumeratorAutoscalingPolicy