public final class ListHotTabletsRequest extends GeneratedMessageV3 implements ListHotTabletsRequestOrBuilder
Request message for BigtableInstanceAdmin.ListHotTablets.
Protobuf type google.bigtable.admin.v2.ListHotTabletsRequest
Static Fields
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
Field Value
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListHotTabletsRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListHotTabletsRequest.Builder newBuilder()
Returns
newBuilder(ListHotTabletsRequest prototype)
public static ListHotTabletsRequest.Builder newBuilder(ListHotTabletsRequest prototype)
Parameter
Returns
public static ListHotTabletsRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListHotTabletsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListHotTabletsRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListHotTabletsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListHotTabletsRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListHotTabletsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListHotTabletsRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListHotTabletsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListHotTabletsRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListHotTabletsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListHotTabletsRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListHotTabletsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListHotTabletsRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListHotTabletsRequest getDefaultInstanceForType()
Returns
getEndTime()
public Timestamp getEndTime()
The end time to list hot tablets.
.google.protobuf.Timestamp end_time = 3;
Returns
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
The end time to list hot tablets.
.google.protobuf.Timestamp end_time = 3;
Returns
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
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
The value of next_page_token
returned by a previous call.
string page_token = 5;
Returns
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
The value of next_page_token
returned by a previous call.
string page_token = 5;
Returns
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
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) = { ... }
Returns
getParserForType()
public Parser<ListHotTabletsRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
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
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
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasEndTime()
public boolean hasEndTime()
The end time to list hot tablets.
.google.protobuf.Timestamp end_time = 3;
Returns
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;
Returns
Type | Description |
boolean | Whether the startTime field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListHotTabletsRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListHotTabletsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListHotTabletsRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions