Package com.google.bigtable.admin.v2
Class ListHotTabletsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
- com.google.bigtable.admin.v2.ListHotTabletsResponse.Builder
-
- All Implemented Interfaces:
ListHotTabletsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListHotTabletsResponse
public static final class ListHotTabletsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder> implements ListHotTabletsResponseOrBuilder
Response message for BigtableInstanceAdmin.ListHotTablets.
Protobuf typegoogle.bigtable.admin.v2.ListHotTabletsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListHotTabletsResponse.Builder
addAllHotTablets(Iterable<? extends HotTablet> values)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.ListHotTabletsResponse.Builder
addHotTablets(int index, HotTablet value)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.ListHotTabletsResponse.Builder
addHotTablets(int index, HotTablet.Builder builderForValue)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.ListHotTabletsResponse.Builder
addHotTablets(HotTablet value)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.ListHotTabletsResponse.Builder
addHotTablets(HotTablet.Builder builderForValue)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTablet.Builder
addHotTabletsBuilder()
List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTablet.Builder
addHotTabletsBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.ListHotTabletsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListHotTabletsResponse
build()
ListHotTabletsResponse
buildPartial()
ListHotTabletsResponse.Builder
clear()
ListHotTabletsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListHotTabletsResponse.Builder
clearHotTablets()
List of hot tablets in the tables of the requested cluster that fall within the requested time range.ListHotTabletsResponse.Builder
clearNextPageToken()
Set if not all hot tablets could be returned in a single response.ListHotTabletsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListHotTabletsResponse.Builder
clone()
ListHotTabletsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
HotTablet
getHotTablets(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTablet.Builder
getHotTabletsBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.List<HotTablet.Builder>
getHotTabletsBuilderList()
List of hot tablets in the tables of the requested cluster that fall within the requested time range.int
getHotTabletsCount()
List of hot tablets in the tables of the requested cluster that fall within the requested time range.List<HotTablet>
getHotTabletsList()
List of hot tablets in the tables of the requested cluster that fall within the requested time range.HotTabletOrBuilder
getHotTabletsOrBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.List<? extends HotTabletOrBuilder>
getHotTabletsOrBuilderList()
List of hot tablets in the tables of the requested cluster that fall within the requested time range.String
getNextPageToken()
Set if not all hot tablets could be returned in a single response.com.google.protobuf.ByteString
getNextPageTokenBytes()
Set if not all hot tablets could be returned in a single response.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListHotTabletsResponse.Builder
mergeFrom(ListHotTabletsResponse other)
ListHotTabletsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListHotTabletsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListHotTabletsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListHotTabletsResponse.Builder
removeHotTablets(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.ListHotTabletsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListHotTabletsResponse.Builder
setHotTablets(int index, HotTablet value)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.ListHotTabletsResponse.Builder
setHotTablets(int index, HotTablet.Builder builderForValue)
List of hot tablets in the tables of the requested cluster that fall within the requested time range.ListHotTabletsResponse.Builder
setNextPageToken(String value)
Set if not all hot tablets could be returned in a single response.ListHotTabletsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
Set if not all hot tablets could be returned in a single response.ListHotTabletsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListHotTabletsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
clear
public ListHotTabletsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
getDefaultInstanceForType
public ListHotTabletsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListHotTabletsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListHotTabletsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListHotTabletsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
setField
public ListHotTabletsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
clearField
public ListHotTabletsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
clearOneof
public ListHotTabletsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
setRepeatedField
public ListHotTabletsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
addRepeatedField
public ListHotTabletsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
mergeFrom
public ListHotTabletsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListHotTabletsResponse.Builder>
-
mergeFrom
public ListHotTabletsResponse.Builder mergeFrom(ListHotTabletsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
mergeFrom
public ListHotTabletsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListHotTabletsResponse.Builder>
- Throws:
IOException
-
getHotTabletsList
public List<HotTablet> getHotTabletsList()
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
- Specified by:
getHotTabletsList
in interfaceListHotTabletsResponseOrBuilder
-
getHotTabletsCount
public int getHotTabletsCount()
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
- Specified by:
getHotTabletsCount
in interfaceListHotTabletsResponseOrBuilder
-
getHotTablets
public HotTablet getHotTablets(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
- Specified by:
getHotTablets
in interfaceListHotTabletsResponseOrBuilder
-
setHotTablets
public ListHotTabletsResponse.Builder setHotTablets(int index, HotTablet value)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
setHotTablets
public ListHotTabletsResponse.Builder setHotTablets(int index, HotTablet.Builder builderForValue)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
addHotTablets
public ListHotTabletsResponse.Builder addHotTablets(HotTablet value)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
addHotTablets
public ListHotTabletsResponse.Builder addHotTablets(int index, HotTablet value)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
addHotTablets
public ListHotTabletsResponse.Builder addHotTablets(HotTablet.Builder builderForValue)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
addHotTablets
public ListHotTabletsResponse.Builder addHotTablets(int index, HotTablet.Builder builderForValue)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
addAllHotTablets
public ListHotTabletsResponse.Builder addAllHotTablets(Iterable<? extends HotTablet> values)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
clearHotTablets
public ListHotTabletsResponse.Builder clearHotTablets()
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
removeHotTablets
public ListHotTabletsResponse.Builder removeHotTablets(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
getHotTabletsBuilder
public HotTablet.Builder getHotTabletsBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
getHotTabletsOrBuilder
public HotTabletOrBuilder getHotTabletsOrBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
- Specified by:
getHotTabletsOrBuilder
in interfaceListHotTabletsResponseOrBuilder
-
getHotTabletsOrBuilderList
public List<? extends HotTabletOrBuilder> getHotTabletsOrBuilderList()
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
- Specified by:
getHotTabletsOrBuilderList
in interfaceListHotTabletsResponseOrBuilder
-
addHotTabletsBuilder
public HotTablet.Builder addHotTabletsBuilder()
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
addHotTabletsBuilder
public HotTablet.Builder addHotTabletsBuilder(int index)
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
getHotTabletsBuilderList
public List<HotTablet.Builder> getHotTabletsBuilderList()
List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.
repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
-
getNextPageToken
public String getNextPageToken()
Set if not all hot tablets could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListHotTabletsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
Set if not all hot tablets could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListHotTabletsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListHotTabletsResponse.Builder setNextPageToken(String value)
Set if not all hot tablets could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListHotTabletsResponse.Builder clearNextPageToken()
Set if not all hot tablets could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListHotTabletsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
Set if not all hot tablets could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListHotTabletsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
mergeUnknownFields
public final ListHotTabletsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListHotTabletsResponse.Builder>
-
-