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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListHotTabletsRequest.BuilderImplements
ListHotTabletsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListHotTabletsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListHotTabletsRequest.Builder |
build()
public ListHotTabletsRequest build()
Type | Description |
ListHotTabletsRequest |
buildPartial()
public ListHotTabletsRequest buildPartial()
Type | Description |
ListHotTabletsRequest |
clear()
public ListHotTabletsRequest.Builder clear()
Type | Description |
ListHotTabletsRequest.Builder |
clearEndTime()
public ListHotTabletsRequest.Builder clearEndTime()
The end time to list hot tablets.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
ListHotTabletsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListHotTabletsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListHotTabletsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListHotTabletsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListHotTabletsRequest.Builder |
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;
Type | Description |
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;
Type | Description |
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) = { ... }
Type | Description |
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;
Type | Description |
ListHotTabletsRequest.Builder |
clone()
public ListHotTabletsRequest.Builder clone()
Type | Description |
ListHotTabletsRequest.Builder |
getDefaultInstanceForType()
public ListHotTabletsRequest getDefaultInstanceForType()
Type | Description |
ListHotTabletsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEndTime()
public Timestamp getEndTime()
The end time to list hot tablets.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
Timestamp | The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()
The end time to list hot tablets.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
Builder |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
The end time to list hot tablets.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
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;
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
The value of next_page_token
returned by a previous call.
string page_token = 5;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
The value of next_page_token
returned by a previous call.
string page_token = 5;
Type | Description |
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) = { ... }
Type | Description |
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) = { ... }
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
TimestampOrBuilder |
hasEndTime()
public boolean hasEndTime()
The end time to list hot tablets.
.google.protobuf.Timestamp end_time = 3;
Type | Description |
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;
Type | Description |
boolean | Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeEndTime(Timestamp value)
public ListHotTabletsRequest.Builder mergeEndTime(Timestamp value)
The end time to list hot tablets.
.google.protobuf.Timestamp end_time = 3;
Name | Description |
value | Timestamp |
Type | Description |
ListHotTabletsRequest.Builder |
mergeFrom(ListHotTabletsRequest other)
public ListHotTabletsRequest.Builder mergeFrom(ListHotTabletsRequest other)
Name | Description |
other | ListHotTabletsRequest |
Type | Description |
ListHotTabletsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListHotTabletsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListHotTabletsRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListHotTabletsRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListHotTabletsRequest.Builder |
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;
Name | Description |
value | Timestamp |
Type | Description |
ListHotTabletsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListHotTabletsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListHotTabletsRequest.Builder |
setEndTime(Timestamp value)
public ListHotTabletsRequest.Builder setEndTime(Timestamp value)
The end time to list hot tablets.
.google.protobuf.Timestamp end_time = 3;
Name | Description |
value | Timestamp |
Type | Description |
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;
Name | Description |
builderForValue | Builder |
Type | Description |
ListHotTabletsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListHotTabletsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListHotTabletsRequest.Builder |
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;
Name | Description |
value | int The pageSize to set. |
Type | Description |
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;
Name | Description |
value | String The pageToken to set. |
Type | Description |
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;
Name | Description |
value | ByteString The bytes for pageToken to set. |
Type | Description |
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) = { ... }
Name | Description |
value | String The parent to set. |
Type | Description |
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) = { ... }
Name | Description |
value | ByteString The bytes for parent to set. |
Type | Description |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListHotTabletsRequest.Builder |
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;
Name | Description |
value | Timestamp |
Type | Description |
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;
Name | Description |
builderForValue | Builder |
Type | Description |
ListHotTabletsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListHotTabletsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListHotTabletsRequest.Builder |