Class ListHotTabletsRequest.Builder (2.17.1)

public static final class ListHotTabletsRequest.Builder extends GeneratedMessageV3.Builder<ListHotTabletsRequest.Builder> implements ListHotTabletsRequestOrBuilder

Request message for BigtableInstanceAdmin.ListHotTablets.

Protobuf type google.bigtable.admin.v2.ListHotTabletsRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListHotTabletsRequest build()
Returns
TypeDescription
ListHotTabletsRequest

buildPartial()

public ListHotTabletsRequest buildPartial()
Returns
TypeDescription
ListHotTabletsRequest

clear()

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

clearEndTime()

public ListHotTabletsRequest.Builder clearEndTime()

The end time to list hot tablets.

.google.protobuf.Timestamp end_time = 3;

Returns
TypeDescription
ListHotTabletsRequest.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPageSize()

public ListHotTabletsRequest.Builder clearPageSize()

Maximum number of results per page. A page_size that is empty or zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls do not need a page_size field. If a page_size is set in subsequent calls, it must match the page_size given in the first request.

int32 page_size = 4;

Returns
TypeDescription
ListHotTabletsRequest.Builder

This builder for chaining.

clearPageToken()

public ListHotTabletsRequest.Builder clearPageToken()

The value of next_page_token returned by a previous call.

string page_token = 5;

Returns
TypeDescription
ListHotTabletsRequest.Builder

This builder for chaining.

clearParent()

public ListHotTabletsRequest.Builder clearParent()

Required. The cluster name to list hot tablets. Value is in the following form: projects/{project}/instances/{instance}/clusters/{cluster}.

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

Returns
TypeDescription
ListHotTabletsRequest.Builder

This builder for chaining.

clearStartTime()

public ListHotTabletsRequest.Builder clearStartTime()

The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
ListHotTabletsRequest.Builder

clone()

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

getDefaultInstanceForType()

public ListHotTabletsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListHotTabletsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEndTime()

public Timestamp getEndTime()

The end time to list hot tablets.

.google.protobuf.Timestamp end_time = 3;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeBuilder()

public Timestamp.Builder getEndTimeBuilder()

The end time to list hot tablets.

.google.protobuf.Timestamp end_time = 3;

Returns
TypeDescription
Builder

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

The end time to list hot tablets.

.google.protobuf.Timestamp end_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getPageSize()

public int getPageSize()

Maximum number of results per page. A page_size that is empty or zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls do not need a page_size field. If a page_size is set in subsequent calls, it must match the page_size given in the first request.

int32 page_size = 4;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

The value of next_page_token returned by a previous call.

string page_token = 5;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

The value of next_page_token returned by a previous call.

string page_token = 5;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The cluster name to list hot tablets. Value is in the following form: projects/{project}/instances/{instance}/clusters/{cluster}.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The cluster name to list hot tablets. Value is in the following form: projects/{project}/instances/{instance}/clusters/{cluster}.

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

Returns
TypeDescription
ByteString

The bytes for parent.

getStartTime()

public Timestamp getStartTime()

The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeBuilder()

public Timestamp.Builder getStartTimeBuilder()

The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
Builder

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasEndTime()

public boolean hasEndTime()

The end time to list hot tablets.

.google.protobuf.Timestamp end_time = 3;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasStartTime()

public boolean hasStartTime()

The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
boolean

Whether the startTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeEndTime(Timestamp value)

public ListHotTabletsRequest.Builder mergeEndTime(Timestamp value)

The end time to list hot tablets.

.google.protobuf.Timestamp end_time = 3;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
ListHotTabletsRequest.Builder

mergeFrom(ListHotTabletsRequest other)

public ListHotTabletsRequest.Builder mergeFrom(ListHotTabletsRequest other)
Parameter
NameDescription
otherListHotTabletsRequest
Returns
TypeDescription
ListHotTabletsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeStartTime(Timestamp value)

public ListHotTabletsRequest.Builder mergeStartTime(Timestamp value)

The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.

.google.protobuf.Timestamp start_time = 2;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
ListHotTabletsRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setEndTime(Timestamp value)

public ListHotTabletsRequest.Builder setEndTime(Timestamp value)

The end time to list hot tablets.

.google.protobuf.Timestamp end_time = 3;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
ListHotTabletsRequest.Builder

setEndTime(Timestamp.Builder builderForValue)

public ListHotTabletsRequest.Builder setEndTime(Timestamp.Builder builderForValue)

The end time to list hot tablets.

.google.protobuf.Timestamp end_time = 3;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
ListHotTabletsRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setPageSize(int value)

public ListHotTabletsRequest.Builder setPageSize(int value)

Maximum number of results per page. A page_size that is empty or zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls do not need a page_size field. If a page_size is set in subsequent calls, it must match the page_size given in the first request.

int32 page_size = 4;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListHotTabletsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListHotTabletsRequest.Builder setPageToken(String value)

The value of next_page_token returned by a previous call.

string page_token = 5;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListHotTabletsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListHotTabletsRequest.Builder setPageTokenBytes(ByteString value)

The value of next_page_token returned by a previous call.

string page_token = 5;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListHotTabletsRequest.Builder

This builder for chaining.

setParent(String value)

public ListHotTabletsRequest.Builder setParent(String value)

Required. The cluster name to list hot tablets. Value is in the following form: projects/{project}/instances/{instance}/clusters/{cluster}.

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListHotTabletsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListHotTabletsRequest.Builder setParentBytes(ByteString value)

Required. The cluster name to list hot tablets. Value is in the following form: projects/{project}/instances/{instance}/clusters/{cluster}.

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListHotTabletsRequest.Builder

This builder for chaining.

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

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

setStartTime(Timestamp value)

public ListHotTabletsRequest.Builder setStartTime(Timestamp value)

The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.

.google.protobuf.Timestamp start_time = 2;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
ListHotTabletsRequest.Builder

setStartTime(Timestamp.Builder builderForValue)

public ListHotTabletsRequest.Builder setStartTime(Timestamp.Builder builderForValue)

The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.

.google.protobuf.Timestamp start_time = 2;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
ListHotTabletsRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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