- call(ReadChangeStreamRequest, ResponseObserver<ChangeStreamRecordT>, ApiCallContext) - Method in class com.google.cloud.bigtable.data.v2.stub.changestream.ChangeStreamRecordMergingCallable
-
- call(String, ResponseObserver<Range.ByteStringRange>, ApiCallContext) - Method in class com.google.cloud.bigtable.data.v2.stub.changestream.GenerateInitialChangeStreamPartitionsUserCallable
-
- call(ReadChangeStreamQuery, ResponseObserver<ChangeStreamRecordT>, ApiCallContext) - Method in class com.google.cloud.bigtable.data.v2.stub.changestream.ReadChangeStreamUserCallable
-
- call(BoundStatement) - Method in class com.google.cloud.bigtable.data.v2.stub.sql.ExecuteQueryCallable
-
This should be used to create execute query calls.
- call(ExecuteQueryCallContext, ResponseObserver<SqlRow>, ApiCallContext) - Method in class com.google.cloud.bigtable.data.v2.stub.sql.ExecuteQueryCallable
-
- call(ExecuteQueryCallContext, ResponseObserver<SqlRow>, ApiCallContext) - Method in class com.google.cloud.bigtable.data.v2.stub.sql.MetadataErrorHandlingCallable
-
- call(ExecuteQueryCallContext, ResponseObserver<ExecuteQueryResponse>, ApiCallContext) - Method in class com.google.cloud.bigtable.data.v2.stub.sql.PlanRefreshingCallable
-
- call(ExecuteQueryCallContext, ResponseObserver<SqlRow>, ApiCallContext) - Method in class com.google.cloud.bigtable.data.v2.stub.sql.SqlRowMergingCallable
-
- canResume() - Method in class com.google.cloud.bigtable.data.v2.stub.changestream.ReadChangeStreamResumptionStrategy
-
- canResume() - Method in class com.google.cloud.bigtable.data.v2.stub.sql.ExecuteQueryResumptionStrategy
-
- cellsPerColumn(int) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.LimitFilter
-
Matches only the most recent `count` cells within each column.
- cellsPerRow(int) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.LimitFilter
-
Matches only the first N cells of each row.
- cellsPerRow(int) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.OffsetFilter
-
Skips the first N cells of each row, matching all subsequent cells.
- cellValue(ByteString) - Method in interface com.google.cloud.bigtable.data.v2.models.ChangeStreamRecordAdapter.ChangeStreamRecordBuilder
-
Called once per non-chunked cell, or at least twice per chunked cell to concatenate the cell
value.
- cellValue(ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.DefaultRowAdapter.DefaultRowBuilder
-
Called multiple times per cell to concatenate the cell value.
- cellValue(ByteString) - Method in interface com.google.cloud.bigtable.data.v2.models.RowAdapter.RowBuilder
-
Called multiple times per cell to concatenate the cell value.
- chain() - Method in class com.google.cloud.bigtable.data.v2.models.Filters
-
Creates an empty chain filter list.
- ChangeStreamContinuationToken - Class in com.google.cloud.bigtable.data.v2.models
-
- ChangeStreamContinuationToken() - Constructor for class com.google.cloud.bigtable.data.v2.models.ChangeStreamContinuationToken
-
- ChangeStreamMutation - Class in com.google.cloud.bigtable.data.v2.models
-
A ChangeStreamMutation represents a list of mods(represented by List<
Entry>) targeted at
a single row, which is concatenated by
ChangeStreamRecordMerger.
- ChangeStreamMutation() - Constructor for class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
- ChangeStreamMutation.MutationType - Enum in com.google.cloud.bigtable.data.v2.models
-
- ChangeStreamRecord - Interface in com.google.cloud.bigtable.data.v2.models
-
Default representation of a change stream record, which can be a Heartbeat, a CloseStream, or a
logical mutation.
- ChangeStreamRecordAdapter<ChangeStreamRecordT> - Interface in com.google.cloud.bigtable.data.v2.models
-
An extension point that allows end users to plug in a custom implementation of logical change
stream records.
- ChangeStreamRecordAdapter.ChangeStreamRecordBuilder<ChangeStreamRecordT> - Interface in com.google.cloud.bigtable.data.v2.models
-
A SAX style change stream record factory.
- ChangeStreamRecordMerger<ChangeStreamRecordT> - Class in com.google.cloud.bigtable.data.v2.stub.changestream
-
An implementation of a Reframer that feeds the change stream record merging ChangeStreamStateMachine.
- ChangeStreamRecordMerger(ChangeStreamRecordAdapter.ChangeStreamRecordBuilder<ChangeStreamRecordT>) - Constructor for class com.google.cloud.bigtable.data.v2.stub.changestream.ChangeStreamRecordMerger
-
- ChangeStreamRecordMergingCallable<ChangeStreamRecordT> - Class in com.google.cloud.bigtable.data.v2.stub.changestream
-
- ChangeStreamRecordMergingCallable(ServerStreamingCallable<ReadChangeStreamRequest, ReadChangeStreamResponse>, ChangeStreamRecordAdapter<ChangeStreamRecordT>) - Constructor for class com.google.cloud.bigtable.data.v2.stub.changestream.ChangeStreamRecordMergingCallable
-
- checkAndMutateRow(ConditionalRowMutation) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method to synchronously mutate a row atomically based on the output of a filter.
- checkAndMutateRowAsync(ConditionalRowMutation) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method to asynchronously mutate a row atomically based on the output of a filter.
- checkAndMutateRowCallable() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Mutates a row atomically based on the output of a filter.
- checkAndMutateRowSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Returns the builder for the settings used for calls to CheckAndMutateRow.
- checkAndMutateRowSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns the object with the settings used for calls to CheckAndMutateRow.
- checkConsistency(TableName, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Checks replication consistency based on a consistency token, that is, if replication has caught
up based on the conditions specified in the token and the check request.
- checkConsistency(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Checks replication consistency based on a consistency token, that is, if replication has caught
up based on the conditions specified in the token and the check request.
- checkConsistency(CheckConsistencyRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Checks replication consistency based on a consistency token, that is, if replication has caught
up based on the conditions specified in the token and the check request.
- checkConsistencyCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Checks replication consistency based on a consistency token, that is, if replication has caught
up based on the conditions specified in the token and the check request.
- checkConsistencyCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- checkConsistencyCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- checkConsistencySettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to checkConsistency.
- checkConsistencySettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to checkConsistency.
- checkConsistencySettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to checkConsistency.
- checkConsistencySettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to checkConsistency.
- clearHotToStandardTime() - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateBackupRequest
-
- ClientOperationSettings - Class in com.google.cloud.bigtable.data.v2.stub
-
- clone() - Method in class com.google.cloud.bigtable.data.v2.models.BulkMutation
-
- clone() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ChainFilter
-
Makes a deep copy of the Chain.
- clone() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ConditionFilter
-
- clone() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.InterleaveFilter
-
- clone() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.QualifierRangeFilter
-
- clone() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.TimestampRangeFilter
-
- clone() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ValueRangeFilter
-
- clone() - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
- clone() - Method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
- close() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
- close() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
- close() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Closes the client and frees all resources associated with it (like thread pools).
- close() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
- close() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- close() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- close() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- close() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- close() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Close the clients and releases all associated resources.
- close() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClientFactory
-
Release all of the resources associated with this factory.
- close() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.ResultSet
-
Closes the result set and cancels the underlying request if it is still open.
- close() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableClientContext
-
- CloseStream - Class in com.google.cloud.bigtable.data.v2.models
-
A simple wrapper for ReadChangeStreamResponse.CloseStream.
- CloseStream() - Constructor for class com.google.cloud.bigtable.data.v2.models.CloseStream
-
- Cluster - Class in com.google.cloud.bigtable.admin.v2.models
-
A cluster represents the actual Cloud Bigtable service.
- Cluster.State - Enum in com.google.cloud.bigtable.admin.v2.models
-
- ClusterAutoscalingConfig - Class in com.google.cloud.bigtable.admin.v2.models
-
Model class to create an autoscaling config for creating or updating a cluster.
- ColumnFamily - Class in com.google.cloud.bigtable.admin.v2.models
-
- ColumnMetadata - Interface in com.google.cloud.bigtable.data.v2.models.sql
-
Represents the metadata for a column in a
ResultSet
- com.google.cloud.bigtable - package com.google.cloud.bigtable
-
- com.google.cloud.bigtable.admin.v2 - package com.google.cloud.bigtable.admin.v2
-
Clients for the Cloud Bigtable admin API.
- com.google.cloud.bigtable.admin.v2.models - package com.google.cloud.bigtable.admin.v2.models
-
- com.google.cloud.bigtable.admin.v2.stub - package com.google.cloud.bigtable.admin.v2.stub
-
- com.google.cloud.bigtable.common - package com.google.cloud.bigtable.common
-
- com.google.cloud.bigtable.data.v2 - package com.google.cloud.bigtable.data.v2
-
A client for the Cloud Bigtable data API.
- com.google.cloud.bigtable.data.v2.models - package com.google.cloud.bigtable.data.v2.models
-
- com.google.cloud.bigtable.data.v2.models.sql - package com.google.cloud.bigtable.data.v2.models.sql
-
- com.google.cloud.bigtable.data.v2.stub - package com.google.cloud.bigtable.data.v2.stub
-
- com.google.cloud.bigtable.data.v2.stub.changestream - package com.google.cloud.bigtable.data.v2.stub.changestream
-
- com.google.cloud.bigtable.data.v2.stub.sql - package com.google.cloud.bigtable.data.v2.stub.sql
-
- compareByKey() - Static method in class com.google.cloud.bigtable.data.v2.models.Row
-
Returns a comparator that compares two Row objects by comparing the result of
Row.getKey()} for each.
- compareByNative() - Static method in class com.google.cloud.bigtable.data.v2.models.RowCell
-
A comparator that compares the cells by Bigtable native ordering:
Family lexicographically ascending
Qualifier lexicographically ascending
Timestamp in reverse chronological order
Labels and values are not included in the comparison.
- condition(Filters.Filter) - Method in class com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
-
The filter to be applied to the contents of the specified row.
- condition(Filters.Filter) - Method in class com.google.cloud.bigtable.data.v2.models.Filters
-
Creates an empty condition filter.
- ConditionalRowMutation - Class in com.google.cloud.bigtable.data.v2.models
-
Mutates a row atomically based on the output of a condition filter.
- ConsistencyRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
- ConsistencyRequest() - Constructor for class com.google.cloud.bigtable.admin.v2.models.ConsistencyRequest
-
- continuationTokens(List<ChangeStreamContinuationToken>) - Method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
Sets the stream continuation tokens to read the change stream.
- copyBackup(CopyBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- copyBackupAsync(ClusterName, String, BackupName, Timestamp) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the
destination instance and project.
- copyBackupAsync(ClusterName, String, String, Timestamp) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the
destination instance and project.
- copyBackupAsync(String, String, BackupName, Timestamp) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the
destination instance and project.
- copyBackupAsync(String, String, String, Timestamp) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the
destination instance and project.
- copyBackupAsync(CopyBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the
destination instance and project.
- copyBackupAsync(CopyBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- copyBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the
destination instance and project.
- copyBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- copyBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- copyBackupOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the
destination instance and project.
- copyBackupOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- copyBackupOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- copyBackupOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to copyBackup.
- copyBackupOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to copyBackup.
- copyBackupOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to copyBackup.
- copyBackupOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to copyBackup.
- CopyBackupRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
- copyBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to copyBackup.
- copyBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to copyBackup.
- copyBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to copyBackup.
- copyBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to copyBackup.
- create() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Constructs an instance of BaseBigtableInstanceAdminClient with default settings.
- create(BaseBigtableInstanceAdminSettings) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Constructs an instance of BaseBigtableInstanceAdminClient, using the given settings.
- create(BigtableInstanceAdminStub) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Constructs an instance of BaseBigtableInstanceAdminClient, using the given stub for making
calls.
- create(BigtableInstanceAdminStubSettings) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
- create() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Constructs an instance of BaseBigtableTableAdminClient with default settings.
- create(BaseBigtableTableAdminSettings) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Constructs an instance of BaseBigtableTableAdminClient, using the given settings.
- create(BigtableTableAdminStub) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Constructs an instance of BaseBigtableTableAdminClient, using the given stub for making calls.
- create(BigtableTableAdminStubSettings) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
- create(String) - Static method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Constructs an instance of BigtableInstanceAdminClient with the given project ID.
- create(BigtableInstanceAdminSettings) - Static method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Constructs an instance of BigtableInstanceAdminClient with the given settings.
- create(String, BigtableInstanceAdminStub) - Static method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Constructs an instance of BigtableInstanceAdminClient with the given project ID and stub.
- create(String, String) - Static method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Constructs an instance of BigtableTableAdminClient with the given project and instance IDs.
- create(BigtableTableAdminSettings) - Static method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Constructs an instance of BigtableTableAdminClient with the given settings.
- create(String, String, EnhancedBigtableTableAdminStub) - Static method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Constructs an instance of BigtableTableAdminClient with the given instance name and stub.
- create() - Static method in class com.google.cloud.bigtable.admin.v2.models.FamilySubsets
-
- create() - Static method in class com.google.cloud.bigtable.admin.v2.models.SubsetView
-
- create() - Static method in class com.google.cloud.bigtable.admin.v2.models.Type.Aggregate.Aggregator.Hll
-
- create() - Static method in class com.google.cloud.bigtable.admin.v2.models.Type.Aggregate.Aggregator.Max
-
- create() - Static method in class com.google.cloud.bigtable.admin.v2.models.Type.Aggregate.Aggregator.Min
-
- create() - Static method in class com.google.cloud.bigtable.admin.v2.models.Type.Aggregate.Aggregator.Sum
-
- create(Type, Type.Aggregate.Aggregator) - Static method in class com.google.cloud.bigtable.admin.v2.models.Type.Aggregate
-
- create(Type.Bytes.Encoding) - Static method in class com.google.cloud.bigtable.admin.v2.models.Type.Bytes
-
- create() - Static method in class com.google.cloud.bigtable.admin.v2.models.Type.Bytes.Encoding.Raw
-
- create(Type.Int64.Encoding) - Static method in class com.google.cloud.bigtable.admin.v2.models.Type.Int64
-
- create() - Static method in class com.google.cloud.bigtable.admin.v2.models.Type.Int64.Encoding.BigEndianBytes
-
- create() - Static method in class com.google.cloud.bigtable.admin.v2.models.Type.Raw
-
- create(BigtableInstanceAdminStubSettings) - Static method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- create(ClientContext) - Static method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- create(BigtableTableAdminStubSettings) - Static method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- create(ClientContext) - Static method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- create(SqlType<T>) - Static method in class com.google.cloud.bigtable.common.Type.Array
-
- create() - Static method in class com.google.cloud.bigtable.common.Type.Bool
-
- create() - Static method in class com.google.cloud.bigtable.common.Type.Bytes
-
- create() - Static method in class com.google.cloud.bigtable.common.Type.Date
-
- create(Function<Integer, T>) - Static method in class com.google.cloud.bigtable.common.Type.Enum
-
- create() - Static method in class com.google.cloud.bigtable.common.Type.Float32
-
- create() - Static method in class com.google.cloud.bigtable.common.Type.Float64
-
- create() - Static method in class com.google.cloud.bigtable.common.Type.Int64
-
- create(SqlType<K>, SqlType<V>) - Static method in class com.google.cloud.bigtable.common.Type.Map
-
- create(T) - Static method in class com.google.cloud.bigtable.common.Type.Proto
-
- create(String, String) - Static method in class com.google.cloud.bigtable.common.Type.SchemalessEnum
-
- create(String, String) - Static method in class com.google.cloud.bigtable.common.Type.SchemalessProto
-
- create() - Static method in class com.google.cloud.bigtable.common.Type.SchemalessStruct
-
- create() - Static method in class com.google.cloud.bigtable.common.Type.String
-
- create() - Static method in class com.google.cloud.bigtable.common.Type.Timestamp
-
- create(String, String) - Static method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Constructs an instance of BigtableDataClient with default settings.
- create(BigtableDataSettings) - Static method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Constructs an instance of BigtableDataClient, using the given settings.
- create(BigtableDataSettings) - Static method in class com.google.cloud.bigtable.data.v2.BigtableDataClientFactory
-
Create a instance of this factory.
- create(String, Value, Value, Value) - Static method in class com.google.cloud.bigtable.data.v2.models.AddToCell
-
- create(String) - Static method in class com.google.cloud.bigtable.data.v2.models.BulkMutation
-
- create(TargetId) - Static method in class com.google.cloud.bigtable.data.v2.models.BulkMutation
-
Creates a new instance of the bulk mutation builder for the given target with targetId.
- create(Range.ByteStringRange, String) - Static method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamContinuationToken
-
- create(String, String) - Static method in class com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
-
- create(TargetId, String) - Static method in class com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
-
Creates a new instance of the mutation builder for the given target with targetId.
- create(String, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
-
- create(TargetId, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
-
Creates a new instance of the mutation builder for the given target with targetId.
- create(String, ByteString, Range.TimestampRange) - Static method in class com.google.cloud.bigtable.data.v2.models.DeleteCells
-
- create(String) - Static method in class com.google.cloud.bigtable.data.v2.models.DeleteFamily
-
- create(ByteString, long) - Static method in class com.google.cloud.bigtable.data.v2.models.KeyOffset
-
- create(String, Value, Value, Value) - Static method in class com.google.cloud.bigtable.data.v2.models.MergeToCell
-
- create(Throwable, StatusCode, List<MutateRowsException.FailedMutation>, boolean) - Static method in exception com.google.cloud.bigtable.data.v2.models.MutateRowsException
-
This constructor is considered an internal implementation detail and not meant to be used by
applications.
- create(int, ApiException) - Static method in class com.google.cloud.bigtable.data.v2.models.MutateRowsException.FailedMutation
-
This method is considered an internal implementation detail and not meant to be used by
applications.
- create() - Static method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
Creates new instance of Mutation object.
- create(String) - Static method in class com.google.cloud.bigtable.data.v2.models.Query
-
- create(TargetId) - Static method in class com.google.cloud.bigtable.data.v2.models.Query
-
Constructs a new Query object for the given target with targetId.
- create(ByteString, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.Range.ByteStringRange
-
- create(String, String) - Static method in class com.google.cloud.bigtable.data.v2.models.Range.ByteStringRange
-
- create(long, long) - Static method in class com.google.cloud.bigtable.data.v2.models.Range.TimestampRange
-
- create(String) - Static method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
Constructs a new ReadChangeStreamQuery object for the specified table id.
- create(String, String) - Static method in class com.google.cloud.bigtable.data.v2.models.ReadModifyWriteRow
-
- create(TargetId, String) - Static method in class com.google.cloud.bigtable.data.v2.models.ReadModifyWriteRow
-
Creates a new instance of the ReadModifyWriteRow for the given target with targetId.
- create(String, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.ReadModifyWriteRow
-
- create(TargetId, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.ReadModifyWriteRow
-
Creates a new instance of the ReadModifyWriteRow for the given target with targetId.
- create(ByteString, List<RowCell>) - Static method in class com.google.cloud.bigtable.data.v2.models.Row
-
Creates a new instance of the
Row.
- create(String, ByteString, long, List<String>, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.RowCell
-
Creates a new instance of the
RowCell.
- create(String, String) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- create(TargetId, String) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
Creates a new instance of the mutation builder for the given target with targetId.
- create(String, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- create(TargetId, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
Creates a new instance of the mutation builder for the given target with targetId.
- create(String, String, Mutation) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- create(TargetId, String, Mutation) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
Creates new instance of mutation builder for the given target with targetId by wrapping
existing set of row mutations.
- create(String, ByteString, Mutation) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- create(TargetId, ByteString, Mutation) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
Creates new instance of mutation builder for the given target with targetId by wrapping
existing set of row mutations.
- create(String) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Creates a new instance of the mutation builder.
- create(ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Creates a new instance of the mutation builder.
- create(TargetId) - Static method in class com.google.cloud.bigtable.data.v2.models.SampleRowKeysRequest
-
Creates a new instance of the sample row keys builder for the given target with targetId
- create(String, ByteString, long, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.SetCell
-
- create(long) - Static method in class com.google.cloud.bigtable.data.v2.models.Value.IntValue
-
- create(long) - Static method in class com.google.cloud.bigtable.data.v2.models.Value.RawTimestamp
-
- create(ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.Value.RawValue
-
- create(EnhancedBigtableStubSettings) - Static method in class com.google.cloud.bigtable.data.v2.stub.BigtableClientContext
-
- create(EnhancedBigtableStubSettings, Tagger, StatsRecorder) - Static method in class com.google.cloud.bigtable.data.v2.stub.BigtableClientContext
-
- create(BoundStatement, SettableApiFuture<ResultSetMetadata>) - Static method in class com.google.cloud.bigtable.data.v2.stub.sql.ExecuteQueryCallContext
-
- create(ApiFuture<ResultSetMetadata>, ServerStream<SqlRow>) - Static method in class com.google.cloud.bigtable.data.v2.stub.sql.SqlServerStreamImpl
-
- createAppProfile(InstanceName, String, AppProfile) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates an app profile within an instance.
- createAppProfile(String, String, AppProfile) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates an app profile within an instance.
- createAppProfile(CreateAppProfileRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates an app profile within an instance.
- createAppProfile(CreateAppProfileRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- createAppProfileAsync(CreateAppProfileRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- createAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates an app profile within an instance.
- createAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- createAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- CreateAppProfileRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for creating a new Cloud Bigtable app profile.
- createAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to createAppProfile.
- createAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to createAppProfile.
- createAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createAppProfile.
- createAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to createAppProfile.
- createAsync(PageContext<ListAppProfilesRequest, ListAppProfilesResponse, AppProfile>, ApiFuture<ListAppProfilesResponse>) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListAppProfilesPagedResponse
-
- createAsync(PageContext<ListHotTabletsRequest, ListHotTabletsResponse, HotTablet>, ApiFuture<ListHotTabletsResponse>) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListHotTabletsPagedResponse
-
- createAsync(PageContext<ListLogicalViewsRequest, ListLogicalViewsResponse, LogicalView>, ApiFuture<ListLogicalViewsResponse>) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListLogicalViewsPagedResponse
-
- createAsync(PageContext<ListMaterializedViewsRequest, ListMaterializedViewsResponse, MaterializedView>, ApiFuture<ListMaterializedViewsResponse>) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListMaterializedViewsPagedResponse
-
- createAsync(PageContext<ListAuthorizedViewsRequest, ListAuthorizedViewsResponse, AuthorizedView>, ApiFuture<ListAuthorizedViewsResponse>) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListAuthorizedViewsPagedResponse
-
- createAsync(PageContext<ListBackupsRequest, ListBackupsResponse, Backup>, ApiFuture<ListBackupsResponse>) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse
-
- createAsync(PageContext<ListSchemaBundlesRequest, ListSchemaBundlesResponse, SchemaBundle>, ApiFuture<ListSchemaBundlesResponse>) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSchemaBundlesPagedResponse
-
- createAsync(PageContext<ListSnapshotsRequest, ListSnapshotsResponse, Snapshot>, ApiFuture<ListSnapshotsResponse>) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse
-
- createAsync(PageContext<ListTablesRequest, ListTablesResponse, Table>, ApiFuture<ListTablesResponse>) - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse
-
- createAuthorizedView(CreateAuthorizedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- createAuthorizedViewAsync(TableName, AuthorizedView, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new AuthorizedView in a table.
- createAuthorizedViewAsync(String, AuthorizedView, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new AuthorizedView in a table.
- createAuthorizedViewAsync(CreateAuthorizedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new AuthorizedView in a table.
- createAuthorizedViewAsync(CreateAuthorizedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- createAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new AuthorizedView in a table.
- createAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- createAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- createAuthorizedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new AuthorizedView in a table.
- createAuthorizedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- createAuthorizedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- createAuthorizedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to createAuthorizedView.
- createAuthorizedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to createAuthorizedView.
- createAuthorizedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createAuthorizedView.
- createAuthorizedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to createAuthorizedView.
- CreateAuthorizedViewRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for creating a new Cloud Bigtable
AuthorizedView, which represents subsets of
a particular table.
- createAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to createAuthorizedView.
- createAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to createAuthorizedView.
- createAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createAuthorizedView.
- createAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to createAuthorizedView.
- createBackup(CreateBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- createBackupAsync(ClusterName, String, Backup) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Starts creating a new Cloud Bigtable Backup.
- createBackupAsync(String, String, Backup) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Starts creating a new Cloud Bigtable Backup.
- createBackupAsync(CreateBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Starts creating a new Cloud Bigtable Backup.
- createBackupAsync(CreateBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- createBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Starts creating a new Cloud Bigtable Backup.
- createBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- createBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- createBackupOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Starts creating a new Cloud Bigtable Backup.
- createBackupOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- createBackupOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- createBackupOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to createBackup.
- createBackupOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to createBackup.
- createBackupOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createBackup.
- createBackupOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to createBackup.
- CreateBackupRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
- createBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to createBackup.
- createBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to createBackup.
- createBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createBackup.
- createBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to createBackup.
- createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminCallableFactory
-
- createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminCallableFactory
-
- createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminCallableFactory
-
- createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminCallableFactory
-
- createChangeStreamRecordBuilder() - Method in interface com.google.cloud.bigtable.data.v2.models.ChangeStreamRecordAdapter
-
- createChangeStreamRecordBuilder() - Method in class com.google.cloud.bigtable.data.v2.models.DefaultChangeStreamRecordAdapter
-
- createChild(InstanceName, String) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableClientContext
-
- createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminCallableFactory
-
- createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminCallableFactory
-
- createCluster(CreateClusterRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- createClusterAsync(InstanceName, String, Cluster) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a cluster within an instance.
- createClusterAsync(String, String, Cluster) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a cluster within an instance.
- createClusterAsync(CreateClusterRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a cluster within an instance.
- createClusterAsync(CreateClusterRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- createClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a cluster within an instance.
- createClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- createClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- createClusterOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a cluster within an instance.
- createClusterOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- createClusterOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- createClusterOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to createCluster.
- createClusterOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to createCluster.
- createClusterOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createCluster.
- createClusterOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to createCluster.
- CreateClusterRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for creating a new Bigtable cluster.
- createClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to createCluster.
- createClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to createCluster.
- createClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createCluster.
- createClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to createCluster.
- createCollection(List<BaseBigtableInstanceAdminClient.ListAppProfilesPage>, int) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListAppProfilesFixedSizeCollection
-
- createCollection(List<BaseBigtableInstanceAdminClient.ListHotTabletsPage>, int) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListHotTabletsFixedSizeCollection
-
- createCollection(List<BaseBigtableInstanceAdminClient.ListLogicalViewsPage>, int) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListLogicalViewsFixedSizeCollection
-
- createCollection(List<BaseBigtableInstanceAdminClient.ListMaterializedViewsPage>, int) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListMaterializedViewsFixedSizeCollection
-
- createCollection(List<BaseBigtableTableAdminClient.ListAuthorizedViewsPage>, int) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListAuthorizedViewsFixedSizeCollection
-
- createCollection(List<BaseBigtableTableAdminClient.ListBackupsPage>, int) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsFixedSizeCollection
-
- createCollection(List<BaseBigtableTableAdminClient.ListSchemaBundlesPage>, int) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSchemaBundlesFixedSizeCollection
-
- createCollection(List<BaseBigtableTableAdminClient.ListSnapshotsPage>, int) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsFixedSizeCollection
-
- createCollection(List<BaseBigtableTableAdminClient.ListTablesPage>, int) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesFixedSizeCollection
-
- createDefault() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClientFactory
-
Create a lightweight client using the default settings in this factory.
- createForAppProfile(String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClientFactory
-
Create a lightweight client with an overriden application profile and the factory default
project and instance ids.
- createForInstance(String, String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClientFactory
-
Create a lightweight client with the specified project and instance id.
- createForInstance(String, String, String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClientFactory
-
Create a lightweight client to the specified project, instance and application profile id.
- createFromMutationUnsafe(ByteString, Mutation) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Creates a new instance from existing mutation.
- createInstance(CreateInstanceRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- createInstanceAsync(ProjectName, String, Instance, Map<String, Cluster>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Create an instance within a project.
- createInstanceAsync(String, String, Instance, Map<String, Cluster>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Create an instance within a project.
- createInstanceAsync(CreateInstanceRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Create an instance within a project.
- createInstanceAsync(CreateInstanceRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- createInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Create an instance within a project.
- createInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- createInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- createInstanceOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Create an instance within a project.
- createInstanceOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- createInstanceOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- createInstanceOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to createInstance.
- createInstanceOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to createInstance.
- createInstanceOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createInstance.
- createInstanceOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to createInstance.
- CreateInstanceRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for creating a new Bigtable Instance.
- createInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to createInstance.
- createInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to createInstance.
- createInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createInstance.
- createInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to createInstance.
- createLogicalView(CreateLogicalViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- createLogicalViewAsync(InstanceName, LogicalView, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a logical view within an instance.
- createLogicalViewAsync(String, LogicalView, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a logical view within an instance.
- createLogicalViewAsync(CreateLogicalViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a logical view within an instance.
- createLogicalViewAsync(CreateLogicalViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- createLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a logical view within an instance.
- createLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- createLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- createLogicalViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a logical view within an instance.
- createLogicalViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- createLogicalViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- createLogicalViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to createLogicalView.
- createLogicalViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to createLogicalView.
- createLogicalViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createLogicalView.
- createLogicalViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to createLogicalView.
- CreateLogicalViewRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for creating a new Cloud Bigtable logical view.
- createLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to createLogicalView.
- createLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to createLogicalView.
- createLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createLogicalView.
- createLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to createLogicalView.
- createMaterializedView(CreateMaterializedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- createMaterializedViewAsync(InstanceName, MaterializedView, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a materialized view within an instance.
- createMaterializedViewAsync(String, MaterializedView, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a materialized view within an instance.
- createMaterializedViewAsync(CreateMaterializedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a materialized view within an instance.
- createMaterializedViewAsync(CreateMaterializedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- createMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a materialized view within an instance.
- createMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- createMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- createMaterializedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Creates a materialized view within an instance.
- createMaterializedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- createMaterializedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- createMaterializedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to createMaterializedView.
- createMaterializedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to createMaterializedView.
- createMaterializedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createMaterializedView.
- createMaterializedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to createMaterializedView.
- CreateMaterializedViewRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for creating a new Cloud Bigtable materialized view.
- createMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to createMaterializedView.
- createMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to createMaterializedView.
- createMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createMaterializedView.
- createMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to createMaterializedView.
- createNew() - Method in class com.google.cloud.bigtable.data.v2.stub.changestream.ReadChangeStreamResumptionStrategy
-
- createNew() - Method in class com.google.cloud.bigtable.data.v2.stub.sql.ExecuteQueryResumptionStrategy
-
- createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminCallableFactory
-
- createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminCallableFactory
-
- createPage(PageContext<ListAppProfilesRequest, ListAppProfilesResponse, AppProfile>, ListAppProfilesResponse) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListAppProfilesPage
-
- createPage(PageContext<ListHotTabletsRequest, ListHotTabletsResponse, HotTablet>, ListHotTabletsResponse) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListHotTabletsPage
-
- createPage(PageContext<ListLogicalViewsRequest, ListLogicalViewsResponse, LogicalView>, ListLogicalViewsResponse) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListLogicalViewsPage
-
- createPage(PageContext<ListMaterializedViewsRequest, ListMaterializedViewsResponse, MaterializedView>, ListMaterializedViewsResponse) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListMaterializedViewsPage
-
- createPage(PageContext<ListAuthorizedViewsRequest, ListAuthorizedViewsResponse, AuthorizedView>, ListAuthorizedViewsResponse) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListAuthorizedViewsPage
-
- createPage(PageContext<ListBackupsRequest, ListBackupsResponse, Backup>, ListBackupsResponse) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPage
-
- createPage(PageContext<ListSchemaBundlesRequest, ListSchemaBundlesResponse, SchemaBundle>, ListSchemaBundlesResponse) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSchemaBundlesPage
-
- createPage(PageContext<ListSnapshotsRequest, ListSnapshotsResponse, Snapshot>, ListSnapshotsResponse) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPage
-
- createPage(PageContext<ListTablesRequest, ListTablesResponse, Table>, ListTablesResponse) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPage
-
- createPageAsync(PageContext<ListAppProfilesRequest, ListAppProfilesResponse, AppProfile>, ApiFuture<ListAppProfilesResponse>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListAppProfilesPage
-
- createPageAsync(PageContext<ListHotTabletsRequest, ListHotTabletsResponse, HotTablet>, ApiFuture<ListHotTabletsResponse>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListHotTabletsPage
-
- createPageAsync(PageContext<ListLogicalViewsRequest, ListLogicalViewsResponse, LogicalView>, ApiFuture<ListLogicalViewsResponse>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListLogicalViewsPage
-
- createPageAsync(PageContext<ListMaterializedViewsRequest, ListMaterializedViewsResponse, MaterializedView>, ApiFuture<ListMaterializedViewsResponse>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient.ListMaterializedViewsPage
-
- createPageAsync(PageContext<ListAuthorizedViewsRequest, ListAuthorizedViewsResponse, AuthorizedView>, ApiFuture<ListAuthorizedViewsResponse>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListAuthorizedViewsPage
-
- createPageAsync(PageContext<ListBackupsRequest, ListBackupsResponse, Backup>, ApiFuture<ListBackupsResponse>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPage
-
- createPageAsync(PageContext<ListSchemaBundlesRequest, ListSchemaBundlesResponse, SchemaBundle>, ApiFuture<ListSchemaBundlesResponse>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSchemaBundlesPage
-
- createPageAsync(PageContext<ListSnapshotsRequest, ListSnapshotsResponse, Snapshot>, ApiFuture<ListSnapshotsResponse>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPage
-
- createPageAsync(PageContext<ListTablesRequest, ListTablesResponse, Table>, ApiFuture<ListTablesResponse>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPage
-
- createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminCallableFactory
-
- createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminCallableFactory
-
- createPaginator(int) - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Create a query paginator that'll split the query into smaller chunks.
- createRowBuilder() - Method in class com.google.cloud.bigtable.data.v2.models.DefaultRowAdapter
-
- createRowBuilder() - Method in interface com.google.cloud.bigtable.data.v2.models.RowAdapter
-
- createRowFromProto(Row) - Method in class com.google.cloud.bigtable.data.v2.models.DefaultRowAdapter
-
Helper to convert a proto Row to a model Row.
- createScanMarkerRow(ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.DefaultRowAdapter.DefaultRowBuilder
-
Creates a special row to mark server progress before any data is received
- createScanMarkerRow(ByteString) - Method in interface com.google.cloud.bigtable.data.v2.models.RowAdapter.RowBuilder
-
Creates a special row to mark server progress before any data is received
- createSchemaBundle(CreateSchemaBundleRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- createSchemaBundleAsync(TableName, String, SchemaBundle) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new schema bundle in the specified table.
- createSchemaBundleAsync(String, String, SchemaBundle) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new schema bundle in the specified table.
- createSchemaBundleAsync(CreateSchemaBundleRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new schema bundle in the specified table.
- createSchemaBundleAsync(CreateSchemaBundleRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- createSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new schema bundle in the specified table.
- createSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- createSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- createSchemaBundleOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new schema bundle in the specified table.
- createSchemaBundleOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- createSchemaBundleOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- createSchemaBundleOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to createSchemaBundle.
- createSchemaBundleOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to createSchemaBundle.
- createSchemaBundleOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createSchemaBundle.
- createSchemaBundleOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to createSchemaBundle.
- CreateSchemaBundleRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for creating a new Cloud Bigtable
SchemaBundle, which represents subsets of a
particular table.
- createSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to createSchemaBundle.
- createSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to createSchemaBundle.
- createSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createSchemaBundle.
- createSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to createSchemaBundle.
- createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminCallableFactory
-
- createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminCallableFactory
-
- createStub() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
- createStub() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
- createTable(InstanceName, String, Table) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table in the specified instance.
- createTable(String, String, Table) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table in the specified instance.
- createTable(CreateTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table in the specified instance.
- createTable(CreateTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- createTableAsync(CreateTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- createTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table in the specified instance.
- createTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- createTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- createTableFromSnapshotAsync(InstanceName, String, SnapshotName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table from the specified snapshot.
- createTableFromSnapshotAsync(InstanceName, String, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table from the specified snapshot.
- createTableFromSnapshotAsync(String, String, SnapshotName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table from the specified snapshot.
- createTableFromSnapshotAsync(String, String, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table from the specified snapshot.
- createTableFromSnapshotAsync(CreateTableFromSnapshotRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table from the specified snapshot.
- createTableFromSnapshotCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table from the specified snapshot.
- createTableFromSnapshotCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- createTableFromSnapshotCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- createTableFromSnapshotOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new table from the specified snapshot.
- createTableFromSnapshotOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- createTableFromSnapshotOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- createTableFromSnapshotOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to createTableFromSnapshot.
- createTableFromSnapshotOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to createTableFromSnapshot.
- createTableFromSnapshotOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createTableFromSnapshot.
- createTableFromSnapshotOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to createTableFromSnapshot.
- createTableFromSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to createTableFromSnapshot.
- createTableFromSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to createTableFromSnapshot.
- createTableFromSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createTableFromSnapshot.
- createTableFromSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to createTableFromSnapshot.
- CreateTableRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Fluent wrapper for
CreateTableRequest
Allows for creating table with:
optional columnFamilies, including optional
GCRules.GCRule
optional granularity
and optional split points
- createTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to createTable.
- createTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to createTable.
- createTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to createTable.
- createTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to createTable.
- createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminCallableFactory
-
- createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminCallableFactory
-
- createUnsafe() - Static method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
Creates new instance of Mutation object which allows setCell operation to use server side
timestamp.
- createUnsafe(ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Creates new instance of mutation builder which allows server timestamp for setCell operations.
- Date() - Constructor for class com.google.cloud.bigtable.common.Type.Date
-
- date() - Static method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
-
returns a
SqlType for the
DATE type.
- defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
- defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
- defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
- defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
- DefaultChangeStreamRecordAdapter - Class in com.google.cloud.bigtable.data.v2.models
-
- DefaultChangeStreamRecordAdapter() - Constructor for class com.google.cloud.bigtable.data.v2.models.DefaultChangeStreamRecordAdapter
-
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns a builder for the default credentials for this service.
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns a builder for the default credentials for this service.
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns a builder for the default credentials for this service.
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns a builder for the default credentials for this service.
- defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns a builder for the default credentials for this service.
- defaultExecutorProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns a builder for the default ExecutorProvider for this service.
- defaultExecutorProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns a builder for the default ExecutorProvider for this service.
- defaultExecutorProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns a builder for the default ExecutorProvider for this service.
- defaultExecutorProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns a builder for the default ExecutorProvider for this service.
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns a builder for the default ChannelProvider for this service.
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns a builder for the default ChannelProvider for this service.
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns a builder for the default ChannelProvider for this service.
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns a builder for the default ChannelProvider for this service.
- defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns a builder for the default ChannelProvider for this service.
- DefaultInstances() - Constructor for class com.google.cloud.bigtable.common.Type.DefaultInstances
-
- DefaultRowAdapter - Class in com.google.cloud.bigtable.data.v2.models
-
Default implementation of a
RowAdapter that uses
Rows to represent logical rows.
- DefaultRowAdapter() - Constructor for class com.google.cloud.bigtable.data.v2.models.DefaultRowAdapter
-
- DefaultRowAdapter.DefaultRowBuilder - Class in com.google.cloud.bigtable.data.v2.models
-
- DefaultRowBuilder() - Constructor for class com.google.cloud.bigtable.data.v2.models.DefaultRowAdapter.DefaultRowBuilder
-
- defaultRule() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules
-
Creates an empty default rule
- defaultTransportChannelProvider() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
- defaultTransportChannelProvider() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
- defaultTransportChannelProvider() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
- defaultTransportChannelProvider() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
- defaultTransportChannelProvider() - Static method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- deleteAppProfile(AppProfileName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes an app profile from an instance.
- deleteAppProfile(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes an app profile from an instance.
- deleteAppProfile(AppProfileName, boolean) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes an app profile from an instance.
- deleteAppProfile(String, boolean) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes an app profile from an instance.
- deleteAppProfile(DeleteAppProfileRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes an app profile from an instance.
- deleteAppProfile(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteAppProfile(String, String, boolean) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteAppProfileAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteAppProfileAsync(String, String, boolean) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes an app profile from an instance.
- deleteAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- deleteAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- deleteAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to deleteAppProfile.
- deleteAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to deleteAppProfile.
- deleteAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteAppProfile.
- deleteAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to deleteAppProfile.
- deleteAuthorizedView(AuthorizedViewName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes a specified AuthorizedView.
- deleteAuthorizedView(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes a specified AuthorizedView.
- deleteAuthorizedView(DeleteAuthorizedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes a specified AuthorizedView.
- deleteAuthorizedView(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- deleteAuthorizedViewAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- deleteAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes a specified AuthorizedView.
- deleteAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- deleteAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- deleteAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to deleteAuthorizedView.
- deleteAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to deleteAuthorizedView.
- deleteAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteAuthorizedView.
- deleteAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to deleteAuthorizedView.
- deleteBackup(BackupName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Deletes a pending or completed Cloud Bigtable backup.
- deleteBackup(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Deletes a pending or completed Cloud Bigtable backup.
- deleteBackup(DeleteBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Deletes a pending or completed Cloud Bigtable backup.
- deleteBackup(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- deleteBackupAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- deleteBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Deletes a pending or completed Cloud Bigtable backup.
- deleteBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- deleteBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- deleteBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to deleteBackup.
- deleteBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to deleteBackup.
- deleteBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteBackup.
- deleteBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to deleteBackup.
- deleteCells(String, ByteString, Range.TimestampRange) - Method in interface com.google.cloud.bigtable.data.v2.models.ChangeStreamRecordAdapter.ChangeStreamRecordBuilder
-
Called to add a DeleteCell mod.
- DeleteCells - Class in com.google.cloud.bigtable.data.v2.models
-
Representation of a DeleteCells mod in a data change.
- DeleteCells() - Constructor for class com.google.cloud.bigtable.data.v2.models.DeleteCells
-
- deleteCells(String, String) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- deleteCells(String, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- deleteCells(String, ByteString, Range.TimestampRange) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- deleteCells(String, String) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which deletes cells from the specified column.
- deleteCells(String, ByteString) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which deletes cells from the specified column.
- deleteCells(String, ByteString, Range.TimestampRange) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which deletes cells from the specified column, restricted to a given timestamp
range.
- deleteCells(String, String) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- deleteCells(String, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- deleteCells(String, ByteString, Range.TimestampRange) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- deleteCells(String, String) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Adds a mutation which deletes cells from the specified column.
- deleteCells(String, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Adds a mutation which deletes cells from the specified column.
- deleteCells(String, ByteString, Range.TimestampRange) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Adds a mutation which deletes cells from the specified column, restricted to a given timestamp
range.
- deleteCluster(ClusterName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a cluster from an instance.
- deleteCluster(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a cluster from an instance.
- deleteCluster(DeleteClusterRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a cluster from an instance.
- deleteCluster(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteClusterAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a cluster from an instance.
- deleteClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- deleteClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- deleteClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to deleteCluster.
- deleteClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to deleteCluster.
- deleteClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteCluster.
- deleteClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to deleteCluster.
- deleteFamily(String) - Method in interface com.google.cloud.bigtable.data.v2.models.ChangeStreamRecordAdapter.ChangeStreamRecordBuilder
-
Called to add a DeleteFamily mod.
- DeleteFamily - Class in com.google.cloud.bigtable.data.v2.models
-
Representation of a DeleteFamily mod in a data change.
- DeleteFamily() - Constructor for class com.google.cloud.bigtable.data.v2.models.DeleteFamily
-
- deleteFamily(String) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- deleteFamily(String) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which deletes all cells from the specified column family.
- deleteFamily(String) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- deleteFamily(String) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Adds a mutation which deletes all cells from the specified column family.
- deleteInstance(InstanceName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Delete an instance from a project.
- deleteInstance(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Delete an instance from a project.
- deleteInstance(DeleteInstanceRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Delete an instance from a project.
- deleteInstance(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteInstanceAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Delete an instance from a project.
- deleteInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- deleteInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- deleteInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to deleteInstance.
- deleteInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to deleteInstance.
- deleteInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteInstance.
- deleteInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to deleteInstance.
- deleteLogicalView(LogicalViewName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a logical view from an instance.
- deleteLogicalView(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a logical view from an instance.
- deleteLogicalView(DeleteLogicalViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a logical view from an instance.
- deleteLogicalView(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteLogicalViewAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a logical view from an instance.
- deleteLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- deleteLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- deleteLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to deleteLogicalView.
- deleteLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to deleteLogicalView.
- deleteLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteLogicalView.
- deleteLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to deleteLogicalView.
- deleteMaterializedView(MaterializedViewName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a materialized view from an instance.
- deleteMaterializedView(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a materialized view from an instance.
- deleteMaterializedView(DeleteMaterializedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a materialized view from an instance.
- deleteMaterializedView(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteMaterializedViewAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- deleteMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Deletes a materialized view from an instance.
- deleteMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- deleteMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- deleteMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to deleteMaterializedView.
- deleteMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to deleteMaterializedView.
- deleteMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteMaterializedView.
- deleteMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to deleteMaterializedView.
- deleteRow() - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- deleteRow() - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which deletes all cells from the containing row.
- deleteRow() - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- deleteRow() - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Adds a mutation which deletes all cells from the containing row.
- deleteSchemaBundle(SchemaBundleName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Deletes a schema bundle in the specified table.
- deleteSchemaBundle(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Deletes a schema bundle in the specified table.
- deleteSchemaBundle(DeleteSchemaBundleRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Deletes a schema bundle in the specified table.
- deleteSchemaBundle(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- deleteSchemaBundleAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- deleteSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Deletes a schema bundle in the specified table.
- deleteSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- deleteSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- deleteSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to deleteSchemaBundle.
- deleteSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to deleteSchemaBundle.
- deleteSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteSchemaBundle.
- deleteSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to deleteSchemaBundle.
- deleteSnapshot(SnapshotName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes the specified snapshot.
- deleteSnapshot(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes the specified snapshot.
- deleteSnapshot(DeleteSnapshotRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes the specified snapshot.
- deleteSnapshotCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes the specified snapshot.
- deleteSnapshotCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- deleteSnapshotCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- deleteSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to deleteSnapshot.
- deleteSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to deleteSnapshot.
- deleteSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteSnapshot.
- deleteSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to deleteSnapshot.
- deleteTable(TableName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes a specified table and all of its data.
- deleteTable(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes a specified table and all of its data.
- deleteTable(DeleteTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes a specified table and all of its data.
- deleteTable(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- deleteTableAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- deleteTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently deletes a specified table and all of its data.
- deleteTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- deleteTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- deleteTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to deleteTable.
- deleteTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to deleteTable.
- deleteTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to deleteTable.
- deleteTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to deleteTable.
- disableAutomatedBackup() - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateTableRequest
-
Disables table automated backup policy.
- disableBatchMutationLatencyBasedThrottling() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
- disableChangeStreamRetention() - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateTableRequest
-
Disable change stream for table.
- disableClusterAutoscaling(String, String, int) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- disableClusterAutoscalingAsync(String, String, int) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- disableInternalMetrics() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
- disableInternalMetrics() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Disable collection of internal metrics that help google detect issues accessing Bigtable.
- disableLatencyBasedThrottling() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings.Builder
-
Disable latency based throttling.
- dropAllRows(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- dropAllRowsAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- dropFamily(String) - Method in class com.google.cloud.bigtable.admin.v2.models.ModifyColumnFamiliesRequest
-
- dropRowRange(DropRowRangeRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently drop/delete a row range from a specified table.
- dropRowRange(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- dropRowRange(String, ByteString) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- dropRowRangeAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- dropRowRangeAsync(String, ByteString) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- dropRowRangeCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Permanently drop/delete a row range from a specified table.
- dropRowRangeCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- dropRowRangeCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- dropRowRangeSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to dropRowRange.
- dropRowRangeSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to dropRowRange.
- dropRowRangeSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to dropRowRange.
- dropRowRangeSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to dropRowRange.
- GcRuleBuilder - Class in com.google.cloud.bigtable.admin.v2.models
-
Factory for creating safe GcRule protos.
- GCRules - Class in com.google.cloud.bigtable.admin.v2.models
-
Wraps
GcRule protocol buffer object and exposes a friendly API.
- GCRULES - Static variable in class com.google.cloud.bigtable.admin.v2.models.GCRules
-
Factory method to create GCRules - entry point into the DSL.
- GCRules.DefaultRule - Class in com.google.cloud.bigtable.admin.v2.models
-
Wrapper for building a empty rule
- GCRules.DurationRule - Class in com.google.cloud.bigtable.admin.v2.models
-
Wrapper for building max duration rule
- GCRules.GCRule - Interface in com.google.cloud.bigtable.admin.v2.models
-
interface for fluent GcRule wrappers
- GCRules.IntersectionRule - Class in com.google.cloud.bigtable.admin.v2.models
-
- GCRules.UnionRule - Class in com.google.cloud.bigtable.admin.v2.models
-
- GCRules.VersionRule - Class in com.google.cloud.bigtable.admin.v2.models
-
Wrapper for building max versions rule
- generateConsistencyToken(TableName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Generates a consistency token for a Table, which can be used in CheckConsistency to check
whether mutations to the table that finished before this call started have been replicated.
- generateConsistencyToken(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Generates a consistency token for a Table, which can be used in CheckConsistency to check
whether mutations to the table that finished before this call started have been replicated.
- generateConsistencyToken(GenerateConsistencyTokenRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Generates a consistency token for a Table, which can be used in CheckConsistency to check
whether mutations to the table that finished before this call started have been replicated.
- generateConsistencyTokenCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Generates a consistency token for a Table, which can be used in CheckConsistency to check
whether mutations to the table that finished before this call started have been replicated.
- generateConsistencyTokenCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- generateConsistencyTokenCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- generateConsistencyTokenSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to generateConsistencyToken.
- generateConsistencyTokenSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to generateConsistencyToken.
- generateConsistencyTokenSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to generateConsistencyToken.
- generateConsistencyTokenSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to generateConsistencyToken.
- generateInitialChangeStreamPartitions(String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for synchronously streaming the partitions of a table.
- generateInitialChangeStreamPartitionsAsync(String, ResponseObserver<Range.ByteStringRange>) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for asynchronously streaming the partitions of a table.
- generateInitialChangeStreamPartitionsCallable() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Streams back the results of the query.
- generateInitialChangeStreamPartitionsSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Returns the builder for the settings used for calls to GenerateInitialChangeStreamPartitions.
- generateInitialChangeStreamPartitionsSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- GenerateInitialChangeStreamPartitionsUserCallable - Class in com.google.cloud.bigtable.data.v2.stub.changestream
-
Simple wrapper for GenerateInitialChangeStreamPartitions to wrap the request and response
protobufs.
- GenerateInitialChangeStreamPartitionsUserCallable(ServerStreamingCallable<GenerateInitialChangeStreamPartitionsRequest, GenerateInitialChangeStreamPartitionsResponse>, RequestContext) - Constructor for class com.google.cloud.bigtable.data.v2.stub.changestream.GenerateInitialChangeStreamPartitionsUserCallable
-
- getAggregator() - Method in class com.google.cloud.bigtable.admin.v2.models.Type.Aggregate
-
- getAllowTransactionalWrites() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile.SingleClusterRoutingPolicy
-
Checks if transactional writes are enabled.
- getAppProfile(AppProfileName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about an app profile.
- getAppProfile(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about an app profile.
- getAppProfile(GetAppProfileRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about an app profile.
- getAppProfile(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getAppProfileAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about an app profile.
- getAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- getAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- getAppProfileId() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Gets the app profile id that was previously set on this Builder.
- getAppProfileId() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
Returns the configured AppProfile id to use.
- getAppProfileId() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Gets the app profile id that was previously set on this Builder.
- getAppProfileId() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns the configured AppProfile to use
- getAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to getAppProfile.
- getAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to getAppProfile.
- getAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getAppProfile.
- getAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to getAppProfile.
- getAuthorizedView(AuthorizedViewName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets information from a specified AuthorizedView.
- getAuthorizedView(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets information from a specified AuthorizedView.
- getAuthorizedView(GetAuthorizedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets information from a specified AuthorizedView.
- getAuthorizedView(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getAuthorizedViewAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets information from a specified AuthorizedView.
- getAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- getAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- getAuthorizedViewIamPolicy(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getAuthorizedViewIamPolicyAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getAuthorizedViewId() - Method in class com.google.cloud.bigtable.data.v2.models.AuthorizedViewId
-
- getAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to getAuthorizedView.
- getAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to getAuthorizedView.
- getAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getAuthorizedView.
- getAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to getAuthorizedView.
- getAuthorizedViewType() - Method in class com.google.cloud.bigtable.admin.v2.models.AuthorizedView
-
Gets the type of this authorized view, which currently can only be a subset view.
- getAutomatedBackupPolicy() - Method in class com.google.cloud.bigtable.admin.v2.models.Table
-
Returns the automated backup policy config.
- getAutoscalingCpuPercentageTarget() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Get the cpu utilization that the Autoscaler should be trying to achieve.
- getAutoscalingMaxServeNodes() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Get the maximum number of nodes to scale up to.
- getAutoscalingMinServeNodes() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Get the minimum number of nodes to scale down to.
- getBackup(BackupName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata on a pending or completed Cloud Bigtable Backup.
- getBackup(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata on a pending or completed Cloud Bigtable Backup.
- getBackup(GetBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata on a pending or completed Cloud Bigtable Backup.
- getBackup(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getBackupAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata on a pending or completed Cloud Bigtable Backup.
- getBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- getBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- getBackupIamPolicy(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getBackupIamPolicyAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to getBackup.
- getBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to getBackup.
- getBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getBackup.
- getBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to getBackup.
- getBackupType() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the backup type of this backup.
- getBaseClient() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Returns the modern autogenerated client.
- getBaseClient() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Returns the modern autogenerated client.
- getBatchingSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings.Builder
-
Returns the BatchingSettings.
- getBatchingSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings
-
Returns batching settings which contains multiple batch threshold levels.
- getBatchingSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBulkReadRowsCallSettings.Builder
-
Returns the BatchingSettings.
- getBatchingSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBulkReadRowsCallSettings
-
Returns batching settings which contains multiple batch threshold levels.
- getBatchMutationsTargetRpcLatencyMs() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
- getBoolean(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getBoolean(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getBound() - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Get the minimal range that encloses all of the row keys and ranges in this Query.
- getBytes(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getBytes(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getCells() - Method in class com.google.cloud.bigtable.data.v2.models.Row
-
Returns a sorted list of cells.
- getCells(String) - Method in class com.google.cloud.bigtable.data.v2.models.Row
-
Returns a sublist of the cells that belong to the specified family.
- getCells(String, String) - Method in class com.google.cloud.bigtable.data.v2.models.Row
-
Returns a sublist of the cells that belong to the specified family and qualifier.
- getCells(String, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.Row
-
Returns a sublist of the cells that belong to the specified family and qualifier.
- getChangeStreamContinuationToken() - Method in class com.google.cloud.bigtable.data.v2.models.Heartbeat
-
- getChangeStreamContinuationTokens() - Method in class com.google.cloud.bigtable.data.v2.models.CloseStream
-
- getChangeStreamRetention() - Method in class com.google.cloud.bigtable.admin.v2.models.Table
-
- getClientContext() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableClientContext
-
- getClientInfo() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableClientContext
-
- getCluster(ClusterName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a cluster.
- getCluster(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a cluster.
- getCluster(GetClusterRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a cluster.
- getCluster(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getClusterAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a cluster.
- getClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- getClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- getClusterId() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile.SingleClusterRoutingPolicy
-
Gets the target cluster of this policy.
- getClusterId() - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
The cluster id to set autoscaling on
- getClusterIds() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile.MultiClusterRoutingPolicy
-
- getClusterInfo() - Method in class com.google.cloud.bigtable.data.v2.stub.MetadataExtractorInterceptor.SidebandData
-
- getClusters() - Method in exception com.google.cloud.bigtable.admin.v2.models.PartialListClustersException
-
A partial list of clusters that were found in the available zones.
- getClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to getCluster.
- getClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to getCluster.
- getClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getCluster.
- getClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to getCluster.
- getClusterSize() - Method in class com.google.cloud.bigtable.admin.v2.models.StaticClusterSize
-
- getCode() - Method in class com.google.cloud.bigtable.common.Status
-
Gets the typesafe code.
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Array
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Bool
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Bytes
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Date
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Enum
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Float32
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Float64
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Int64
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Map
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Proto
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.SchemalessEnum
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.SchemalessProto
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.SchemalessStruct
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.String
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.StructWithSchema
-
- getCode() - Method in class com.google.cloud.bigtable.common.Type.Timestamp
-
- getCode() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
-
- getColumnFamilies() - Method in class com.google.cloud.bigtable.admin.v2.models.Table
-
- getColumnIndex(String) - Method in class com.google.cloud.bigtable.common.Type.SchemalessStruct
-
- getColumnIndex(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.ResultSetMetadata
-
- getColumnIndex(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Struct
-
- getColumns() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.ResultSetMetadata
-
- getColumnType(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.ResultSetMetadata
-
- getColumnType(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.ResultSetMetadata
-
- getCommitTime() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
Get the commit timestamp of the current mutation.
- getCommitTimestamp() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
This method is obsolete.
- getComputeBillingOwner() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile.DataBoostIsolationReadOnlyPolicy
-
- getConsistencyToken() - Method in class com.google.cloud.bigtable.admin.v2.models.ConsistencyRequest
-
Internal accessor for the consistency token.
- getCpuUtilizationTargetPercent() - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
Get the CPU utilization that the Autoscaler should be trying to achieve.
- getCredentialsProvider() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings.Builder
-
Gets the CredentialsProvider to use for getting the credentials to make calls with.
- getCredentialsProvider() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings
-
Gets the credentials provider to use for getting the credentials to make calls with.
- getCredentialsProvider() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings.Builder
-
Gets the credentials provider to use for getting the credentials to make calls with.
- getCredentialsProvider() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings
-
Gets the credentials provider to use for getting the credentials to make calls with.
- getCredentialsProvider() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Gets the CredentialsProvider to use for getting the credentials to make calls with.
- getDate(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getDate(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getDefaultEndpoint() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the default service endpoint.
- getDefaultEndpoint() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the default service endpoint.
- getDefaultEndpoint() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the default service endpoint.
- getDefaultEndpoint() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the default service endpoint.
- getDefaultMtlsEndpoint() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the default mTLS service endpoint.
- getDefaultMtlsEndpoint() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the default mTLS service endpoint.
- getDefaultServiceScopes() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the default service scopes.
- getDefaultServiceScopes() - Static method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the default service scopes.
- getDefaultServiceScopes() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the default service scopes.
- getDefaultServiceScopes() - Static method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the default service scopes.
- getDescription() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile
-
Gets long form description of the use case for this AppProfile.
- getDirectPathConfig() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- getDisplayName() - Method in class com.google.cloud.bigtable.admin.v2.models.Instance
-
Gets the instance's friendly name.
- getDouble(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
Getter for FLOAT_64 type Sql data
- getDouble(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
Getter for FLOAT_64 type Sql data
- getElementType() - Method in class com.google.cloud.bigtable.common.Type.Array
-
- getElementType() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Array
-
- getEnableRetryInfo() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- getEnableRetryInfo() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- getEnableRoutingCookie() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- getEnableRoutingCookie() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- getEncoding() - Method in class com.google.cloud.bigtable.admin.v2.models.Type.Bytes
-
- getEncoding() - Method in class com.google.cloud.bigtable.admin.v2.models.Type.Int64
-
- getEncryptionInfo(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getEncryptionInfo() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the encryption information for the backup.
- getEncryptionInfoAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getEnd() - Method in class com.google.cloud.bigtable.data.v2.models.Range
-
Gets the current end value.
- getEndBound() - Method in class com.google.cloud.bigtable.data.v2.models.Range
-
- getEndTime() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the end time when the creation of this backup has completed.
- getEntries() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
Get the list of mods of the current mutation.
- getEntryCount() - Method in class com.google.cloud.bigtable.data.v2.models.BulkMutation
-
- getEnumName() - Method in class com.google.cloud.bigtable.common.Type.Enum
-
- getEnumName() - Method in class com.google.cloud.bigtable.common.Type.SchemalessEnum
-
- getEnumName() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Enum
-
- getError() - Method in class com.google.cloud.bigtable.data.v2.models.MutateRowsException.FailedMutation
-
The error that prevented this mutation from being applied.
- getEstimatedLowWatermark() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
This method is obsolete.
- getEstimatedLowWatermark() - Method in class com.google.cloud.bigtable.data.v2.models.Heartbeat
-
This method is obsolete.
- getEstimatedLowWatermarkTime() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
Get the low watermark of the current mutation.
- getEstimatedLowWatermarkTime() - Method in class com.google.cloud.bigtable.data.v2.models.Heartbeat
-
- getExpireTime() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the expire time of this backup.
- getFailedMutations() - Method in exception com.google.cloud.bigtable.data.v2.models.MutateRowsException
-
Retrieve all of the failed mutations.
- getFamily() - Method in class com.google.cloud.bigtable.data.v2.models.AddToCell
-
- getFamily() - Method in class com.google.cloud.bigtable.data.v2.models.MergeToCell
-
- getFamily() - Method in class com.google.cloud.bigtable.data.v2.models.RowCell
-
The cell's family
- getFamilyName() - Method in class com.google.cloud.bigtable.data.v2.models.DeleteCells
-
Get the column family of the current DeleteCells.
- getFamilyName() - Method in class com.google.cloud.bigtable.data.v2.models.DeleteFamily
-
Get the column family of the current DeleteFamily.
- getFamilyName() - Method in class com.google.cloud.bigtable.data.v2.models.SetCell
-
Get the column family of the current SetCell.
- getFamilySubsets() - Method in class com.google.cloud.bigtable.admin.v2.models.SubsetView
-
Gets the map from familyId to familySubsets in this subset view.
- getFields() - Method in class com.google.cloud.bigtable.common.Type.SchemalessStruct
-
- getFields() - Method in class com.google.cloud.bigtable.common.Type.StructWithSchema
-
- getFields() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Struct
-
- getFloat(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
Getter for FLOAT_32 type Sql data
- getFloat(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
Getter for FLOAT_32 type Sql data
- getForNumber() - Method in class com.google.cloud.bigtable.common.Type.Enum
-
- getForNumber() - Method in class com.google.cloud.bigtable.common.Type.SchemalessEnum
-
- getForNumber() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Enum
-
- getGCRule() - Method in class com.google.cloud.bigtable.admin.v2.models.ColumnFamily
-
Gets the GCRule configured for the column family.
- getGfeTiming() - Method in class com.google.cloud.bigtable.data.v2.stub.MetadataExtractorInterceptor.SidebandData
-
- getHotToStandardTime() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the time at which this backup will be converted from a hot backup to a standard backup.
- getIamPolicy(ResourceName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets the access control policy for an instance resource.
- getIamPolicy(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets the access control policy for an instance resource.
- getIamPolicy(GetIamPolicyRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets the access control policy for an instance resource.
- getIamPolicy(ResourceName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets the access control policy for a Bigtable resource.
- getIamPolicy(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets the access control policy for a Bigtable resource.
- getIamPolicy(GetIamPolicyRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets the access control policy for a Bigtable resource.
- getIamPolicy(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getIamPolicy(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getIamPolicyAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getIamPolicyAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets the access control policy for an instance resource.
- getIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets the access control policy for a Bigtable resource.
- getIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- getIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- getIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getId() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile
-
Gets the id of this AppProfile.
- getId() - Method in class com.google.cloud.bigtable.admin.v2.models.AuthorizedView
-
Gets the authorized view's id.
- getId() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the ID of this backup.
- getId() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Gets the cluster's id.
- getId() - Method in class com.google.cloud.bigtable.admin.v2.models.ColumnFamily
-
Gets the column family's id.
- getId() - Method in class com.google.cloud.bigtable.admin.v2.models.Instance
-
Gets the instance's id.
- getId() - Method in class com.google.cloud.bigtable.admin.v2.models.LogicalView
-
Gets the logical view's id.
- getId() - Method in class com.google.cloud.bigtable.admin.v2.models.MaterializedView
-
Gets the materialized view's id.
- getId() - Method in class com.google.cloud.bigtable.admin.v2.models.SchemaBundle
-
Gets the schema bundle's id.
- getId() - Method in class com.google.cloud.bigtable.admin.v2.models.Table
-
Gets the table's id.
- getIndex() - Method in class com.google.cloud.bigtable.data.v2.models.MutateRowsException.FailedMutation
-
- getInput() - Method in class com.google.cloud.bigtable.data.v2.models.AddToCell
-
- getInput() - Method in class com.google.cloud.bigtable.data.v2.models.MergeToCell
-
- getInputType() - Method in class com.google.cloud.bigtable.admin.v2.models.Type.Aggregate
-
- getInstance(InstanceName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about an instance.
- getInstance(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about an instance.
- getInstance(GetInstanceRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about an instance.
- getInstance(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getInstanceAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about an instance.
- getInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- getInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- getInstanceId() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Gets the ID of the instance whose tables this client manages.
- getInstanceId() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings.Builder
-
Gets the instance ID of the instance whose tables the client will manage.
- getInstanceId() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings
-
Gets the instance ID whose tables the client will manage.
- getInstanceId() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile
-
Gets the id of the instance that owns this AppProfile.
- getInstanceId() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the instance ID where this backup is located.
- getInstanceId() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Gets the instance id.
- getInstanceId() - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
The instance id of the cluster to set autoscaling on
- getInstanceId() - Method in class com.google.cloud.bigtable.admin.v2.models.LogicalView
-
Gets the id of the instance that owns this LogicalView.
- getInstanceId() - Method in class com.google.cloud.bigtable.admin.v2.models.MaterializedView
-
Gets the id of the instance that owns this MaterializedView.
- getInstanceId() - Method in class com.google.cloud.bigtable.admin.v2.models.Table
-
Gets the id of the instance that owns this Table.
- getInstanceId() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Gets the instance id that was previously set on this Builder.
- getInstanceId() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
Returns the target instance id.
- getInstanceId() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Gets the target instance id that was previously set on this Builder.
- getInstanceId() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns the target instance id.
- getInstances() - Method in exception com.google.cloud.bigtable.admin.v2.models.PartialListInstancesException
-
A partial list of instances that were found in the available zones.
- getInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to getInstance.
- getInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to getInstance.
- getInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getInstance.
- getInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to getInstance.
- getIpProtocol() - Method in class com.google.cloud.bigtable.data.v2.stub.MetadataExtractorInterceptor.SidebandData
-
- getIsolationPolicy() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile
-
- getJwtAudienceMapping() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- getJwtAudienceMapping() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- getKey(Row) - Method in class com.google.cloud.bigtable.data.v2.models.DefaultRowAdapter
- getKey() - Method in class com.google.cloud.bigtable.data.v2.models.KeyOffset
-
- getKey() - Method in class com.google.cloud.bigtable.data.v2.models.Row
-
Returns the row key
- getKey(RowT) - Method in interface com.google.cloud.bigtable.data.v2.models.RowAdapter
-
- getKeyType() - Method in class com.google.cloud.bigtable.common.Type.Map
-
- getKeyType() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Map
-
- getKmsKeyName() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Google Cloud Key Management Service (KMS) settings for a CMEK-protected Bigtable cluster.
- getKmsKeyVersion() - Method in class com.google.cloud.bigtable.admin.v2.models.EncryptionInfo
-
- getLabels() - Method in class com.google.cloud.bigtable.admin.v2.models.Instance
-
Gets the current labels associated with the instance.
- getLabels() - Method in class com.google.cloud.bigtable.data.v2.models.RowCell
-
The labels assigned to the cell
- getLatestPrepareResponse() - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement
-
Gets the most recent version of the PrepareResponse associated with this query.
- getLibraryMetadata() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
- getLibraryMetadata() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
- getList(int, SqlType.Array<ElemType>) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getList(String, SqlType.Array<ElemType>) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getLogicalView(LogicalViewName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a logical view.
- getLogicalView(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a logical view.
- getLogicalView(GetLogicalViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a logical view.
- getLogicalView(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getLogicalViewAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a logical view.
- getLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- getLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- getLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to getLogicalView.
- getLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to getLogicalView.
- getLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getLogicalView.
- getLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to getLogicalView.
- getLong(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getLong(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getMap(int, SqlType.Map<K, V>) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getMap(String, SqlType.Map<K, V>) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getMaterializedView(MaterializedViewName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a materialized view.
- getMaterializedView(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a materialized view.
- getMaterializedView(GetMaterializedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a materialized view.
- getMaterializedView(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getMaterializedViewAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- getMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Gets information about a materialized view.
- getMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- getMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- getMaterializedViewId() - Method in class com.google.cloud.bigtable.data.v2.models.MaterializedViewId
-
- getMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to getMaterializedView.
- getMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to getMaterializedView.
- getMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getMaterializedView.
- getMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to getMaterializedView.
- getMaxAge() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.DurationRule
-
Gets the configured maximum age
- getMaxNodes() - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
Get the maximum number of nodes to scale up to.
- getMaxVersions() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.VersionRule
-
Gets the configured maximum versions
- getMessage() - Method in class com.google.cloud.bigtable.common.Status
-
Gets error message.
- getMessage() - Method in exception com.google.cloud.bigtable.data.v2.models.MutateRowsException
-
- getMessageName() - Method in class com.google.cloud.bigtable.common.Type.Proto
-
- getMessageName() - Method in class com.google.cloud.bigtable.common.Type.SchemalessProto
-
- getMessageName() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Proto
-
- getMetadata() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.ResultSet
-
- getMetrics() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableClientContext
-
- getMetricsCredentials() - Static method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
- getMetricsEndpoint() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Get the Google Cloud Monitoring endpoint for publishing client side metrics.
- getMetricsEndpoint() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Gets the Google Cloud Monitoring endpoint for publishing client side metrics.
- getMetricsProvider() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Gets the MetricsProvider.
- getMetricsProvider() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
Gets the MetricsProvider
- getMetricsProvider() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Gets the MetricsProvider.
- getMetricsProvider() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- getMinNodes() - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
Get the minimum number of nodes to scale down to.
- getMode() - Method in class com.google.cloud.bigtable.admin.v2.models.ConsistencyRequest
-
- getNewPartitions() - Method in class com.google.cloud.bigtable.data.v2.models.CloseStream
-
- getNextQuery() - Method in class com.google.cloud.bigtable.data.v2.models.Query.QueryPaginator
-
Return the next query.
- getOffsetBytes() - Method in class com.google.cloud.bigtable.data.v2.models.KeyOffset
-
Approximate total storage space used by all rows in the table which precede
KeyOffset.getKey().
- getOperationName() - Method in class com.google.cloud.bigtable.admin.v2.models.OptimizeRestoredTableOperationToken
-
- getOperationsClient() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Returns the OperationsClient that can be used to query the status of a long-running operation
returned by another API method call.
- getOperationsClient() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Returns the OperationsClient that can be used to query the status of a long-running operation
returned by another API method call.
- getOperationsStub() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- getOperationsStub() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- getOperationsStub() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- getOperationsStub() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- getOptimizeRestoredTableOperationToken() - Method in class com.google.cloud.bigtable.admin.v2.models.RestoredTableResult
-
OptimizeRestoredTable operation may not be started when the table was restored from a backup
stored in HDD clusters.
- getPageSize() - Method in class com.google.cloud.bigtable.data.v2.models.Query.QueryPaginator
-
Get the page size of the current Pagniator.
- getParserForType() - Method in class com.google.cloud.bigtable.common.Type.Proto
-
- getParserForType() - Method in class com.google.cloud.bigtable.common.Type.SchemalessProto
-
- getParserForType() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Proto
-
- getPartition() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamContinuationToken
-
- getPeerInfo() - Method in class com.google.cloud.bigtable.data.v2.stub.MetadataExtractorInterceptor.SidebandData
-
- getPerOpSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- getPolicy() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile
-
Gets the routing policy for all read/write requests which use this app profile.
- getPrimedTableIds() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- getPrimedTableIds() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- getPrimingTableIds() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
- getPrimingTableIds() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
- getPriority() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile.StandardIsolationPolicy
-
- getProjectId() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Gets the project ID this client is associated with.
- getProjectId() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings.Builder
-
Gets the ID of the project whose instances the client will manage.
- getProjectId() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings
-
Gets the ID of the project whose instances the client will manage.
- getProjectId() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Gets the project ID of the instance whose tables this client manages.
- getProjectId() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings.Builder
-
Gets the project ID of the instance whose tables the client will manage.
- getProjectId() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings
-
Gets the project ID of instance whose tables the client will manage.
- getProjectId() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Gets the project id that was previously set on this Builder.
- getProjectId() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
Returns the target project id.
- getProjectId() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Gets the project id of the target instance that was previously set on this Builder.
- getProjectId() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns the project id of the target instance.
- getProtoEnum(int, Function<Integer, EnumType>) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
Returns the value of a non-NULL column with a protobuf enum type.
- getProtoEnum(String, Function<Integer, EnumType>) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
Returns the value of a non-NULL column with a protobuf enum type.
- getProtoMessage(int, MsgType) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
Returns the value of a non-NULL column with a protobuf message type.
- getProtoMessage(String, MsgType) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
Returns the value of a non-NULL column with a protobuf message type.
- getProtoSchema() - Method in class com.google.cloud.bigtable.admin.v2.models.SchemaBundle
-
Gets the proto schema of this schema bundle.
- getQualifier() - Method in class com.google.cloud.bigtable.data.v2.models.AddToCell
-
- getQualifier() - Method in class com.google.cloud.bigtable.data.v2.models.DeleteCells
-
Get the column qualifier of the current DeleteCells.
- getQualifier() - Method in class com.google.cloud.bigtable.data.v2.models.MergeToCell
-
- getQualifier() - Method in class com.google.cloud.bigtable.data.v2.models.RowCell
-
The cell's qualifier (column name)
- getQualifier() - Method in class com.google.cloud.bigtable.data.v2.models.SetCell
-
Get the column qualifier of the current SetCell.
- getQualifierPrefixes() - Method in class com.google.cloud.bigtable.admin.v2.models.FamilySubsets
-
Gets the list of column qualifier prefixes included in this authorized view.
- getQualifiers() - Method in class com.google.cloud.bigtable.admin.v2.models.FamilySubsets
-
Gets the list of column qualifiers included in this authorized view.
- getQuery() - Method in class com.google.cloud.bigtable.admin.v2.models.LogicalView
-
Gets the query of this logical view.
- getQuery() - Method in class com.google.cloud.bigtable.admin.v2.models.MaterializedView
-
Gets the query of this materialized view.
- getReplicationStatesByClusterId() - Method in class com.google.cloud.bigtable.admin.v2.models.Table
-
- getResumeRequest(ReadChangeStreamRequest) - Method in class com.google.cloud.bigtable.data.v2.stub.changestream.ReadChangeStreamResumptionStrategy
-
- getResumeRequest(ExecuteQueryCallContext) - Method in class com.google.cloud.bigtable.data.v2.stub.sql.ExecuteQueryResumptionStrategy
-
- getRowKey() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
Get the row key of the current mutation.
- getRowPrefixes() - Method in class com.google.cloud.bigtable.admin.v2.models.SubsetView
-
Gets the row prefixes to be included in this subset view.
- getRulesList() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.IntersectionRule
-
Gets the list of child rules
- getRulesList() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.UnionRule
-
Gets the list of child rules
- getSchemaBundle(SchemaBundleName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified schema bundle.
- getSchemaBundle(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified schema bundle.
- getSchemaBundle(GetSchemaBundleRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified schema bundle.
- getSchemaBundle(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getSchemaBundleAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified schema bundle.
- getSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- getSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- getSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to getSchemaBundle.
- getSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to getSchemaBundle.
- getSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getSchemaBundle.
- getSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to getSchemaBundle.
- getServeNodes() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Get the number of nodes allocated to this cluster.
- getServiceName() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the default service name.
- getServiceName() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the default service name.
- getServiceName() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- getSessionShim() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableClientContext
-
- getSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
- getSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
- getSidebandData() - Method in class com.google.cloud.bigtable.data.v2.stub.MetadataExtractorInterceptor
-
- getSizeBytes() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the size of this backup.
- getSnapshot(SnapshotName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified snapshot.
- getSnapshot(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified snapshot.
- getSnapshot(GetSnapshotRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified snapshot.
- getSnapshotCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified snapshot.
- getSnapshotCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- getSnapshotCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- getSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to getSnapshot.
- getSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to getSnapshot.
- getSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getSnapshot.
- getSnapshotSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to getSnapshot.
- getSourceBackupId() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the source backup ID from which the backup is copied.
- getSourceClusterId() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
Get the source cluster id of the current mutation.
- getSourceTableId() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the source table ID from which the backup is created.
- getStart() - Method in class com.google.cloud.bigtable.data.v2.models.Range
-
Gets the current start value.
- getStartBound() - Method in class com.google.cloud.bigtable.data.v2.models.Range
-
- getStartTime() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the start time when this backup is taken.
- getState() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the state of this backup.
- getState() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Gets the current state of the cluster
- getState() - Method in class com.google.cloud.bigtable.admin.v2.models.Instance
-
The current state of the instance.
- getStatus() - Method in class com.google.cloud.bigtable.admin.v2.models.EncryptionInfo
-
- getStatus() - Method in class com.google.cloud.bigtable.data.v2.models.CloseStream
-
- getStorageType() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
The type of storage used by this cluster to serve its parent instance's tables, unless
explicitly overridden.
- getStorageUtilizationGibPerNode() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Get the storage utilization that the Autoscaler should be trying to achieve.
- getStorageUtilizationGibPerNode() - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
Get the storage utilization that the Autoscaler should be trying to achieve.
- getString(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getString(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getStruct(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getStruct(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getStub() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
- getStub() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
- getStubSettings() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings
-
Gets the underlying RPC settings.
- getStubSettings() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings
-
Gets the underlying RPC settings.
- getStubSettings() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
Returns the underlying RPC settings.
- getStubSettingsBuilder() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
- getStubSettingsBuilder() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
- getTable(TableName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified table.
- getTable(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified table.
- getTable(GetTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified table.
- getTable(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getTable() - Method in class com.google.cloud.bigtable.admin.v2.models.RestoredTableResult
-
- getTableAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- getTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Gets metadata information about the specified table.
- getTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- getTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- getTableId() - Method in class com.google.cloud.bigtable.admin.v2.models.AuthorizedView
-
Gets the id of the table that owns this authorized view.
- getTableId() - Method in class com.google.cloud.bigtable.admin.v2.models.ConsistencyRequest
-
- getTableId() - Method in class com.google.cloud.bigtable.admin.v2.models.SchemaBundle
-
Gets the id of the table that owns this schema bundle.
- getTableId() - Method in class com.google.cloud.bigtable.data.v2.models.AuthorizedViewId
-
- getTableId() - Method in class com.google.cloud.bigtable.data.v2.models.TableId
-
- getTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to getTable.
- getTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to getTable.
- getTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to getTable.
- getTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to getTable.
- getTags() - Method in class com.google.cloud.bigtable.admin.v2.models.Instance
-
Gets the instance's tags.
- getTargetId() - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
- getTargetId() - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- getTargetRpcLatencyMs() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings.Builder
-
Gets target rpc latency if latency based throttling is enabled.
- getTargetRpcLatencyMs() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings
-
Gets target rpc latency if latency based throttling is enabled.
- getTargetRpcLatencyMsForBatchMutation() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
- getTieBreaker() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
Get the tie breaker of the current mutation.
- getTimestamp() - Method in class com.google.cloud.bigtable.data.v2.models.AddToCell
-
- getTimestamp() - Method in class com.google.cloud.bigtable.data.v2.models.MergeToCell
-
- getTimestamp() - Method in class com.google.cloud.bigtable.data.v2.models.RowCell
-
The timestamp of the cell
- getTimestamp() - Method in class com.google.cloud.bigtable.data.v2.models.SetCell
-
Get the timestamp of the current SetCell.
- getTimestamp(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getTimestamp(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.StructReader
-
- getTimestampRange() - Method in class com.google.cloud.bigtable.data.v2.models.DeleteCells
-
Get the timestamp range of the current DeleteCells.
- getToken() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamContinuationToken
-
- getToken() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
Get the token of the current mutation, which can be used to resume the changestream.
- getTokenFromChangeStreamMutation(ChangeStreamRecordT) - Method in interface com.google.cloud.bigtable.data.v2.models.ChangeStreamRecordAdapter
-
Get the token from the given ChangeStreamMutation record.
- getTokenFromChangeStreamMutation(ChangeStreamRecord) - Method in class com.google.cloud.bigtable.data.v2.models.DefaultChangeStreamRecordAdapter
-
Get the token from the given ChangeStreamMutation record.
- getTokenFromHeartbeat(ChangeStreamRecordT) - Method in interface com.google.cloud.bigtable.data.v2.models.ChangeStreamRecordAdapter
-
Get the token from the given Heartbeat record.
- getTokenFromHeartbeat(ChangeStreamRecord) - Method in class com.google.cloud.bigtable.data.v2.models.DefaultChangeStreamRecordAdapter
-
Get the token from the given Heartbeat record.
- getTokenProto() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamContinuationToken
-
- getType() - Method in class com.google.cloud.bigtable.admin.v2.models.EncryptionInfo
-
- getType() - Method in class com.google.cloud.bigtable.admin.v2.models.Instance
-
Gets the instance's current type.
- getType(int) - Method in class com.google.cloud.bigtable.common.Type.SchemalessStruct
-
- getType(String) - Method in class com.google.cloud.bigtable.common.Type.SchemalessStruct
-
- getType(int) - Method in class com.google.cloud.bigtable.common.Type.StructWithSchema
-
- getType(String) - Method in class com.google.cloud.bigtable.common.Type.StructWithSchema
-
- getType() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
Get the type of the current mutation.
- getType(int) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Struct
-
- getType(String) - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Struct
-
- getUnavailableZones() - Method in exception com.google.cloud.bigtable.admin.v2.models.PartialListClustersException
-
A list of zones, whose unavailability caused this error.
- getUnavailableZones() - Method in exception com.google.cloud.bigtable.admin.v2.models.PartialListInstancesException
-
A list of zones, whose unavailability caused this error.
- getUnqualifiedName(String) - Static method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
-
Extracts the unqualified name from a fully qualified proto message or enum name.
- getValue() - Method in class com.google.cloud.bigtable.data.v2.models.RowCell
-
The value of the cell
- getValue() - Method in class com.google.cloud.bigtable.data.v2.models.SetCell
-
Get the value of the current SetCell.
- getValue() - Method in class com.google.cloud.bigtable.data.v2.models.Value.IntValue
-
- getValue() - Method in class com.google.cloud.bigtable.data.v2.models.Value.RawTimestamp
-
- getValue() - Method in class com.google.cloud.bigtable.data.v2.models.Value.RawValue
-
- getValueType() - Method in class com.google.cloud.bigtable.admin.v2.models.ColumnFamily
-
- getValueType() - Method in class com.google.cloud.bigtable.common.Type.Map
-
- getValueType() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Map
-
- getValueType() - Method in class com.google.cloud.bigtable.data.v2.models.Value
-
- getValueType() - Method in class com.google.cloud.bigtable.data.v2.models.Value.IntValue
-
- getValueType() - Method in class com.google.cloud.bigtable.data.v2.models.Value.RawTimestamp
-
- getValueType() - Method in class com.google.cloud.bigtable.data.v2.models.Value.RawValue
-
- getZone() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Get the zone where this cluster is located.
- GrpcBigtableInstanceAdminCallableFactory - Class in com.google.cloud.bigtable.admin.v2.stub
-
gRPC callable factory implementation for the BigtableInstanceAdmin service API.
- GrpcBigtableInstanceAdminCallableFactory() - Constructor for class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminCallableFactory
-
- GrpcBigtableInstanceAdminStub - Class in com.google.cloud.bigtable.admin.v2.stub
-
gRPC stub implementation for the BigtableInstanceAdmin service API.
- GrpcBigtableInstanceAdminStub(BigtableInstanceAdminStubSettings, ClientContext) - Constructor for class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
Constructs an instance of GrpcBigtableInstanceAdminStub, using the given settings.
- GrpcBigtableInstanceAdminStub(BigtableInstanceAdminStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
Constructs an instance of GrpcBigtableInstanceAdminStub, using the given settings.
- GrpcBigtableTableAdminCallableFactory - Class in com.google.cloud.bigtable.admin.v2.stub
-
gRPC callable factory implementation for the BigtableTableAdmin service API.
- GrpcBigtableTableAdminCallableFactory() - Constructor for class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminCallableFactory
-
- GrpcBigtableTableAdminStub - Class in com.google.cloud.bigtable.admin.v2.stub
-
gRPC stub implementation for the BigtableTableAdmin service API.
- GrpcBigtableTableAdminStub(BigtableTableAdminStubSettings, ClientContext) - Constructor for class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
Constructs an instance of GrpcBigtableTableAdminStub, using the given settings.
- GrpcBigtableTableAdminStub(BigtableTableAdminStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
Constructs an instance of GrpcBigtableTableAdminStub, using the given settings.
- label(String) - Method in class com.google.cloud.bigtable.data.v2.models.Filters
-
Applies the given label to all cells in the output row.
- limit() - Method in class com.google.cloud.bigtable.data.v2.models.Filters
-
Returns the builder for limit related filters.
- limit(long) - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Limits the number of rows that can be returned
- listAppProfiles(InstanceName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about app profiles in an instance.
- listAppProfiles(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about app profiles in an instance.
- listAppProfiles(ListAppProfilesRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about app profiles in an instance.
- listAppProfiles(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- listAppProfilesAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- listAppProfilesCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about app profiles in an instance.
- listAppProfilesCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- listAppProfilesCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- listAppProfilesPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about app profiles in an instance.
- listAppProfilesPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- listAppProfilesPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- listAppProfilesSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to listAppProfiles.
- listAppProfilesSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to listAppProfiles.
- listAppProfilesSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listAppProfiles.
- listAppProfilesSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to listAppProfiles.
- listAuthorizedViews(TableName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all AuthorizedViews from a specific table.
- listAuthorizedViews(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all AuthorizedViews from a specific table.
- listAuthorizedViews(ListAuthorizedViewsRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all AuthorizedViews from a specific table.
- listAuthorizedViews(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- listAuthorizedViewsAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- listAuthorizedViewsCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all AuthorizedViews from a specific table.
- listAuthorizedViewsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- listAuthorizedViewsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- listAuthorizedViewsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all AuthorizedViews from a specific table.
- listAuthorizedViewsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- listAuthorizedViewsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- listAuthorizedViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to listAuthorizedViews.
- listAuthorizedViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to listAuthorizedViews.
- listAuthorizedViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listAuthorizedViews.
- listAuthorizedViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to listAuthorizedViews.
- listBackups(ClusterName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists Cloud Bigtable backups.
- listBackups(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists Cloud Bigtable backups.
- listBackups(ListBackupsRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists Cloud Bigtable backups.
- listBackups(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- listBackupsAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- listBackupsCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists Cloud Bigtable backups.
- listBackupsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- listBackupsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- listBackupsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists Cloud Bigtable backups.
- listBackupsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- listBackupsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- listBackupsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to listBackups.
- listBackupsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to listBackups.
- listBackupsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listBackups.
- listBackupsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to listBackups.
- listClusters(InstanceName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about clusters in an instance.
- listClusters(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about clusters in an instance.
- listClusters(ListClustersRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about clusters in an instance.
- listClusters(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- listClustersAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- listClustersCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about clusters in an instance.
- listClustersCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- listClustersCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- listClustersSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to listClusters.
- listClustersSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to listClusters.
- listClustersSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listClusters.
- listClustersSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to listClusters.
- listHotTablets(ClusterName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists hot tablets in a cluster, within the time range provided.
- listHotTablets(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists hot tablets in a cluster, within the time range provided.
- listHotTablets(ListHotTabletsRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists hot tablets in a cluster, within the time range provided.
- listHotTabletsCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists hot tablets in a cluster, within the time range provided.
- listHotTabletsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- listHotTabletsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- listHotTabletsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists hot tablets in a cluster, within the time range provided.
- listHotTabletsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- listHotTabletsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- listHotTabletsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to listHotTablets.
- listHotTabletsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to listHotTablets.
- listHotTabletsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listHotTablets.
- listHotTabletsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to listHotTablets.
- listInstances(ProjectName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about instances in a project.
- listInstances(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about instances in a project.
- listInstances(ListInstancesRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about instances in a project.
- listInstances() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- listInstancesAsync() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- listInstancesCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about instances in a project.
- listInstancesCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- listInstancesCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- listInstancesSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to listInstances.
- listInstancesSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to listInstances.
- listInstancesSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listInstances.
- listInstancesSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to listInstances.
- listLogicalViews(InstanceName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about logical views in an instance.
- listLogicalViews(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about logical views in an instance.
- listLogicalViews(ListLogicalViewsRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about logical views in an instance.
- listLogicalViews(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- listLogicalViewsAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- listLogicalViewsCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about logical views in an instance.
- listLogicalViewsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- listLogicalViewsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- listLogicalViewsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about logical views in an instance.
- listLogicalViewsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- listLogicalViewsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- listLogicalViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to listLogicalViews.
- listLogicalViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to listLogicalViews.
- listLogicalViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listLogicalViews.
- listLogicalViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to listLogicalViews.
- listMaterializedViews(InstanceName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about materialized views in an instance.
- listMaterializedViews(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about materialized views in an instance.
- listMaterializedViews(ListMaterializedViewsRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about materialized views in an instance.
- listMaterializedViews(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- listMaterializedViewsAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- listMaterializedViewsCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about materialized views in an instance.
- listMaterializedViewsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- listMaterializedViewsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- listMaterializedViewsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Lists information about materialized views in an instance.
- listMaterializedViewsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- listMaterializedViewsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- listMaterializedViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to listMaterializedViews.
- listMaterializedViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to listMaterializedViews.
- listMaterializedViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listMaterializedViews.
- listMaterializedViewsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to listMaterializedViews.
- listSchemaBundles(TableName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all schema bundles associated with the specified table.
- listSchemaBundles(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all schema bundles associated with the specified table.
- listSchemaBundles(ListSchemaBundlesRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all schema bundles associated with the specified table.
- listSchemaBundles(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- listSchemaBundlesAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- listSchemaBundlesCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all schema bundles associated with the specified table.
- listSchemaBundlesCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- listSchemaBundlesCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- listSchemaBundlesPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all schema bundles associated with the specified table.
- listSchemaBundlesPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- listSchemaBundlesPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- listSchemaBundlesSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to listSchemaBundles.
- listSchemaBundlesSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to listSchemaBundles.
- listSchemaBundlesSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listSchemaBundles.
- listSchemaBundlesSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to listSchemaBundles.
- listSnapshots(ClusterName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all snapshots associated with the specified cluster.
- listSnapshots(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all snapshots associated with the specified cluster.
- listSnapshots(ListSnapshotsRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all snapshots associated with the specified cluster.
- listSnapshotsCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all snapshots associated with the specified cluster.
- listSnapshotsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- listSnapshotsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- listSnapshotsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all snapshots associated with the specified cluster.
- listSnapshotsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- listSnapshotsPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- listSnapshotsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to listSnapshots.
- listSnapshotsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to listSnapshots.
- listSnapshotsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listSnapshots.
- listSnapshotsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to listSnapshots.
- listTables(InstanceName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all tables served from a specified instance.
- listTables(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all tables served from a specified instance.
- listTables(ListTablesRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all tables served from a specified instance.
- listTables() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- listTablesAsync() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- listTablesCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all tables served from a specified instance.
- listTablesCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- listTablesCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- listTablesPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Lists all tables served from a specified instance.
- listTablesPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- listTablesPagedCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- listTablesSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to listTables.
- listTablesSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to listTables.
- listTablesSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to listTables.
- listTablesSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to listTables.
- LogicalView - Class in com.google.cloud.bigtable.admin.v2.models
-
A class that wraps the
LogicalView protocol buffer object.
- SafeResponseObserver<ResponseT> - Class in com.google.cloud.bigtable.data.v2.stub
-
Base implementation of ResponseObserver that checks the state and catches all the
throwables.
- SafeResponseObserver(ResponseObserver) - Constructor for class com.google.cloud.bigtable.data.v2.stub.SafeResponseObserver
-
- sample(double) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.KeyFilter
-
Matches all cells from a row with `probability`, and matches no cells from the row with
probability 1-`probability`.
- sampleRowKeys(String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
- sampleRowKeys(TargetId) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method to synchronously return a sample of row keys on the specified
TargetId.
- sampleRowKeysAsync(String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
- sampleRowKeysAsync(TargetId) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method to asynchronously return a sample of row keys on the specified
TargetId.
- sampleRowKeysCallable() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
- sampleRowKeysCallableWithRequest() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Returns a sample of row keys in the table.
- SampleRowKeysRequest - Class in com.google.cloud.bigtable.data.v2.models
-
- sampleRowKeysSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Returns the builder for the settings used for calls to SampleRowKeysSettings.
- sampleRowKeysSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns the object with the settings used for calls to SampleRowKeys.
- SchemaBundle - Class in com.google.cloud.bigtable.admin.v2.models
-
- schemaBundleId() - Method in class com.google.cloud.bigtable.common.Type.SchemalessEnum
-
- schemaBundleId() - Method in class com.google.cloud.bigtable.common.Type.SchemalessProto
-
- SchemalessEnum() - Constructor for class com.google.cloud.bigtable.common.Type.SchemalessEnum
-
- SchemalessProto() - Constructor for class com.google.cloud.bigtable.common.Type.SchemalessProto
-
- SchemalessStruct() - Constructor for class com.google.cloud.bigtable.common.Type.SchemalessStruct
-
- scopedForAuthorizedView() - Method in class com.google.cloud.bigtable.data.v2.models.AuthorizedViewId
-
- scopedForAuthorizedView() - Method in class com.google.cloud.bigtable.data.v2.models.MaterializedViewId
-
- scopedForAuthorizedView() - Method in class com.google.cloud.bigtable.data.v2.models.TableId
-
- scopedForAuthorizedView() - Method in interface com.google.cloud.bigtable.data.v2.models.TargetId
-
Returns true if this TargetId object represents id for an authorized view (rather than a
table/materialized view).
- scopedForMaterializedView() - Method in class com.google.cloud.bigtable.data.v2.models.AuthorizedViewId
-
- scopedForMaterializedView() - Method in class com.google.cloud.bigtable.data.v2.models.MaterializedViewId
-
- scopedForMaterializedView() - Method in class com.google.cloud.bigtable.data.v2.models.TableId
-
- scopedForMaterializedView() - Method in interface com.google.cloud.bigtable.data.v2.models.TargetId
-
Returns true if this TargetId object represents id for an materialized view (rather than a
table/authorized view).
- sendPrimeRequestsAsync(Channel) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableChannelPrimer
-
- sendPrimeRequestsAsync(Channel) - Method in class com.google.cloud.bigtable.data.v2.stub.NoOpChannelPrimer
-
- serializeToByteString(Range.ByteStringRange) - Static method in class com.google.cloud.bigtable.data.v2.models.Range.ByteStringRange
-
- setAllLabels(Map<String, String>) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateInstanceRequest
-
Replaces the labels associated with the instance.
- setAppProfileId(String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Sets the AppProfile to use.
- setAppProfileId(String) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Sets the AppProfile to use.
- setAuthorizedViewIamPolicy(String, String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- setAuthorizedViewIamPolicyAsync(String, String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- setAuthorizedViewType(AuthorizedView.AuthorizedViewType) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateAuthorizedViewRequest
-
Sets the implementation for this authorized view.
- setAuthorizedViewType(AuthorizedView.AuthorizedViewType) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateAuthorizedViewRequest
-
Updates the implementation for this authorized view.
- setAutomatedBackup(Duration, Duration) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateTableRequest
-
Set an automated backup policy for the table.
- setAutomatedBackup(Duration, Duration) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateTableRequest
-
Set an automated backup policy for the table.
- setAutomatedBackupFrequency(Duration) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateTableRequest
-
Updates table automated backup policy frequency.
- setAutomatedBackupRetentionPeriod(Duration) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateTableRequest
-
Updates table automated backup policy retention period.
- setBackupIamPolicy(String, String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- setBackupIamPolicyAsync(String, String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- setBackupType(Backup.BackupType) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateBackupRequest
-
- setBatchingSettings(BatchingSettings) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings.Builder
-
Sets the batching settings with various thresholds.
- setBatchingSettings(BatchingSettings) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBulkReadRowsCallSettings.Builder
-
Sets the batching settings with various thresholds.
- setBooleanParam(String, Boolean) - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement.Builder
-
Sets a query parameter with the name paramName and the BOOL typed value value
- setBulkMutationFlowControl(boolean) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
- setBytesParam(String, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement.Builder
-
Sets a query parameter with the name paramName and the Bytes typed value value
- setCell(String, String, String) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- setCell(String, String, long, String) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- setCell(String, ByteString, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- setCell(String, ByteString, long, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- setCell(String, String, long) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- setCell(String, String, long, long) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- setCell(String, ByteString, long) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- setCell(String, ByteString, long, long) - Method in class com.google.cloud.bigtable.data.v2.models.Mutation
-
- setCell(String, String, String) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, String, long, String) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, ByteString, ByteString) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, ByteString, long, ByteString) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, String, long) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, String, long, long) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, ByteString, long) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, ByteString, long, long) - Method in interface com.google.cloud.bigtable.data.v2.models.MutationApi
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, String, String) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- setCell(String, String, long, String) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- setCell(String, ByteString, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- setCell(String, ByteString, long, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- setCell(String, String, long) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- setCell(String, String, long, long) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- setCell(String, ByteString, long) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- setCell(String, ByteString, long, long) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- setCell(String, String, String) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, String, long, String) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, ByteString, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, ByteString, long, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
Adds a mutation which sets the value of the specified cell.
- setCell(String, String, long) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
- setCell(String, String, long, long) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
- setCell(String, ByteString, long) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
- setCell(String, ByteString, long, long) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
- SetCell - Class in com.google.cloud.bigtable.data.v2.models
-
Representation of a SetCell mod in a data change, whose value is concatenated by
ChangeStreamRecordMerger in case of SetCell value chunking.
- SetCell() - Constructor for class com.google.cloud.bigtable.data.v2.models.SetCell
-
- setCpuUtilizationTargetPercent(int) - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
Set the CPU utilization that the Autoscaler should be trying to achieve.
- setCredentialsProvider(CredentialsProvider) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings.Builder
-
Sets the CredentialsProvider to use for getting the credentials to make calls with.
- setCredentialsProvider(CredentialsProvider) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings.Builder
-
Sets the credentials provider to use for getting the credentials to make calls with.
- setCredentialsProvider(CredentialsProvider) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Sets the CredentialsProvider to use for getting the credentials to make calls with.
- setDateParam(String, Date) - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement.Builder
-
Sets a query parameter with the name paramName and the DATE typed value value
- setDefaultAppProfileId() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Resets the AppProfile id to the default for the instance.
- setDefaultAppProfileId() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Resets the AppProfile id to the default for the instance.
- setDeletionProtection(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateAuthorizedViewRequest
-
Configures if the authorized view is deletion protected.
- setDeletionProtection(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateLogicalViewRequest
-
Configures if the logical view is deletion protected.
- setDeletionProtection(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateMaterializedViewRequest
-
Configures if the materialized view is deletion protected.
- setDeletionProtection(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateTableRequest
-
Configures if the table is deletion protected.
- setDeletionProtection(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateAuthorizedViewRequest
-
Changes the deletion protection of an existing authorized view.
- setDeletionProtection(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateLogicalViewRequest
-
Changes the deletion protection of an existing logical view.
- setDeletionProtection(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateMaterializedViewRequest
-
Changes the deletion protection of an existing materialized view.
- setDeletionProtection(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateTableRequest
-
Changes the deletion protection of an existing table.
- setDescription(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateAppProfileRequest
-
Sets the optional long form description of the use case for the AppProfile.
- setDescription(String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateAppProfileRequest
-
Sets the optional long form description of the use case for the AppProfile.
- setDestination(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.CopyBackupRequest
-
- setDirectPathConfig(EnhancedBigtableStubSettings.DirectPathConfig) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- setDisplayName(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateInstanceRequest
-
Sets the friendly display name of the instance.
- setDisplayName(String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateInstanceRequest
-
Changes the display name of the instance.
- setDoubleParam(String, Double) - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement.Builder
-
Sets a query parameter with the name paramName and the FLOAT64 typed value value
- setEnableRetryInfo(boolean) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- setEnableRoutingCookie(boolean) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- setExpireTime(Instant) - Method in class com.google.cloud.bigtable.admin.v2.models.CopyBackupRequest
-
- setExpireTime(Instant) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateBackupRequest
-
- setExpireTime(Instant) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateBackupRequest
-
- setFamilySubsets(String, FamilySubsets) - Method in class com.google.cloud.bigtable.admin.v2.models.SubsetView
-
Adds a new familyId with its familySubsets to the subset view.
- setFloatParam(String, Float) - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement.Builder
-
Sets a query parameter with the name paramName and the FLOAT32 typed value value
- setHotToStandardTime(Instant) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateBackupRequest
-
- setHotToStandardTime(Instant) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateBackupRequest
-
- setIamPolicy(ResourceName, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Sets the access control policy on an instance resource.
- setIamPolicy(String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Sets the access control policy on an instance resource.
- setIamPolicy(SetIamPolicyRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Sets the access control policy on an instance resource.
- setIamPolicy(ResourceName, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Sets the access control policy on a Bigtable resource.
- setIamPolicy(String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Sets the access control policy on a Bigtable resource.
- setIamPolicy(SetIamPolicyRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Sets the access control policy on a Bigtable resource.
- setIamPolicy(String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- setIamPolicy(String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- setIamPolicyAsync(String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- setIamPolicyAsync(String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- setIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Sets the access control policy on an instance resource.
- setIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Sets the access control policy on a Bigtable resource.
- setIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- setIamPolicyCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- setIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setIgnoreWarnings(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateAppProfileRequest
-
Configures if safety warnings should be disabled.
- setIgnoreWarnings(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateAppProfileRequest
-
Configures if safety warnings should be disabled.
- setIgnoreWarnings(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateAuthorizedViewRequest
-
Configures if safety warnings should be disabled.
- setIgnoreWarnings(boolean) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateSchemaBundleRequest
-
Configures if safety warnings should be disabled.
- setInstanceId(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings.Builder
-
Sets the instance ID of the instance whose tables the client will manage.
- setInstanceId(String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Sets the target instance.
- setInstanceId(String) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Sets the target instance id.
- setIsolationPolicy(AppProfile.IsolationPolicy) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateAppProfileRequest
-
Sets the isolation policy for all read/write requests that use this app profile.
- setIsolationPolicy(AppProfile.IsolationPolicy) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateAppProfileRequest
-
Sets the isolation policy for all read/write requests that use this app profile.
- setJwtAudience(String) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Set the jwt audience override.
- setJwtAudienceMapping(Map<String, String>) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- setKmsKeyName(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateClusterRequest
-
Sets the Google Cloud Key Management Service (KMS) key for a CMEK-protected Bigtable.
- setListParam(String, List<T>, SqlType.Array<T>) - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement.Builder
-
Sets a query parameter with the name paramName and the ARRAY typed value value.
- setLongParam(String, Long) - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement.Builder
-
Sets a query parameter with the name paramName and the INT64 typed value value
- setMaxNodes(int) - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
Set the maximum number of nodes to scale up to.
- setMetricsEndpoint(String) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Built-in client side metrics are published through Google Cloud Monitoring endpoint.
- setMetricsProvider(MetricsProvider) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Sets the MetricsProvider.
- setMetricsProvider(MetricsProvider) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Sets the MetricsProvider.
- setMinNodes(int) - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
Set the minimum number of nodes to scale down to.
- setPrimedTableIds(String...) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- setPrimingTableIds(String...) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
- setProductionType() - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateInstanceRequest
-
Upgrades the instance from a DEVELOPMENT instance to a PRODUCTION instance.
- setProjectId(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings.Builder
-
Sets the ID of the project whose instances the client will manage.
- setProjectId(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings.Builder
-
Sets the project ID of the instance whose tables the client will manage.
- setProjectId(String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Sets the target project.
- setProjectId(String) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Sets the project id of that target instance.
- setProtoSchema(ByteString) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateSchemaBundleRequest
-
Sets the proto schema for this schema bundle.
- setProtoSchema(ByteString) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateSchemaBundleRequest
-
Sets the proto schema for this schema bundle.
- setProtoSchemaFile(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateSchemaBundleRequest
-
Sets the proto schema for this schema bundle.
- setProtoSchemaFile(String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateSchemaBundleRequest
-
Sets the proto schema for this schema bundle.
- setQuery(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateLogicalViewRequest
-
Sets the query of the LogicalView.
- setQuery(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateMaterializedViewRequest
-
Sets the query of the MaterializedView.
- setQuery(String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateLogicalViewRequest
-
Changes the query of an existing logical view.
- setRefreshingChannel(boolean) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
- setRefreshingChannel(boolean) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- setRetryableCodes(StatusCode.Code...) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings.Builder
-
Sets the rpc failure code, for which retries should be performed.
- setRetryableCodes(Set<StatusCode.Code>) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings.Builder
-
Sets the rpc failure code, for which retries should be performed.
- setRetryableCodes(StatusCode.Code...) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBulkReadRowsCallSettings.Builder
-
Sets the rpc failure code, for which retries should be performed.
- setRetryableCodes(Set<StatusCode.Code>) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBulkReadRowsCallSettings.Builder
-
Sets the rpc failure code, for which retries should be performed.
- setRetrySettings(RetrySettings) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings.Builder
-
Sets the RetrySettings values for each retry attempts.
- setRetrySettings(RetrySettings) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBulkReadRowsCallSettings.Builder
-
Sets the RetrySettings values for each retry attempts.
- setRoutingPolicy(AppProfile.RoutingPolicy) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateAppProfileRequest
-
Sets the routing policy for all read/write requests that use this app profile.
- setRoutingPolicy(AppProfile.RoutingPolicy) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateAppProfileRequest
-
Sets the routing policy for all read/write requests that use this app profile.
- setScalingMode(StaticClusterSize) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateClusterRequest
-
Sets the scaling node to manual and sets the number of nodes allocated to this cluster.
- setScalingMode(ClusterAutoscalingConfig) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateClusterRequest
-
Sets the scaling mode to autoscaling by accepting an AutoscalingConfig where min nodes, max
nodes, CPU utilization percent target, and storage utilization gib per node are set.
- setServeNodes(int) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateClusterRequest
-
- setServerInitiatedFlowControl(boolean) - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings.Builder
-
Configure flow control based on the current load of the Bigtable server.
- setSessionsEnabled(boolean) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
- setSourceInstance(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CopyBackupRequest
-
- setSourceInstance(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.CopyBackupRequest
-
- setSourceTableId(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateBackupRequest
-
- setStorageType(StorageType) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateClusterRequest
-
Sets the type of storage used by this cluster to serve its parent instance's tables.
- setStorageUtilizationGibPerNode(int) - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
- setStringParam(String, String) - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement.Builder
-
Sets a query parameter with the name paramName and the String typed value value
- setTableId(String) - Method in class com.google.cloud.bigtable.admin.v2.models.RestoreTableRequest
-
- setTimestampParam(String, Instant) - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement.Builder
-
Sets a query parameter with the name paramName and the TIMESTAMP typed value value
- setType(Instance.Type) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateInstanceRequest
-
Sets the type of instance.
- setZone(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateClusterRequest
-
Sets the zone where the new cluster will be located.
- shard(List<KeyOffset>) - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Split this query into multiple queries that can be evenly distributed across Bigtable nodes and
be run in parallel.
- shard(SortedSet<ByteString>) - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Split this query into multiple queries that logically combine into this query.
- shutdown() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
- shutdown() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
- shutdown() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- shutdown() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- shutdownNow() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
- shutdownNow() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
- shutdownNow() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- shutdownNow() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- SidebandData() - Constructor for class com.google.cloud.bigtable.data.v2.stub.MetadataExtractorInterceptor.SidebandData
-
- sink() - Method in class com.google.cloud.bigtable.data.v2.models.Filters
-
Outputs all cells directly to the output of the read rather than to any parent filter.
- skipLargeRowsCallable() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Streams back the results of the read query & omits large rows.
- skipLargeRowsCallable(RowAdapter<RowT>) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
This is an internal API, it is subject to breaking changes and should not be relied on by user
code
Streams back the results of the query skipping the large-rows.
- snapshotTableAsync(TableName, ClusterName, String, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new snapshot in the specified cluster from the specified source table.
- snapshotTableAsync(TableName, String, String, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new snapshot in the specified cluster from the specified source table.
- snapshotTableAsync(String, ClusterName, String, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new snapshot in the specified cluster from the specified source table.
- snapshotTableAsync(String, String, String, String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new snapshot in the specified cluster from the specified source table.
- snapshotTableAsync(SnapshotTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new snapshot in the specified cluster from the specified source table.
- snapshotTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new snapshot in the specified cluster from the specified source table.
- snapshotTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- snapshotTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- snapshotTableOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Creates a new snapshot in the specified cluster from the specified source table.
- snapshotTableOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- snapshotTableOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- snapshotTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to snapshotTable.
- snapshotTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to snapshotTable.
- snapshotTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to snapshotTable.
- snapshotTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to snapshotTable.
- snapshotTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to snapshotTable.
- snapshotTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to snapshotTable.
- snapshotTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to snapshotTable.
- snapshotTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to snapshotTable.
- SqlRowMerger - Class in com.google.cloud.bigtable.data.v2.stub.sql
-
Used to transform a stream of ExecuteQueryResponse objects into rows.
- SqlRowMerger(Supplier<ResultSetMetadata>) - Constructor for class com.google.cloud.bigtable.data.v2.stub.sql.SqlRowMerger
-
- SqlRowMergingCallable - Class in com.google.cloud.bigtable.data.v2.stub.sql
-
- SqlRowMergingCallable(ServerStreamingCallable<ExecuteQueryCallContext, ExecuteQueryResponse>) - Constructor for class com.google.cloud.bigtable.data.v2.stub.sql.SqlRowMergingCallable
-
- SqlServerStream - Interface in com.google.cloud.bigtable.data.v2.stub.sql
-
Wrapper for results of an ExecuteQuery call that includes both the stream of rows and a future to
access
ResultSetMetadata.
- SqlServerStreamImpl - Class in com.google.cloud.bigtable.data.v2.stub.sql
-
Implementation of
SqlServerStream using AutoValue
This is considered an internal implementation detail and should not be used by applications.
- SqlServerStreamImpl() - Constructor for class com.google.cloud.bigtable.data.v2.stub.sql.SqlServerStreamImpl
-
- SqlType<T> - Interface in com.google.cloud.bigtable.data.v2.models.sql
-
Represents a data type in a SQL query.
- SqlType.Array<Elem> - Interface in com.google.cloud.bigtable.data.v2.models.sql
-
Represents an array type in SQL.
- SqlType.Code - Enum in com.google.cloud.bigtable.data.v2.models.sql
-
- SqlType.Enum<T extends com.google.protobuf.ProtocolMessageEnum> - Interface in com.google.cloud.bigtable.data.v2.models.sql
-
Represents a protobuf enum type in SQL.
- SqlType.Map<K,V> - Interface in com.google.cloud.bigtable.data.v2.models.sql
-
Represents a map type in SQL.
- SqlType.Proto<T extends com.google.protobuf.AbstractMessage> - Interface in com.google.cloud.bigtable.data.v2.models.sql
-
Represents a protobuf message type in SQL.
- SqlType.Struct - Interface in com.google.cloud.bigtable.data.v2.models.sql
-
Represents a struct type in SQL.
- SqlType.Struct.Field - Interface in com.google.cloud.bigtable.data.v2.models.sql
-
Represents a field in a struct
- startCell(String, ByteString, long) - Method in interface com.google.cloud.bigtable.data.v2.models.ChangeStreamRecordAdapter.ChangeStreamRecordBuilder
-
Called to start a SetCell.
- startCell(String, ByteString, long, List<String>, long) - Method in class com.google.cloud.bigtable.data.v2.models.DefaultRowAdapter.DefaultRowBuilder
-
Called to start a new cell in a row.
- startCell(String, ByteString, long, List<String>, long) - Method in interface com.google.cloud.bigtable.data.v2.models.RowAdapter.RowBuilder
-
Called to start a new cell in a row.
- startClosed(T) - Method in class com.google.cloud.bigtable.data.v2.models.Range
-
Creates a new
Range with the specified inclusive start and the current end.
- startGcMutation(ByteString, Instant, int) - Method in interface com.google.cloud.bigtable.data.v2.models.ChangeStreamRecordAdapter.ChangeStreamRecordBuilder
-
Called to start a new Garbage Collection ChangeStreamMutation.
- startOpen(T) - Method in class com.google.cloud.bigtable.data.v2.models.Range
-
Creates a new
Range with the specified exclusive start and the current end.
- startRow(ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.DefaultRowAdapter.DefaultRowBuilder
-
Called to start a new row.
- startRow(ByteString) - Method in interface com.google.cloud.bigtable.data.v2.models.RowAdapter.RowBuilder
-
Called to start a new row.
- startTime(Instant) - Method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
This method is obsolete.
- startTime(Instant) - Method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
Sets the startTime to read the change stream.
- startUnbounded() - Method in class com.google.cloud.bigtable.data.v2.models.Range
-
Creates a new
Range with an unbounded start and the current end.
- startUserMutation(ByteString, String, Instant, int) - Method in interface com.google.cloud.bigtable.data.v2.models.ChangeStreamRecordAdapter.ChangeStreamRecordBuilder
-
Called to start a new user initiated ChangeStreamMutation.
- StaticClusterSize - Class in com.google.cloud.bigtable.admin.v2.models
-
- StaticClusterSize() - Constructor for class com.google.cloud.bigtable.admin.v2.models.StaticClusterSize
-
- Status - Class in com.google.cloud.bigtable.common
-
The `Status` type defines a logical error model.
- Status.Code - Enum in com.google.cloud.bigtable.common
-
- StorageType - Enum in com.google.cloud.bigtable.admin.v2.models
-
Storage media types for persisting Bigtable data.
- streamPartition(RowRange) - Method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
Adds a partition.
- streamPartition(String, String) - Method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
Adds a partition.
- streamPartition(ByteString, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
Adds a partition.
- streamPartition(Range.ByteStringRange) - Method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
Adds a partition.
- String() - Constructor for class com.google.cloud.bigtable.common.Type.String
-
- string() - Static method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
-
returns a
SqlType for the
STRING type.
- strip() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ValueFilter
-
Replaces each cell's value with the empty string.
- struct() - Static method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
-
returns a fake
STRUCT type for use on in
StructReader methods that require a
SqlType to validate against.
- Struct - Interface in com.google.cloud.bigtable.data.v2.models.sql
-
The representation of a SQL Struct type.
- StructReader - Interface in com.google.cloud.bigtable.data.v2.models.sql
-
An interface for reading the columns of a Struct or com.google.cloud.bigtable.data.v2.models.sql.ResultSet.
- StructWithSchema(List<Type.StructWithSchema.Field>) - Constructor for class com.google.cloud.bigtable.common.Type.StructWithSchema
-
- stubSettings() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for all RPCs.
- stubSettings() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for all RPCs.
- stubSettings() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Returns the underlying settings for making RPC calls.
- SubsetView - Class in com.google.cloud.bigtable.admin.v2.models
-
Defines a simple authorized view that is a subset of the underlying Table.
- Sum() - Constructor for class com.google.cloud.bigtable.admin.v2.models.Type.Aggregate.Aggregator.Sum
-
- sum(Type.SumAggregateInput) - Static method in interface com.google.cloud.bigtable.admin.v2.models.Type
-
Creates an Aggregate type with a SUM aggregator and specified input type.
- Table - Class in com.google.cloud.bigtable.admin.v2.models
-
Wrapper for
Table protocol buffer object
- Table.AutomatedBackupPolicy - Class in com.google.cloud.bigtable.admin.v2.models
-
- Table.ReplicationState - Enum in com.google.cloud.bigtable.admin.v2.models
-
- TableId - Class in com.google.cloud.bigtable.data.v2.models
-
An implementation of a
TargetId for tables.
- TableId() - Constructor for class com.google.cloud.bigtable.data.v2.models.TableId
-
- TargetId - Interface in com.google.cloud.bigtable.data.v2.models
-
TargetId defines the scope a data operation can be applied to.
- testAuthorizedViewIamPermission(String, String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- testAuthorizedViewIamPermissionAsync(String, String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- testBackupIamPermission(String, String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- testBackupIamPermissionAsync(String, String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- testIamPermission(String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- testIamPermission(String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- testIamPermissionAsync(String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- testIamPermissionAsync(String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- testIamPermissions(ResourceName, List<String>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Returns permissions that the caller has on the specified instance resource.
- testIamPermissions(String, List<String>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Returns permissions that the caller has on the specified instance resource.
- testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Returns permissions that the caller has on the specified instance resource.
- testIamPermissions(ResourceName, List<String>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Returns permissions that the caller has on the specified Bigtable resource.
- testIamPermissions(String, List<String>) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Returns permissions that the caller has on the specified Bigtable resource.
- testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Returns permissions that the caller has on the specified Bigtable resource.
- testIamPermissionsCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Returns permissions that the caller has on the specified instance resource.
- testIamPermissionsCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Returns permissions that the caller has on the specified Bigtable resource.
- testIamPermissionsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- testIamPermissionsCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- testIamPermissionsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to testIamPermissions.
- testIamPermissionsSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to testIamPermissions.
- then(Mutation) - Method in class com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
-
Adds changes to be atomically applied to the specified row if the condition yields at least one
cell when applied to the row.
- then(Filters.Filter) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ConditionFilter
-
Sets (replaces) the filter to apply when the predicate is true.
- Timestamp() - Constructor for class com.google.cloud.bigtable.common.Type.Timestamp
-
- timestamp() - Method in class com.google.cloud.bigtable.data.v2.models.Filters
-
Returns the builder for timestamp related filters.
- timestamp() - Static method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
-
returns a
SqlType for the
TIMESTAMP type.
- toBuilder() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
Returns a builder containing all the values of this settings class.
- toBuilder() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings
-
Get a builder with the same values as this object.
- toBuilder() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBulkReadRowsCallSettings
-
Get a builder with the same values as this object.
- toBuilder() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns a builder containing all the values of this settings class.
- toBulkProto(RequestContext) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
Creates a single entry bulk
MutateRowsRequest, which will be
merged by the batching logic in the callable chain.
- toByteString() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamContinuationToken
-
- toByteStringRange(ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.Range.ByteStringRange
-
- toCheckConsistencyProto(TableAdminRequestContext, String) - Method in class com.google.cloud.bigtable.admin.v2.models.ConsistencyRequest
-
Creates a CheckConsistencyRequest proto.
- toCheckConsistencyProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.ConsistencyRequest
-
Creates a CheckConsistencyRequest proto.
- toGenerateTokenProto(TableAdminRequestContext) - Method in class com.google.cloud.bigtable.admin.v2.models.ConsistencyRequest
-
Creates a GenerateConsistencyTokenRequest proto.
- toGenerateTokenProto() - Method in class com.google.cloud.bigtable.admin.v2.models.ConsistencyRequest
-
Creates a GenerateConsistencyTokenRequest proto.
- toProto() - Method in enum com.google.cloud.bigtable.admin.v2.models.AppProfile.ComputeBillingOwner
-
Creates the request protobuf.
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile.DataBoostIsolationReadOnlyPolicy
-
Creates the request protobuf.
- toProto() - Method in enum com.google.cloud.bigtable.admin.v2.models.AppProfile.Priority
-
Creates the request protobuf.
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.AuthorizedView
-
Creates the request protobuf.
- toProto() - Method in enum com.google.cloud.bigtable.admin.v2.models.Backup.BackupType
-
Creates the request protobuf.
- toProto() - Method in enum com.google.cloud.bigtable.admin.v2.models.Backup.State
-
Creates the request protobuf.
- toProto() - Method in enum com.google.cloud.bigtable.admin.v2.models.Cluster.State
-
Creates the request protobuf.
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
Creates the request protobuf.
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.CopyBackupRequest
-
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateAppProfileRequest
-
Creates the request protobuf.
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateAuthorizedViewRequest
-
Creates the request protobuf.
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateBackupRequest
-
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateClusterRequest
-
Creates the request protobuf.
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateInstanceRequest
-
Creates the request protobuf.
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateLogicalViewRequest
-
Creates the request protobuf.
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateMaterializedViewRequest
-
Creates the request protobuf.
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateSchemaBundleRequest
-
Creates the request protobuf.
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateTableRequest
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.FamilySubsets
-
Creates the request protobuf.
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.DefaultRule
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.DurationRule
-
- toProto() - Method in interface com.google.cloud.bigtable.admin.v2.models.GCRules.GCRule
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.IntersectionRule
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.UnionRule
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.VersionRule
-
- toProto() - Method in enum com.google.cloud.bigtable.admin.v2.models.Instance.State
-
Creates the request protobuf.
- toProto() - Method in enum com.google.cloud.bigtable.admin.v2.models.Instance.Type
-
Creates the request protobuf.
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.LogicalView
-
Creates the request protobuf.
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.MaterializedView
-
Creates the request protobuf.
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.ModifyColumnFamiliesRequest
-
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.RestoreTableRequest
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.SchemaBundle
-
Creates the request protobuf.
- toProto() - Method in enum com.google.cloud.bigtable.admin.v2.models.StorageType
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.SubsetView
-
Creates the request protobuf.
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.Table.AutomatedBackupPolicy
-
Creates the request protobuf.
- toProto() - Method in enum com.google.cloud.bigtable.admin.v2.models.Table.ReplicationState
-
Creates the request protobuf.
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.Type.Aggregate
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.Type.Bytes.Encoding.Raw
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.Type.Bytes
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.Type.Int64.Encoding.BigEndianBytes
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.Type.Int64
-
- toProto() - Method in class com.google.cloud.bigtable.admin.v2.models.Type.Raw
-
- toProto() - Method in interface com.google.cloud.bigtable.admin.v2.models.Type
-
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateAppProfileRequest
-
Creates the request protobuf.
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateAuthorizedViewRequest
-
Creates the request protobuf.
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateBackupRequest
-
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateInstanceRequest
-
Creates the request protobuf.
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateLogicalViewRequest
-
Creates the request protobuf.
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateMaterializedViewRequest
-
Creates the request protobuf.
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateSchemaBundleRequest
-
Creates the request protobuf.
- toProto(String, String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateTableRequest
-
- toProto() - Method in enum com.google.cloud.bigtable.common.Status.Code
-
- toProto() - Method in class com.google.cloud.bigtable.common.Status
-
Gets the underlying protobuf.
- toProto(RequestContext) - Method in class com.google.cloud.bigtable.data.v2.models.BulkMutation
-
- toProto(RequestContext) - Method in class com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
-
- toProto() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ChainFilter
-
- toProto() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ConditionFilter
-
- toProto() - Method in interface com.google.cloud.bigtable.data.v2.models.Filters.Filter
-
- toProto() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.InterleaveFilter
-
- toProto() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.QualifierRangeFilter
-
- toProto() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.TimestampRangeFilter
-
- toProto() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ValueRangeFilter
-
- toProto(RequestContext) - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Creates the request protobuf.
- toProto(RequestContext) - Method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
Creates the request protobuf.
- toProto(RequestContext) - Method in class com.google.cloud.bigtable.data.v2.models.ReadModifyWriteRow
-
- toProto(RequestContext) - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- toProto() - Method in class com.google.cloud.bigtable.data.v2.models.RowMutationEntry
-
- toProto(RequestContext) - Method in class com.google.cloud.bigtable.data.v2.models.SampleRowKeysRequest
-
- toProto(ByteString, RequestContext, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.sql.BoundStatement
-
Creates the request protobuf.
- toResourceName(String, String) - Method in class com.google.cloud.bigtable.data.v2.models.AuthorizedViewId
-
- toResourceName(String, String) - Method in class com.google.cloud.bigtable.data.v2.models.MaterializedViewId
-
- toResourceName(String, String) - Method in class com.google.cloud.bigtable.data.v2.models.TableId
-
- toResourceName(String, String) - Method in interface com.google.cloud.bigtable.data.v2.models.TargetId
-
Combines the table or authorized view id with the projectId and instanceId to form the actual
resource name in the request protobuf.
- toRowMutation(String) - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
- toRowMutationEntry() - Method in class com.google.cloud.bigtable.data.v2.models.ChangeStreamMutation
-
- toSessionPointProto() - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
- toSessionProto() - Method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
- toString() - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminSettings
-
- toString() - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminSettings
-
- toString() - Method in class com.google.cloud.bigtable.admin.v2.models.ColumnFamily
-
- toString() - Method in class com.google.cloud.bigtable.admin.v2.models.EncryptionInfo
-
- toString() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.DefaultRule
-
- toString() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.DurationRule
-
- toString() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.IntersectionRule
-
- toString() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.UnionRule
-
- toString() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.VersionRule
-
- toString() - Method in class com.google.cloud.bigtable.common.Status
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Array
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Bool
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Bytes
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Date
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Enum
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Float32
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Float64
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Int64
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Map
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Proto
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.SchemalessEnum
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.SchemalessProto
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.SchemalessStruct
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.String
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.StructWithSchema
-
- toString() - Method in class com.google.cloud.bigtable.common.Type.Timestamp
-
- toString() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
- toString() - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
- toString() - Method in class com.google.cloud.bigtable.data.v2.models.ReadChangeStreamQuery
-
- toString() - Method in class com.google.cloud.bigtable.data.v2.stub.BigtableBatchingCallSettings
-
- toString() - Method in class com.google.cloud.bigtable.data.v2.stub.ClientOperationSettings
-
- toString() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
- Type - Interface in com.google.cloud.bigtable.admin.v2.models
-
Wrapper class for the
Type protobuf message.
- Type - Interface in com.google.cloud.bigtable.common
-
Shared type implementations.
- type() - Method in class com.google.cloud.bigtable.common.Type.StructWithSchema.Field
-
- type() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.ColumnMetadata
-
- type() - Method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType.Struct.Field
-
- Type.Aggregate - Class in com.google.cloud.bigtable.admin.v2.models
-
A value that combines incremental updates into a summarized value.
- Type.Aggregate.Aggregator - Class in com.google.cloud.bigtable.admin.v2.models
-
- Type.Aggregate.Aggregator.Hll - Class in com.google.cloud.bigtable.admin.v2.models
-
- Type.Aggregate.Aggregator.Max - Class in com.google.cloud.bigtable.admin.v2.models
-
- Type.Aggregate.Aggregator.Min - Class in com.google.cloud.bigtable.admin.v2.models
-
- Type.Aggregate.Aggregator.Sum - Class in com.google.cloud.bigtable.admin.v2.models
-
- Type.Array<Elem> - Class in com.google.cloud.bigtable.common
-
- Type.Bool - Class in com.google.cloud.bigtable.common
-
- Type.Bytes - Class in com.google.cloud.bigtable.admin.v2.models
-
Represents a string of bytes with a specific encoding.
- Type.Bytes - Class in com.google.cloud.bigtable.common
-
- Type.Bytes.Encoding - Class in com.google.cloud.bigtable.admin.v2.models
-
- Type.Bytes.Encoding.Raw - Class in com.google.cloud.bigtable.admin.v2.models
-
- Type.Date - Class in com.google.cloud.bigtable.common
-
- Type.DefaultInstances - Class in com.google.cloud.bigtable.common
-
- Type.Enum<T extends com.google.protobuf.ProtocolMessageEnum> - Class in com.google.cloud.bigtable.common
-
- Type.Float32 - Class in com.google.cloud.bigtable.common
-
- Type.Float64 - Class in com.google.cloud.bigtable.common
-
- Type.HllAggregateInput - Interface in com.google.cloud.bigtable.admin.v2.models
-
- Type.Int64 - Class in com.google.cloud.bigtable.admin.v2.models
-
Represents a 64-bit integer with a specific encoding.
- Type.Int64 - Class in com.google.cloud.bigtable.common
-
- Type.Int64.Encoding - Class in com.google.cloud.bigtable.admin.v2.models
-
- Type.Int64.Encoding.BigEndianBytes - Class in com.google.cloud.bigtable.admin.v2.models
-
- Type.Map<K,V> - Class in com.google.cloud.bigtable.common
-
- Type.MaxAggregateInput - Interface in com.google.cloud.bigtable.admin.v2.models
-
- Type.MinAggregateInput - Interface in com.google.cloud.bigtable.admin.v2.models
-
- Type.Proto<T extends com.google.protobuf.AbstractMessage> - Class in com.google.cloud.bigtable.common
-
- Type.Raw - Class in com.google.cloud.bigtable.admin.v2.models
-
- Type.SchemalessEnum - Class in com.google.cloud.bigtable.common
-
This is a special version of enum that is intended to only be used internally, to facilitate
enum schema parsing, which does not have the full information required to parse the protobuf
enum messages.
- Type.SchemalessProto - Class in com.google.cloud.bigtable.common
-
This is a special version of proto that is intended to only be used internally, to facilitate
proto schema parsing, which does not have the full information required to parse the protobuf
messages.
- Type.SchemalessStruct - Class in com.google.cloud.bigtable.common
-
This is a special version of struct that is intended to only be used in the
StructReader getters that require types.
- Type.String - Class in com.google.cloud.bigtable.common
-
- Type.StructWithSchema - Class in com.google.cloud.bigtable.common
-
Struct implementation that contains a schema that users can access.
- Type.StructWithSchema.Field - Class in com.google.cloud.bigtable.common
-
- Type.SumAggregateInput - Interface in com.google.cloud.bigtable.admin.v2.models
-
These types are marker types that allow types to be used as the input to aggregate function.
- Type.Timestamp - Class in com.google.cloud.bigtable.common
-
- typesMatch(SqlType<?>, SqlType<?>) - Static method in interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
-
This can be used to check whether
StructReader get calls are being called for the
correct type when compared to the schema.
- unaryMethodSettingsBuilders() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
- unaryMethodSettingsBuilders() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
- unbounded() - Static method in class com.google.cloud.bigtable.data.v2.models.Range.ByteStringRange
-
- unbounded() - Static method in class com.google.cloud.bigtable.data.v2.models.Range.TimestampRange
-
- undeleteTableAsync(TableName) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Restores a specified table which was accidentally deleted.
- undeleteTableAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Restores a specified table which was accidentally deleted.
- undeleteTableAsync(UndeleteTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Restores a specified table which was accidentally deleted.
- undeleteTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Restores a specified table which was accidentally deleted.
- undeleteTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- undeleteTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- undeleteTableOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Restores a specified table which was accidentally deleted.
- undeleteTableOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- undeleteTableOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- undeleteTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to undeleteTable.
- undeleteTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to undeleteTable.
- undeleteTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to undeleteTable.
- undeleteTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to undeleteTable.
- undeleteTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to undeleteTable.
- undeleteTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to undeleteTable.
- undeleteTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to undeleteTable.
- undeleteTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to undeleteTable.
- union() - Static method in class com.google.cloud.bigtable.admin.v2.models.GcRuleBuilder
-
Starts building a Union (OR) rule.
- union() - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules
-
Creates a new instance of the IntersectionRule
- UnionRuleBuilder - Class in com.google.cloud.bigtable.admin.v2.models
-
Builder for creating a Union (OR) GC Rule.
- UnionRuleBuilder() - Constructor for class com.google.cloud.bigtable.admin.v2.models.UnionRuleBuilder
-
- updateAppProfile(UpdateAppProfileRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- updateAppProfileAsync(AppProfile, FieldMask) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates an app profile within an instance.
- updateAppProfileAsync(UpdateAppProfileRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates an app profile within an instance.
- updateAppProfileAsync(UpdateAppProfileRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- updateAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates an app profile within an instance.
- updateAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- updateAppProfileCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- updateAppProfileOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates an app profile within an instance.
- updateAppProfileOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- updateAppProfileOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- updateAppProfileOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateAppProfile.
- updateAppProfileOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to updateAppProfile.
- updateAppProfileOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateAppProfile.
- updateAppProfileOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to updateAppProfile.
- UpdateAppProfileRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for updating an existing Cloud Bigtable app profile.
- updateAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateAppProfile.
- updateAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to updateAppProfile.
- updateAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateAppProfile.
- updateAppProfileSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to updateAppProfile.
- updateAuthorizedView(UpdateAuthorizedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- updateAuthorizedViewAsync(AuthorizedView, FieldMask) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates an AuthorizedView in a table.
- updateAuthorizedViewAsync(UpdateAuthorizedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates an AuthorizedView in a table.
- updateAuthorizedViewAsync(UpdateAuthorizedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- updateAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates an AuthorizedView in a table.
- updateAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- updateAuthorizedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- updateAuthorizedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates an AuthorizedView in a table.
- updateAuthorizedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- updateAuthorizedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- updateAuthorizedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateAuthorizedView.
- updateAuthorizedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to updateAuthorizedView.
- updateAuthorizedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateAuthorizedView.
- updateAuthorizedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to updateAuthorizedView.
- UpdateAuthorizedViewRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
- updateAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateAuthorizedView.
- updateAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to updateAuthorizedView.
- updateAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateAuthorizedView.
- updateAuthorizedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to updateAuthorizedView.
- updateBackup(Backup, FieldMask) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a pending or completed Cloud Bigtable Backup.
- updateBackup(UpdateBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a pending or completed Cloud Bigtable Backup.
- updateBackup(UpdateBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- updateBackupAsync(UpdateBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- updateBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a pending or completed Cloud Bigtable Backup.
- updateBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- updateBackupCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- UpdateBackupRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
- updateBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateBackup.
- updateBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to updateBackup.
- updateBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateBackup.
- updateBackupSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to updateBackup.
- updateClusterAsync(Cluster) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a cluster within an instance.
- updateClusterAutoscalingConfig(ClusterAutoscalingConfig) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- updateClusterAutoscalingConfigAsync(ClusterAutoscalingConfig) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- updateClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a cluster within an instance.
- updateClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- updateClusterCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- updateClusterOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a cluster within an instance.
- updateClusterOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- updateClusterOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- updateClusterOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateCluster.
- updateClusterOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to updateCluster.
- updateClusterOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateCluster.
- updateClusterOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to updateCluster.
- updateClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateCluster.
- updateClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to updateCluster.
- updateClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateCluster.
- updateClusterSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to updateCluster.
- updateFamily(String, GCRules.GCRule) - Method in class com.google.cloud.bigtable.admin.v2.models.ModifyColumnFamiliesRequest
-
- updateInstance(Instance) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates an instance within a project.
- updateInstance(UpdateInstanceRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- updateInstanceAsync(UpdateInstanceRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- updateInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates an instance within a project.
- updateInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- updateInstanceCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- UpdateInstanceRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for updating an existing Bigtable instance.
- updateInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateInstance.
- updateInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to updateInstance.
- updateInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateInstance.
- updateInstanceSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to updateInstance.
- updateLogicalView(UpdateLogicalViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- updateLogicalViewAsync(LogicalView, FieldMask) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a logical view within an instance.
- updateLogicalViewAsync(UpdateLogicalViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a logical view within an instance.
- updateLogicalViewAsync(UpdateLogicalViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- updateLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a logical view within an instance.
- updateLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- updateLogicalViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- updateLogicalViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a logical view within an instance.
- updateLogicalViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- updateLogicalViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- updateLogicalViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateLogicalView.
- updateLogicalViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to updateLogicalView.
- updateLogicalViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateLogicalView.
- updateLogicalViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to updateLogicalView.
- UpdateLogicalViewRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for updating an existing Cloud Bigtable
LogicalView.
- updateLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateLogicalView.
- updateLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to updateLogicalView.
- updateLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateLogicalView.
- updateLogicalViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to updateLogicalView.
- updateMaterializedView(UpdateMaterializedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- updateMaterializedViewAsync(MaterializedView, FieldMask) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a materialized view within an instance.
- updateMaterializedViewAsync(UpdateMaterializedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a materialized view within an instance.
- updateMaterializedViewAsync(UpdateMaterializedViewRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
This method is obsolete.
- updateMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a materialized view within an instance.
- updateMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- updateMaterializedViewCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- updateMaterializedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminClient
-
Updates a materialized view within an instance.
- updateMaterializedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStub
-
- updateMaterializedViewOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableInstanceAdminStub
-
- updateMaterializedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateMaterializedView.
- updateMaterializedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to updateMaterializedView.
- updateMaterializedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateMaterializedView.
- updateMaterializedViewOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to updateMaterializedView.
- UpdateMaterializedViewRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
- updateMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateMaterializedView.
- updateMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableInstanceAdminSettings
-
Returns the object with the settings used for calls to updateMaterializedView.
- updateMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateMaterializedView.
- updateMaterializedViewSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableInstanceAdminStubSettings
-
Returns the object with the settings used for calls to updateMaterializedView.
- updateSchemaBundle(UpdateSchemaBundleRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- updateSchemaBundleAsync(SchemaBundle, FieldMask) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a schema bundle in the specified table.
- updateSchemaBundleAsync(UpdateSchemaBundleRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a schema bundle in the specified table.
- updateSchemaBundleAsync(UpdateSchemaBundleRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- updateSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a schema bundle in the specified table.
- updateSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- updateSchemaBundleCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- updateSchemaBundleOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a schema bundle in the specified table.
- updateSchemaBundleOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- updateSchemaBundleOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- updateSchemaBundleOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateSchemaBundle.
- updateSchemaBundleOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to updateSchemaBundle.
- updateSchemaBundleOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateSchemaBundle.
- updateSchemaBundleOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to updateSchemaBundle.
- UpdateSchemaBundleRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
Parameters for updating an existing Cloud Bigtable
SchemaBundle.
- updateSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateSchemaBundle.
- updateSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to updateSchemaBundle.
- updateSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateSchemaBundle.
- updateSchemaBundleSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to updateSchemaBundle.
- updateTable(UpdateTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- updateTableAsync(Table, FieldMask) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a specified table.
- updateTableAsync(UpdateTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a specified table.
- updateTableAsync(UpdateTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
This method is obsolete.
- updateTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a specified table.
- updateTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- updateTableCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- updateTableOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient
-
Updates a specified table.
- updateTableOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStub
-
- updateTableOperationCallable() - Method in class com.google.cloud.bigtable.admin.v2.stub.GrpcBigtableTableAdminStub
-
- updateTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateTable.
- updateTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to updateTable.
- updateTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateTable.
- updateTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to updateTable.
- UpdateTableRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
- updateTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings.Builder
-
Returns the builder for the settings used for calls to updateTable.
- updateTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminSettings
-
Returns the object with the settings used for calls to updateTable.
- updateTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to updateTable.
- updateTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to updateTable.