Class ListServiceLevelObjectivesRequest.Builder (3.3.5)

public static final class ListServiceLevelObjectivesRequest.Builder extends GeneratedMessageV3.Builder<ListServiceLevelObjectivesRequest.Builder> implements ListServiceLevelObjectivesRequestOrBuilder

The ListServiceLevelObjectives request.

Protobuf type google.monitoring.v3.ListServiceLevelObjectivesRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListServiceLevelObjectivesRequest build()
Returns
TypeDescription
ListServiceLevelObjectivesRequest

buildPartial()

public ListServiceLevelObjectivesRequest buildPartial()
Returns
TypeDescription
ListServiceLevelObjectivesRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearFilter()

public ListServiceLevelObjectivesRequest.Builder clearFilter()

A filter specifying what ServiceLevelObjectives to return.

string filter = 2;

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPageSize()

public ListServiceLevelObjectivesRequest.Builder clearPageSize()

A non-negative number that is the maximum number of results to return. When 0, use default page size.

int32 page_size = 3;

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

clearPageToken()

public ListServiceLevelObjectivesRequest.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 additional results from the previous method call.

string page_token = 4;

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

clearParent()

public ListServiceLevelObjectivesRequest.Builder clearParent()

Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Workspace. The formats are: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

clearView()

public ListServiceLevelObjectivesRequest.Builder clearView()

View of the ServiceLevelObjectives to return. If DEFAULT, return each ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.

.google.monitoring.v3.ServiceLevelObjective.View view = 5;

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListServiceLevelObjectivesRequest getDefaultInstanceForType()
Returns
TypeDescription
ListServiceLevelObjectivesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFilter()

public String getFilter()

A filter specifying what ServiceLevelObjectives to return.

string filter = 2;

Returns
TypeDescription
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

A filter specifying what ServiceLevelObjectives to return.

string filter = 2;

Returns
TypeDescription
ByteString

The bytes for filter.

getPageSize()

public int getPageSize()

A non-negative number that is the maximum number of results to return. When 0, use default page size.

int32 page_size = 3;

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 additional results from the previous method call.

string page_token = 4;

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 additional results from the previous method call.

string page_token = 4;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Workspace. The formats are: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Workspace. The formats are: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getView()

public ServiceLevelObjective.View getView()

View of the ServiceLevelObjectives to return. If DEFAULT, return each ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.

.google.monitoring.v3.ServiceLevelObjective.View view = 5;

Returns
TypeDescription
ServiceLevelObjective.View

The view.

getViewValue()

public int getViewValue()

View of the ServiceLevelObjectives to return. If DEFAULT, return each ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.

.google.monitoring.v3.ServiceLevelObjective.View view = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for view.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListServiceLevelObjectivesRequest other)

public ListServiceLevelObjectivesRequest.Builder mergeFrom(ListServiceLevelObjectivesRequest other)
Parameter
NameDescription
otherListServiceLevelObjectivesRequest
Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setFilter(String value)

public ListServiceLevelObjectivesRequest.Builder setFilter(String value)

A filter specifying what ServiceLevelObjectives to return.

string filter = 2;

Parameter
NameDescription
valueString

The filter to set.

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListServiceLevelObjectivesRequest.Builder setFilterBytes(ByteString value)

A filter specifying what ServiceLevelObjectives to return.

string filter = 2;

Parameter
NameDescription
valueByteString

The bytes for filter to set.

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListServiceLevelObjectivesRequest.Builder setPageSize(int value)

A non-negative number that is the maximum number of results to return. When 0, use default page size.

int32 page_size = 3;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListServiceLevelObjectivesRequest.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 additional results from the previous method call.

string page_token = 4;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListServiceLevelObjectivesRequest.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 additional results from the previous method call.

string page_token = 4;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

setParent(String value)

public ListServiceLevelObjectivesRequest.Builder setParent(String value)

Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Workspace. The formats are: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListServiceLevelObjectivesRequest.Builder setParentBytes(ByteString value)

Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring Workspace. The formats are: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListServiceLevelObjectivesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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

setView(ServiceLevelObjective.View value)

public ListServiceLevelObjectivesRequest.Builder setView(ServiceLevelObjective.View value)

View of the ServiceLevelObjectives to return. If DEFAULT, return each ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.

.google.monitoring.v3.ServiceLevelObjective.View view = 5;

Parameter
NameDescription
valueServiceLevelObjective.View

The view to set.

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.

setViewValue(int value)

public ListServiceLevelObjectivesRequest.Builder setViewValue(int value)

View of the ServiceLevelObjectives to return. If DEFAULT, return each ServiceLevelObjective as originally defined. If EXPLICIT and the ServiceLevelObjective is defined in terms of a BasicSli, replace the BasicSli with a RequestBasedSli spelling out how the SLI is computed.

.google.monitoring.v3.ServiceLevelObjective.View view = 5;

Parameter
NameDescription
valueint

The enum numeric value on the wire for view to set.

Returns
TypeDescription
ListServiceLevelObjectivesRequest.Builder

This builder for chaining.