- 3.54.0 (latest)
- 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 GeneratedMessageV3.Builder<ListAlertPoliciesRequest.Builder> implements ListAlertPoliciesRequestOrBuilder
The protocol for the ListAlertPolicies
request.
Protobuf type google.monitoring.v3.ListAlertPoliciesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListAlertPoliciesRequest.BuilderImplements
ListAlertPoliciesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAlertPoliciesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public ListAlertPoliciesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder |
clearFilter()
public ListAlertPoliciesRequest.Builder clearFilter()
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;
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAlertPoliciesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder |
clearOrderBy()
public ListAlertPoliciesRequest.Builder clearOrderBy()
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;
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder | This builder for chaining. |
clearPageSize()
public ListAlertPoliciesRequest.Builder clearPageSize()
The maximum number of results to return in a single response.
int32 page_size = 2;
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder | This builder for chaining. |
clearPageToken()
public ListAlertPoliciesRequest.Builder clearPageToken()
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;
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder | This builder for chaining. |
clone()
public ListAlertPoliciesRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder |
getDefaultInstanceForType()
public ListAlertPoliciesRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFilter()
public String getFilter()
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;
Returns | |
---|---|
Type | Description |
String | The filter. |
getFilterBytes()
public ByteString getFilterBytes()
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;
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()
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;
Returns | |
---|---|
Type | Description |
String | The orderBy. |
getOrderByBytes()
public ByteString getOrderByBytes()
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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for orderBy. |
getPageSize()
public int getPageSize()
The maximum number of results to return in a single response.
int32 page_size = 2;
Returns | |
---|---|
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
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;
Returns | |
---|---|
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for pageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAlertPoliciesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListAlertPoliciesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder |
setFilter(String value)
public ListAlertPoliciesRequest.Builder setFilter(String value)
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;
Parameter | |
---|---|
Name | Description |
value | String The filter to set. |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder | This builder for chaining. |
setFilterBytes(ByteString value)
public ListAlertPoliciesRequest.Builder setFilterBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The 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 | String The 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 | ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder | This builder for chaining. |
setOrderBy(String value)
public ListAlertPoliciesRequest.Builder setOrderBy(String value)
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;
Parameter | |
---|---|
Name | Description |
value | String The orderBy to set. |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder | This builder for chaining. |
setOrderByBytes(ByteString value)
public ListAlertPoliciesRequest.Builder setOrderByBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for orderBy to set. |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder | This builder for chaining. |
setPageSize(int value)
public ListAlertPoliciesRequest.Builder setPageSize(int value)
The maximum number of results to return in a single response.
int32 page_size = 2;
Parameter | |
---|---|
Name | Description |
value | int The pageSize to set. |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListAlertPoliciesRequest.Builder setPageToken(String value)
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;
Parameter | |
---|---|
Name | Description |
value | String The pageToken to set. |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListAlertPoliciesRequest.Builder setPageTokenBytes(ByteString value)
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAlertPoliciesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAlertPoliciesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListAlertPoliciesRequest.Builder |