public sealed class ListRulesRequest : IMessage<ListRulesRequest>, IEquatable<ListRulesRequest>, IDeepCloneable<ListRulesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Workload Manager v1 API class ListRulesRequest.
Request message for the ListRules RPC.
Implements
IMessageListRulesRequest, IEquatableListRulesRequest, IDeepCloneableListRulesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.WorkloadManager.V1Assembly
Google.Cloud.WorkloadManager.V1.dll
Constructors
ListRulesRequest()
public ListRulesRequest()ListRulesRequest(ListRulesRequest)
public ListRulesRequest(ListRulesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRulesRequest |
Properties
CustomRulesBucket
public string CustomRulesBucket { get; set; }The Cloud Storage bucket name for custom rules.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EvaluationType
public Evaluation.Types.EvaluationType EvaluationType { get; set; }Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for custom rules.
| Property Value | |
|---|---|
| Type | Description |
EvaluationTypesEvaluationType |
|
Filter
public string Filter { get; set; }Filter based on primary_category, secondary_category.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The [project] on which to execute the request. The format is: projects/{project_id}/locations/{location} Currently, the pre-defined rules are global available to all projects and all regions.
| 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 |
|