| Class and Description |
|---|
| ArrayValue
`ArrayValue` is an ordered list of `Value`.
|
| ArrayValue.Builder
`ArrayValue` is an ordered list of `Value`.
|
| ArrayValueOrBuilder |
| AuthorizedViewName |
| AuthorizedViewName.Builder
Builder for
projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}.
|
| AuthorizedViewRequest
A request wrapper for operations on an authorized view.
|
| AuthorizedViewRequest.Builder
A request wrapper for operations on an authorized view.
|
| AuthorizedViewRequest.PayloadCase |
| AuthorizedViewRequestOrBuilder |
| AuthorizedViewResponse
A response wrapper for operations on an authorized view.
|
| AuthorizedViewResponse.Builder
A response wrapper for operations on an authorized view.
|
| AuthorizedViewResponse.PayloadCase |
| AuthorizedViewResponseOrBuilder |
| BackendIdentifier
Information about the connected backends from a session client's
perspective.
|
| BackendIdentifier.Builder
Information about the connected backends from a session client's
perspective.
|
| BackendIdentifierOrBuilder |
| Cell
Specifies (some of) the contents of a single row/column/timestamp of a table.
|
| Cell.Builder
Specifies (some of) the contents of a single row/column/timestamp of a table.
|
| CellOrBuilder |
| CheckAndMutateRowRequest
Request message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowRequest.Builder
Request message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowRequestOrBuilder |
| CheckAndMutateRowResponse
Response message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowResponse.Builder
Response message for Bigtable.CheckAndMutateRow.
|
| CheckAndMutateRowResponseOrBuilder |
| ClientConfiguration
Configuration for the Session API.
|
| ClientConfiguration.Builder
Configuration for the Session API.
|
| ClientConfiguration.PollingCase |
| ClientConfiguration.PollingConfiguration
Protobuf type
google.bigtable.v2.ClientConfiguration.PollingConfiguration |
| ClientConfiguration.PollingConfiguration.Builder
Protobuf type
google.bigtable.v2.ClientConfiguration.PollingConfiguration |
| ClientConfiguration.PollingConfigurationOrBuilder |
| ClientConfigurationOrBuilder |
| CloseSessionRequest
Internal usage only.
|
| CloseSessionRequest.Builder
Internal usage only.
|
| CloseSessionRequest.CloseSessionReason
Client-generated reason for terminating the session, including a
plain-text description of why.
|
| CloseSessionRequestOrBuilder |
| ClusterInformation
Information on which Cluster served a vRPC, e.g. for Client-Side metrics.
|
| ClusterInformation.Builder
Information on which Cluster served a vRPC, e.g. for Client-Side metrics.
|
| ClusterInformationOrBuilder |
| Column
Specifies (some of) the contents of a single row/column intersection of a
table.
|
| Column.Builder
Specifies (some of) the contents of a single row/column intersection of a
table.
|
| ColumnMetadata
Describes a column in a Bigtable Query Language result set.
|
| ColumnMetadata.Builder
Describes a column in a Bigtable Query Language result set.
|
| ColumnMetadataOrBuilder |
| ColumnOrBuilder |
| ColumnRange
Specifies a contiguous range of columns within a single column family.
|
| ColumnRange.Builder
Specifies a contiguous range of columns within a single column family.
|
| ColumnRange.EndQualifierCase |
| ColumnRange.StartQualifierCase |
| ColumnRangeOrBuilder |
| ErrorResponse
Internal usage only.
|
| ErrorResponse.Builder
Internal usage only.
|
| ErrorResponseOrBuilder |
| ExecuteQueryRequest
Request message for Bigtable.ExecuteQuery
Protobuf type
google.bigtable.v2.ExecuteQueryRequest |
| ExecuteQueryRequest.Builder
Request message for Bigtable.ExecuteQuery
Protobuf type
google.bigtable.v2.ExecuteQueryRequest |
| ExecuteQueryRequest.DataFormatCase |
| ExecuteQueryRequestOrBuilder |
| ExecuteQueryResponse
Response message for Bigtable.ExecuteQuery
Protobuf type
google.bigtable.v2.ExecuteQueryResponse |
| ExecuteQueryResponse.Builder
Response message for Bigtable.ExecuteQuery
Protobuf type
google.bigtable.v2.ExecuteQueryResponse |
| ExecuteQueryResponse.ResponseCase |
| ExecuteQueryResponseOrBuilder |
| Family
Specifies (some of) the contents of a single row/column family intersection
of a table.
|
| Family.Builder
Specifies (some of) the contents of a single row/column family intersection
of a table.
|
| FamilyOrBuilder |
| FeatureFlags
Feature flags supported or enabled by a client.
|
| FeatureFlags.Builder
Feature flags supported or enabled by a client.
|
| FeatureFlagsOrBuilder |
| FullReadStatsView
FullReadStatsView captures all known information about a read.
|
| FullReadStatsView.Builder
FullReadStatsView captures all known information about a read.
|
| FullReadStatsViewOrBuilder |
| GenerateInitialChangeStreamPartitionsRequest
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| GenerateInitialChangeStreamPartitionsRequest.Builder
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| GenerateInitialChangeStreamPartitionsRequestOrBuilder |
| GenerateInitialChangeStreamPartitionsResponse
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| GenerateInitialChangeStreamPartitionsResponse.Builder
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| GenerateInitialChangeStreamPartitionsResponseOrBuilder |
| GetClientConfigurationRequest
See GetClientConfiguration() RPC in bigtable.proto.
|
| GetClientConfigurationRequest.Builder
See GetClientConfiguration() RPC in bigtable.proto.
|
| GetClientConfigurationRequestOrBuilder |
| GoAwayResponse
Internal usage only.
|
| GoAwayResponse.Builder
Internal usage only.
|
| GoAwayResponseOrBuilder |
| HeartbeatResponse
Internal usage only.
|
| HeartbeatResponse.Builder
Internal usage only.
|
| HeartbeatResponseOrBuilder |
| Idempotency
Parameters on mutations where clients want to ensure idempotency (i.e.
|
| Idempotency.Builder
Parameters on mutations where clients want to ensure idempotency (i.e.
|
| IdempotencyOrBuilder |
| InstanceName |
| InstanceName.Builder
Builder for projects/{project}/instances/{instance}.
|
| LoadBalancingOptions
Configuration for how to balance vRPCs over sessions.
|
| LoadBalancingOptions.Builder
Configuration for how to balance vRPCs over sessions.
|
| LoadBalancingOptions.LeastInFlight
Balances vRPCs over backends, preferring to send new vRPCs to AFEs with the
least number of active vRPCs.
|
| LoadBalancingOptions.LeastInFlight.Builder
Balances vRPCs over backends, preferring to send new vRPCs to AFEs with the
least number of active vRPCs.
|
| LoadBalancingOptions.LeastInFlightOrBuilder |
| LoadBalancingOptions.LoadBalancingStrategyCase |
| LoadBalancingOptions.PeakEwma
Balances vRPCs over backends, by maintaining a moving average of each AFE's
round-trip time, weighted by the number of outstanding vRPCs, and
distribute traffic to AFEs where that cost function is smallest.
|
| LoadBalancingOptions.PeakEwma.Builder
Balances vRPCs over backends, by maintaining a moving average of each AFE's
round-trip time, weighted by the number of outstanding vRPCs, and
distribute traffic to AFEs where that cost function is smallest.
|
| LoadBalancingOptions.PeakEwmaOrBuilder |
| LoadBalancingOptions.Random
Balances vRPCs over backends, by randomly selecting a backend.
|
| LoadBalancingOptions.Random.Builder
Balances vRPCs over backends, by randomly selecting a backend.
|
| LoadBalancingOptions.RandomOrBuilder |
| LoadBalancingOptionsOrBuilder |
| MaterializedViewName |
| MaterializedViewName.Builder
Builder for projects/{project}/instances/{instance}/materializedViews/{materialized_view}.
|
| MaterializedViewRequest
A request wrapper for operations on a materialized view.
|
| MaterializedViewRequest.Builder
A request wrapper for operations on a materialized view.
|
| MaterializedViewRequest.PayloadCase |
| MaterializedViewRequestOrBuilder |
| MaterializedViewResponse
A response wrapper for operations on a materialized view.
|
| MaterializedViewResponse.Builder
A response wrapper for operations on a materialized view.
|
| MaterializedViewResponse.PayloadCase |
| MaterializedViewResponseOrBuilder |
| MutateRowRequest
Request message for Bigtable.MutateRow.
|
| MutateRowRequest.Builder
Request message for Bigtable.MutateRow.
|
| MutateRowRequestOrBuilder |
| MutateRowResponse
Response message for Bigtable.MutateRow.
|
| MutateRowResponse.Builder
Response message for Bigtable.MutateRow.
|
| MutateRowResponseOrBuilder |
| MutateRowsRequest
Request message for BigtableService.MutateRows.
|
| MutateRowsRequest.Builder
Request message for BigtableService.MutateRows.
|
| MutateRowsRequest.Entry
A mutation for a given row.
|
| MutateRowsRequest.Entry.Builder
A mutation for a given row.
|
| MutateRowsRequest.EntryOrBuilder |
| MutateRowsRequestOrBuilder |
| MutateRowsResponse
Response message for BigtableService.MutateRows.
|
| MutateRowsResponse.Builder
Response message for BigtableService.MutateRows.
|
| MutateRowsResponse.Entry
The result of applying a passed mutation in the original request.
|
| MutateRowsResponse.Entry.Builder
The result of applying a passed mutation in the original request.
|
| MutateRowsResponse.EntryOrBuilder |
| MutateRowsResponseOrBuilder |
| Mutation
Specifies a particular change to be made to the contents of a row.
|
| Mutation.AddToCell
A Mutation which incrementally updates a cell in an `Aggregate` family.
|
| Mutation.AddToCell.Builder
A Mutation which incrementally updates a cell in an `Aggregate` family.
|
| Mutation.AddToCellOrBuilder |
| Mutation.Builder
Specifies a particular change to be made to the contents of a row.
|
| Mutation.DeleteFromColumn
A Mutation which deletes cells from the specified column, optionally
restricting the deletions to a given timestamp range.
|
| Mutation.DeleteFromColumn.Builder
A Mutation which deletes cells from the specified column, optionally
restricting the deletions to a given timestamp range.
|
| Mutation.DeleteFromColumnOrBuilder |
| Mutation.DeleteFromFamily
A Mutation which deletes all cells from the specified column family.
|
| Mutation.DeleteFromFamily.Builder
A Mutation which deletes all cells from the specified column family.
|
| Mutation.DeleteFromFamilyOrBuilder |
| Mutation.DeleteFromRow
A Mutation which deletes all cells from the containing row.
|
| Mutation.DeleteFromRow.Builder
A Mutation which deletes all cells from the containing row.
|
| Mutation.DeleteFromRowOrBuilder |
| Mutation.MergeToCell
A Mutation which merges accumulated state into a cell in an `Aggregate`
family.
|
| Mutation.MergeToCell.Builder
A Mutation which merges accumulated state into a cell in an `Aggregate`
family.
|
| Mutation.MergeToCellOrBuilder |
| Mutation.MutationCase |
| Mutation.SetCell
A Mutation which sets the value of the specified cell.
|
| Mutation.SetCell.Builder
A Mutation which sets the value of the specified cell.
|
| Mutation.SetCellOrBuilder |
| MutationOrBuilder |
| OpenAuthorizedViewRequest
Open sessions for an AuthorizedView.
|
| OpenAuthorizedViewRequest.Builder
Open sessions for an AuthorizedView.
|
| OpenAuthorizedViewRequest.Permission
Protobuf enum
google.bigtable.v2.OpenAuthorizedViewRequest.Permission |
| OpenAuthorizedViewRequestOrBuilder |
| OpenAuthorizedViewResponse
Internal usage only.
|
| OpenAuthorizedViewResponse.Builder
Internal usage only.
|
| OpenAuthorizedViewResponseOrBuilder |
| OpenMaterializedViewRequest
Open sessions for a MaterializedView.
|
| OpenMaterializedViewRequest.Builder
Open sessions for a MaterializedView.
|
| OpenMaterializedViewRequest.Permission
Protobuf enum
google.bigtable.v2.OpenMaterializedViewRequest.Permission |
| OpenMaterializedViewRequestOrBuilder |
| OpenMaterializedViewResponse
Internal usage only.
|
| OpenMaterializedViewResponse.Builder
Internal usage only.
|
| OpenMaterializedViewResponseOrBuilder |
| OpenSessionRequest
Internal usage only.
|
| OpenSessionRequest.Builder
Internal usage only.
|
| OpenSessionRequestOrBuilder |
| OpenSessionResponse
Internal usage only.
|
| OpenSessionResponse.Builder
Internal usage only.
|
| OpenSessionResponseOrBuilder |
| OpenTableRequest
Internal usage only.
|
| OpenTableRequest.Builder
Internal usage only.
|
| OpenTableRequest.Permission
Protobuf enum
google.bigtable.v2.OpenTableRequest.Permission |
| OpenTableRequestOrBuilder |
| OpenTableResponse
Internal usage only.
|
| OpenTableResponse.Builder
Internal usage only.
|
| OpenTableResponseOrBuilder |
| PartialResultSet
A partial result set from the streaming query API.
|
| PartialResultSet.Builder
A partial result set from the streaming query API.
|
| PartialResultSet.PartialRowsCase |
| PartialResultSetOrBuilder |
| PeerInfo
PeerInfo contains information about the peer that the client is
connecting to.
|
| PeerInfo.Builder
PeerInfo contains information about the peer that the client is
connecting to.
|
| PeerInfo.TransportType
The transport type that the client used to connect to this peer.
|
| PeerInfoOrBuilder |
| PingAndWarmRequest
Request message for client connection keep-alive and warming.
|
| PingAndWarmRequest.Builder
Request message for client connection keep-alive and warming.
|
| PingAndWarmRequestOrBuilder |
| PingAndWarmResponse
Response message for Bigtable.PingAndWarm connection keepalive and warming.
|
| PingAndWarmResponse.Builder
Response message for Bigtable.PingAndWarm connection keepalive and warming.
|
| PingAndWarmResponseOrBuilder |
| PrepareQueryRequest
Request message for Bigtable.PrepareQuery
Protobuf type
google.bigtable.v2.PrepareQueryRequest |
| PrepareQueryRequest.Builder
Request message for Bigtable.PrepareQuery
Protobuf type
google.bigtable.v2.PrepareQueryRequest |
| PrepareQueryRequest.DataFormatCase |
| PrepareQueryRequestOrBuilder |
| PrepareQueryResponse
Response message for Bigtable.PrepareQueryResponse
Protobuf type
google.bigtable.v2.PrepareQueryResponse |
| PrepareQueryResponse.Builder
Response message for Bigtable.PrepareQueryResponse
Protobuf type
google.bigtable.v2.PrepareQueryResponse |
| PrepareQueryResponseOrBuilder |
| ProtoFormat
Protocol buffers format descriptor, as described by Messages ProtoSchema and
ProtoRows
Protobuf type
google.bigtable.v2.ProtoFormat |
| ProtoFormat.Builder
Protocol buffers format descriptor, as described by Messages ProtoSchema and
ProtoRows
Protobuf type
google.bigtable.v2.ProtoFormat |
| ProtoFormatOrBuilder |
| ProtoRows
Rows represented in proto format.
|
| ProtoRows.Builder
Rows represented in proto format.
|
| ProtoRowsBatch
A part of a serialized `ProtoRows` message.
|
| ProtoRowsBatch.Builder
A part of a serialized `ProtoRows` message.
|
| ProtoRowsBatchOrBuilder |
| ProtoRowsOrBuilder |
| ProtoSchema
ResultSet schema in proto format
Protobuf type
google.bigtable.v2.ProtoSchema |
| ProtoSchema.Builder
ResultSet schema in proto format
Protobuf type
google.bigtable.v2.ProtoSchema |
| ProtoSchemaOrBuilder |
| RateLimitInfo
Information about how client should adjust the load to Bigtable.
|
| RateLimitInfo.Builder
Information about how client should adjust the load to Bigtable.
|
| RateLimitInfoOrBuilder |
| ReadChangeStreamRequest
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| ReadChangeStreamRequest.Builder
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| ReadChangeStreamRequest.StartFromCase |
| ReadChangeStreamRequestOrBuilder |
| ReadChangeStreamResponse
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| ReadChangeStreamResponse.Builder
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| ReadChangeStreamResponse.CloseStream
A message indicating that the client should stop reading from the stream.
|
| ReadChangeStreamResponse.CloseStream.Builder
A message indicating that the client should stop reading from the stream.
|
| ReadChangeStreamResponse.CloseStreamOrBuilder |
| ReadChangeStreamResponse.DataChange
A message corresponding to one or more mutations to the partition
being streamed.
|
| ReadChangeStreamResponse.DataChange.Builder
A message corresponding to one or more mutations to the partition
being streamed.
|
| ReadChangeStreamResponse.DataChange.Type
The type of mutation.
|
| ReadChangeStreamResponse.DataChangeOrBuilder |
| ReadChangeStreamResponse.Heartbeat
A periodic message with information that can be used to checkpoint
the state of a stream.
|
| ReadChangeStreamResponse.Heartbeat.Builder
A periodic message with information that can be used to checkpoint
the state of a stream.
|
| ReadChangeStreamResponse.HeartbeatOrBuilder |
| ReadChangeStreamResponse.MutationChunk
A partial or complete mutation.
|
| ReadChangeStreamResponse.MutationChunk.Builder
A partial or complete mutation.
|
| ReadChangeStreamResponse.MutationChunk.ChunkInfo
Information about the chunking of this mutation.
|
| ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder
Information about the chunking of this mutation.
|
| ReadChangeStreamResponse.MutationChunk.ChunkInfoOrBuilder |
| ReadChangeStreamResponse.MutationChunkOrBuilder |
| ReadChangeStreamResponse.StreamRecordCase |
| ReadChangeStreamResponseOrBuilder |
| ReadIterationStats
ReadIterationStats captures information about the iteration of rows or cells
over the course of a read, e.g. how many results were scanned in a read
operation versus the results returned.
|
| ReadIterationStats.Builder
ReadIterationStats captures information about the iteration of rows or cells
over the course of a read, e.g. how many results were scanned in a read
operation versus the results returned.
|
| ReadIterationStatsOrBuilder |
| ReadModifyWriteRowRequest
Request message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowRequest.Builder
Request message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowRequestOrBuilder |
| ReadModifyWriteRowResponse
Response message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowResponse.Builder
Response message for Bigtable.ReadModifyWriteRow.
|
| ReadModifyWriteRowResponseOrBuilder |
| ReadModifyWriteRule
Specifies an atomic read/modify/write operation on the latest value of the
specified column.
|
| ReadModifyWriteRule.Builder
Specifies an atomic read/modify/write operation on the latest value of the
specified column.
|
| ReadModifyWriteRule.RuleCase |
| ReadModifyWriteRuleOrBuilder |
| ReadRowsRequest
Request message for Bigtable.ReadRows.
|
| ReadRowsRequest.Builder
Request message for Bigtable.ReadRows.
|
| ReadRowsRequest.RequestStatsView
The desired view into RequestStats that should be returned in the response.
|
| ReadRowsRequestOrBuilder |
| ReadRowsResponse
Response message for Bigtable.ReadRows.
|
| ReadRowsResponse.Builder
Response message for Bigtable.ReadRows.
|
| ReadRowsResponse.CellChunk
Specifies a piece of a row's contents returned as part of the read
response stream.
|
| ReadRowsResponse.CellChunk.Builder
Specifies a piece of a row's contents returned as part of the read
response stream.
|
| ReadRowsResponse.CellChunk.RowStatusCase |
| ReadRowsResponse.CellChunkOrBuilder |
| ReadRowsResponseOrBuilder |
| RequestLatencyStats
RequestLatencyStats provides a measurement of the latency of the request as
it interacts with different systems over its lifetime, e.g. how long the
request took to execute within a frontend server.
|
| RequestLatencyStats.Builder
RequestLatencyStats provides a measurement of the latency of the request as
it interacts with different systems over its lifetime, e.g. how long the
request took to execute within a frontend server.
|
| RequestLatencyStatsOrBuilder |
| RequestStats
RequestStats is the container for additional information pertaining to a
single request, helpful for evaluating the performance of the sent request.
|
| RequestStats.Builder
RequestStats is the container for additional information pertaining to a
single request, helpful for evaluating the performance of the sent request.
|
| RequestStats.StatsViewCase |
| RequestStatsOrBuilder |
| ResponseParams
Response metadata proto
Protobuf type
google.bigtable.v2.ResponseParams |
| ResponseParams.Builder
Response metadata proto
Protobuf type
google.bigtable.v2.ResponseParams |
| ResponseParamsOrBuilder |
| ResultSetMetadata
Describes the structure of a Bigtable result set.
|
| ResultSetMetadata.Builder
Describes the structure of a Bigtable result set.
|
| ResultSetMetadata.SchemaCase |
| ResultSetMetadataOrBuilder |
| Row
Specifies the complete (requested) contents of a single row of a table.
|
| Row.Builder
Specifies the complete (requested) contents of a single row of a table.
|
| RowFilter
Takes a row as input and produces an alternate view of the row based on
specified rules.
|
| RowFilter.Builder
Takes a row as input and produces an alternate view of the row based on
specified rules.
|
| RowFilter.Chain
A RowFilter which sends rows through several RowFilters in sequence.
|
| RowFilter.Chain.Builder
A RowFilter which sends rows through several RowFilters in sequence.
|
| RowFilter.ChainOrBuilder |
| RowFilter.Condition
A RowFilter which evaluates one of two possible RowFilters, depending on
whether or not a predicate RowFilter outputs any cells from the input row.
|
| RowFilter.Condition.Builder
A RowFilter which evaluates one of two possible RowFilters, depending on
whether or not a predicate RowFilter outputs any cells from the input row.
|
| RowFilter.ConditionOrBuilder |
| RowFilter.FilterCase |
| RowFilter.Interleave
A RowFilter which sends each row to each of several component
RowFilters and interleaves the results.
|
| RowFilter.Interleave.Builder
A RowFilter which sends each row to each of several component
RowFilters and interleaves the results.
|
| RowFilter.InterleaveOrBuilder |
| RowFilterOrBuilder |
| RowOrBuilder |
| RowRange
Specifies a contiguous range of rows.
|
| RowRange.Builder
Specifies a contiguous range of rows.
|
| RowRange.EndKeyCase |
| RowRange.StartKeyCase |
| RowRangeOrBuilder |
| RowSet
Specifies a non-contiguous set of rows.
|
| RowSet.Builder
Specifies a non-contiguous set of rows.
|
| RowSetOrBuilder |
| SampleRowKeysRequest
Request message for Bigtable.SampleRowKeys.
|
| SampleRowKeysRequest.Builder
Request message for Bigtable.SampleRowKeys.
|
| SampleRowKeysRequestOrBuilder |
| SampleRowKeysResponse
Response message for Bigtable.SampleRowKeys.
|
| SampleRowKeysResponse.Builder
Response message for Bigtable.SampleRowKeys.
|
| SampleRowKeysResponseOrBuilder |
| SessionClientConfiguration
Configuration for the Session API.
|
| SessionClientConfiguration.Builder
Configuration for the Session API.
|
| SessionClientConfiguration.ChannelPoolConfiguration
Configuration for the channel pool.
|
| SessionClientConfiguration.ChannelPoolConfiguration.Builder
Configuration for the channel pool.
|
| SessionClientConfiguration.ChannelPoolConfiguration.CloudPathOnly
A channel mode which only allows CloudPath.
|
| SessionClientConfiguration.ChannelPoolConfiguration.CloudPathOnly.Builder
A channel mode which only allows CloudPath.
|
| SessionClientConfiguration.ChannelPoolConfiguration.CloudPathOnlyOrBuilder |
| SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessOnly
A channel mode which only allows DirectAccess.
|
| SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessOnly.Builder
A channel mode which only allows DirectAccess.
|
| SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessOnlyOrBuilder |
| SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback
A channel mode which allows DirectAccess with a fallback to CloudPath if
DirectAccess is unavailable.
|
| SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallback.Builder
A channel mode which allows DirectAccess with a fallback to CloudPath if
DirectAccess is unavailable.
|
| SessionClientConfiguration.ChannelPoolConfiguration.DirectAccessWithFallbackOrBuilder |
| SessionClientConfiguration.ChannelPoolConfiguration.ModeCase |
| SessionClientConfiguration.ChannelPoolConfigurationOrBuilder |
| SessionClientConfiguration.SessionPoolConfiguration
Configuration for the session pools.
|
| SessionClientConfiguration.SessionPoolConfiguration.Builder
Configuration for the session pools.
|
| SessionClientConfiguration.SessionPoolConfigurationOrBuilder |
| SessionClientConfigurationOrBuilder |
| SessionMutateRowRequest
Internal usage only.
|
| SessionMutateRowRequest.Builder
Internal usage only.
|
| SessionMutateRowRequestOrBuilder |
| SessionMutateRowResponse
Internal usage only.
|
| SessionMutateRowResponse.Builder
Internal usage only.
|
| SessionMutateRowResponseOrBuilder |
| SessionParametersResponse
Internal usage only.
|
| SessionParametersResponse.Builder
Internal usage only.
|
| SessionParametersResponseOrBuilder |
| SessionReadRowRequest
Internal usage only.
|
| SessionReadRowRequest.Builder
Internal usage only.
|
| SessionReadRowRequestOrBuilder |
| SessionReadRowResponse
Internal usage only.
|
| SessionReadRowResponse.Builder
Internal usage only.
|
| SessionReadRowResponseOrBuilder |
| SessionRefreshConfig
Internal usage only.
|
| SessionRefreshConfig.Builder
Internal usage only.
|
| SessionRefreshConfig.Metadata
Any additional metadata to include when reconnecting.
|
| SessionRefreshConfig.Metadata.Builder
Any additional metadata to include when reconnecting.
|
| SessionRefreshConfig.MetadataOrBuilder |
| SessionRefreshConfigOrBuilder |
| SessionRequest
Internal usage only.
|
| SessionRequest.Builder
Internal usage only.
|
| SessionRequest.PayloadCase |
| SessionRequestOrBuilder |
| SessionRequestStats
Internal usage only.
|
| SessionRequestStats.Builder
Internal usage only.
|
| SessionRequestStatsOrBuilder |
| SessionResponse
Internal usage only.
|
| SessionResponse.Builder
Internal usage only.
|
| SessionResponse.PayloadCase |
| SessionResponseOrBuilder |
| SessionType
Supported session types.
|
| StreamContinuationToken
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamContinuationToken.Builder
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamContinuationTokenOrBuilder |
| StreamContinuationTokens
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamContinuationTokens.Builder
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamContinuationTokensOrBuilder |
| StreamPartition
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamPartition.Builder
NOTE: This API is intended to be used by Apache Beam BigtableIO.
|
| StreamPartitionOrBuilder |
| TableName |
| TableName.Builder
Builder for projects/{project}/instances/{instance}/tables/{table}.
|
| TableRequest
Internal usage only.
|
| TableRequest.Builder
Internal usage only.
|
| TableRequest.PayloadCase |
| TableRequestOrBuilder |
| TableResponse
Internal usage only.
|
| TableResponse.Builder
Internal usage only.
|
| TableResponse.PayloadCase |
| TableResponseOrBuilder |
| TelemetryConfiguration
Server provided instructions for enabling finer grained observability on
the client to help diagnose customer issues.
|
| TelemetryConfiguration.Builder
Server provided instructions for enabling finer grained observability on
the client to help diagnose customer issues.
|
| TelemetryConfiguration.Level
The level of detail of telemetry to be sent from the client.
|
| TelemetryConfigurationOrBuilder |
| TimestampRange
Specified a contiguous range of microsecond timestamps.
|
| TimestampRange.Builder
Specified a contiguous range of microsecond timestamps.
|
| TimestampRangeOrBuilder |
| Type
`Type` represents the type of data that is written to, read from, or stored
in Bigtable.
|
| Type.Aggregate
A value that combines incremental updates into a summarized value.
|
| Type.Aggregate.AggregatorCase |
| Type.Aggregate.Builder
A value that combines incremental updates into a summarized value.
|
| Type.Aggregate.HyperLogLogPlusPlusUniqueCount
Computes an approximate unique count over the input values.
|
| Type.Aggregate.HyperLogLogPlusPlusUniqueCount.Builder
Computes an approximate unique count over the input values.
|
| Type.Aggregate.HyperLogLogPlusPlusUniqueCountOrBuilder |
| Type.Aggregate.Max
Computes the max of the input values.
|
| Type.Aggregate.Max.Builder
Computes the max of the input values.
|
| Type.Aggregate.MaxOrBuilder |
| Type.Aggregate.Min
Computes the min of the input values.
|
| Type.Aggregate.Min.Builder
Computes the min of the input values.
|
| Type.Aggregate.MinOrBuilder |
| Type.Aggregate.Sum
Computes the sum of the input values.
|
| Type.Aggregate.Sum.Builder
Computes the sum of the input values.
|
| Type.Aggregate.SumOrBuilder |
| Type.AggregateOrBuilder |
| Type.Array
An ordered list of elements of a given type.
|
| Type.Array.Builder
An ordered list of elements of a given type.
|
| Type.ArrayOrBuilder |
| Type.Bool
bool
Values of type `Bool` are stored in `Value.bool_value`.
|
| Type.Bool.Builder
bool
Values of type `Bool` are stored in `Value.bool_value`.
|
| Type.BoolOrBuilder |
| Type.Builder
`Type` represents the type of data that is written to, read from, or stored
in Bigtable.
|
| Type.Bytes
Bytes
Values of type `Bytes` are stored in `Value.bytes_value`.
|
| Type.Bytes.Builder
Bytes
Values of type `Bytes` are stored in `Value.bytes_value`.
|
| Type.Bytes.Encoding
Rules used to convert to or from lower level types.
|
| Type.Bytes.Encoding.Builder
Rules used to convert to or from lower level types.
|
| Type.Bytes.Encoding.EncodingCase |
| Type.Bytes.Encoding.Raw
Leaves the value as-is.
|
| Type.Bytes.Encoding.Raw.Builder
Leaves the value as-is.
|
| Type.Bytes.Encoding.RawOrBuilder |
| Type.Bytes.EncodingOrBuilder |
| Type.BytesOrBuilder |
| Type.Date
Date
Values of type `Date` are stored in `Value.date_value`.
|
| Type.Date.Builder
Date
Values of type `Date` are stored in `Value.date_value`.
|
| Type.DateOrBuilder |
| Type.Enum
A protobuf enum type.
|
| Type.Enum.Builder
A protobuf enum type.
|
| Type.EnumOrBuilder |
| Type.Float32
Float32
Values of type `Float32` are stored in `Value.float_value`.
|
| Type.Float32.Builder
Float32
Values of type `Float32` are stored in `Value.float_value`.
|
| Type.Float32OrBuilder |
| Type.Float64
Float64
Values of type `Float64` are stored in `Value.float_value`.
|
| Type.Float64.Builder
Float64
Values of type `Float64` are stored in `Value.float_value`.
|
| Type.Float64OrBuilder |
| Type.Int64
Int64
Values of type `Int64` are stored in `Value.int_value`.
|
| Type.Int64.Builder
Int64
Values of type `Int64` are stored in `Value.int_value`.
|
| Type.Int64.Encoding
Rules used to convert to or from lower level types.
|
| Type.Int64.Encoding.BigEndianBytes
Encodes the value as an 8-byte big-endian two's complement value.
|
| Type.Int64.Encoding.BigEndianBytes.Builder
Encodes the value as an 8-byte big-endian two's complement value.
|
| Type.Int64.Encoding.BigEndianBytesOrBuilder |
| Type.Int64.Encoding.Builder
Rules used to convert to or from lower level types.
|
| Type.Int64.Encoding.EncodingCase |
| Type.Int64.Encoding.OrderedCodeBytes
Encodes the value in a variable length binary format of up to 10 bytes.
|
| Type.Int64.Encoding.OrderedCodeBytes.Builder
Encodes the value in a variable length binary format of up to 10 bytes.
|
| Type.Int64.Encoding.OrderedCodeBytesOrBuilder |
| Type.Int64.EncodingOrBuilder |
| Type.Int64OrBuilder |
| Type.KindCase |
| Type.Map
A mapping of keys to values of a given type.
|
| Type.Map.Builder
A mapping of keys to values of a given type.
|
| Type.MapOrBuilder |
| Type.Proto
A protobuf message type.
|
| Type.Proto.Builder
A protobuf message type.
|
| Type.ProtoOrBuilder |
| Type.String
String
Values of type `String` are stored in `Value.string_value`.
|
| Type.String.Builder
String
Values of type `String` are stored in `Value.string_value`.
|
| Type.String.Encoding
Rules used to convert to or from lower level types.
|
| Type.String.Encoding.Builder
Rules used to convert to or from lower level types.
|
| Type.String.Encoding.EncodingCase |
| Type.String.Encoding.Utf8Bytes
UTF-8 encoding.
|
| Type.String.Encoding.Utf8Bytes.Builder
UTF-8 encoding.
|
| Type.String.Encoding.Utf8BytesOrBuilder |
| Type.String.Encoding.Utf8Raw
Deprecated.
|
| Type.String.Encoding.Utf8Raw.Builder
Deprecated.
Deprecated: prefer the equivalent `Utf8Bytes`.
|
| Type.String.Encoding.Utf8RawOrBuilder
Deprecated.
|
| Type.String.EncodingOrBuilder |
| Type.StringOrBuilder |
| Type.Struct
A structured data value, consisting of fields which map to dynamically
typed values.
|
| Type.Struct.Builder
A structured data value, consisting of fields which map to dynamically
typed values.
|
| Type.Struct.Encoding
Rules used to convert to or from lower level types.
|
| Type.Struct.Encoding.Builder
Rules used to convert to or from lower level types.
|
| Type.Struct.Encoding.DelimitedBytes
Fields are encoded independently and concatenated with a configurable
`delimiter` in between.
|
| Type.Struct.Encoding.DelimitedBytes.Builder
Fields are encoded independently and concatenated with a configurable
`delimiter` in between.
|
| Type.Struct.Encoding.DelimitedBytesOrBuilder |
| Type.Struct.Encoding.EncodingCase |
| Type.Struct.Encoding.OrderedCodeBytes
Fields are encoded independently and concatenated with the fixed byte
pair `{0x00, 0x01}` in between.
|
| Type.Struct.Encoding.OrderedCodeBytes.Builder
Fields are encoded independently and concatenated with the fixed byte
pair `{0x00, 0x01}` in between.
|
| Type.Struct.Encoding.OrderedCodeBytesOrBuilder |
| Type.Struct.Encoding.Singleton
Uses the encoding of `fields[0].type` as-is.
|
| Type.Struct.Encoding.Singleton.Builder
Uses the encoding of `fields[0].type` as-is.
|
| Type.Struct.Encoding.SingletonOrBuilder |
| Type.Struct.EncodingOrBuilder |
| Type.Struct.Field
A struct field and its type.
|
| Type.Struct.Field.Builder
A struct field and its type.
|
| Type.Struct.FieldOrBuilder |
| Type.StructOrBuilder |
| Type.Timestamp
Timestamp
Values of type `Timestamp` are stored in `Value.timestamp_value`.
|
| Type.Timestamp.Builder
Timestamp
Values of type `Timestamp` are stored in `Value.timestamp_value`.
|
| Type.Timestamp.Encoding
Rules used to convert to or from lower level types.
|
| Type.Timestamp.Encoding.Builder
Rules used to convert to or from lower level types.
|
| Type.Timestamp.Encoding.EncodingCase |
| Type.Timestamp.EncodingOrBuilder |
| Type.TimestampOrBuilder |
| TypeOrBuilder |
| Value
`Value` represents a dynamically typed value.
|
| Value.Builder
`Value` represents a dynamically typed value.
|
| Value.KindCase |
| ValueBitmask
Restricts the output to cells whose values match the given bitmask.
|
| ValueBitmask.Builder
Restricts the output to cells whose values match the given bitmask.
|
| ValueBitmaskOrBuilder |
| ValueOrBuilder |
| ValueRange
Specifies a contiguous range of raw byte values.
|
| ValueRange.Builder
Specifies a contiguous range of raw byte values.
|
| ValueRange.EndValueCase |
| ValueRange.StartValueCase |
| ValueRangeOrBuilder |
| VirtualRpcRequest
Internal usage only.
|
| VirtualRpcRequest.Builder
Internal usage only.
|
| VirtualRpcRequest.Metadata
Container for all vRPC Metadata.
|
| VirtualRpcRequest.Metadata.Builder
Container for all vRPC Metadata.
|
| VirtualRpcRequest.MetadataOrBuilder |
| VirtualRpcRequestOrBuilder |
| VirtualRpcResponse
Internal usage only.
|
| VirtualRpcResponse.Builder
Internal usage only.
|
| VirtualRpcResponseOrBuilder |
Copyright © 2026 Google LLC. All rights reserved.