- 3.84.0 (latest)
- 3.83.0
- 3.81.0
- 3.79.0
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.6
- 3.3.6
- 3.2.10
public static final class ListAlertPoliciesRequest.Builder extends GeneratedMessage.Builder<ListAlertPoliciesRequest.Builder> implements ListAlertPoliciesRequestOrBuilder The protocol for the ListAlertPolicies request.
Protobuf type google.monitoring.v3.ListAlertPoliciesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListAlertPoliciesRequest.BuilderImplements
ListAlertPoliciesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListAlertPoliciesRequest build()| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest |
|
buildPartial()
public ListAlertPoliciesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest |
|
clear()
public ListAlertPoliciesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
|
clearFilter()
public ListAlertPoliciesRequest.Builder clearFilter()Optional. If provided, this field specifies the criteria that must be met by alert policies to be included in the response.
For more details, see sorting and filtering.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
clearName()
public ListAlertPoliciesRequest.Builder clearName()Required. The project whose alert policies are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this field names the parent container in which the alerting policies to be listed are stored. To retrieve a single alerting policy by name, use the GetAlertPolicy operation, instead.
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
clearOrderBy()
public ListAlertPoliciesRequest.Builder clearOrderBy() Optional. A comma-separated list of fields by which to sort the result.
Supports the same set of field references as the filter field. Entries
can be prefixed with a minus sign to sort by the field in descending order.
For more details, see sorting and filtering.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListAlertPoliciesRequest.Builder clearPageSize()Optional. The maximum number of results to return in a single response.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListAlertPoliciesRequest.Builder clearPageToken() Optional. If this field is not empty then it must contain the
nextPageToken value returned by a previous call to this method. Using
this field causes the method to return more results from the previous
method call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListAlertPoliciesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Optional. If provided, this field specifies the criteria that must be met by alert policies to be included in the response.
For more details, see sorting and filtering.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Optional. If provided, this field specifies the criteria that must be met by alert policies to be included in the response.
For more details, see sorting and filtering.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getName()
public String getName()Required. The project whose alert policies are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this field names the parent container in which the alerting policies to be listed are stored. To retrieve a single alerting policy by name, use the GetAlertPolicy operation, instead.
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The project whose alert policies are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this field names the parent container in which the alerting policies to be listed are stored. To retrieve a single alerting policy by name, use the GetAlertPolicy operation, instead.
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getOrderBy()
public String getOrderBy() Optional. A comma-separated list of fields by which to sort the result.
Supports the same set of field references as the filter field. Entries
can be prefixed with a minus sign to sort by the field in descending order.
For more details, see sorting and filtering.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes() Optional. A comma-separated list of fields by which to sort the result.
Supports the same set of field references as the filter field. Entries
can be prefixed with a minus sign to sort by the field in descending order.
For more details, see sorting and filtering.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for orderBy. |
getPageSize()
public int getPageSize()Optional. The maximum number of results to return in a single response.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. If this field is not empty then it must contain the
nextPageToken value returned by a previous call to this method. Using
this field causes the method to return more results from the previous
method call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. If this field is not empty then it must contain the
nextPageToken value returned by a previous call to this method. Using
this field causes the method to return more results from the previous
method call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListAlertPoliciesRequest other)
public ListAlertPoliciesRequest.Builder mergeFrom(ListAlertPoliciesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAlertPoliciesRequest |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListAlertPoliciesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListAlertPoliciesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
|
setFilter(String value)
public ListAlertPoliciesRequest.Builder setFilter(String value)Optional. If provided, this field specifies the criteria that must be met by alert policies to be included in the response.
For more details, see sorting and filtering.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListAlertPoliciesRequest.Builder setFilterBytes(ByteString value)Optional. If provided, this field specifies the criteria that must be met by alert policies to be included in the response.
For more details, see sorting and filtering.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
setName(String value)
public ListAlertPoliciesRequest.Builder setName(String value)Required. The project whose alert policies are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this field names the parent container in which the alerting policies to be listed are stored. To retrieve a single alerting policy by name, use the GetAlertPolicy operation, instead.
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ListAlertPoliciesRequest.Builder setNameBytes(ByteString value)Required. The project whose alert policies are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this field names the parent container in which the alerting policies to be listed are stored. To retrieve a single alerting policy by name, use the GetAlertPolicy operation, instead.
string name = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
setOrderBy(String value)
public ListAlertPoliciesRequest.Builder setOrderBy(String value) Optional. A comma-separated list of fields by which to sort the result.
Supports the same set of field references as the filter field. Entries
can be prefixed with a minus sign to sort by the field in descending order.
For more details, see sorting and filtering.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
setOrderByBytes(ByteString value)
public ListAlertPoliciesRequest.Builder setOrderByBytes(ByteString value) Optional. A comma-separated list of fields by which to sort the result.
Supports the same set of field references as the filter field. Entries
can be prefixed with a minus sign to sort by the field in descending order.
For more details, see sorting and filtering.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for orderBy to set. |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListAlertPoliciesRequest.Builder setPageSize(int value)Optional. The maximum number of results to return in a single response.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListAlertPoliciesRequest.Builder setPageToken(String value) Optional. If this field is not empty then it must contain the
nextPageToken value returned by a previous call to this method. Using
this field causes the method to return more results from the previous
method call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListAlertPoliciesRequest.Builder setPageTokenBytes(ByteString value) Optional. If this field is not empty then it must contain the
nextPageToken value returned by a previous call to this method. Using
this field causes the method to return more results from the previous
method call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListAlertPoliciesRequest.Builder |
This builder for chaining. |