Cloud Bigtable API v2 - Package cloud.google.com/go/bigtable/apiv2/bigtablepb (v1.47.0)

Constants

Bigtable_ReadRows_FullMethodName, Bigtable_SampleRowKeys_FullMethodName, Bigtable_MutateRow_FullMethodName, Bigtable_MutateRows_FullMethodName, Bigtable_CheckAndMutateRow_FullMethodName, Bigtable_PingAndWarm_FullMethodName, Bigtable_ReadModifyWriteRow_FullMethodName, Bigtable_GenerateInitialChangeStreamPartitions_FullMethodName, Bigtable_ReadChangeStream_FullMethodName, Bigtable_PrepareQuery_FullMethodName, Bigtable_ExecuteQuery_FullMethodName, Bigtable_GetClientConfiguration_FullMethodName, Bigtable_OpenTable_FullMethodName, Bigtable_OpenAuthorizedView_FullMethodName, Bigtable_OpenMaterializedView_FullMethodName

const (
	Bigtable_ReadRows_FullMethodName                              = "/google.bigtable.v2.Bigtable/ReadRows"
	Bigtable_SampleRowKeys_FullMethodName                         = "/google.bigtable.v2.Bigtable/SampleRowKeys"
	Bigtable_MutateRow_FullMethodName                             = "/google.bigtable.v2.Bigtable/MutateRow"
	Bigtable_MutateRows_FullMethodName                            = "/google.bigtable.v2.Bigtable/MutateRows"
	Bigtable_CheckAndMutateRow_FullMethodName                     = "/google.bigtable.v2.Bigtable/CheckAndMutateRow"
	Bigtable_PingAndWarm_FullMethodName                           = "/google.bigtable.v2.Bigtable/PingAndWarm"
	Bigtable_ReadModifyWriteRow_FullMethodName                    = "/google.bigtable.v2.Bigtable/ReadModifyWriteRow"
	Bigtable_GenerateInitialChangeStreamPartitions_FullMethodName = "/google.bigtable.v2.Bigtable/GenerateInitialChangeStreamPartitions"
	Bigtable_ReadChangeStream_FullMethodName                      = "/google.bigtable.v2.Bigtable/ReadChangeStream"
	Bigtable_PrepareQuery_FullMethodName                          = "/google.bigtable.v2.Bigtable/PrepareQuery"
	Bigtable_ExecuteQuery_FullMethodName                          = "/google.bigtable.v2.Bigtable/ExecuteQuery"
	Bigtable_GetClientConfiguration_FullMethodName                = "/google.bigtable.v2.Bigtable/GetClientConfiguration"
	Bigtable_OpenTable_FullMethodName                             = "/google.bigtable.v2.Bigtable/OpenTable"
	Bigtable_OpenAuthorizedView_FullMethodName                    = "/google.bigtable.v2.Bigtable/OpenAuthorizedView"
	Bigtable_OpenMaterializedView_FullMethodName                  = "/google.bigtable.v2.Bigtable/OpenMaterializedView"
)

Variables

ReadRowsRequest_RequestStatsView_name, ReadRowsRequest_RequestStatsView_value

var (
	ReadRowsRequest_RequestStatsView_name = map[int32]string{
		0: "REQUEST_STATS_VIEW_UNSPECIFIED",
		1: "REQUEST_STATS_NONE",
		2: "REQUEST_STATS_FULL",
	}
	ReadRowsRequest_RequestStatsView_value = map[string]int32{
		"REQUEST_STATS_VIEW_UNSPECIFIED": 0,
		"REQUEST_STATS_NONE":             1,
		"REQUEST_STATS_FULL":             2,
	}
)

Enum value maps for ReadRowsRequest_RequestStatsView.

ReadChangeStreamResponse_DataChange_Type_name, ReadChangeStreamResponse_DataChange_Type_value

var (
	ReadChangeStreamResponse_DataChange_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "USER",
		2: "GARBAGE_COLLECTION",
		3: "CONTINUATION",
	}
	ReadChangeStreamResponse_DataChange_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED":   0,
		"USER":               1,
		"GARBAGE_COLLECTION": 2,
		"CONTINUATION":       3,
	}
)

Enum value maps for ReadChangeStreamResponse_DataChange_Type.

PeerInfo_TransportType_name, PeerInfo_TransportType_value

var (
	PeerInfo_TransportType_name = map[int32]string{
		0: "TRANSPORT_TYPE_UNKNOWN",
		1: "TRANSPORT_TYPE_EXTERNAL",
		2: "TRANSPORT_TYPE_CLOUD_PATH",
		3: "TRANSPORT_TYPE_DIRECT_ACCESS",
		4: "TRANSPORT_TYPE_SESSION_UNKNOWN",
		5: "TRANSPORT_TYPE_SESSION_EXTERNAL",
		6: "TRANSPORT_TYPE_SESSION_CLOUD_PATH",
		7: "TRANSPORT_TYPE_SESSION_DIRECT_ACCESS",
	}
	PeerInfo_TransportType_value = map[string]int32{
		"TRANSPORT_TYPE_UNKNOWN":               0,
		"TRANSPORT_TYPE_EXTERNAL":              1,
		"TRANSPORT_TYPE_CLOUD_PATH":            2,
		"TRANSPORT_TYPE_DIRECT_ACCESS":         3,
		"TRANSPORT_TYPE_SESSION_UNKNOWN":       4,
		"TRANSPORT_TYPE_SESSION_EXTERNAL":      5,
		"TRANSPORT_TYPE_SESSION_CLOUD_PATH":    6,
		"TRANSPORT_TYPE_SESSION_DIRECT_ACCESS": 7,
	}
)

Enum value maps for PeerInfo_TransportType.

SessionType_name, SessionType_value

var (
	SessionType_name = map[int32]string{
		0:    "SESSION_TYPE_UNSET",
		1:    "SESSION_TYPE_TABLE",
		2:    "SESSION_TYPE_AUTHORIZED_VIEW",
		3:    "SESSION_TYPE_MATERIALIZED_VIEW",
		9999: "SESSION_TYPE_TEST",
	}
	SessionType_value = map[string]int32{
		"SESSION_TYPE_UNSET":             0,
		"SESSION_TYPE_TABLE":             1,
		"SESSION_TYPE_AUTHORIZED_VIEW":   2,
		"SESSION_TYPE_MATERIALIZED_VIEW": 3,
		"SESSION_TYPE_TEST":              9999,
	}
)

Enum value maps for SessionType.

TelemetryConfiguration_Level_name, TelemetryConfiguration_Level_value

var (
	TelemetryConfiguration_Level_name = map[int32]string{
		0: "LEVEL_UNSPECIFIED",
		1: "DEBUG",
		2: "INFO",
		3: "WARN",
		4: "ERROR",
	}
	TelemetryConfiguration_Level_value = map[string]int32{
		"LEVEL_UNSPECIFIED": 0,
		"DEBUG":             1,
		"INFO":              2,
		"WARN":              3,
		"ERROR":             4,
	}
)

Enum value maps for TelemetryConfiguration_Level.

CloseSessionRequest_CloseSessionReason_name, CloseSessionRequest_CloseSessionReason_value

var (
	CloseSessionRequest_CloseSessionReason_name = map[int32]string{
		0: "CLOSE_SESSION_REASON_UNSET",
		1: "CLOSE_SESSION_REASON_GOAWAY",
		2: "CLOSE_SESSION_REASON_ERROR",
		3: "CLOSE_SESSION_REASON_USER",
		4: "CLOSE_SESSION_REASON_DOWNSIZE",
		5: "CLOSE_SESSION_REASON_MISSED_HEARTBEAT",
	}
	CloseSessionRequest_CloseSessionReason_value = map[string]int32{
		"CLOSE_SESSION_REASON_UNSET":            0,
		"CLOSE_SESSION_REASON_GOAWAY":           1,
		"CLOSE_SESSION_REASON_ERROR":            2,
		"CLOSE_SESSION_REASON_USER":             3,
		"CLOSE_SESSION_REASON_DOWNSIZE":         4,
		"CLOSE_SESSION_REASON_MISSED_HEARTBEAT": 5,
	}
)

Enum value maps for CloseSessionRequest_CloseSessionReason.

OpenTableRequest_Permission_name, OpenTableRequest_Permission_value

var (
	OpenTableRequest_Permission_name = map[int32]string{
		0: "PERMISSION_UNSET",
		1: "PERMISSION_READ",
		2: "PERMISSION_WRITE",
		3: "PERMISSION_READ_WRITE",
	}
	OpenTableRequest_Permission_value = map[string]int32{
		"PERMISSION_UNSET":      0,
		"PERMISSION_READ":       1,
		"PERMISSION_WRITE":      2,
		"PERMISSION_READ_WRITE": 3,
	}
)

Enum value maps for OpenTableRequest_Permission.

OpenAuthorizedViewRequest_Permission_name, OpenAuthorizedViewRequest_Permission_value

var (
	OpenAuthorizedViewRequest_Permission_name = map[int32]string{
		0: "PERMISSION_UNSET",
		1: "PERMISSION_READ",
		2: "PERMISSION_WRITE",
		3: "PERMISSION_READ_WRITE",
	}
	OpenAuthorizedViewRequest_Permission_value = map[string]int32{
		"PERMISSION_UNSET":      0,
		"PERMISSION_READ":       1,
		"PERMISSION_WRITE":      2,
		"PERMISSION_READ_WRITE": 3,
	}
)

Enum value maps for OpenAuthorizedViewRequest_Permission.

OpenMaterializedViewRequest_Permission_name, OpenMaterializedViewRequest_Permission_value

var (
	OpenMaterializedViewRequest_Permission_name = map[int32]string{
		0: "PERMISSION_UNSET",
		1: "PERMISSION_READ",
	}
	OpenMaterializedViewRequest_Permission_value = map[string]int32{
		"PERMISSION_UNSET": 0,
		"PERMISSION_READ":  1,
	}
)

Enum value maps for OpenMaterializedViewRequest_Permission.

E_OpenSessionType, E_VrpcSessionType

var (
	// Only OpenSessionRequest.payload's with a type matching rpc_session_type are
	// accepted by the server, and only OpenSessionResponse.payload's with a type
	// matching rpc_session_type are accepted by the client.
	//
	// optional google.bigtable.v2.SessionType open_session_type = 138898474;
	E_OpenSessionType = &file_google_bigtable_v2_session_proto_extTypes[0]
	// Only VirtualRpcRequest.payload's with a type matching rpc_session_type are
	// accepted by the server, and only VirtualRpcResponse.payload's with a type
	// matching rpc_session_type are accepted by the client.
	//
	// repeated google.bigtable.v2.SessionType vrpc_session_type = 138899157;
	E_VrpcSessionType = &file_google_bigtable_v2_session_proto_extTypes[1]
)

Extension fields to descriptorpb.MessageOptions.

Bigtable_ServiceDesc

var Bigtable_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "google.bigtable.v2.Bigtable",
	HandlerType: (*BigtableServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "MutateRow",
			Handler:    _Bigtable_MutateRow_Handler,
		},
		{
			MethodName: "CheckAndMutateRow",
			Handler:    _Bigtable_CheckAndMutateRow_Handler,
		},
		{
			MethodName: "PingAndWarm",
			Handler:    _Bigtable_PingAndWarm_Handler,
		},
		{
			MethodName: "ReadModifyWriteRow",
			Handler:    _Bigtable_ReadModifyWriteRow_Handler,
		},
		{
			MethodName: "PrepareQuery",
			Handler:    _Bigtable_PrepareQuery_Handler,
		},
		{
			MethodName: "GetClientConfiguration",
			Handler:    _Bigtable_GetClientConfiguration_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "ReadRows",
			Handler:       _Bigtable_ReadRows_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SampleRowKeys",
			Handler:       _Bigtable_SampleRowKeys_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "MutateRows",
			Handler:       _Bigtable_MutateRows_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "GenerateInitialChangeStreamPartitions",
			Handler:       _Bigtable_GenerateInitialChangeStreamPartitions_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ReadChangeStream",
			Handler:       _Bigtable_ReadChangeStream_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ExecuteQuery",
			Handler:       _Bigtable_ExecuteQuery_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "OpenTable",
			Handler:       _Bigtable_OpenTable_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "OpenAuthorizedView",
			Handler:       _Bigtable_OpenAuthorizedView_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "OpenMaterializedView",
			Handler:       _Bigtable_OpenMaterializedView_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
	},
	Metadata: "google/bigtable/v2/bigtable.proto",
}

Bigtable_ServiceDesc is the grpc.ServiceDesc for Bigtable service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

E_RpcSessionType

var (
	// All session service methods must set this option to indicate which
	// messages are permissible within the generic envelope.
	//
	// optional google.bigtable.v2.SessionType rpc_session_type = 137964804;
	E_RpcSessionType = &file_google_bigtable_v2_session_proto_extTypes[2]
)

Extension fields to descriptorpb.MethodOptions.

File_google_bigtable_v2_bigtable_proto

var File_google_bigtable_v2_bigtable_proto protoreflect.FileDescriptor

File_google_bigtable_v2_data_proto

var File_google_bigtable_v2_data_proto protoreflect.FileDescriptor

File_google_bigtable_v2_feature_flags_proto

var File_google_bigtable_v2_feature_flags_proto protoreflect.FileDescriptor

File_google_bigtable_v2_peer_info_proto

var File_google_bigtable_v2_peer_info_proto protoreflect.FileDescriptor

File_google_bigtable_v2_request_stats_proto

var File_google_bigtable_v2_request_stats_proto protoreflect.FileDescriptor

File_google_bigtable_v2_response_params_proto

var File_google_bigtable_v2_response_params_proto protoreflect.FileDescriptor

File_google_bigtable_v2_session_proto

var File_google_bigtable_v2_session_proto protoreflect.FileDescriptor

File_google_bigtable_v2_types_proto

var File_google_bigtable_v2_types_proto protoreflect.FileDescriptor

Functions

func RegisterBigtableServer

func RegisterBigtableServer(s grpc.ServiceRegistrar, srv BigtableServer)

ArrayValue

type ArrayValue struct {

	// The ordered elements in the array.
	Values []*Value `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

ArrayValue is an ordered list of Value.

func (*ArrayValue) Descriptor

func (*ArrayValue) Descriptor() ([]byte, []int)

Deprecated: Use ArrayValue.ProtoReflect.Descriptor instead.

func (*ArrayValue) GetValues

func (x *ArrayValue) GetValues() []*Value

func (*ArrayValue) ProtoMessage

func (*ArrayValue) ProtoMessage()

func (*ArrayValue) ProtoReflect

func (x *ArrayValue) ProtoReflect() protoreflect.Message

func (*ArrayValue) Reset

func (x *ArrayValue) Reset()

func (*ArrayValue) String

func (x *ArrayValue) String() string

AuthorizedViewRequest

type AuthorizedViewRequest struct {

	// Note in V1 we target only pure point operations.
	//
	// Types that are valid to be assigned to Payload:
	//
	//	*AuthorizedViewRequest_ReadRow
	//	*AuthorizedViewRequest_MutateRow
	Payload isAuthorizedViewRequest_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

A request wrapper for operations on an authorized view. Internal usage only.

func (*AuthorizedViewRequest) Descriptor

func (*AuthorizedViewRequest) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizedViewRequest.ProtoReflect.Descriptor instead.

func (*AuthorizedViewRequest) GetMutateRow

func (*AuthorizedViewRequest) GetPayload

func (x *AuthorizedViewRequest) GetPayload() isAuthorizedViewRequest_Payload

func (*AuthorizedViewRequest) GetReadRow

func (*AuthorizedViewRequest) ProtoMessage

func (*AuthorizedViewRequest) ProtoMessage()

func (*AuthorizedViewRequest) ProtoReflect

func (x *AuthorizedViewRequest) ProtoReflect() protoreflect.Message

func (*AuthorizedViewRequest) Reset

func (x *AuthorizedViewRequest) Reset()

func (*AuthorizedViewRequest) String

func (x *AuthorizedViewRequest) String() string

AuthorizedViewRequest_MutateRow

type AuthorizedViewRequest_MutateRow struct {
	MutateRow *SessionMutateRowRequest `protobuf:"bytes,2,opt,name=mutate_row,json=mutateRow,proto3,oneof"`
}

AuthorizedViewRequest_ReadRow

type AuthorizedViewRequest_ReadRow struct {
	ReadRow *SessionReadRowRequest `protobuf:"bytes,1,opt,name=read_row,json=readRow,proto3,oneof"`
}

AuthorizedViewResponse

type AuthorizedViewResponse struct {

	// Note in V1 we target only pure point operations.
	//
	// Types that are valid to be assigned to Payload:
	//
	//	*AuthorizedViewResponse_ReadRow
	//	*AuthorizedViewResponse_MutateRow
	Payload isAuthorizedViewResponse_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

A response wrapper for operations on an authorized view. Internal usage only.

func (*AuthorizedViewResponse) Descriptor

func (*AuthorizedViewResponse) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizedViewResponse.ProtoReflect.Descriptor instead.

func (*AuthorizedViewResponse) GetMutateRow

func (*AuthorizedViewResponse) GetPayload

func (x *AuthorizedViewResponse) GetPayload() isAuthorizedViewResponse_Payload

func (*AuthorizedViewResponse) GetReadRow

func (*AuthorizedViewResponse) ProtoMessage

func (*AuthorizedViewResponse) ProtoMessage()

func (*AuthorizedViewResponse) ProtoReflect

func (x *AuthorizedViewResponse) ProtoReflect() protoreflect.Message

func (*AuthorizedViewResponse) Reset

func (x *AuthorizedViewResponse) Reset()

func (*AuthorizedViewResponse) String

func (x *AuthorizedViewResponse) String() string

AuthorizedViewResponse_MutateRow

type AuthorizedViewResponse_MutateRow struct {
	MutateRow *SessionMutateRowResponse `protobuf:"bytes,2,opt,name=mutate_row,json=mutateRow,proto3,oneof"`
}

AuthorizedViewResponse_ReadRow

type AuthorizedViewResponse_ReadRow struct {
	ReadRow *SessionReadRowResponse `protobuf:"bytes,1,opt,name=read_row,json=readRow,proto3,oneof"`
}

BackendIdentifier

type BackendIdentifier struct {

	// An opaque identifier for the Google Frontend which serviced this request.
	// Only set when not using DirectAccess.
	GoogleFrontendId int64 `protobuf:"varint,1,opt,name=google_frontend_id,json=googleFrontendId,proto3" json:"google_frontend_id,omitempty"`
	// An opaque identifier for the application frontend which serviced this
	// request.
	ApplicationFrontendId int64 `protobuf:"varint,2,opt,name=application_frontend_id,json=applicationFrontendId,proto3" json:"application_frontend_id,omitempty"`
	// The zone of the application frontend that served this request.
	ApplicationFrontendZone string `protobuf:"bytes,3,opt,name=application_frontend_zone,json=applicationFrontendZone,proto3" json:"application_frontend_zone,omitempty"`
	// contains filtered or unexported fields
}

Information about the connected backends from a session client's perspective. This information may be used to make choices about session re-establishment en-masse for sessions with the same backend identifiers. Internal usage only.

func (*BackendIdentifier) Descriptor

func (*BackendIdentifier) Descriptor() ([]byte, []int)

Deprecated: Use BackendIdentifier.ProtoReflect.Descriptor instead.

func (*BackendIdentifier) GetApplicationFrontendId

func (x *BackendIdentifier) GetApplicationFrontendId() int64

func (*BackendIdentifier) GetApplicationFrontendZone

func (x *BackendIdentifier) GetApplicationFrontendZone() string

func (*BackendIdentifier) GetGoogleFrontendId

func (x *BackendIdentifier) GetGoogleFrontendId() int64

func (*BackendIdentifier) ProtoMessage

func (*BackendIdentifier) ProtoMessage()

func (*BackendIdentifier) ProtoReflect

func (x *BackendIdentifier) ProtoReflect() protoreflect.Message

func (*BackendIdentifier) Reset

func (x *BackendIdentifier) Reset()

func (*BackendIdentifier) String

func (x *BackendIdentifier) String() string

BigtableClient

type BigtableClient interface {
	// Streams back the contents of all requested rows in key order, optionally
	// applying the same Reader filter to each. Depending on their size,
	// rows and cells may be broken up across multiple responses, but
	// atomicity of each row will still be preserved. See the
	// ReadRowsResponse documentation for details.
	ReadRows(ctx context.Context, in *ReadRowsRequest, opts ...grpc.CallOption) (Bigtable_ReadRowsClient, error)
	// Returns a sample of row keys in the table. The returned row keys will
	// delimit contiguous sections of the table of approximately equal size,
	// which can be used to break up the data for distributed tasks like
	// mapreduces.
	SampleRowKeys(ctx context.Context, in *SampleRowKeysRequest, opts ...grpc.CallOption) (Bigtable_SampleRowKeysClient, error)
	// Mutates a row atomically. Cells already present in the row are left
	// unchanged unless explicitly changed by `mutation`.
	MutateRow(ctx context.Context, in *MutateRowRequest, opts ...grpc.CallOption) (*MutateRowResponse, error)
	// Mutates multiple rows in a batch. Each individual row is mutated
	// atomically as in MutateRow, but the entire batch is not executed
	// atomically.
	MutateRows(ctx context.Context, in *MutateRowsRequest, opts ...grpc.CallOption) (Bigtable_MutateRowsClient, error)
	// Mutates a row atomically based on the output of a predicate Reader filter.
	CheckAndMutateRow(ctx context.Context, in *CheckAndMutateRowRequest, opts ...grpc.CallOption) (*CheckAndMutateRowResponse, error)
	// Warm up associated instance metadata for this connection.
	// This call is not required but may be useful for connection keep-alive.
	PingAndWarm(ctx context.Context, in *PingAndWarmRequest, opts ...grpc.CallOption) (*PingAndWarmResponse, error)
	// Modifies a row atomically on the server. The method reads the latest
	// existing timestamp and value from the specified columns and writes a new
	// entry based on pre-defined read/modify/write rules. The new value for the
	// timestamp is the greater of the existing timestamp or the current server
	// time. The method returns the new contents of all modified cells.
	ReadModifyWriteRow(ctx context.Context, in *ReadModifyWriteRowRequest, opts ...grpc.CallOption) (*ReadModifyWriteRowResponse, error)
	// Returns the current list of partitions that make up the table's
	// change stream. The union of partitions will cover the entire keyspace.
	// Partitions can be read with `ReadChangeStream`.
	// NOTE: This API is only intended to be used by Apache Beam BigtableIO.
	GenerateInitialChangeStreamPartitions(ctx context.Context, in *GenerateInitialChangeStreamPartitionsRequest, opts ...grpc.CallOption) (Bigtable_GenerateInitialChangeStreamPartitionsClient, error)
	// Reads changes from a table's change stream. Changes will
	// reflect both user-initiated mutations and mutations that are caused by
	// garbage collection.
	// NOTE: This API is only intended to be used by Apache Beam BigtableIO.
	ReadChangeStream(ctx context.Context, in *ReadChangeStreamRequest, opts ...grpc.CallOption) (Bigtable_ReadChangeStreamClient, error)
	// Prepares a GoogleSQL query for execution on a particular Bigtable instance.
	PrepareQuery(ctx context.Context, in *PrepareQueryRequest, opts ...grpc.CallOption) (*PrepareQueryResponse, error)
	// Executes a SQL query against a particular Bigtable instance.
	ExecuteQuery(ctx context.Context, in *ExecuteQueryRequest, opts ...grpc.CallOption) (Bigtable_ExecuteQueryClient, error)
	// This RPC is only intended to be used by the official Cloud Bigtable client
	// libraries to implement the Bigtable Session based protocol. It is subject
	// to change without notice.
	GetClientConfiguration(ctx context.Context, in *GetClientConfigurationRequest, opts ...grpc.CallOption) (*ClientConfiguration, error)
	// This RPC is only intended to be used by the official Cloud Bigtable client
	// libraries to implement the Bigtable Session based protocol. It is subject
	// to change without notice.
	OpenTable(ctx context.Context, opts ...grpc.CallOption) (Bigtable_OpenTableClient, error)
	// This RPC is only intended to be used by the official Cloud Bigtable client
	// libraries to implement the Bigtable Session based protocol. It is subject
	// to change without notice.
	OpenAuthorizedView(ctx context.Context, opts ...grpc.CallOption) (Bigtable_OpenAuthorizedViewClient, error)
	// This RPC is only intended to be used by the official Cloud Bigtable client
	// libraries to implement the Bigtable Session based protocol. It is subject
	// to change without notice.
	OpenMaterializedView(ctx context.Context, opts ...grpc.CallOption) (Bigtable_OpenMaterializedViewClient, error)
}

BigtableClient is the client API for Bigtable service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewBigtableClient

func NewBigtableClient(cc grpc.ClientConnInterface) BigtableClient

BigtableServer

type BigtableServer interface {
	// Streams back the contents of all requested rows in key order, optionally
	// applying the same Reader filter to each. Depending on their size,
	// rows and cells may be broken up across multiple responses, but
	// atomicity of each row will still be preserved. See the
	// ReadRowsResponse documentation for details.
	ReadRows(*ReadRowsRequest, Bigtable_ReadRowsServer) error
	// Returns a sample of row keys in the table. The returned row keys will
	// delimit contiguous sections of the table of approximately equal size,
	// which can be used to break up the data for distributed tasks like
	// mapreduces.
	SampleRowKeys(*SampleRowKeysRequest, Bigtable_SampleRowKeysServer) error
	// Mutates a row atomically. Cells already present in the row are left
	// unchanged unless explicitly changed by `mutation`.
	MutateRow(context.Context, *MutateRowRequest) (*MutateRowResponse, error)
	// Mutates multiple rows in a batch. Each individual row is mutated
	// atomically as in MutateRow, but the entire batch is not executed
	// atomically.
	MutateRows(*MutateRowsRequest, Bigtable_MutateRowsServer) error
	// Mutates a row atomically based on the output of a predicate Reader filter.
	CheckAndMutateRow(context.Context, *CheckAndMutateRowRequest) (*CheckAndMutateRowResponse, error)
	// Warm up associated instance metadata for this connection.
	// This call is not required but may be useful for connection keep-alive.
	PingAndWarm(context.Context, *PingAndWarmRequest) (*PingAndWarmResponse, error)
	// Modifies a row atomically on the server. The method reads the latest
	// existing timestamp and value from the specified columns and writes a new
	// entry based on pre-defined read/modify/write rules. The new value for the
	// timestamp is the greater of the existing timestamp or the current server
	// time. The method returns the new contents of all modified cells.
	ReadModifyWriteRow(context.Context, *ReadModifyWriteRowRequest) (*ReadModifyWriteRowResponse, error)
	// Returns the current list of partitions that make up the table's
	// change stream. The union of partitions will cover the entire keyspace.
	// Partitions can be read with `ReadChangeStream`.
	// NOTE: This API is only intended to be used by Apache Beam BigtableIO.
	GenerateInitialChangeStreamPartitions(*GenerateInitialChangeStreamPartitionsRequest, Bigtable_GenerateInitialChangeStreamPartitionsServer) error
	// Reads changes from a table's change stream. Changes will
	// reflect both user-initiated mutations and mutations that are caused by
	// garbage collection.
	// NOTE: This API is only intended to be used by Apache Beam BigtableIO.
	ReadChangeStream(*ReadChangeStreamRequest, Bigtable_ReadChangeStreamServer) error
	// Prepares a GoogleSQL query for execution on a particular Bigtable instance.
	PrepareQuery(context.Context, *PrepareQueryRequest) (*PrepareQueryResponse, error)
	// Executes a SQL query against a particular Bigtable instance.
	ExecuteQuery(*ExecuteQueryRequest, Bigtable_ExecuteQueryServer) error
	// This RPC is only intended to be used by the official Cloud Bigtable client
	// libraries to implement the Bigtable Session based protocol. It is subject
	// to change without notice.
	GetClientConfiguration(context.Context, *GetClientConfigurationRequest) (*ClientConfiguration, error)
	// This RPC is only intended to be used by the official Cloud Bigtable client
	// libraries to implement the Bigtable Session based protocol. It is subject
	// to change without notice.
	OpenTable(Bigtable_OpenTableServer) error
	// This RPC is only intended to be used by the official Cloud Bigtable client
	// libraries to implement the Bigtable Session based protocol. It is subject
	// to change without notice.
	OpenAuthorizedView(Bigtable_OpenAuthorizedViewServer) error
	// This RPC is only intended to be used by the official Cloud Bigtable client
	// libraries to implement the Bigtable Session based protocol. It is subject
	// to change without notice.
	OpenMaterializedView(Bigtable_OpenMaterializedViewServer) error
}

BigtableServer is the server API for Bigtable service. All implementations should embed UnimplementedBigtableServer for forward compatibility

Bigtable_ExecuteQueryClient

type Bigtable_ExecuteQueryClient interface {
	Recv() (*ExecuteQueryResponse, error)
	grpc.ClientStream
}

Bigtable_ExecuteQueryServer

type Bigtable_ExecuteQueryServer interface {
	Send(*ExecuteQueryResponse) error
	grpc.ServerStream
}

Bigtable_GenerateInitialChangeStreamPartitionsClient

type Bigtable_GenerateInitialChangeStreamPartitionsClient interface {
	Recv() (*GenerateInitialChangeStreamPartitionsResponse, error)
	grpc.ClientStream
}

Bigtable_GenerateInitialChangeStreamPartitionsServer

type Bigtable_GenerateInitialChangeStreamPartitionsServer interface {
	Send(*GenerateInitialChangeStreamPartitionsResponse) error
	grpc.ServerStream
}

Bigtable_MutateRowsClient

type Bigtable_MutateRowsClient interface {
	Recv() (*MutateRowsResponse, error)
	grpc.ClientStream
}

Bigtable_MutateRowsServer

type Bigtable_MutateRowsServer interface {
	Send(*MutateRowsResponse) error
	grpc.ServerStream
}

Bigtable_OpenAuthorizedViewClient

type Bigtable_OpenAuthorizedViewClient interface {
	Send(*SessionRequest) error
	Recv() (*SessionResponse, error)
	grpc.ClientStream
}

Bigtable_OpenAuthorizedViewServer

type Bigtable_OpenAuthorizedViewServer interface {
	Send(*SessionResponse) error
	Recv() (*SessionRequest, error)
	grpc.ServerStream
}

Bigtable_OpenMaterializedViewClient

type Bigtable_OpenMaterializedViewClient interface {
	Send(*SessionRequest) error
	Recv() (*SessionResponse, error)
	grpc.ClientStream
}

Bigtable_OpenMaterializedViewServer

type Bigtable_OpenMaterializedViewServer interface {
	Send(*SessionResponse) error
	Recv() (*SessionRequest, error)
	grpc.ServerStream
}

Bigtable_OpenTableClient

type Bigtable_OpenTableClient interface {
	Send(*SessionRequest) error
	Recv() (*SessionResponse, error)
	grpc.ClientStream
}

Bigtable_OpenTableServer

type Bigtable_OpenTableServer interface {
	Send(*SessionResponse) error
	Recv() (*SessionRequest, error)
	grpc.ServerStream
}

Bigtable_ReadChangeStreamClient

type Bigtable_ReadChangeStreamClient interface {
	Recv() (*ReadChangeStreamResponse, error)
	grpc.ClientStream
}

Bigtable_ReadChangeStreamServer

type Bigtable_ReadChangeStreamServer interface {
	Send(*ReadChangeStreamResponse) error
	grpc.ServerStream
}

Bigtable_ReadRowsClient

type Bigtable_ReadRowsClient interface {
	Recv() (*ReadRowsResponse, error)
	grpc.ClientStream
}

Bigtable_ReadRowsServer

type Bigtable_ReadRowsServer interface {
	Send(*ReadRowsResponse) error
	grpc.ServerStream
}

Bigtable_SampleRowKeysClient

type Bigtable_SampleRowKeysClient interface {
	Recv() (*SampleRowKeysResponse, error)
	grpc.ClientStream
}

Bigtable_SampleRowKeysServer

type Bigtable_SampleRowKeysServer interface {
	Send(*SampleRowKeysResponse) error
	grpc.ServerStream
}

Cell

type Cell struct {

	// The cell's stored timestamp, which also uniquely identifies it within
	// its column.
	// Values are always expressed in microseconds, but individual tables may set
	// a coarser granularity to further restrict the allowed values. For
	// example, a table which specifies millisecond granularity will only allow
	// values of `timestamp_micros` which are multiples of 1000.
	TimestampMicros int64 `protobuf:"varint,1,opt,name=timestamp_micros,json=timestampMicros,proto3" json:"timestamp_micros,omitempty"`
	// The value stored in the cell.
	// May contain any byte string, including the empty string, up to 100MiB in
	// length.
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
	Labels []string `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

Specifies (some of) the contents of a single row/column/timestamp of a table.

func (*Cell) Descriptor

func (*Cell) Descriptor() ([]byte, []int)

Deprecated: Use Cell.ProtoReflect.Descriptor instead.

func (*Cell) GetLabels

func (x *Cell) GetLabels() []string

func (*Cell) GetTimestampMicros

func (x *Cell) GetTimestampMicros() int64

func (*Cell) GetValue

func (x *Cell) GetValue() []byte

func (*Cell) ProtoMessage

func (*Cell) ProtoMessage()

func (*Cell) ProtoReflect

func (x *Cell) ProtoReflect() protoreflect.Message

func (*Cell) Reset

func (x *Cell) Reset()

func (*Cell) String

func (x *Cell) String() string

CheckAndMutateRowRequest

type CheckAndMutateRowRequest struct {

	// Optional. The unique name of the table to which the conditional mutation
	// should be applied.
	//
	// Values are of the form
	// `projects/

Request message for Bigtable.CheckAndMutateRow.

func (*CheckAndMutateRowRequest) Descriptor

func (*CheckAndMutateRowRequest) Descriptor() ([]byte, []int)

Deprecated: Use CheckAndMutateRowRequest.ProtoReflect.Descriptor instead.

func (*CheckAndMutateRowRequest) GetAppProfileId

func (x *CheckAndMutateRowRequest) GetAppProfileId() string

func (*CheckAndMutateRowRequest) GetAuthorizedViewName

func (x *CheckAndMutateRowRequest) GetAuthorizedViewName() string

func (*CheckAndMutateRowRequest) GetFalseMutations

func (x *CheckAndMutateRowRequest) GetFalseMutations() []*Mutation

func (*CheckAndMutateRowRequest) GetPredicateFilter

func (x *CheckAndMutateRowRequest) GetPredicateFilter() *RowFilter

func (*CheckAndMutateRowRequest) GetRowKey

func (x *CheckAndMutateRowRequest) GetRowKey() []byte

func (*CheckAndMutateRowRequest) GetTableName

func (x *CheckAndMutateRowRequest) GetTableName() string

func (*CheckAndMutateRowRequest) GetTrueMutations

func (x *CheckAndMutateRowRequest) GetTrueMutations() []*Mutation

func (*CheckAndMutateRowRequest) ProtoMessage

func (*CheckAndMutateRowRequest) ProtoMessage()

func (*CheckAndMutateRowRequest) ProtoReflect

func (x *CheckAndMutateRowRequest) ProtoReflect() protoreflect.Message

func (*CheckAndMutateRowRequest) Reset

func (x *CheckAndMutateRowRequest) Reset()

func (*CheckAndMutateRowRequest) String

func (x *CheckAndMutateRowRequest) String() string

CheckAndMutateRowResponse

type CheckAndMutateRowResponse struct {

	// Whether or not the request's `predicate_filter` yielded any results for
	// the specified row.
	PredicateMatched bool `protobuf:"varint,1,opt,name=predicate_matched,json=predicateMatched,proto3" json:"predicate_matched,omitempty"`
	// contains filtered or unexported fields
}

Response message for Bigtable.CheckAndMutateRow.

func (*CheckAndMutateRowResponse) Descriptor

func (*CheckAndMutateRowResponse) Descriptor() ([]byte, []int)

Deprecated: Use CheckAndMutateRowResponse.ProtoReflect.Descriptor instead.

func (*CheckAndMutateRowResponse) GetPredicateMatched

func (x *CheckAndMutateRowResponse) GetPredicateMatched() bool

func (*CheckAndMutateRowResponse) ProtoMessage

func (*CheckAndMutateRowResponse) ProtoMessage()

func (*CheckAndMutateRowResponse) ProtoReflect

func (*CheckAndMutateRowResponse) Reset

func (x *CheckAndMutateRowResponse) Reset()

func (*CheckAndMutateRowResponse) String

func (x *CheckAndMutateRowResponse) String() string

ClientConfiguration

type ClientConfiguration struct {

	// The configuration for Bigtable Sessions.
	SessionConfiguration *SessionClientConfiguration `protobuf:"bytes,2,opt,name=session_configuration,json=sessionConfiguration,proto3" json:"session_configuration,omitempty"`
	// How often the client should refresh this configuration.
	//
	// Types that are valid to be assigned to Polling:
	//
	//	*ClientConfiguration_StopPolling
	//	*ClientConfiguration_PollingInterval
	//	*ClientConfiguration_PollingConfiguration_
	Polling isClientConfiguration_Polling `protobuf_oneof:"polling"`
	// Configuration for telemetry.
	TelemetryConfiguration *TelemetryConfiguration `protobuf:"bytes,6,opt,name=telemetry_configuration,json=telemetryConfiguration,proto3" json:"telemetry_configuration,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the Session API. Internal usage only.

func (*ClientConfiguration) Descriptor

func (*ClientConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use ClientConfiguration.ProtoReflect.Descriptor instead.

func (*ClientConfiguration) GetPolling

func (x *ClientConfiguration) GetPolling() isClientConfiguration_Polling

func (*ClientConfiguration) GetPollingConfiguration

func (x *ClientConfiguration) GetPollingConfiguration() *ClientConfiguration_PollingConfiguration

func (*ClientConfiguration) GetPollingInterval

func (x *ClientConfiguration) GetPollingInterval() *durationpb.Duration

Deprecated: Marked as deprecated in google/bigtable/v2/session.proto.

func (*ClientConfiguration) GetSessionConfiguration

func (x *ClientConfiguration) GetSessionConfiguration() *SessionClientConfiguration

func (*ClientConfiguration) GetStopPolling

func (x *ClientConfiguration) GetStopPolling() bool

func (*ClientConfiguration) GetTelemetryConfiguration

func (x *ClientConfiguration) GetTelemetryConfiguration() *TelemetryConfiguration

func (*ClientConfiguration) ProtoMessage

func (*ClientConfiguration) ProtoMessage()

func (*ClientConfiguration) ProtoReflect

func (x *ClientConfiguration) ProtoReflect() protoreflect.Message

func (*ClientConfiguration) Reset

func (x *ClientConfiguration) Reset()

func (*ClientConfiguration) String

func (x *ClientConfiguration) String() string

ClientConfiguration_PollingConfiguration

type ClientConfiguration_PollingConfiguration struct {

	// A duration describing the time between GetClientConfiguration RPCs.
	// Only strictly positive values are permissible.
	PollingInterval *durationpb.Duration `protobuf:"bytes,1,opt,name=polling_interval,json=pollingInterval,proto3" json:"polling_interval,omitempty"`
	// How long the client should consider the configuration it receives from
	// GetClientConfiguration valid for. Once this duration has passed, the
	// client should consider the configuration invalid and must either:
	//   - Get a new configuration from GetClientConfiguration
	//   - Or if it cannot, use a sane default configuration
	//
	// This duration will be at least as long as the polling interval.
	ValidityDuration *durationpb.Duration `protobuf:"bytes,2,opt,name=validity_duration,json=validityDuration,proto3" json:"validity_duration,omitempty"`
	// Number of times the client should retry a failed
	// GetClientConfiguration RPC per polling interval before giving up.
	MaxRpcRetryCount int32 `protobuf:"varint,6,opt,name=max_rpc_retry_count,json=maxRpcRetryCount,proto3" json:"max_rpc_retry_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientConfiguration_PollingConfiguration) Descriptor

func (*ClientConfiguration_PollingConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use ClientConfiguration_PollingConfiguration.ProtoReflect.Descriptor instead.

func (*ClientConfiguration_PollingConfiguration) GetMaxRpcRetryCount

func (x *ClientConfiguration_PollingConfiguration) GetMaxRpcRetryCount() int32

func (*ClientConfiguration_PollingConfiguration) GetPollingInterval

func (*ClientConfiguration_PollingConfiguration) GetValidityDuration

func (*ClientConfiguration_PollingConfiguration) ProtoMessage

func (*ClientConfiguration_PollingConfiguration) ProtoReflect

func (*ClientConfiguration_PollingConfiguration) Reset

func (*ClientConfiguration_PollingConfiguration) String

ClientConfiguration_PollingConfiguration_

type ClientConfiguration_PollingConfiguration_ struct {
	// If the client should continue to check for new configurations.
	PollingConfiguration *ClientConfiguration_PollingConfiguration `protobuf:"bytes,5,opt,name=polling_configuration,json=pollingConfiguration,proto3,oneof"`
}

ClientConfiguration_PollingInterval

type ClientConfiguration_PollingInterval struct {
	// Deprecated, prerfer polling_configuration.
	//
	// A duration describing the time between GetClientConfiguration RPCs.
	// Only strictly positive values are permissible.
	//
	// Deprecated: Marked as deprecated in google/bigtable/v2/session.proto.
	PollingInterval *durationpb.Duration `protobuf:"bytes,4,opt,name=polling_interval,json=pollingInterval,proto3,oneof"`
}

ClientConfiguration_StopPolling

type ClientConfiguration_StopPolling struct {
	// If the client should cease to check for new configurations, e.g. a
	// backstop to prevent excessive GetClientConfiguration RPCs.
	StopPolling bool `protobuf:"varint,3,opt,name=stop_polling,json=stopPolling,proto3,oneof"`
}

CloseSessionRequest

type CloseSessionRequest struct {
	Reason      CloseSessionRequest_CloseSessionReason `protobuf:"varint,1,opt,name=reason,proto3,enum=google.bigtable.v2.CloseSessionRequest_CloseSessionReason" json:"reason,omitempty"`
	Description string                                 `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*CloseSessionRequest) Descriptor

func (*CloseSessionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CloseSessionRequest.ProtoReflect.Descriptor instead.

func (*CloseSessionRequest) GetDescription

func (x *CloseSessionRequest) GetDescription() string

func (*CloseSessionRequest) GetReason

func (*CloseSessionRequest) ProtoMessage

func (*CloseSessionRequest) ProtoMessage()

func (*CloseSessionRequest) ProtoReflect

func (x *CloseSessionRequest) ProtoReflect() protoreflect.Message

func (*CloseSessionRequest) Reset

func (x *CloseSessionRequest) Reset()

func (*CloseSessionRequest) String

func (x *CloseSessionRequest) String() string

CloseSessionRequest_CloseSessionReason

type CloseSessionRequest_CloseSessionReason int32

Client-generated reason for terminating the session, including a plain-text description of why. 'reason' may be used for metrics, while both may be logged (server-side).

CloseSessionRequest_CLOSE_SESSION_REASON_UNSET, CloseSessionRequest_CLOSE_SESSION_REASON_GOAWAY, CloseSessionRequest_CLOSE_SESSION_REASON_ERROR, CloseSessionRequest_CLOSE_SESSION_REASON_USER, CloseSessionRequest_CLOSE_SESSION_REASON_DOWNSIZE, CloseSessionRequest_CLOSE_SESSION_REASON_MISSED_HEARTBEAT

const (
	CloseSessionRequest_CLOSE_SESSION_REASON_UNSET            CloseSessionRequest_CloseSessionReason = 0
	CloseSessionRequest_CLOSE_SESSION_REASON_GOAWAY           CloseSessionRequest_CloseSessionReason = 1
	CloseSessionRequest_CLOSE_SESSION_REASON_ERROR            CloseSessionRequest_CloseSessionReason = 2
	CloseSessionRequest_CLOSE_SESSION_REASON_USER             CloseSessionRequest_CloseSessionReason = 3
	CloseSessionRequest_CLOSE_SESSION_REASON_DOWNSIZE         CloseSessionRequest_CloseSessionReason = 4
	CloseSessionRequest_CLOSE_SESSION_REASON_MISSED_HEARTBEAT CloseSessionRequest_CloseSessionReason = 5
)

func (CloseSessionRequest_CloseSessionReason) Descriptor

func (CloseSessionRequest_CloseSessionReason) Enum

func (CloseSessionRequest_CloseSessionReason) EnumDescriptor

func (CloseSessionRequest_CloseSessionReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use CloseSessionRequest_CloseSessionReason.Descriptor instead.

func (CloseSessionRequest_CloseSessionReason) Number

func (CloseSessionRequest_CloseSessionReason) String

func (CloseSessionRequest_CloseSessionReason) Type

ClusterInformation

type ClusterInformation struct {
	ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	ZoneId    string `protobuf:"bytes,2,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	// contains filtered or unexported fields
}

Information on which Cluster served a vRPC, e.g. for Client-Side metrics. Internal usage only.

func (*ClusterInformation) Descriptor

func (*ClusterInformation) Descriptor() ([]byte, []int)

Deprecated: Use ClusterInformation.ProtoReflect.Descriptor instead.

func (*ClusterInformation) GetClusterId

func (x *ClusterInformation) GetClusterId() string

func (*ClusterInformation) GetZoneId

func (x *ClusterInformation) GetZoneId() string

func (*ClusterInformation) ProtoMessage

func (*ClusterInformation) ProtoMessage()

func (*ClusterInformation) ProtoReflect

func (x *ClusterInformation) ProtoReflect() protoreflect.Message

func (*ClusterInformation) Reset

func (x *ClusterInformation) Reset()

func (*ClusterInformation) String

func (x *ClusterInformation) String() string

Column

type Column struct {

	// The unique key which identifies this column within its family. This is the
	// same key that's used to identify the column in, for example, a RowFilter
	// which sets its `column_qualifier_regex_filter` field.
	// May contain any byte string, including the empty string, up to 16kiB in
	// length.
	Qualifier []byte `protobuf:"bytes,1,opt,name=qualifier,proto3" json:"qualifier,omitempty"`
	// Must not be empty. Sorted in order of decreasing "timestamp_micros".
	Cells []*Cell `protobuf:"bytes,2,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

Specifies (some of) the contents of a single row/column intersection of a table.

func (*Column) Descriptor

func (*Column) Descriptor() ([]byte, []int)

Deprecated: Use Column.ProtoReflect.Descriptor instead.

func (*Column) GetCells

func (x *Column) GetCells() []*Cell

func (*Column) GetQualifier

func (x *Column) GetQualifier() []byte

func (*Column) ProtoMessage

func (*Column) ProtoMessage()

func (*Column) ProtoReflect

func (x *Column) ProtoReflect() protoreflect.Message

func (*Column) Reset

func (x *Column) Reset()

func (*Column) String

func (x *Column) String() string

ColumnMetadata

type ColumnMetadata struct {

	// The name of the column.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The type of the column.
	Type *Type `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Describes a column in a Bigtable Query Language result set.

func (*ColumnMetadata) Descriptor

func (*ColumnMetadata) Descriptor() ([]byte, []int)

Deprecated: Use ColumnMetadata.ProtoReflect.Descriptor instead.

func (*ColumnMetadata) GetName

func (x *ColumnMetadata) GetName() string

func (*ColumnMetadata) GetType

func (x *ColumnMetadata) GetType() *Type

func (*ColumnMetadata) ProtoMessage

func (*ColumnMetadata) ProtoMessage()

func (*ColumnMetadata) ProtoReflect

func (x *ColumnMetadata) ProtoReflect() protoreflect.Message

func (*ColumnMetadata) Reset

func (x *ColumnMetadata) Reset()

func (*ColumnMetadata) String

func (x *ColumnMetadata) String() string

ColumnRange

type ColumnRange struct {

	// The name of the column family within which this range falls.
	FamilyName string `protobuf:"bytes,1,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"`
	// The column qualifier at which to start the range (within `column_family`).
	// If neither field is set, interpreted as the empty string, inclusive.
	//
	// Types that are valid to be assigned to StartQualifier:
	//
	//	*ColumnRange_StartQualifierClosed
	//	*ColumnRange_StartQualifierOpen
	StartQualifier isColumnRange_StartQualifier `protobuf_oneof:"start_qualifier"`
	// The column qualifier at which to end the range (within `column_family`).
	// If neither field is set, interpreted as the infinite string, exclusive.
	//
	// Types that are valid to be assigned to EndQualifier:
	//
	//	*ColumnRange_EndQualifierClosed
	//	*ColumnRange_EndQualifierOpen
	EndQualifier isColumnRange_EndQualifier `protobuf_oneof:"end_qualifier"`
	// contains filtered or unexported fields
}

Specifies a contiguous range of columns within a single column family. The range spans from <column_family>:<start_qualifier> to <column_family>:<end_qualifier>, where both bounds can be either inclusive or exclusive.

func (*ColumnRange) Descriptor

func (*ColumnRange) Descriptor() ([]byte, []int)

Deprecated: Use ColumnRange.ProtoReflect.Descriptor instead.

func (*ColumnRange) GetEndQualifier

func (x *ColumnRange) GetEndQualifier() isColumnRange_EndQualifier

func (*ColumnRange) GetEndQualifierClosed

func (x *ColumnRange) GetEndQualifierClosed() []byte

func (*ColumnRange) GetEndQualifierOpen

func (x *ColumnRange) GetEndQualifierOpen() []byte

func (*ColumnRange) GetFamilyName

func (x *ColumnRange) GetFamilyName() string

func (*ColumnRange) GetStartQualifier

func (x *ColumnRange) GetStartQualifier() isColumnRange_StartQualifier

func (*ColumnRange) GetStartQualifierClosed

func (x *ColumnRange) GetStartQualifierClosed() []byte

func (*ColumnRange) GetStartQualifierOpen

func (x *ColumnRange) GetStartQualifierOpen() []byte

func (*ColumnRange) ProtoMessage

func (*ColumnRange) ProtoMessage()

func (*ColumnRange) ProtoReflect

func (x *ColumnRange) ProtoReflect() protoreflect.Message

func (*ColumnRange) Reset

func (x *ColumnRange) Reset()

func (*ColumnRange) String

func (x *ColumnRange) String() string

ColumnRange_EndQualifierClosed

type ColumnRange_EndQualifierClosed struct {
	// Used when giving an inclusive upper bound for the range.
	EndQualifierClosed []byte `protobuf:"bytes,4,opt,name=end_qualifier_closed,json=endQualifierClosed,proto3,oneof"`
}

ColumnRange_EndQualifierOpen

type ColumnRange_EndQualifierOpen struct {
	// Used when giving an exclusive upper bound for the range.
	EndQualifierOpen []byte `protobuf:"bytes,5,opt,name=end_qualifier_open,json=endQualifierOpen,proto3,oneof"`
}

ColumnRange_StartQualifierClosed

type ColumnRange_StartQualifierClosed struct {
	// Used when giving an inclusive lower bound for the range.
	StartQualifierClosed []byte `protobuf:"bytes,2,opt,name=start_qualifier_closed,json=startQualifierClosed,proto3,oneof"`
}

ColumnRange_StartQualifierOpen

type ColumnRange_StartQualifierOpen struct {
	// Used when giving an exclusive lower bound for the range.
	StartQualifierOpen []byte `protobuf:"bytes,3,opt,name=start_qualifier_open,json=startQualifierOpen,proto3,oneof"`
}

ErrorResponse

type ErrorResponse struct {

	// Which vRPC this response is for.
	RpcId       int64               `protobuf:"varint,1,opt,name=rpc_id,json=rpcId,proto3" json:"rpc_id,omitempty"`
	ClusterInfo *ClusterInformation `protobuf:"bytes,2,opt,name=cluster_info,json=clusterInfo,proto3" json:"cluster_info,omitempty"`
	// The error from the vRPC and any retry information to consider.
	Status    *status.Status        `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	RetryInfo *errdetails.RetryInfo `protobuf:"bytes,4,opt,name=retry_info,json=retryInfo,proto3" json:"retry_info,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*ErrorResponse) Descriptor

func (*ErrorResponse) Descriptor() ([]byte, []int)

Deprecated: Use ErrorResponse.ProtoReflect.Descriptor instead.

func (*ErrorResponse) GetClusterInfo

func (x *ErrorResponse) GetClusterInfo() *ClusterInformation

func (*ErrorResponse) GetRetryInfo

func (x *ErrorResponse) GetRetryInfo() *errdetails.RetryInfo

func (*ErrorResponse) GetRpcId

func (x *ErrorResponse) GetRpcId() int64

func (*ErrorResponse) GetStatus

func (x *ErrorResponse) GetStatus() *status.Status

func (*ErrorResponse) ProtoMessage

func (*ErrorResponse) ProtoMessage()

func (*ErrorResponse) ProtoReflect

func (x *ErrorResponse) ProtoReflect() protoreflect.Message

func (*ErrorResponse) Reset

func (x *ErrorResponse) Reset()

func (*ErrorResponse) String

func (x *ErrorResponse) String() string

ExecuteQueryRequest

type ExecuteQueryRequest struct {

	// Required. The unique name of the instance against which the query should be
	// executed.
	// Values are of the form `projects/

Request message for Bigtable.ExecuteQuery

func (*ExecuteQueryRequest) Descriptor

func (*ExecuteQueryRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteQueryRequest.ProtoReflect.Descriptor instead.

func (*ExecuteQueryRequest) GetAppProfileId

func (x *ExecuteQueryRequest) GetAppProfileId() string

func (*ExecuteQueryRequest) GetDataFormat

func (x *ExecuteQueryRequest) GetDataFormat() isExecuteQueryRequest_DataFormat

func (*ExecuteQueryRequest) GetInstanceName

func (x *ExecuteQueryRequest) GetInstanceName() string

func (*ExecuteQueryRequest) GetParams

func (x *ExecuteQueryRequest) GetParams() map[string]*Value

func (*ExecuteQueryRequest) GetPreparedQuery

func (x *ExecuteQueryRequest) GetPreparedQuery() []byte

func (*ExecuteQueryRequest) GetProtoFormat

func (x *ExecuteQueryRequest) GetProtoFormat() *ProtoFormat

Deprecated: Marked as deprecated in google/bigtable/v2/bigtable.proto.

func (*ExecuteQueryRequest) GetQuery

func (x *ExecuteQueryRequest) GetQuery() string

Deprecated: Marked as deprecated in google/bigtable/v2/bigtable.proto.

func (*ExecuteQueryRequest) GetResumeToken

func (x *ExecuteQueryRequest) GetResumeToken() []byte

func (*ExecuteQueryRequest) ProtoMessage

func (*ExecuteQueryRequest) ProtoMessage()

func (*ExecuteQueryRequest) ProtoReflect

func (x *ExecuteQueryRequest) ProtoReflect() protoreflect.Message

func (*ExecuteQueryRequest) Reset

func (x *ExecuteQueryRequest) Reset()

func (*ExecuteQueryRequest) String

func (x *ExecuteQueryRequest) String() string

ExecuteQueryRequest_ProtoFormat

type ExecuteQueryRequest_ProtoFormat struct {
	// Protocol buffer format as described by ProtoSchema and ProtoRows
	// messages.
	//
	// Deprecated: Marked as deprecated in google/bigtable/v2/bigtable.proto.
	ProtoFormat *ProtoFormat `protobuf:"bytes,4,opt,name=proto_format,json=protoFormat,proto3,oneof"`
}

ExecuteQueryResponse

type ExecuteQueryResponse struct {

	// The first response streamed from the server is of type `ResultSetMetadata`
	// and includes information about the columns and types of the result set.
	// From there on, we stream `PartialResultSet` messages with no additional
	// information. `PartialResultSet` will contain `resume_token` to restart the
	// response if query interrupts. In case of resumption with `resume_token`,
	// the server will not resend the ResultSetMetadata.
	//
	// Types that are valid to be assigned to Response:
	//
	//	*ExecuteQueryResponse_Metadata
	//	*ExecuteQueryResponse_Results
	Response isExecuteQueryResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

Response message for Bigtable.ExecuteQuery

func (*ExecuteQueryResponse) Descriptor

func (*ExecuteQueryResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExecuteQueryResponse.ProtoReflect.Descriptor instead.

func (*ExecuteQueryResponse) GetMetadata

func (x *ExecuteQueryResponse) GetMetadata() *ResultSetMetadata

func (*ExecuteQueryResponse) GetResponse

func (x *ExecuteQueryResponse) GetResponse() isExecuteQueryResponse_Response

func (*ExecuteQueryResponse) GetResults

func (x *ExecuteQueryResponse) GetResults() *PartialResultSet

func (*ExecuteQueryResponse) ProtoMessage

func (*ExecuteQueryResponse) ProtoMessage()

func (*ExecuteQueryResponse) ProtoReflect

func (x *ExecuteQueryResponse) ProtoReflect() protoreflect.Message

func (*ExecuteQueryResponse) Reset

func (x *ExecuteQueryResponse) Reset()

func (*ExecuteQueryResponse) String

func (x *ExecuteQueryResponse) String() string

ExecuteQueryResponse_Metadata

type ExecuteQueryResponse_Metadata struct {
	// Structure of rows in this response stream. The first (and only the first)
	// response streamed from the server will be of this type.
	Metadata *ResultSetMetadata `protobuf:"bytes,1,opt,name=metadata,proto3,oneof"`
}

ExecuteQueryResponse_Results

type ExecuteQueryResponse_Results struct {
	// A partial result set with row data potentially including additional
	// instructions on how recent past and future partial responses should be
	// interpreted.
	Results *PartialResultSet `protobuf:"bytes,2,opt,name=results,proto3,oneof"`
}

Family

type Family struct {

	// The unique key which identifies this family within its row. This is the
	// same key that's used to identify the family in, for example, a RowFilter
	// which sets its "family_name_regex_filter" field.
	// Must match `[-_.a-zA-Z0-9]+`, except that AggregatingRowProcessors may
	// produce cells in a sentinel family with an empty name.
	// Must be no greater than 64 characters in length.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Must not be empty. Sorted in order of increasing "qualifier".
	Columns []*Column `protobuf:"bytes,2,rep,name=columns,proto3" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

Specifies (some of) the contents of a single row/column family intersection of a table.

func (*Family) Descriptor

func (*Family) Descriptor() ([]byte, []int)

Deprecated: Use Family.ProtoReflect.Descriptor instead.

func (*Family) GetColumns

func (x *Family) GetColumns() []*Column

func (*Family) GetName

func (x *Family) GetName() string

func (*Family) ProtoMessage

func (*Family) ProtoMessage()

func (*Family) ProtoReflect

func (x *Family) ProtoReflect() protoreflect.Message

func (*Family) Reset

func (x *Family) Reset()

func (*Family) String

func (x *Family) String() string

FeatureFlags

type FeatureFlags struct {

	// Notify the server that the client supports reverse scans. The server will
	// reject ReadRowsRequests with the reverse bit set when this is absent.
	ReverseScans bool `protobuf:"varint,1,opt,name=reverse_scans,json=reverseScans,proto3" json:"reverse_scans,omitempty"`
	// Notify the server that the client enables batch write flow control by
	// requesting RateLimitInfo from MutateRowsResponse. Due to technical reasons,
	// this disables partial retries.
	MutateRowsRateLimit bool `protobuf:"varint,3,opt,name=mutate_rows_rate_limit,json=mutateRowsRateLimit,proto3" json:"mutate_rows_rate_limit,omitempty"`
	// Notify the server that the client enables batch write flow control by
	// requesting RateLimitInfo from MutateRowsResponse. With partial retries
	// enabled.
	MutateRowsRateLimit2 bool `protobuf:"varint,5,opt,name=mutate_rows_rate_limit2,json=mutateRowsRateLimit2,proto3" json:"mutate_rows_rate_limit2,omitempty"`
	// Notify the server that the client supports the last_scanned_row field
	// in ReadRowsResponse for long-running scans.
	LastScannedRowResponses bool `protobuf:"varint,4,opt,name=last_scanned_row_responses,json=lastScannedRowResponses,proto3" json:"last_scanned_row_responses,omitempty"`
	// Notify the server that the client supports using encoded routing cookie
	// strings to retry requests with.
	RoutingCookie bool `protobuf:"varint,6,opt,name=routing_cookie,json=routingCookie,proto3" json:"routing_cookie,omitempty"`
	// Notify the server that the client supports using retry info back off
	// durations to retry requests with.
	RetryInfo bool `protobuf:"varint,7,opt,name=retry_info,json=retryInfo,proto3" json:"retry_info,omitempty"`
	// Notify the server that the client has client side metrics enabled.
	ClientSideMetricsEnabled bool `protobuf:"varint,8,opt,name=client_side_metrics_enabled,json=clientSideMetricsEnabled,proto3" json:"client_side_metrics_enabled,omitempty"`
	// Notify the server that the client using Traffic Director endpoint.
	TrafficDirectorEnabled bool `protobuf:"varint,9,opt,name=traffic_director_enabled,json=trafficDirectorEnabled,proto3" json:"traffic_director_enabled,omitempty"`
	// Notify the server that the client explicitly opted in for Direct Access.
	DirectAccessRequested bool `protobuf:"varint,10,opt,name=direct_access_requested,json=directAccessRequested,proto3" json:"direct_access_requested,omitempty"`
	// If the client can support using BigtablePeerInfo.
	PeerInfo bool `protobuf:"varint,11,opt,name=peer_info,json=peerInfo,proto3" json:"peer_info,omitempty"`
	// Indicates whether the client supports the Bigtable Sessions API.
	SessionsCompatible bool `protobuf:"varint,12,opt,name=sessions_compatible,json=sessionsCompatible,proto3" json:"sessions_compatible,omitempty"`
	// Internal flag to force sessions for internal projects.
	SessionsRequired bool `protobuf:"varint,13,opt,name=sessions_required,json=sessionsRequired,proto3" json:"sessions_required,omitempty"`
	// contains filtered or unexported fields
}

Feature flags supported or enabled by a client. This is intended to be sent as part of request metadata to assure the server that certain behaviors are safe to enable. This proto is meant to be serialized and websafe-base64 encoded under the bigtable-features metadata key. The value will remain constant for the lifetime of a client and due to HTTP2's HPACK compression, the request overhead will be tiny. This is an internal implementation detail and should not be used by end users directly.

func (*FeatureFlags) Descriptor

func (*FeatureFlags) Descriptor() ([]byte, []int)

Deprecated: Use FeatureFlags.ProtoReflect.Descriptor instead.

func (*FeatureFlags) GetClientSideMetricsEnabled

func (x *FeatureFlags) GetClientSideMetricsEnabled() bool

func (*FeatureFlags) GetDirectAccessRequested

func (x *FeatureFlags) GetDirectAccessRequested() bool

func (*FeatureFlags) GetLastScannedRowResponses

func (x *FeatureFlags) GetLastScannedRowResponses() bool

func (*FeatureFlags) GetMutateRowsRateLimit

func (x *FeatureFlags) GetMutateRowsRateLimit() bool

func (*FeatureFlags) GetMutateRowsRateLimit2

func (x *FeatureFlags) GetMutateRowsRateLimit2() bool

func (*FeatureFlags) GetPeerInfo

func (x *FeatureFlags) GetPeerInfo() bool

func (*FeatureFlags) GetRetryInfo

func (x *FeatureFlags) GetRetryInfo() bool

func (*FeatureFlags) GetReverseScans

func (x *FeatureFlags) GetReverseScans() bool

func (*FeatureFlags) GetRoutingCookie

func (x *FeatureFlags) GetRoutingCookie() bool

func (*FeatureFlags) GetSessionsCompatible

func (x *FeatureFlags) GetSessionsCompatible() bool

func (*FeatureFlags) GetSessionsRequired

func (x *FeatureFlags) GetSessionsRequired() bool

func (*FeatureFlags) GetTrafficDirectorEnabled

func (x *FeatureFlags) GetTrafficDirectorEnabled() bool

func (*FeatureFlags) ProtoMessage

func (*FeatureFlags) ProtoMessage()

func (*FeatureFlags) ProtoReflect

func (x *FeatureFlags) ProtoReflect() protoreflect.Message

func (*FeatureFlags) Reset

func (x *FeatureFlags) Reset()

func (*FeatureFlags) String

func (x *FeatureFlags) String() string

FullReadStatsView

type FullReadStatsView struct {

	// Iteration stats describe how efficient the read is, e.g. comparing
	// rows seen vs. rows returned or cells seen vs cells returned can provide an
	// indication of read efficiency (the higher the ratio of seen to retuned the
	// better).
	ReadIterationStats *ReadIterationStats `protobuf:"bytes,1,opt,name=read_iteration_stats,json=readIterationStats,proto3" json:"read_iteration_stats,omitempty"`
	// Request latency stats describe the time taken to complete a request, from
	// the server side.
	RequestLatencyStats *RequestLatencyStats `protobuf:"bytes,2,opt,name=request_latency_stats,json=requestLatencyStats,proto3" json:"request_latency_stats,omitempty"`
	// contains filtered or unexported fields
}

FullReadStatsView captures all known information about a read.

func (*FullReadStatsView) Descriptor

func (*FullReadStatsView) Descriptor() ([]byte, []int)

Deprecated: Use FullReadStatsView.ProtoReflect.Descriptor instead.

func (*FullReadStatsView) GetReadIterationStats

func (x *FullReadStatsView) GetReadIterationStats() *ReadIterationStats

func (*FullReadStatsView) GetRequestLatencyStats

func (x *FullReadStatsView) GetRequestLatencyStats() *RequestLatencyStats

func (*FullReadStatsView) ProtoMessage

func (*FullReadStatsView) ProtoMessage()

func (*FullReadStatsView) ProtoReflect

func (x *FullReadStatsView) ProtoReflect() protoreflect.Message

func (*FullReadStatsView) Reset

func (x *FullReadStatsView) Reset()

func (*FullReadStatsView) String

func (x *FullReadStatsView) String() string

GenerateInitialChangeStreamPartitionsRequest

type GenerateInitialChangeStreamPartitionsRequest struct {

	// Required. The unique name of the table from which to get change stream
	// partitions. Values are of the form
	// `projects/

NOTE: This API is intended to be used by Apache Beam BigtableIO. Request message for Bigtable.GenerateInitialChangeStreamPartitions.

func (*GenerateInitialChangeStreamPartitionsRequest) Descriptor

Deprecated: Use GenerateInitialChangeStreamPartitionsRequest.ProtoReflect.Descriptor instead.

func (*GenerateInitialChangeStreamPartitionsRequest) GetAppProfileId

func (*GenerateInitialChangeStreamPartitionsRequest) GetTableName

func (*GenerateInitialChangeStreamPartitionsRequest) ProtoMessage

func (*GenerateInitialChangeStreamPartitionsRequest) ProtoReflect

func (*GenerateInitialChangeStreamPartitionsRequest) Reset

func (*GenerateInitialChangeStreamPartitionsRequest) String

GenerateInitialChangeStreamPartitionsResponse

type GenerateInitialChangeStreamPartitionsResponse struct {

	// A partition of the change stream.
	Partition *StreamPartition `protobuf:"bytes,1,opt,name=partition,proto3" json:"partition,omitempty"`
	// contains filtered or unexported fields
}

NOTE: This API is intended to be used by Apache Beam BigtableIO. Response message for Bigtable.GenerateInitialChangeStreamPartitions.

func (*GenerateInitialChangeStreamPartitionsResponse) Descriptor

Deprecated: Use GenerateInitialChangeStreamPartitionsResponse.ProtoReflect.Descriptor instead.

func (*GenerateInitialChangeStreamPartitionsResponse) GetPartition

func (*GenerateInitialChangeStreamPartitionsResponse) ProtoMessage

func (*GenerateInitialChangeStreamPartitionsResponse) ProtoReflect

func (*GenerateInitialChangeStreamPartitionsResponse) Reset

func (*GenerateInitialChangeStreamPartitionsResponse) String

GetClientConfigurationRequest

type GetClientConfigurationRequest struct {

	// Required. The unique name of the instance for which the client will target
	// with Data API requests.
	//
	// Values are of the form `projects/

See GetClientConfiguration() RPC in bigtable.proto. Internal usage only.

func (*GetClientConfigurationRequest) Descriptor

func (*GetClientConfigurationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetClientConfigurationRequest.ProtoReflect.Descriptor instead.

func (*GetClientConfigurationRequest) GetAppProfileId

func (x *GetClientConfigurationRequest) GetAppProfileId() string

func (*GetClientConfigurationRequest) GetInstanceName

func (x *GetClientConfigurationRequest) GetInstanceName() string

func (*GetClientConfigurationRequest) ProtoMessage

func (*GetClientConfigurationRequest) ProtoMessage()

func (*GetClientConfigurationRequest) ProtoReflect

func (*GetClientConfigurationRequest) Reset

func (x *GetClientConfigurationRequest) Reset()

func (*GetClientConfigurationRequest) String

GoAwayResponse

type GoAwayResponse struct {

	// Server-generated reason for GOAWAY, including a plain-text description of
	// why. 'reason' may be used for CSM, while both may be logged.
	Reason      string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// The last vRPC which was admitted by the AFE. The client may expect the
	// result from the vRPC on the stream before disconnecting, and should
	// retry vRPCs beyond this boundary.
	LastRpcIdAdmitted int64 `protobuf:"varint,3,opt,name=last_rpc_id_admitted,json=lastRpcIdAdmitted,proto3" json:"last_rpc_id_admitted,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*GoAwayResponse) Descriptor

func (*GoAwayResponse) Descriptor() ([]byte, []int)

Deprecated: Use GoAwayResponse.ProtoReflect.Descriptor instead.

func (*GoAwayResponse) GetDescription

func (x *GoAwayResponse) GetDescription() string

func (*GoAwayResponse) GetLastRpcIdAdmitted

func (x *GoAwayResponse) GetLastRpcIdAdmitted() int64

func (*GoAwayResponse) GetReason

func (x *GoAwayResponse) GetReason() string

func (*GoAwayResponse) ProtoMessage

func (*GoAwayResponse) ProtoMessage()

func (*GoAwayResponse) ProtoReflect

func (x *GoAwayResponse) ProtoReflect() protoreflect.Message

func (*GoAwayResponse) Reset

func (x *GoAwayResponse) Reset()

func (*GoAwayResponse) String

func (x *GoAwayResponse) String() string

HeartbeatResponse

type HeartbeatResponse struct {
	// contains filtered or unexported fields
}

Internal usage only.

func (*HeartbeatResponse) Descriptor

func (*HeartbeatResponse) Descriptor() ([]byte, []int)

Deprecated: Use HeartbeatResponse.ProtoReflect.Descriptor instead.

func (*HeartbeatResponse) ProtoMessage

func (*HeartbeatResponse) ProtoMessage()

func (*HeartbeatResponse) ProtoReflect

func (x *HeartbeatResponse) ProtoReflect() protoreflect.Message

func (*HeartbeatResponse) Reset

func (x *HeartbeatResponse) Reset()

func (*HeartbeatResponse) String

func (x *HeartbeatResponse) String() string

Idempotency

type Idempotency struct {

	// Unique token used to identify replays of this mutation.
	// Must be at least 8 bytes long.
	Token []byte `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// Client-assigned timestamp when the mutation's first attempt was sent.
	// Used to reject mutations that arrive after idempotency protection may
	// have expired. May cause spurious rejections if clock skew is too high.
	//
	// Leave unset or zero to always accept the mutation, at the risk of
	// double counting if the protection for previous attempts has expired.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

Parameters on mutations where clients want to ensure idempotency (i.e. at-most-once semantics). This is currently only needed for certain aggregate types.

func (*Idempotency) Descriptor

func (*Idempotency) Descriptor() ([]byte, []int)

Deprecated: Use Idempotency.ProtoReflect.Descriptor instead.

func (*Idempotency) GetStartTime

func (x *Idempotency) GetStartTime() *timestamppb.Timestamp

func (*Idempotency) GetToken

func (x *Idempotency) GetToken() []byte

func (*Idempotency) ProtoMessage

func (*Idempotency) ProtoMessage()

func (*Idempotency) ProtoReflect

func (x *Idempotency) ProtoReflect() protoreflect.Message

func (*Idempotency) Reset

func (x *Idempotency) Reset()

func (*Idempotency) String

func (x *Idempotency) String() string

LoadBalancingOptions

type LoadBalancingOptions struct {

	// Types that are valid to be assigned to LoadBalancingStrategy:
	//
	//	*LoadBalancingOptions_LeastInFlight_
	//	*LoadBalancingOptions_PeakEwma_
	//	*LoadBalancingOptions_Random_
	LoadBalancingStrategy isLoadBalancingOptions_LoadBalancingStrategy `protobuf_oneof:"load_balancing_strategy"`
	// contains filtered or unexported fields
}

Configuration for how to balance vRPCs over sessions. Internal usage only.

func (*LoadBalancingOptions) Descriptor

func (*LoadBalancingOptions) Descriptor() ([]byte, []int)

Deprecated: Use LoadBalancingOptions.ProtoReflect.Descriptor instead.

func (*LoadBalancingOptions) GetLeastInFlight

func (*LoadBalancingOptions) GetLoadBalancingStrategy

func (x *LoadBalancingOptions) GetLoadBalancingStrategy() isLoadBalancingOptions_LoadBalancingStrategy

func (*LoadBalancingOptions) GetPeakEwma

func (*LoadBalancingOptions) GetRandom

func (*LoadBalancingOptions) ProtoMessage

func (*LoadBalancingOptions) ProtoMessage()

func (*LoadBalancingOptions) ProtoReflect

func (x *LoadBalancingOptions) ProtoReflect() protoreflect.Message

func (*LoadBalancingOptions) Reset

func (x *LoadBalancingOptions) Reset()

func (*LoadBalancingOptions) String

func (x *LoadBalancingOptions) String() string

LoadBalancingOptions_LeastInFlight

type LoadBalancingOptions_LeastInFlight struct {

	// Of all connected AFEs, the size of the random subset to run the algorithm
	// on. Zero implies all connected AFEs.
	RandomSubsetSize int64 `protobuf:"varint,1,opt,name=random_subset_size,json=randomSubsetSize,proto3" json:"random_subset_size,omitempty"`
	// contains filtered or unexported fields
}

Balances vRPCs over backends, preferring to send new vRPCs to AFEs with the least number of active vRPCs.

func (*LoadBalancingOptions_LeastInFlight) Descriptor

func (*LoadBalancingOptions_LeastInFlight) Descriptor() ([]byte, []int)

Deprecated: Use LoadBalancingOptions_LeastInFlight.ProtoReflect.Descriptor instead.

func (*LoadBalancingOptions_LeastInFlight) GetRandomSubsetSize

func (x *LoadBalancingOptions_LeastInFlight) GetRandomSubsetSize() int64

func (*LoadBalancingOptions_LeastInFlight) ProtoMessage

func (*LoadBalancingOptions_LeastInFlight) ProtoMessage()

func (*LoadBalancingOptions_LeastInFlight) ProtoReflect

func (*LoadBalancingOptions_LeastInFlight) Reset

func (*LoadBalancingOptions_LeastInFlight) String

LoadBalancingOptions_LeastInFlight_

type LoadBalancingOptions_LeastInFlight_ struct {
	LeastInFlight *LoadBalancingOptions_LeastInFlight `protobuf:"bytes,1,opt,name=least_in_flight,json=leastInFlight,proto3,oneof"`
}

LoadBalancingOptions_PeakEwma

type LoadBalancingOptions_PeakEwma struct {

	// Of all connected AFEs, the size of the random subset to compare costs
	// over. Zero implies all connected AFEs.
	RandomSubsetSize int64 `protobuf:"varint,1,opt,name=random_subset_size,json=randomSubsetSize,proto3" json:"random_subset_size,omitempty"`
	// contains filtered or unexported fields
}

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.

See: https://linkerd.io/2016/03/16/beyond-round-robin-load-balancing-for-latency

func (*LoadBalancingOptions_PeakEwma) Descriptor

func (*LoadBalancingOptions_PeakEwma) Descriptor() ([]byte, []int)

Deprecated: Use LoadBalancingOptions_PeakEwma.ProtoReflect.Descriptor instead.

func (*LoadBalancingOptions_PeakEwma) GetRandomSubsetSize

func (x *LoadBalancingOptions_PeakEwma) GetRandomSubsetSize() int64

func (*LoadBalancingOptions_PeakEwma) ProtoMessage

func (*LoadBalancingOptions_PeakEwma) ProtoMessage()

func (*LoadBalancingOptions_PeakEwma) ProtoReflect

func (*LoadBalancingOptions_PeakEwma) Reset

func (x *LoadBalancingOptions_PeakEwma) Reset()

func (*LoadBalancingOptions_PeakEwma) String

LoadBalancingOptions_PeakEwma_

type LoadBalancingOptions_PeakEwma_ struct {
	PeakEwma *LoadBalancingOptions_PeakEwma `protobuf:"bytes,2,opt,name=peak_ewma,json=peakEwma,proto3,oneof"`
}

LoadBalancingOptions_Random

type LoadBalancingOptions_Random struct {
	// contains filtered or unexported fields
}

Balances vRPCs over backends, by randomly selecting a backend.

func (*LoadBalancingOptions_Random) Descriptor

func (*LoadBalancingOptions_Random) Descriptor() ([]byte, []int)

Deprecated: Use LoadBalancingOptions_Random.ProtoReflect.Descriptor instead.

func (*LoadBalancingOptions_Random) ProtoMessage

func (*LoadBalancingOptions_Random) ProtoMessage()

func (*LoadBalancingOptions_Random) ProtoReflect

func (*LoadBalancingOptions_Random) Reset

func (x *LoadBalancingOptions_Random) Reset()

func (*LoadBalancingOptions_Random) String

func (x *LoadBalancingOptions_Random) String() string

LoadBalancingOptions_Random_

type LoadBalancingOptions_Random_ struct {
	Random *LoadBalancingOptions_Random `protobuf:"bytes,4,opt,name=random,proto3,oneof"`
}

MaterializedViewRequest

type MaterializedViewRequest struct {

	// Note in V1 we target only pure point operations.
	//
	// Types that are valid to be assigned to Payload:
	//
	//	*MaterializedViewRequest_ReadRow
	Payload isMaterializedViewRequest_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

A request wrapper for operations on a materialized view. Internal usage only.

func (*MaterializedViewRequest) Descriptor

func (*MaterializedViewRequest) Descriptor() ([]byte, []int)

Deprecated: Use MaterializedViewRequest.ProtoReflect.Descriptor instead.

func (*MaterializedViewRequest) GetPayload

func (x *MaterializedViewRequest) GetPayload() isMaterializedViewRequest_Payload

func (*MaterializedViewRequest) GetReadRow

func (*MaterializedViewRequest) ProtoMessage

func (*MaterializedViewRequest) ProtoMessage()

func (*MaterializedViewRequest) ProtoReflect

func (x *MaterializedViewRequest) ProtoReflect() protoreflect.Message

func (*MaterializedViewRequest) Reset

func (x *MaterializedViewRequest) Reset()

func (*MaterializedViewRequest) String

func (x *MaterializedViewRequest) String() string

MaterializedViewRequest_ReadRow

type MaterializedViewRequest_ReadRow struct {
	ReadRow *SessionReadRowRequest `protobuf:"bytes,1,opt,name=read_row,json=readRow,proto3,oneof"`
}

MaterializedViewResponse

type MaterializedViewResponse struct {

	// Note in V1 we target only pure point operations.
	//
	// Types that are valid to be assigned to Payload:
	//
	//	*MaterializedViewResponse_ReadRow
	Payload isMaterializedViewResponse_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

A response wrapper for operations on a materialized view. Internal usage only.

func (*MaterializedViewResponse) Descriptor

func (*MaterializedViewResponse) Descriptor() ([]byte, []int)

Deprecated: Use MaterializedViewResponse.ProtoReflect.Descriptor instead.

func (*MaterializedViewResponse) GetPayload

func (x *MaterializedViewResponse) GetPayload() isMaterializedViewResponse_Payload

func (*MaterializedViewResponse) GetReadRow

func (*MaterializedViewResponse) ProtoMessage

func (*MaterializedViewResponse) ProtoMessage()

func (*MaterializedViewResponse) ProtoReflect

func (x *MaterializedViewResponse) ProtoReflect() protoreflect.Message

func (*MaterializedViewResponse) Reset

func (x *MaterializedViewResponse) Reset()

func (*MaterializedViewResponse) String

func (x *MaterializedViewResponse) String() string

MaterializedViewResponse_ReadRow

type MaterializedViewResponse_ReadRow struct {
	ReadRow *SessionReadRowResponse `protobuf:"bytes,1,opt,name=read_row,json=readRow,proto3,oneof"`
}

MutateRowRequest

type MutateRowRequest struct {

	// Optional. The unique name of the table to which the mutation should be
	// applied.
	//
	// Values are of the form
	// `projects/

Request message for Bigtable.MutateRow.

func (*MutateRowRequest) Descriptor

func (*MutateRowRequest) Descriptor() ([]byte, []int)

Deprecated: Use MutateRowRequest.ProtoReflect.Descriptor instead.

func (*MutateRowRequest) GetAppProfileId

func (x *MutateRowRequest) GetAppProfileId() string

func (*MutateRowRequest) GetAuthorizedViewName

func (x *MutateRowRequest) GetAuthorizedViewName() string

func (*MutateRowRequest) GetIdempotency

func (x *MutateRowRequest) GetIdempotency() *Idempotency

func (*MutateRowRequest) GetMutations

func (x *MutateRowRequest) GetMutations() []*Mutation

func (*MutateRowRequest) GetRowKey

func (x *MutateRowRequest) GetRowKey() []byte

func (*MutateRowRequest) GetTableName

func (x *MutateRowRequest) GetTableName() string

func (*MutateRowRequest) ProtoMessage

func (*MutateRowRequest) ProtoMessage()

func (*MutateRowRequest) ProtoReflect

func (x *MutateRowRequest) ProtoReflect() protoreflect.Message

func (*MutateRowRequest) Reset

func (x *MutateRowRequest) Reset()

func (*MutateRowRequest) String

func (x *MutateRowRequest) String() string

MutateRowResponse

type MutateRowResponse struct {
	// contains filtered or unexported fields
}

Response message for Bigtable.MutateRow.

func (*MutateRowResponse) Descriptor

func (*MutateRowResponse) Descriptor() ([]byte, []int)

Deprecated: Use MutateRowResponse.ProtoReflect.Descriptor instead.

func (*MutateRowResponse) ProtoMessage

func (*MutateRowResponse) ProtoMessage()

func (*MutateRowResponse) ProtoReflect

func (x *MutateRowResponse) ProtoReflect() protoreflect.Message

func (*MutateRowResponse) Reset

func (x *MutateRowResponse) Reset()

func (*MutateRowResponse) String

func (x *MutateRowResponse) String() string

MutateRowsRequest

type MutateRowsRequest struct {

	// Optional. The unique name of the table to which the mutations should be
	// applied.
	//
	// Values are of the form
	// `projects/

Request message for BigtableService.MutateRows.

func (*MutateRowsRequest) Descriptor

func (*MutateRowsRequest) Descriptor() ([]byte, []int)

Deprecated: Use MutateRowsRequest.ProtoReflect.Descriptor instead.

func (*MutateRowsRequest) GetAppProfileId

func (x *MutateRowsRequest) GetAppProfileId() string

func (*MutateRowsRequest) GetAuthorizedViewName

func (x *MutateRowsRequest) GetAuthorizedViewName() string

func (*MutateRowsRequest) GetEntries

func (x *MutateRowsRequest) GetEntries() []*MutateRowsRequest_Entry

func (*MutateRowsRequest) GetTableName

func (x *MutateRowsRequest) GetTableName() string

func (*MutateRowsRequest) ProtoMessage

func (*MutateRowsRequest) ProtoMessage()

func (*MutateRowsRequest) ProtoReflect

func (x *MutateRowsRequest) ProtoReflect() protoreflect.Message

func (*MutateRowsRequest) Reset

func (x *MutateRowsRequest) Reset()

func (*MutateRowsRequest) String

func (x *MutateRowsRequest) String() string

MutateRowsRequest_Entry

type MutateRowsRequest_Entry struct {

	// The key of the row to which the `mutations` should be applied.
	RowKey []byte `protobuf:"bytes,1,opt,name=row_key,json=rowKey,proto3" json:"row_key,omitempty"`
	// Required. Changes to be atomically applied to the specified row.
	// Mutations are applied in order, meaning that earlier mutations can be
	// masked by later ones. You must specify at least one mutation.
	Mutations []*Mutation `protobuf:"bytes,2,rep,name=mutations,proto3" json:"mutations,omitempty"`
	// If set consistently across retries, prevents this mutation from being
	// double applied to aggregate column families within a 15m window.
	Idempotency *Idempotency `protobuf:"bytes,3,opt,name=idempotency,proto3" json:"idempotency,omitempty"`
	// contains filtered or unexported fields
}

A mutation for a given row.

func (*MutateRowsRequest_Entry) Descriptor

func (*MutateRowsRequest_Entry) Descriptor() ([]byte, []int)

Deprecated: Use MutateRowsRequest_Entry.ProtoReflect.Descriptor instead.

func (*MutateRowsRequest_Entry) GetIdempotency

func (x *MutateRowsRequest_Entry) GetIdempotency() *Idempotency

func (*MutateRowsRequest_Entry) GetMutations

func (x *MutateRowsRequest_Entry) GetMutations() []*Mutation

func (*MutateRowsRequest_Entry) GetRowKey

func (x *MutateRowsRequest_Entry) GetRowKey() []byte

func (*MutateRowsRequest_Entry) ProtoMessage

func (*MutateRowsRequest_Entry) ProtoMessage()

func (*MutateRowsRequest_Entry) ProtoReflect

func (x *MutateRowsRequest_Entry) ProtoReflect() protoreflect.Message

func (*MutateRowsRequest_Entry) Reset

func (x *MutateRowsRequest_Entry) Reset()

func (*MutateRowsRequest_Entry) String

func (x *MutateRowsRequest_Entry) String() string

MutateRowsResponse

type MutateRowsResponse struct {

	// One or more results for Entries from the batch request.
	Entries []*MutateRowsResponse_Entry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	// Information about how client should limit the rate (QPS). Primirily used by
	// supported official Cloud Bigtable clients. If unset, the rate limit info is
	// not provided by the server.
	RateLimitInfo *RateLimitInfo `protobuf:"bytes,3,opt,name=rate_limit_info,json=rateLimitInfo,proto3,oneof" json:"rate_limit_info,omitempty"`
	// contains filtered or unexported fields
}

Response message for BigtableService.MutateRows.

func (*MutateRowsResponse) Descriptor

func (*MutateRowsResponse) Descriptor() ([]byte, []int)

Deprecated: Use MutateRowsResponse.ProtoReflect.Descriptor instead.

func (*MutateRowsResponse) GetEntries

func (x *MutateRowsResponse) GetEntries() []*MutateRowsResponse_Entry

func (*MutateRowsResponse) GetRateLimitInfo

func (x *MutateRowsResponse) GetRateLimitInfo() *RateLimitInfo

func (*MutateRowsResponse) ProtoMessage

func (*MutateRowsResponse) ProtoMessage()

func (*MutateRowsResponse) ProtoReflect

func (x *MutateRowsResponse) ProtoReflect() protoreflect.Message

func (*MutateRowsResponse) Reset

func (x *MutateRowsResponse) Reset()

func (*MutateRowsResponse) String

func (x *MutateRowsResponse) String() string

MutateRowsResponse_Entry

type MutateRowsResponse_Entry struct {

	// The index into the original request's `entries` list of the Entry
	// for which a result is being reported.
	Index int64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	// The result of the request Entry identified by `index`.
	// Depending on how requests are batched during execution, it is possible
	// for one Entry to fail due to an error with another Entry. In the event
	// that this occurs, the same error will be reported for both entries.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

The result of applying a passed mutation in the original request.

func (*MutateRowsResponse_Entry) Descriptor

func (*MutateRowsResponse_Entry) Descriptor() ([]byte, []int)

Deprecated: Use MutateRowsResponse_Entry.ProtoReflect.Descriptor instead.

func (*MutateRowsResponse_Entry) GetIndex

func (x *MutateRowsResponse_Entry) GetIndex() int64

func (*MutateRowsResponse_Entry) GetStatus

func (x *MutateRowsResponse_Entry) GetStatus() *status.Status

func (*MutateRowsResponse_Entry) ProtoMessage

func (*MutateRowsResponse_Entry) ProtoMessage()

func (*MutateRowsResponse_Entry) ProtoReflect

func (x *MutateRowsResponse_Entry) ProtoReflect() protoreflect.Message

func (*MutateRowsResponse_Entry) Reset

func (x *MutateRowsResponse_Entry) Reset()

func (*MutateRowsResponse_Entry) String

func (x *MutateRowsResponse_Entry) String() string

Mutation

type Mutation struct {

	// Which of the possible Mutation types to apply.
	//
	// Types that are valid to be assigned to Mutation:
	//
	//	*Mutation_SetCell_
	//	*Mutation_AddToCell_
	//	*Mutation_MergeToCell_
	//	*Mutation_DeleteFromColumn_
	//	*Mutation_DeleteFromFamily_
	//	*Mutation_DeleteFromRow_
	Mutation isMutation_Mutation `protobuf_oneof:"mutation"`
	// contains filtered or unexported fields
}

Specifies a particular change to be made to the contents of a row.

func (*Mutation) Descriptor

func (*Mutation) Descriptor() ([]byte, []int)

Deprecated: Use Mutation.ProtoReflect.Descriptor instead.

func (*Mutation) GetAddToCell

func (x *Mutation) GetAddToCell() *Mutation_AddToCell

func (*Mutation) GetDeleteFromColumn

func (x *Mutation) GetDeleteFromColumn() *Mutation_DeleteFromColumn

func (*Mutation) GetDeleteFromFamily

func (x *Mutation) GetDeleteFromFamily() *Mutation_DeleteFromFamily

func (*Mutation) GetDeleteFromRow

func (x *Mutation) GetDeleteFromRow() *Mutation_DeleteFromRow

func (*Mutation) GetMergeToCell

func (x *Mutation) GetMergeToCell() *Mutation_MergeToCell

func (*Mutation) GetMutation

func (x *Mutation) GetMutation() isMutation_Mutation

func (*Mutation) GetSetCell

func (x *Mutation) GetSetCell() *Mutation_SetCell

func (*Mutation) ProtoMessage

func (*Mutation) ProtoMessage()

func (*Mutation) ProtoReflect

func (x *Mutation) ProtoReflect() protoreflect.Message

func (*Mutation) Reset

func (x *Mutation) Reset()

func (*Mutation) String

func (x *Mutation) String() string

Mutation_AddToCell

type Mutation_AddToCell struct {

	// The name of the `Aggregate` family into which new data should be added.
	// This must be a family with a `value_type` of `Aggregate`.
	// Format: `[-_.a-zA-Z0-9]+`
	FamilyName string `protobuf:"bytes,1,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"`
	// The qualifier of the column into which new data should be added. This
	// must be a `raw_value`.
	ColumnQualifier *Value `protobuf:"bytes,2,opt,name=column_qualifier,json=columnQualifier,proto3" json:"column_qualifier,omitempty"`
	// The timestamp of the cell to which new data should be added. This must
	// be a `raw_timestamp_micros` that matches the table's `granularity`.
	Timestamp *Value `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// The input value to be accumulated into the specified cell. This must be
	// compatible with the family's `value_type.input_type`.
	Input *Value `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	// contains filtered or unexported fields
}

A Mutation which incrementally updates a cell in an Aggregate family.

func (*Mutation_AddToCell) Descriptor

func (*Mutation_AddToCell) Descriptor() ([]byte, []int)

Deprecated: Use Mutation_AddToCell.ProtoReflect.Descriptor instead.

func (*Mutation_AddToCell) GetColumnQualifier

func (x *Mutation_AddToCell) GetColumnQualifier() *Value

func (*Mutation_AddToCell) GetFamilyName

func (x *Mutation_AddToCell) GetFamilyName() string

func (*Mutation_AddToCell) GetInput

func (x *Mutation_AddToCell) GetInput() *Value

func (*Mutation_AddToCell) GetTimestamp

func (x *Mutation_AddToCell) GetTimestamp() *Value

func (*Mutation_AddToCell) ProtoMessage

func (*Mutation_AddToCell) ProtoMessage()

func (*Mutation_AddToCell) ProtoReflect

func (x *Mutation_AddToCell) ProtoReflect() protoreflect.Message

func (*Mutation_AddToCell) Reset

func (x *Mutation_AddToCell) Reset()

func (*Mutation_AddToCell) String

func (x *Mutation_AddToCell) String() string

Mutation_AddToCell_

type Mutation_AddToCell_ struct {
	// Incrementally updates an `Aggregate` cell.
	AddToCell *Mutation_AddToCell `protobuf:"bytes,5,opt,name=add_to_cell,json=addToCell,proto3,oneof"`
}

Mutation_DeleteFromColumn

type Mutation_DeleteFromColumn struct {

	// The name of the family from which cells should be deleted.
	// Must match `[-_.a-zA-Z0-9]+`
	FamilyName string `protobuf:"bytes,1,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"`
	// The qualifier of the column from which cells should be deleted.
	// Can be any byte string, including the empty string.
	ColumnQualifier []byte `protobuf:"bytes,2,opt,name=column_qualifier,json=columnQualifier,proto3" json:"column_qualifier,omitempty"`
	// The range of timestamps within which cells should be deleted.
	TimeRange *TimestampRange `protobuf:"bytes,3,opt,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"`
	// contains filtered or unexported fields
}

A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.

func (*Mutation_DeleteFromColumn) Descriptor

func (*Mutation_DeleteFromColumn) Descriptor() ([]byte, []int)

Deprecated: Use Mutation_DeleteFromColumn.ProtoReflect.Descriptor instead.

func (*Mutation_DeleteFromColumn) GetColumnQualifier

func (x *Mutation_DeleteFromColumn) GetColumnQualifier() []byte

func (*Mutation_DeleteFromColumn) GetFamilyName

func (x *Mutation_DeleteFromColumn) GetFamilyName() string

func (*Mutation_DeleteFromColumn) GetTimeRange

func (x *Mutation_DeleteFromColumn) GetTimeRange() *TimestampRange

func (*Mutation_DeleteFromColumn) ProtoMessage

func (*Mutation_DeleteFromColumn) ProtoMessage()

func (*Mutation_DeleteFromColumn) ProtoReflect

func (*Mutation_DeleteFromColumn) Reset

func (x *Mutation_DeleteFromColumn) Reset()

func (*Mutation_DeleteFromColumn) String

func (x *Mutation_DeleteFromColumn) String() string

Mutation_DeleteFromColumn_

type Mutation_DeleteFromColumn_ struct {
	// Deletes cells from a column.
	DeleteFromColumn *Mutation_DeleteFromColumn `protobuf:"bytes,2,opt,name=delete_from_column,json=deleteFromColumn,proto3,oneof"`
}

Mutation_DeleteFromFamily

type Mutation_DeleteFromFamily struct {

	// The name of the family from which cells should be deleted.
	// Must match `[-_.a-zA-Z0-9]+`
	FamilyName string `protobuf:"bytes,1,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"`
	// contains filtered or unexported fields
}

A Mutation which deletes all cells from the specified column family.

func (*Mutation_DeleteFromFamily) Descriptor

func (*Mutation_DeleteFromFamily) Descriptor() ([]byte, []int)

Deprecated: Use Mutation_DeleteFromFamily.ProtoReflect.Descriptor instead.

func (*Mutation_DeleteFromFamily) GetFamilyName

func (x *Mutation_DeleteFromFamily) GetFamilyName() string

func (*Mutation_DeleteFromFamily) ProtoMessage

func (*Mutation_DeleteFromFamily) ProtoMessage()

func (*Mutation_DeleteFromFamily) ProtoReflect

func (*Mutation_DeleteFromFamily) Reset

func (x *Mutation_DeleteFromFamily) Reset()

func (*Mutation_DeleteFromFamily) String

func (x *Mutation_DeleteFromFamily) String() string

Mutation_DeleteFromFamily_

type Mutation_DeleteFromFamily_ struct {
	// Deletes cells from a column family.
	DeleteFromFamily *Mutation_DeleteFromFamily `protobuf:"bytes,3,opt,name=delete_from_family,json=deleteFromFamily,proto3,oneof"`
}

Mutation_DeleteFromRow

type Mutation_DeleteFromRow struct {
	// contains filtered or unexported fields
}

A Mutation which deletes all cells from the containing row.

func (*Mutation_DeleteFromRow) Descriptor

func (*Mutation_DeleteFromRow) Descriptor() ([]byte, []int)

Deprecated: Use Mutation_DeleteFromRow.ProtoReflect.Descriptor instead.

func (*Mutation_DeleteFromRow) ProtoMessage

func (*Mutation_DeleteFromRow) ProtoMessage()

func (*Mutation_DeleteFromRow) ProtoReflect

func (x *Mutation_DeleteFromRow) ProtoReflect() protoreflect.Message

func (*Mutation_DeleteFromRow) Reset

func (x *Mutation_DeleteFromRow) Reset()

func (*Mutation_DeleteFromRow) String

func (x *Mutation_DeleteFromRow) String() string

Mutation_DeleteFromRow_

type Mutation_DeleteFromRow_ struct {
	// Deletes cells from the entire row.
	DeleteFromRow *Mutation_DeleteFromRow `protobuf:"bytes,4,opt,name=delete_from_row,json=deleteFromRow,proto3,oneof"`
}

Mutation_MergeToCell

type Mutation_MergeToCell struct {

	// The name of the `Aggregate` family into which new data should be added.
	// This must be a family with a `value_type` of `Aggregate`.
	// Format: `[-_.a-zA-Z0-9]+`
	FamilyName string `protobuf:"bytes,1,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"`
	// The qualifier of the column into which new data should be added. This
	// must be a `raw_value`.
	ColumnQualifier *Value `protobuf:"bytes,2,opt,name=column_qualifier,json=columnQualifier,proto3" json:"column_qualifier,omitempty"`
	// The timestamp of the cell to which new data should be added. This must
	// be a `raw_timestamp_micros` that matches the table's `granularity`.
	Timestamp *Value `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// The input value to be merged into the specified cell. This must be
	// compatible with the family's `value_type.state_type`. Merging `NULL` is
	// allowed, but has no effect.
	Input *Value `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	// contains filtered or unexported fields
}

A Mutation which merges accumulated state into a cell in an Aggregate family.

func (*Mutation_MergeToCell) Descriptor

func (*Mutation_MergeToCell) Descriptor() ([]byte, []int)

Deprecated: Use Mutation_MergeToCell.ProtoReflect.Descriptor instead.

func (*Mutation_MergeToCell) GetColumnQualifier

func (x *Mutation_MergeToCell) GetColumnQualifier() *Value

func (*Mutation_MergeToCell) GetFamilyName

func (x *Mutation_MergeToCell) GetFamilyName() string

func (*Mutation_MergeToCell) GetInput

func (x *Mutation_MergeToCell) GetInput() *Value

func (*Mutation_MergeToCell) GetTimestamp

func (x *Mutation_MergeToCell) GetTimestamp() *Value

func (*Mutation_MergeToCell) ProtoMessage

func (*Mutation_MergeToCell) ProtoMessage()

func (*Mutation_MergeToCell) ProtoReflect

func (x *Mutation_MergeToCell) ProtoReflect() protoreflect.Message

func (*Mutation_MergeToCell) Reset

func (x *Mutation_MergeToCell) Reset()

func (*Mutation_MergeToCell) String

func (x *Mutation_MergeToCell) String() string

Mutation_MergeToCell_

type Mutation_MergeToCell_ struct {
	// Merges accumulated state to an `Aggregate` cell.
	MergeToCell *Mutation_MergeToCell `protobuf:"bytes,6,opt,name=merge_to_cell,json=mergeToCell,proto3,oneof"`
}

Mutation_SetCell

type Mutation_SetCell struct {

	// The name of the family into which new data should be written.
	// Must match `[-_.a-zA-Z0-9]+`
	FamilyName string `protobuf:"bytes,1,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"`
	// The qualifier of the column into which new data should be written.
	// Can be any byte string, including the empty string.
	ColumnQualifier []byte `protobuf:"bytes,2,opt,name=column_qualifier,json=columnQualifier,proto3" json:"column_qualifier,omitempty"`
	// The timestamp of the cell into which new data should be written.
	// Use -1 for current Bigtable server time.
	// Otherwise, the client should set this value itself, noting that the
	// default value is a timestamp of zero if the field is left unspecified.
	// Values must match the granularity of the table (e.g. micros, millis).
	TimestampMicros int64 `protobuf:"varint,3,opt,name=timestamp_micros,json=timestampMicros,proto3" json:"timestamp_micros,omitempty"`
	// The value to be written into the specified cell.
	Value []byte `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

A Mutation which sets the value of the specified cell.

func (*Mutation_SetCell) Descriptor

func (*Mutation_SetCell) Descriptor() ([]byte, []int)

Deprecated: Use Mutation_SetCell.ProtoReflect.Descriptor instead.

func (*Mutation_SetCell) GetColumnQualifier

func (x *Mutation_SetCell) GetColumnQualifier() []byte

func (*Mutation_SetCell) GetFamilyName

func (x *Mutation_SetCell) GetFamilyName() string

func (*Mutation_SetCell) GetTimestampMicros

func (x *Mutation_SetCell) GetTimestampMicros() int64

func (*Mutation_SetCell) GetValue

func (x *Mutation_SetCell) GetValue() []byte

func (*Mutation_SetCell) ProtoMessage

func (*Mutation_SetCell) ProtoMessage()

func (*Mutation_SetCell) ProtoReflect

func (x *Mutation_SetCell) ProtoReflect() protoreflect.Message

func (*Mutation_SetCell) Reset

func (x *Mutation_SetCell) Reset()

func (*Mutation_SetCell) String

func (x *Mutation_SetCell) String() string

Mutation_SetCell_

type Mutation_SetCell_ struct {
	// Set a cell's value.
	SetCell *Mutation_SetCell `protobuf:"bytes,1,opt,name=set_cell,json=setCell,proto3,oneof"`
}

OpenAuthorizedViewRequest

type OpenAuthorizedViewRequest struct {

	// The Authorized view name to read and write from. Values are of the form
	// `projects/

Open sessions for an AuthorizedView. Internal usage only.

func (*OpenAuthorizedViewRequest) Descriptor

func (*OpenAuthorizedViewRequest) Descriptor() ([]byte, []int)

Deprecated: Use OpenAuthorizedViewRequest.ProtoReflect.Descriptor instead.

func (*OpenAuthorizedViewRequest) GetAppProfileId

func (x *OpenAuthorizedViewRequest) GetAppProfileId() string

func (*OpenAuthorizedViewRequest) GetAuthorizedViewName

func (x *OpenAuthorizedViewRequest) GetAuthorizedViewName() string

func (*OpenAuthorizedViewRequest) GetPermission

func (*OpenAuthorizedViewRequest) ProtoMessage

func (*OpenAuthorizedViewRequest) ProtoMessage()

func (*OpenAuthorizedViewRequest) ProtoReflect

func (*OpenAuthorizedViewRequest) Reset

func (x *OpenAuthorizedViewRequest) Reset()

func (*OpenAuthorizedViewRequest) String

func (x *OpenAuthorizedViewRequest) String() string

OpenAuthorizedViewRequest_Permission

type OpenAuthorizedViewRequest_Permission int32

OpenAuthorizedViewRequest_PERMISSION_UNSET, OpenAuthorizedViewRequest_PERMISSION_READ, OpenAuthorizedViewRequest_PERMISSION_WRITE, OpenAuthorizedViewRequest_PERMISSION_READ_WRITE

const (
	OpenAuthorizedViewRequest_PERMISSION_UNSET      OpenAuthorizedViewRequest_Permission = 0
	OpenAuthorizedViewRequest_PERMISSION_READ       OpenAuthorizedViewRequest_Permission = 1
	OpenAuthorizedViewRequest_PERMISSION_WRITE      OpenAuthorizedViewRequest_Permission = 2
	OpenAuthorizedViewRequest_PERMISSION_READ_WRITE OpenAuthorizedViewRequest_Permission = 3
)

func (OpenAuthorizedViewRequest_Permission) Descriptor

func (OpenAuthorizedViewRequest_Permission) Enum

func (OpenAuthorizedViewRequest_Permission) EnumDescriptor

func (OpenAuthorizedViewRequest_Permission) EnumDescriptor() ([]byte, []int)

Deprecated: Use OpenAuthorizedViewRequest_Permission.Descriptor instead.

func (OpenAuthorizedViewRequest_Permission) Number

func (OpenAuthorizedViewRequest_Permission) String

func (OpenAuthorizedViewRequest_Permission) Type

OpenAuthorizedViewResponse

type OpenAuthorizedViewResponse struct {
	// contains filtered or unexported fields
}

Internal usage only.

func (*OpenAuthorizedViewResponse) Descriptor

func (*OpenAuthorizedViewResponse) Descriptor() ([]byte, []int)

Deprecated: Use OpenAuthorizedViewResponse.ProtoReflect.Descriptor instead.

func (*OpenAuthorizedViewResponse) ProtoMessage

func (*OpenAuthorizedViewResponse) ProtoMessage()

func (*OpenAuthorizedViewResponse) ProtoReflect

func (*OpenAuthorizedViewResponse) Reset

func (x *OpenAuthorizedViewResponse) Reset()

func (*OpenAuthorizedViewResponse) String

func (x *OpenAuthorizedViewResponse) String() string

OpenMaterializedViewRequest

type OpenMaterializedViewRequest struct {

	// The Materialized view name to read and write from. Values are of the form
	// `projects/

Open sessions for a MaterializedView. Internal usage only.

func (*OpenMaterializedViewRequest) Descriptor

func (*OpenMaterializedViewRequest) Descriptor() ([]byte, []int)

Deprecated: Use OpenMaterializedViewRequest.ProtoReflect.Descriptor instead.

func (*OpenMaterializedViewRequest) GetAppProfileId

func (x *OpenMaterializedViewRequest) GetAppProfileId() string

func (*OpenMaterializedViewRequest) GetMaterializedViewName

func (x *OpenMaterializedViewRequest) GetMaterializedViewName() string

func (*OpenMaterializedViewRequest) GetPermission

func (*OpenMaterializedViewRequest) ProtoMessage

func (*OpenMaterializedViewRequest) ProtoMessage()

func (*OpenMaterializedViewRequest) ProtoReflect

func (*OpenMaterializedViewRequest) Reset

func (x *OpenMaterializedViewRequest) Reset()

func (*OpenMaterializedViewRequest) String

func (x *OpenMaterializedViewRequest) String() string

OpenMaterializedViewRequest_Permission

type OpenMaterializedViewRequest_Permission int32

OpenMaterializedViewRequest_PERMISSION_UNSET, OpenMaterializedViewRequest_PERMISSION_READ

const (
	OpenMaterializedViewRequest_PERMISSION_UNSET OpenMaterializedViewRequest_Permission = 0
	OpenMaterializedViewRequest_PERMISSION_READ  OpenMaterializedViewRequest_Permission = 1
)

func (OpenMaterializedViewRequest_Permission) Descriptor

func (OpenMaterializedViewRequest_Permission) Enum

func (OpenMaterializedViewRequest_Permission) EnumDescriptor

func (OpenMaterializedViewRequest_Permission) EnumDescriptor() ([]byte, []int)

Deprecated: Use OpenMaterializedViewRequest_Permission.Descriptor instead.

func (OpenMaterializedViewRequest_Permission) Number

func (OpenMaterializedViewRequest_Permission) String

func (OpenMaterializedViewRequest_Permission) Type

OpenMaterializedViewResponse

type OpenMaterializedViewResponse struct {
	// contains filtered or unexported fields
}

Internal usage only.

func (*OpenMaterializedViewResponse) Descriptor

func (*OpenMaterializedViewResponse) Descriptor() ([]byte, []int)

Deprecated: Use OpenMaterializedViewResponse.ProtoReflect.Descriptor instead.

func (*OpenMaterializedViewResponse) ProtoMessage

func (*OpenMaterializedViewResponse) ProtoMessage()

func (*OpenMaterializedViewResponse) ProtoReflect

func (*OpenMaterializedViewResponse) Reset

func (x *OpenMaterializedViewResponse) Reset()

func (*OpenMaterializedViewResponse) String

OpenSessionRequest

type OpenSessionRequest struct {

	// A version indicator from the client stating its understanding of the
	// protocol. This is to disambiguate client behavior amidst changes in
	// semantic usage of the API, e.g. if the structure remains the same but
	// behavior changes.
	ProtocolVersion int64 `protobuf:"varint,1,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	// Client settings, including a record of
	Flags *FeatureFlags `protobuf:"bytes,2,opt,name=flags,proto3" json:"flags,omitempty"`
	// Used for serverside observability.
	ConsecutiveFailedConnectionAttempts int64 `protobuf:"varint,3,opt,name=consecutive_failed_connection_attempts,json=consecutiveFailedConnectionAttempts,proto3" json:"consecutive_failed_connection_attempts,omitempty"`
	// How the request should be routed (if presented as part of a GOAWAY
	// from a previous session). Post V1.
	RoutingCookie []byte `protobuf:"bytes,4,opt,name=routing_cookie,json=routingCookie,proto3" json:"routing_cookie,omitempty"`
	// Can be Open{Table,AuthorizedView,MaterializedView}Request,
	// (or in post-V1, PrepareSqlQueryRequest)
	Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*OpenSessionRequest) Descriptor

func (*OpenSessionRequest) Descriptor() ([]byte, []int)

Deprecated: Use OpenSessionRequest.ProtoReflect.Descriptor instead.

func (*OpenSessionRequest) GetConsecutiveFailedConnectionAttempts

func (x *OpenSessionRequest) GetConsecutiveFailedConnectionAttempts() int64

func (*OpenSessionRequest) GetFlags

func (x *OpenSessionRequest) GetFlags() *FeatureFlags

func (*OpenSessionRequest) GetPayload

func (x *OpenSessionRequest) GetPayload() []byte

func (*OpenSessionRequest) GetProtocolVersion

func (x *OpenSessionRequest) GetProtocolVersion() int64

func (*OpenSessionRequest) GetRoutingCookie

func (x *OpenSessionRequest) GetRoutingCookie() []byte

func (*OpenSessionRequest) ProtoMessage

func (*OpenSessionRequest) ProtoMessage()

func (*OpenSessionRequest) ProtoReflect

func (x *OpenSessionRequest) ProtoReflect() protoreflect.Message

func (*OpenSessionRequest) Reset

func (x *OpenSessionRequest) Reset()

func (*OpenSessionRequest) String

func (x *OpenSessionRequest) String() string

OpenSessionResponse

type OpenSessionResponse struct {

	// Information on the backend(s) that are hosting this session.
	Backend *BackendIdentifier `protobuf:"bytes,2,opt,name=backend,proto3" json:"backend,omitempty"`
	// Can be Open{Table,AuthorizedView,MaterializedView}Response,
	// (or in post-V1, PrepareSqlQueryResponse)
	Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*OpenSessionResponse) Descriptor

func (*OpenSessionResponse) Descriptor() ([]byte, []int)

Deprecated: Use OpenSessionResponse.ProtoReflect.Descriptor instead.

func (*OpenSessionResponse) GetBackend

func (x *OpenSessionResponse) GetBackend() *BackendIdentifier

func (*OpenSessionResponse) GetPayload

func (x *OpenSessionResponse) GetPayload() []byte

func (*OpenSessionResponse) ProtoMessage

func (*OpenSessionResponse) ProtoMessage()

func (*OpenSessionResponse) ProtoReflect

func (x *OpenSessionResponse) ProtoReflect() protoreflect.Message

func (*OpenSessionResponse) Reset

func (x *OpenSessionResponse) Reset()

func (*OpenSessionResponse) String

func (x *OpenSessionResponse) String() string

OpenTableRequest

type OpenTableRequest struct {
	TableName    string                      `protobuf:"bytes,1,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	AppProfileId string                      `protobuf:"bytes,2,opt,name=app_profile_id,json=appProfileId,proto3" json:"app_profile_id,omitempty"`
	Permission   OpenTableRequest_Permission `protobuf:"varint,3,opt,name=permission,proto3,enum=google.bigtable.v2.OpenTableRequest_Permission" json:"permission,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*OpenTableRequest) Descriptor

func (*OpenTableRequest) Descriptor() ([]byte, []int)

Deprecated: Use OpenTableRequest.ProtoReflect.Descriptor instead.

func (*OpenTableRequest) GetAppProfileId

func (x *OpenTableRequest) GetAppProfileId() string

func (*OpenTableRequest) GetPermission

func (x *OpenTableRequest) GetPermission() OpenTableRequest_Permission

func (*OpenTableRequest) GetTableName

func (x *OpenTableRequest) GetTableName() string

func (*OpenTableRequest) ProtoMessage

func (*OpenTableRequest) ProtoMessage()

func (*OpenTableRequest) ProtoReflect

func (x *OpenTableRequest) ProtoReflect() protoreflect.Message

func (*OpenTableRequest) Reset

func (x *OpenTableRequest) Reset()

func (*OpenTableRequest) String

func (x *OpenTableRequest) String() string

OpenTableRequest_Permission

type OpenTableRequest_Permission int32

OpenTableRequest_PERMISSION_UNSET, OpenTableRequest_PERMISSION_READ, OpenTableRequest_PERMISSION_WRITE, OpenTableRequest_PERMISSION_READ_WRITE

const (
	OpenTableRequest_PERMISSION_UNSET      OpenTableRequest_Permission = 0
	OpenTableRequest_PERMISSION_READ       OpenTableRequest_Permission = 1
	OpenTableRequest_PERMISSION_WRITE      OpenTableRequest_Permission = 2
	OpenTableRequest_PERMISSION_READ_WRITE OpenTableRequest_Permission = 3
)

func (OpenTableRequest_Permission) Descriptor

func (OpenTableRequest_Permission) Enum

func (OpenTableRequest_Permission) EnumDescriptor

func (OpenTableRequest_Permission) EnumDescriptor() ([]byte, []int)

Deprecated: Use OpenTableRequest_Permission.Descriptor instead.

func (OpenTableRequest_Permission) Number

func (OpenTableRequest_Permission) String

func (OpenTableRequest_Permission) Type

OpenTableResponse

type OpenTableResponse struct {
	// contains filtered or unexported fields
}

Internal usage only.

func (*OpenTableResponse) Descriptor

func (*OpenTableResponse) Descriptor() ([]byte, []int)

Deprecated: Use OpenTableResponse.ProtoReflect.Descriptor instead.

func (*OpenTableResponse) ProtoMessage

func (*OpenTableResponse) ProtoMessage()

func (*OpenTableResponse) ProtoReflect

func (x *OpenTableResponse) ProtoReflect() protoreflect.Message

func (*OpenTableResponse) Reset

func (x *OpenTableResponse) Reset()

func (*OpenTableResponse) String

func (x *OpenTableResponse) String() string

PartialResultSet

type PartialResultSet struct {

	// Some rows of the result set in one of the supported formats.
	//
	// Multiple `PartialResultSet` messages may be sent to represent a complete
	// response. The client should buffer data constructed from the fields in
	// `partial_rows` until a non-empty `resume_token` is received. Each
	// sub-message documents the appropriate way to combine results.
	//
	// Types that are valid to be assigned to PartialRows:
	//
	//	*PartialResultSet_ProtoRowsBatch
	PartialRows isPartialResultSet_PartialRows `protobuf_oneof:"partial_rows"`
	// CRC32C checksum of concatenated `partial_rows` data for the current batch.
	//
	// When present, the buffered data from `partial_rows` forms a complete
	// parseable message of the appropriate type.
	//
	// The client should mark the end of a parseable message and prepare to
	// receive a new one starting from the next `PartialResultSet` message.
	// Clients must verify the checksum of the serialized batch before yielding it
	// to the caller.
	//
	// This does NOT mean the values can be yielded to the callers since a
	// `resume_token` is required to safely do so.
	//
	// If `resume_token` is non-empty and any data has been received since the
	// last one, this field is guaranteed to be non-empty. In other words, clients
	// may assume that a batch will never cross a `resume_token` boundary.
	BatchChecksum *uint32 `protobuf:"varint,6,opt,name=batch_checksum,json=batchChecksum,proto3,oneof" json:"batch_checksum,omitempty"`
	// An opaque token sent by the server to allow query resumption and signal
	// that the buffered values constructed from received `partial_rows` can be
	// yielded to the caller. Clients can provide this token in a subsequent
	// request to resume the result stream from the current point.
	//
	// When `resume_token` is non-empty, the buffered values received from
	// `partial_rows` since the last non-empty `resume_token` can be yielded to
	// the callers, provided that the client keeps the value of `resume_token` and
	// uses it on subsequent retries.
	//
	// A `resume_token` may be sent without information in `partial_rows` to
	// checkpoint the progress of a sparse query. Any previous `partial_rows` data
	// should still be yielded in this case, and the new `resume_token` should be
	// saved for future retries as normal.
	//
	// A `resume_token` will only be sent on a boundary where there is either no
	// ongoing result batch, or `batch_checksum` is also populated.
	//
	// The server will also send a sentinel `resume_token` when last batch of
	// `partial_rows` is sent. If the client retries the ExecuteQueryRequest with
	// the sentinel `resume_token`, the server will emit it again without any
	// data in `partial_rows`, then return OK.
	ResumeToken []byte `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty"`
	// If `true`, any data buffered since the last non-empty `resume_token` must
	// be discarded before the other parts of this message, if any, are handled.
	Reset_ bool `protobuf:"varint,7,opt,name=reset,proto3" json:"reset,omitempty"`
	// Estimated size of the buffer required to hold the next batch of results.
	//
	// This value will be sent with the first `partial_rows` of a batch. That is,
	// on the first `partial_rows` received in a stream, on the first message
	// after a `batch_checksum` message, and any time `reset` is true.
	//
	// The client can use this estimate to allocate a buffer for the next batch of
	// results. This helps minimize the number of allocations required, though the
	// buffer size may still need to be increased if the estimate is too low.
	EstimatedBatchSize int32 `protobuf:"varint,4,opt,name=estimated_batch_size,json=estimatedBatchSize,proto3" json:"estimated_batch_size,omitempty"`
	// contains filtered or unexported fields
}

A partial result set from the streaming query API. Cloud Bigtable clients buffer partial results received in this message until a resume_token is received.

The pseudocode below describes how to buffer and parse a stream of PartialResultSet messages.

Having:

  • queue of row results waiting to be returned queue
  • extensible buffer of bytes buffer
  • a place to keep track of the most recent resume_token

    for each PartialResultSet p received { if p.reset { ensure queue is empty ensure buffer is empty } if p.estimated_batch_size != 0 { (optional) ensure buffer is sized to at least p.estimated_batch_size } if p.proto_rows_batch is set { append p.proto_rows_batch.bytes to buffer } if p.batch_checksum is set and buffer is not empty { validate the checksum matches the contents of buffer (see comments on batch_checksum) parse buffer as ProtoRows message, clearing buffer add parsed rows to end of queue } if p.resume_token is set { release results in queue save p.resume_token in resume_token } }

func (*PartialResultSet) Descriptor

func (*PartialResultSet) Descriptor() ([]byte, []int)

Deprecated: Use PartialResultSet.ProtoReflect.Descriptor instead.

func (*PartialResultSet) GetBatchChecksum

func (x *PartialResultSet) GetBatchChecksum() uint32

func (*PartialResultSet) GetEstimatedBatchSize

func (x *PartialResultSet) GetEstimatedBatchSize() int32

func (*PartialResultSet) GetPartialRows

func (x *PartialResultSet) GetPartialRows() isPartialResultSet_PartialRows

func (*PartialResultSet) GetProtoRowsBatch

func (x *PartialResultSet) GetProtoRowsBatch() *ProtoRowsBatch

func (*PartialResultSet) GetReset_

func (x *PartialResultSet) GetReset_() bool

func (*PartialResultSet) GetResumeToken

func (x *PartialResultSet) GetResumeToken() []byte

func (*PartialResultSet) ProtoMessage

func (*PartialResultSet) ProtoMessage()

func (*PartialResultSet) ProtoReflect

func (x *PartialResultSet) ProtoReflect() protoreflect.Message

func (*PartialResultSet) Reset

func (x *PartialResultSet) Reset()

func (*PartialResultSet) String

func (x *PartialResultSet) String() string

PartialResultSet_ProtoRowsBatch

type PartialResultSet_ProtoRowsBatch struct {
	// Partial rows in serialized ProtoRows format.
	ProtoRowsBatch *ProtoRowsBatch `protobuf:"bytes,3,opt,name=proto_rows_batch,json=protoRowsBatch,proto3,oneof"`
}

PeerInfo

type PeerInfo struct {

	// An opaque identifier for the Google Frontend which serviced this request.
	// Only set when not using DirectAccess.
	GoogleFrontendId int64 `protobuf:"varint,1,opt,name=google_frontend_id,json=googleFrontendId,proto3" json:"google_frontend_id,omitempty"`
	// An opaque identifier for the application frontend which serviced this
	// request.
	ApplicationFrontendId int64 `protobuf:"varint,2,opt,name=application_frontend_id,json=applicationFrontendId,proto3" json:"application_frontend_id,omitempty"`
	// The Cloud region of the application frontend that served this request.
	ApplicationFrontendRegion string `protobuf:"bytes,6,opt,name=application_frontend_region,json=applicationFrontendRegion,proto3" json:"application_frontend_region,omitempty"`
	// The Cloud zone of the application frontend that served this request.
	//
	// Deprecated: Marked as deprecated in google/bigtable/v2/peer_info.proto.
	ApplicationFrontendZone string `protobuf:"bytes,3,opt,name=application_frontend_zone,json=applicationFrontendZone,proto3" json:"application_frontend_zone,omitempty"`
	// The subzone of the application frontend that served this request, e.g. an
	// identifier for where within a zone (within the reported region) the
	// application frontend is.
	ApplicationFrontendSubzone string                 `protobuf:"bytes,4,opt,name=application_frontend_subzone,json=applicationFrontendSubzone,proto3" json:"application_frontend_subzone,omitempty"`
	TransportType              PeerInfo_TransportType `protobuf:"varint,5,opt,name=transport_type,json=transportType,proto3,enum=google.bigtable.v2.PeerInfo_TransportType" json:"transport_type,omitempty"`
	// contains filtered or unexported fields
}

PeerInfo contains information about the peer that the client is connecting to.

func (*PeerInfo) Descriptor

func (*PeerInfo) Descriptor() ([]byte, []int)

Deprecated: Use PeerInfo.ProtoReflect.Descriptor instead.

func (*PeerInfo) GetApplicationFrontendId

func (x *PeerInfo) GetApplicationFrontendId() int64

func (*PeerInfo) GetApplicationFrontendRegion

func (x *PeerInfo) GetApplicationFrontendRegion() string

func (*PeerInfo) GetApplicationFrontendSubzone

func (x *PeerInfo) GetApplicationFrontendSubzone() string

func (*PeerInfo) GetApplicationFrontendZone

func (x *PeerInfo) GetApplicationFrontendZone() string

Deprecated: Marked as deprecated in google/bigtable/v2/peer_info.proto.

func (*PeerInfo) GetGoogleFrontendId

func (x *PeerInfo) GetGoogleFrontendId() int64

func (*PeerInfo) GetTransportType

func (x *PeerInfo) GetTransportType() PeerInfo_TransportType

func (*PeerInfo) ProtoMessage

func (*PeerInfo) ProtoMessage()

func (*PeerInfo) ProtoReflect

func (x *PeerInfo) ProtoReflect() protoreflect.Message

func (*PeerInfo) Reset

func (x *PeerInfo) Reset()

func (*PeerInfo) String

func (x *PeerInfo) String() string

PeerInfo_TransportType

type PeerInfo_TransportType int32

The transport type that the client used to connect to this peer.

PeerInfo_TRANSPORT_TYPE_UNKNOWN, PeerInfo_TRANSPORT_TYPE_EXTERNAL, PeerInfo_TRANSPORT_TYPE_CLOUD_PATH, PeerInfo_TRANSPORT_TYPE_DIRECT_ACCESS, PeerInfo_TRANSPORT_TYPE_SESSION_UNKNOWN, PeerInfo_TRANSPORT_TYPE_SESSION_EXTERNAL, PeerInfo_TRANSPORT_TYPE_SESSION_CLOUD_PATH, PeerInfo_TRANSPORT_TYPE_SESSION_DIRECT_ACCESS

const (
	// The transport type is unknown.
	PeerInfo_TRANSPORT_TYPE_UNKNOWN PeerInfo_TransportType = 0
	// The client connected to this peer via an external network
	// (e.g. outside Google Coud).
	PeerInfo_TRANSPORT_TYPE_EXTERNAL PeerInfo_TransportType = 1
	// The client connected to this peer via CloudPath.
	PeerInfo_TRANSPORT_TYPE_CLOUD_PATH PeerInfo_TransportType = 2
	// The client connected to this peer via DirectAccess.
	PeerInfo_TRANSPORT_TYPE_DIRECT_ACCESS PeerInfo_TransportType = 3
	// The client connected to this peer via Bigtable Sessions using an unknown
	// transport type.
	PeerInfo_TRANSPORT_TYPE_SESSION_UNKNOWN PeerInfo_TransportType = 4
	// The client connected to this peer via Bigtable Sessions on an external
	// network (e.g. outside Google Cloud).
	PeerInfo_TRANSPORT_TYPE_SESSION_EXTERNAL PeerInfo_TransportType = 5
	// The client connected to this peer via Bigtable Sessions using CloudPath.
	PeerInfo_TRANSPORT_TYPE_SESSION_CLOUD_PATH PeerInfo_TransportType = 6
	// The client connected to this peer via Bigtable Sessions using
	// DirectAccess.
	PeerInfo_TRANSPORT_TYPE_SESSION_DIRECT_ACCESS PeerInfo_TransportType = 7
)

func (PeerInfo_TransportType) Descriptor

func (PeerInfo_TransportType) Enum

func (PeerInfo_TransportType) EnumDescriptor

func (PeerInfo_TransportType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PeerInfo_TransportType.Descriptor instead.

func (PeerInfo_TransportType) Number

func (PeerInfo_TransportType) String

func (x PeerInfo_TransportType) String() string

func (PeerInfo_TransportType) Type

PingAndWarmRequest

type PingAndWarmRequest struct {

	// Required. The unique name of the instance to check permissions for as well
	// as respond. Values are of the form
	// `projects/

Request message for client connection keep-alive and warming.

func (*PingAndWarmRequest) Descriptor

func (*PingAndWarmRequest) Descriptor() ([]byte, []int)

Deprecated: Use PingAndWarmRequest.ProtoReflect.Descriptor instead.

func (*PingAndWarmRequest) GetAppProfileId

func (x *PingAndWarmRequest) GetAppProfileId() string

func (*PingAndWarmRequest) GetName

func (x *PingAndWarmRequest) GetName() string

func (*PingAndWarmRequest) ProtoMessage

func (*PingAndWarmRequest) ProtoMessage()

func (*PingAndWarmRequest) ProtoReflect

func (x *PingAndWarmRequest) ProtoReflect() protoreflect.Message

func (*PingAndWarmRequest) Reset

func (x *PingAndWarmRequest) Reset()

func (*PingAndWarmRequest) String

func (x *PingAndWarmRequest) String() string

PingAndWarmResponse

type PingAndWarmResponse struct {
	// contains filtered or unexported fields
}

Response message for Bigtable.PingAndWarm connection keepalive and warming.

func (*PingAndWarmResponse) Descriptor

func (*PingAndWarmResponse) Descriptor() ([]byte, []int)

Deprecated: Use PingAndWarmResponse.ProtoReflect.Descriptor instead.

func (*PingAndWarmResponse) ProtoMessage

func (*PingAndWarmResponse) ProtoMessage()

func (*PingAndWarmResponse) ProtoReflect

func (x *PingAndWarmResponse) ProtoReflect() protoreflect.Message

func (*PingAndWarmResponse) Reset

func (x *PingAndWarmResponse) Reset()

func (*PingAndWarmResponse) String

func (x *PingAndWarmResponse) String() string

PrepareQueryRequest

type PrepareQueryRequest struct {

	// Required. The unique name of the instance against which the query should be
	// executed.
	// Values are of the form `projects/

Request message for Bigtable.PrepareQuery

func (*PrepareQueryRequest) Descriptor

func (*PrepareQueryRequest) Descriptor() ([]byte, []int)

Deprecated: Use PrepareQueryRequest.ProtoReflect.Descriptor instead.

func (*PrepareQueryRequest) GetAppProfileId

func (x *PrepareQueryRequest) GetAppProfileId() string

func (*PrepareQueryRequest) GetDataFormat

func (x *PrepareQueryRequest) GetDataFormat() isPrepareQueryRequest_DataFormat

func (*PrepareQueryRequest) GetInstanceName

func (x *PrepareQueryRequest) GetInstanceName() string

func (*PrepareQueryRequest) GetParamTypes

func (x *PrepareQueryRequest) GetParamTypes() map[string]*Type

func (*PrepareQueryRequest) GetProtoFormat

func (x *PrepareQueryRequest) GetProtoFormat() *ProtoFormat

func (*PrepareQueryRequest) GetQuery

func (x *PrepareQueryRequest) GetQuery() string

func (*PrepareQueryRequest) ProtoMessage

func (*PrepareQueryRequest) ProtoMessage()

func (*PrepareQueryRequest) ProtoReflect

func (x *PrepareQueryRequest) ProtoReflect() protoreflect.Message

func (*PrepareQueryRequest) Reset

func (x *PrepareQueryRequest) Reset()

func (*PrepareQueryRequest) String

func (x *PrepareQueryRequest) String() string

PrepareQueryRequest_ProtoFormat

type PrepareQueryRequest_ProtoFormat struct {
	// Protocol buffer format as described by ProtoSchema and ProtoRows
	// messages.
	ProtoFormat *ProtoFormat `protobuf:"bytes,4,opt,name=proto_format,json=protoFormat,proto3,oneof"`
}

PrepareQueryResponse

type PrepareQueryResponse struct {

	// Structure of rows in the response stream of `ExecuteQueryResponse` for the
	// returned `prepared_query`.
	Metadata *ResultSetMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// A serialized prepared query. Clients should treat this as an opaque
	// blob of bytes to send in `ExecuteQueryRequest`.
	PreparedQuery []byte `protobuf:"bytes,2,opt,name=prepared_query,json=preparedQuery,proto3" json:"prepared_query,omitempty"`
	// The time at which the prepared query token becomes invalid.
	// A token may become invalid early due to changes in the data being read, but
	// it provides a guideline to refresh query plans asynchronously.
	ValidUntil *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=valid_until,json=validUntil,proto3" json:"valid_until,omitempty"`
	// contains filtered or unexported fields
}

Response message for Bigtable.PrepareQueryResponse

func (*PrepareQueryResponse) Descriptor

func (*PrepareQueryResponse) Descriptor() ([]byte, []int)

Deprecated: Use PrepareQueryResponse.ProtoReflect.Descriptor instead.

func (*PrepareQueryResponse) GetMetadata

func (x *PrepareQueryResponse) GetMetadata() *ResultSetMetadata

func (*PrepareQueryResponse) GetPreparedQuery

func (x *PrepareQueryResponse) GetPreparedQuery() []byte

func (*PrepareQueryResponse) GetValidUntil

func (x *PrepareQueryResponse) GetValidUntil() *timestamppb.Timestamp

func (*PrepareQueryResponse) ProtoMessage

func (*PrepareQueryResponse) ProtoMessage()

func (*PrepareQueryResponse) ProtoReflect

func (x *PrepareQueryResponse) ProtoReflect() protoreflect.Message

func (*PrepareQueryResponse) Reset

func (x *PrepareQueryResponse) Reset()

func (*PrepareQueryResponse) String

func (x *PrepareQueryResponse) String() string

ProtoFormat

type ProtoFormat struct {
	// contains filtered or unexported fields
}

Protocol buffers format descriptor, as described by Messages ProtoSchema and ProtoRows

func (*ProtoFormat) Descriptor

func (*ProtoFormat) Descriptor() ([]byte, []int)

Deprecated: Use ProtoFormat.ProtoReflect.Descriptor instead.

func (*ProtoFormat) ProtoMessage

func (*ProtoFormat) ProtoMessage()

func (*ProtoFormat) ProtoReflect

func (x *ProtoFormat) ProtoReflect() protoreflect.Message

func (*ProtoFormat) Reset

func (x *ProtoFormat) Reset()

func (*ProtoFormat) String

func (x *ProtoFormat) String() string

ProtoRows

type ProtoRows struct {

	// A proto rows message consists of a list of values. Every N complete values
	// defines a row, where N is equal to the  number of entries in the
	// `metadata.proto_schema.columns` value received in the first response.
	Values []*Value `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

Rows represented in proto format.

This should be constructed by concatenating the batch_data from each of the relevant ProtoRowsBatch messages and parsing the result as a ProtoRows message.

func (*ProtoRows) Descriptor

func (*ProtoRows) Descriptor() ([]byte, []int)

Deprecated: Use ProtoRows.ProtoReflect.Descriptor instead.

func (*ProtoRows) GetValues

func (x *ProtoRows) GetValues() []*Value

func (*ProtoRows) ProtoMessage

func (*ProtoRows) ProtoMessage()

func (*ProtoRows) ProtoReflect

func (x *ProtoRows) ProtoReflect() protoreflect.Message

func (*ProtoRows) Reset

func (x *ProtoRows) Reset()

func (*ProtoRows) String

func (x *ProtoRows) String() string

ProtoRowsBatch

type ProtoRowsBatch struct {

	// Part of a serialized `ProtoRows` message.
	// A complete, parseable ProtoRows message is constructed by
	// concatenating `batch_data` from multiple `ProtoRowsBatch` messages. The
	// `PartialResultSet` that contains the last part has `complete_batch` set to
	// `true`.
	BatchData []byte `protobuf:"bytes,1,opt,name=batch_data,json=batchData,proto3" json:"batch_data,omitempty"`
	// contains filtered or unexported fields
}

A part of a serialized ProtoRows message.

func (*ProtoRowsBatch) Descriptor

func (*ProtoRowsBatch) Descriptor() ([]byte, []int)

Deprecated: Use ProtoRowsBatch.ProtoReflect.Descriptor instead.

func (*ProtoRowsBatch) GetBatchData

func (x *ProtoRowsBatch) GetBatchData() []byte

func (*ProtoRowsBatch) ProtoMessage

func (*ProtoRowsBatch) ProtoMessage()

func (*ProtoRowsBatch) ProtoReflect

func (x *ProtoRowsBatch) ProtoReflect() protoreflect.Message

func (*ProtoRowsBatch) Reset

func (x *ProtoRowsBatch) Reset()

func (*ProtoRowsBatch) String

func (x *ProtoRowsBatch) String() string

ProtoSchema

type ProtoSchema struct {

	// The columns in the result set.
	Columns []*ColumnMetadata `protobuf:"bytes,1,rep,name=columns,proto3" json:"columns,omitempty"`
	// contains filtered or unexported fields
}

ResultSet schema in proto format

func (*ProtoSchema) Descriptor

func (*ProtoSchema) Descriptor() ([]byte, []int)

Deprecated: Use ProtoSchema.ProtoReflect.Descriptor instead.

func (*ProtoSchema) GetColumns

func (x *ProtoSchema) GetColumns() []*ColumnMetadata

func (*ProtoSchema) ProtoMessage

func (*ProtoSchema) ProtoMessage()

func (*ProtoSchema) ProtoReflect

func (x *ProtoSchema) ProtoReflect() protoreflect.Message

func (*ProtoSchema) Reset

func (x *ProtoSchema) Reset()

func (*ProtoSchema) String

func (x *ProtoSchema) String() string

RateLimitInfo

type RateLimitInfo struct {

	// Time that clients should wait before adjusting the target rate again.
	// If clients adjust rate too frequently, the impact of the previous
	// adjustment may not have been taken into account and may
	// over-throttle or under-throttle. If clients adjust rate too slowly, they
	// will not be responsive to load changes on server side, and may
	// over-throttle or under-throttle.
	Period *durationpb.Duration `protobuf:"bytes,1,opt,name=period,proto3" json:"period,omitempty"`
	// If it has been at least one `period` since the last load adjustment, the
	// client should multiply the current load by this value to get the new target
	// load. For example, if the current load is 100 and `factor` is 0.8, the new
	// target load should be 80. After adjusting, the client should ignore
	// `factor` until another `period` has passed.
	//
	// The client can measure its load using any unit that's comparable over time.
	// For example, QPS can be used as long as each request involves a similar
	// amount of work.
	Factor float64 `protobuf:"fixed64,2,opt,name=factor,proto3" json:"factor,omitempty"`
	// contains filtered or unexported fields
}

Information about how client should adjust the load to Bigtable.

func (*RateLimitInfo) Descriptor

func (*RateLimitInfo) Descriptor() ([]byte, []int)

Deprecated: Use RateLimitInfo.ProtoReflect.Descriptor instead.

func (*RateLimitInfo) GetFactor

func (x *RateLimitInfo) GetFactor() float64

func (*RateLimitInfo) GetPeriod

func (x *RateLimitInfo) GetPeriod() *durationpb.Duration

func (*RateLimitInfo) ProtoMessage

func (*RateLimitInfo) ProtoMessage()

func (*RateLimitInfo) ProtoReflect

func (x *RateLimitInfo) ProtoReflect() protoreflect.Message

func (*RateLimitInfo) Reset

func (x *RateLimitInfo) Reset()

func (*RateLimitInfo) String

func (x *RateLimitInfo) String() string

ReadChangeStreamRequest

type ReadChangeStreamRequest struct {

	// Required. The unique name of the table from which to read a change stream.
	// Values are of the form
	// `projects/

NOTE: This API is intended to be used by Apache Beam BigtableIO. Request message for Bigtable.ReadChangeStream.

func (*ReadChangeStreamRequest) Descriptor

func (*ReadChangeStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadChangeStreamRequest.ProtoReflect.Descriptor instead.

func (*ReadChangeStreamRequest) GetAppProfileId

func (x *ReadChangeStreamRequest) GetAppProfileId() string

func (*ReadChangeStreamRequest) GetContinuationTokens

func (x *ReadChangeStreamRequest) GetContinuationTokens() *StreamContinuationTokens

func (*ReadChangeStreamRequest) GetEndTime

func (*ReadChangeStreamRequest) GetHeartbeatDuration

func (x *ReadChangeStreamRequest) GetHeartbeatDuration() *durationpb.Duration

func (*ReadChangeStreamRequest) GetPartition

func (x *ReadChangeStreamRequest) GetPartition() *StreamPartition

func (*ReadChangeStreamRequest) GetStartFrom

func (x *ReadChangeStreamRequest) GetStartFrom() isReadChangeStreamRequest_StartFrom

func (*ReadChangeStreamRequest) GetStartTime

func (x *ReadChangeStreamRequest) GetStartTime() *timestamppb.Timestamp

func (*ReadChangeStreamRequest) GetTableName

func (x *ReadChangeStreamRequest) GetTableName() string

func (*ReadChangeStreamRequest) ProtoMessage

func (*ReadChangeStreamRequest) ProtoMessage()

func (*ReadChangeStreamRequest) ProtoReflect

func (x *ReadChangeStreamRequest) ProtoReflect() protoreflect.Message

func (*ReadChangeStreamRequest) Reset

func (x *ReadChangeStreamRequest) Reset()

func (*ReadChangeStreamRequest) String

func (x *ReadChangeStreamRequest) String() string

ReadChangeStreamRequest_ContinuationTokens

type ReadChangeStreamRequest_ContinuationTokens struct {
	// Tokens that describe how to resume reading a stream where reading
	// previously left off. If specified, changes will be read starting at the
	// the position. Tokens are delivered on the stream as part of `Heartbeat`
	// and `CloseStream` messages.
	//
	// If a single token is provided, the token's partition must exactly match
	// the request's partition. If multiple tokens are provided, as in the case
	// of a partition merge, the union of the token partitions must exactly
	// cover the request's partition. Otherwise, INVALID_ARGUMENT will be
	// returned.
	ContinuationTokens *StreamContinuationTokens `protobuf:"bytes,6,opt,name=continuation_tokens,json=continuationTokens,proto3,oneof"`
}

ReadChangeStreamRequest_StartTime

type ReadChangeStreamRequest_StartTime struct {
	// Start reading the stream at the specified timestamp. This timestamp must
	// be within the change stream retention period, less than or equal to the
	// current time, and after change stream creation, whichever is greater.
	// This value is inclusive and will be truncated to microsecond granularity.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3,oneof"`
}

ReadChangeStreamResponse

type ReadChangeStreamResponse struct {

	// The data or control message on the stream.
	//
	// Types that are valid to be assigned to StreamRecord:
	//
	//	*ReadChangeStreamResponse_DataChange_
	//	*ReadChangeStreamResponse_Heartbeat_
	//	*ReadChangeStreamResponse_CloseStream_
	StreamRecord isReadChangeStreamResponse_StreamRecord `protobuf_oneof:"stream_record"`
	// contains filtered or unexported fields
}

NOTE: This API is intended to be used by Apache Beam BigtableIO. Response message for Bigtable.ReadChangeStream.

func (*ReadChangeStreamResponse) Descriptor

func (*ReadChangeStreamResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReadChangeStreamResponse.ProtoReflect.Descriptor instead.

func (*ReadChangeStreamResponse) GetCloseStream

func (*ReadChangeStreamResponse) GetDataChange

func (*ReadChangeStreamResponse) GetHeartbeat

func (*ReadChangeStreamResponse) GetStreamRecord

func (x *ReadChangeStreamResponse) GetStreamRecord() isReadChangeStreamResponse_StreamRecord

func (*ReadChangeStreamResponse) ProtoMessage

func (*ReadChangeStreamResponse) ProtoMessage()

func (*ReadChangeStreamResponse) ProtoReflect

func (x *ReadChangeStreamResponse) ProtoReflect() protoreflect.Message

func (*ReadChangeStreamResponse) Reset

func (x *ReadChangeStreamResponse) Reset()

func (*ReadChangeStreamResponse) String

func (x *ReadChangeStreamResponse) String() string

ReadChangeStreamResponse_CloseStream

type ReadChangeStreamResponse_CloseStream struct {

	// The status of the stream.
	Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// If non-empty, contains the information needed to resume reading their
	// associated partitions.
	ContinuationTokens []*StreamContinuationToken `protobuf:"bytes,2,rep,name=continuation_tokens,json=continuationTokens,proto3" json:"continuation_tokens,omitempty"`
	// If non-empty, contains the new partitions to start reading from, which
	// are related to but not necessarily identical to the partitions for the
	// above `continuation_tokens`.
	NewPartitions []*StreamPartition `protobuf:"bytes,3,rep,name=new_partitions,json=newPartitions,proto3" json:"new_partitions,omitempty"`
	// contains filtered or unexported fields
}

A message indicating that the client should stop reading from the stream. If status is OK and continuation_tokens & new_partitions are empty, the stream has finished (for example if there was an end_time specified). If continuation_tokens & new_partitions are present, then a change in partitioning requires the client to open a new stream for each token to resume reading. Example:

                                 [B,      D) ends
                                      |
                                      v
              new_partitions:  [A,  C) [C,  E)
continuation_tokens.partitions:  [B,C) [C,D)
                                 ^---^ ^---^
                                 ^     ^
                                 |     |
                                 |     StreamContinuationToken 2
                                 |
                                 StreamContinuationToken 1

To read the new partition [A,C), supply the continuation tokens whose ranges cover the new partition, for example ContinuationToken[A,B) & ContinuationToken[B,C).

func (*ReadChangeStreamResponse_CloseStream) Descriptor

func (*ReadChangeStreamResponse_CloseStream) Descriptor() ([]byte, []int)

Deprecated: Use ReadChangeStreamResponse_CloseStream.ProtoReflect.Descriptor instead.

func (*ReadChangeStreamResponse_CloseStream) GetContinuationTokens

func (x *ReadChangeStreamResponse_CloseStream) GetContinuationTokens() []*StreamContinuationToken

func (*ReadChangeStreamResponse_CloseStream) GetNewPartitions

func (x *ReadChangeStreamResponse_CloseStream) GetNewPartitions() []*StreamPartition

func (*ReadChangeStreamResponse_CloseStream) GetStatus

func (*ReadChangeStreamResponse_CloseStream) ProtoMessage

func (*ReadChangeStreamResponse_CloseStream) ProtoMessage()

func (*ReadChangeStreamResponse_CloseStream) ProtoReflect

func (*ReadChangeStreamResponse_CloseStream) Reset

func (*ReadChangeStreamResponse_CloseStream) String

ReadChangeStreamResponse_CloseStream_

type ReadChangeStreamResponse_CloseStream_ struct {
	// An indication that the stream should be closed.
	CloseStream *ReadChangeStreamResponse_CloseStream `protobuf:"bytes,3,opt,name=close_stream,json=closeStream,proto3,oneof"`
}

ReadChangeStreamResponse_DataChange

type ReadChangeStreamResponse_DataChange struct {

	// The type of the mutation.
	Type ReadChangeStreamResponse_DataChange_Type `protobuf:"varint,1,opt,name=type,proto3,enum=google.bigtable.v2.ReadChangeStreamResponse_DataChange_Type" json:"type,omitempty"`
	// The cluster where the mutation was applied.
	// Not set when `type` is `GARBAGE_COLLECTION`.
	SourceClusterId string `protobuf:"bytes,2,opt,name=source_cluster_id,json=sourceClusterId,proto3" json:"source_cluster_id,omitempty"`
	// The row key for all mutations that are part of this `DataChange`.
	// If the `DataChange` is chunked across multiple messages, then this field
	// will only be set for the first message.
	RowKey []byte `protobuf:"bytes,3,opt,name=row_key,json=rowKey,proto3" json:"row_key,omitempty"`
	// The timestamp at which the mutation was applied on the Bigtable server.
	CommitTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=commit_timestamp,json=commitTimestamp,proto3" json:"commit_timestamp,omitempty"`
	// A value that lets stream consumers reconstruct Bigtable's
	// conflict resolution semantics.
	// https://cloud.google.com/bigtable/docs/writes#conflict-resolution
	// In the event that the same row key, column family, column qualifier,
	// timestamp are modified on different clusters at the same
	// `commit_timestamp`, the mutation with the larger `tiebreaker` will be the
	// one chosen for the eventually consistent state of the system.
	Tiebreaker int32 `protobuf:"varint,5,opt,name=tiebreaker,proto3" json:"tiebreaker,omitempty"`
	// The mutations associated with this change to the partition.
	// May contain complete mutations or chunks of a multi-message chunked
	// `DataChange` record.
	Chunks []*ReadChangeStreamResponse_MutationChunk `protobuf:"bytes,6,rep,name=chunks,proto3" json:"chunks,omitempty"`
	// When true, indicates that the entire `DataChange` has been read
	// and the client can safely process the message.
	Done bool `protobuf:"varint,8,opt,name=done,proto3" json:"done,omitempty"`
	// An encoded position for this stream's partition to restart reading from.
	// This token is for the StreamPartition from the request.
	Token string `protobuf:"bytes,9,opt,name=token,proto3" json:"token,omitempty"`
	// An estimate of the commit timestamp that is usually lower than or equal
	// to any timestamp for a record that will be delivered in the future on the
	// stream. It is possible that, under particular circumstances that a future
	// record has a timestamp that is lower than a previously seen timestamp.
	// For an example usage see
	// https://beam.apache.org/documentation/basics/#watermarks
	EstimatedLowWatermark *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=estimated_low_watermark,json=estimatedLowWatermark,proto3" json:"estimated_low_watermark,omitempty"`
	// contains filtered or unexported fields
}

A message corresponding to one or more mutations to the partition being streamed. A single logical DataChange message may also be split across a sequence of multiple individual messages. Messages other than the first in a sequence will only have the type and chunks fields populated, with the final message in the sequence also containing done set to true.

func (*ReadChangeStreamResponse_DataChange) Descriptor

func (*ReadChangeStreamResponse_DataChange) Descriptor() ([]byte, []int)

Deprecated: Use ReadChangeStreamResponse_DataChange.ProtoReflect.Descriptor instead.

func (*ReadChangeStreamResponse_DataChange) GetChunks

func (*ReadChangeStreamResponse_DataChange) GetCommitTimestamp

func (*ReadChangeStreamResponse_DataChange) GetDone

func (*ReadChangeStreamResponse_DataChange) GetEstimatedLowWatermark

func (x *ReadChangeStreamResponse_DataChange) GetEstimatedLowWatermark() *timestamppb.Timestamp

func (*ReadChangeStreamResponse_DataChange) GetRowKey

func (x *ReadChangeStreamResponse_DataChange) GetRowKey() []byte

func (*ReadChangeStreamResponse_DataChange) GetSourceClusterId

func (x *ReadChangeStreamResponse_DataChange) GetSourceClusterId() string

func (*ReadChangeStreamResponse_DataChange) GetTiebreaker

func (x *ReadChangeStreamResponse_DataChange) GetTiebreaker() int32

func (*ReadChangeStreamResponse_DataChange) GetToken

func (*ReadChangeStreamResponse_DataChange) GetType

func (*ReadChangeStreamResponse_DataChange) ProtoMessage

func (*ReadChangeStreamResponse_DataChange) ProtoMessage()

func (*ReadChangeStreamResponse_DataChange) ProtoReflect

func (*ReadChangeStreamResponse_DataChange) Reset

func (*ReadChangeStreamResponse_DataChange) String

ReadChangeStreamResponse_DataChange_

type ReadChangeStreamResponse_DataChange_ struct {
	// A mutation to the partition.
	DataChange *ReadChangeStreamResponse_DataChange `protobuf:"bytes,1,opt,name=data_change,json=dataChange,proto3,oneof"`
}

ReadChangeStreamResponse_DataChange_Type

type ReadChangeStreamResponse_DataChange_Type int32

The type of mutation.

ReadChangeStreamResponse_DataChange_TYPE_UNSPECIFIED, ReadChangeStreamResponse_DataChange_USER, ReadChangeStreamResponse_DataChange_GARBAGE_COLLECTION, ReadChangeStreamResponse_DataChange_CONTINUATION

const (
	// The type is unspecified.
	ReadChangeStreamResponse_DataChange_TYPE_UNSPECIFIED ReadChangeStreamResponse_DataChange_Type = 0
	// A user-initiated mutation.
	ReadChangeStreamResponse_DataChange_USER ReadChangeStreamResponse_DataChange_Type = 1
	// A system-initiated mutation as part of garbage collection.
	// https://cloud.google.com/bigtable/docs/garbage-collection
	ReadChangeStreamResponse_DataChange_GARBAGE_COLLECTION ReadChangeStreamResponse_DataChange_Type = 2
	// This is a continuation of a multi-message change.
	ReadChangeStreamResponse_DataChange_CONTINUATION ReadChangeStreamResponse_DataChange_Type = 3
)

func (ReadChangeStreamResponse_DataChange_Type) Descriptor

func (ReadChangeStreamResponse_DataChange_Type) Enum

func (ReadChangeStreamResponse_DataChange_Type) EnumDescriptor

func (ReadChangeStreamResponse_DataChange_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReadChangeStreamResponse_DataChange_Type.Descriptor instead.

func (ReadChangeStreamResponse_DataChange_Type) Number

func (ReadChangeStreamResponse_DataChange_Type) String

func (ReadChangeStreamResponse_DataChange_Type) Type

ReadChangeStreamResponse_Heartbeat

type ReadChangeStreamResponse_Heartbeat struct {

	// A token that can be provided to a subsequent `ReadChangeStream` call
	// to pick up reading at the current stream position.
	ContinuationToken *StreamContinuationToken `protobuf:"bytes,1,opt,name=continuation_token,json=continuationToken,proto3" json:"continuation_token,omitempty"`
	// An estimate of the commit timestamp that is usually lower than or equal
	// to any timestamp for a record that will be delivered in the future on the
	// stream. It is possible that, under particular circumstances that a future
	// record has a timestamp that is lower than a previously seen timestamp.
	// For an example usage see
	// https://beam.apache.org/documentation/basics/#watermarks
	EstimatedLowWatermark *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=estimated_low_watermark,json=estimatedLowWatermark,proto3" json:"estimated_low_watermark,omitempty"`
	// contains filtered or unexported fields
}

A periodic message with information that can be used to checkpoint the state of a stream.

func (*ReadChangeStreamResponse_Heartbeat) Descriptor

func (*ReadChangeStreamResponse_Heartbeat) Descriptor() ([]byte, []int)

Deprecated: Use ReadChangeStreamResponse_Heartbeat.ProtoReflect.Descriptor instead.

func (*ReadChangeStreamResponse_Heartbeat) GetContinuationToken

func (*ReadChangeStreamResponse_Heartbeat) GetEstimatedLowWatermark

func (x *ReadChangeStreamResponse_Heartbeat) GetEstimatedLowWatermark() *timestamppb.Timestamp

func (*ReadChangeStreamResponse_Heartbeat) ProtoMessage

func (*ReadChangeStreamResponse_Heartbeat) ProtoMessage()

func (*ReadChangeStreamResponse_Heartbeat) ProtoReflect

func (*ReadChangeStreamResponse_Heartbeat) Reset

func (*ReadChangeStreamResponse_Heartbeat) String

ReadChangeStreamResponse_Heartbeat_

type ReadChangeStreamResponse_Heartbeat_ struct {
	// A periodic heartbeat message.
	Heartbeat *ReadChangeStreamResponse_Heartbeat `protobuf:"bytes,2,opt,name=heartbeat,proto3,oneof"`
}

ReadChangeStreamResponse_MutationChunk

type ReadChangeStreamResponse_MutationChunk struct {

	// If set, then the mutation is a `SetCell` with a chunked value across
	// multiple messages.
	ChunkInfo *ReadChangeStreamResponse_MutationChunk_ChunkInfo `protobuf:"bytes,1,opt,name=chunk_info,json=chunkInfo,proto3" json:"chunk_info,omitempty"`
	// If this is a continuation of a chunked message (`chunked_value_offset` >
	// 0), ignore all fields except the `SetCell`'s value and merge it with
	// the previous message by concatenating the value fields.
	Mutation *Mutation `protobuf:"bytes,2,opt,name=mutation,proto3" json:"mutation,omitempty"`
	// contains filtered or unexported fields
}

A partial or complete mutation.

func (*ReadChangeStreamResponse_MutationChunk) Descriptor

func (*ReadChangeStreamResponse_MutationChunk) Descriptor() ([]byte, []int)

Deprecated: Use ReadChangeStreamResponse_MutationChunk.ProtoReflect.Descriptor instead.

func (*ReadChangeStreamResponse_MutationChunk) GetChunkInfo

func (*ReadChangeStreamResponse_MutationChunk) GetMutation

func (*ReadChangeStreamResponse_MutationChunk) ProtoMessage

func (*ReadChangeStreamResponse_MutationChunk) ProtoReflect

func (*ReadChangeStreamResponse_MutationChunk) Reset

func (*ReadChangeStreamResponse_MutationChunk) String

ReadChangeStreamResponse_MutationChunk_ChunkInfo

type ReadChangeStreamResponse_MutationChunk_ChunkInfo struct {

	// The total value size of all the chunks that make up the `SetCell`.
	ChunkedValueSize int32 `protobuf:"varint,1,opt,name=chunked_value_size,json=chunkedValueSize,proto3" json:"chunked_value_size,omitempty"`
	// The byte offset of this chunk into the total value size of the
	// mutation.
	ChunkedValueOffset int32 `protobuf:"varint,2,opt,name=chunked_value_offset,json=chunkedValueOffset,proto3" json:"chunked_value_offset,omitempty"`
	// When true, this is the last chunk of a chunked `SetCell`.
	LastChunk bool `protobuf:"varint,3,opt,name=last_chunk,json=lastChunk,proto3" json:"last_chunk,omitempty"`
	// contains filtered or unexported fields
}

Information about the chunking of this mutation. Only SetCell mutations can be chunked, and all chunks for a SetCell will be delivered contiguously with no other mutation types interleaved.

func (*ReadChangeStreamResponse_MutationChunk_ChunkInfo) Descriptor

Deprecated: Use ReadChangeStreamResponse_MutationChunk_ChunkInfo.ProtoReflect.Descriptor instead.

func (*ReadChangeStreamResponse_MutationChunk_ChunkInfo) GetChunkedValueOffset

func (x *ReadChangeStreamResponse_MutationChunk_ChunkInfo) GetChunkedValueOffset() int32

func (*ReadChangeStreamResponse_MutationChunk_ChunkInfo) GetChunkedValueSize

func (*ReadChangeStreamResponse_MutationChunk_ChunkInfo) GetLastChunk

func (*ReadChangeStreamResponse_MutationChunk_ChunkInfo) ProtoMessage

func (*ReadChangeStreamResponse_MutationChunk_ChunkInfo) ProtoReflect

func (*ReadChangeStreamResponse_MutationChunk_ChunkInfo) Reset

func (*ReadChangeStreamResponse_MutationChunk_ChunkInfo) String

ReadIterationStats

type ReadIterationStats struct {

	// The rows seen (scanned) as part of the request. This includes the count of
	// rows returned, as captured below.
	RowsSeenCount int64 `protobuf:"varint,1,opt,name=rows_seen_count,json=rowsSeenCount,proto3" json:"rows_seen_count,omitempty"`
	// The rows returned as part of the request.
	RowsReturnedCount int64 `protobuf:"varint,2,opt,name=rows_returned_count,json=rowsReturnedCount,proto3" json:"rows_returned_count,omitempty"`
	// The cells seen (scanned) as part of the request. This includes the count of
	// cells returned, as captured below.
	CellsSeenCount int64 `protobuf:"varint,3,opt,name=cells_seen_count,json=cellsSeenCount,proto3" json:"cells_seen_count,omitempty"`
	// The cells returned as part of the request.
	CellsReturnedCount int64 `protobuf:"varint,4,opt,name=cells_returned_count,json=cellsReturnedCount,proto3" json:"cells_returned_count,omitempty"`
	// contains filtered or unexported fields
}

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.

func (*ReadIterationStats) Descriptor

func (*ReadIterationStats) Descriptor() ([]byte, []int)

Deprecated: Use ReadIterationStats.ProtoReflect.Descriptor instead.

func (*ReadIterationStats) GetCellsReturnedCount

func (x *ReadIterationStats) GetCellsReturnedCount() int64

func (*ReadIterationStats) GetCellsSeenCount

func (x *ReadIterationStats) GetCellsSeenCount() int64

func (*ReadIterationStats) GetRowsReturnedCount

func (x *ReadIterationStats) GetRowsReturnedCount() int64

func (*ReadIterationStats) GetRowsSeenCount

func (x *ReadIterationStats) GetRowsSeenCount() int64

func (*ReadIterationStats) ProtoMessage

func (*ReadIterationStats) ProtoMessage()

func (*ReadIterationStats) ProtoReflect

func (x *ReadIterationStats) ProtoReflect() protoreflect.Message

func (*ReadIterationStats) Reset

func (x *ReadIterationStats) Reset()

func (*ReadIterationStats) String

func (x *ReadIterationStats) String() string

ReadModifyWriteRowRequest

type ReadModifyWriteRowRequest struct {

	// Optional. The unique name of the table to which the read/modify/write rules
	// should be applied.
	//
	// Values are of the form
	// `projects/

Request message for Bigtable.ReadModifyWriteRow.

func (*ReadModifyWriteRowRequest) Descriptor

func (*ReadModifyWriteRowRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadModifyWriteRowRequest.ProtoReflect.Descriptor instead.

func (*ReadModifyWriteRowRequest) GetAppProfileId

func (x *ReadModifyWriteRowRequest) GetAppProfileId() string

func (*ReadModifyWriteRowRequest) GetAuthorizedViewName

func (x *ReadModifyWriteRowRequest) GetAuthorizedViewName() string

func (*ReadModifyWriteRowRequest) GetRowKey

func (x *ReadModifyWriteRowRequest) GetRowKey() []byte

func (*ReadModifyWriteRowRequest) GetRules

func (*ReadModifyWriteRowRequest) GetTableName

func (x *ReadModifyWriteRowRequest) GetTableName() string

func (*ReadModifyWriteRowRequest) ProtoMessage

func (*ReadModifyWriteRowRequest) ProtoMessage()

func (*ReadModifyWriteRowRequest) ProtoReflect

func (*ReadModifyWriteRowRequest) Reset

func (x *ReadModifyWriteRowRequest) Reset()

func (*ReadModifyWriteRowRequest) String

func (x *ReadModifyWriteRowRequest) String() string

ReadModifyWriteRowResponse

type ReadModifyWriteRowResponse struct {

	// A Row containing the new contents of all cells modified by the request.
	Row *Row `protobuf:"bytes,1,opt,name=row,proto3" json:"row,omitempty"`
	// contains filtered or unexported fields
}

Response message for Bigtable.ReadModifyWriteRow.

func (*ReadModifyWriteRowResponse) Descriptor

func (*ReadModifyWriteRowResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReadModifyWriteRowResponse.ProtoReflect.Descriptor instead.

func (*ReadModifyWriteRowResponse) GetRow

func (x *ReadModifyWriteRowResponse) GetRow() *Row

func (*ReadModifyWriteRowResponse) ProtoMessage

func (*ReadModifyWriteRowResponse) ProtoMessage()

func (*ReadModifyWriteRowResponse) ProtoReflect

func (*ReadModifyWriteRowResponse) Reset

func (x *ReadModifyWriteRowResponse) Reset()

func (*ReadModifyWriteRowResponse) String

func (x *ReadModifyWriteRowResponse) String() string

ReadModifyWriteRule

type ReadModifyWriteRule struct {

	// The name of the family to which the read/modify/write should be applied.
	// Must match `[-_.a-zA-Z0-9]+`
	FamilyName string `protobuf:"bytes,1,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"`
	// The qualifier of the column to which the read/modify/write should be
	// applied.
	// Can be any byte string, including the empty string.
	ColumnQualifier []byte `protobuf:"bytes,2,opt,name=column_qualifier,json=columnQualifier,proto3" json:"column_qualifier,omitempty"`
	// The rule used to determine the column's new latest value from its current
	// latest value.
	//
	// Types that are valid to be assigned to Rule:
	//
	//	*ReadModifyWriteRule_AppendValue
	//	*ReadModifyWriteRule_IncrementAmount
	Rule isReadModifyWriteRule_Rule `protobuf_oneof:"rule"`
	// contains filtered or unexported fields
}

Specifies an atomic read/modify/write operation on the latest value of the specified column.

func (*ReadModifyWriteRule) Descriptor

func (*ReadModifyWriteRule) Descriptor() ([]byte, []int)

Deprecated: Use ReadModifyWriteRule.ProtoReflect.Descriptor instead.

func (*ReadModifyWriteRule) GetAppendValue

func (x *ReadModifyWriteRule) GetAppendValue() []byte

func (*ReadModifyWriteRule) GetColumnQualifier

func (x *ReadModifyWriteRule) GetColumnQualifier() []byte

func (*ReadModifyWriteRule) GetFamilyName

func (x *ReadModifyWriteRule) GetFamilyName() string

func (*ReadModifyWriteRule) GetIncrementAmount

func (x *ReadModifyWriteRule) GetIncrementAmount() int64

func (*ReadModifyWriteRule) GetRule

func (x *ReadModifyWriteRule) GetRule() isReadModifyWriteRule_Rule

func (*ReadModifyWriteRule) ProtoMessage

func (*ReadModifyWriteRule) ProtoMessage()

func (*ReadModifyWriteRule) ProtoReflect

func (x *ReadModifyWriteRule) ProtoReflect() protoreflect.Message

func (*ReadModifyWriteRule) Reset

func (x *ReadModifyWriteRule) Reset()

func (*ReadModifyWriteRule) String

func (x *ReadModifyWriteRule) String() string

ReadModifyWriteRule_AppendValue

type ReadModifyWriteRule_AppendValue struct {
	// Rule specifying that `append_value` be appended to the existing value.
	// If the targeted cell is unset, it will be treated as containing the
	// empty string.
	AppendValue []byte `protobuf:"bytes,3,opt,name=append_value,json=appendValue,proto3,oneof"`
}

ReadModifyWriteRule_IncrementAmount

type ReadModifyWriteRule_IncrementAmount struct {
	// Rule specifying that `increment_amount` be added to the existing value.
	// If the targeted cell is unset, it will be treated as containing a zero.
	// Otherwise, the targeted cell must contain an 8-byte value (interpreted
	// as a 64-bit big-endian signed integer), or the entire request will fail.
	IncrementAmount int64 `protobuf:"varint,4,opt,name=increment_amount,json=incrementAmount,proto3,oneof"`
}

ReadRowsRequest

type ReadRowsRequest struct {

	// Optional. The unique name of the table from which to read.
	//
	// Values are of the form
	// `projects/

Request message for Bigtable.ReadRows.

func (*ReadRowsRequest) Descriptor

func (*ReadRowsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadRowsRequest.ProtoReflect.Descriptor instead.

func (*ReadRowsRequest) GetAppProfileId

func (x *ReadRowsRequest) GetAppProfileId() string

func (*ReadRowsRequest) GetAuthorizedViewName

func (x *ReadRowsRequest) GetAuthorizedViewName() string

func (*ReadRowsRequest) GetFilter

func (x *ReadRowsRequest) GetFilter() *RowFilter

func (*ReadRowsRequest) GetMaterializedViewName

func (x *ReadRowsRequest) GetMaterializedViewName() string

func (*ReadRowsRequest) GetRequestStatsView

func (x *ReadRowsRequest) GetRequestStatsView() ReadRowsRequest_RequestStatsView

func (*ReadRowsRequest) GetReversed

func (x *ReadRowsRequest) GetReversed() bool

func (*ReadRowsRequest) GetRows

func (x *ReadRowsRequest) GetRows() *RowSet

func (*ReadRowsRequest) GetRowsLimit

func (x *ReadRowsRequest) GetRowsLimit() int64

func (*ReadRowsRequest) GetTableName

func (x *ReadRowsRequest) GetTableName() string

func (*ReadRowsRequest) ProtoMessage

func (*ReadRowsRequest) ProtoMessage()

func (*ReadRowsRequest) ProtoReflect

func (x *ReadRowsRequest) ProtoReflect() protoreflect.Message

func (*ReadRowsRequest) Reset

func (x *ReadRowsRequest) Reset()

func (*ReadRowsRequest) String

func (x *ReadRowsRequest) String() string

ReadRowsRequest_RequestStatsView

type ReadRowsRequest_RequestStatsView int32

The desired view into RequestStats that should be returned in the response.

See also: RequestStats message.

ReadRowsRequest_REQUEST_STATS_VIEW_UNSPECIFIED, ReadRowsRequest_REQUEST_STATS_NONE, ReadRowsRequest_REQUEST_STATS_FULL

const (
	// The default / unset value. The API will default to the NONE option below.
	ReadRowsRequest_REQUEST_STATS_VIEW_UNSPECIFIED ReadRowsRequest_RequestStatsView = 0
	// Do not include any RequestStats in the response. This will leave the
	// RequestStats embedded message unset in the response.
	ReadRowsRequest_REQUEST_STATS_NONE ReadRowsRequest_RequestStatsView = 1
	// Include the full set of available RequestStats in the response,
	// applicable to this read.
	ReadRowsRequest_REQUEST_STATS_FULL ReadRowsRequest_RequestStatsView = 2
)

func (ReadRowsRequest_RequestStatsView) Descriptor

func (ReadRowsRequest_RequestStatsView) Enum

func (ReadRowsRequest_RequestStatsView) EnumDescriptor

func (ReadRowsRequest_RequestStatsView) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReadRowsRequest_RequestStatsView.Descriptor instead.

func (ReadRowsRequest_RequestStatsView) Number

func (ReadRowsRequest_RequestStatsView) String

func (ReadRowsRequest_RequestStatsView) Type

ReadRowsResponse

type ReadRowsResponse struct {

	// A collection of a row's contents as part of the read request.
	Chunks []*ReadRowsResponse_CellChunk `protobuf:"bytes,1,rep,name=chunks,proto3" json:"chunks,omitempty"`
	// Optionally the server might return the row key of the last row it
	// has scanned.  The client can use this to construct a more
	// efficient retry request if needed: any row keys or portions of
	// ranges less than this row key can be dropped from the request.
	// This is primarily useful for cases where the server has read a
	// lot of data that was filtered out since the last committed row
	// key, allowing the client to skip that work on a retry.
	LastScannedRowKey []byte `protobuf:"bytes,2,opt,name=last_scanned_row_key,json=lastScannedRowKey,proto3" json:"last_scanned_row_key,omitempty"`
	// If requested, return enhanced query performance statistics. The field
	// request_stats is empty in a streamed response unless the ReadRowsResponse
	// message contains request_stats in the last message of the stream. Always
	// returned when requested, even when the read request returns an empty
	// response.
	RequestStats *RequestStats `protobuf:"bytes,3,opt,name=request_stats,json=requestStats,proto3" json:"request_stats,omitempty"`
	// contains filtered or unexported fields
}

Response message for Bigtable.ReadRows.

func (*ReadRowsResponse) Descriptor

func (*ReadRowsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReadRowsResponse.ProtoReflect.Descriptor instead.

func (*ReadRowsResponse) GetChunks

func (x *ReadRowsResponse) GetChunks() []*ReadRowsResponse_CellChunk

func (*ReadRowsResponse) GetLastScannedRowKey

func (x *ReadRowsResponse) GetLastScannedRowKey() []byte

func (*ReadRowsResponse) GetRequestStats

func (x *ReadRowsResponse) GetRequestStats() *RequestStats

func (*ReadRowsResponse) ProtoMessage

func (*ReadRowsResponse) ProtoMessage()

func (*ReadRowsResponse) ProtoReflect

func (x *ReadRowsResponse) ProtoReflect() protoreflect.Message

func (*ReadRowsResponse) Reset

func (x *ReadRowsResponse) Reset()

func (*ReadRowsResponse) String

func (x *ReadRowsResponse) String() string

ReadRowsResponse_CellChunk

type ReadRowsResponse_CellChunk struct {

	// The row key for this chunk of data.  If the row key is empty,
	// this CellChunk is a continuation of the same row as the previous
	// CellChunk in the response stream, even if that CellChunk was in a
	// previous ReadRowsResponse message.
	RowKey []byte `protobuf:"bytes,1,opt,name=row_key,json=rowKey,proto3" json:"row_key,omitempty"`
	// The column family name for this chunk of data.  If this message
	// is not present this CellChunk is a continuation of the same column
	// family as the previous CellChunk.  The empty string can occur as a
	// column family name in a response so clients must check
	// explicitly for the presence of this message, not just for
	// `family_name.value` being non-empty.
	FamilyName *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"`
	// The column qualifier for this chunk of data.  If this message
	// is not present, this CellChunk is a continuation of the same column
	// as the previous CellChunk.  Column qualifiers may be empty so
	// clients must check for the presence of this message, not just
	// for `qualifier.value` being non-empty.
	Qualifier *wrapperspb.BytesValue `protobuf:"bytes,3,opt,name=qualifier,proto3" json:"qualifier,omitempty"`
	// The cell's stored timestamp, which also uniquely identifies it
	// within its column.  Values are always expressed in
	// microseconds, but individual tables may set a coarser
	// granularity to further restrict the allowed values. For
	// example, a table which specifies millisecond granularity will
	// only allow values of `timestamp_micros` which are multiples of
	// 1000.  Timestamps are only set in the first CellChunk per cell
	// (for cells split into multiple chunks).
	TimestampMicros int64 `protobuf:"varint,4,opt,name=timestamp_micros,json=timestampMicros,proto3" json:"timestamp_micros,omitempty"`
	// Labels applied to the cell by a
	// [RowFilter][google.bigtable.v2.RowFilter].  Labels are only set
	// on the first CellChunk per cell.
	Labels []string `protobuf:"bytes,5,rep,name=labels,proto3" json:"labels,omitempty"`
	// The value stored in the cell.  Cell values can be split across
	// multiple CellChunks.  In that case only the value field will be
	// set in CellChunks after the first: the timestamp and labels
	// will only be present in the first CellChunk, even if the first
	// CellChunk came in a previous ReadRowsResponse.
	Value []byte `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"`
	// If this CellChunk is part of a chunked cell value and this is
	// not the final chunk of that cell, value_size will be set to the
	// total length of the cell value.  The client can use this size
	// to pre-allocate memory to hold the full cell value.
	ValueSize int32 `protobuf:"varint,7,opt,name=value_size,json=valueSize,proto3" json:"value_size,omitempty"`
	// Signals to the client concerning previous CellChunks received.
	//
	// Types that are valid to be assigned to RowStatus:
	//
	//	*ReadRowsResponse_CellChunk_ResetRow
	//	*ReadRowsResponse_CellChunk_CommitRow
	RowStatus isReadRowsResponse_CellChunk_RowStatus `protobuf_oneof:"row_status"`
	// contains filtered or unexported fields
}

Specifies a piece of a row's contents returned as part of the read response stream.

func (*ReadRowsResponse_CellChunk) Descriptor

func (*ReadRowsResponse_CellChunk) Descriptor() ([]byte, []int)

Deprecated: Use ReadRowsResponse_CellChunk.ProtoReflect.Descriptor instead.

func (*ReadRowsResponse_CellChunk) GetCommitRow

func (x *ReadRowsResponse_CellChunk) GetCommitRow() bool

func (*ReadRowsResponse_CellChunk) GetFamilyName

func (*ReadRowsResponse_CellChunk) GetLabels

func (x *ReadRowsResponse_CellChunk) GetLabels() []string

func (*ReadRowsResponse_CellChunk) GetQualifier

func (*ReadRowsResponse_CellChunk) GetResetRow

func (x *ReadRowsResponse_CellChunk) GetResetRow() bool

func (*ReadRowsResponse_CellChunk) GetRowKey

func (x *ReadRowsResponse_CellChunk) GetRowKey() []byte

func (*ReadRowsResponse_CellChunk) GetRowStatus

func (x *ReadRowsResponse_CellChunk) GetRowStatus() isReadRowsResponse_CellChunk_RowStatus

func (*ReadRowsResponse_CellChunk) GetTimestampMicros

func (x *ReadRowsResponse_CellChunk) GetTimestampMicros() int64

func (*ReadRowsResponse_CellChunk) GetValue

func (x *ReadRowsResponse_CellChunk) GetValue() []byte

func (*ReadRowsResponse_CellChunk) GetValueSize

func (x *ReadRowsResponse_CellChunk) GetValueSize() int32

func (*ReadRowsResponse_CellChunk) ProtoMessage

func (*ReadRowsResponse_CellChunk) ProtoMessage()

func (*ReadRowsResponse_CellChunk) ProtoReflect

func (*ReadRowsResponse_CellChunk) Reset

func (x *ReadRowsResponse_CellChunk) Reset()

func (*ReadRowsResponse_CellChunk) String

func (x *ReadRowsResponse_CellChunk) String() string

ReadRowsResponse_CellChunk_CommitRow

type ReadRowsResponse_CellChunk_CommitRow struct {
	// Indicates that the client can safely process all previous chunks for
	// `row_key`, as its data has been fully read.
	CommitRow bool `protobuf:"varint,9,opt,name=commit_row,json=commitRow,proto3,oneof"`
}

ReadRowsResponse_CellChunk_ResetRow

type ReadRowsResponse_CellChunk_ResetRow struct {
	// Indicates that the client should drop all previous chunks for
	// `row_key`, as it will be re-read from the beginning.
	ResetRow bool `protobuf:"varint,8,opt,name=reset_row,json=resetRow,proto3,oneof"`
}

RequestLatencyStats

type RequestLatencyStats struct {

	// The latency measured by the frontend server handling this request, from
	// when the request was received, to when this value is sent back in the
	// response. For more context on the component that is measuring this latency,
	// see: https://cloud.google.com/bigtable/docs/overview
	//
	// Note: This value may be slightly shorter than the value reported into
	// aggregate latency metrics in Monitoring for this request
	// (https://cloud.google.com/bigtable/docs/monitoring-instance) as this value
	// needs to be sent in the response before the latency measurement including
	// that transmission is finalized.
	//
	// Note: This value includes the end-to-end latency of contacting nodes in
	// the targeted cluster, e.g. measuring from when the first byte arrives at
	// the frontend server, to when this value is sent back as the last value in
	// the response, including any latency incurred by contacting nodes, waiting
	// for results from nodes, and finally sending results from nodes back to the
	// caller.
	FrontendServerLatency *durationpb.Duration `protobuf:"bytes,1,opt,name=frontend_server_latency,json=frontendServerLatency,proto3" json:"frontend_server_latency,omitempty"`
	// contains filtered or unexported fields
}

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.

func (*RequestLatencyStats) Descriptor

func (*RequestLatencyStats) Descriptor() ([]byte, []int)

Deprecated: Use RequestLatencyStats.ProtoReflect.Descriptor instead.

func (*RequestLatencyStats) GetFrontendServerLatency

func (x *RequestLatencyStats) GetFrontendServerLatency() *durationpb.Duration

func (*RequestLatencyStats) ProtoMessage

func (*RequestLatencyStats) ProtoMessage()

func (*RequestLatencyStats) ProtoReflect

func (x *RequestLatencyStats) ProtoReflect() protoreflect.Message

func (*RequestLatencyStats) Reset

func (x *RequestLatencyStats) Reset()

func (*RequestLatencyStats) String

func (x *RequestLatencyStats) String() string

RequestStats

type RequestStats struct {

	// Information pertaining to each request type received. The type is chosen
	// based on the requested view.
	//
	// See the messages above for additional context.
	//
	// Types that are valid to be assigned to StatsView:
	//
	//	*RequestStats_FullReadStatsView
	StatsView isRequestStats_StatsView `protobuf_oneof:"stats_view"`
	// contains filtered or unexported fields
}

RequestStats is the container for additional information pertaining to a single request, helpful for evaluating the performance of the sent request. Currently, the following method is supported: google.bigtable.v2.ReadRows

func (*RequestStats) Descriptor

func (*RequestStats) Descriptor() ([]byte, []int)

Deprecated: Use RequestStats.ProtoReflect.Descriptor instead.

func (*RequestStats) GetFullReadStatsView

func (x *RequestStats) GetFullReadStatsView() *FullReadStatsView

func (*RequestStats) GetStatsView

func (x *RequestStats) GetStatsView() isRequestStats_StatsView

func (*RequestStats) ProtoMessage

func (*RequestStats) ProtoMessage()

func (*RequestStats) ProtoReflect

func (x *RequestStats) ProtoReflect() protoreflect.Message

func (*RequestStats) Reset

func (x *RequestStats) Reset()

func (*RequestStats) String

func (x *RequestStats) String() string

RequestStats_FullReadStatsView

type RequestStats_FullReadStatsView struct {
	// Available with the ReadRowsRequest.RequestStatsView.REQUEST_STATS_FULL
	// view, see package google.bigtable.v2.
	FullReadStatsView *FullReadStatsView `protobuf:"bytes,1,opt,name=full_read_stats_view,json=fullReadStatsView,proto3,oneof"`
}

ResponseParams

type ResponseParams struct {

	// The cloud bigtable zone associated with the cluster.
	ZoneId *string `protobuf:"bytes,1,opt,name=zone_id,json=zoneId,proto3,oneof" json:"zone_id,omitempty"`
	// Identifier for a cluster that represents set of
	// bigtable resources.
	ClusterId *string `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3,oneof" json:"cluster_id,omitempty"`
	// The AFE ID for the AFE that is served this request.
	AfeId *int64 `protobuf:"varint,3,opt,name=afe_id,json=afeId,proto3,oneof" json:"afe_id,omitempty"`
	// contains filtered or unexported fields
}

Response metadata proto

func (*ResponseParams) Descriptor

func (*ResponseParams) Descriptor() ([]byte, []int)

Deprecated: Use ResponseParams.ProtoReflect.Descriptor instead.

func (*ResponseParams) GetAfeId

func (x *ResponseParams) GetAfeId() int64

func (*ResponseParams) GetClusterId

func (x *ResponseParams) GetClusterId() string

func (*ResponseParams) GetZoneId

func (x *ResponseParams) GetZoneId() string

func (*ResponseParams) ProtoMessage

func (*ResponseParams) ProtoMessage()

func (*ResponseParams) ProtoReflect

func (x *ResponseParams) ProtoReflect() protoreflect.Message

func (*ResponseParams) Reset

func (x *ResponseParams) Reset()

func (*ResponseParams) String

func (x *ResponseParams) String() string

ResultSetMetadata

type ResultSetMetadata struct {

	// The schema of the ResultSet, contains ordered list of column names
	// with types
	//
	// Types that are valid to be assigned to Schema:
	//
	//	*ResultSetMetadata_ProtoSchema
	Schema isResultSetMetadata_Schema `protobuf_oneof:"schema"`
	// contains filtered or unexported fields
}

Describes the structure of a Bigtable result set.

func (*ResultSetMetadata) Descriptor

func (*ResultSetMetadata) Descriptor() ([]byte, []int)

Deprecated: Use ResultSetMetadata.ProtoReflect.Descriptor instead.

func (*ResultSetMetadata) GetProtoSchema

func (x *ResultSetMetadata) GetProtoSchema() *ProtoSchema

func (*ResultSetMetadata) GetSchema

func (x *ResultSetMetadata) GetSchema() isResultSetMetadata_Schema

func (*ResultSetMetadata) ProtoMessage

func (*ResultSetMetadata) ProtoMessage()

func (*ResultSetMetadata) ProtoReflect

func (x *ResultSetMetadata) ProtoReflect() protoreflect.Message

func (*ResultSetMetadata) Reset

func (x *ResultSetMetadata) Reset()

func (*ResultSetMetadata) String

func (x *ResultSetMetadata) String() string

ResultSetMetadata_ProtoSchema

type ResultSetMetadata_ProtoSchema struct {
	// Schema in proto format
	ProtoSchema *ProtoSchema `protobuf:"bytes,1,opt,name=proto_schema,json=protoSchema,proto3,oneof"`
}

Row

type Row struct {

	// The unique key which identifies this row within its table. This is the same
	// key that's used to identify the row in, for example, a MutateRowRequest.
	// May contain any non-empty byte string up to 4KiB in length.
	Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// May be empty, but only if the entire row is empty.
	// The mutual ordering of column families is not specified.
	Families []*Family `protobuf:"bytes,2,rep,name=families,proto3" json:"families,omitempty"`
	// contains filtered or unexported fields
}

Specifies the complete (requested) contents of a single row of a table. Rows which exceed 256MiB in size cannot be read in full.

func (*Row) Descriptor

func (*Row) Descriptor() ([]byte, []int)

Deprecated: Use Row.ProtoReflect.Descriptor instead.

func (*Row) GetFamilies

func (x *Row) GetFamilies() []*Family

func (*Row) GetKey

func (x *Row) GetKey() []byte

func (*Row) ProtoMessage

func (*Row) ProtoMessage()

func (*Row) ProtoReflect

func (x *Row) ProtoReflect() protoreflect.Message

func (*Row) Reset

func (x *Row) Reset()

func (*Row) String

func (x *Row) String() string

RowFilter

type RowFilter struct {

	// Which of the possible RowFilter types to apply. If none are set, this
	// RowFilter returns all cells in the input row.
	//
	// Types that are valid to be assigned to Filter:
	//
	//	*RowFilter_Chain_
	//	*RowFilter_Interleave_
	//	*RowFilter_Condition_
	//	*RowFilter_Sink
	//	*RowFilter_PassAllFilter
	//	*RowFilter_BlockAllFilter
	//	*RowFilter_RowKeyRegexFilter
	//	*RowFilter_RowSampleFilter
	//	*RowFilter_FamilyNameRegexFilter
	//	*RowFilter_ColumnQualifierRegexFilter
	//	*RowFilter_ColumnRangeFilter
	//	*RowFilter_TimestampRangeFilter
	//	*RowFilter_ValueRegexFilter
	//	*RowFilter_ValueRangeFilter
	//	*RowFilter_CellsPerRowOffsetFilter
	//	*RowFilter_CellsPerRowLimitFilter
	//	*RowFilter_CellsPerColumnLimitFilter
	//	*RowFilter_StripValueTransformer
	//	*RowFilter_ApplyLabelTransformer
	//	*RowFilter_ValueBitmaskFilter
	Filter isRowFilter_Filter `protobuf_oneof:"filter"`
	// contains filtered or unexported fields
}

Takes a row as input and produces an alternate view of the row based on specified rules. For example, a RowFilter might trim down a row to include just the cells from columns matching a given regular expression, or might return all the cells of a row but not their values. More complicated filters can be composed out of these components to express requests such as, "within every column of a particular family, give just the two most recent cells which are older than timestamp X."

There are two broad categories of RowFilters (true filters and transformers), as well as two ways to compose simple filters into more complex ones (chains and interleaves). They work as follows:

  • True filters alter the input row by excluding some of its cells wholesale from the output row. An example of a true filter is the value_regex_filter, which excludes cells whose values don't match the specified pattern. All regex true filters use RE2 syntax (https://github.com/google/re2/wiki/Syntax) in raw byte mode (RE2::Latin1), and are evaluated as full matches. An important point to keep in mind is that RE2(.) is equivalent by default to RE2([^\n]), meaning that it does not match newlines. When attempting to match an arbitrary byte, you should therefore use the escape sequence \C, which may need to be further escaped as \\C in your client language.

  • Transformers alter the input row by changing the values of some of its cells in the output, without excluding them completely. Currently, the only supported transformer is the strip_value_transformer, which replaces every cell's value with the empty string.

  • Chains and interleaves are described in more detail in the RowFilter.Chain and RowFilter.Interleave documentation.

The total serialized size of a RowFilter message must not exceed 20480 bytes, and RowFilters may not be nested within each other (in Chains or Interleaves) to a depth of more than 20.

func (*RowFilter) Descriptor

func (*RowFilter) Descriptor() ([]byte, []int)

Deprecated: Use RowFilter.ProtoReflect.Descriptor instead.

func (*RowFilter) GetApplyLabelTransformer

func (x *RowFilter) GetApplyLabelTransformer() string

func (*RowFilter) GetBlockAllFilter

func (x *RowFilter) GetBlockAllFilter() bool

func (*RowFilter) GetCellsPerColumnLimitFilter

func (x *RowFilter) GetCellsPerColumnLimitFilter() int32

func (*RowFilter) GetCellsPerRowLimitFilter

func (x *RowFilter) GetCellsPerRowLimitFilter() int32

func (*RowFilter) GetCellsPerRowOffsetFilter

func (x *RowFilter) GetCellsPerRowOffsetFilter() int32

func (*RowFilter) GetChain

func (x *RowFilter) GetChain() *RowFilter_Chain

func (*RowFilter) GetColumnQualifierRegexFilter

func (x *RowFilter) GetColumnQualifierRegexFilter() []byte

func (*RowFilter) GetColumnRangeFilter

func (x *RowFilter) GetColumnRangeFilter() *ColumnRange

func (*RowFilter) GetCondition

func (x *RowFilter) GetCondition() *RowFilter_Condition

func (*RowFilter) GetFamilyNameRegexFilter

func (x *RowFilter) GetFamilyNameRegexFilter() string

func (*RowFilter) GetFilter

func (x *RowFilter) GetFilter() isRowFilter_Filter

func (*RowFilter) GetInterleave

func (x *RowFilter) GetInterleave() *RowFilter_Interleave

func (*RowFilter) GetPassAllFilter

func (x *RowFilter) GetPassAllFilter() bool

func (*RowFilter) GetRowKeyRegexFilter

func (x *RowFilter) GetRowKeyRegexFilter() []byte

func (*RowFilter) GetRowSampleFilter

func (x *RowFilter) GetRowSampleFilter() float64

func (*RowFilter) GetSink

func (x *RowFilter) GetSink() bool

func (*RowFilter) GetStripValueTransformer

func (x *RowFilter) GetStripValueTransformer() bool

func (*RowFilter) GetTimestampRangeFilter

func (x *RowFilter) GetTimestampRangeFilter() *TimestampRange

func (*RowFilter) GetValueBitmaskFilter

func (x *RowFilter) GetValueBitmaskFilter() *ValueBitmask

func (*RowFilter) GetValueRangeFilter

func (x *RowFilter) GetValueRangeFilter() *ValueRange

func (*RowFilter) GetValueRegexFilter

func (x *RowFilter) GetValueRegexFilter() []byte

func (*RowFilter) ProtoMessage

func (*RowFilter) ProtoMessage()

func (*RowFilter) ProtoReflect

func (x *RowFilter) ProtoReflect() protoreflect.Message

func (*RowFilter) Reset

func (x *RowFilter) Reset()

func (*RowFilter) String

func (x *RowFilter) String() string

RowFilter_ApplyLabelTransformer

type RowFilter_ApplyLabelTransformer struct {
	// Applies the given label to all cells in the output row. This allows
	// the client to determine which results were produced from which part of
	// the filter.
	//
	// Values must be at most 15 characters in length, and match the RE2
	// pattern `[a-z0-9\\-]+`
	//
	// Due to a technical limitation, it is not currently possible to apply
	// multiple labels to a cell. As a result, a Chain may have no more than
	// one sub-filter which contains a `apply_label_transformer`. It is okay for
	// an Interleave to contain multiple `apply_label_transformers`, as they
	// will be applied to separate copies of the input. This may be relaxed in
	// the future.
	ApplyLabelTransformer string `protobuf:"bytes,19,opt,name=apply_label_transformer,json=applyLabelTransformer,proto3,oneof"`
}

RowFilter_BlockAllFilter

type RowFilter_BlockAllFilter struct {
	// Does not match any cells, regardless of input. Useful for temporarily
	// disabling just part of a filter.
	BlockAllFilter bool `protobuf:"varint,18,opt,name=block_all_filter,json=blockAllFilter,proto3,oneof"`
}

RowFilter_CellsPerColumnLimitFilter

type RowFilter_CellsPerColumnLimitFilter struct {
	// Matches only the most recent N cells within each column. For example,
	// if N=2, this filter would match column `foo:bar` at timestamps 10 and 9,
	// skip all earlier cells in `foo:bar`, and then begin matching again in
	// column `foo:bar2`.
	// If duplicate cells are present, as is possible when using an Interleave,
	// each copy of the cell is counted separately.
	CellsPerColumnLimitFilter int32 `protobuf:"varint,12,opt,name=cells_per_column_limit_filter,json=cellsPerColumnLimitFilter,proto3,oneof"`
}

RowFilter_CellsPerRowLimitFilter

type RowFilter_CellsPerRowLimitFilter struct {
	// Matches only the first N cells of each row.
	// If duplicate cells are present, as is possible when using an Interleave,
	// each copy of the cell is counted separately.
	CellsPerRowLimitFilter int32 `protobuf:"varint,11,opt,name=cells_per_row_limit_filter,json=cellsPerRowLimitFilter,proto3,oneof"`
}

RowFilter_CellsPerRowOffsetFilter

type RowFilter_CellsPerRowOffsetFilter struct {
	// Skips the first N cells of each row, matching all subsequent cells.
	// If duplicate cells are present, as is possible when using an Interleave,
	// each copy of the cell is counted separately.
	CellsPerRowOffsetFilter int32 `protobuf:"varint,10,opt,name=cells_per_row_offset_filter,json=cellsPerRowOffsetFilter,proto3,oneof"`
}

RowFilter_Chain

type RowFilter_Chain struct {

	// The elements of "filters" are chained together to process the input row:
	// in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row
	// The full chain is executed atomically.
	Filters []*RowFilter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

A RowFilter which sends rows through several RowFilters in sequence.

func (*RowFilter_Chain) Descriptor

func (*RowFilter_Chain) Descriptor() ([]byte, []int)

Deprecated: Use RowFilter_Chain.ProtoReflect.Descriptor instead.

func (*RowFilter_Chain) GetFilters

func (x *RowFilter_Chain) GetFilters() []*RowFilter

func (*RowFilter_Chain) ProtoMessage

func (*RowFilter_Chain) ProtoMessage()

func (*RowFilter_Chain) ProtoReflect

func (x *RowFilter_Chain) ProtoReflect() protoreflect.Message

func (*RowFilter_Chain) Reset

func (x *RowFilter_Chain) Reset()

func (*RowFilter_Chain) String

func (x *RowFilter_Chain) String() string

RowFilter_Chain_

type RowFilter_Chain_ struct {
	// Applies several RowFilters to the data in sequence, progressively
	// narrowing the results.
	Chain *RowFilter_Chain `protobuf:"bytes,1,opt,name=chain,proto3,oneof"`
}

RowFilter_ColumnQualifierRegexFilter

type RowFilter_ColumnQualifierRegexFilter struct {
	// Matches only cells from columns whose qualifiers satisfy the given RE2
	// regex.
	// Note that, since column qualifiers can contain arbitrary bytes, the `\C`
	// escape sequence must be used if a true wildcard is desired. The `.`
	// character will not match the new line character `\n`, which may be
	// present in a binary qualifier.
	ColumnQualifierRegexFilter []byte `protobuf:"bytes,6,opt,name=column_qualifier_regex_filter,json=columnQualifierRegexFilter,proto3,oneof"`
}

RowFilter_ColumnRangeFilter

type RowFilter_ColumnRangeFilter struct {
	// Matches only cells from columns within the given range.
	ColumnRangeFilter *ColumnRange `protobuf:"bytes,7,opt,name=column_range_filter,json=columnRangeFilter,proto3,oneof"`
}

RowFilter_Condition

type RowFilter_Condition struct {

	// If `predicate_filter` outputs any cells, then `true_filter` will be
	// evaluated on the input row. Otherwise, `false_filter` will be evaluated.
	PredicateFilter *RowFilter `protobuf:"bytes,1,opt,name=predicate_filter,json=predicateFilter,proto3" json:"predicate_filter,omitempty"`
	// The filter to apply to the input row if `predicate_filter` returns any
	// results. If not provided, no results will be returned in the true case.
	TrueFilter *RowFilter `protobuf:"bytes,2,opt,name=true_filter,json=trueFilter,proto3" json:"true_filter,omitempty"`
	// The filter to apply to the input row if `predicate_filter` does not
	// return any results. If not provided, no results will be returned in the
	// false case.
	FalseFilter *RowFilter `protobuf:"bytes,3,opt,name=false_filter,json=falseFilter,proto3" json:"false_filter,omitempty"`
	// contains filtered or unexported fields
}

A RowFilter which evaluates one of two possible RowFilters, depending on whether or not a predicate RowFilter outputs any cells from the input row.

IMPORTANT NOTE: The predicate filter does not execute atomically with the true and false filters, which may lead to inconsistent or unexpected results. Additionally, Condition filters have poor performance, especially when filters are set for the false condition.

func (*RowFilter_Condition) Descriptor

func (*RowFilter_Condition) Descriptor() ([]byte, []int)

Deprecated: Use RowFilter_Condition.ProtoReflect.Descriptor instead.

func (*RowFilter_Condition) GetFalseFilter

func (x *RowFilter_Condition) GetFalseFilter() *RowFilter

func (*RowFilter_Condition) GetPredicateFilter

func (x *RowFilter_Condition) GetPredicateFilter() *RowFilter

func (*RowFilter_Condition) GetTrueFilter

func (x *RowFilter_Condition) GetTrueFilter() *RowFilter

func (*RowFilter_Condition) ProtoMessage

func (*RowFilter_Condition) ProtoMessage()

func (*RowFilter_Condition) ProtoReflect

func (x *RowFilter_Condition) ProtoReflect() protoreflect.Message

func (*RowFilter_Condition) Reset

func (x *RowFilter_Condition) Reset()

func (*RowFilter_Condition) String

func (x *RowFilter_Condition) String() string

RowFilter_Condition_

type RowFilter_Condition_ struct {
	// Applies one of two possible RowFilters to the data based on the output of
	// a predicate RowFilter.
	Condition *RowFilter_Condition `protobuf:"bytes,3,opt,name=condition,proto3,oneof"`
}

RowFilter_FamilyNameRegexFilter

type RowFilter_FamilyNameRegexFilter struct {
	// Matches only cells from columns whose families satisfy the given RE2
	// regex. For technical reasons, the regex must not contain the `:`
	// character, even if it is not being used as a literal.
	// Note that, since column families cannot contain the new line character
	// `\n`, it is sufficient to use `.` as a full wildcard when matching
	// column family names.
	FamilyNameRegexFilter string `protobuf:"bytes,5,opt,name=family_name_regex_filter,json=familyNameRegexFilter,proto3,oneof"`
}

RowFilter_Interleave

type RowFilter_Interleave struct {

	// The elements of "filters" all process a copy of the input row, and the
	// results are pooled, sorted, and combined into a single output row.
	// If multiple cells are produced with the same column and timestamp,
	// they will all appear in the output row in an unspecified mutual order.
	// Consider the following example, with three filters:
	//
	//	                             input row
	//	                                 |
	//	       -----------------------------------------------------
	//	       |                         |                         |
	//	      f(0)                      f(1)                      f(2)
	//	       |                         |                         |
	//	1: foo,bar,10,x             foo,bar,10,z              far,bar,7,a
	//	2: foo,blah,11,z            far,blah,5,x              far,blah,5,x
	//	       |                         |                         |
	//	       -----------------------------------------------------
	//	                                 |
	//	1:                      foo,bar,10,z   // could have switched with #2
	//	2:                      foo,bar,10,x   // could have switched with #1
	//	3:                      foo,blah,11,z
	//	4:                      far,bar,7,a
	//	5:                      far,blah,5,x   // identical to #6
	//	6:                      far,blah,5,x   // identical to #5
	//
	// All interleaved filters are executed atomically.
	Filters []*RowFilter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

A RowFilter which sends each row to each of several component RowFilters and interleaves the results.

func (*RowFilter_Interleave) Descriptor

func (*RowFilter_Interleave) Descriptor() ([]byte, []int)

Deprecated: Use RowFilter_Interleave.ProtoReflect.Descriptor instead.

func (*RowFilter_Interleave) GetFilters

func (x *RowFilter_Interleave) GetFilters() []*RowFilter

func (*RowFilter_Interleave) ProtoMessage

func (*RowFilter_Interleave) ProtoMessage()

func (*RowFilter_Interleave) ProtoReflect

func (x *RowFilter_Interleave) ProtoReflect() protoreflect.Message

func (*RowFilter_Interleave) Reset

func (x *RowFilter_Interleave) Reset()

func (*RowFilter_Interleave) String

func (x *RowFilter_Interleave) String() string

RowFilter_Interleave_

type RowFilter_Interleave_ struct {
	// Applies several RowFilters to the data in parallel and combines the
	// results.
	Interleave *RowFilter_Interleave `protobuf:"bytes,2,opt,name=interleave,proto3,oneof"`
}

RowFilter_PassAllFilter

type RowFilter_PassAllFilter struct {
	// Matches all cells, regardless of input. Functionally equivalent to
	// leaving `filter` unset, but included for completeness.
	PassAllFilter bool `protobuf:"varint,17,opt,name=pass_all_filter,json=passAllFilter,proto3,oneof"`
}

RowFilter_RowKeyRegexFilter

type RowFilter_RowKeyRegexFilter struct {
	// Matches only cells from rows whose keys satisfy the given RE2 regex. In
	// other words, passes through the entire row when the key matches, and
	// otherwise produces an empty row.
	// Note that, since row keys can contain arbitrary bytes, the `\C` escape
	// sequence must be used if a true wildcard is desired. The `.` character
	// will not match the new line character `\n`, which may be present in a
	// binary key.
	RowKeyRegexFilter []byte `protobuf:"bytes,4,opt,name=row_key_regex_filter,json=rowKeyRegexFilter,proto3,oneof"`
}

RowFilter_RowSampleFilter

type RowFilter_RowSampleFilter struct {
	// Matches all cells from a row with probability p, and matches no cells
	// from the row with probability 1-p.
	RowSampleFilter float64 `protobuf:"fixed64,14,opt,name=row_sample_filter,json=rowSampleFilter,proto3,oneof"`
}

RowFilter_Sink

type RowFilter_Sink struct {
	// ADVANCED USE ONLY.
	// Hook for introspection into the RowFilter. Outputs all cells directly to
	// the output of the read rather than to any parent filter. Consider the
	// following example:
	//
	//	Chain(
	//	  FamilyRegex("A"),
	//	  Interleave(
	//	    All(),
	//	    Chain(Label("foo"), Sink())
	//	  ),
	//	  QualifierRegex("B")
	//	)
	//
	//	                    A,A,1,w
	//	                    A,B,2,x
	//	                    B,B,4,z
	//	                       |
	//	                FamilyRegex("A")
	//	                       |
	//	                    A,A,1,w
	//	                    A,B,2,x
	//	                       |
	//	          +------------+-------------+
	//	          |                          |
	//	        All()                    Label(foo)
	//	          |                          |
	//	       A,A,1,w              A,A,1,w,labels:[foo]
	//	       A,B,2,x              A,B,2,x,labels:[foo]
	//	          |                          |
	//	          |                        Sink() --------------+
	//	          |                          |                  |
	//	          +------------+      x------+          A,A,1,w,labels:[foo]
	//	                       |                        A,B,2,x,labels:[foo]
	//	                    A,A,1,w                             |
	//	                    A,B,2,x                             |
	//	                       |                                |
	//	               QualifierRegex("B")                      |
	//	                       |                                |
	//	                    A,B,2,x                             |
	//	                       |                                |
	//	                       +--------------------------------+
	//	                       |
	//	                    A,A,1,w,labels:[foo]
	//	                    A,B,2,x,labels:[foo]  // could be switched
	//	                    A,B,2,x               // could be switched
	//
	// Despite being excluded by the qualifier filter, a copy of every cell
	// that reaches the sink is present in the final result.
	//
	// As with an [Interleave][google.bigtable.v2.RowFilter.Interleave],
	// duplicate cells are possible, and appear in an unspecified mutual order.
	// In this case we have a duplicate with column "A:B" and timestamp 2,
	// because one copy passed through the all filter while the other was
	// passed through the label and sink. Note that one copy has label "foo",
	// while the other does not.
	//
	// Cannot be used within the `predicate_filter`, `true_filter`, or
	// `false_filter` of a [Condition][google.bigtable.v2.RowFilter.Condition].
	Sink bool `protobuf:"varint,16,opt,name=sink,proto3,oneof"`
}

RowFilter_StripValueTransformer

type RowFilter_StripValueTransformer struct {
	// Replaces each cell's value with the empty string.
	StripValueTransformer bool `protobuf:"varint,13,opt,name=strip_value_transformer,json=stripValueTransformer,proto3,oneof"`
}

RowFilter_TimestampRangeFilter

type RowFilter_TimestampRangeFilter struct {
	// Matches only cells with timestamps within the given range.
	TimestampRangeFilter *TimestampRange `protobuf:"bytes,8,opt,name=timestamp_range_filter,json=timestampRangeFilter,proto3,oneof"`
}

RowFilter_ValueBitmaskFilter

type RowFilter_ValueBitmaskFilter struct {
	// Matches only cells with values that satisfy the condition `(value & mask)
	// == mask`.
	// The mask length must exactly match the value length, otherwise the cell
	// is not considered a match.
	ValueBitmaskFilter *ValueBitmask `protobuf:"bytes,20,opt,name=value_bitmask_filter,json=valueBitmaskFilter,proto3,oneof"`
}

RowFilter_ValueRangeFilter

type RowFilter_ValueRangeFilter struct {
	// Matches only cells with values that fall within the given range.
	ValueRangeFilter *ValueRange `protobuf:"bytes,15,opt,name=value_range_filter,json=valueRangeFilter,proto3,oneof"`
}

RowFilter_ValueRegexFilter

type RowFilter_ValueRegexFilter struct {
	// Matches only cells with values that satisfy the given regular expression.
	// Note that, since cell values can contain arbitrary bytes, the `\C` escape
	// sequence must be used if a true wildcard is desired. The `.` character
	// will not match the new line character `\n`, which may be present in a
	// binary value.
	ValueRegexFilter []byte `protobuf:"bytes,9,opt,name=value_regex_filter,json=valueRegexFilter,proto3,oneof"`
}

RowRange

type RowRange struct {

	// The row key at which to start the range.
	// If neither field is set, interpreted as the empty string, inclusive.
	//
	// Types that are valid to be assigned to StartKey:
	//
	//	*RowRange_StartKeyClosed
	//	*RowRange_StartKeyOpen
	StartKey isRowRange_StartKey `protobuf_oneof:"start_key"`
	// The row key at which to end the range.
	// If neither field is set, interpreted as the infinite row key, exclusive.
	//
	// Types that are valid to be assigned to EndKey:
	//
	//	*RowRange_EndKeyOpen
	//	*RowRange_EndKeyClosed
	EndKey isRowRange_EndKey `protobuf_oneof:"end_key"`
	// contains filtered or unexported fields
}

Specifies a contiguous range of rows.

func (*RowRange) Descriptor

func (*RowRange) Descriptor() ([]byte, []int)

Deprecated: Use RowRange.ProtoReflect.Descriptor instead.

func (*RowRange) GetEndKey

func (x *RowRange) GetEndKey() isRowRange_EndKey

func (*RowRange) GetEndKeyClosed

func (x *RowRange) GetEndKeyClosed() []byte

func (*RowRange) GetEndKeyOpen

func (x *RowRange) GetEndKeyOpen() []byte

func (*RowRange) GetStartKey

func (x *RowRange) GetStartKey() isRowRange_StartKey

func (*RowRange) GetStartKeyClosed

func (x *RowRange) GetStartKeyClosed() []byte

func (*RowRange) GetStartKeyOpen

func (x *RowRange) GetStartKeyOpen() []byte

func (*RowRange) ProtoMessage

func (*RowRange) ProtoMessage()

func (*RowRange) ProtoReflect

func (x *RowRange) ProtoReflect() protoreflect.Message

func (*RowRange) Reset

func (x *RowRange) Reset()

func (*RowRange) String

func (x *RowRange) String() string

RowRange_EndKeyClosed

type RowRange_EndKeyClosed struct {
	// Used when giving an inclusive upper bound for the range.
	EndKeyClosed []byte `protobuf:"bytes,4,opt,name=end_key_closed,json=endKeyClosed,proto3,oneof"`
}

RowRange_EndKeyOpen

type RowRange_EndKeyOpen struct {
	// Used when giving an exclusive upper bound for the range.
	EndKeyOpen []byte `protobuf:"bytes,3,opt,name=end_key_open,json=endKeyOpen,proto3,oneof"`
}

RowRange_StartKeyClosed

type RowRange_StartKeyClosed struct {
	// Used when giving an inclusive lower bound for the range.
	StartKeyClosed []byte `protobuf:"bytes,1,opt,name=start_key_closed,json=startKeyClosed,proto3,oneof"`
}

RowRange_StartKeyOpen

type RowRange_StartKeyOpen struct {
	// Used when giving an exclusive lower bound for the range.
	StartKeyOpen []byte `protobuf:"bytes,2,opt,name=start_key_open,json=startKeyOpen,proto3,oneof"`
}

RowSet

type RowSet struct {

	// Single rows included in the set.
	RowKeys [][]byte `protobuf:"bytes,1,rep,name=row_keys,json=rowKeys,proto3" json:"row_keys,omitempty"`
	// Contiguous row ranges included in the set.
	RowRanges []*RowRange `protobuf:"bytes,2,rep,name=row_ranges,json=rowRanges,proto3" json:"row_ranges,omitempty"`
	// contains filtered or unexported fields
}

Specifies a non-contiguous set of rows.

func (*RowSet) Descriptor

func (*RowSet) Descriptor() ([]byte, []int)

Deprecated: Use RowSet.ProtoReflect.Descriptor instead.

func (*RowSet) GetRowKeys

func (x *RowSet) GetRowKeys() [][]byte

func (*RowSet) GetRowRanges

func (x *RowSet) GetRowRanges() []*RowRange

func (*RowSet) ProtoMessage

func (*RowSet) ProtoMessage()

func (*RowSet) ProtoReflect

func (x *RowSet) ProtoReflect() protoreflect.Message

func (*RowSet) Reset

func (x *RowSet) Reset()

func (*RowSet) String

func (x *RowSet) String() string

SampleRowKeysRequest

type SampleRowKeysRequest struct {

	// Optional. The unique name of the table from which to sample row keys.
	//
	// Values are of the form
	// `projects/

Request message for Bigtable.SampleRowKeys.

func (*SampleRowKeysRequest) Descriptor

func (*SampleRowKeysRequest) Descriptor() ([]byte, []int)

Deprecated: Use SampleRowKeysRequest.ProtoReflect.Descriptor instead.

func (*SampleRowKeysRequest) GetAppProfileId

func (x *SampleRowKeysRequest) GetAppProfileId() string

func (*SampleRowKeysRequest) GetAuthorizedViewName

func (x *SampleRowKeysRequest) GetAuthorizedViewName() string

func (*SampleRowKeysRequest) GetMaterializedViewName

func (x *SampleRowKeysRequest) GetMaterializedViewName() string

func (*SampleRowKeysRequest) GetTableName

func (x *SampleRowKeysRequest) GetTableName() string

func (*SampleRowKeysRequest) ProtoMessage

func (*SampleRowKeysRequest) ProtoMessage()

func (*SampleRowKeysRequest) ProtoReflect

func (x *SampleRowKeysRequest) ProtoReflect() protoreflect.Message

func (*SampleRowKeysRequest) Reset

func (x *SampleRowKeysRequest) Reset()

func (*SampleRowKeysRequest) String

func (x *SampleRowKeysRequest) String() string

SampleRowKeysResponse

type SampleRowKeysResponse struct {

	// Sorted streamed sequence of sample row keys in the table. The table might
	// have contents before the first row key in the list and after the last one,
	// but a key containing the empty string indicates "end of table" and will be
	// the last response given, if present.
	// Note that row keys in this list may not have ever been written to or read
	// from, and users should therefore not make any assumptions about the row key
	// structure that are specific to their use case.
	RowKey []byte `protobuf:"bytes,1,opt,name=row_key,json=rowKey,proto3" json:"row_key,omitempty"`
	// Approximate total storage space used by all rows in the table which precede
	// `row_key`. Buffering the contents of all rows between two subsequent
	// samples would require space roughly equal to the difference in their
	// `offset_bytes` fields.
	OffsetBytes int64 `protobuf:"varint,2,opt,name=offset_bytes,json=offsetBytes,proto3" json:"offset_bytes,omitempty"`
	// contains filtered or unexported fields
}

Response message for Bigtable.SampleRowKeys.

func (*SampleRowKeysResponse) Descriptor

func (*SampleRowKeysResponse) Descriptor() ([]byte, []int)

Deprecated: Use SampleRowKeysResponse.ProtoReflect.Descriptor instead.

func (*SampleRowKeysResponse) GetOffsetBytes

func (x *SampleRowKeysResponse) GetOffsetBytes() int64

func (*SampleRowKeysResponse) GetRowKey

func (x *SampleRowKeysResponse) GetRowKey() []byte

func (*SampleRowKeysResponse) ProtoMessage

func (*SampleRowKeysResponse) ProtoMessage()

func (*SampleRowKeysResponse) ProtoReflect

func (x *SampleRowKeysResponse) ProtoReflect() protoreflect.Message

func (*SampleRowKeysResponse) Reset

func (x *SampleRowKeysResponse) Reset()

func (*SampleRowKeysResponse) String

func (x *SampleRowKeysResponse) String() string

SessionClientConfiguration

type SessionClientConfiguration struct {

	// What share of requests should operate on a session, [0, 1]. The rest
	// should operate on the old-style API.
	SessionLoad float32 `protobuf:"fixed32,1,opt,name=session_load,json=sessionLoad,proto3" json:"session_load,omitempty"`
	// Deprecated: Marked as deprecated in google/bigtable/v2/session.proto.
	LoadBalancingOptions *LoadBalancingOptions `protobuf:"bytes,2,opt,name=load_balancing_options,json=loadBalancingOptions,proto3" json:"load_balancing_options,omitempty"`
	// Configuration for the channel pool.
	ChannelConfiguration *SessionClientConfiguration_ChannelPoolConfiguration `protobuf:"bytes,3,opt,name=channel_configuration,json=channelConfiguration,proto3" json:"channel_configuration,omitempty"`
	// Configuration for the session pools.
	SessionPoolConfiguration *SessionClientConfiguration_SessionPoolConfiguration `protobuf:"bytes,4,opt,name=session_pool_configuration,json=sessionPoolConfiguration,proto3" json:"session_pool_configuration,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the Session API. Internal usage only.

func (*SessionClientConfiguration) Descriptor

func (*SessionClientConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use SessionClientConfiguration.ProtoReflect.Descriptor instead.

func (*SessionClientConfiguration) GetChannelConfiguration

func (*SessionClientConfiguration) GetLoadBalancingOptions

func (x *SessionClientConfiguration) GetLoadBalancingOptions() *LoadBalancingOptions

Deprecated: Marked as deprecated in google/bigtable/v2/session.proto.

func (*SessionClientConfiguration) GetSessionLoad

func (x *SessionClientConfiguration) GetSessionLoad() float32

func (*SessionClientConfiguration) GetSessionPoolConfiguration

func (*SessionClientConfiguration) ProtoMessage

func (*SessionClientConfiguration) ProtoMessage()

func (*SessionClientConfiguration) ProtoReflect

func (*SessionClientConfiguration) Reset

func (x *SessionClientConfiguration) Reset()

func (*SessionClientConfiguration) String

func (x *SessionClientConfiguration) String() string

SessionClientConfiguration_ChannelPoolConfiguration

type SessionClientConfiguration_ChannelPoolConfiguration struct {

	// The minimum number of distcint servers to connect to in the channel pool.
	// The client will ensure that the channel pool will have at least this many
	// distinct servers, but may have multiple channels connected to the same
	// server (e.g. the client may have M channels on N machines, where M > N).
	MinServerCount int32 `protobuf:"varint,1,opt,name=min_server_count,json=minServerCount,proto3" json:"min_server_count,omitempty"`
	// The maximum number of distinct servers to connect to in the channel pool.
	// The client will ensure that the channel pool will have at most this many
	// distinct servers.
	MaxServerCount int32 `protobuf:"varint,2,opt,name=max_server_count,json=maxServerCount,proto3" json:"max_server_count,omitempty"`
	// Soft maximum for how many sessions are allowed per server. Normally, the
	// client will ensure that it does not host more than this count of sessions
	// per server, unless there are other limits encountered (e.g. the connected
	// servers is already at max_servers).
	PerServerSessionCount int32 `protobuf:"varint,3,opt,name=per_server_session_count,json=perServerSessionCount,proto3" json:"per_server_session_count,omitempty"`
	// The fallback mode of the channel pool.
	//
	// Types that are valid to be assigned to Mode:
	//
	//	*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback_
	//	*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly_
	//	*SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly_
	Mode isSessionClientConfiguration_ChannelPoolConfiguration_Mode `protobuf_oneof:"mode"`
	// contains filtered or unexported fields
}

Configuration for the channel pool.

func (*SessionClientConfiguration_ChannelPoolConfiguration) Descriptor

Deprecated: Use SessionClientConfiguration_ChannelPoolConfiguration.ProtoReflect.Descriptor instead.

func (*SessionClientConfiguration_ChannelPoolConfiguration) GetCloudPathOnly

func (*SessionClientConfiguration_ChannelPoolConfiguration) GetDirectAccessOnly

func (*SessionClientConfiguration_ChannelPoolConfiguration) GetDirectAccessWithFallback

func (*SessionClientConfiguration_ChannelPoolConfiguration) GetMaxServerCount

func (*SessionClientConfiguration_ChannelPoolConfiguration) GetMinServerCount

func (*SessionClientConfiguration_ChannelPoolConfiguration) GetMode

func (x *SessionClientConfiguration_ChannelPoolConfiguration) GetMode() isSessionClientConfiguration_ChannelPoolConfiguration_Mode

func (*SessionClientConfiguration_ChannelPoolConfiguration) GetPerServerSessionCount

func (x *SessionClientConfiguration_ChannelPoolConfiguration) GetPerServerSessionCount() int32

func (*SessionClientConfiguration_ChannelPoolConfiguration) ProtoMessage

func (*SessionClientConfiguration_ChannelPoolConfiguration) ProtoReflect

func (*SessionClientConfiguration_ChannelPoolConfiguration) Reset

func (*SessionClientConfiguration_ChannelPoolConfiguration) String

SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly

type SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly struct {
	// contains filtered or unexported fields
}

A channel mode which only allows CloudPath.

func (*SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly) Descriptor

Deprecated: Use SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly.ProtoReflect.Descriptor instead.

func (*SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly) ProtoMessage

func (*SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly) ProtoReflect

func (*SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly) Reset

func (*SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly) String

SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly_

type SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly_ struct {
	// CloudPath only.
	CloudPathOnly *SessionClientConfiguration_ChannelPoolConfiguration_CloudPathOnly `protobuf:"bytes,6,opt,name=cloud_path_only,json=cloudPathOnly,proto3,oneof"`
}

SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly

type SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly struct {
	// contains filtered or unexported fields
}

A channel mode which only allows DirectAccess.

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly) Descriptor

Deprecated: Use SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly.ProtoReflect.Descriptor instead.

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly) ProtoMessage

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly) ProtoReflect

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly) Reset

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly) String

SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly_

type SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly_ struct {
	// DirectAccess only.
	DirectAccessOnly *SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessOnly `protobuf:"bytes,5,opt,name=direct_access_only,json=directAccessOnly,proto3,oneof"`
}

SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback

type SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback struct {

	// The threshold for errors on DirectAccess to trigger CloudPath fallback.
	// The error rate is calculated based on a count of vRPCs with errors
	// divided by a total count of vRPCs, over a rolling window of the past
	// check_interval. If this ratio exceeds this threshold, the fallback to
	// CloudPath is triggered. [0, 1].
	ErrorRateThreshold float32 `protobuf:"fixed32,1,opt,name=error_rate_threshold,json=errorRateThreshold,proto3" json:"error_rate_threshold,omitempty"`
	// The interval to check the error rate over.
	CheckInterval *durationpb.Duration `protobuf:"bytes,2,opt,name=check_interval,json=checkInterval,proto3" json:"check_interval,omitempty"`
	// contains filtered or unexported fields
}

A channel mode which allows DirectAccess with a fallback to CloudPath if DirectAccess is unavailable.

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback) Descriptor

Deprecated: Use SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback.ProtoReflect.Descriptor instead.

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback) GetCheckInterval

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback) GetErrorRateThreshold

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback) ProtoMessage

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback) ProtoReflect

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback) Reset

func (*SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback) String

SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback_

type SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback_ struct {
	// DirectAccess with a fallback to CloudPath.
	DirectAccessWithFallback *SessionClientConfiguration_ChannelPoolConfiguration_DirectAccessWithFallback `protobuf:"bytes,4,opt,name=direct_access_with_fallback,json=directAccessWithFallback,proto3,oneof"`
}

SessionClientConfiguration_SessionPoolConfiguration

type SessionClientConfiguration_SessionPoolConfiguration struct {

	// Fraction of idle sessions to keep in order to manage an increase in
	// requests-in-flight. For example, a headroom of 0.5 will keep enough
	// sessions to deal with a 50% increase in QPS.
	Headroom float32 `protobuf:"fixed32,1,opt,name=headroom,proto3" json:"headroom,omitempty"`
	// The minimum number of sessions for a given scope.
	MinSessionCount int32 `protobuf:"varint,2,opt,name=min_session_count,json=minSessionCount,proto3" json:"min_session_count,omitempty"`
	// The maximum number of sessions for a given scope.
	MaxSessionCount int32 `protobuf:"varint,3,opt,name=max_session_count,json=maxSessionCount,proto3" json:"max_session_count,omitempty"`
	// Number of vRPCs that can be queued per starting session.
	NewSessionQueueLength int32 `protobuf:"varint,4,opt,name=new_session_queue_length,json=newSessionQueueLength,proto3" json:"new_session_queue_length,omitempty"`
	// How many concurrent session establishments are allowed. The client will
	// hold onto a count against this budget whenever it is establishing a new
	// session, and release that count once the session is successfully
	// established or failed to establish.
	NewSessionCreationBudget int32 `protobuf:"varint,5,opt,name=new_session_creation_budget,json=newSessionCreationBudget,proto3" json:"new_session_creation_budget,omitempty"`
	// How long to penalize the creation budget for a failed session creation
	// attempt.
	NewSessionCreationPenalty *durationpb.Duration `protobuf:"bytes,6,opt,name=new_session_creation_penalty,json=newSessionCreationPenalty,proto3" json:"new_session_creation_penalty,omitempty"`
	// A threshold for cancelling all pending vRPCs based on how many
	// consecutive session establishment errors have been observed. The client
	// will eagerly cancel queued vRPCs after this threshold is met to avoid
	// them waiting their entire deadlines before terminating (while waiting for
	// any session to establish to actually send the vRPC).
	ConsecutiveSessionFailureThreshold int32 `protobuf:"varint,8,opt,name=consecutive_session_failure_threshold,json=consecutiveSessionFailureThreshold,proto3" json:"consecutive_session_failure_threshold,omitempty"`
	// How to balance vRPC load over connections to AFEs.
	// Set only if session_load > 0.
	LoadBalancingOptions *LoadBalancingOptions `protobuf:"bytes,9,opt,name=load_balancing_options,json=loadBalancingOptions,proto3" json:"load_balancing_options,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the session pools. Session pools are tied to a scope like a table, an app profile, and a permission.

func (*SessionClientConfiguration_SessionPoolConfiguration) Descriptor

Deprecated: Use SessionClientConfiguration_SessionPoolConfiguration.ProtoReflect.Descriptor instead.

func (*SessionClientConfiguration_SessionPoolConfiguration) GetConsecutiveSessionFailureThreshold

func (x *SessionClientConfiguration_SessionPoolConfiguration) GetConsecutiveSessionFailureThreshold() int32

func (*SessionClientConfiguration_SessionPoolConfiguration) GetHeadroom

func (*SessionClientConfiguration_SessionPoolConfiguration) GetLoadBalancingOptions

func (*SessionClientConfiguration_SessionPoolConfiguration) GetMaxSessionCount

func (*SessionClientConfiguration_SessionPoolConfiguration) GetMinSessionCount

func (*SessionClientConfiguration_SessionPoolConfiguration) GetNewSessionCreationBudget

func (x *SessionClientConfiguration_SessionPoolConfiguration) GetNewSessionCreationBudget() int32

func (*SessionClientConfiguration_SessionPoolConfiguration) GetNewSessionCreationPenalty

func (x *SessionClientConfiguration_SessionPoolConfiguration) GetNewSessionCreationPenalty() *durationpb.Duration

func (*SessionClientConfiguration_SessionPoolConfiguration) GetNewSessionQueueLength

func (x *SessionClientConfiguration_SessionPoolConfiguration) GetNewSessionQueueLength() int32

func (*SessionClientConfiguration_SessionPoolConfiguration) ProtoMessage

func (*SessionClientConfiguration_SessionPoolConfiguration) ProtoReflect

func (*SessionClientConfiguration_SessionPoolConfiguration) Reset

func (*SessionClientConfiguration_SessionPoolConfiguration) String

SessionMutateRowRequest

type SessionMutateRowRequest struct {
	Key       []byte      `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Mutations []*Mutation `protobuf:"bytes,2,rep,name=mutations,proto3" json:"mutations,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*SessionMutateRowRequest) Descriptor

func (*SessionMutateRowRequest) Descriptor() ([]byte, []int)

Deprecated: Use SessionMutateRowRequest.ProtoReflect.Descriptor instead.

func (*SessionMutateRowRequest) GetKey

func (x *SessionMutateRowRequest) GetKey() []byte

func (*SessionMutateRowRequest) GetMutations

func (x *SessionMutateRowRequest) GetMutations() []*Mutation

func (*SessionMutateRowRequest) ProtoMessage

func (*SessionMutateRowRequest) ProtoMessage()

func (*SessionMutateRowRequest) ProtoReflect

func (x *SessionMutateRowRequest) ProtoReflect() protoreflect.Message

func (*SessionMutateRowRequest) Reset

func (x *SessionMutateRowRequest) Reset()

func (*SessionMutateRowRequest) String

func (x *SessionMutateRowRequest) String() string

SessionMutateRowResponse

type SessionMutateRowResponse struct {
	// contains filtered or unexported fields
}

Internal usage only.

func (*SessionMutateRowResponse) Descriptor

func (*SessionMutateRowResponse) Descriptor() ([]byte, []int)

Deprecated: Use SessionMutateRowResponse.ProtoReflect.Descriptor instead.

func (*SessionMutateRowResponse) ProtoMessage

func (*SessionMutateRowResponse) ProtoMessage()

func (*SessionMutateRowResponse) ProtoReflect

func (x *SessionMutateRowResponse) ProtoReflect() protoreflect.Message

func (*SessionMutateRowResponse) Reset

func (x *SessionMutateRowResponse) Reset()

func (*SessionMutateRowResponse) String

func (x *SessionMutateRowResponse) String() string

SessionParametersResponse

type SessionParametersResponse struct {

	// Maximum time between messages that the AFE will send to the client. The
	// client may use this information to determine its control-flow in relation
	// to pruning black-holed or otherwise non-responsive sessions. Must be set
	// and positive.
	//
	// See also Heartbeats.
	KeepAlive *durationpb.Duration `protobuf:"bytes,1,opt,name=keep_alive,json=keepAlive,proto3" json:"keep_alive,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*SessionParametersResponse) Descriptor

func (*SessionParametersResponse) Descriptor() ([]byte, []int)

Deprecated: Use SessionParametersResponse.ProtoReflect.Descriptor instead.

func (*SessionParametersResponse) GetKeepAlive

func (x *SessionParametersResponse) GetKeepAlive() *durationpb.Duration

func (*SessionParametersResponse) ProtoMessage

func (*SessionParametersResponse) ProtoMessage()

func (*SessionParametersResponse) ProtoReflect

func (*SessionParametersResponse) Reset

func (x *SessionParametersResponse) Reset()

func (*SessionParametersResponse) String

func (x *SessionParametersResponse) String() string

SessionReadRowRequest

type SessionReadRowRequest struct {
	Key    []byte     `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Filter *RowFilter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*SessionReadRowRequest) Descriptor

func (*SessionReadRowRequest) Descriptor() ([]byte, []int)

Deprecated: Use SessionReadRowRequest.ProtoReflect.Descriptor instead.

func (*SessionReadRowRequest) GetFilter

func (x *SessionReadRowRequest) GetFilter() *RowFilter

func (*SessionReadRowRequest) GetKey

func (x *SessionReadRowRequest) GetKey() []byte

func (*SessionReadRowRequest) ProtoMessage

func (*SessionReadRowRequest) ProtoMessage()

func (*SessionReadRowRequest) ProtoReflect

func (x *SessionReadRowRequest) ProtoReflect() protoreflect.Message

func (*SessionReadRowRequest) Reset

func (x *SessionReadRowRequest) Reset()

func (*SessionReadRowRequest) String

func (x *SessionReadRowRequest) String() string

SessionReadRowResponse

type SessionReadRowResponse struct {
	Row   *Row          `protobuf:"bytes,1,opt,name=row,proto3" json:"row,omitempty"`
	Stats *RequestStats `protobuf:"bytes,2,opt,name=stats,proto3" json:"stats,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*SessionReadRowResponse) Descriptor

func (*SessionReadRowResponse) Descriptor() ([]byte, []int)

Deprecated: Use SessionReadRowResponse.ProtoReflect.Descriptor instead.

func (*SessionReadRowResponse) GetRow

func (x *SessionReadRowResponse) GetRow() *Row

func (*SessionReadRowResponse) GetStats

func (x *SessionReadRowResponse) GetStats() *RequestStats

func (*SessionReadRowResponse) ProtoMessage

func (*SessionReadRowResponse) ProtoMessage()

func (*SessionReadRowResponse) ProtoReflect

func (x *SessionReadRowResponse) ProtoReflect() protoreflect.Message

func (*SessionReadRowResponse) Reset

func (x *SessionReadRowResponse) Reset()

func (*SessionReadRowResponse) String

func (x *SessionReadRowResponse) String() string

SessionRefreshConfig

type SessionRefreshConfig struct {

	// An optimized Open request that the session may use on a retry when
	// establishing this session again. This can be sent from the AFE to
	// avoid certain work e.g. encoding a query plan for BTQL.
	OptimizedOpenRequest *OpenSessionRequest `protobuf:"bytes,1,opt,name=optimized_open_request,json=optimizedOpenRequest,proto3" json:"optimized_open_request,omitempty"`
	// Output only. Any additional metadata to include when reconnecting.
	Metadata []*SessionRefreshConfig_Metadata `protobuf:"bytes,2,rep,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*SessionRefreshConfig) Descriptor

func (*SessionRefreshConfig) Descriptor() ([]byte, []int)

Deprecated: Use SessionRefreshConfig.ProtoReflect.Descriptor instead.

func (*SessionRefreshConfig) GetMetadata

func (*SessionRefreshConfig) GetOptimizedOpenRequest

func (x *SessionRefreshConfig) GetOptimizedOpenRequest() *OpenSessionRequest

func (*SessionRefreshConfig) ProtoMessage

func (*SessionRefreshConfig) ProtoMessage()

func (*SessionRefreshConfig) ProtoReflect

func (x *SessionRefreshConfig) ProtoReflect() protoreflect.Message

func (*SessionRefreshConfig) Reset

func (x *SessionRefreshConfig) Reset()

func (*SessionRefreshConfig) String

func (x *SessionRefreshConfig) String() string

SessionRefreshConfig_Metadata

type SessionRefreshConfig_Metadata struct {

	// Output only. The key for the metadata entry.
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// Output only. The value for the metadata entry.
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Any additional metadata to include when reconnecting. Not a map<> type as this can be a multimap.

func (*SessionRefreshConfig_Metadata) Descriptor

func (*SessionRefreshConfig_Metadata) Descriptor() ([]byte, []int)

Deprecated: Use SessionRefreshConfig_Metadata.ProtoReflect.Descriptor instead.

func (*SessionRefreshConfig_Metadata) GetKey

func (*SessionRefreshConfig_Metadata) GetValue

func (x *SessionRefreshConfig_Metadata) GetValue() []byte

func (*SessionRefreshConfig_Metadata) ProtoMessage

func (*SessionRefreshConfig_Metadata) ProtoMessage()

func (*SessionRefreshConfig_Metadata) ProtoReflect

func (*SessionRefreshConfig_Metadata) Reset

func (x *SessionRefreshConfig_Metadata) Reset()

func (*SessionRefreshConfig_Metadata) String

SessionRequest

type SessionRequest struct {

	// Types that are valid to be assigned to Payload:
	//
	//	*SessionRequest_OpenSession
	//	*SessionRequest_CloseSession
	//	*SessionRequest_VirtualRpc
	Payload isSessionRequest_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*SessionRequest) Descriptor

func (*SessionRequest) Descriptor() ([]byte, []int)

Deprecated: Use SessionRequest.ProtoReflect.Descriptor instead.

func (*SessionRequest) GetCloseSession

func (x *SessionRequest) GetCloseSession() *CloseSessionRequest

func (*SessionRequest) GetOpenSession

func (x *SessionRequest) GetOpenSession() *OpenSessionRequest

func (*SessionRequest) GetPayload

func (x *SessionRequest) GetPayload() isSessionRequest_Payload

func (*SessionRequest) GetVirtualRpc

func (x *SessionRequest) GetVirtualRpc() *VirtualRpcRequest

func (*SessionRequest) ProtoMessage

func (*SessionRequest) ProtoMessage()

func (*SessionRequest) ProtoReflect

func (x *SessionRequest) ProtoReflect() protoreflect.Message

func (*SessionRequest) Reset

func (x *SessionRequest) Reset()

func (*SessionRequest) String

func (x *SessionRequest) String() string

SessionRequestStats

type SessionRequestStats struct {

	// Backend (critical section) latency for the request.
	BackendLatency *durationpb.Duration `protobuf:"bytes,1,opt,name=backend_latency,json=backendLatency,proto3" json:"backend_latency,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*SessionRequestStats) Descriptor

func (*SessionRequestStats) Descriptor() ([]byte, []int)

Deprecated: Use SessionRequestStats.ProtoReflect.Descriptor instead.

func (*SessionRequestStats) GetBackendLatency

func (x *SessionRequestStats) GetBackendLatency() *durationpb.Duration

func (*SessionRequestStats) ProtoMessage

func (*SessionRequestStats) ProtoMessage()

func (*SessionRequestStats) ProtoReflect

func (x *SessionRequestStats) ProtoReflect() protoreflect.Message

func (*SessionRequestStats) Reset

func (x *SessionRequestStats) Reset()

func (*SessionRequestStats) String

func (x *SessionRequestStats) String() string

SessionRequest_CloseSession

type SessionRequest_CloseSession struct {
	CloseSession *CloseSessionRequest `protobuf:"bytes,2,opt,name=close_session,json=closeSession,proto3,oneof"`
}

SessionRequest_OpenSession

type SessionRequest_OpenSession struct {
	OpenSession *OpenSessionRequest `protobuf:"bytes,1,opt,name=open_session,json=openSession,proto3,oneof"`
}

SessionRequest_VirtualRpc

type SessionRequest_VirtualRpc struct {
	VirtualRpc *VirtualRpcRequest `protobuf:"bytes,3,opt,name=virtual_rpc,json=virtualRpc,proto3,oneof"`
}

SessionResponse

type SessionResponse struct {

	// Types that are valid to be assigned to Payload:
	//
	//	*SessionResponse_OpenSession
	//	*SessionResponse_VirtualRpc
	//	*SessionResponse_Error
	//	*SessionResponse_SessionParameters
	//	*SessionResponse_Heartbeat
	//	*SessionResponse_GoAway
	//	*SessionResponse_SessionRefreshConfig
	Payload isSessionResponse_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*SessionResponse) Descriptor

func (*SessionResponse) Descriptor() ([]byte, []int)

Deprecated: Use SessionResponse.ProtoReflect.Descriptor instead.

func (*SessionResponse) GetError

func (x *SessionResponse) GetError() *ErrorResponse

func (*SessionResponse) GetGoAway

func (x *SessionResponse) GetGoAway() *GoAwayResponse

func (*SessionResponse) GetHeartbeat

func (x *SessionResponse) GetHeartbeat() *HeartbeatResponse

func (*SessionResponse) GetOpenSession

func (x *SessionResponse) GetOpenSession() *OpenSessionResponse

func (*SessionResponse) GetPayload

func (x *SessionResponse) GetPayload() isSessionResponse_Payload

func (*SessionResponse) GetSessionParameters

func (x *SessionResponse) GetSessionParameters() *SessionParametersResponse

func (*SessionResponse) GetSessionRefreshConfig

func (x *SessionResponse) GetSessionRefreshConfig() *SessionRefreshConfig

func (*SessionResponse) GetVirtualRpc

func (x *SessionResponse) GetVirtualRpc() *VirtualRpcResponse

func (*SessionResponse) ProtoMessage

func (*SessionResponse) ProtoMessage()

func (*SessionResponse) ProtoReflect

func (x *SessionResponse) ProtoReflect() protoreflect.Message

func (*SessionResponse) Reset

func (x *SessionResponse) Reset()

func (*SessionResponse) String

func (x *SessionResponse) String() string

SessionResponse_Error

type SessionResponse_Error struct {
	Error *ErrorResponse `protobuf:"bytes,3,opt,name=error,proto3,oneof"`
}

SessionResponse_GoAway

type SessionResponse_GoAway struct {
	GoAway *GoAwayResponse `protobuf:"bytes,6,opt,name=go_away,json=goAway,proto3,oneof"`
}

SessionResponse_Heartbeat

type SessionResponse_Heartbeat struct {
	Heartbeat *HeartbeatResponse `protobuf:"bytes,5,opt,name=heartbeat,proto3,oneof"`
}

SessionResponse_OpenSession

type SessionResponse_OpenSession struct {
	OpenSession *OpenSessionResponse `protobuf:"bytes,1,opt,name=open_session,json=openSession,proto3,oneof"`
}

SessionResponse_SessionParameters

type SessionResponse_SessionParameters struct {
	SessionParameters *SessionParametersResponse `protobuf:"bytes,4,opt,name=session_parameters,json=sessionParameters,proto3,oneof"`
}

SessionResponse_SessionRefreshConfig

type SessionResponse_SessionRefreshConfig struct {
	SessionRefreshConfig *SessionRefreshConfig `protobuf:"bytes,7,opt,name=session_refresh_config,json=sessionRefreshConfig,proto3,oneof"`
}

SessionResponse_VirtualRpc

type SessionResponse_VirtualRpc struct {
	// A vRPC can result in either a successful result or an error.
	// Error results are separate to allow for multiple vRPC responses,
	// e.g. for streaming calls like scans (post-V1). See Flow Control.
	VirtualRpc *VirtualRpcResponse `protobuf:"bytes,2,opt,name=virtual_rpc,json=virtualRpc,proto3,oneof"`
}

SessionType

type SessionType int32

Supported session types.

SessionType_SESSION_TYPE_UNSET, SessionType_SESSION_TYPE_TABLE, SessionType_SESSION_TYPE_AUTHORIZED_VIEW, SessionType_SESSION_TYPE_MATERIALIZED_VIEW, SessionType_SESSION_TYPE_TEST

const (
	SessionType_SESSION_TYPE_UNSET             SessionType = 0
	SessionType_SESSION_TYPE_TABLE             SessionType = 1
	SessionType_SESSION_TYPE_AUTHORIZED_VIEW   SessionType = 2
	SessionType_SESSION_TYPE_MATERIALIZED_VIEW SessionType = 3
	// For internal protocol testing only.
	SessionType_SESSION_TYPE_TEST SessionType = 9999
)

func (SessionType) Descriptor

func (SessionType) Enum

func (x SessionType) Enum() *SessionType

func (SessionType) EnumDescriptor

func (SessionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SessionType.Descriptor instead.

func (SessionType) Number

func (x SessionType) Number() protoreflect.EnumNumber

func (SessionType) String

func (x SessionType) String() string

func (SessionType) Type

StreamContinuationToken

type StreamContinuationToken struct {

	// The partition that this token applies to.
	Partition *StreamPartition `protobuf:"bytes,1,opt,name=partition,proto3" json:"partition,omitempty"`
	// An encoded position in the stream to restart reading from.
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

NOTE: This API is intended to be used by Apache Beam BigtableIO. The information required to continue reading the data from a StreamPartition from where a previous read left off.

func (*StreamContinuationToken) Descriptor

func (*StreamContinuationToken) Descriptor() ([]byte, []int)

Deprecated: Use StreamContinuationToken.ProtoReflect.Descriptor instead.

func (*StreamContinuationToken) GetPartition

func (x *StreamContinuationToken) GetPartition() *StreamPartition

func (*StreamContinuationToken) GetToken

func (x *StreamContinuationToken) GetToken() string

func (*StreamContinuationToken) ProtoMessage

func (*StreamContinuationToken) ProtoMessage()

func (*StreamContinuationToken) ProtoReflect

func (x *StreamContinuationToken) ProtoReflect() protoreflect.Message

func (*StreamContinuationToken) Reset

func (x *StreamContinuationToken) Reset()

func (*StreamContinuationToken) String

func (x *StreamContinuationToken) String() string

StreamContinuationTokens

type StreamContinuationTokens struct {

	// List of continuation tokens.
	Tokens []*StreamContinuationToken `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

NOTE: This API is intended to be used by Apache Beam BigtableIO. The information required to continue reading the data from multiple StreamPartitions from where a previous read left off.

func (*StreamContinuationTokens) Descriptor

func (*StreamContinuationTokens) Descriptor() ([]byte, []int)

Deprecated: Use StreamContinuationTokens.ProtoReflect.Descriptor instead.

func (*StreamContinuationTokens) GetTokens

func (*StreamContinuationTokens) ProtoMessage

func (*StreamContinuationTokens) ProtoMessage()

func (*StreamContinuationTokens) ProtoReflect

func (x *StreamContinuationTokens) ProtoReflect() protoreflect.Message

func (*StreamContinuationTokens) Reset

func (x *StreamContinuationTokens) Reset()

func (*StreamContinuationTokens) String

func (x *StreamContinuationTokens) String() string

StreamPartition

type StreamPartition struct {

	// The row range covered by this partition and is specified by
	// [`start_key_closed`, `end_key_open`).
	RowRange *RowRange `protobuf:"bytes,1,opt,name=row_range,json=rowRange,proto3" json:"row_range,omitempty"`
	// contains filtered or unexported fields
}

NOTE: This API is intended to be used by Apache Beam BigtableIO. A partition of a change stream.

func (*StreamPartition) Descriptor

func (*StreamPartition) Descriptor() ([]byte, []int)

Deprecated: Use StreamPartition.ProtoReflect.Descriptor instead.

func (*StreamPartition) GetRowRange

func (x *StreamPartition) GetRowRange() *RowRange

func (*StreamPartition) ProtoMessage

func (*StreamPartition) ProtoMessage()

func (*StreamPartition) ProtoReflect

func (x *StreamPartition) ProtoReflect() protoreflect.Message

func (*StreamPartition) Reset

func (x *StreamPartition) Reset()

func (*StreamPartition) String

func (x *StreamPartition) String() string

TableRequest

type TableRequest struct {

	// Note in V1 we target only pure point operations.
	//
	// Types that are valid to be assigned to Payload:
	//
	//	*TableRequest_ReadRow
	//	*TableRequest_MutateRow
	Payload isTableRequest_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*TableRequest) Descriptor

func (*TableRequest) Descriptor() ([]byte, []int)

Deprecated: Use TableRequest.ProtoReflect.Descriptor instead.

func (*TableRequest) GetMutateRow

func (x *TableRequest) GetMutateRow() *SessionMutateRowRequest

func (*TableRequest) GetPayload

func (x *TableRequest) GetPayload() isTableRequest_Payload

func (*TableRequest) GetReadRow

func (x *TableRequest) GetReadRow() *SessionReadRowRequest

func (*TableRequest) ProtoMessage

func (*TableRequest) ProtoMessage()

func (*TableRequest) ProtoReflect

func (x *TableRequest) ProtoReflect() protoreflect.Message

func (*TableRequest) Reset

func (x *TableRequest) Reset()

func (*TableRequest) String

func (x *TableRequest) String() string

TableRequest_MutateRow

type TableRequest_MutateRow struct {
	MutateRow *SessionMutateRowRequest `protobuf:"bytes,2,opt,name=mutate_row,json=mutateRow,proto3,oneof"`
}

TableRequest_ReadRow

type TableRequest_ReadRow struct {
	ReadRow *SessionReadRowRequest `protobuf:"bytes,1,opt,name=read_row,json=readRow,proto3,oneof"`
}

TableResponse

type TableResponse struct {

	// Types that are valid to be assigned to Payload:
	//
	//	*TableResponse_ReadRow
	//	*TableResponse_MutateRow
	Payload isTableResponse_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*TableResponse) Descriptor

func (*TableResponse) Descriptor() ([]byte, []int)

Deprecated: Use TableResponse.ProtoReflect.Descriptor instead.

func (*TableResponse) GetMutateRow

func (x *TableResponse) GetMutateRow() *SessionMutateRowResponse

func (*TableResponse) GetPayload

func (x *TableResponse) GetPayload() isTableResponse_Payload

func (*TableResponse) GetReadRow

func (x *TableResponse) GetReadRow() *SessionReadRowResponse

func (*TableResponse) ProtoMessage

func (*TableResponse) ProtoMessage()

func (*TableResponse) ProtoReflect

func (x *TableResponse) ProtoReflect() protoreflect.Message

func (*TableResponse) Reset

func (x *TableResponse) Reset()

func (*TableResponse) String

func (x *TableResponse) String() string

TableResponse_MutateRow

type TableResponse_MutateRow struct {
	MutateRow *SessionMutateRowResponse `protobuf:"bytes,2,opt,name=mutate_row,json=mutateRow,proto3,oneof"`
}

TableResponse_ReadRow

type TableResponse_ReadRow struct {
	ReadRow *SessionReadRowResponse `protobuf:"bytes,1,opt,name=read_row,json=readRow,proto3,oneof"`
}

TelemetryConfiguration

type TelemetryConfiguration struct {

	// Selector for the debug counters that should be uploaded.
	DebugTagLevel TelemetryConfiguration_Level `protobuf:"varint,1,opt,name=debug_tag_level,json=debugTagLevel,proto3,enum=google.bigtable.v2.TelemetryConfiguration_Level" json:"debug_tag_level,omitempty"`
	// contains filtered or unexported fields
}

Server provided instructions for enabling finer grained observability on the client to help diagnose customer issues. Internal usage only.

func (*TelemetryConfiguration) Descriptor

func (*TelemetryConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use TelemetryConfiguration.ProtoReflect.Descriptor instead.

func (*TelemetryConfiguration) GetDebugTagLevel

func (*TelemetryConfiguration) ProtoMessage

func (*TelemetryConfiguration) ProtoMessage()

func (*TelemetryConfiguration) ProtoReflect

func (x *TelemetryConfiguration) ProtoReflect() protoreflect.Message

func (*TelemetryConfiguration) Reset

func (x *TelemetryConfiguration) Reset()

func (*TelemetryConfiguration) String

func (x *TelemetryConfiguration) String() string

TelemetryConfiguration_Level

type TelemetryConfiguration_Level int32

The level of detail of telemetry to be sent from the client.

TelemetryConfiguration_LEVEL_UNSPECIFIED, TelemetryConfiguration_DEBUG, TelemetryConfiguration_INFO, TelemetryConfiguration_WARN, TelemetryConfiguration_ERROR

const (
	// Server did not specify a level. Should disable all debug tag counters.
	TelemetryConfiguration_LEVEL_UNSPECIFIED TelemetryConfiguration_Level = 0
	// Enables all debug tag counter levels.
	TelemetryConfiguration_DEBUG TelemetryConfiguration_Level = 1
	// Eables all debug tag counters except for DEBUG.
	TelemetryConfiguration_INFO TelemetryConfiguration_Level = 2
	// Enables all debug tag counters except for DEBUG and INFO.
	TelemetryConfiguration_WARN TelemetryConfiguration_Level = 3
	// Enables only error debug tag counters.
	TelemetryConfiguration_ERROR TelemetryConfiguration_Level = 4
)

func (TelemetryConfiguration_Level) Descriptor

func (TelemetryConfiguration_Level) Enum

func (TelemetryConfiguration_Level) EnumDescriptor

func (TelemetryConfiguration_Level) EnumDescriptor() ([]byte, []int)

Deprecated: Use TelemetryConfiguration_Level.Descriptor instead.

func (TelemetryConfiguration_Level) Number

func (TelemetryConfiguration_Level) String

func (TelemetryConfiguration_Level) Type

TimestampRange

type TimestampRange struct {

	// Inclusive lower bound. If left empty, interpreted as 0.
	StartTimestampMicros int64 `protobuf:"varint,1,opt,name=start_timestamp_micros,json=startTimestampMicros,proto3" json:"start_timestamp_micros,omitempty"`
	// Exclusive upper bound. If left empty, interpreted as infinity.
	EndTimestampMicros int64 `protobuf:"varint,2,opt,name=end_timestamp_micros,json=endTimestampMicros,proto3" json:"end_timestamp_micros,omitempty"`
	// contains filtered or unexported fields
}

Specified a contiguous range of microsecond timestamps.

func (*TimestampRange) Descriptor

func (*TimestampRange) Descriptor() ([]byte, []int)

Deprecated: Use TimestampRange.ProtoReflect.Descriptor instead.

func (*TimestampRange) GetEndTimestampMicros

func (x *TimestampRange) GetEndTimestampMicros() int64

func (*TimestampRange) GetStartTimestampMicros

func (x *TimestampRange) GetStartTimestampMicros() int64

func (*TimestampRange) ProtoMessage

func (*TimestampRange) ProtoMessage()

func (*TimestampRange) ProtoReflect

func (x *TimestampRange) ProtoReflect() protoreflect.Message

func (*TimestampRange) Reset

func (x *TimestampRange) Reset()

func (*TimestampRange) String

func (x *TimestampRange) String() string

Type

type Type struct {

	// The kind of type that this represents.
	//
	// Types that are valid to be assigned to Kind:
	//
	//	*Type_BytesType
	//	*Type_StringType
	//	*Type_Int64Type
	//	*Type_Float32Type
	//	*Type_Float64Type
	//	*Type_BoolType
	//	*Type_TimestampType
	//	*Type_DateType
	//	*Type_AggregateType
	//	*Type_StructType
	//	*Type_ArrayType
	//	*Type_MapType
	//	*Type_ProtoType
	//	*Type_EnumType
	Kind isType_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

Type represents the type of data that is written to, read from, or stored in Bigtable. It is heavily based on the GoogleSQL standard to help maintain familiarity and consistency across products and features.

For compatibility with Bigtable's existing untyped APIs, each Type includes an Encoding which describes how to convert to or from the underlying data.

Each encoding can operate in one of two modes:

  • Sorted: In this mode, Bigtable guarantees that Encode(X) <= Encode(Y) if and only if X <= Y. This is useful anywhere sort order is important, for example when encoding keys.
  • Distinct: In this mode, Bigtable guarantees that if X != Y then Encode(X) != Encode(Y). However, the converse is not guaranteed. For example, both {'foo': '1', 'bar': '2'} and {'bar': '2', 'foo': '1'} are valid encodings of the same JSON value.

The API clearly documents which mode is used wherever an encoding can be configured. Each encoding also documents which values are supported in which modes. For example, when encoding INT64 as a numeric STRING, negative numbers cannot be encoded in sorted mode. This is because INT64(1) > INT64(-1), but STRING("-00001") > STRING("00001").

func (*Type) Descriptor

func (*Type) Descriptor() ([]byte, []int)

Deprecated: Use Type.ProtoReflect.Descriptor instead.

func (*Type) GetAggregateType

func (x *Type) GetAggregateType() *Type_Aggregate

func (*Type) GetArrayType

func (x *Type) GetArrayType() *Type_Array

func (*Type) GetBoolType

func (x *Type) GetBoolType() *Type_Bool

func (*Type) GetBytesType

func (x *Type) GetBytesType() *Type_Bytes

func (*Type) GetDateType

func (x *Type) GetDateType() *Type_Date

func (*Type) GetEnumType

func (x *Type) GetEnumType() *Type_Enum

func (*Type) GetFloat32Type

func (x *Type) GetFloat32Type() *Type_Float32

func (*Type) GetFloat64Type

func (x *Type) GetFloat64Type() *Type_Float64

func (*Type) GetInt64Type

func (x *Type) GetInt64Type() *Type_Int64

func (*Type) GetKind

func (x *Type) GetKind() isType_Kind

func (*Type) GetMapType

func (x *Type) GetMapType() *Type_Map

func (*Type) GetProtoType

func (x *Type) GetProtoType() *Type_Proto

func (*Type) GetStringType

func (x *Type) GetStringType() *Type_String

func (*Type) GetStructType

func (x *Type) GetStructType() *Type_Struct

func (*Type) GetTimestampType

func (x *Type) GetTimestampType() *Type_Timestamp

func (*Type) ProtoMessage

func (*Type) ProtoMessage()

func (*Type) ProtoReflect

func (x *Type) ProtoReflect() protoreflect.Message

func (*Type) Reset

func (x *Type) Reset()

func (*Type) String

func (x *Type) String() string

Type_Aggregate

type Type_Aggregate struct {

	// Type of the inputs that are accumulated by this `Aggregate`.
	// Use `AddInput` mutations to accumulate new inputs.
	InputType *Type `protobuf:"bytes,1,opt,name=input_type,json=inputType,proto3" json:"input_type,omitempty"`
	// Output only. Type that holds the internal accumulator state for the
	// `Aggregate`. This is a function of the `input_type` and `aggregator`
	// chosen.
	StateType *Type `protobuf:"bytes,2,opt,name=state_type,json=stateType,proto3" json:"state_type,omitempty"`
	// Which aggregator function to use. The configured types must match.
	//
	// Types that are valid to be assigned to Aggregator:
	//
	//	*Type_Aggregate_Sum_
	//	*Type_Aggregate_HllppUniqueCount
	//	*Type_Aggregate_Max_
	//	*Type_Aggregate_Min_
	Aggregator isType_Aggregate_Aggregator `protobuf_oneof:"aggregator"`
	// contains filtered or unexported fields
}

A value that combines incremental updates into a summarized value.

Data is never directly written or read using type Aggregate. Writes provide either the input_type or state_type, and reads always return the state_type .

func (*Type_Aggregate) Descriptor

func (*Type_Aggregate) Descriptor() ([]byte, []int)

Deprecated: Use Type_Aggregate.ProtoReflect.Descriptor instead.

func (*Type_Aggregate) GetAggregator

func (x *Type_Aggregate) GetAggregator() isType_Aggregate_Aggregator

func (*Type_Aggregate) GetHllppUniqueCount

func (*Type_Aggregate) GetInputType

func (x *Type_Aggregate) GetInputType() *Type

func (*Type_Aggregate) GetMax

func (x *Type_Aggregate) GetMax() *Type_Aggregate_Max

func (*Type_Aggregate) GetMin

func (x *Type_Aggregate) GetMin() *Type_Aggregate_Min

func (*Type_Aggregate) GetStateType

func (x *Type_Aggregate) GetStateType() *Type

func (*Type_Aggregate) GetSum

func (x *Type_Aggregate) GetSum() *Type_Aggregate_Sum

func (*Type_Aggregate) ProtoMessage

func (*Type_Aggregate) ProtoMessage()

func (*Type_Aggregate) ProtoReflect

func (x *Type_Aggregate) ProtoReflect() protoreflect.Message

func (*Type_Aggregate) Reset

func (x *Type_Aggregate) Reset()

func (*Type_Aggregate) String

func (x *Type_Aggregate) String() string

Type_AggregateType

type Type_AggregateType struct {
	// Aggregate
	AggregateType *Type_Aggregate `protobuf:"bytes,6,opt,name=aggregate_type,json=aggregateType,proto3,oneof"`
}

Type_Aggregate_HllppUniqueCount

type Type_Aggregate_HllppUniqueCount struct {
	// HyperLogLogPlusPlusUniqueCount aggregator.
	HllppUniqueCount *Type_Aggregate_HyperLogLogPlusPlusUniqueCount `protobuf:"bytes,5,opt,name=hllpp_unique_count,json=hllppUniqueCount,proto3,oneof"`
}

Type_Aggregate_HyperLogLogPlusPlusUniqueCount

type Type_Aggregate_HyperLogLogPlusPlusUniqueCount struct {
	// contains filtered or unexported fields
}

Computes an approximate unique count over the input values. When using raw data as input, be careful to use a consistent encoding. Otherwise the same value encoded differently could count more than once, or two distinct values could count as identical. Input: Any, or omit for Raw State: TBD Special state conversions: Int64 (the unique count estimate)

func (*Type_Aggregate_HyperLogLogPlusPlusUniqueCount) Descriptor

Deprecated: Use Type_Aggregate_HyperLogLogPlusPlusUniqueCount.ProtoReflect.Descriptor instead.

func (*Type_Aggregate_HyperLogLogPlusPlusUniqueCount) ProtoMessage

func (*Type_Aggregate_HyperLogLogPlusPlusUniqueCount) ProtoReflect

func (*Type_Aggregate_HyperLogLogPlusPlusUniqueCount) Reset

func (*Type_Aggregate_HyperLogLogPlusPlusUniqueCount) String

Type_Aggregate_Max

type Type_Aggregate_Max struct {
	// contains filtered or unexported fields
}

Computes the max of the input values. Allowed input: Int64 State: same as input

func (*Type_Aggregate_Max) Descriptor

func (*Type_Aggregate_Max) Descriptor() ([]byte, []int)

Deprecated: Use Type_Aggregate_Max.ProtoReflect.Descriptor instead.

func (*Type_Aggregate_Max) ProtoMessage

func (*Type_Aggregate_Max) ProtoMessage()

func (*Type_Aggregate_Max) ProtoReflect

func (x *Type_Aggregate_Max) ProtoReflect() protoreflect.Message

func (*Type_Aggregate_Max) Reset

func (x *Type_Aggregate_Max) Reset()

func (*Type_Aggregate_Max) String

func (x *Type_Aggregate_Max) String() string

Type_Aggregate_Max_

type Type_Aggregate_Max_ struct {
	// Max aggregator.
	Max *Type_Aggregate_Max `protobuf:"bytes,6,opt,name=max,proto3,oneof"`
}

Type_Aggregate_Min

type Type_Aggregate_Min struct {
	// contains filtered or unexported fields
}

Computes the min of the input values. Allowed input: Int64 State: same as input

func (*Type_Aggregate_Min) Descriptor

func (*Type_Aggregate_Min) Descriptor() ([]byte, []int)

Deprecated: Use Type_Aggregate_Min.ProtoReflect.Descriptor instead.

func (*Type_Aggregate_Min) ProtoMessage

func (*Type_Aggregate_Min) ProtoMessage()

func (*Type_Aggregate_Min) ProtoReflect

func (x *Type_Aggregate_Min) ProtoReflect() protoreflect.Message

func (*Type_Aggregate_Min) Reset

func (x *Type_Aggregate_Min) Reset()

func (*Type_Aggregate_Min) String

func (x *Type_Aggregate_Min) String() string

Type_Aggregate_Min_

type Type_Aggregate_Min_ struct {
	// Min aggregator.
	Min *Type_Aggregate_Min `protobuf:"bytes,7,opt,name=min,proto3,oneof"`
}

Type_Aggregate_Sum

type Type_Aggregate_Sum struct {
	// contains filtered or unexported fields
}

Computes the sum of the input values. Allowed input: Int64 State: same as input

func (*Type_Aggregate_Sum) Descriptor

func (*Type_Aggregate_Sum) Descriptor() ([]byte, []int)

Deprecated: Use Type_Aggregate_Sum.ProtoReflect.Descriptor instead.

func (*Type_Aggregate_Sum) ProtoMessage

func (*Type_Aggregate_Sum) ProtoMessage()

func (*Type_Aggregate_Sum) ProtoReflect

func (x *Type_Aggregate_Sum) ProtoReflect() protoreflect.Message

func (*Type_Aggregate_Sum) Reset

func (x *Type_Aggregate_Sum) Reset()

func (*Type_Aggregate_Sum) String

func (x *Type_Aggregate_Sum) String() string

Type_Aggregate_Sum_

type Type_Aggregate_Sum_ struct {
	// Sum aggregator.
	Sum *Type_Aggregate_Sum `protobuf:"bytes,4,opt,name=sum,proto3,oneof"`
}

Type_Array

type Type_Array struct {

	// The type of the elements in the array. This must not be `Array`.
	ElementType *Type `protobuf:"bytes,1,opt,name=element_type,json=elementType,proto3" json:"element_type,omitempty"`
	// contains filtered or unexported fields
}

An ordered list of elements of a given type. Values of type Array are stored in Value.array_value.

func (*Type_Array) Descriptor

func (*Type_Array) Descriptor() ([]byte, []int)

Deprecated: Use Type_Array.ProtoReflect.Descriptor instead.

func (*Type_Array) GetElementType

func (x *Type_Array) GetElementType() *Type

func (*Type_Array) ProtoMessage

func (*Type_Array) ProtoMessage()

func (*Type_Array) ProtoReflect

func (x *Type_Array) ProtoReflect() protoreflect.Message

func (*Type_Array) Reset

func (x *Type_Array) Reset()

func (*Type_Array) String

func (x *Type_Array) String() string

Type_ArrayType

type Type_ArrayType struct {
	// Array
	ArrayType *Type_Array `protobuf:"bytes,3,opt,name=array_type,json=arrayType,proto3,oneof"`
}

Type_Bool

type Type_Bool struct {
	// contains filtered or unexported fields
}

bool Values of type Bool are stored in Value.bool_value.

func (*Type_Bool) Descriptor

func (*Type_Bool) Descriptor() ([]byte, []int)

Deprecated: Use Type_Bool.ProtoReflect.Descriptor instead.

func (*Type_Bool) ProtoMessage

func (*Type_Bool) ProtoMessage()

func (*Type_Bool) ProtoReflect

func (x *Type_Bool) ProtoReflect() protoreflect.Message

func (*Type_Bool) Reset

func (x *Type_Bool) Reset()

func (*Type_Bool) String

func (x *Type_Bool) String() string

Type_BoolType

type Type_BoolType struct {
	// Bool
	BoolType *Type_Bool `protobuf:"bytes,8,opt,name=bool_type,json=boolType,proto3,oneof"`
}

Type_Bytes

type Type_Bytes struct {

	// The encoding to use when converting to or from lower level types.
	Encoding *Type_Bytes_Encoding `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"`
	// contains filtered or unexported fields
}

Bytes Values of type Bytes are stored in Value.bytes_value.

func (*Type_Bytes) Descriptor

func (*Type_Bytes) Descriptor() ([]byte, []int)

Deprecated: Use Type_Bytes.ProtoReflect.Descriptor instead.

func (*Type_Bytes) GetEncoding

func (x *Type_Bytes) GetEncoding() *Type_Bytes_Encoding

func (*Type_Bytes) ProtoMessage

func (*Type_Bytes) ProtoMessage()

func (*Type_Bytes) ProtoReflect

func (x *Type_Bytes) ProtoReflect() protoreflect.Message

func (*Type_Bytes) Reset

func (x *Type_Bytes) Reset()

func (*Type_Bytes) String

func (x *Type_Bytes) String() string

Type_BytesType

type Type_BytesType struct {
	// Bytes
	BytesType *Type_Bytes `protobuf:"bytes,1,opt,name=bytes_type,json=bytesType,proto3,oneof"`
}

Type_Bytes_Encoding

type Type_Bytes_Encoding struct {

	// Which encoding to use.
	//
	// Types that are valid to be assigned to Encoding:
	//
	//	*Type_Bytes_Encoding_Raw_
	Encoding isType_Bytes_Encoding_Encoding `protobuf_oneof:"encoding"`
	// contains filtered or unexported fields
}

Rules used to convert to or from lower level types.

func (*Type_Bytes_Encoding) Descriptor

func (*Type_Bytes_Encoding) Descriptor() ([]byte, []int)

Deprecated: Use Type_Bytes_Encoding.ProtoReflect.Descriptor instead.

func (*Type_Bytes_Encoding) GetEncoding

func (x *Type_Bytes_Encoding) GetEncoding() isType_Bytes_Encoding_Encoding

func (*Type_Bytes_Encoding) GetRaw

func (*Type_Bytes_Encoding) ProtoMessage

func (*Type_Bytes_Encoding) ProtoMessage()

func (*Type_Bytes_Encoding) ProtoReflect

func (x *Type_Bytes_Encoding) ProtoReflect() protoreflect.Message

func (*Type_Bytes_Encoding) Reset

func (x *Type_Bytes_Encoding) Reset()

func (*Type_Bytes_Encoding) String

func (x *Type_Bytes_Encoding) String() string

Type_Bytes_Encoding_Raw

type Type_Bytes_Encoding_Raw struct {

	// If set, allows NULL values to be encoded as the empty string "".
	//
	// The actual empty string, or any value which only contains the
	// null byte `0x00`, has one more null byte appended.
	EscapeNulls bool `protobuf:"varint,1,opt,name=escape_nulls,json=escapeNulls,proto3" json:"escape_nulls,omitempty"`
	// contains filtered or unexported fields
}

Leaves the value as-is.

Sorted mode: all values are supported.

Distinct mode: all values are supported.

func (*Type_Bytes_Encoding_Raw) Descriptor

func (*Type_Bytes_Encoding_Raw) Descriptor() ([]byte, []int)

Deprecated: Use Type_Bytes_Encoding_Raw.ProtoReflect.Descriptor instead.

func (*Type_Bytes_Encoding_Raw) GetEscapeNulls

func (x *Type_Bytes_Encoding_Raw) GetEscapeNulls() bool

func (*Type_Bytes_Encoding_Raw) ProtoMessage

func (*Type_Bytes_Encoding_Raw) ProtoMessage()

func (*Type_Bytes_Encoding_Raw) ProtoReflect

func (x *Type_Bytes_Encoding_Raw) ProtoReflect() protoreflect.Message

func (*Type_Bytes_Encoding_Raw) Reset

func (x *Type_Bytes_Encoding_Raw) Reset()

func (*Type_Bytes_Encoding_Raw) String

func (x *Type_Bytes_Encoding_Raw) String() string

Type_Bytes_Encoding_Raw_

type Type_Bytes_Encoding_Raw_ struct {
	// Use `Raw` encoding.
	Raw *Type_Bytes_Encoding_Raw `protobuf:"bytes,1,opt,name=raw,proto3,oneof"`
}

Type_Date

type Type_Date struct {
	// contains filtered or unexported fields
}

Date Values of type Date are stored in Value.date_value.

func (*Type_Date) Descriptor

func (*Type_Date) Descriptor() ([]byte, []int)

Deprecated: Use Type_Date.ProtoReflect.Descriptor instead.

func (*Type_Date) ProtoMessage

func (*Type_Date) ProtoMessage()

func (*Type_Date) ProtoReflect

func (x *Type_Date) ProtoReflect() protoreflect.Message

func (*Type_Date) Reset

func (x *Type_Date) Reset()

func (*Type_Date) String

func (x *Type_Date) String() string

Type_DateType

type Type_DateType struct {
	// Date
	DateType *Type_Date `protobuf:"bytes,11,opt,name=date_type,json=dateType,proto3,oneof"`
}

Type_Enum

type Type_Enum struct {

	// The ID of the schema bundle that this enum is defined in.
	SchemaBundleId string `protobuf:"bytes,1,opt,name=schema_bundle_id,json=schemaBundleId,proto3" json:"schema_bundle_id,omitempty"`
	// The fully qualified name of the protobuf enum message, including package.
	// In the format of "foo.bar.EnumMessage".
	EnumName string `protobuf:"bytes,2,opt,name=enum_name,json=enumName,proto3" json:"enum_name,omitempty"`
	// contains filtered or unexported fields
}

A protobuf enum type. Values of type Enum are stored in Value.int_value.

func (*Type_Enum) Descriptor

func (*Type_Enum) Descriptor() ([]byte, []int)

Deprecated: Use Type_Enum.ProtoReflect.Descriptor instead.

func (*Type_Enum) GetEnumName

func (x *Type_Enum) GetEnumName() string

func (*Type_Enum) GetSchemaBundleId

func (x *Type_Enum) GetSchemaBundleId() string

func (*Type_Enum) ProtoMessage

func (*Type_Enum) ProtoMessage()

func (*Type_Enum) ProtoReflect

func (x *Type_Enum) ProtoReflect() protoreflect.Message

func (*Type_Enum) Reset

func (x *Type_Enum) Reset()

func (*Type_Enum) String

func (x *Type_Enum) String() string

Type_EnumType

type Type_EnumType struct {
	// Enum
	EnumType *Type_Enum `protobuf:"bytes,14,opt,name=enum_type,json=enumType,proto3,oneof"`
}

Type_Float32

type Type_Float32 struct {
	// contains filtered or unexported fields
}

Float32 Values of type Float32 are stored in Value.float_value.

func (*Type_Float32) Descriptor

func (*Type_Float32) Descriptor() ([]byte, []int)

Deprecated: Use Type_Float32.ProtoReflect.Descriptor instead.

func (*Type_Float32) ProtoMessage

func (*Type_Float32) ProtoMessage()

func (*Type_Float32) ProtoReflect

func (x *Type_Float32) ProtoReflect() protoreflect.Message

func (*Type_Float32) Reset

func (x *Type_Float32) Reset()

func (*Type_Float32) String

func (x *Type_Float32) String() string

Type_Float32Type

type Type_Float32Type struct {
	// Float32
	Float32Type *Type_Float32 `protobuf:"bytes,12,opt,name=float32_type,json=float32Type,proto3,oneof"`
}

Type_Float64

type Type_Float64 struct {
	// contains filtered or unexported fields
}

Float64 Values of type Float64 are stored in Value.float_value.

func (*Type_Float64) Descriptor

func (*Type_Float64) Descriptor() ([]byte, []int)

Deprecated: Use Type_Float64.ProtoReflect.Descriptor instead.

func (*Type_Float64) ProtoMessage

func (*Type_Float64) ProtoMessage()

func (*Type_Float64) ProtoReflect

func (x *Type_Float64) ProtoReflect() protoreflect.Message

func (*Type_Float64) Reset

func (x *Type_Float64) Reset()

func (*Type_Float64) String

func (x *Type_Float64) String() string

Type_Float64Type

type Type_Float64Type struct {
	// Float64
	Float64Type *Type_Float64 `protobuf:"bytes,9,opt,name=float64_type,json=float64Type,proto3,oneof"`
}

Type_Int64

type Type_Int64 struct {

	// The encoding to use when converting to or from lower level types.
	Encoding *Type_Int64_Encoding `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"`
	// contains filtered or unexported fields
}

Int64 Values of type Int64 are stored in Value.int_value.

func (*Type_Int64) Descriptor

func (*Type_Int64) Descriptor() ([]byte, []int)

Deprecated: Use Type_Int64.ProtoReflect.Descriptor instead.

func (*Type_Int64) GetEncoding

func (x *Type_Int64) GetEncoding() *Type_Int64_Encoding

func (*Type_Int64) ProtoMessage

func (*Type_Int64) ProtoMessage()

func (*Type_Int64) ProtoReflect

func (x *Type_Int64) ProtoReflect() protoreflect.Message

func (*Type_Int64) Reset

func (x *Type_Int64) Reset()

func (*Type_Int64) String

func (x *Type_Int64) String() string

Type_Int64Type

type Type_Int64Type struct {
	// Int64
	Int64Type *Type_Int64 `protobuf:"bytes,5,opt,name=int64_type,json=int64Type,proto3,oneof"`
}

Type_Int64_Encoding

type Type_Int64_Encoding struct {

	// Which encoding to use.
	//
	// Types that are valid to be assigned to Encoding:
	//
	//	*Type_Int64_Encoding_BigEndianBytes_
	//	*Type_Int64_Encoding_OrderedCodeBytes_
	Encoding isType_Int64_Encoding_Encoding `protobuf_oneof:"encoding"`
	// contains filtered or unexported fields
}

Rules used to convert to or from lower level types.

func (*Type_Int64_Encoding) Descriptor

func (*Type_Int64_Encoding) Descriptor() ([]byte, []int)

Deprecated: Use Type_Int64_Encoding.ProtoReflect.Descriptor instead.

func (*Type_Int64_Encoding) GetBigEndianBytes

func (*Type_Int64_Encoding) GetEncoding

func (x *Type_Int64_Encoding) GetEncoding() isType_Int64_Encoding_Encoding

func (*Type_Int64_Encoding) GetOrderedCodeBytes

func (*Type_Int64_Encoding) ProtoMessage

func (*Type_Int64_Encoding) ProtoMessage()

func (*Type_Int64_Encoding) ProtoReflect

func (x *Type_Int64_Encoding) ProtoReflect() protoreflect.Message

func (*Type_Int64_Encoding) Reset

func (x *Type_Int64_Encoding) Reset()

func (*Type_Int64_Encoding) String

func (x *Type_Int64_Encoding) String() string

Type_Int64_Encoding_BigEndianBytes

type Type_Int64_Encoding_BigEndianBytes struct {

	// Deprecated: ignored if set.
	//
	// Deprecated: Marked as deprecated in google/bigtable/v2/types.proto.
	BytesType *Type_Bytes `protobuf:"bytes,1,opt,name=bytes_type,json=bytesType,proto3" json:"bytes_type,omitempty"`
	// contains filtered or unexported fields
}

Encodes the value as an 8-byte big-endian two's complement value.

Sorted mode: non-negative values are supported.

Distinct mode: all values are supported.

Compatible with:

  • BigQuery BINARY encoding
  • HBase Bytes.toBytes
  • Java ByteBuffer.putLong() with ByteOrder.BIG_ENDIAN

func (*Type_Int64_Encoding_BigEndianBytes) Descriptor

func (*Type_Int64_Encoding_BigEndianBytes) Descriptor() ([]byte, []int)

Deprecated: Use Type_Int64_Encoding_BigEndianBytes.ProtoReflect.Descriptor instead.

func (*Type_Int64_Encoding_BigEndianBytes) GetBytesType

Deprecated: Marked as deprecated in google/bigtable/v2/types.proto.

func (*Type_Int64_Encoding_BigEndianBytes) ProtoMessage

func (*Type_Int64_Encoding_BigEndianBytes) ProtoMessage()

func (*Type_Int64_Encoding_BigEndianBytes) ProtoReflect

func (*Type_Int64_Encoding_BigEndianBytes) Reset

func (*Type_Int64_Encoding_BigEndianBytes) String

Type_Int64_Encoding_BigEndianBytes_

type Type_Int64_Encoding_BigEndianBytes_ struct {
	// Use `BigEndianBytes` encoding.
	BigEndianBytes *Type_Int64_Encoding_BigEndianBytes `protobuf:"bytes,1,opt,name=big_endian_bytes,json=bigEndianBytes,proto3,oneof"`
}

Type_Int64_Encoding_OrderedCodeBytes

type Type_Int64_Encoding_OrderedCodeBytes struct {
	// contains filtered or unexported fields
}

Encodes the value in a variable length binary format of up to 10 bytes. Values that are closer to zero use fewer bytes.

Sorted mode: all values are supported.

Distinct mode: all values are supported.

func (*Type_Int64_Encoding_OrderedCodeBytes) Descriptor

func (*Type_Int64_Encoding_OrderedCodeBytes) Descriptor() ([]byte, []int)

Deprecated: Use Type_Int64_Encoding_OrderedCodeBytes.ProtoReflect.Descriptor instead.

func (*Type_Int64_Encoding_OrderedCodeBytes) ProtoMessage

func (*Type_Int64_Encoding_OrderedCodeBytes) ProtoMessage()

func (*Type_Int64_Encoding_OrderedCodeBytes) ProtoReflect

func (*Type_Int64_Encoding_OrderedCodeBytes) Reset

func (*Type_Int64_Encoding_OrderedCodeBytes) String

Type_Int64_Encoding_OrderedCodeBytes_

type Type_Int64_Encoding_OrderedCodeBytes_ struct {
	// Use `OrderedCodeBytes` encoding.
	OrderedCodeBytes *Type_Int64_Encoding_OrderedCodeBytes `protobuf:"bytes,2,opt,name=ordered_code_bytes,json=orderedCodeBytes,proto3,oneof"`
}

Type_Map

type Type_Map struct {

	// The type of a map key.
	// Only `Bytes`, `String`, and `Int64` are allowed as key types.
	KeyType *Type `protobuf:"bytes,1,opt,name=key_type,json=keyType,proto3" json:"key_type,omitempty"`
	// The type of the values in a map.
	ValueType *Type `protobuf:"bytes,2,opt,name=value_type,json=valueType,proto3" json:"value_type,omitempty"`
	// contains filtered or unexported fields
}

A mapping of keys to values of a given type. Values of type Map are stored in a Value.array_value where each entry is another Value.array_value with two elements (the key and the value, in that order). Normally encoded Map values won't have repeated keys, however, clients are expected to handle the case in which they do. If the same key appears multiple times, the last value takes precedence.

func (*Type_Map) Descriptor

func (*Type_Map) Descriptor() ([]byte, []int)

Deprecated: Use Type_Map.ProtoReflect.Descriptor instead.

func (*Type_Map) GetKeyType

func (x *Type_Map) GetKeyType() *Type

func (*Type_Map) GetValueType

func (x *Type_Map) GetValueType() *Type

func (*Type_Map) ProtoMessage

func (*Type_Map) ProtoMessage()

func (*Type_Map) ProtoReflect

func (x *Type_Map) ProtoReflect() protoreflect.Message

func (*Type_Map) Reset

func (x *Type_Map) Reset()

func (*Type_Map) String

func (x *Type_Map) String() string

Type_MapType

type Type_MapType struct {
	// Map
	MapType *Type_Map `protobuf:"bytes,4,opt,name=map_type,json=mapType,proto3,oneof"`
}

Type_Proto

type Type_Proto struct {

	// The ID of the schema bundle that this proto is defined in.
	SchemaBundleId string `protobuf:"bytes,1,opt,name=schema_bundle_id,json=schemaBundleId,proto3" json:"schema_bundle_id,omitempty"`
	// The fully qualified name of the protobuf message, including package. In
	// the format of "foo.bar.Message".
	MessageName string `protobuf:"bytes,2,opt,name=message_name,json=messageName,proto3" json:"message_name,omitempty"`
	// contains filtered or unexported fields
}

A protobuf message type. Values of type Proto are stored in Value.bytes_value.

func (*Type_Proto) Descriptor

func (*Type_Proto) Descriptor() ([]byte, []int)

Deprecated: Use Type_Proto.ProtoReflect.Descriptor instead.

func (*Type_Proto) GetMessageName

func (x *Type_Proto) GetMessageName() string

func (*Type_Proto) GetSchemaBundleId

func (x *Type_Proto) GetSchemaBundleId() string

func (*Type_Proto) ProtoMessage

func (*Type_Proto) ProtoMessage()

func (*Type_Proto) ProtoReflect

func (x *Type_Proto) ProtoReflect() protoreflect.Message

func (*Type_Proto) Reset

func (x *Type_Proto) Reset()

func (*Type_Proto) String

func (x *Type_Proto) String() string

Type_ProtoType

type Type_ProtoType struct {
	// Proto
	ProtoType *Type_Proto `protobuf:"bytes,13,opt,name=proto_type,json=protoType,proto3,oneof"`
}

Type_String

type Type_String struct {

	// The encoding to use when converting to or from lower level types.
	Encoding *Type_String_Encoding `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"`
	// contains filtered or unexported fields
}

String Values of type String are stored in Value.string_value.

func (*Type_String) Descriptor

func (*Type_String) Descriptor() ([]byte, []int)

Deprecated: Use Type_String.ProtoReflect.Descriptor instead.

func (*Type_String) GetEncoding

func (x *Type_String) GetEncoding() *Type_String_Encoding

func (*Type_String) ProtoMessage

func (*Type_String) ProtoMessage()

func (*Type_String) ProtoReflect

func (x *Type_String) ProtoReflect() protoreflect.Message

func (*Type_String) Reset

func (x *Type_String) Reset()

func (*Type_String) String

func (x *Type_String) String() string

Type_StringType

type Type_StringType struct {
	// String
	StringType *Type_String `protobuf:"bytes,2,opt,name=string_type,json=stringType,proto3,oneof"`
}

Type_String_Encoding

type Type_String_Encoding struct {

	// Which encoding to use.
	//
	// Types that are valid to be assigned to Encoding:
	//
	//	*Type_String_Encoding_Utf8Raw_
	//	*Type_String_Encoding_Utf8Bytes_
	Encoding isType_String_Encoding_Encoding `protobuf_oneof:"encoding"`
	// contains filtered or unexported fields
}

Rules used to convert to or from lower level types.

func (*Type_String_Encoding) Descriptor

func (*Type_String_Encoding) Descriptor() ([]byte, []int)

Deprecated: Use Type_String_Encoding.ProtoReflect.Descriptor instead.

func (*Type_String_Encoding) GetEncoding

func (x *Type_String_Encoding) GetEncoding() isType_String_Encoding_Encoding

func (*Type_String_Encoding) GetUtf8Bytes

func (*Type_String_Encoding) GetUtf8Raw

Deprecated: Marked as deprecated in google/bigtable/v2/types.proto.

func (*Type_String_Encoding) ProtoMessage

func (*Type_String_Encoding) ProtoMessage()

func (*Type_String_Encoding) ProtoReflect

func (x *Type_String_Encoding) ProtoReflect() protoreflect.Message

func (*Type_String_Encoding) Reset

func (x *Type_String_Encoding) Reset()

func (*Type_String_Encoding) String

func (x *Type_String_Encoding) String() string

Type_String_Encoding_Utf8Bytes

type Type_String_Encoding_Utf8Bytes struct {

	// Single-character escape sequence used to support NULL values.
	//
	// If set, allows NULL values to be encoded as the empty string "".
	//
	// The actual empty string, or any value where every character equals
	// `null_escape_char`, has one more `null_escape_char` appended.
	//
	// If `null_escape_char` is set and does not equal the ASCII null
	// character `0x00`, then the encoding will not support sorted mode.
	//
	// .
	NullEscapeChar string `protobuf:"bytes,1,opt,name=null_escape_char,json=nullEscapeChar,proto3" json:"null_escape_char,omitempty"`
	// contains filtered or unexported fields
}

UTF-8 encoding.

Sorted mode:

  • All values are supported.
  • Code point order is preserved.

Distinct mode: all values are supported.

Compatible with:

  • BigQuery TEXT encoding
  • HBase Bytes.toBytes
  • Java String#getBytes(StandardCharsets.UTF_8)

func (*Type_String_Encoding_Utf8Bytes) Descriptor

func (*Type_String_Encoding_Utf8Bytes) Descriptor() ([]byte, []int)

Deprecated: Use Type_String_Encoding_Utf8Bytes.ProtoReflect.Descriptor instead.

func (*Type_String_Encoding_Utf8Bytes) GetNullEscapeChar

func (x *Type_String_Encoding_Utf8Bytes) GetNullEscapeChar() string

func (*Type_String_Encoding_Utf8Bytes) ProtoMessage

func (*Type_String_Encoding_Utf8Bytes) ProtoMessage()

func (*Type_String_Encoding_Utf8Bytes) ProtoReflect

func (*Type_String_Encoding_Utf8Bytes) Reset

func (x *Type_String_Encoding_Utf8Bytes) Reset()

func (*Type_String_Encoding_Utf8Bytes) String

Type_String_Encoding_Utf8Bytes_

type Type_String_Encoding_Utf8Bytes_ struct {
	// Use `Utf8Bytes` encoding.
	Utf8Bytes *Type_String_Encoding_Utf8Bytes `protobuf:"bytes,2,opt,name=utf8_bytes,json=utf8Bytes,proto3,oneof"`
}

Type_String_Encoding_Utf8Raw (deprecated)

type Type_String_Encoding_Utf8Raw struct {
	// contains filtered or unexported fields
}

Deprecated: prefer the equivalent Utf8Bytes.

Deprecated: Marked as deprecated in google/bigtable/v2/types.proto.

func (*Type_String_Encoding_Utf8Raw) Descriptor (deprecated)

func (*Type_String_Encoding_Utf8Raw) Descriptor() ([]byte, []int)

Deprecated: Use Type_String_Encoding_Utf8Raw.ProtoReflect.Descriptor instead.

func (*Type_String_Encoding_Utf8Raw) ProtoMessage (deprecated)

func (*Type_String_Encoding_Utf8Raw) ProtoMessage()

func (*Type_String_Encoding_Utf8Raw) ProtoReflect (deprecated)

func (*Type_String_Encoding_Utf8Raw) Reset (deprecated)

func (x *Type_String_Encoding_Utf8Raw) Reset()

func (*Type_String_Encoding_Utf8Raw) String (deprecated)

Type_String_Encoding_Utf8Raw_

type Type_String_Encoding_Utf8Raw_ struct {
	// Deprecated: if set, converts to an empty `utf8_bytes`.
	//
	// Deprecated: Marked as deprecated in google/bigtable/v2/types.proto.
	Utf8Raw *Type_String_Encoding_Utf8Raw `protobuf:"bytes,1,opt,name=utf8_raw,json=utf8Raw,proto3,oneof"`
}

Type_Struct

type Type_Struct struct {

	// The names and types of the fields in this struct.
	Fields []*Type_Struct_Field `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"`
	// The encoding to use when converting to or from lower level types.
	Encoding *Type_Struct_Encoding `protobuf:"bytes,2,opt,name=encoding,proto3" json:"encoding,omitempty"`
	// contains filtered or unexported fields
}

A structured data value, consisting of fields which map to dynamically typed values. Values of type Struct are stored in Value.array_value where entries are in the same order and number as field_types.

func (*Type_Struct) Descriptor

func (*Type_Struct) Descriptor() ([]byte, []int)

Deprecated: Use Type_Struct.ProtoReflect.Descriptor instead.

func (*Type_Struct) GetEncoding

func (x *Type_Struct) GetEncoding() *Type_Struct_Encoding

func (*Type_Struct) GetFields

func (x *Type_Struct) GetFields() []*Type_Struct_Field

func (*Type_Struct) ProtoMessage

func (*Type_Struct) ProtoMessage()

func (*Type_Struct) ProtoReflect

func (x *Type_Struct) ProtoReflect() protoreflect.Message

func (*Type_Struct) Reset

func (x *Type_Struct) Reset()

func (*Type_Struct) String

func (x *Type_Struct) String() string

Type_StructType

type Type_StructType struct {
	// Struct
	StructType *Type_Struct `protobuf:"bytes,7,opt,name=struct_type,json=structType,proto3,oneof"`
}

Type_Struct_Encoding

type Type_Struct_Encoding struct {

	// Which encoding to use.
	//
	// Types that are valid to be assigned to Encoding:
	//
	//	*Type_Struct_Encoding_Singleton_
	//	*Type_Struct_Encoding_DelimitedBytes_
	//	*Type_Struct_Encoding_OrderedCodeBytes_
	Encoding isType_Struct_Encoding_Encoding `protobuf_oneof:"encoding"`
	// contains filtered or unexported fields
}

Rules used to convert to or from lower level types.

func (*Type_Struct_Encoding) Descriptor

func (*Type_Struct_Encoding) Descriptor() ([]byte, []int)

Deprecated: Use Type_Struct_Encoding.ProtoReflect.Descriptor instead.

func (*Type_Struct_Encoding) GetDelimitedBytes

func (*Type_Struct_Encoding) GetEncoding

func (x *Type_Struct_Encoding) GetEncoding() isType_Struct_Encoding_Encoding

func (*Type_Struct_Encoding) GetOrderedCodeBytes

func (*Type_Struct_Encoding) GetSingleton

func (*Type_Struct_Encoding) ProtoMessage

func (*Type_Struct_Encoding) ProtoMessage()

func (*Type_Struct_Encoding) ProtoReflect

func (x *Type_Struct_Encoding) ProtoReflect() protoreflect.Message

func (*Type_Struct_Encoding) Reset

func (x *Type_Struct_Encoding) Reset()

func (*Type_Struct_Encoding) String

func (x *Type_Struct_Encoding) String() string

Type_Struct_Encoding_DelimitedBytes

type Type_Struct_Encoding_DelimitedBytes struct {

	// Byte sequence used to delimit concatenated fields. The delimiter must
	// contain at least 1 character and at most 50 characters.
	Delimiter []byte `protobuf:"bytes,1,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
	// contains filtered or unexported fields
}

Fields are encoded independently and concatenated with a configurable delimiter in between.

A struct with no fields defined is encoded as a single delimiter.

Sorted mode:

  • Fields are encoded in sorted mode.
  • Encoded field values must not contain any bytes <= delimiter[0]
  • Element-wise order is preserved: A < B if A[0] < B[0], or if A[0] == B[0] && A[1] < B[1], etc. Strict prefixes sort first.

Distinct mode:

  • Fields are encoded in distinct mode.
  • Encoded field values must not contain delimiter[0].

func (*Type_Struct_Encoding_DelimitedBytes) Descriptor

func (*Type_Struct_Encoding_DelimitedBytes) Descriptor() ([]byte, []int)

Deprecated: Use Type_Struct_Encoding_DelimitedBytes.ProtoReflect.Descriptor instead.

func (*Type_Struct_Encoding_DelimitedBytes) GetDelimiter

func (x *Type_Struct_Encoding_DelimitedBytes) GetDelimiter() []byte

func (*Type_Struct_Encoding_DelimitedBytes) ProtoMessage

func (*Type_Struct_Encoding_DelimitedBytes) ProtoMessage()

func (*Type_Struct_Encoding_DelimitedBytes) ProtoReflect

func (*Type_Struct_Encoding_DelimitedBytes) Reset

func (*Type_Struct_Encoding_DelimitedBytes) String

Type_Struct_Encoding_DelimitedBytes_

type Type_Struct_Encoding_DelimitedBytes_ struct {
	// Use `DelimitedBytes` encoding.
	DelimitedBytes *Type_Struct_Encoding_DelimitedBytes `protobuf:"bytes,2,opt,name=delimited_bytes,json=delimitedBytes,proto3,oneof"`
}

Type_Struct_Encoding_OrderedCodeBytes

type Type_Struct_Encoding_OrderedCodeBytes struct {
	// contains filtered or unexported fields
}

Fields are encoded independently and concatenated with the fixed byte pair {0x00, 0x01} in between.

Any null (0x00) byte in an encoded field is replaced by the fixed byte pair {0x00, 0xFF}.

Fields that encode to the empty string "" have special handling:

  • If every field encodes to "", or if the STRUCT has no fields defined, then the STRUCT is encoded as the fixed byte pair {0x00, 0x00}.
  • Otherwise, the STRUCT only encodes until the last non-empty field, omitting any trailing empty fields. Any empty fields that aren't omitted are replaced with the fixed byte pair {0x00, 0x00}.

Examples:

  - STRUCT()             -> "\00\00"
  - STRUCT("")           -> "\00\00"
  - STRUCT("", "")       -> "\00\00"
  - STRUCT("", "B")      -> "\00\00" + "\00\01" + "B"
  - STRUCT("A", "")      -> "A"
  - STRUCT("", "B", "")  -> "\00\00" + "\00\01" + "B"
  - STRUCT("A", "", "C") -> "A" + "\00\01" + "\00\00" + "\00\01" + "C"

Since null bytes are always escaped, this encoding can cause size blowup for encodings like Int64.BigEndianBytes that are likely to produce many such bytes.

Sorted mode:

  • Fields are encoded in sorted mode.
  • All values supported by the field encodings are allowed
  • Element-wise order is preserved: A < B if A[0] < B[0], or if A[0] == B[0] && A[1] < B[1], etc. Strict prefixes sort first.

Distinct mode:

  • Fields are encoded in distinct mode.
  • All values supported by the field encodings are allowed.

func (*Type_Struct_Encoding_OrderedCodeBytes) Descriptor

func (*Type_Struct_Encoding_OrderedCodeBytes) Descriptor() ([]byte, []int)

Deprecated: Use Type_Struct_Encoding_OrderedCodeBytes.ProtoReflect.Descriptor instead.

func (*Type_Struct_Encoding_OrderedCodeBytes) ProtoMessage

func (*Type_Struct_Encoding_OrderedCodeBytes) ProtoMessage()

func (*Type_Struct_Encoding_OrderedCodeBytes) ProtoReflect

func (*Type_Struct_Encoding_OrderedCodeBytes) Reset

func (*Type_Struct_Encoding_OrderedCodeBytes) String

Type_Struct_Encoding_OrderedCodeBytes_

type Type_Struct_Encoding_OrderedCodeBytes_ struct {
	// User `OrderedCodeBytes` encoding.
	OrderedCodeBytes *Type_Struct_Encoding_OrderedCodeBytes `protobuf:"bytes,3,opt,name=ordered_code_bytes,json=orderedCodeBytes,proto3,oneof"`
}

Type_Struct_Encoding_Singleton

type Type_Struct_Encoding_Singleton struct {
	// contains filtered or unexported fields
}

Uses the encoding of fields[0].type as-is. Only valid if fields.size == 1.

func (*Type_Struct_Encoding_Singleton) Descriptor

func (*Type_Struct_Encoding_Singleton) Descriptor() ([]byte, []int)

Deprecated: Use Type_Struct_Encoding_Singleton.ProtoReflect.Descriptor instead.

func (*Type_Struct_Encoding_Singleton) ProtoMessage

func (*Type_Struct_Encoding_Singleton) ProtoMessage()

func (*Type_Struct_Encoding_Singleton) ProtoReflect

func (*Type_Struct_Encoding_Singleton) Reset

func (x *Type_Struct_Encoding_Singleton) Reset()

func (*Type_Struct_Encoding_Singleton) String

Type_Struct_Encoding_Singleton_

type Type_Struct_Encoding_Singleton_ struct {
	// Use `Singleton` encoding.
	Singleton *Type_Struct_Encoding_Singleton `protobuf:"bytes,1,opt,name=singleton,proto3,oneof"`
}

Type_Struct_Field

type Type_Struct_Field struct {

	// The field name (optional). Fields without a `field_name` are considered
	// anonymous and cannot be referenced by name.
	FieldName string `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
	// The type of values in this field.
	Type *Type `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

A struct field and its type.

func (*Type_Struct_Field) Descriptor

func (*Type_Struct_Field) Descriptor() ([]byte, []int)

Deprecated: Use Type_Struct_Field.ProtoReflect.Descriptor instead.

func (*Type_Struct_Field) GetFieldName

func (x *Type_Struct_Field) GetFieldName() string

func (*Type_Struct_Field) GetType

func (x *Type_Struct_Field) GetType() *Type

func (*Type_Struct_Field) ProtoMessage

func (*Type_Struct_Field) ProtoMessage()

func (*Type_Struct_Field) ProtoReflect

func (x *Type_Struct_Field) ProtoReflect() protoreflect.Message

func (*Type_Struct_Field) Reset

func (x *Type_Struct_Field) Reset()

func (*Type_Struct_Field) String

func (x *Type_Struct_Field) String() string

Type_Timestamp

type Type_Timestamp struct {

	// The encoding to use when converting to or from lower level types.
	Encoding *Type_Timestamp_Encoding `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"`
	// contains filtered or unexported fields
}

Timestamp Values of type Timestamp are stored in Value.timestamp_value.

func (*Type_Timestamp) Descriptor

func (*Type_Timestamp) Descriptor() ([]byte, []int)

Deprecated: Use Type_Timestamp.ProtoReflect.Descriptor instead.

func (*Type_Timestamp) GetEncoding

func (x *Type_Timestamp) GetEncoding() *Type_Timestamp_Encoding

func (*Type_Timestamp) ProtoMessage

func (*Type_Timestamp) ProtoMessage()

func (*Type_Timestamp) ProtoReflect

func (x *Type_Timestamp) ProtoReflect() protoreflect.Message

func (*Type_Timestamp) Reset

func (x *Type_Timestamp) Reset()

func (*Type_Timestamp) String

func (x *Type_Timestamp) String() string

Type_TimestampType

type Type_TimestampType struct {
	// Timestamp
	TimestampType *Type_Timestamp `protobuf:"bytes,10,opt,name=timestamp_type,json=timestampType,proto3,oneof"`
}

Type_Timestamp_Encoding

type Type_Timestamp_Encoding struct {

	// Which encoding to use.
	//
	// Types that are valid to be assigned to Encoding:
	//
	//	*Type_Timestamp_Encoding_UnixMicrosInt64
	Encoding isType_Timestamp_Encoding_Encoding `protobuf_oneof:"encoding"`
	// contains filtered or unexported fields
}

Rules used to convert to or from lower level types.

func (*Type_Timestamp_Encoding) Descriptor

func (*Type_Timestamp_Encoding) Descriptor() ([]byte, []int)

Deprecated: Use Type_Timestamp_Encoding.ProtoReflect.Descriptor instead.

func (*Type_Timestamp_Encoding) GetEncoding

func (x *Type_Timestamp_Encoding) GetEncoding() isType_Timestamp_Encoding_Encoding

func (*Type_Timestamp_Encoding) GetUnixMicrosInt64

func (x *Type_Timestamp_Encoding) GetUnixMicrosInt64() *Type_Int64_Encoding

func (*Type_Timestamp_Encoding) ProtoMessage

func (*Type_Timestamp_Encoding) ProtoMessage()

func (*Type_Timestamp_Encoding) ProtoReflect

func (x *Type_Timestamp_Encoding) ProtoReflect() protoreflect.Message

func (*Type_Timestamp_Encoding) Reset

func (x *Type_Timestamp_Encoding) Reset()

func (*Type_Timestamp_Encoding) String

func (x *Type_Timestamp_Encoding) String() string

Type_Timestamp_Encoding_UnixMicrosInt64

type Type_Timestamp_Encoding_UnixMicrosInt64 struct {
	// Encodes the number of microseconds since the Unix epoch using the
	// given `Int64` encoding. Values must be microsecond-aligned.
	//
	// Compatible with:
	//
	//   - Java `Instant.truncatedTo()` with `ChronoUnit.MICROS`
	UnixMicrosInt64 *Type_Int64_Encoding `protobuf:"bytes,1,opt,name=unix_micros_int64,json=unixMicrosInt64,proto3,oneof"`
}

UnimplementedBigtableServer

type UnimplementedBigtableServer struct {
}

UnimplementedBigtableServer should be embedded to have forward compatible implementations.

func (UnimplementedBigtableServer) CheckAndMutateRow

func (UnimplementedBigtableServer) ExecuteQuery

func (UnimplementedBigtableServer) GenerateInitialChangeStreamPartitions

func (UnimplementedBigtableServer) GetClientConfiguration

func (UnimplementedBigtableServer) MutateRow

func (UnimplementedBigtableServer) MutateRows

func (UnimplementedBigtableServer) OpenAuthorizedView

func (UnimplementedBigtableServer) OpenMaterializedView

func (UnimplementedBigtableServer) OpenTable

func (UnimplementedBigtableServer) PingAndWarm

func (UnimplementedBigtableServer) PrepareQuery

func (UnimplementedBigtableServer) ReadChangeStream

func (UnimplementedBigtableServer) ReadModifyWriteRow

func (UnimplementedBigtableServer) ReadRows

func (UnimplementedBigtableServer) SampleRowKeys

UnsafeBigtableServer

type UnsafeBigtableServer interface {
	// contains filtered or unexported methods
}

UnsafeBigtableServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BigtableServer will result in compilation errors.

Value

type Value struct {

	// The verified `Type` of this `Value`, if it cannot be inferred.
	//
	// Read results will never specify the encoding for `type` since the value
	// will already have been decoded by the server. Furthermore, the `type` will
	// be omitted entirely if it can be inferred from a previous response. The
	// exact semantics for inferring `type` will vary, and are therefore
	// documented separately for each read method.
	//
	// When using composite types (Struct, Array, Map) only the outermost `Value`
	// will specify the `type`. This top-level `type` will define the types for
	// any nested `Struct' fields, `Array` elements, or `Map` key/value pairs.
	// If a nested `Value` provides a `type` on write, the request will be
	// rejected with INVALID_ARGUMENT.
	Type *Type `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
	// Options for transporting values within the protobuf type system. A given
	// `kind` may support more than one `type` and vice versa. On write, this is
	// roughly analogous to a GoogleSQL literal.
	//
	// The value is `NULL` if none of the fields in `kind` is set. If `type` is
	// also omitted on write, we will infer it based on the schema.
	//
	// Types that are valid to be assigned to Kind:
	//
	//	*Value_RawValue
	//	*Value_RawTimestampMicros
	//	*Value_BytesValue
	//	*Value_StringValue
	//	*Value_IntValue
	//	*Value_BoolValue
	//	*Value_FloatValue
	//	*Value_TimestampValue
	//	*Value_DateValue
	//	*Value_ArrayValue
	Kind isValue_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

Value represents a dynamically typed value. The typed fields in Value are used as a transport encoding for the actual value (which may be of a more complex type). See the documentation of the Type message for more details.

func (*Value) Descriptor

func (*Value) Descriptor() ([]byte, []int)

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetArrayValue

func (x *Value) GetArrayValue() *ArrayValue

func (*Value) GetBoolValue

func (x *Value) GetBoolValue() bool

func (*Value) GetBytesValue

func (x *Value) GetBytesValue() []byte

func (*Value) GetDateValue

func (x *Value) GetDateValue() *date.Date

func (*Value) GetFloatValue

func (x *Value) GetFloatValue() float64

func (*Value) GetIntValue

func (x *Value) GetIntValue() int64

func (*Value) GetKind

func (x *Value) GetKind() isValue_Kind

func (*Value) GetRawTimestampMicros

func (x *Value) GetRawTimestampMicros() int64

func (*Value) GetRawValue

func (x *Value) GetRawValue() []byte

func (*Value) GetStringValue

func (x *Value) GetStringValue() string

func (*Value) GetTimestampValue

func (x *Value) GetTimestampValue() *timestamppb.Timestamp

func (*Value) GetType

func (x *Value) GetType() *Type

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) ProtoReflect

func (x *Value) ProtoReflect() protoreflect.Message

func (*Value) Reset

func (x *Value) Reset()

func (*Value) String

func (x *Value) String() string

ValueBitmask

type ValueBitmask struct {

	// Required. Mask applied to the value.
	// Evaluated as: `(value & mask) == mask`
	// The mask length must exactly match the value length, otherwise the cell is
	// not considered a match.
	Mask []byte `protobuf:"bytes,1,opt,name=mask,proto3" json:"mask,omitempty"`
	// contains filtered or unexported fields
}

Restricts the output to cells whose values match the given bitmask.

func (*ValueBitmask) Descriptor

func (*ValueBitmask) Descriptor() ([]byte, []int)

Deprecated: Use ValueBitmask.ProtoReflect.Descriptor instead.

func (*ValueBitmask) GetMask

func (x *ValueBitmask) GetMask() []byte

func (*ValueBitmask) ProtoMessage

func (*ValueBitmask) ProtoMessage()

func (*ValueBitmask) ProtoReflect

func (x *ValueBitmask) ProtoReflect() protoreflect.Message

func (*ValueBitmask) Reset

func (x *ValueBitmask) Reset()

func (*ValueBitmask) String

func (x *ValueBitmask) String() string

ValueRange

type ValueRange struct {

	// The value at which to start the range.
	// If neither field is set, interpreted as the empty string, inclusive.
	//
	// Types that are valid to be assigned to StartValue:
	//
	//	*ValueRange_StartValueClosed
	//	*ValueRange_StartValueOpen
	StartValue isValueRange_StartValue `protobuf_oneof:"start_value"`
	// The value at which to end the range.
	// If neither field is set, interpreted as the infinite string, exclusive.
	//
	// Types that are valid to be assigned to EndValue:
	//
	//	*ValueRange_EndValueClosed
	//	*ValueRange_EndValueOpen
	EndValue isValueRange_EndValue `protobuf_oneof:"end_value"`
	// contains filtered or unexported fields
}

Specifies a contiguous range of raw byte values.

func (*ValueRange) Descriptor

func (*ValueRange) Descriptor() ([]byte, []int)

Deprecated: Use ValueRange.ProtoReflect.Descriptor instead.

func (*ValueRange) GetEndValue

func (x *ValueRange) GetEndValue() isValueRange_EndValue

func (*ValueRange) GetEndValueClosed

func (x *ValueRange) GetEndValueClosed() []byte

func (*ValueRange) GetEndValueOpen

func (x *ValueRange) GetEndValueOpen() []byte

func (*ValueRange) GetStartValue

func (x *ValueRange) GetStartValue() isValueRange_StartValue

func (*ValueRange) GetStartValueClosed

func (x *ValueRange) GetStartValueClosed() []byte

func (*ValueRange) GetStartValueOpen

func (x *ValueRange) GetStartValueOpen() []byte

func (*ValueRange) ProtoMessage

func (*ValueRange) ProtoMessage()

func (*ValueRange) ProtoReflect

func (x *ValueRange) ProtoReflect() protoreflect.Message

func (*ValueRange) Reset

func (x *ValueRange) Reset()

func (*ValueRange) String

func (x *ValueRange) String() string

ValueRange_EndValueClosed

type ValueRange_EndValueClosed struct {
	// Used when giving an inclusive upper bound for the range.
	EndValueClosed []byte `protobuf:"bytes,3,opt,name=end_value_closed,json=endValueClosed,proto3,oneof"`
}

ValueRange_EndValueOpen

type ValueRange_EndValueOpen struct {
	// Used when giving an exclusive upper bound for the range.
	EndValueOpen []byte `protobuf:"bytes,4,opt,name=end_value_open,json=endValueOpen,proto3,oneof"`
}

ValueRange_StartValueClosed

type ValueRange_StartValueClosed struct {
	// Used when giving an inclusive lower bound for the range.
	StartValueClosed []byte `protobuf:"bytes,1,opt,name=start_value_closed,json=startValueClosed,proto3,oneof"`
}

ValueRange_StartValueOpen

type ValueRange_StartValueOpen struct {
	// Used when giving an exclusive lower bound for the range.
	StartValueOpen []byte `protobuf:"bytes,2,opt,name=start_value_open,json=startValueOpen,proto3,oneof"`
}

Value_ArrayValue

type Value_ArrayValue struct {
	// Represents a typed value transported as a sequence of values.
	// To differentiate between `Struct`, `Array`, and `Map`, the outermost
	// `Value` must provide an explicit `type` on write. This `type` will
	// apply recursively to the nested `Struct` fields, `Array` elements,
	// or `Map` key/value pairs, which *must not* supply their own `type`.
	ArrayValue *ArrayValue `protobuf:"bytes,4,opt,name=array_value,json=arrayValue,proto3,oneof"`
}

Value_BoolValue

type Value_BoolValue struct {
	// Represents a typed value transported as a boolean.
	BoolValue bool `protobuf:"varint,10,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

Value_BytesValue

type Value_BytesValue struct {
	// Represents a typed value transported as a byte sequence.
	BytesValue []byte `protobuf:"bytes,2,opt,name=bytes_value,json=bytesValue,proto3,oneof"`
}

Value_DateValue

type Value_DateValue struct {
	// Represents a typed value transported as a date.
	DateValue *date.Date `protobuf:"bytes,13,opt,name=date_value,json=dateValue,proto3,oneof"`
}

Value_FloatValue

type Value_FloatValue struct {
	// Represents a typed value transported as a floating point number.
	// Does not support NaN or infinities.
	FloatValue float64 `protobuf:"fixed64,11,opt,name=float_value,json=floatValue,proto3,oneof"`
}

Value_IntValue

type Value_IntValue struct {
	// Represents a typed value transported as an integer.
	IntValue int64 `protobuf:"varint,6,opt,name=int_value,json=intValue,proto3,oneof"`
}

Value_RawTimestampMicros

type Value_RawTimestampMicros struct {
	// Represents a raw cell timestamp with no type information.
	// The `type` field must be omitted.
	RawTimestampMicros int64 `protobuf:"varint,9,opt,name=raw_timestamp_micros,json=rawTimestampMicros,proto3,oneof"`
}

Value_RawValue

type Value_RawValue struct {
	// Represents a raw byte sequence with no type information.
	// The `type` field must be omitted.
	RawValue []byte `protobuf:"bytes,8,opt,name=raw_value,json=rawValue,proto3,oneof"`
}

Value_StringValue

type Value_StringValue struct {
	// Represents a typed value transported as a string.
	StringValue string `protobuf:"bytes,3,opt,name=string_value,json=stringValue,proto3,oneof"`
}

Value_TimestampValue

type Value_TimestampValue struct {
	// Represents a typed value transported as a timestamp.
	TimestampValue *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=timestamp_value,json=timestampValue,proto3,oneof"`
}

VirtualRpcRequest

type VirtualRpcRequest struct {

	// Client chosen, monotonically increasing identifier for the request.
	// Must be unique within a session.
	RpcId int64 `protobuf:"varint,1,opt,name=rpc_id,json=rpcId,proto3" json:"rpc_id,omitempty"`
	// Attempt deadline.
	//
	// Note, this may not be needed for V1, TBD (e.g. operation vs attempt
	// deadline).
	Deadline *durationpb.Duration `protobuf:"bytes,2,opt,name=deadline,proto3" json:"deadline,omitempty"`
	// vRPC metadata.
	Metadata *VirtualRpcRequest_Metadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Could be TableRequest (or in post-V1, SqlRequest)
	Payload []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*VirtualRpcRequest) Descriptor

func (*VirtualRpcRequest) Descriptor() ([]byte, []int)

Deprecated: Use VirtualRpcRequest.ProtoReflect.Descriptor instead.

func (*VirtualRpcRequest) GetDeadline

func (x *VirtualRpcRequest) GetDeadline() *durationpb.Duration

func (*VirtualRpcRequest) GetMetadata

func (*VirtualRpcRequest) GetPayload

func (x *VirtualRpcRequest) GetPayload() []byte

func (*VirtualRpcRequest) GetRpcId

func (x *VirtualRpcRequest) GetRpcId() int64

func (*VirtualRpcRequest) ProtoMessage

func (*VirtualRpcRequest) ProtoMessage()

func (*VirtualRpcRequest) ProtoReflect

func (x *VirtualRpcRequest) ProtoReflect() protoreflect.Message

func (*VirtualRpcRequest) Reset

func (x *VirtualRpcRequest) Reset()

func (*VirtualRpcRequest) String

func (x *VirtualRpcRequest) String() string

VirtualRpcRequest_Metadata

type VirtualRpcRequest_Metadata struct {

	// Track retry attempts for this vRPC at the AFE.
	AttemptNumber int64 `protobuf:"varint,1,opt,name=attempt_number,json=attemptNumber,proto3" json:"attempt_number,omitempty"`
	// Track the client's known start time for the attempt. This is likely not
	// easily compared with the server's time due to clock skew.
	AttemptStart *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=attempt_start,json=attemptStart,proto3" json:"attempt_start,omitempty"`
	// Link OpenTelemetry traces (e.g. Tapper). This can be used to link
	// attempts together for the same logical operation (e.g. in logs / traces).
	//
	// Note, this may not be needed for V1, TBD.
	Traceparent string `protobuf:"bytes,3,opt,name=traceparent,proto3" json:"traceparent,omitempty"`
	// contains filtered or unexported fields
}

Container for all vRPC Metadata.

func (*VirtualRpcRequest_Metadata) Descriptor

func (*VirtualRpcRequest_Metadata) Descriptor() ([]byte, []int)

Deprecated: Use VirtualRpcRequest_Metadata.ProtoReflect.Descriptor instead.

func (*VirtualRpcRequest_Metadata) GetAttemptNumber

func (x *VirtualRpcRequest_Metadata) GetAttemptNumber() int64

func (*VirtualRpcRequest_Metadata) GetAttemptStart

func (x *VirtualRpcRequest_Metadata) GetAttemptStart() *timestamppb.Timestamp

func (*VirtualRpcRequest_Metadata) GetTraceparent

func (x *VirtualRpcRequest_Metadata) GetTraceparent() string

func (*VirtualRpcRequest_Metadata) ProtoMessage

func (*VirtualRpcRequest_Metadata) ProtoMessage()

func (*VirtualRpcRequest_Metadata) ProtoReflect

func (*VirtualRpcRequest_Metadata) Reset

func (x *VirtualRpcRequest_Metadata) Reset()

func (*VirtualRpcRequest_Metadata) String

func (x *VirtualRpcRequest_Metadata) String() string

VirtualRpcResponse

type VirtualRpcResponse struct {

	// Which vRPC this response is for.
	RpcId       int64                `protobuf:"varint,1,opt,name=rpc_id,json=rpcId,proto3" json:"rpc_id,omitempty"`
	ClusterInfo *ClusterInformation  `protobuf:"bytes,2,opt,name=cluster_info,json=clusterInfo,proto3" json:"cluster_info,omitempty"`
	Stats       *SessionRequestStats `protobuf:"bytes,4,opt,name=stats,proto3" json:"stats,omitempty"`
	// Could be TableResponse (or in post-V1, SqlResponse)
	Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

Internal usage only.

func (*VirtualRpcResponse) Descriptor

func (*VirtualRpcResponse) Descriptor() ([]byte, []int)

Deprecated: Use VirtualRpcResponse.ProtoReflect.Descriptor instead.

func (*VirtualRpcResponse) GetClusterInfo

func (x *VirtualRpcResponse) GetClusterInfo() *ClusterInformation

func (*VirtualRpcResponse) GetPayload

func (x *VirtualRpcResponse) GetPayload() []byte

func (*VirtualRpcResponse) GetRpcId

func (x *VirtualRpcResponse) GetRpcId() int64

func (*VirtualRpcResponse) GetStats

func (x *VirtualRpcResponse) GetStats() *SessionRequestStats

func (*VirtualRpcResponse) ProtoMessage

func (*VirtualRpcResponse) ProtoMessage()

func (*VirtualRpcResponse) ProtoReflect

func (x *VirtualRpcResponse) ProtoReflect() protoreflect.Message

func (*VirtualRpcResponse) Reset

func (x *VirtualRpcResponse) Reset()

func (*VirtualRpcResponse) String

func (x *VirtualRpcResponse) String() string