- 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 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.
- 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.
- 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.
- 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
-
- 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.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.
- 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
-
- 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.stub - package com.google.cloud.bigtable.data.v2.stub
-
- 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
- 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.
- 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(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) - Static method in class com.google.cloud.bigtable.data.v2.models.BulkMutation
-
- create(String, String) - Static method in class com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
-
Creates a new instance of the mutation builder.
- create(String, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
-
Creates a new instance of the mutation builder.
- create(ByteString, long) - Static method in class com.google.cloud.bigtable.data.v2.models.KeyOffset
-
- 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
-
Constructs a new Query object for the specified table id.
- 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, String) - Static method in class com.google.cloud.bigtable.data.v2.models.ReadModifyWriteRow
-
- create(String, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.ReadModifyWriteRow
-
- 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
-
Creates a new instance of the mutation builder.
- create(String, ByteString) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
Creates a new instance of the mutation builder.
- create(String, String, Mutation) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
Creates new instance of mutation builder by wrapping existing set of row mutations.
- create(String, ByteString, Mutation) - Static method in class com.google.cloud.bigtable.data.v2.models.RowMutation
-
Creates new instance of mutation builder 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.
- createAppProfile(CreateAppProfileRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Creates a new app profile.
- createAppProfileAsync(CreateAppProfileRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously creates a new app profile.
- 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.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.
- createBackup(CreateBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Creates a backup with the specified configuration.
- createBackupAsync(CreateBackupRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Creates a backup with the specified configuration asynchronously.
- 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.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.
- createCluster(CreateClusterRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Creates a new cluster in the specified instance.
- createClusterAsync(CreateClusterRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously creates a new cluster in the specified instance.
- 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.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.
- 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.
- createInstance(CreateInstanceRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Creates a new instance and returns its representation.
- createInstanceAsync(CreateInstanceRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously creates a new instance and returns its representation wrapped in a future.
- 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.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.
- 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
- 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(CreateTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Creates a new table with the specified configuration.
- createTableAsync(CreateTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously creates a new table with the specified configuration.
- 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.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
-
- 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.
- 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.
- 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
-
- 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.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.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.
- DefaultRowAdapter - Class in com.google.cloud.bigtable.data.v2.models
-
Default implementation of a
RowAdapter
that uses
Row
s 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.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(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Deletes the specified app profile.
- deleteAppProfile(String, String, boolean) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Deletes the specified app profile with an option to force deletion.
- deleteAppProfileAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously deletes the specified app profile.
- deleteAppProfileAsync(String, String, boolean) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously deletes the specified app profile with an option to force deletion.
- 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.
- deleteBackup(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Deletes a backup with the specified backup ID in the specified cluster.
- deleteBackupAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Deletes a backup with the specified backup ID in the specified cluster asynchronously.
- 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, 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(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Deletes the specified cluster.
- deleteClusterAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously deletes the specified cluster.
- 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 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(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Deletes the specified instance.
- deleteInstanceAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously deletes the specified instance.
- 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.
- 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.
- 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(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Deletes the table specified by the table ID.
- deleteTableAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously deletes the table specified by the table ID.
- 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.
- disableBatchMutationLatencyBasedThrottling() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
- disableClusterAutoscaling(String, String, int) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Disables autoscaling and enables manual scaling by setting a static node count for the cluster.
- disableClusterAutoscalingAsync(String, String, int) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously disables autoscaling and enables manual scaling by setting a static node count
for the cluster.
- 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
-
Drops all data in the table.
- dropAllRowsAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously drops all data in the table.
- dropFamily(String) - Method in class com.google.cloud.bigtable.admin.v2.models.ModifyColumnFamiliesRequest
-
- dropRowRange(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Drops rows by the specified row key prefix and table ID.
- dropRowRange(String, ByteString) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Drops rows by the specified row key prefix and table ID.
- dropRowRangeAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously drops rows by the specified row key prefix and table ID.
- dropRowRangeAsync(String, ByteString) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously drops rows by the specified row key prefix and table ID.
- 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.
- 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
- 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.
- getAllowTransactionalWrites() - Method in class com.google.cloud.bigtable.admin.v2.models.AppProfile.SingleClusterRoutingPolicy
-
Checks if transactional writes are enabled.
- getAppProfile(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Gets the app profile by ID.
- getAppProfileAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously gets the app profile by ID.
- 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.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.
- 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(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Gets a backup with the specified backup ID in the specified cluster.
- getBackupAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Gets a backup with the specified backup ID in the specified cluster asynchronously.
- getBackupIamPolicy(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Gets the IAM access control policy for the specified backup.
- getBackupIamPolicyAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously gets the IAM access control policy for the specified backup.
- 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.
- 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
-
- 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.
- 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.
- getCluster(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Gets the cluster representation by ID.
- getClusterAsync(String, String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously gets the cluster representation by ID.
- 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
-
- 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.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.
- getColumnFamilies() - Method in class com.google.cloud.bigtable.admin.v2.models.Table
-
- 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.
- 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.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.
- getDisplayName() - Method in class com.google.cloud.bigtable.admin.v2.models.Instance
-
Gets the instance's friendly name.
- getEncryptionInfo(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Gets the current encryption info for the table across all of the clusters.
- 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
-
Asynchronously gets the current encryption info for the table across all of the clusters.
- 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.
- getEntryCount() - Method in class com.google.cloud.bigtable.data.v2.models.BulkMutation
-
- getError() - Method in class com.google.cloud.bigtable.data.v2.models.MutateRowsException.FailedMutation
-
The error that prevented this mutation from being applied.
- 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.RowCell
-
The cell's family
- getGCRule() - Method in class com.google.cloud.bigtable.admin.v2.models.ColumnFamily
-
Get's the GCRule configured for the column family.
- getIamPolicy(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Gets the IAM access control policy for the specified instance.
- getIamPolicy(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Gets the IAM access control policy for the specified table.
- getIamPolicyAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously gets the IAM access control policy for the specified instance.
- getIamPolicyAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously gets the IAM access control policy for the specified table.
- 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.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.Table
-
Gets the table's id.
- getIndex() - Method in class com.google.cloud.bigtable.data.v2.models.MutateRowsException.FailedMutation
-
- getInstance(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Get the instance representation by ID.
- getInstanceAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously gets the instance representation by ID wrapped in a future.
- 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.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.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.
- 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
-
- 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
- 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.
- getMinNodes() - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
Get the minimum number of nodes to scale down to.
- 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
-
- 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.
- 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
-
Gets the tables that will be primed during a channel refresh.
- getPrimedTableIds() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Gets the tables that will be primed during a channel refresh.
- getPrimingTableIds() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
- getPrimingTableIds() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
- 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.
- getQualifier() - Method in class com.google.cloud.bigtable.data.v2.models.RowCell
-
The cell's qualifier (column name)
- getReplicationStatesByClusterId() - Method in class com.google.cloud.bigtable.admin.v2.models.Table
-
- 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
- getServeNodes() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Get the number of nodes allocated to this cluster.
- getSizeBytes() - Method in class com.google.cloud.bigtable.admin.v2.models.Backup
-
Get the size of this backup.
- 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.
- 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
-
- 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.
- 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.
- getTable(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Gets the table metadata by table ID.
- getTable() - Method in class com.google.cloud.bigtable.admin.v2.models.RestoredTableResult
-
- getTableAsync(String) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously gets the table metadata by table ID.
- 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.
- 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
-
- getTimestamp() - Method in class com.google.cloud.bigtable.data.v2.models.RowCell
-
The timestamp of the cell
- 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.
- 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.
- getValue() - Method in class com.google.cloud.bigtable.data.v2.models.RowCell
-
The value of the cell
- getZone() - Method in class com.google.cloud.bigtable.admin.v2.models.Cluster
-
Get the zone where this cluster is located.
- range() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.TimestampFilter
-
Matches only cells with timestamps within the given range.
- range() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ValueFilter
-
- range(String, String) - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Adds a range to be looked up.
- range(ByteString, ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Adds a range to be looked up.
- range(Range.ByteStringRange) - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Adds a range to be looked up.
- Range<T,R extends Range<T,R>> - Class in com.google.cloud.bigtable.data.v2.models
-
Range API.
- Range.BoundType - Enum in com.google.cloud.bigtable.data.v2.models
-
- Range.ByteStringRange - Class in com.google.cloud.bigtable.data.v2.models
-
Concrete Range for ByteStrings
- Range.TimestampRange - Class in com.google.cloud.bigtable.data.v2.models
-
Concrete Range for timestamps
- rangeWithinFamily(String) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.QualifierFilter
-
- readModifyWriteRow(ReadModifyWriteRow) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method that synchronously modifies a row atomically on the server.
- ReadModifyWriteRow - Class in com.google.cloud.bigtable.data.v2.models
-
- readModifyWriteRowAsync(ReadModifyWriteRow) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method that asynchronously modifies a row atomically on the server.
- readModifyWriteRowCallable() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Modifies a row atomically on the server.
- readModifyWriteRowSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Returns the builder with the settings used for calls to ReadModifyWriteRow.
- readModifyWriteRowSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns the object with the settings used for calls to ReadModifyWriteRow.
- readRow(String, ByteString) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for synchronously reading a single row.
- readRow(String, String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for synchronously reading a single row.
- readRow(String, String, Filters.Filter) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for synchronously reading a single row.
- readRow(String, ByteString, Filters.Filter) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for synchronously reading a single row.
- readRowAsync(String, String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for asynchronously reading a single row.
- readRowAsync(String, ByteString) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for asynchronously reading a single row.
- readRowAsync(String, String, Filters.Filter) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for asynchronously reading a single row.
- readRowAsync(String, ByteString, Filters.Filter) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for asynchronously reading a single row.
- readRowCallable() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Reads a single row.
- readRowCallable(RowAdapter<RowT>) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Reads a single row.
- readRows(Query) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for synchronously streaming the results of a
Query
.
- readRowsAsync(Query, ResponseObserver<Row>) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method for asynchronously streaming the results of a
Query
.
- readRowsCallable() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Streams back the results of the query.
- readRowsCallable(RowAdapter<RowT>) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Streams back the results of the query.
- readRowSettings() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings
-
Returns the object with the settings used for point reads via ReadRow.
- readRowSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Returns the builder for the settings used for point reads using readRow.
- readRowSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns the object with the settings used for point reads via ReadRows.
- readRowsSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Returns the builder for the settings used for calls to readRows.
- readRowsSettings() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-
Returns the object with the settings used for calls to ReadRows.
- regex(String) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.FamilyFilter
-
Matches only cells from columns whose families satisfy the given
RE2 regex.
- regex(String) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.KeyFilter
-
Matches only cells from rows whose keys satisfy the given
RE2 regex.
- regex(ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.KeyFilter
-
Matches only cells from rows whose keys satisfy the given
RE2 regex.
- regex(String) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.QualifierFilter
-
Matches only cells from columns whose qualifiers satisfy the given
RE2 regex.
- regex(ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.QualifierFilter
-
Matches only cells from columns whose qualifiers satisfy the given
RE2 regex.
- regex(String) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ValueFilter
-
Matches only cells with values that satisfy the given
RE2 regex.
- regex(ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ValueFilter
-
Matches only cells with values that satisfy the given
RE2 regex.
- reset() - Method in class com.google.cloud.bigtable.data.v2.models.DefaultRowAdapter.DefaultRowBuilder
-
Called when the current in progress row should be dropped
- reset() - Method in interface com.google.cloud.bigtable.data.v2.models.RowAdapter.RowBuilder
-
Called when the current in progress row should be dropped
- resizeCluster(String, String, int) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Modifies the cluster's node count for manual scaling.
- resizeClusterAsync(String, String, int) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously modifies the cluster's node count for manual scaling.
- RestoredTableResult - Class in com.google.cloud.bigtable.admin.v2.models
-
- RestoredTableResult(Table, String) - Constructor for class com.google.cloud.bigtable.admin.v2.models.RestoredTableResult
-
- restoreTable(RestoreTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Restores a backup to a new table with the specified configuration.
- restoreTableAsync(RestoreTableRequest) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Restores a backup to a new table with the specified configuration asynchronously.
- restoreTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to restoreTable.
- restoreTableOperationSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to restoreTable.
- RestoreTableRequest - Class in com.google.cloud.bigtable.admin.v2.models
-
- restoreTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings.Builder
-
Returns the builder for the settings used for calls to restoreTable.
- restoreTableSettings() - Method in class com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings
-
Returns the object with the settings used for calls to restoreTable.
- Row - Class in com.google.cloud.bigtable.data.v2.models
-
Default representation of a logical row.
- Row() - Constructor for class com.google.cloud.bigtable.data.v2.models.Row
-
- RowAdapter<RowT> - Interface in com.google.cloud.bigtable.data.v2.models
-
An extension point that allows end users to plug in a custom implementation of logical rows.
- RowAdapter.RowBuilder<RowT> - Interface in com.google.cloud.bigtable.data.v2.models
-
A SAX style row factory.
- RowCell - Class in com.google.cloud.bigtable.data.v2.models
-
Default representation of a cell in a
Row
.
- RowCell() - Constructor for class com.google.cloud.bigtable.data.v2.models.RowCell
-
- rowKey(String) - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Adds a key to looked up
- rowKey(ByteString) - Method in class com.google.cloud.bigtable.data.v2.models.Query
-
Adds a key to looked up
- RowMutation - Class in com.google.cloud.bigtable.data.v2.models
-
Represents a list of mutations targeted at a single row.
- RowMutationEntry - Class in com.google.cloud.bigtable.data.v2.models
-
Represents a list of mutations targeted at a single row.
- rule(GCRules.GCRule) - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.IntersectionRule
-
Adds a new GCRule
- rule(GCRules.GCRule) - Method in class com.google.cloud.bigtable.admin.v2.models.GCRules.UnionRule
-
Adds a new GCRule
- 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
-
Convenience method to synchronously return a sample of row keys in the table.
- sampleRowKeysAsync(String) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Convenience method to asynchronously return a sample of row keys in the table.
- sampleRowKeysCallable() - Method in class com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Returns a sample of row keys in the table.
- 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.
- 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.
- setBackupIamPolicy(String, String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Replaces the IAM policy associated with the specified backup.
- setBackupIamPolicyAsync(String, String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously replaces the IAM policy associated with the specified backup.
- 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.
- 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
-
- 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.
- 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.
- 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.
- 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.
- 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
-
- setIamPolicy(String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Replaces the IAM policy associated with the specified instance.
- setIamPolicy(String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Replaces the IAM policy associated with the specified table.
- setIamPolicyAsync(String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously replaces the IAM policy associated with the specified instance.
- setIamPolicyAsync(String, Policy) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously replaces the IAM policy associated with the specified table.
- 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.
- 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.
- 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.
- setMaxNodes(int) - Method in class com.google.cloud.bigtable.admin.v2.models.ClusterAutoscalingConfig
-
Set the maximum number of nodes to scale up to.
- 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
-
Configures which tables will be primed when a connection is created.
- setPrimingTableIds(String...) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Configure the tables that can be used to prime a channel during a refresh.
- 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.
- setRefreshingChannel(boolean) - Method in class com.google.cloud.bigtable.data.v2.BigtableDataSettings.Builder
-
Configure periodic gRPC channel refreshes.
- setRefreshingChannel(boolean) - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings.Builder
-
Sets if channels will gracefully refresh connections to Cloud Bigtable service.
- 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, and CPU utlization percent target are set.
- setServeNodes(int) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateClusterRequest
-
- 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.
- setTableId(String) - Method in class com.google.cloud.bigtable.admin.v2.models.RestoreTableRequest
-
- 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.
- 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.
- 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.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.
- 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.
- 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.
- startUnbounded() - Method in class com.google.cloud.bigtable.data.v2.models.Range
-
Creates a new
Range
with an unbounded start and the current end.
- 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.
- strip() - Method in class com.google.cloud.bigtable.data.v2.models.Filters.ValueFilter
-
Replaces each cell's value with the empty string.
- 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.
- Table - Class in com.google.cloud.bigtable.admin.v2.models
-
Wrapper for
Table
protocol buffer object
- Table.ReplicationState - Enum in com.google.cloud.bigtable.admin.v2.models
-
- testBackupIamPermission(String, String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Tests whether the caller has the given permissions for the specified backup.
- testBackupIamPermissionAsync(String, String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously tests whether the caller has the given permissions for the specified backup.
- testIamPermission(String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Tests whether the caller has the given permissions for the specified instance.
- testIamPermission(String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Tests whether the caller has the given permissions for the specified table.
- testIamPermissionAsync(String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableInstanceAdminClient
-
Asynchronously tests whether the caller has the given permissions for the specified instance.
- testIamPermissionAsync(String, String...) - Method in class com.google.cloud.bigtable.admin.v2.BigtableTableAdminClient
-
Asynchronously tests whether the caller has the given permissions for the specified table.
- 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() - Method in class com.google.cloud.bigtable.data.v2.models.Filters
-
Returns the builder for timestamp related filters.
- 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.
- 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) - 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.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, String) - Method in class com.google.cloud.bigtable.admin.v2.models.CreateTableRequest
-
- 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(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 enum com.google.cloud.bigtable.admin.v2.models.StorageType
-
- toProto() - Method in enum com.google.cloud.bigtable.admin.v2.models.Table.ReplicationState
-
Creates the request protobuf.
- 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.UpdateBackupRequest
-
- toProto(String) - Method in class com.google.cloud.bigtable.admin.v2.models.UpdateInstanceRequest
-
Creates the request protobuf.
- 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.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
-
- 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.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.stub.BigtableBatchingCallSettings
-
- toString() - Method in class com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStubSettings
-