public sealed class ListAutoscalingPoliciesRequest : IMessage<ListAutoscalingPoliciesRequest>, IEquatable<ListAutoscalingPoliciesRequest>, IDeepCloneable<ListAutoscalingPoliciesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Dataproc v1 API class ListAutoscalingPoliciesRequest.
A request to list autoscaling policies in a project.
Implements
IMessageListAutoscalingPoliciesRequest, IEquatableListAutoscalingPoliciesRequest, IDeepCloneableListAutoscalingPoliciesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ListAutoscalingPoliciesRequest()
public ListAutoscalingPoliciesRequest()ListAutoscalingPoliciesRequest(ListAutoscalingPoliciesRequest)
public ListAutoscalingPoliciesRequest(ListAutoscalingPoliciesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAutoscalingPoliciesRequest |
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 | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The page token, returned by a previous call, to request the next page of results.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsRegionName
public RegionName ParentAsRegionName { get; set; }RegionName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
RegionName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|