Class ListAutoscalingPoliciesRequest (3.2.0)

public sealed class ListAutoscalingPoliciesRequest : IMessage<ListAutoscalingPoliciesRequest>, IEquatable<ListAutoscalingPoliciesRequest>, IDeepCloneable<ListAutoscalingPoliciesRequest>, IBufferMessage, IMessage, IPageRequest

A request to list autoscaling policies in a project.

Inheritance

Object > ListAutoscalingPoliciesRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ListAutoscalingPoliciesRequest()

public ListAutoscalingPoliciesRequest()

ListAutoscalingPoliciesRequest(ListAutoscalingPoliciesRequest)

public ListAutoscalingPoliciesRequest(ListAutoscalingPoliciesRequest other)
Parameter
NameDescription
otherListAutoscalingPoliciesRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. The page token, returned by a previous call, to request the next page of results.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The "resource name" of the region or location, as described in https://cloud.google.com/apis/design/resource_names.

  • For projects.regions.autoscalingPolicies.list, the resource name of the region has the following format: projects/{project_id}/regions/{region}

  • For projects.locations.autoscalingPolicies.list, the resource name of the location has the following format: projects/{project_id}/locations/{location}

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsRegionName

public RegionName ParentAsRegionName { get; set; }

RegionName-typed view over the Parent resource name property.

Property Value
TypeDescription
RegionName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName