public interface ListRulesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomRulesBucket()
public abstract String getCustomRulesBucket()The Cloud Storage bucket name for custom rules.
string custom_rules_bucket = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The customRulesBucket. |
getCustomRulesBucketBytes()
public abstract ByteString getCustomRulesBucketBytes()The Cloud Storage bucket name for custom rules.
string custom_rules_bucket = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for customRulesBucket. |
getEvaluationType()
public abstract Evaluation.EvaluationType getEvaluationType()Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for custom rules.
.google.cloud.workloadmanager.v1.Evaluation.EvaluationType evaluation_type = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Evaluation.EvaluationType |
The evaluationType. |
getEvaluationTypeValue()
public abstract int getEvaluationTypeValue()Optional. The evaluation type of the rules will be applied to. The Cloud Storage bucket name for custom rules.
.google.cloud.workloadmanager.v1.Evaluation.EvaluationType evaluation_type = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for evaluationType. |
getFilter()
public abstract String getFilter()Filter based on primary_category, secondary_category.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()Filter based on primary_category, secondary_category.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public abstract int getPageSize()Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken()A token identifying a page of results the server should return.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()A token identifying a page of results the server should return.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public abstract String getParent()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.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()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.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |