Class ListAlertPoliciesRequest.Builder (3.2.9)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListAlertPoliciesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides

build()

public ListAlertPoliciesRequest build()
Returns
TypeDescription
ListAlertPoliciesRequest

buildPartial()

public ListAlertPoliciesRequest buildPartial()
Returns
TypeDescription
ListAlertPoliciesRequest

clear()

public ListAlertPoliciesRequest.Builder clear()
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListAlertPoliciesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides

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
TypeDescription
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
TypeDescription
ListAlertPoliciesRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListAlertPoliciesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
ListAlertPoliciesRequest.Builder

This builder for chaining.

clone()

public ListAlertPoliciesRequest.Builder clone()
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides

getDefaultInstanceForType()

public ListAlertPoliciesRequest getDefaultInstanceForType()
Returns
TypeDescription
ListAlertPoliciesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for pageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListAlertPoliciesRequest other)

public ListAlertPoliciesRequest.Builder mergeFrom(ListAlertPoliciesRequest other)
Parameter
NameDescription
otherListAlertPoliciesRequest
Returns
TypeDescription
ListAlertPoliciesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListAlertPoliciesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListAlertPoliciesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListAlertPoliciesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListAlertPoliciesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides

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
NameDescription
valueString

The filter to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for filter to set.

Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
valueString

The orderBy to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for orderBy to set.

Returns
TypeDescription
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
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
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
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListAlertPoliciesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListAlertPoliciesRequest.Builder
Overrides