admin

package
v0.0.0-...-8c6c420 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 16 Imported by: 107

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CreateClusterMetadata_TableProgress_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "PENDING",
		2: "COPYING",
		3: "COMPLETED",
		4: "CANCELLED",
	}
	CreateClusterMetadata_TableProgress_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"PENDING":           1,
		"COPYING":           2,
		"COMPLETED":         3,
		"CANCELLED":         4,
	}
)

Enum value maps for CreateClusterMetadata_TableProgress_State.

View Source
var (
	StorageType_name = map[int32]string{
		0: "STORAGE_TYPE_UNSPECIFIED",
		1: "SSD",
		2: "HDD",
	}
	StorageType_value = map[string]int32{
		"STORAGE_TYPE_UNSPECIFIED": 0,
		"SSD":                      1,
		"HDD":                      2,
	}
)

Enum value maps for StorageType.

View Source
var (
	Instance_State_name = map[int32]string{
		0: "STATE_NOT_KNOWN",
		1: "READY",
		2: "CREATING",
	}
	Instance_State_value = map[string]int32{
		"STATE_NOT_KNOWN": 0,
		"READY":           1,
		"CREATING":        2,
	}
)

Enum value maps for Instance_State.

View Source
var (
	Instance_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "PRODUCTION",
		2: "DEVELOPMENT",
	}
	Instance_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED": 0,
		"PRODUCTION":       1,
		"DEVELOPMENT":      2,
	}
)

Enum value maps for Instance_Type.

View Source
var (
	Cluster_State_name = map[int32]string{
		0: "STATE_NOT_KNOWN",
		1: "READY",
		2: "CREATING",
		3: "RESIZING",
		4: "DISABLED",
	}
	Cluster_State_value = map[string]int32{
		"STATE_NOT_KNOWN": 0,
		"READY":           1,
		"CREATING":        2,
		"RESIZING":        3,
		"DISABLED":        4,
	}
)

Enum value maps for Cluster_State.

View Source
var (
	AppProfile_Priority_name = map[int32]string{
		0: "PRIORITY_UNSPECIFIED",
		1: "PRIORITY_LOW",
		2: "PRIORITY_MEDIUM",
		3: "PRIORITY_HIGH",
	}
	AppProfile_Priority_value = map[string]int32{
		"PRIORITY_UNSPECIFIED": 0,
		"PRIORITY_LOW":         1,
		"PRIORITY_MEDIUM":      2,
		"PRIORITY_HIGH":        3,
	}
)

Enum value maps for AppProfile_Priority.

View Source
var (
	AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner_name = map[int32]string{
		0: "COMPUTE_BILLING_OWNER_UNSPECIFIED",
		1: "HOST_PAYS",
	}
	AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner_value = map[string]int32{
		"COMPUTE_BILLING_OWNER_UNSPECIFIED": 0,
		"HOST_PAYS":                         1,
	}
)

Enum value maps for AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner.

View Source
var (
	RestoreSourceType_name = map[int32]string{
		0: "RESTORE_SOURCE_TYPE_UNSPECIFIED",
		1: "BACKUP",
	}
	RestoreSourceType_value = map[string]int32{
		"RESTORE_SOURCE_TYPE_UNSPECIFIED": 0,
		"BACKUP":                          1,
	}
)

Enum value maps for RestoreSourceType.

View Source
var (
	Table_TimestampGranularity_name = map[int32]string{
		0: "TIMESTAMP_GRANULARITY_UNSPECIFIED",
		1: "MILLIS",
	}
	Table_TimestampGranularity_value = map[string]int32{
		"TIMESTAMP_GRANULARITY_UNSPECIFIED": 0,
		"MILLIS":                            1,
	}
)

Enum value maps for Table_TimestampGranularity.

View Source
var (
	Table_View_name = map[int32]string{
		0: "VIEW_UNSPECIFIED",
		1: "NAME_ONLY",
		2: "SCHEMA_VIEW",
		3: "REPLICATION_VIEW",
		5: "ENCRYPTION_VIEW",
		4: "FULL",
	}
	Table_View_value = map[string]int32{
		"VIEW_UNSPECIFIED": 0,
		"NAME_ONLY":        1,
		"SCHEMA_VIEW":      2,
		"REPLICATION_VIEW": 3,
		"ENCRYPTION_VIEW":  5,
		"FULL":             4,
	}
)

Enum value maps for Table_View.

View Source
var (
	Table_ClusterState_ReplicationState_name = map[int32]string{
		0: "STATE_NOT_KNOWN",
		1: "INITIALIZING",
		2: "PLANNED_MAINTENANCE",
		3: "UNPLANNED_MAINTENANCE",
		4: "READY",
		5: "READY_OPTIMIZING",
	}
	Table_ClusterState_ReplicationState_value = map[string]int32{
		"STATE_NOT_KNOWN":       0,
		"INITIALIZING":          1,
		"PLANNED_MAINTENANCE":   2,
		"UNPLANNED_MAINTENANCE": 3,
		"READY":                 4,
		"READY_OPTIMIZING":      5,
	}
)

Enum value maps for Table_ClusterState_ReplicationState.

View Source
var (
	AuthorizedView_ResponseView_name = map[int32]string{
		0: "RESPONSE_VIEW_UNSPECIFIED",
		1: "NAME_ONLY",
		2: "BASIC",
		3: "FULL",
	}
	AuthorizedView_ResponseView_value = map[string]int32{
		"RESPONSE_VIEW_UNSPECIFIED": 0,
		"NAME_ONLY":                 1,
		"BASIC":                     2,
		"FULL":                      3,
	}
)

Enum value maps for AuthorizedView_ResponseView.

View Source
var (
	EncryptionInfo_EncryptionType_name = map[int32]string{
		0: "ENCRYPTION_TYPE_UNSPECIFIED",
		1: "GOOGLE_DEFAULT_ENCRYPTION",
		2: "CUSTOMER_MANAGED_ENCRYPTION",
	}
	EncryptionInfo_EncryptionType_value = map[string]int32{
		"ENCRYPTION_TYPE_UNSPECIFIED": 0,
		"GOOGLE_DEFAULT_ENCRYPTION":   1,
		"CUSTOMER_MANAGED_ENCRYPTION": 2,
	}
)

Enum value maps for EncryptionInfo_EncryptionType.

View Source
var (
	Snapshot_State_name = map[int32]string{
		0: "STATE_NOT_KNOWN",
		1: "READY",
		2: "CREATING",
	}
	Snapshot_State_value = map[string]int32{
		"STATE_NOT_KNOWN": 0,
		"READY":           1,
		"CREATING":        2,
	}
)

Enum value maps for Snapshot_State.

View Source
var (
	Backup_State_name = map[int32]string{
		0: "STATE_UNSPECIFIED",
		1: "CREATING",
		2: "READY",
	}
	Backup_State_value = map[string]int32{
		"STATE_UNSPECIFIED": 0,
		"CREATING":          1,
		"READY":             2,
	}
)

Enum value maps for Backup_State.

View Source
var File_google_bigtable_admin_v2_bigtable_instance_admin_proto protoreflect.FileDescriptor
View Source
var File_google_bigtable_admin_v2_bigtable_table_admin_proto protoreflect.FileDescriptor
View Source
var File_google_bigtable_admin_v2_common_proto protoreflect.FileDescriptor
View Source
var File_google_bigtable_admin_v2_instance_proto protoreflect.FileDescriptor
View Source
var File_google_bigtable_admin_v2_table_proto protoreflect.FileDescriptor
View Source
var File_google_bigtable_admin_v2_types_proto protoreflect.FileDescriptor

Functions

func RegisterBigtableInstanceAdminServer

func RegisterBigtableInstanceAdminServer(s *grpc.Server, srv BigtableInstanceAdminServer)

func RegisterBigtableTableAdminServer

func RegisterBigtableTableAdminServer(s *grpc.Server, srv BigtableTableAdminServer)

Types

type AppProfile

type AppProfile struct {

	// The unique name of the app profile. Values are of the form
	// `projects/{project}/instances/{instance}/appProfiles/[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Strongly validated etag for optimistic concurrency control. Preserve the
	// value returned from `GetAppProfile` when calling `UpdateAppProfile` to
	// fail the request if there has been a modification in the mean time. The
	// `update_mask` of the request need not include `etag` for this protection
	// to apply.
	// See [Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and
	// [RFC 7232](https://tools.ietf.org/html/rfc7232#section-2.3) for more
	// details.
	Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"`
	// Long form description of the use case for this AppProfile.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The routing policy for all read/write requests that use this app profile.
	// A value must be explicitly set.
	//
	// Types that are assignable to RoutingPolicy:
	//
	//	*AppProfile_MultiClusterRoutingUseAny_
	//	*AppProfile_SingleClusterRouting_
	RoutingPolicy isAppProfile_RoutingPolicy `protobuf_oneof:"routing_policy"`
	// Options for isolating this app profile's traffic from other use cases.
	//
	// Types that are assignable to Isolation:
	//
	//	*AppProfile_Priority_
	//	*AppProfile_StandardIsolation_
	//	*AppProfile_DataBoostIsolationReadOnly_
	Isolation isAppProfile_Isolation `protobuf_oneof:"isolation"`
	// contains filtered or unexported fields
}

A configuration object describing how Cloud Bigtable should treat traffic from a particular end user application.

func (*AppProfile) Descriptor deprecated

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

Deprecated: Use AppProfile.ProtoReflect.Descriptor instead.

func (*AppProfile) GetDataBoostIsolationReadOnly

func (x *AppProfile) GetDataBoostIsolationReadOnly() *AppProfile_DataBoostIsolationReadOnly

func (*AppProfile) GetDescription

func (x *AppProfile) GetDescription() string

func (*AppProfile) GetEtag

func (x *AppProfile) GetEtag() string

func (*AppProfile) GetIsolation

func (m *AppProfile) GetIsolation() isAppProfile_Isolation

func (*AppProfile) GetMultiClusterRoutingUseAny

func (x *AppProfile) GetMultiClusterRoutingUseAny() *AppProfile_MultiClusterRoutingUseAny

func (*AppProfile) GetName

func (x *AppProfile) GetName() string

func (*AppProfile) GetPriority deprecated

func (x *AppProfile) GetPriority() AppProfile_Priority

Deprecated: Do not use.

func (*AppProfile) GetRoutingPolicy

func (m *AppProfile) GetRoutingPolicy() isAppProfile_RoutingPolicy

func (*AppProfile) GetSingleClusterRouting

func (x *AppProfile) GetSingleClusterRouting() *AppProfile_SingleClusterRouting

func (*AppProfile) GetStandardIsolation

func (x *AppProfile) GetStandardIsolation() *AppProfile_StandardIsolation

func (*AppProfile) ProtoMessage

func (*AppProfile) ProtoMessage()

func (*AppProfile) ProtoReflect

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

func (*AppProfile) Reset

func (x *AppProfile) Reset()

func (*AppProfile) String

func (x *AppProfile) String() string

type AppProfile_DataBoostIsolationReadOnly

type AppProfile_DataBoostIsolationReadOnly struct {

	// The Compute Billing Owner for this Data Boost App Profile.
	ComputeBillingOwner *AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner `` /* 215-byte string literal not displayed */
	// contains filtered or unexported fields
}

Data Boost is a serverless compute capability that lets you run high-throughput read jobs on your Bigtable data, without impacting the performance of the clusters that handle your application traffic. Currently, Data Boost exclusively supports read-only use-cases with single-cluster routing.

Data Boost reads are only guaranteed to see the results of writes that were written at least 30 minutes ago. This means newly written values may not become visible for up to 30m, and also means that old values may remain visible for up to 30m after being deleted or overwritten. To mitigate the staleness of the data, users may either wait 30m, or use CheckConsistency.

func (*AppProfile_DataBoostIsolationReadOnly) Descriptor deprecated

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

Deprecated: Use AppProfile_DataBoostIsolationReadOnly.ProtoReflect.Descriptor instead.

func (*AppProfile_DataBoostIsolationReadOnly) GetComputeBillingOwner

func (*AppProfile_DataBoostIsolationReadOnly) ProtoMessage

func (*AppProfile_DataBoostIsolationReadOnly) ProtoMessage()

func (*AppProfile_DataBoostIsolationReadOnly) ProtoReflect

func (*AppProfile_DataBoostIsolationReadOnly) Reset

func (*AppProfile_DataBoostIsolationReadOnly) String

type AppProfile_DataBoostIsolationReadOnly_

type AppProfile_DataBoostIsolationReadOnly_ struct {
	// Specifies that this app profile is intended for read-only usage via the
	// Data Boost feature.
	DataBoostIsolationReadOnly *AppProfile_DataBoostIsolationReadOnly `protobuf:"bytes,10,opt,name=data_boost_isolation_read_only,json=dataBoostIsolationReadOnly,proto3,oneof"`
}

type AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner

type AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner int32

Compute Billing Owner specifies how usage should be accounted when using Data Boost. Compute Billing Owner also configures which Cloud Project is charged for relevant quota.

const (
	// Unspecified value.
	AppProfile_DataBoostIsolationReadOnly_COMPUTE_BILLING_OWNER_UNSPECIFIED AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner = 0
	// The host Cloud Project containing the targeted Bigtable Instance /
	// Table pays for compute.
	AppProfile_DataBoostIsolationReadOnly_HOST_PAYS AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner = 1
)

func (AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner) Descriptor

func (AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner) Enum

func (AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner) EnumDescriptor deprecated

Deprecated: Use AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner.Descriptor instead.

func (AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner) Number

func (AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner) String

func (AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner) Type

type AppProfile_MultiClusterRoutingUseAny

type AppProfile_MultiClusterRoutingUseAny struct {

	// The set of clusters to route to. The order is ignored; clusters will be
	// tried in order of distance. If left empty, all clusters are eligible.
	ClusterIds []string `protobuf:"bytes,1,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"`
	// contains filtered or unexported fields
}

Read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.

func (*AppProfile_MultiClusterRoutingUseAny) Descriptor deprecated

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

Deprecated: Use AppProfile_MultiClusterRoutingUseAny.ProtoReflect.Descriptor instead.

func (*AppProfile_MultiClusterRoutingUseAny) GetClusterIds

func (x *AppProfile_MultiClusterRoutingUseAny) GetClusterIds() []string

func (*AppProfile_MultiClusterRoutingUseAny) ProtoMessage

func (*AppProfile_MultiClusterRoutingUseAny) ProtoMessage()

func (*AppProfile_MultiClusterRoutingUseAny) ProtoReflect

func (*AppProfile_MultiClusterRoutingUseAny) Reset

func (*AppProfile_MultiClusterRoutingUseAny) String

type AppProfile_MultiClusterRoutingUseAny_

type AppProfile_MultiClusterRoutingUseAny_ struct {
	// Use a multi-cluster routing policy.
	MultiClusterRoutingUseAny *AppProfile_MultiClusterRoutingUseAny `protobuf:"bytes,5,opt,name=multi_cluster_routing_use_any,json=multiClusterRoutingUseAny,proto3,oneof"`
}

type AppProfile_Priority

type AppProfile_Priority int32

Possible priorities for an app profile. Note that higher priority writes can sometimes queue behind lower priority writes to the same tablet, as writes must be strictly sequenced in the durability log.

const (
	// Default value. Mapped to PRIORITY_HIGH (the legacy behavior) on creation.
	AppProfile_PRIORITY_UNSPECIFIED AppProfile_Priority = 0
	AppProfile_PRIORITY_LOW         AppProfile_Priority = 1
	AppProfile_PRIORITY_MEDIUM      AppProfile_Priority = 2
	AppProfile_PRIORITY_HIGH        AppProfile_Priority = 3
)

func (AppProfile_Priority) Descriptor

func (AppProfile_Priority) Enum

func (AppProfile_Priority) EnumDescriptor deprecated

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

Deprecated: Use AppProfile_Priority.Descriptor instead.

func (AppProfile_Priority) Number

func (AppProfile_Priority) String

func (x AppProfile_Priority) String() string

func (AppProfile_Priority) Type

type AppProfile_Priority_

type AppProfile_Priority_ struct {
	// This field has been deprecated in favor of `standard_isolation.priority`.
	// If you set this field, `standard_isolation.priority` will be set instead.
	//
	// The priority of requests sent using this app profile.
	//
	// Deprecated: Do not use.
	Priority AppProfile_Priority `protobuf:"varint,7,opt,name=priority,proto3,enum=google.bigtable.admin.v2.AppProfile_Priority,oneof"`
}

type AppProfile_SingleClusterRouting

type AppProfile_SingleClusterRouting struct {

	// The cluster to which read/write requests should be routed.
	ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Whether or not `CheckAndMutateRow` and `ReadModifyWriteRow` requests are
	// allowed by this app profile. It is unsafe to send these requests to
	// the same table/row/column in multiple clusters.
	AllowTransactionalWrites bool `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

Unconditionally routes all read/write requests to a specific cluster. This option preserves read-your-writes consistency but does not improve availability.

func (*AppProfile_SingleClusterRouting) Descriptor deprecated

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

Deprecated: Use AppProfile_SingleClusterRouting.ProtoReflect.Descriptor instead.

func (*AppProfile_SingleClusterRouting) GetAllowTransactionalWrites

func (x *AppProfile_SingleClusterRouting) GetAllowTransactionalWrites() bool

func (*AppProfile_SingleClusterRouting) GetClusterId

func (x *AppProfile_SingleClusterRouting) GetClusterId() string

func (*AppProfile_SingleClusterRouting) ProtoMessage

func (*AppProfile_SingleClusterRouting) ProtoMessage()

func (*AppProfile_SingleClusterRouting) ProtoReflect

func (*AppProfile_SingleClusterRouting) Reset

func (*AppProfile_SingleClusterRouting) String

type AppProfile_SingleClusterRouting_

type AppProfile_SingleClusterRouting_ struct {
	// Use a single-cluster routing policy.
	SingleClusterRouting *AppProfile_SingleClusterRouting `protobuf:"bytes,6,opt,name=single_cluster_routing,json=singleClusterRouting,proto3,oneof"`
}

type AppProfile_StandardIsolation

type AppProfile_StandardIsolation struct {

	// The priority of requests sent using this app profile.
	Priority AppProfile_Priority `protobuf:"varint,1,opt,name=priority,proto3,enum=google.bigtable.admin.v2.AppProfile_Priority" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

Standard options for isolating this app profile's traffic from other use cases.

func (*AppProfile_StandardIsolation) Descriptor deprecated

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

Deprecated: Use AppProfile_StandardIsolation.ProtoReflect.Descriptor instead.

func (*AppProfile_StandardIsolation) GetPriority

func (*AppProfile_StandardIsolation) ProtoMessage

func (*AppProfile_StandardIsolation) ProtoMessage()

func (*AppProfile_StandardIsolation) ProtoReflect

func (*AppProfile_StandardIsolation) Reset

func (x *AppProfile_StandardIsolation) Reset()

func (*AppProfile_StandardIsolation) String

type AppProfile_StandardIsolation_

type AppProfile_StandardIsolation_ struct {
	// The standard options used for isolating this app profile's traffic from
	// other use cases.
	StandardIsolation *AppProfile_StandardIsolation `protobuf:"bytes,11,opt,name=standard_isolation,json=standardIsolation,proto3,oneof"`
}

type AuthorizedView

type AuthorizedView struct {

	// Identifier. The name of this AuthorizedView.
	// Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The type of this AuthorizedView.
	//
	// Types that are assignable to AuthorizedView:
	//
	//	*AuthorizedView_SubsetView_
	AuthorizedView isAuthorizedView_AuthorizedView `protobuf_oneof:"authorized_view"`
	// The etag for this AuthorizedView.
	// If this is provided on update, it must match the server's etag. The server
	// returns ABORTED error on a mismatched etag.
	Etag string `protobuf:"bytes,3,opt,name=etag,proto3" json:"etag,omitempty"`
	// Set to true to make the AuthorizedView protected against deletion.
	// The parent Table and containing Instance cannot be deleted if an
	// AuthorizedView has this bit set.
	DeletionProtection bool `protobuf:"varint,4,opt,name=deletion_protection,json=deletionProtection,proto3" json:"deletion_protection,omitempty"`
	// contains filtered or unexported fields
}

AuthorizedViews represent subsets of a particular Cloud Bigtable table. Users can configure access to each Authorized View independently from the table and use the existing Data APIs to access the subset of data.

func (*AuthorizedView) Descriptor deprecated

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

Deprecated: Use AuthorizedView.ProtoReflect.Descriptor instead.

func (*AuthorizedView) GetAuthorizedView

func (m *AuthorizedView) GetAuthorizedView() isAuthorizedView_AuthorizedView

func (*AuthorizedView) GetDeletionProtection

func (x *AuthorizedView) GetDeletionProtection() bool

func (*AuthorizedView) GetEtag

func (x *AuthorizedView) GetEtag() string

func (*AuthorizedView) GetName

func (x *AuthorizedView) GetName() string

func (*AuthorizedView) GetSubsetView

func (x *AuthorizedView) GetSubsetView() *AuthorizedView_SubsetView

func (*AuthorizedView) ProtoMessage

func (*AuthorizedView) ProtoMessage()

func (*AuthorizedView) ProtoReflect

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

func (*AuthorizedView) Reset

func (x *AuthorizedView) Reset()

func (*AuthorizedView) String

func (x *AuthorizedView) String() string

type AuthorizedView_FamilySubsets

type AuthorizedView_FamilySubsets struct {

	// Individual exact column qualifiers to be included in the AuthorizedView.
	Qualifiers [][]byte `protobuf:"bytes,1,rep,name=qualifiers,proto3" json:"qualifiers,omitempty"`
	// Prefixes for qualifiers to be included in the AuthorizedView. Every
	// qualifier starting with one of these prefixes is included in the
	// AuthorizedView. To provide access to all qualifiers, include the empty
	// string as a prefix
	// ("").
	QualifierPrefixes [][]byte `protobuf:"bytes,2,rep,name=qualifier_prefixes,json=qualifierPrefixes,proto3" json:"qualifier_prefixes,omitempty"`
	// contains filtered or unexported fields
}

Subsets of a column family that are included in this AuthorizedView.

func (*AuthorizedView_FamilySubsets) Descriptor deprecated

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

Deprecated: Use AuthorizedView_FamilySubsets.ProtoReflect.Descriptor instead.

func (*AuthorizedView_FamilySubsets) GetQualifierPrefixes

func (x *AuthorizedView_FamilySubsets) GetQualifierPrefixes() [][]byte

func (*AuthorizedView_FamilySubsets) GetQualifiers

func (x *AuthorizedView_FamilySubsets) GetQualifiers() [][]byte

func (*AuthorizedView_FamilySubsets) ProtoMessage

func (*AuthorizedView_FamilySubsets) ProtoMessage()

func (*AuthorizedView_FamilySubsets) ProtoReflect

func (*AuthorizedView_FamilySubsets) Reset

func (x *AuthorizedView_FamilySubsets) Reset()

func (*AuthorizedView_FamilySubsets) String

type AuthorizedView_ResponseView

type AuthorizedView_ResponseView int32

Defines a subset of an AuthorizedView's fields.

const (
	// Uses the default view for each method as documented in the request.
	AuthorizedView_RESPONSE_VIEW_UNSPECIFIED AuthorizedView_ResponseView = 0
	// Only populates `name`.
	AuthorizedView_NAME_ONLY AuthorizedView_ResponseView = 1
	// Only populates the AuthorizedView's basic metadata. This includes:
	// name, deletion_protection, etag.
	AuthorizedView_BASIC AuthorizedView_ResponseView = 2
	// Populates every fields.
	AuthorizedView_FULL AuthorizedView_ResponseView = 3
)

func (AuthorizedView_ResponseView) Descriptor

func (AuthorizedView_ResponseView) Enum

func (AuthorizedView_ResponseView) EnumDescriptor deprecated

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

Deprecated: Use AuthorizedView_ResponseView.Descriptor instead.

func (AuthorizedView_ResponseView) Number

func (AuthorizedView_ResponseView) String

func (AuthorizedView_ResponseView) Type

type AuthorizedView_SubsetView

type AuthorizedView_SubsetView struct {

	// Row prefixes to be included in the AuthorizedView.
	// To provide access to all rows, include the empty string as a prefix ("").
	RowPrefixes [][]byte `protobuf:"bytes,1,rep,name=row_prefixes,json=rowPrefixes,proto3" json:"row_prefixes,omitempty"`
	// Map from column family name to the columns in this family to be included
	// in the AuthorizedView.
	FamilySubsets map[string]*AuthorizedView_FamilySubsets `` /* 188-byte string literal not displayed */
	// contains filtered or unexported fields
}

Defines a simple AuthorizedView that is a subset of the underlying Table.

func (*AuthorizedView_SubsetView) Descriptor deprecated

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

Deprecated: Use AuthorizedView_SubsetView.ProtoReflect.Descriptor instead.

func (*AuthorizedView_SubsetView) GetFamilySubsets

func (*AuthorizedView_SubsetView) GetRowPrefixes

func (x *AuthorizedView_SubsetView) GetRowPrefixes() [][]byte

func (*AuthorizedView_SubsetView) ProtoMessage

func (*AuthorizedView_SubsetView) ProtoMessage()

func (*AuthorizedView_SubsetView) ProtoReflect

func (*AuthorizedView_SubsetView) Reset

func (x *AuthorizedView_SubsetView) Reset()

func (*AuthorizedView_SubsetView) String

func (x *AuthorizedView_SubsetView) String() string

type AuthorizedView_SubsetView_

type AuthorizedView_SubsetView_ struct {
	// An AuthorizedView permitting access to an explicit subset of a Table.
	SubsetView *AuthorizedView_SubsetView `protobuf:"bytes,2,opt,name=subset_view,json=subsetView,proto3,oneof"`
}

type AutoscalingLimits

type AutoscalingLimits struct {

	// Required. Minimum number of nodes to scale down to.
	MinServeNodes int32 `protobuf:"varint,1,opt,name=min_serve_nodes,json=minServeNodes,proto3" json:"min_serve_nodes,omitempty"`
	// Required. Maximum number of nodes to scale up to.
	MaxServeNodes int32 `protobuf:"varint,2,opt,name=max_serve_nodes,json=maxServeNodes,proto3" json:"max_serve_nodes,omitempty"`
	// contains filtered or unexported fields
}

Limits for the number of nodes a Cluster can autoscale up/down to.

func (*AutoscalingLimits) Descriptor deprecated

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

Deprecated: Use AutoscalingLimits.ProtoReflect.Descriptor instead.

func (*AutoscalingLimits) GetMaxServeNodes

func (x *AutoscalingLimits) GetMaxServeNodes() int32

func (*AutoscalingLimits) GetMinServeNodes

func (x *AutoscalingLimits) GetMinServeNodes() int32

func (*AutoscalingLimits) ProtoMessage

func (*AutoscalingLimits) ProtoMessage()

func (*AutoscalingLimits) ProtoReflect

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

func (*AutoscalingLimits) Reset

func (x *AutoscalingLimits) Reset()

func (*AutoscalingLimits) String

func (x *AutoscalingLimits) String() string

type AutoscalingTargets

type AutoscalingTargets struct {

	// The cpu utilization that the Autoscaler should be trying to achieve.
	// This number is on a scale from 0 (no utilization) to
	// 100 (total utilization), and is limited between 10 and 80, otherwise it
	// will return INVALID_ARGUMENT error.
	CpuUtilizationPercent int32 `` /* 127-byte string literal not displayed */
	// The storage utilization that the Autoscaler should be trying to achieve.
	// This number is limited between 2560 (2.5TiB) and 5120 (5TiB) for a SSD
	// cluster and between 8192 (8TiB) and 16384 (16TiB) for an HDD cluster,
	// otherwise it will return INVALID_ARGUMENT error. If this value is set to 0,
	// it will be treated as if it were set to the default value: 2560 for SSD,
	// 8192 for HDD.
	StorageUtilizationGibPerNode int32 `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

The Autoscaling targets for a Cluster. These determine the recommended nodes.

func (*AutoscalingTargets) Descriptor deprecated

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

Deprecated: Use AutoscalingTargets.ProtoReflect.Descriptor instead.

func (*AutoscalingTargets) GetCpuUtilizationPercent

func (x *AutoscalingTargets) GetCpuUtilizationPercent() int32

func (*AutoscalingTargets) GetStorageUtilizationGibPerNode

func (x *AutoscalingTargets) GetStorageUtilizationGibPerNode() int32

func (*AutoscalingTargets) ProtoMessage

func (*AutoscalingTargets) ProtoMessage()

func (*AutoscalingTargets) ProtoReflect

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

func (*AutoscalingTargets) Reset

func (x *AutoscalingTargets) Reset()

func (*AutoscalingTargets) String

func (x *AutoscalingTargets) String() string

type Backup

type Backup struct {

	// A globally unique identifier for the backup which cannot be
	// changed. Values are of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}/
	//
	//	backups/[_a-zA-Z0-9][-_.a-zA-Z0-9]*`
	//
	// The final segment of the name must be between 1 and 50 characters
	// in length.
	//
	// The backup is stored in the cluster identified by the prefix of the backup
	// name of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. Immutable. Name of the table from which this backup was created.
	// This needs to be in the same instance as the backup. Values are of the form
	// `projects/{project}/instances/{instance}/tables/{source_table}`.
	SourceTable string `protobuf:"bytes,2,opt,name=source_table,json=sourceTable,proto3" json:"source_table,omitempty"`
	// Output only. Name of the backup from which this backup was copied. If a
	// backup is not created by copying a backup, this field will be empty. Values
	// are of the form: projects/<project>/instances/<instance>/backups/<backup>.
	SourceBackup string `protobuf:"bytes,10,opt,name=source_backup,json=sourceBackup,proto3" json:"source_backup,omitempty"`
	// Required. The expiration time of the backup, with microseconds
	// granularity that must be at least 6 hours and at most 90 days
	// from the time the request is received. Once the `expire_time`
	// has passed, Cloud Bigtable will delete the backup and free the
	// resources used by the backup.
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// Output only. `start_time` is the time that the backup was started
	// (i.e. approximately the time the
	// [CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup]
	// request is received).  The row data in this backup will be no older than
	// this timestamp.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Output only. `end_time` is the time that the backup was finished. The row
	// data in the backup will be no newer than this timestamp.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// Output only. Size of the backup in bytes.
	SizeBytes int64 `protobuf:"varint,6,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"`
	// Output only. The current state of the backup.
	State Backup_State `protobuf:"varint,7,opt,name=state,proto3,enum=google.bigtable.admin.v2.Backup_State" json:"state,omitempty"`
	// Output only. The encryption information for the backup.
	EncryptionInfo *EncryptionInfo `protobuf:"bytes,9,opt,name=encryption_info,json=encryptionInfo,proto3" json:"encryption_info,omitempty"`
	// contains filtered or unexported fields
}

A backup of a Cloud Bigtable table.

func (*Backup) Descriptor deprecated

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

Deprecated: Use Backup.ProtoReflect.Descriptor instead.

func (*Backup) GetEncryptionInfo

func (x *Backup) GetEncryptionInfo() *EncryptionInfo

func (*Backup) GetEndTime

func (x *Backup) GetEndTime() *timestamppb.Timestamp

func (*Backup) GetExpireTime

func (x *Backup) GetExpireTime() *timestamppb.Timestamp

func (*Backup) GetName

func (x *Backup) GetName() string

func (*Backup) GetSizeBytes

func (x *Backup) GetSizeBytes() int64

func (*Backup) GetSourceBackup

func (x *Backup) GetSourceBackup() string

func (*Backup) GetSourceTable

func (x *Backup) GetSourceTable() string

func (*Backup) GetStartTime

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

func (*Backup) GetState

func (x *Backup) GetState() Backup_State

func (*Backup) ProtoMessage

func (*Backup) ProtoMessage()

func (*Backup) ProtoReflect

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

func (*Backup) Reset

func (x *Backup) Reset()

func (*Backup) String

func (x *Backup) String() string

type BackupInfo

type BackupInfo struct {

	// Output only. Name of the backup.
	Backup string `protobuf:"bytes,1,opt,name=backup,proto3" json:"backup,omitempty"`
	// Output only. The time that the backup was started. Row data in the backup
	// will be no older than this timestamp.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Output only. This time that the backup was finished. Row data in the
	// backup will be no newer than this timestamp.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// Output only. Name of the table the backup was created from.
	SourceTable string `protobuf:"bytes,4,opt,name=source_table,json=sourceTable,proto3" json:"source_table,omitempty"`
	// Output only. Name of the backup from which this backup was copied. If a
	// backup is not created by copying a backup, this field will be empty. Values
	// are of the form: projects/<project>/instances/<instance>/backups/<backup>.
	SourceBackup string `protobuf:"bytes,10,opt,name=source_backup,json=sourceBackup,proto3" json:"source_backup,omitempty"`
	// contains filtered or unexported fields
}

Information about a backup.

func (*BackupInfo) Descriptor deprecated

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

Deprecated: Use BackupInfo.ProtoReflect.Descriptor instead.

func (*BackupInfo) GetBackup

func (x *BackupInfo) GetBackup() string

func (*BackupInfo) GetEndTime

func (x *BackupInfo) GetEndTime() *timestamppb.Timestamp

func (*BackupInfo) GetSourceBackup

func (x *BackupInfo) GetSourceBackup() string

func (*BackupInfo) GetSourceTable

func (x *BackupInfo) GetSourceTable() string

func (*BackupInfo) GetStartTime

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

func (*BackupInfo) ProtoMessage

func (*BackupInfo) ProtoMessage()

func (*BackupInfo) ProtoReflect

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

func (*BackupInfo) Reset

func (x *BackupInfo) Reset()

func (*BackupInfo) String

func (x *BackupInfo) String() string

type Backup_State

type Backup_State int32

Indicates the current state of the backup.

const (
	// Not specified.
	Backup_STATE_UNSPECIFIED Backup_State = 0
	// The pending backup is still being created. Operations on the
	// backup may fail with `FAILED_PRECONDITION` in this state.
	Backup_CREATING Backup_State = 1
	// The backup is complete and ready for use.
	Backup_READY Backup_State = 2
)

func (Backup_State) Descriptor

func (Backup_State) Enum

func (x Backup_State) Enum() *Backup_State

func (Backup_State) EnumDescriptor deprecated

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

Deprecated: Use Backup_State.Descriptor instead.

func (Backup_State) Number

func (Backup_State) String

func (x Backup_State) String() string

func (Backup_State) Type

type BigtableInstanceAdminClient

type BigtableInstanceAdminClient interface {
	// Create an instance within a project.
	//
	// Note that exactly one of Cluster.serve_nodes and
	// Cluster.cluster_config.cluster_autoscaling_config can be set. If
	// serve_nodes is set to non-zero, then the cluster is manually scaled. If
	// cluster_config.cluster_autoscaling_config is non-empty, then autoscaling is
	// enabled.
	CreateInstance(ctx context.Context, in *CreateInstanceRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Gets information about an instance.
	GetInstance(ctx context.Context, in *GetInstanceRequest, opts ...grpc.CallOption) (*Instance, error)
	// Lists information about instances in a project.
	ListInstances(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*ListInstancesResponse, error)
	// Updates an instance within a project. This method updates only the display
	// name and type for an Instance. To update other Instance properties, such as
	// labels, use PartialUpdateInstance.
	UpdateInstance(ctx context.Context, in *Instance, opts ...grpc.CallOption) (*Instance, error)
	// Partially updates an instance within a project. This method can modify all
	// fields of an Instance and is the preferred way to update an Instance.
	PartialUpdateInstance(ctx context.Context, in *PartialUpdateInstanceRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Delete an instance from a project.
	DeleteInstance(ctx context.Context, in *DeleteInstanceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Creates a cluster within an instance.
	//
	// Note that exactly one of Cluster.serve_nodes and
	// Cluster.cluster_config.cluster_autoscaling_config can be set. If
	// serve_nodes is set to non-zero, then the cluster is manually scaled. If
	// cluster_config.cluster_autoscaling_config is non-empty, then autoscaling is
	// enabled.
	CreateCluster(ctx context.Context, in *CreateClusterRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Gets information about a cluster.
	GetCluster(ctx context.Context, in *GetClusterRequest, opts ...grpc.CallOption) (*Cluster, error)
	// Lists information about clusters in an instance.
	ListClusters(ctx context.Context, in *ListClustersRequest, opts ...grpc.CallOption) (*ListClustersResponse, error)
	// Updates a cluster within an instance.
	//
	// Note that UpdateCluster does not support updating
	// cluster_config.cluster_autoscaling_config. In order to update it, you
	// must use PartialUpdateCluster.
	UpdateCluster(ctx context.Context, in *Cluster, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Partially updates a cluster within a project. This method is the preferred
	// way to update a Cluster.
	//
	// To enable and update autoscaling, set
	// cluster_config.cluster_autoscaling_config. When autoscaling is enabled,
	// serve_nodes is treated as an OUTPUT_ONLY field, meaning that updates to it
	// are ignored. Note that an update cannot simultaneously set serve_nodes to
	// non-zero and cluster_config.cluster_autoscaling_config to non-empty, and
	// also specify both in the update_mask.
	//
	// To disable autoscaling, clear cluster_config.cluster_autoscaling_config,
	// and explicitly set a serve_node count via the update_mask.
	PartialUpdateCluster(ctx context.Context, in *PartialUpdateClusterRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Deletes a cluster from an instance.
	DeleteCluster(ctx context.Context, in *DeleteClusterRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Creates an app profile within an instance.
	CreateAppProfile(ctx context.Context, in *CreateAppProfileRequest, opts ...grpc.CallOption) (*AppProfile, error)
	// Gets information about an app profile.
	GetAppProfile(ctx context.Context, in *GetAppProfileRequest, opts ...grpc.CallOption) (*AppProfile, error)
	// Lists information about app profiles in an instance.
	ListAppProfiles(ctx context.Context, in *ListAppProfilesRequest, opts ...grpc.CallOption) (*ListAppProfilesResponse, error)
	// Updates an app profile within an instance.
	UpdateAppProfile(ctx context.Context, in *UpdateAppProfileRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Deletes an app profile from an instance.
	DeleteAppProfile(ctx context.Context, in *DeleteAppProfileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Gets the access control policy for an instance resource. Returns an empty
	// policy if an instance exists but does not have a policy set.
	GetIamPolicy(ctx context.Context, in *iampb.GetIamPolicyRequest, opts ...grpc.CallOption) (*iampb.Policy, error)
	// Sets the access control policy on an instance resource. Replaces any
	// existing policy.
	SetIamPolicy(ctx context.Context, in *iampb.SetIamPolicyRequest, opts ...grpc.CallOption) (*iampb.Policy, error)
	// Returns permissions that the caller has on the specified instance resource.
	TestIamPermissions(ctx context.Context, in *iampb.TestIamPermissionsRequest, opts ...grpc.CallOption) (*iampb.TestIamPermissionsResponse, error)
	// Lists hot tablets in a cluster, within the time range provided. Hot
	// tablets are ordered based on CPU usage.
	ListHotTablets(ctx context.Context, in *ListHotTabletsRequest, opts ...grpc.CallOption) (*ListHotTabletsResponse, error)
}

BigtableInstanceAdminClient is the client API for BigtableInstanceAdmin service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type BigtableInstanceAdminServer

type BigtableInstanceAdminServer interface {
	// Create an instance within a project.
	//
	// Note that exactly one of Cluster.serve_nodes and
	// Cluster.cluster_config.cluster_autoscaling_config can be set. If
	// serve_nodes is set to non-zero, then the cluster is manually scaled. If
	// cluster_config.cluster_autoscaling_config is non-empty, then autoscaling is
	// enabled.
	CreateInstance(context.Context, *CreateInstanceRequest) (*longrunningpb.Operation, error)
	// Gets information about an instance.
	GetInstance(context.Context, *GetInstanceRequest) (*Instance, error)
	// Lists information about instances in a project.
	ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
	// Updates an instance within a project. This method updates only the display
	// name and type for an Instance. To update other Instance properties, such as
	// labels, use PartialUpdateInstance.
	UpdateInstance(context.Context, *Instance) (*Instance, error)
	// Partially updates an instance within a project. This method can modify all
	// fields of an Instance and is the preferred way to update an Instance.
	PartialUpdateInstance(context.Context, *PartialUpdateInstanceRequest) (*longrunningpb.Operation, error)
	// Delete an instance from a project.
	DeleteInstance(context.Context, *DeleteInstanceRequest) (*emptypb.Empty, error)
	// Creates a cluster within an instance.
	//
	// Note that exactly one of Cluster.serve_nodes and
	// Cluster.cluster_config.cluster_autoscaling_config can be set. If
	// serve_nodes is set to non-zero, then the cluster is manually scaled. If
	// cluster_config.cluster_autoscaling_config is non-empty, then autoscaling is
	// enabled.
	CreateCluster(context.Context, *CreateClusterRequest) (*longrunningpb.Operation, error)
	// Gets information about a cluster.
	GetCluster(context.Context, *GetClusterRequest) (*Cluster, error)
	// Lists information about clusters in an instance.
	ListClusters(context.Context, *ListClustersRequest) (*ListClustersResponse, error)
	// Updates a cluster within an instance.
	//
	// Note that UpdateCluster does not support updating
	// cluster_config.cluster_autoscaling_config. In order to update it, you
	// must use PartialUpdateCluster.
	UpdateCluster(context.Context, *Cluster) (*longrunningpb.Operation, error)
	// Partially updates a cluster within a project. This method is the preferred
	// way to update a Cluster.
	//
	// To enable and update autoscaling, set
	// cluster_config.cluster_autoscaling_config. When autoscaling is enabled,
	// serve_nodes is treated as an OUTPUT_ONLY field, meaning that updates to it
	// are ignored. Note that an update cannot simultaneously set serve_nodes to
	// non-zero and cluster_config.cluster_autoscaling_config to non-empty, and
	// also specify both in the update_mask.
	//
	// To disable autoscaling, clear cluster_config.cluster_autoscaling_config,
	// and explicitly set a serve_node count via the update_mask.
	PartialUpdateCluster(context.Context, *PartialUpdateClusterRequest) (*longrunningpb.Operation, error)
	// Deletes a cluster from an instance.
	DeleteCluster(context.Context, *DeleteClusterRequest) (*emptypb.Empty, error)
	// Creates an app profile within an instance.
	CreateAppProfile(context.Context, *CreateAppProfileRequest) (*AppProfile, error)
	// Gets information about an app profile.
	GetAppProfile(context.Context, *GetAppProfileRequest) (*AppProfile, error)
	// Lists information about app profiles in an instance.
	ListAppProfiles(context.Context, *ListAppProfilesRequest) (*ListAppProfilesResponse, error)
	// Updates an app profile within an instance.
	UpdateAppProfile(context.Context, *UpdateAppProfileRequest) (*longrunningpb.Operation, error)
	// Deletes an app profile from an instance.
	DeleteAppProfile(context.Context, *DeleteAppProfileRequest) (*emptypb.Empty, error)
	// Gets the access control policy for an instance resource. Returns an empty
	// policy if an instance exists but does not have a policy set.
	GetIamPolicy(context.Context, *iampb.GetIamPolicyRequest) (*iampb.Policy, error)
	// Sets the access control policy on an instance resource. Replaces any
	// existing policy.
	SetIamPolicy(context.Context, *iampb.SetIamPolicyRequest) (*iampb.Policy, error)
	// Returns permissions that the caller has on the specified instance resource.
	TestIamPermissions(context.Context, *iampb.TestIamPermissionsRequest) (*iampb.TestIamPermissionsResponse, error)
	// Lists hot tablets in a cluster, within the time range provided. Hot
	// tablets are ordered based on CPU usage.
	ListHotTablets(context.Context, *ListHotTabletsRequest) (*ListHotTabletsResponse, error)
}

BigtableInstanceAdminServer is the server API for BigtableInstanceAdmin service.

type BigtableTableAdminClient

type BigtableTableAdminClient interface {
	// Creates a new table in the specified instance.
	// The table can be created with a full set of initial column families,
	// specified in the request.
	CreateTable(ctx context.Context, in *CreateTableRequest, opts ...grpc.CallOption) (*Table, error)
	// Creates a new table from the specified snapshot. The target table must
	// not exist. The snapshot and the table must be in the same instance.
	//
	// Note: This is a private alpha release of Cloud Bigtable snapshots. This
	// feature is not currently available to most Cloud Bigtable customers. This
	// feature might be changed in backward-incompatible ways and is not
	// recommended for production use. It is not subject to any SLA or deprecation
	// policy.
	CreateTableFromSnapshot(ctx context.Context, in *CreateTableFromSnapshotRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Lists all tables served from a specified instance.
	ListTables(ctx context.Context, in *ListTablesRequest, opts ...grpc.CallOption) (*ListTablesResponse, error)
	// Gets metadata information about the specified table.
	GetTable(ctx context.Context, in *GetTableRequest, opts ...grpc.CallOption) (*Table, error)
	// Updates a specified table.
	UpdateTable(ctx context.Context, in *UpdateTableRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Permanently deletes a specified table and all of its data.
	DeleteTable(ctx context.Context, in *DeleteTableRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Restores a specified table which was accidentally deleted.
	UndeleteTable(ctx context.Context, in *UndeleteTableRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Creates a new AuthorizedView in a table.
	CreateAuthorizedView(ctx context.Context, in *CreateAuthorizedViewRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Lists all AuthorizedViews from a specific table.
	ListAuthorizedViews(ctx context.Context, in *ListAuthorizedViewsRequest, opts ...grpc.CallOption) (*ListAuthorizedViewsResponse, error)
	// Gets information from a specified AuthorizedView.
	GetAuthorizedView(ctx context.Context, in *GetAuthorizedViewRequest, opts ...grpc.CallOption) (*AuthorizedView, error)
	// Updates an AuthorizedView in a table.
	UpdateAuthorizedView(ctx context.Context, in *UpdateAuthorizedViewRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Permanently deletes a specified AuthorizedView.
	DeleteAuthorizedView(ctx context.Context, in *DeleteAuthorizedViewRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Performs a series of column family modifications on the specified table.
	// Either all or none of the modifications will occur before this method
	// returns, but data requests received prior to that point may see a table
	// where only some modifications have taken effect.
	ModifyColumnFamilies(ctx context.Context, in *ModifyColumnFamiliesRequest, opts ...grpc.CallOption) (*Table, error)
	// Permanently drop/delete a row range from a specified table. The request can
	// specify whether to delete all rows in a table, or only those that match a
	// particular prefix.
	DropRowRange(ctx context.Context, in *DropRowRangeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Generates a consistency token for a Table, which can be used in
	// CheckConsistency to check whether mutations to the table that finished
	// before this call started have been replicated. The tokens will be available
	// for 90 days.
	GenerateConsistencyToken(ctx context.Context, in *GenerateConsistencyTokenRequest, opts ...grpc.CallOption) (*GenerateConsistencyTokenResponse, error)
	// Checks replication consistency based on a consistency token, that is, if
	// replication has caught up based on the conditions specified in the token
	// and the check request.
	CheckConsistency(ctx context.Context, in *CheckConsistencyRequest, opts ...grpc.CallOption) (*CheckConsistencyResponse, error)
	// Creates a new snapshot in the specified cluster from the specified
	// source table. The cluster and the table must be in the same instance.
	//
	// Note: This is a private alpha release of Cloud Bigtable snapshots. This
	// feature is not currently available to most Cloud Bigtable customers. This
	// feature might be changed in backward-incompatible ways and is not
	// recommended for production use. It is not subject to any SLA or deprecation
	// policy.
	SnapshotTable(ctx context.Context, in *SnapshotTableRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Gets metadata information about the specified snapshot.
	//
	// Note: This is a private alpha release of Cloud Bigtable snapshots. This
	// feature is not currently available to most Cloud Bigtable customers. This
	// feature might be changed in backward-incompatible ways and is not
	// recommended for production use. It is not subject to any SLA or deprecation
	// policy.
	GetSnapshot(ctx context.Context, in *GetSnapshotRequest, opts ...grpc.CallOption) (*Snapshot, error)
	// Lists all snapshots associated with the specified cluster.
	//
	// Note: This is a private alpha release of Cloud Bigtable snapshots. This
	// feature is not currently available to most Cloud Bigtable customers. This
	// feature might be changed in backward-incompatible ways and is not
	// recommended for production use. It is not subject to any SLA or deprecation
	// policy.
	ListSnapshots(ctx context.Context, in *ListSnapshotsRequest, opts ...grpc.CallOption) (*ListSnapshotsResponse, error)
	// Permanently deletes the specified snapshot.
	//
	// Note: This is a private alpha release of Cloud Bigtable snapshots. This
	// feature is not currently available to most Cloud Bigtable customers. This
	// feature might be changed in backward-incompatible ways and is not
	// recommended for production use. It is not subject to any SLA or deprecation
	// policy.
	DeleteSnapshot(ctx context.Context, in *DeleteSnapshotRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Starts creating a new Cloud Bigtable Backup.  The returned backup
	// [long-running operation][google.longrunning.Operation] can be used to
	// track creation of the backup. The
	// [metadata][google.longrunning.Operation.metadata] field type is
	// [CreateBackupMetadata][google.bigtable.admin.v2.CreateBackupMetadata]. The
	// [response][google.longrunning.Operation.response] field type is
	// [Backup][google.bigtable.admin.v2.Backup], if successful. Cancelling the
	// returned operation will stop the creation and delete the backup.
	CreateBackup(ctx context.Context, in *CreateBackupRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Gets metadata on a pending or completed Cloud Bigtable Backup.
	GetBackup(ctx context.Context, in *GetBackupRequest, opts ...grpc.CallOption) (*Backup, error)
	// Updates a pending or completed Cloud Bigtable Backup.
	UpdateBackup(ctx context.Context, in *UpdateBackupRequest, opts ...grpc.CallOption) (*Backup, error)
	// Deletes a pending or completed Cloud Bigtable backup.
	DeleteBackup(ctx context.Context, in *DeleteBackupRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Lists Cloud Bigtable backups. Returns both completed and pending
	// backups.
	ListBackups(ctx context.Context, in *ListBackupsRequest, opts ...grpc.CallOption) (*ListBackupsResponse, error)
	// Create a new table by restoring from a completed backup.  The
	// returned table [long-running operation][google.longrunning.Operation] can
	// be used to track the progress of the operation, and to cancel it.  The
	// [metadata][google.longrunning.Operation.metadata] field type is
	// [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata].  The
	// [response][google.longrunning.Operation.response] type is
	// [Table][google.bigtable.admin.v2.Table], if successful.
	RestoreTable(ctx context.Context, in *RestoreTableRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Copy a Cloud Bigtable backup to a new backup in the destination cluster
	// located in the destination instance and project.
	CopyBackup(ctx context.Context, in *CopyBackupRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Gets the access control policy for a Table or Backup resource.
	// Returns an empty policy if the resource exists but does not have a policy
	// set.
	GetIamPolicy(ctx context.Context, in *iampb.GetIamPolicyRequest, opts ...grpc.CallOption) (*iampb.Policy, error)
	// Sets the access control policy on a Table or Backup resource.
	// Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *iampb.SetIamPolicyRequest, opts ...grpc.CallOption) (*iampb.Policy, error)
	// Returns permissions that the caller has on the specified Table or Backup
	// resource.
	TestIamPermissions(ctx context.Context, in *iampb.TestIamPermissionsRequest, opts ...grpc.CallOption) (*iampb.TestIamPermissionsResponse, error)
}

BigtableTableAdminClient is the client API for BigtableTableAdmin service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type BigtableTableAdminServer

type BigtableTableAdminServer interface {
	// Creates a new table in the specified instance.
	// The table can be created with a full set of initial column families,
	// specified in the request.
	CreateTable(context.Context, *CreateTableRequest) (*Table, error)
	// Creates a new table from the specified snapshot. The target table must
	// not exist. The snapshot and the table must be in the same instance.
	//
	// Note: This is a private alpha release of Cloud Bigtable snapshots. This
	// feature is not currently available to most Cloud Bigtable customers. This
	// feature might be changed in backward-incompatible ways and is not
	// recommended for production use. It is not subject to any SLA or deprecation
	// policy.
	CreateTableFromSnapshot(context.Context, *CreateTableFromSnapshotRequest) (*longrunningpb.Operation, error)
	// Lists all tables served from a specified instance.
	ListTables(context.Context, *ListTablesRequest) (*ListTablesResponse, error)
	// Gets metadata information about the specified table.
	GetTable(context.Context, *GetTableRequest) (*Table, error)
	// Updates a specified table.
	UpdateTable(context.Context, *UpdateTableRequest) (*longrunningpb.Operation, error)
	// Permanently deletes a specified table and all of its data.
	DeleteTable(context.Context, *DeleteTableRequest) (*emptypb.Empty, error)
	// Restores a specified table which was accidentally deleted.
	UndeleteTable(context.Context, *UndeleteTableRequest) (*longrunningpb.Operation, error)
	// Creates a new AuthorizedView in a table.
	CreateAuthorizedView(context.Context, *CreateAuthorizedViewRequest) (*longrunningpb.Operation, error)
	// Lists all AuthorizedViews from a specific table.
	ListAuthorizedViews(context.Context, *ListAuthorizedViewsRequest) (*ListAuthorizedViewsResponse, error)
	// Gets information from a specified AuthorizedView.
	GetAuthorizedView(context.Context, *GetAuthorizedViewRequest) (*AuthorizedView, error)
	// Updates an AuthorizedView in a table.
	UpdateAuthorizedView(context.Context, *UpdateAuthorizedViewRequest) (*longrunningpb.Operation, error)
	// Permanently deletes a specified AuthorizedView.
	DeleteAuthorizedView(context.Context, *DeleteAuthorizedViewRequest) (*emptypb.Empty, error)
	// Performs a series of column family modifications on the specified table.
	// Either all or none of the modifications will occur before this method
	// returns, but data requests received prior to that point may see a table
	// where only some modifications have taken effect.
	ModifyColumnFamilies(context.Context, *ModifyColumnFamiliesRequest) (*Table, error)
	// Permanently drop/delete a row range from a specified table. The request can
	// specify whether to delete all rows in a table, or only those that match a
	// particular prefix.
	DropRowRange(context.Context, *DropRowRangeRequest) (*emptypb.Empty, error)
	// Generates a consistency token for a Table, which can be used in
	// CheckConsistency to check whether mutations to the table that finished
	// before this call started have been replicated. The tokens will be available
	// for 90 days.
	GenerateConsistencyToken(context.Context, *GenerateConsistencyTokenRequest) (*GenerateConsistencyTokenResponse, error)
	// Checks replication consistency based on a consistency token, that is, if
	// replication has caught up based on the conditions specified in the token
	// and the check request.
	CheckConsistency(context.Context, *CheckConsistencyRequest) (*CheckConsistencyResponse, error)
	// Creates a new snapshot in the specified cluster from the specified
	// source table. The cluster and the table must be in the same instance.
	//
	// Note: This is a private alpha release of Cloud Bigtable snapshots. This
	// feature is not currently available to most Cloud Bigtable customers. This
	// feature might be changed in backward-incompatible ways and is not
	// recommended for production use. It is not subject to any SLA or deprecation
	// policy.
	SnapshotTable(context.Context, *SnapshotTableRequest) (*longrunningpb.Operation, error)
	// Gets metadata information about the specified snapshot.
	//
	// Note: This is a private alpha release of Cloud Bigtable snapshots. This
	// feature is not currently available to most Cloud Bigtable customers. This
	// feature might be changed in backward-incompatible ways and is not
	// recommended for production use. It is not subject to any SLA or deprecation
	// policy.
	GetSnapshot(context.Context, *GetSnapshotRequest) (*Snapshot, error)
	// Lists all snapshots associated with the specified cluster.
	//
	// Note: This is a private alpha release of Cloud Bigtable snapshots. This
	// feature is not currently available to most Cloud Bigtable customers. This
	// feature might be changed in backward-incompatible ways and is not
	// recommended for production use. It is not subject to any SLA or deprecation
	// policy.
	ListSnapshots(context.Context, *ListSnapshotsRequest) (*ListSnapshotsResponse, error)
	// Permanently deletes the specified snapshot.
	//
	// Note: This is a private alpha release of Cloud Bigtable snapshots. This
	// feature is not currently available to most Cloud Bigtable customers. This
	// feature might be changed in backward-incompatible ways and is not
	// recommended for production use. It is not subject to any SLA or deprecation
	// policy.
	DeleteSnapshot(context.Context, *DeleteSnapshotRequest) (*emptypb.Empty, error)
	// Starts creating a new Cloud Bigtable Backup.  The returned backup
	// [long-running operation][google.longrunning.Operation] can be used to
	// track creation of the backup. The
	// [metadata][google.longrunning.Operation.metadata] field type is
	// [CreateBackupMetadata][google.bigtable.admin.v2.CreateBackupMetadata]. The
	// [response][google.longrunning.Operation.response] field type is
	// [Backup][google.bigtable.admin.v2.Backup], if successful. Cancelling the
	// returned operation will stop the creation and delete the backup.
	CreateBackup(context.Context, *CreateBackupRequest) (*longrunningpb.Operation, error)
	// Gets metadata on a pending or completed Cloud Bigtable Backup.
	GetBackup(context.Context, *GetBackupRequest) (*Backup, error)
	// Updates a pending or completed Cloud Bigtable Backup.
	UpdateBackup(context.Context, *UpdateBackupRequest) (*Backup, error)
	// Deletes a pending or completed Cloud Bigtable backup.
	DeleteBackup(context.Context, *DeleteBackupRequest) (*emptypb.Empty, error)
	// Lists Cloud Bigtable backups. Returns both completed and pending
	// backups.
	ListBackups(context.Context, *ListBackupsRequest) (*ListBackupsResponse, error)
	// Create a new table by restoring from a completed backup.  The
	// returned table [long-running operation][google.longrunning.Operation] can
	// be used to track the progress of the operation, and to cancel it.  The
	// [metadata][google.longrunning.Operation.metadata] field type is
	// [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata].  The
	// [response][google.longrunning.Operation.response] type is
	// [Table][google.bigtable.admin.v2.Table], if successful.
	RestoreTable(context.Context, *RestoreTableRequest) (*longrunningpb.Operation, error)
	// Copy a Cloud Bigtable backup to a new backup in the destination cluster
	// located in the destination instance and project.
	CopyBackup(context.Context, *CopyBackupRequest) (*longrunningpb.Operation, error)
	// Gets the access control policy for a Table or Backup resource.
	// Returns an empty policy if the resource exists but does not have a policy
	// set.
	GetIamPolicy(context.Context, *iampb.GetIamPolicyRequest) (*iampb.Policy, error)
	// Sets the access control policy on a Table or Backup resource.
	// Replaces any existing policy.
	SetIamPolicy(context.Context, *iampb.SetIamPolicyRequest) (*iampb.Policy, error)
	// Returns permissions that the caller has on the specified Table or Backup
	// resource.
	TestIamPermissions(context.Context, *iampb.TestIamPermissionsRequest) (*iampb.TestIamPermissionsResponse, error)
}

BigtableTableAdminServer is the server API for BigtableTableAdmin service.

type ChangeStreamConfig

type ChangeStreamConfig struct {

	// How long the change stream should be retained. Change stream data older
	// than the retention period will not be returned when reading the change
	// stream from the table.
	// Values must be at least 1 day and at most 7 days, and will be truncated to
	// microsecond granularity.
	RetentionPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=retention_period,json=retentionPeriod,proto3" json:"retention_period,omitempty"`
	// contains filtered or unexported fields
}

Change stream configuration.

func (*ChangeStreamConfig) Descriptor deprecated

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

Deprecated: Use ChangeStreamConfig.ProtoReflect.Descriptor instead.

func (*ChangeStreamConfig) GetRetentionPeriod

func (x *ChangeStreamConfig) GetRetentionPeriod() *durationpb.Duration

func (*ChangeStreamConfig) ProtoMessage

func (*ChangeStreamConfig) ProtoMessage()

func (*ChangeStreamConfig) ProtoReflect

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

func (*ChangeStreamConfig) Reset

func (x *ChangeStreamConfig) Reset()

func (*ChangeStreamConfig) String

func (x *ChangeStreamConfig) String() string

type CheckConsistencyRequest

type CheckConsistencyRequest struct {

	// Required. The unique name of the Table for which to check replication
	// consistency. Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The token created using GenerateConsistencyToken for the Table.
	ConsistencyToken string `protobuf:"bytes,2,opt,name=consistency_token,json=consistencyToken,proto3" json:"consistency_token,omitempty"`
	// Which type of read needs to consistently observe which type of write?
	// Default: `standard_read_remote_writes`
	//
	// Types that are assignable to Mode:
	//
	//	*CheckConsistencyRequest_StandardReadRemoteWrites
	//	*CheckConsistencyRequest_DataBoostReadLocalWrites
	Mode isCheckConsistencyRequest_Mode `protobuf_oneof:"mode"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]

func (*CheckConsistencyRequest) Descriptor deprecated

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

Deprecated: Use CheckConsistencyRequest.ProtoReflect.Descriptor instead.

func (*CheckConsistencyRequest) GetConsistencyToken

func (x *CheckConsistencyRequest) GetConsistencyToken() string

func (*CheckConsistencyRequest) GetDataBoostReadLocalWrites

func (x *CheckConsistencyRequest) GetDataBoostReadLocalWrites() *DataBoostReadLocalWrites

func (*CheckConsistencyRequest) GetMode

func (m *CheckConsistencyRequest) GetMode() isCheckConsistencyRequest_Mode

func (*CheckConsistencyRequest) GetName

func (x *CheckConsistencyRequest) GetName() string

func (*CheckConsistencyRequest) GetStandardReadRemoteWrites

func (x *CheckConsistencyRequest) GetStandardReadRemoteWrites() *StandardReadRemoteWrites

func (*CheckConsistencyRequest) ProtoMessage

func (*CheckConsistencyRequest) ProtoMessage()

func (*CheckConsistencyRequest) ProtoReflect

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

func (*CheckConsistencyRequest) Reset

func (x *CheckConsistencyRequest) Reset()

func (*CheckConsistencyRequest) String

func (x *CheckConsistencyRequest) String() string

type CheckConsistencyRequest_DataBoostReadLocalWrites

type CheckConsistencyRequest_DataBoostReadLocalWrites struct {
	// Checks that reads using an app profile with `DataBoostIsolationReadOnly`
	// can see all writes committed before the token was created, but only if
	// the read and write target the same cluster.
	DataBoostReadLocalWrites *DataBoostReadLocalWrites `protobuf:"bytes,4,opt,name=data_boost_read_local_writes,json=dataBoostReadLocalWrites,proto3,oneof"`
}

type CheckConsistencyRequest_StandardReadRemoteWrites

type CheckConsistencyRequest_StandardReadRemoteWrites struct {
	// Checks that reads using an app profile with `StandardIsolation` can
	// see all writes committed before the token was created, even if the
	// read and write target different clusters.
	StandardReadRemoteWrites *StandardReadRemoteWrites `protobuf:"bytes,3,opt,name=standard_read_remote_writes,json=standardReadRemoteWrites,proto3,oneof"`
}

type CheckConsistencyResponse

type CheckConsistencyResponse struct {

	// True only if the token is consistent. A token is consistent if replication
	// has caught up with the restrictions specified in the request.
	Consistent bool `protobuf:"varint,1,opt,name=consistent,proto3" json:"consistent,omitempty"`
	// contains filtered or unexported fields
}

Response message for [google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]

func (*CheckConsistencyResponse) Descriptor deprecated

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

Deprecated: Use CheckConsistencyResponse.ProtoReflect.Descriptor instead.

func (*CheckConsistencyResponse) GetConsistent

func (x *CheckConsistencyResponse) GetConsistent() bool

func (*CheckConsistencyResponse) ProtoMessage

func (*CheckConsistencyResponse) ProtoMessage()

func (*CheckConsistencyResponse) ProtoReflect

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

func (*CheckConsistencyResponse) Reset

func (x *CheckConsistencyResponse) Reset()

func (*CheckConsistencyResponse) String

func (x *CheckConsistencyResponse) String() string

type Cluster

type Cluster struct {

	// The unique name of the cluster. Values are of the form
	// `projects/{project}/instances/{instance}/clusters/[a-z][-a-z0-9]*`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Immutable. The location where this cluster's nodes and storage reside. For
	// best performance, clients should be located as close as possible to this
	// cluster. Currently only zones are supported, so values should be of the
	// form `projects/{project}/locations/{zone}`.
	Location string `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
	// Output only. The current state of the cluster.
	State Cluster_State `protobuf:"varint,3,opt,name=state,proto3,enum=google.bigtable.admin.v2.Cluster_State" json:"state,omitempty"`
	// The number of nodes allocated to this cluster. More nodes enable higher
	// throughput and more consistent performance.
	ServeNodes int32 `protobuf:"varint,4,opt,name=serve_nodes,json=serveNodes,proto3" json:"serve_nodes,omitempty"`
	// Types that are assignable to Config:
	//
	//	*Cluster_ClusterConfig_
	Config isCluster_Config `protobuf_oneof:"config"`
	// Immutable. The type of storage used by this cluster to serve its
	// parent instance's tables, unless explicitly overridden.
	DefaultStorageType StorageType `` /* 160-byte string literal not displayed */
	// Immutable. The encryption configuration for CMEK-protected clusters.
	EncryptionConfig *Cluster_EncryptionConfig `protobuf:"bytes,6,opt,name=encryption_config,json=encryptionConfig,proto3" json:"encryption_config,omitempty"`
	// contains filtered or unexported fields
}

A resizable group of nodes in a particular cloud location, capable of serving all [Tables][google.bigtable.admin.v2.Table] in the parent Instance[google.bigtable.admin.v2.Instance].

func (*Cluster) Descriptor deprecated

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

Deprecated: Use Cluster.ProtoReflect.Descriptor instead.

func (*Cluster) GetClusterConfig

func (x *Cluster) GetClusterConfig() *Cluster_ClusterConfig

func (*Cluster) GetConfig

func (m *Cluster) GetConfig() isCluster_Config

func (*Cluster) GetDefaultStorageType

func (x *Cluster) GetDefaultStorageType() StorageType

func (*Cluster) GetEncryptionConfig

func (x *Cluster) GetEncryptionConfig() *Cluster_EncryptionConfig

func (*Cluster) GetLocation

func (x *Cluster) GetLocation() string

func (*Cluster) GetName

func (x *Cluster) GetName() string

func (*Cluster) GetServeNodes

func (x *Cluster) GetServeNodes() int32

func (*Cluster) GetState

func (x *Cluster) GetState() Cluster_State

func (*Cluster) ProtoMessage

func (*Cluster) ProtoMessage()

func (*Cluster) ProtoReflect

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

func (*Cluster) Reset

func (x *Cluster) Reset()

func (*Cluster) String

func (x *Cluster) String() string

type Cluster_ClusterAutoscalingConfig

type Cluster_ClusterAutoscalingConfig struct {

	// Required. Autoscaling limits for this cluster.
	AutoscalingLimits *AutoscalingLimits `protobuf:"bytes,1,opt,name=autoscaling_limits,json=autoscalingLimits,proto3" json:"autoscaling_limits,omitempty"`
	// Required. Autoscaling targets for this cluster.
	AutoscalingTargets *AutoscalingTargets `protobuf:"bytes,2,opt,name=autoscaling_targets,json=autoscalingTargets,proto3" json:"autoscaling_targets,omitempty"`
	// contains filtered or unexported fields
}

Autoscaling config for a cluster.

func (*Cluster_ClusterAutoscalingConfig) Descriptor deprecated

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

Deprecated: Use Cluster_ClusterAutoscalingConfig.ProtoReflect.Descriptor instead.

func (*Cluster_ClusterAutoscalingConfig) GetAutoscalingLimits

func (x *Cluster_ClusterAutoscalingConfig) GetAutoscalingLimits() *AutoscalingLimits

func (*Cluster_ClusterAutoscalingConfig) GetAutoscalingTargets

func (x *Cluster_ClusterAutoscalingConfig) GetAutoscalingTargets() *AutoscalingTargets

func (*Cluster_ClusterAutoscalingConfig) ProtoMessage

func (*Cluster_ClusterAutoscalingConfig) ProtoMessage()

func (*Cluster_ClusterAutoscalingConfig) ProtoReflect

func (*Cluster_ClusterAutoscalingConfig) Reset

func (*Cluster_ClusterAutoscalingConfig) String

type Cluster_ClusterConfig

type Cluster_ClusterConfig struct {

	// Autoscaling configuration for this cluster.
	ClusterAutoscalingConfig *Cluster_ClusterAutoscalingConfig `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

Configuration for a cluster.

func (*Cluster_ClusterConfig) Descriptor deprecated

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

Deprecated: Use Cluster_ClusterConfig.ProtoReflect.Descriptor instead.

func (*Cluster_ClusterConfig) GetClusterAutoscalingConfig

func (x *Cluster_ClusterConfig) GetClusterAutoscalingConfig() *Cluster_ClusterAutoscalingConfig

func (*Cluster_ClusterConfig) ProtoMessage

func (*Cluster_ClusterConfig) ProtoMessage()

func (*Cluster_ClusterConfig) ProtoReflect

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

func (*Cluster_ClusterConfig) Reset

func (x *Cluster_ClusterConfig) Reset()

func (*Cluster_ClusterConfig) String

func (x *Cluster_ClusterConfig) String() string

type Cluster_ClusterConfig_

type Cluster_ClusterConfig_ struct {
	// Configuration for this cluster.
	ClusterConfig *Cluster_ClusterConfig `protobuf:"bytes,7,opt,name=cluster_config,json=clusterConfig,proto3,oneof"`
}

type Cluster_EncryptionConfig

type Cluster_EncryptionConfig struct {

	// Describes the Cloud KMS encryption key that will be used to protect the
	// destination Bigtable cluster. The requirements for this key are:
	//  1. The Cloud Bigtable service account associated with the project that
	//     contains this cluster must be granted the
	//     `cloudkms.cryptoKeyEncrypterDecrypter` role on the CMEK key.
	//  2. Only regional keys can be used and the region of the CMEK key must
	//     match the region of the cluster.
	//  3. All clusters within an instance must use the same CMEK key.
	//
	// Values are of the form
	// `projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}`
	KmsKeyName string `protobuf:"bytes,1,opt,name=kms_key_name,json=kmsKeyName,proto3" json:"kms_key_name,omitempty"`
	// contains filtered or unexported fields
}

Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster.

func (*Cluster_EncryptionConfig) Descriptor deprecated

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

Deprecated: Use Cluster_EncryptionConfig.ProtoReflect.Descriptor instead.

func (*Cluster_EncryptionConfig) GetKmsKeyName

func (x *Cluster_EncryptionConfig) GetKmsKeyName() string

func (*Cluster_EncryptionConfig) ProtoMessage

func (*Cluster_EncryptionConfig) ProtoMessage()

func (*Cluster_EncryptionConfig) ProtoReflect

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

func (*Cluster_EncryptionConfig) Reset

func (x *Cluster_EncryptionConfig) Reset()

func (*Cluster_EncryptionConfig) String

func (x *Cluster_EncryptionConfig) String() string

type Cluster_State

type Cluster_State int32

Possible states of a cluster.

const (
	// The state of the cluster could not be determined.
	Cluster_STATE_NOT_KNOWN Cluster_State = 0
	// The cluster has been successfully created and is ready to serve requests.
	Cluster_READY Cluster_State = 1
	// The cluster is currently being created, and may be destroyed
	// if the creation process encounters an error.
	// A cluster may not be able to serve requests while being created.
	Cluster_CREATING Cluster_State = 2
	// The cluster is currently being resized, and may revert to its previous
	// node count if the process encounters an error.
	// A cluster is still capable of serving requests while being resized,
	// but may exhibit performance as if its number of allocated nodes is
	// between the starting and requested states.
	Cluster_RESIZING Cluster_State = 3
	// The cluster has no backing nodes. The data (tables) still
	// exist, but no operations can be performed on the cluster.
	Cluster_DISABLED Cluster_State = 4
)

func (Cluster_State) Descriptor

func (Cluster_State) Enum

func (x Cluster_State) Enum() *Cluster_State

func (Cluster_State) EnumDescriptor deprecated

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

Deprecated: Use Cluster_State.Descriptor instead.

func (Cluster_State) Number

func (Cluster_State) String

func (x Cluster_State) String() string

func (Cluster_State) Type

type ColumnFamily

type ColumnFamily struct {

	// Garbage collection rule specified as a protobuf.
	// Must serialize to at most 500 bytes.
	//
	// NOTE: Garbage collection executes opportunistically in the background, and
	// so it's possible for reads to return a cell even if it matches the active
	// GC expression for its family.
	GcRule *GcRule `protobuf:"bytes,1,opt,name=gc_rule,json=gcRule,proto3" json:"gc_rule,omitempty"`
	// The type of data stored in each of this family's cell values, including its
	// full encoding. If omitted, the family only serves raw untyped bytes.
	//
	// For now, only the `Aggregate` type is supported.
	//
	// `Aggregate` can only be set at family creation and is immutable afterwards.
	//
	// If `value_type` is `Aggregate`, written data must be compatible with:
	//   - `value_type.input_type` for `AddInput` mutations
	ValueType *Type `protobuf:"bytes,3,opt,name=value_type,json=valueType,proto3" json:"value_type,omitempty"`
	// contains filtered or unexported fields
}

A set of columns within a table which share a common configuration.

func (*ColumnFamily) Descriptor deprecated

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

Deprecated: Use ColumnFamily.ProtoReflect.Descriptor instead.

func (*ColumnFamily) GetGcRule

func (x *ColumnFamily) GetGcRule() *GcRule

func (*ColumnFamily) GetValueType

func (x *ColumnFamily) GetValueType() *Type

func (*ColumnFamily) ProtoMessage

func (*ColumnFamily) ProtoMessage()

func (*ColumnFamily) ProtoReflect

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

func (*ColumnFamily) Reset

func (x *ColumnFamily) Reset()

func (*ColumnFamily) String

func (x *ColumnFamily) String() string

type CopyBackupMetadata

type CopyBackupMetadata struct {

	// The name of the backup being created through the copy operation.
	// Values are of the form
	// `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Information about the source backup that is being copied from.
	SourceBackupInfo *BackupInfo `protobuf:"bytes,2,opt,name=source_backup_info,json=sourceBackupInfo,proto3" json:"source_backup_info,omitempty"`
	// The progress of the
	// [CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup]
	// operation.
	Progress *OperationProgress `protobuf:"bytes,3,opt,name=progress,proto3" json:"progress,omitempty"`
	// contains filtered or unexported fields
}

Metadata type for the google.longrunning.Operation returned by [CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup].

func (*CopyBackupMetadata) Descriptor deprecated

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

Deprecated: Use CopyBackupMetadata.ProtoReflect.Descriptor instead.

func (*CopyBackupMetadata) GetName

func (x *CopyBackupMetadata) GetName() string

func (*CopyBackupMetadata) GetProgress

func (x *CopyBackupMetadata) GetProgress() *OperationProgress

func (*CopyBackupMetadata) GetSourceBackupInfo

func (x *CopyBackupMetadata) GetSourceBackupInfo() *BackupInfo

func (*CopyBackupMetadata) ProtoMessage

func (*CopyBackupMetadata) ProtoMessage()

func (*CopyBackupMetadata) ProtoReflect

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

func (*CopyBackupMetadata) Reset

func (x *CopyBackupMetadata) Reset()

func (*CopyBackupMetadata) String

func (x *CopyBackupMetadata) String() string

type CopyBackupRequest

type CopyBackupRequest struct {

	// Required. The name of the destination cluster that will contain the backup
	// copy. The cluster must already exists. Values are of the form:
	// `projects/{project}/instances/{instance}/clusters/{cluster}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The id of the new backup. The `backup_id` along with `parent`
	// are combined as {parent}/backups/{backup_id} to create the full backup
	// name, of the form:
	// `projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}`.
	// This string must be between 1 and 50 characters in length and match the
	// regex [_a-zA-Z0-9][-_.a-zA-Z0-9]*.
	BackupId string `protobuf:"bytes,2,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	// Required. The source backup to be copied from.
	// The source backup needs to be in READY state for it to be copied.
	// Copying a copied backup is not allowed.
	// Once CopyBackup is in progress, the source backup cannot be deleted or
	// cleaned up on expiration until CopyBackup is finished.
	// Values are of the form:
	// `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
	SourceBackup string `protobuf:"bytes,3,opt,name=source_backup,json=sourceBackup,proto3" json:"source_backup,omitempty"`
	// Required. Required. The expiration time of the copied backup with
	// microsecond granularity that must be at least 6 hours and at most 30 days
	// from the time the request is received. Once the `expire_time` has
	// passed, Cloud Bigtable will delete the backup and free the resources used
	// by the backup.
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

The request for [CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup].

func (*CopyBackupRequest) Descriptor deprecated

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

Deprecated: Use CopyBackupRequest.ProtoReflect.Descriptor instead.

func (*CopyBackupRequest) GetBackupId

func (x *CopyBackupRequest) GetBackupId() string

func (*CopyBackupRequest) GetExpireTime

func (x *CopyBackupRequest) GetExpireTime() *timestamppb.Timestamp

func (*CopyBackupRequest) GetParent

func (x *CopyBackupRequest) GetParent() string

func (*CopyBackupRequest) GetSourceBackup

func (x *CopyBackupRequest) GetSourceBackup() string

func (*CopyBackupRequest) ProtoMessage

func (*CopyBackupRequest) ProtoMessage()

func (*CopyBackupRequest) ProtoReflect

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

func (*CopyBackupRequest) Reset

func (x *CopyBackupRequest) Reset()

func (*CopyBackupRequest) String

func (x *CopyBackupRequest) String() string

type CreateAppProfileRequest

type CreateAppProfileRequest struct {

	// Required. The unique name of the instance in which to create the new app
	// profile. Values are of the form `projects/{project}/instances/{instance}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The ID to be used when referring to the new app profile within
	// its instance, e.g., just `myprofile` rather than
	// `projects/myproject/instances/myinstance/appProfiles/myprofile`.
	AppProfileId string `protobuf:"bytes,2,opt,name=app_profile_id,json=appProfileId,proto3" json:"app_profile_id,omitempty"`
	// Required. The app profile to be created.
	// Fields marked `OutputOnly` will be ignored.
	AppProfile *AppProfile `protobuf:"bytes,3,opt,name=app_profile,json=appProfile,proto3" json:"app_profile,omitempty"`
	// If true, ignore safety checks when creating the app profile.
	IgnoreWarnings bool `protobuf:"varint,4,opt,name=ignore_warnings,json=ignoreWarnings,proto3" json:"ignore_warnings,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.CreateAppProfile.

func (*CreateAppProfileRequest) Descriptor deprecated

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

Deprecated: Use CreateAppProfileRequest.ProtoReflect.Descriptor instead.

func (*CreateAppProfileRequest) GetAppProfile

func (x *CreateAppProfileRequest) GetAppProfile() *AppProfile

func (*CreateAppProfileRequest) GetAppProfileId

func (x *CreateAppProfileRequest) GetAppProfileId() string

func (*CreateAppProfileRequest) GetIgnoreWarnings

func (x *CreateAppProfileRequest) GetIgnoreWarnings() bool

func (*CreateAppProfileRequest) GetParent

func (x *CreateAppProfileRequest) GetParent() string

func (*CreateAppProfileRequest) ProtoMessage

func (*CreateAppProfileRequest) ProtoMessage()

func (*CreateAppProfileRequest) ProtoReflect

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

func (*CreateAppProfileRequest) Reset

func (x *CreateAppProfileRequest) Reset()

func (*CreateAppProfileRequest) String

func (x *CreateAppProfileRequest) String() string

type CreateAuthorizedViewMetadata

type CreateAuthorizedViewMetadata struct {

	// The request that prompted the initiation of this CreateInstance operation.
	OriginalRequest *CreateAuthorizedViewRequest `protobuf:"bytes,1,opt,name=original_request,json=originalRequest,proto3" json:"original_request,omitempty"`
	// The time at which the original request was received.
	RequestTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=request_time,json=requestTime,proto3" json:"request_time,omitempty"`
	// The time at which the operation failed or was completed successfully.
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// contains filtered or unexported fields
}

The metadata for the Operation returned by CreateAuthorizedView.

func (*CreateAuthorizedViewMetadata) Descriptor deprecated

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

Deprecated: Use CreateAuthorizedViewMetadata.ProtoReflect.Descriptor instead.

func (*CreateAuthorizedViewMetadata) GetFinishTime

func (*CreateAuthorizedViewMetadata) GetOriginalRequest

func (*CreateAuthorizedViewMetadata) GetRequestTime

func (x *CreateAuthorizedViewMetadata) GetRequestTime() *timestamppb.Timestamp

func (*CreateAuthorizedViewMetadata) ProtoMessage

func (*CreateAuthorizedViewMetadata) ProtoMessage()

func (*CreateAuthorizedViewMetadata) ProtoReflect

func (*CreateAuthorizedViewMetadata) Reset

func (x *CreateAuthorizedViewMetadata) Reset()

func (*CreateAuthorizedViewMetadata) String

type CreateAuthorizedViewRequest

type CreateAuthorizedViewRequest struct {

	// Required. This is the name of the table the AuthorizedView belongs to.
	// Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The id of the AuthorizedView to create. This AuthorizedView must
	// not already exist. The `authorized_view_id` appended to `parent` forms the
	// full AuthorizedView name of the form
	// `projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}`.
	AuthorizedViewId string `protobuf:"bytes,2,opt,name=authorized_view_id,json=authorizedViewId,proto3" json:"authorized_view_id,omitempty"`
	// Required. The AuthorizedView to create.
	AuthorizedView *AuthorizedView `protobuf:"bytes,3,opt,name=authorized_view,json=authorizedView,proto3" json:"authorized_view,omitempty"`
	// contains filtered or unexported fields
}

The request for [CreateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.CreateAuthorizedView]

func (*CreateAuthorizedViewRequest) Descriptor deprecated

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

Deprecated: Use CreateAuthorizedViewRequest.ProtoReflect.Descriptor instead.

func (*CreateAuthorizedViewRequest) GetAuthorizedView

func (x *CreateAuthorizedViewRequest) GetAuthorizedView() *AuthorizedView

func (*CreateAuthorizedViewRequest) GetAuthorizedViewId

func (x *CreateAuthorizedViewRequest) GetAuthorizedViewId() string

func (*CreateAuthorizedViewRequest) GetParent

func (x *CreateAuthorizedViewRequest) GetParent() string

func (*CreateAuthorizedViewRequest) ProtoMessage

func (*CreateAuthorizedViewRequest) ProtoMessage()

func (*CreateAuthorizedViewRequest) ProtoReflect

func (*CreateAuthorizedViewRequest) Reset

func (x *CreateAuthorizedViewRequest) Reset()

func (*CreateAuthorizedViewRequest) String

func (x *CreateAuthorizedViewRequest) String() string

type CreateBackupMetadata

type CreateBackupMetadata struct {

	// The name of the backup being created.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The name of the table the backup is created from.
	SourceTable string `protobuf:"bytes,2,opt,name=source_table,json=sourceTable,proto3" json:"source_table,omitempty"`
	// The time at which this operation started.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// If set, the time at which this operation finished or was cancelled.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

Metadata type for the operation returned by [CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup].

func (*CreateBackupMetadata) Descriptor deprecated

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

Deprecated: Use CreateBackupMetadata.ProtoReflect.Descriptor instead.

func (*CreateBackupMetadata) GetEndTime

func (x *CreateBackupMetadata) GetEndTime() *timestamppb.Timestamp

func (*CreateBackupMetadata) GetName

func (x *CreateBackupMetadata) GetName() string

func (*CreateBackupMetadata) GetSourceTable

func (x *CreateBackupMetadata) GetSourceTable() string

func (*CreateBackupMetadata) GetStartTime

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

func (*CreateBackupMetadata) ProtoMessage

func (*CreateBackupMetadata) ProtoMessage()

func (*CreateBackupMetadata) ProtoReflect

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

func (*CreateBackupMetadata) Reset

func (x *CreateBackupMetadata) Reset()

func (*CreateBackupMetadata) String

func (x *CreateBackupMetadata) String() string

type CreateBackupRequest

type CreateBackupRequest struct {

	// Required. This must be one of the clusters in the instance in which this
	// table is located. The backup will be stored in this cluster. Values are
	// of the form `projects/{project}/instances/{instance}/clusters/{cluster}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The id of the backup to be created. The `backup_id` along with
	// the parent `parent` are combined as {parent}/backups/{backup_id} to create
	// the full backup name, of the form:
	// `projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup_id}`.
	// This string must be between 1 and 50 characters in length and match the
	// regex [_a-zA-Z0-9][-_.a-zA-Z0-9]*.
	BackupId string `protobuf:"bytes,2,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	// Required. The backup to create.
	Backup *Backup `protobuf:"bytes,3,opt,name=backup,proto3" json:"backup,omitempty"`
	// contains filtered or unexported fields
}

The request for [CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup].

func (*CreateBackupRequest) Descriptor deprecated

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

Deprecated: Use CreateBackupRequest.ProtoReflect.Descriptor instead.

func (*CreateBackupRequest) GetBackup

func (x *CreateBackupRequest) GetBackup() *Backup

func (*CreateBackupRequest) GetBackupId

func (x *CreateBackupRequest) GetBackupId() string

func (*CreateBackupRequest) GetParent

func (x *CreateBackupRequest) GetParent() string

func (*CreateBackupRequest) ProtoMessage

func (*CreateBackupRequest) ProtoMessage()

func (*CreateBackupRequest) ProtoReflect

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

func (*CreateBackupRequest) Reset

func (x *CreateBackupRequest) Reset()

func (*CreateBackupRequest) String

func (x *CreateBackupRequest) String() string

type CreateClusterMetadata

type CreateClusterMetadata struct {

	// The request that prompted the initiation of this CreateCluster operation.
	OriginalRequest *CreateClusterRequest `protobuf:"bytes,1,opt,name=original_request,json=originalRequest,proto3" json:"original_request,omitempty"`
	// The time at which the original request was received.
	RequestTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=request_time,json=requestTime,proto3" json:"request_time,omitempty"`
	// The time at which the operation failed or was completed successfully.
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// Keys: the full `name` of each table that existed in the instance when
	// CreateCluster was first called, i.e.
	// `projects/<project>/instances/<instance>/tables/<table>`. Any table added
	// to the instance by a later API call will be created in the new cluster by
	// that API call, not this one.
	//
	// Values: information on how much of a table's data has been copied to the
	// newly-created cluster so far.
	Tables map[string]*CreateClusterMetadata_TableProgress `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

The metadata for the Operation returned by CreateCluster.

func (*CreateClusterMetadata) Descriptor deprecated

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

Deprecated: Use CreateClusterMetadata.ProtoReflect.Descriptor instead.

func (*CreateClusterMetadata) GetFinishTime

func (x *CreateClusterMetadata) GetFinishTime() *timestamppb.Timestamp

func (*CreateClusterMetadata) GetOriginalRequest

func (x *CreateClusterMetadata) GetOriginalRequest() *CreateClusterRequest

func (*CreateClusterMetadata) GetRequestTime

func (x *CreateClusterMetadata) GetRequestTime() *timestamppb.Timestamp

func (*CreateClusterMetadata) GetTables

func (*CreateClusterMetadata) ProtoMessage

func (*CreateClusterMetadata) ProtoMessage()

func (*CreateClusterMetadata) ProtoReflect

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

func (*CreateClusterMetadata) Reset

func (x *CreateClusterMetadata) Reset()

func (*CreateClusterMetadata) String

func (x *CreateClusterMetadata) String() string

type CreateClusterMetadata_TableProgress

type CreateClusterMetadata_TableProgress struct {

	// Estimate of the size of the table to be copied.
	EstimatedSizeBytes int64 `protobuf:"varint,2,opt,name=estimated_size_bytes,json=estimatedSizeBytes,proto3" json:"estimated_size_bytes,omitempty"`
	// Estimate of the number of bytes copied so far for this table.
	// This will eventually reach 'estimated_size_bytes' unless the table copy
	// is CANCELLED.
	EstimatedCopiedBytes int64                                     `protobuf:"varint,3,opt,name=estimated_copied_bytes,json=estimatedCopiedBytes,proto3" json:"estimated_copied_bytes,omitempty"`
	State                CreateClusterMetadata_TableProgress_State `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

Progress info for copying a table's data to the new cluster.

func (*CreateClusterMetadata_TableProgress) Descriptor deprecated

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

Deprecated: Use CreateClusterMetadata_TableProgress.ProtoReflect.Descriptor instead.

func (*CreateClusterMetadata_TableProgress) GetEstimatedCopiedBytes

func (x *CreateClusterMetadata_TableProgress) GetEstimatedCopiedBytes() int64

func (*CreateClusterMetadata_TableProgress) GetEstimatedSizeBytes

func (x *CreateClusterMetadata_TableProgress) GetEstimatedSizeBytes() int64

func (*CreateClusterMetadata_TableProgress) GetState

func (*CreateClusterMetadata_TableProgress) ProtoMessage

func (*CreateClusterMetadata_TableProgress) ProtoMessage()

func (*CreateClusterMetadata_TableProgress) ProtoReflect

func (*CreateClusterMetadata_TableProgress) Reset

func (*CreateClusterMetadata_TableProgress) String

type CreateClusterMetadata_TableProgress_State

type CreateClusterMetadata_TableProgress_State int32
const (
	CreateClusterMetadata_TableProgress_STATE_UNSPECIFIED CreateClusterMetadata_TableProgress_State = 0
	// The table has not yet begun copying to the new cluster.
	CreateClusterMetadata_TableProgress_PENDING CreateClusterMetadata_TableProgress_State = 1
	// The table is actively being copied to the new cluster.
	CreateClusterMetadata_TableProgress_COPYING CreateClusterMetadata_TableProgress_State = 2
	// The table has been fully copied to the new cluster.
	CreateClusterMetadata_TableProgress_COMPLETED CreateClusterMetadata_TableProgress_State = 3
	// The table was deleted before it finished copying to the new cluster.
	// Note that tables deleted after completion will stay marked as
	// COMPLETED, not CANCELLED.
	CreateClusterMetadata_TableProgress_CANCELLED CreateClusterMetadata_TableProgress_State = 4
)

func (CreateClusterMetadata_TableProgress_State) Descriptor

func (CreateClusterMetadata_TableProgress_State) Enum

func (CreateClusterMetadata_TableProgress_State) EnumDescriptor deprecated

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

Deprecated: Use CreateClusterMetadata_TableProgress_State.Descriptor instead.

func (CreateClusterMetadata_TableProgress_State) Number

func (CreateClusterMetadata_TableProgress_State) String

func (CreateClusterMetadata_TableProgress_State) Type

type CreateClusterRequest

type CreateClusterRequest struct {

	// Required. The unique name of the instance in which to create the new
	// cluster. Values are of the form `projects/{project}/instances/{instance}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The ID to be used when referring to the new cluster within its
	// instance, e.g., just `mycluster` rather than
	// `projects/myproject/instances/myinstance/clusters/mycluster`.
	ClusterId string `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required. The cluster to be created.
	// Fields marked `OutputOnly` must be left blank.
	Cluster *Cluster `protobuf:"bytes,3,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.CreateCluster.

func (*CreateClusterRequest) Descriptor deprecated

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

Deprecated: Use CreateClusterRequest.ProtoReflect.Descriptor instead.

func (*CreateClusterRequest) GetCluster

func (x *CreateClusterRequest) GetCluster() *Cluster

func (*CreateClusterRequest) GetClusterId

func (x *CreateClusterRequest) GetClusterId() string

func (*CreateClusterRequest) GetParent

func (x *CreateClusterRequest) GetParent() string

func (*CreateClusterRequest) ProtoMessage

func (*CreateClusterRequest) ProtoMessage()

func (*CreateClusterRequest) ProtoReflect

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

func (*CreateClusterRequest) Reset

func (x *CreateClusterRequest) Reset()

func (*CreateClusterRequest) String

func (x *CreateClusterRequest) String() string

type CreateInstanceMetadata

type CreateInstanceMetadata struct {

	// The request that prompted the initiation of this CreateInstance operation.
	OriginalRequest *CreateInstanceRequest `protobuf:"bytes,1,opt,name=original_request,json=originalRequest,proto3" json:"original_request,omitempty"`
	// The time at which the original request was received.
	RequestTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=request_time,json=requestTime,proto3" json:"request_time,omitempty"`
	// The time at which the operation failed or was completed successfully.
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// contains filtered or unexported fields
}

The metadata for the Operation returned by CreateInstance.

func (*CreateInstanceMetadata) Descriptor deprecated

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

Deprecated: Use CreateInstanceMetadata.ProtoReflect.Descriptor instead.

func (*CreateInstanceMetadata) GetFinishTime

func (x *CreateInstanceMetadata) GetFinishTime() *timestamppb.Timestamp

func (*CreateInstanceMetadata) GetOriginalRequest

func (x *CreateInstanceMetadata) GetOriginalRequest() *CreateInstanceRequest

func (*CreateInstanceMetadata) GetRequestTime

func (x *CreateInstanceMetadata) GetRequestTime() *timestamppb.Timestamp

func (*CreateInstanceMetadata) ProtoMessage

func (*CreateInstanceMetadata) ProtoMessage()

func (*CreateInstanceMetadata) ProtoReflect

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

func (*CreateInstanceMetadata) Reset

func (x *CreateInstanceMetadata) Reset()

func (*CreateInstanceMetadata) String

func (x *CreateInstanceMetadata) String() string

type CreateInstanceRequest

type CreateInstanceRequest struct {

	// Required. The unique name of the project in which to create the new
	// instance. Values are of the form `projects/{project}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The ID to be used when referring to the new instance within its
	// project, e.g., just `myinstance` rather than
	// `projects/myproject/instances/myinstance`.
	InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Required. The instance to create.
	// Fields marked `OutputOnly` must be left blank.
	Instance *Instance `protobuf:"bytes,3,opt,name=instance,proto3" json:"instance,omitempty"`
	// Required. The clusters to be created within the instance, mapped by desired
	// cluster ID, e.g., just `mycluster` rather than
	// `projects/myproject/instances/myinstance/clusters/mycluster`.
	// Fields marked `OutputOnly` must be left blank.
	// Currently, at most four clusters can be specified.
	Clusters map[string]*Cluster `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.CreateInstance.

func (*CreateInstanceRequest) Descriptor deprecated

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

Deprecated: Use CreateInstanceRequest.ProtoReflect.Descriptor instead.

func (*CreateInstanceRequest) GetClusters

func (x *CreateInstanceRequest) GetClusters() map[string]*Cluster

func (*CreateInstanceRequest) GetInstance

func (x *CreateInstanceRequest) GetInstance() *Instance

func (*CreateInstanceRequest) GetInstanceId

func (x *CreateInstanceRequest) GetInstanceId() string

func (*CreateInstanceRequest) GetParent

func (x *CreateInstanceRequest) GetParent() string

func (*CreateInstanceRequest) ProtoMessage

func (*CreateInstanceRequest) ProtoMessage()

func (*CreateInstanceRequest) ProtoReflect

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

func (*CreateInstanceRequest) Reset

func (x *CreateInstanceRequest) Reset()

func (*CreateInstanceRequest) String

func (x *CreateInstanceRequest) String() string

type CreateTableFromSnapshotMetadata

type CreateTableFromSnapshotMetadata struct {

	// The request that prompted the initiation of this CreateTableFromSnapshot
	// operation.
	OriginalRequest *CreateTableFromSnapshotRequest `protobuf:"bytes,1,opt,name=original_request,json=originalRequest,proto3" json:"original_request,omitempty"`
	// The time at which the original request was received.
	RequestTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=request_time,json=requestTime,proto3" json:"request_time,omitempty"`
	// The time at which the operation failed or was completed successfully.
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// contains filtered or unexported fields
}

The metadata for the Operation returned by CreateTableFromSnapshot.

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

func (*CreateTableFromSnapshotMetadata) Descriptor deprecated

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

Deprecated: Use CreateTableFromSnapshotMetadata.ProtoReflect.Descriptor instead.

func (*CreateTableFromSnapshotMetadata) GetFinishTime

func (*CreateTableFromSnapshotMetadata) GetOriginalRequest

func (*CreateTableFromSnapshotMetadata) GetRequestTime

func (*CreateTableFromSnapshotMetadata) ProtoMessage

func (*CreateTableFromSnapshotMetadata) ProtoMessage()

func (*CreateTableFromSnapshotMetadata) ProtoReflect

func (*CreateTableFromSnapshotMetadata) Reset

func (*CreateTableFromSnapshotMetadata) String

type CreateTableFromSnapshotRequest

type CreateTableFromSnapshotRequest struct {

	// Required. The unique name of the instance in which to create the table.
	// Values are of the form `projects/{project}/instances/{instance}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The name by which the new table should be referred to within the
	// parent instance, e.g., `foobar` rather than `{parent}/tables/foobar`.
	TableId string `protobuf:"bytes,2,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	// Required. The unique name of the snapshot from which to restore the table.
	// The snapshot and the table must be in the same instance. Values are of the
	// form
	// `projects/{project}/instances/{instance}/clusters/{cluster}/snapshots/{snapshot}`.
	SourceSnapshot string `protobuf:"bytes,3,opt,name=source_snapshot,json=sourceSnapshot,proto3" json:"source_snapshot,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.CreateTableFromSnapshot][google.bigtable.admin.v2.BigtableTableAdmin.CreateTableFromSnapshot]

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

func (*CreateTableFromSnapshotRequest) Descriptor deprecated

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

Deprecated: Use CreateTableFromSnapshotRequest.ProtoReflect.Descriptor instead.

func (*CreateTableFromSnapshotRequest) GetParent

func (x *CreateTableFromSnapshotRequest) GetParent() string

func (*CreateTableFromSnapshotRequest) GetSourceSnapshot

func (x *CreateTableFromSnapshotRequest) GetSourceSnapshot() string

func (*CreateTableFromSnapshotRequest) GetTableId

func (x *CreateTableFromSnapshotRequest) GetTableId() string

func (*CreateTableFromSnapshotRequest) ProtoMessage

func (*CreateTableFromSnapshotRequest) ProtoMessage()

func (*CreateTableFromSnapshotRequest) ProtoReflect

func (*CreateTableFromSnapshotRequest) Reset

func (x *CreateTableFromSnapshotRequest) Reset()

func (*CreateTableFromSnapshotRequest) String

type CreateTableRequest

type CreateTableRequest struct {

	// Required. The unique name of the instance in which to create the table.
	// Values are of the form `projects/{project}/instances/{instance}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The name by which the new table should be referred to within the
	// parent instance, e.g., `foobar` rather than `{parent}/tables/foobar`.
	// Maximum 50 characters.
	TableId string `protobuf:"bytes,2,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	// Required. The Table to create.
	Table *Table `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"`
	// The optional list of row keys that will be used to initially split the
	// table into several tablets (tablets are similar to HBase regions).
	// Given two split keys, `s1` and `s2`, three tablets will be created,
	// spanning the key ranges: `[, s1), [s1, s2), [s2, )`.
	//
	// Example:
	//
	//   - Row keys := `["a", "apple", "custom", "customer_1", "customer_2",`
	//     `"other", "zz"]`
	//   - initial_split_keys := `["apple", "customer_1", "customer_2", "other"]`
	//   - Key assignment:
	//   - Tablet 1 `[, apple)                => {"a"}.`
	//   - Tablet 2 `[apple, customer_1)      => {"apple", "custom"}.`
	//   - Tablet 3 `[customer_1, customer_2) => {"customer_1"}.`
	//   - Tablet 4 `[customer_2, other)      => {"customer_2"}.`
	//   - Tablet 5 `[other, )                => {"other", "zz"}.`
	InitialSplits []*CreateTableRequest_Split `protobuf:"bytes,4,rep,name=initial_splits,json=initialSplits,proto3" json:"initial_splits,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.CreateTable][google.bigtable.admin.v2.BigtableTableAdmin.CreateTable]

func (*CreateTableRequest) Descriptor deprecated

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

Deprecated: Use CreateTableRequest.ProtoReflect.Descriptor instead.

func (*CreateTableRequest) GetInitialSplits

func (x *CreateTableRequest) GetInitialSplits() []*CreateTableRequest_Split

func (*CreateTableRequest) GetParent

func (x *CreateTableRequest) GetParent() string

func (*CreateTableRequest) GetTable

func (x *CreateTableRequest) GetTable() *Table

func (*CreateTableRequest) GetTableId

func (x *CreateTableRequest) GetTableId() string

func (*CreateTableRequest) ProtoMessage

func (*CreateTableRequest) ProtoMessage()

func (*CreateTableRequest) ProtoReflect

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

func (*CreateTableRequest) Reset

func (x *CreateTableRequest) Reset()

func (*CreateTableRequest) String

func (x *CreateTableRequest) String() string

type CreateTableRequest_Split

type CreateTableRequest_Split struct {

	// Row key to use as an initial tablet boundary.
	Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

An initial split point for a newly created table.

func (*CreateTableRequest_Split) Descriptor deprecated

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

Deprecated: Use CreateTableRequest_Split.ProtoReflect.Descriptor instead.

func (*CreateTableRequest_Split) GetKey

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

func (*CreateTableRequest_Split) ProtoMessage

func (*CreateTableRequest_Split) ProtoMessage()

func (*CreateTableRequest_Split) ProtoReflect

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

func (*CreateTableRequest_Split) Reset

func (x *CreateTableRequest_Split) Reset()

func (*CreateTableRequest_Split) String

func (x *CreateTableRequest_Split) String() string

type DataBoostReadLocalWrites

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

Checks that all writes before the consistency token was generated in the same cluster are readable by Databoost.

func (*DataBoostReadLocalWrites) Descriptor deprecated

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

Deprecated: Use DataBoostReadLocalWrites.ProtoReflect.Descriptor instead.

func (*DataBoostReadLocalWrites) ProtoMessage

func (*DataBoostReadLocalWrites) ProtoMessage()

func (*DataBoostReadLocalWrites) ProtoReflect

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

func (*DataBoostReadLocalWrites) Reset

func (x *DataBoostReadLocalWrites) Reset()

func (*DataBoostReadLocalWrites) String

func (x *DataBoostReadLocalWrites) String() string

type DeleteAppProfileRequest

type DeleteAppProfileRequest struct {

	// Required. The unique name of the app profile to be deleted. Values are of
	// the form
	// `projects/{project}/instances/{instance}/appProfiles/{app_profile}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. If true, ignore safety checks when deleting the app profile.
	IgnoreWarnings bool `protobuf:"varint,2,opt,name=ignore_warnings,json=ignoreWarnings,proto3" json:"ignore_warnings,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.DeleteAppProfile.

func (*DeleteAppProfileRequest) Descriptor deprecated

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

Deprecated: Use DeleteAppProfileRequest.ProtoReflect.Descriptor instead.

func (*DeleteAppProfileRequest) GetIgnoreWarnings

func (x *DeleteAppProfileRequest) GetIgnoreWarnings() bool

func (*DeleteAppProfileRequest) GetName

func (x *DeleteAppProfileRequest) GetName() string

func (*DeleteAppProfileRequest) ProtoMessage

func (*DeleteAppProfileRequest) ProtoMessage()

func (*DeleteAppProfileRequest) ProtoReflect

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

func (*DeleteAppProfileRequest) Reset

func (x *DeleteAppProfileRequest) Reset()

func (*DeleteAppProfileRequest) String

func (x *DeleteAppProfileRequest) String() string

type DeleteAuthorizedViewRequest

type DeleteAuthorizedViewRequest struct {

	// Required. The unique name of the AuthorizedView to be deleted.
	// Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. The current etag of the AuthorizedView.
	// If an etag is provided and does not match the current etag of the
	// AuthorizedView, deletion will be blocked and an ABORTED error will be
	// returned.
	Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.DeleteAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.DeleteAuthorizedView]

func (*DeleteAuthorizedViewRequest) Descriptor deprecated

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

Deprecated: Use DeleteAuthorizedViewRequest.ProtoReflect.Descriptor instead.

func (*DeleteAuthorizedViewRequest) GetEtag

func (x *DeleteAuthorizedViewRequest) GetEtag() string

func (*DeleteAuthorizedViewRequest) GetName

func (x *DeleteAuthorizedViewRequest) GetName() string

func (*DeleteAuthorizedViewRequest) ProtoMessage

func (*DeleteAuthorizedViewRequest) ProtoMessage()

func (*DeleteAuthorizedViewRequest) ProtoReflect

func (*DeleteAuthorizedViewRequest) Reset

func (x *DeleteAuthorizedViewRequest) Reset()

func (*DeleteAuthorizedViewRequest) String

func (x *DeleteAuthorizedViewRequest) String() string

type DeleteBackupRequest

type DeleteBackupRequest struct {

	// Required. Name of the backup to delete.
	// Values are of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The request for [DeleteBackup][google.bigtable.admin.v2.BigtableTableAdmin.DeleteBackup].

func (*DeleteBackupRequest) Descriptor deprecated

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

Deprecated: Use DeleteBackupRequest.ProtoReflect.Descriptor instead.

func (*DeleteBackupRequest) GetName

func (x *DeleteBackupRequest) GetName() string

func (*DeleteBackupRequest) ProtoMessage

func (*DeleteBackupRequest) ProtoMessage()

func (*DeleteBackupRequest) ProtoReflect

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

func (*DeleteBackupRequest) Reset

func (x *DeleteBackupRequest) Reset()

func (*DeleteBackupRequest) String

func (x *DeleteBackupRequest) String() string

type DeleteClusterRequest

type DeleteClusterRequest struct {

	// Required. The unique name of the cluster to be deleted. Values are of the
	// form `projects/{project}/instances/{instance}/clusters/{cluster}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.DeleteCluster.

func (*DeleteClusterRequest) Descriptor deprecated

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

Deprecated: Use DeleteClusterRequest.ProtoReflect.Descriptor instead.

func (*DeleteClusterRequest) GetName

func (x *DeleteClusterRequest) GetName() string

func (*DeleteClusterRequest) ProtoMessage

func (*DeleteClusterRequest) ProtoMessage()

func (*DeleteClusterRequest) ProtoReflect

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

func (*DeleteClusterRequest) Reset

func (x *DeleteClusterRequest) Reset()

func (*DeleteClusterRequest) String

func (x *DeleteClusterRequest) String() string

type DeleteInstanceRequest

type DeleteInstanceRequest struct {

	// Required. The unique name of the instance to be deleted.
	// Values are of the form `projects/{project}/instances/{instance}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.DeleteInstance.

func (*DeleteInstanceRequest) Descriptor deprecated

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

Deprecated: Use DeleteInstanceRequest.ProtoReflect.Descriptor instead.

func (*DeleteInstanceRequest) GetName

func (x *DeleteInstanceRequest) GetName() string

func (*DeleteInstanceRequest) ProtoMessage

func (*DeleteInstanceRequest) ProtoMessage()

func (*DeleteInstanceRequest) ProtoReflect

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

func (*DeleteInstanceRequest) Reset

func (x *DeleteInstanceRequest) Reset()

func (*DeleteInstanceRequest) String

func (x *DeleteInstanceRequest) String() string

type DeleteSnapshotRequest

type DeleteSnapshotRequest struct {

	// Required. The unique name of the snapshot to be deleted.
	// Values are of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}/snapshots/{snapshot}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.DeleteSnapshot][google.bigtable.admin.v2.BigtableTableAdmin.DeleteSnapshot]

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

func (*DeleteSnapshotRequest) Descriptor deprecated

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

Deprecated: Use DeleteSnapshotRequest.ProtoReflect.Descriptor instead.

func (*DeleteSnapshotRequest) GetName

func (x *DeleteSnapshotRequest) GetName() string

func (*DeleteSnapshotRequest) ProtoMessage

func (*DeleteSnapshotRequest) ProtoMessage()

func (*DeleteSnapshotRequest) ProtoReflect

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

func (*DeleteSnapshotRequest) Reset

func (x *DeleteSnapshotRequest) Reset()

func (*DeleteSnapshotRequest) String

func (x *DeleteSnapshotRequest) String() string

type DeleteTableRequest

type DeleteTableRequest struct {

	// Required. The unique name of the table to be deleted.
	// Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable]

func (*DeleteTableRequest) Descriptor deprecated

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

Deprecated: Use DeleteTableRequest.ProtoReflect.Descriptor instead.

func (*DeleteTableRequest) GetName

func (x *DeleteTableRequest) GetName() string

func (*DeleteTableRequest) ProtoMessage

func (*DeleteTableRequest) ProtoMessage()

func (*DeleteTableRequest) ProtoReflect

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

func (*DeleteTableRequest) Reset

func (x *DeleteTableRequest) Reset()

func (*DeleteTableRequest) String

func (x *DeleteTableRequest) String() string

type DropRowRangeRequest

type DropRowRangeRequest struct {

	// Required. The unique name of the table on which to drop a range of rows.
	// Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Delete all rows or by prefix.
	//
	// Types that are assignable to Target:
	//
	//	*DropRowRangeRequest_RowKeyPrefix
	//	*DropRowRangeRequest_DeleteAllDataFromTable
	Target isDropRowRangeRequest_Target `protobuf_oneof:"target"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange][google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange]

func (*DropRowRangeRequest) Descriptor deprecated

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

Deprecated: Use DropRowRangeRequest.ProtoReflect.Descriptor instead.

func (*DropRowRangeRequest) GetDeleteAllDataFromTable

func (x *DropRowRangeRequest) GetDeleteAllDataFromTable() bool

func (*DropRowRangeRequest) GetName

func (x *DropRowRangeRequest) GetName() string

func (*DropRowRangeRequest) GetRowKeyPrefix

func (x *DropRowRangeRequest) GetRowKeyPrefix() []byte

func (*DropRowRangeRequest) GetTarget

func (m *DropRowRangeRequest) GetTarget() isDropRowRangeRequest_Target

func (*DropRowRangeRequest) ProtoMessage

func (*DropRowRangeRequest) ProtoMessage()

func (*DropRowRangeRequest) ProtoReflect

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

func (*DropRowRangeRequest) Reset

func (x *DropRowRangeRequest) Reset()

func (*DropRowRangeRequest) String

func (x *DropRowRangeRequest) String() string

type DropRowRangeRequest_DeleteAllDataFromTable

type DropRowRangeRequest_DeleteAllDataFromTable struct {
	// Delete all rows in the table. Setting this to false is a no-op.
	DeleteAllDataFromTable bool `protobuf:"varint,3,opt,name=delete_all_data_from_table,json=deleteAllDataFromTable,proto3,oneof"`
}

type DropRowRangeRequest_RowKeyPrefix

type DropRowRangeRequest_RowKeyPrefix struct {
	// Delete all rows that start with this row key prefix. Prefix cannot be
	// zero length.
	RowKeyPrefix []byte `protobuf:"bytes,2,opt,name=row_key_prefix,json=rowKeyPrefix,proto3,oneof"`
}

type EncryptionInfo

type EncryptionInfo struct {

	// Output only. The type of encryption used to protect this resource.
	EncryptionType EncryptionInfo_EncryptionType `` /* 164-byte string literal not displayed */
	// Output only. The status of encrypt/decrypt calls on underlying data for
	// this resource. Regardless of status, the existing data is always encrypted
	// at rest.
	EncryptionStatus *status.Status `protobuf:"bytes,4,opt,name=encryption_status,json=encryptionStatus,proto3" json:"encryption_status,omitempty"`
	// Output only. The version of the Cloud KMS key specified in the parent
	// cluster that is in use for the data underlying this table.
	KmsKeyVersion string `protobuf:"bytes,2,opt,name=kms_key_version,json=kmsKeyVersion,proto3" json:"kms_key_version,omitempty"`
	// contains filtered or unexported fields
}

Encryption information for a given resource. If this resource is protected with customer managed encryption, the in-use Cloud Key Management Service (Cloud KMS) key version is specified along with its status.

func (*EncryptionInfo) Descriptor deprecated

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

Deprecated: Use EncryptionInfo.ProtoReflect.Descriptor instead.

func (*EncryptionInfo) GetEncryptionStatus

func (x *EncryptionInfo) GetEncryptionStatus() *status.Status

func (*EncryptionInfo) GetEncryptionType

func (x *EncryptionInfo) GetEncryptionType() EncryptionInfo_EncryptionType

func (*EncryptionInfo) GetKmsKeyVersion

func (x *EncryptionInfo) GetKmsKeyVersion() string

func (*EncryptionInfo) ProtoMessage

func (*EncryptionInfo) ProtoMessage()

func (*EncryptionInfo) ProtoReflect

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

func (*EncryptionInfo) Reset

func (x *EncryptionInfo) Reset()

func (*EncryptionInfo) String

func (x *EncryptionInfo) String() string

type EncryptionInfo_EncryptionType

type EncryptionInfo_EncryptionType int32

Possible encryption types for a resource.

const (
	// Encryption type was not specified, though data at rest remains encrypted.
	EncryptionInfo_ENCRYPTION_TYPE_UNSPECIFIED EncryptionInfo_EncryptionType = 0
	// The data backing this resource is encrypted at rest with a key that is
	// fully managed by Google. No key version or status will be populated.
	// This is the default state.
	EncryptionInfo_GOOGLE_DEFAULT_ENCRYPTION EncryptionInfo_EncryptionType = 1
	// The data backing this resource is encrypted at rest with a key that is
	// managed by the customer.
	// The in-use version of the key and its status are populated for
	// CMEK-protected tables.
	// CMEK-protected backups are pinned to the key version that was in use at
	// the time the backup was taken. This key version is populated but its
	// status is not tracked and is reported as `UNKNOWN`.
	EncryptionInfo_CUSTOMER_MANAGED_ENCRYPTION EncryptionInfo_EncryptionType = 2
)

func (EncryptionInfo_EncryptionType) Descriptor

func (EncryptionInfo_EncryptionType) Enum

func (EncryptionInfo_EncryptionType) EnumDescriptor deprecated

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

Deprecated: Use EncryptionInfo_EncryptionType.Descriptor instead.

func (EncryptionInfo_EncryptionType) Number

func (EncryptionInfo_EncryptionType) String

func (EncryptionInfo_EncryptionType) Type

type GcRule

type GcRule struct {

	// Garbage collection rules.
	//
	// Types that are assignable to Rule:
	//
	//	*GcRule_MaxNumVersions
	//	*GcRule_MaxAge
	//	*GcRule_Intersection_
	//	*GcRule_Union_
	Rule isGcRule_Rule `protobuf_oneof:"rule"`
	// contains filtered or unexported fields
}

Rule for determining which cells to delete during garbage collection.

func (*GcRule) Descriptor deprecated

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

Deprecated: Use GcRule.ProtoReflect.Descriptor instead.

func (*GcRule) GetIntersection

func (x *GcRule) GetIntersection() *GcRule_Intersection

func (*GcRule) GetMaxAge

func (x *GcRule) GetMaxAge() *durationpb.Duration

func (*GcRule) GetMaxNumVersions

func (x *GcRule) GetMaxNumVersions() int32

func (*GcRule) GetRule

func (m *GcRule) GetRule() isGcRule_Rule

func (*GcRule) GetUnion

func (x *GcRule) GetUnion() *GcRule_Union

func (*GcRule) ProtoMessage

func (*GcRule) ProtoMessage()

func (*GcRule) ProtoReflect

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

func (*GcRule) Reset

func (x *GcRule) Reset()

func (*GcRule) String

func (x *GcRule) String() string

type GcRule_Intersection

type GcRule_Intersection struct {

	// Only delete cells which would be deleted by every element of `rules`.
	Rules []*GcRule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

A GcRule which deletes cells matching all of the given rules.

func (*GcRule_Intersection) Descriptor deprecated

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

Deprecated: Use GcRule_Intersection.ProtoReflect.Descriptor instead.

func (*GcRule_Intersection) GetRules

func (x *GcRule_Intersection) GetRules() []*GcRule

func (*GcRule_Intersection) ProtoMessage

func (*GcRule_Intersection) ProtoMessage()

func (*GcRule_Intersection) ProtoReflect

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

func (*GcRule_Intersection) Reset

func (x *GcRule_Intersection) Reset()

func (*GcRule_Intersection) String

func (x *GcRule_Intersection) String() string

type GcRule_Intersection_

type GcRule_Intersection_ struct {
	// Delete cells that would be deleted by every nested rule.
	Intersection *GcRule_Intersection `protobuf:"bytes,3,opt,name=intersection,proto3,oneof"`
}

type GcRule_MaxAge

type GcRule_MaxAge struct {
	// Delete cells in a column older than the given age.
	// Values must be at least one millisecond, and will be truncated to
	// microsecond granularity.
	MaxAge *durationpb.Duration `protobuf:"bytes,2,opt,name=max_age,json=maxAge,proto3,oneof"`
}

type GcRule_MaxNumVersions

type GcRule_MaxNumVersions struct {
	// Delete all cells in a column except the most recent N.
	MaxNumVersions int32 `protobuf:"varint,1,opt,name=max_num_versions,json=maxNumVersions,proto3,oneof"`
}

type GcRule_Union

type GcRule_Union struct {

	// Delete cells which would be deleted by any element of `rules`.
	Rules []*GcRule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

A GcRule which deletes cells matching any of the given rules.

func (*GcRule_Union) Descriptor deprecated

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

Deprecated: Use GcRule_Union.ProtoReflect.Descriptor instead.

func (*GcRule_Union) GetRules

func (x *GcRule_Union) GetRules() []*GcRule

func (*GcRule_Union) ProtoMessage

func (*GcRule_Union) ProtoMessage()

func (*GcRule_Union) ProtoReflect

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

func (*GcRule_Union) Reset

func (x *GcRule_Union) Reset()

func (*GcRule_Union) String

func (x *GcRule_Union) String() string

type GcRule_Union_

type GcRule_Union_ struct {
	// Delete cells that would be deleted by any nested rule.
	Union *GcRule_Union `protobuf:"bytes,4,opt,name=union,proto3,oneof"`
}

type GenerateConsistencyTokenRequest

type GenerateConsistencyTokenRequest struct {

	// Required. The unique name of the Table for which to create a consistency
	// token. Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken][google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken]

func (*GenerateConsistencyTokenRequest) Descriptor deprecated

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

Deprecated: Use GenerateConsistencyTokenRequest.ProtoReflect.Descriptor instead.

func (*GenerateConsistencyTokenRequest) GetName

func (*GenerateConsistencyTokenRequest) ProtoMessage

func (*GenerateConsistencyTokenRequest) ProtoMessage()

func (*GenerateConsistencyTokenRequest) ProtoReflect

func (*GenerateConsistencyTokenRequest) Reset

func (*GenerateConsistencyTokenRequest) String

type GenerateConsistencyTokenResponse

type GenerateConsistencyTokenResponse struct {

	// The generated consistency token.
	ConsistencyToken string `protobuf:"bytes,1,opt,name=consistency_token,json=consistencyToken,proto3" json:"consistency_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken][google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken]

func (*GenerateConsistencyTokenResponse) Descriptor deprecated

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

Deprecated: Use GenerateConsistencyTokenResponse.ProtoReflect.Descriptor instead.

func (*GenerateConsistencyTokenResponse) GetConsistencyToken

func (x *GenerateConsistencyTokenResponse) GetConsistencyToken() string

func (*GenerateConsistencyTokenResponse) ProtoMessage

func (*GenerateConsistencyTokenResponse) ProtoMessage()

func (*GenerateConsistencyTokenResponse) ProtoReflect

func (*GenerateConsistencyTokenResponse) Reset

func (*GenerateConsistencyTokenResponse) String

type GetAppProfileRequest

type GetAppProfileRequest struct {

	// Required. The unique name of the requested app profile. Values are of the
	// form `projects/{project}/instances/{instance}/appProfiles/{app_profile}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.GetAppProfile.

func (*GetAppProfileRequest) Descriptor deprecated

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

Deprecated: Use GetAppProfileRequest.ProtoReflect.Descriptor instead.

func (*GetAppProfileRequest) GetName

func (x *GetAppProfileRequest) GetName() string

func (*GetAppProfileRequest) ProtoMessage

func (*GetAppProfileRequest) ProtoMessage()

func (*GetAppProfileRequest) ProtoReflect

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

func (*GetAppProfileRequest) Reset

func (x *GetAppProfileRequest) Reset()

func (*GetAppProfileRequest) String

func (x *GetAppProfileRequest) String() string

type GetAuthorizedViewRequest

type GetAuthorizedViewRequest struct {

	// Required. The unique name of the requested AuthorizedView.
	// Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional. The resource_view to be applied to the returned AuthorizedView's
	// fields. Default to BASIC.
	View AuthorizedView_ResponseView `protobuf:"varint,2,opt,name=view,proto3,enum=google.bigtable.admin.v2.AuthorizedView_ResponseView" json:"view,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.GetAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.GetAuthorizedView]

func (*GetAuthorizedViewRequest) Descriptor deprecated

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

Deprecated: Use GetAuthorizedViewRequest.ProtoReflect.Descriptor instead.

func (*GetAuthorizedViewRequest) GetName

func (x *GetAuthorizedViewRequest) GetName() string

func (*GetAuthorizedViewRequest) GetView

func (*GetAuthorizedViewRequest) ProtoMessage

func (*GetAuthorizedViewRequest) ProtoMessage()

func (*GetAuthorizedViewRequest) ProtoReflect

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

func (*GetAuthorizedViewRequest) Reset

func (x *GetAuthorizedViewRequest) Reset()

func (*GetAuthorizedViewRequest) String

func (x *GetAuthorizedViewRequest) String() string

type GetBackupRequest

type GetBackupRequest struct {

	// Required. Name of the backup.
	// Values are of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The request for [GetBackup][google.bigtable.admin.v2.BigtableTableAdmin.GetBackup].

func (*GetBackupRequest) Descriptor deprecated

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

Deprecated: Use GetBackupRequest.ProtoReflect.Descriptor instead.

func (*GetBackupRequest) GetName

func (x *GetBackupRequest) GetName() string

func (*GetBackupRequest) ProtoMessage

func (*GetBackupRequest) ProtoMessage()

func (*GetBackupRequest) ProtoReflect

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

func (*GetBackupRequest) Reset

func (x *GetBackupRequest) Reset()

func (*GetBackupRequest) String

func (x *GetBackupRequest) String() string

type GetClusterRequest

type GetClusterRequest struct {

	// Required. The unique name of the requested cluster. Values are of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.GetCluster.

func (*GetClusterRequest) Descriptor deprecated

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

Deprecated: Use GetClusterRequest.ProtoReflect.Descriptor instead.

func (*GetClusterRequest) GetName

func (x *GetClusterRequest) GetName() string

func (*GetClusterRequest) ProtoMessage

func (*GetClusterRequest) ProtoMessage()

func (*GetClusterRequest) ProtoReflect

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

func (*GetClusterRequest) Reset

func (x *GetClusterRequest) Reset()

func (*GetClusterRequest) String

func (x *GetClusterRequest) String() string

type GetInstanceRequest

type GetInstanceRequest struct {

	// Required. The unique name of the requested instance. Values are of the form
	// `projects/{project}/instances/{instance}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.GetInstance.

func (*GetInstanceRequest) Descriptor deprecated

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

Deprecated: Use GetInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetInstanceRequest) GetName

func (x *GetInstanceRequest) GetName() string

func (*GetInstanceRequest) ProtoMessage

func (*GetInstanceRequest) ProtoMessage()

func (*GetInstanceRequest) ProtoReflect

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

func (*GetInstanceRequest) Reset

func (x *GetInstanceRequest) Reset()

func (*GetInstanceRequest) String

func (x *GetInstanceRequest) String() string

type GetSnapshotRequest

type GetSnapshotRequest struct {

	// Required. The unique name of the requested snapshot.
	// Values are of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}/snapshots/{snapshot}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.GetSnapshot][google.bigtable.admin.v2.BigtableTableAdmin.GetSnapshot]

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

func (*GetSnapshotRequest) Descriptor deprecated

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

Deprecated: Use GetSnapshotRequest.ProtoReflect.Descriptor instead.

func (*GetSnapshotRequest) GetName

func (x *GetSnapshotRequest) GetName() string

func (*GetSnapshotRequest) ProtoMessage

func (*GetSnapshotRequest) ProtoMessage()

func (*GetSnapshotRequest) ProtoReflect

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

func (*GetSnapshotRequest) Reset

func (x *GetSnapshotRequest) Reset()

func (*GetSnapshotRequest) String

func (x *GetSnapshotRequest) String() string

type GetTableRequest

type GetTableRequest struct {

	// Required. The unique name of the requested table.
	// Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The view to be applied to the returned table's fields.
	// Defaults to `SCHEMA_VIEW` if unspecified.
	View Table_View `protobuf:"varint,2,opt,name=view,proto3,enum=google.bigtable.admin.v2.Table_View" json:"view,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.GetTable][google.bigtable.admin.v2.BigtableTableAdmin.GetTable]

func (*GetTableRequest) Descriptor deprecated

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

Deprecated: Use GetTableRequest.ProtoReflect.Descriptor instead.

func (*GetTableRequest) GetName

func (x *GetTableRequest) GetName() string

func (*GetTableRequest) GetView

func (x *GetTableRequest) GetView() Table_View

func (*GetTableRequest) ProtoMessage

func (*GetTableRequest) ProtoMessage()

func (*GetTableRequest) ProtoReflect

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

func (*GetTableRequest) Reset

func (x *GetTableRequest) Reset()

func (*GetTableRequest) String

func (x *GetTableRequest) String() string

type HotTablet

type HotTablet struct {

	// The unique name of the hot tablet. Values are of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/[a-zA-Z0-9_-]*`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Name of the table that contains the tablet. Values are of the form
	// `projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
	TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Output only. The start time of the hot tablet.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Output only. The end time of the hot tablet.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// Tablet Start Key (inclusive).
	StartKey string `protobuf:"bytes,5,opt,name=start_key,json=startKey,proto3" json:"start_key,omitempty"`
	// Tablet End Key (inclusive).
	EndKey string `protobuf:"bytes,6,opt,name=end_key,json=endKey,proto3" json:"end_key,omitempty"`
	// Output only. The average CPU usage spent by a node on this tablet over the
	// start_time to end_time time range. The percentage is the amount of CPU used
	// by the node to serve the tablet, from 0% (tablet was not interacted with)
	// to 100% (the node spent all cycles serving the hot tablet).
	NodeCpuUsagePercent float32 `protobuf:"fixed32,7,opt,name=node_cpu_usage_percent,json=nodeCpuUsagePercent,proto3" json:"node_cpu_usage_percent,omitempty"`
	// contains filtered or unexported fields
}

A tablet is a defined by a start and end key and is explained in https://cloud.google.com/bigtable/docs/overview#architecture and https://cloud.google.com/bigtable/docs/performance#optimization. A Hot tablet is a tablet that exhibits high average cpu usage during the time interval from start time to end time.

func (*HotTablet) Descriptor deprecated

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

Deprecated: Use HotTablet.ProtoReflect.Descriptor instead.

func (*HotTablet) GetEndKey

func (x *HotTablet) GetEndKey() string

func (*HotTablet) GetEndTime

func (x *HotTablet) GetEndTime() *timestamppb.Timestamp

func (*HotTablet) GetName

func (x *HotTablet) GetName() string

func (*HotTablet) GetNodeCpuUsagePercent

func (x *HotTablet) GetNodeCpuUsagePercent() float32

func (*HotTablet) GetStartKey

func (x *HotTablet) GetStartKey() string

func (*HotTablet) GetStartTime

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

func (*HotTablet) GetTableName

func (x *HotTablet) GetTableName() string

func (*HotTablet) ProtoMessage

func (*HotTablet) ProtoMessage()

func (*HotTablet) ProtoReflect

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

func (*HotTablet) Reset

func (x *HotTablet) Reset()

func (*HotTablet) String

func (x *HotTablet) String() string

type Instance

type Instance struct {

	// The unique name of the instance. Values are of the form
	// `projects/{project}/instances/[a-z][a-z0-9\\-]+[a-z0-9]`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The descriptive name for this instance as it appears in UIs.
	// Can be changed at any time, but should be kept globally unique
	// to avoid confusion.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// (`OutputOnly`)
	// The current state of the instance.
	State Instance_State `protobuf:"varint,3,opt,name=state,proto3,enum=google.bigtable.admin.v2.Instance_State" json:"state,omitempty"`
	// The type of the instance. Defaults to `PRODUCTION`.
	Type Instance_Type `protobuf:"varint,4,opt,name=type,proto3,enum=google.bigtable.admin.v2.Instance_Type" json:"type,omitempty"`
	// Labels are a flexible and lightweight mechanism for organizing cloud
	// resources into groups that reflect a customer's organizational needs and
	// deployment strategies. They can be used to filter resources and aggregate
	// metrics.
	//
	//   - Label keys must be between 1 and 63 characters long and must conform to
	//     the regular expression: `[\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}`.
	//   - Label values must be between 0 and 63 characters long and must conform to
	//     the regular expression: `[\p{Ll}\p{Lo}\p{N}_-]{0,63}`.
	//   - No more than 64 labels can be associated with a given resource.
	//   - Keys and values must both be under 128 bytes.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Output only. A server-assigned timestamp representing when this Instance
	// was created. For instances created before this field was added (August
	// 2021), this value is `seconds: 0, nanos: 1`.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Reserved for future use.
	SatisfiesPzs *bool `protobuf:"varint,8,opt,name=satisfies_pzs,json=satisfiesPzs,proto3,oneof" json:"satisfies_pzs,omitempty"`
	// contains filtered or unexported fields
}

A collection of Bigtable [Tables][google.bigtable.admin.v2.Table] and the resources that serve them. All tables in an instance are served from all [Clusters][google.bigtable.admin.v2.Cluster] in the instance.

func (*Instance) Descriptor deprecated

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

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

func (*Instance) GetCreateTime

func (x *Instance) GetCreateTime() *timestamppb.Timestamp

func (*Instance) GetDisplayName

func (x *Instance) GetDisplayName() string

func (*Instance) GetLabels

func (x *Instance) GetLabels() map[string]string

func (*Instance) GetName

func (x *Instance) GetName() string

func (*Instance) GetSatisfiesPzs

func (x *Instance) GetSatisfiesPzs() bool

func (*Instance) GetState

func (x *Instance) GetState() Instance_State

func (*Instance) GetType

func (x *Instance) GetType() Instance_Type

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

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

func (*Instance) Reset

func (x *Instance) Reset()

func (*Instance) String

func (x *Instance) String() string

type Instance_State

type Instance_State int32

Possible states of an instance.

const (
	// The state of the instance could not be determined.
	Instance_STATE_NOT_KNOWN Instance_State = 0
	// The instance has been successfully created and can serve requests
	// to its tables.
	Instance_READY Instance_State = 1
	// The instance is currently being created, and may be destroyed
	// if the creation process encounters an error.
	Instance_CREATING Instance_State = 2
)

func (Instance_State) Descriptor

func (Instance_State) Enum

func (x Instance_State) Enum() *Instance_State

func (Instance_State) EnumDescriptor deprecated

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

Deprecated: Use Instance_State.Descriptor instead.

func (Instance_State) Number

func (Instance_State) String

func (x Instance_State) String() string

func (Instance_State) Type

type Instance_Type

type Instance_Type int32

The type of the instance.

const (
	// The type of the instance is unspecified. If set when creating an
	// instance, a `PRODUCTION` instance will be created. If set when updating
	// an instance, the type will be left unchanged.
	Instance_TYPE_UNSPECIFIED Instance_Type = 0
	// An instance meant for production use. `serve_nodes` must be set
	// on the cluster.
	Instance_PRODUCTION Instance_Type = 1
	// DEPRECATED: Prefer PRODUCTION for all use cases, as it no longer enforces
	// a higher minimum node count than DEVELOPMENT.
	Instance_DEVELOPMENT Instance_Type = 2
)

func (Instance_Type) Descriptor

func (Instance_Type) Enum

func (x Instance_Type) Enum() *Instance_Type

func (Instance_Type) EnumDescriptor deprecated

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

Deprecated: Use Instance_Type.Descriptor instead.

func (Instance_Type) Number

func (Instance_Type) String

func (x Instance_Type) String() string

func (Instance_Type) Type

type ListAppProfilesRequest

type ListAppProfilesRequest struct {

	// Required. The unique name of the instance for which a list of app profiles
	// is requested. Values are of the form
	// `projects/{project}/instances/{instance}`.
	// Use `{instance} = '-'` to list AppProfiles for all Instances in a project,
	// e.g., `projects/myproject/instances/-`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Maximum number of results per page.
	//
	// A page_size of zero lets the server choose the number of items to return.
	// A page_size which is strictly positive will return at most that many items.
	// A negative page_size will cause an error.
	//
	// Following the first request, subsequent paginated calls are not required
	// to pass a page_size. If a page_size is set in subsequent calls, it must
	// match the page_size given in the first request.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The value of `next_page_token` returned by a previous call.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.ListAppProfiles.

func (*ListAppProfilesRequest) Descriptor deprecated

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

Deprecated: Use ListAppProfilesRequest.ProtoReflect.Descriptor instead.

func (*ListAppProfilesRequest) GetPageSize

func (x *ListAppProfilesRequest) GetPageSize() int32

func (*ListAppProfilesRequest) GetPageToken

func (x *ListAppProfilesRequest) GetPageToken() string

func (*ListAppProfilesRequest) GetParent

func (x *ListAppProfilesRequest) GetParent() string

func (*ListAppProfilesRequest) ProtoMessage

func (*ListAppProfilesRequest) ProtoMessage()

func (*ListAppProfilesRequest) ProtoReflect

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

func (*ListAppProfilesRequest) Reset

func (x *ListAppProfilesRequest) Reset()

func (*ListAppProfilesRequest) String

func (x *ListAppProfilesRequest) String() string

type ListAppProfilesResponse

type ListAppProfilesResponse struct {

	// The list of requested app profiles.
	AppProfiles []*AppProfile `protobuf:"bytes,1,rep,name=app_profiles,json=appProfiles,proto3" json:"app_profiles,omitempty"`
	// Set if not all app profiles could be returned in a single response.
	// Pass this value to `page_token` in another request to get the next
	// page of results.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Locations from which AppProfile information could not be retrieved,
	// due to an outage or some other transient condition.
	// AppProfiles from these locations may be missing from `app_profiles`.
	// Values are of the form `projects/<project>/locations/<zone_id>`
	FailedLocations []string `protobuf:"bytes,3,rep,name=failed_locations,json=failedLocations,proto3" json:"failed_locations,omitempty"`
	// contains filtered or unexported fields
}

Response message for BigtableInstanceAdmin.ListAppProfiles.

func (*ListAppProfilesResponse) Descriptor deprecated

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

Deprecated: Use ListAppProfilesResponse.ProtoReflect.Descriptor instead.

func (*ListAppProfilesResponse) GetAppProfiles

func (x *ListAppProfilesResponse) GetAppProfiles() []*AppProfile

func (*ListAppProfilesResponse) GetFailedLocations

func (x *ListAppProfilesResponse) GetFailedLocations() []string

func (*ListAppProfilesResponse) GetNextPageToken

func (x *ListAppProfilesResponse) GetNextPageToken() string

func (*ListAppProfilesResponse) ProtoMessage

func (*ListAppProfilesResponse) ProtoMessage()

func (*ListAppProfilesResponse) ProtoReflect

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

func (*ListAppProfilesResponse) Reset

func (x *ListAppProfilesResponse) Reset()

func (*ListAppProfilesResponse) String

func (x *ListAppProfilesResponse) String() string

type ListAuthorizedViewsRequest

type ListAuthorizedViewsRequest struct {

	// Required. The unique name of the table for which AuthorizedViews should be
	// listed. Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Optional. Maximum number of results per page.
	//
	// A page_size of zero lets the server choose the number of items to return.
	// A page_size which is strictly positive will return at most that many items.
	// A negative page_size will cause an error.
	//
	// Following the first request, subsequent paginated calls are not required
	// to pass a page_size. If a page_size is set in subsequent calls, it must
	// match the page_size given in the first request.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// Optional. The value of `next_page_token` returned by a previous call.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Optional. The resource_view to be applied to the returned views' fields.
	// Default to NAME_ONLY.
	View AuthorizedView_ResponseView `protobuf:"varint,4,opt,name=view,proto3,enum=google.bigtable.admin.v2.AuthorizedView_ResponseView" json:"view,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews][google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews]

func (*ListAuthorizedViewsRequest) Descriptor deprecated

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

Deprecated: Use ListAuthorizedViewsRequest.ProtoReflect.Descriptor instead.

func (*ListAuthorizedViewsRequest) GetPageSize

func (x *ListAuthorizedViewsRequest) GetPageSize() int32

func (*ListAuthorizedViewsRequest) GetPageToken

func (x *ListAuthorizedViewsRequest) GetPageToken() string

func (*ListAuthorizedViewsRequest) GetParent

func (x *ListAuthorizedViewsRequest) GetParent() string

func (*ListAuthorizedViewsRequest) GetView

func (*ListAuthorizedViewsRequest) ProtoMessage

func (*ListAuthorizedViewsRequest) ProtoMessage()

func (*ListAuthorizedViewsRequest) ProtoReflect

func (*ListAuthorizedViewsRequest) Reset

func (x *ListAuthorizedViewsRequest) Reset()

func (*ListAuthorizedViewsRequest) String

func (x *ListAuthorizedViewsRequest) String() string

type ListAuthorizedViewsResponse

type ListAuthorizedViewsResponse struct {

	// The AuthorizedViews present in the requested table.
	AuthorizedViews []*AuthorizedView `protobuf:"bytes,1,rep,name=authorized_views,json=authorizedViews,proto3" json:"authorized_views,omitempty"`
	// Set if not all tables could be returned in a single response.
	// Pass this value to `page_token` in another request to get the next
	// page of results.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews][google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews]

func (*ListAuthorizedViewsResponse) Descriptor deprecated

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

Deprecated: Use ListAuthorizedViewsResponse.ProtoReflect.Descriptor instead.

func (*ListAuthorizedViewsResponse) GetAuthorizedViews

func (x *ListAuthorizedViewsResponse) GetAuthorizedViews() []*AuthorizedView

func (*ListAuthorizedViewsResponse) GetNextPageToken

func (x *ListAuthorizedViewsResponse) GetNextPageToken() string

func (*ListAuthorizedViewsResponse) ProtoMessage

func (*ListAuthorizedViewsResponse) ProtoMessage()

func (*ListAuthorizedViewsResponse) ProtoReflect

func (*ListAuthorizedViewsResponse) Reset

func (x *ListAuthorizedViewsResponse) Reset()

func (*ListAuthorizedViewsResponse) String

func (x *ListAuthorizedViewsResponse) String() string

type ListBackupsRequest

type ListBackupsRequest struct {

	// Required. The cluster to list backups from.  Values are of the
	// form `projects/{project}/instances/{instance}/clusters/{cluster}`.
	// Use `{cluster} = '-'` to list backups for all clusters in an instance,
	// e.g., `projects/{project}/instances/{instance}/clusters/-`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// A filter expression that filters backups listed in the response.
	// The expression must specify the field name, a comparison operator,
	// and the value that you want to use for filtering. The value must be a
	// string, a number, or a boolean. The comparison operator must be
	// <, >, <=, >=, !=, =, or :. Colon ':' represents a HAS operator which is
	// roughly synonymous with equality. Filter rules are case insensitive.
	//
	// The fields eligible for filtering are:
	//
	// * `name`
	// * `source_table`
	// * `state`
	// * `start_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ)
	// * `end_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ)
	// * `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ)
	// * `size_bytes`
	//
	// To filter on multiple expressions, provide each separate expression within
	// parentheses. By default, each expression is an AND expression. However,
	// you can include AND, OR, and NOT expressions explicitly.
	//
	// Some examples of using filters are:
	//
	//   - `name:"exact"` --> The backup's name is the string "exact".
	//   - `name:howl` --> The backup's name contains the string "howl".
	//   - `source_table:prod`
	//     --> The source_table's name contains the string "prod".
	//   - `state:CREATING` --> The backup is pending creation.
	//   - `state:READY` --> The backup is fully created and ready for use.
	//   - `(name:howl) AND (start_time < \"2018-03-28T14:50:00Z\")`
	//     --> The backup name contains the string "howl" and start_time
	//     of the backup is before 2018-03-28T14:50:00Z.
	//   - `size_bytes > 10000000000` --> The backup's size is greater than 10GB
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// An expression for specifying the sort order of the results of the request.
	// The string value should specify one or more fields in
	// [Backup][google.bigtable.admin.v2.Backup]. The full syntax is described at
	// https://aip.dev/132#ordering.
	//
	// Fields supported are:
	//
	// * name
	// * source_table
	// * expire_time
	// * start_time
	// * end_time
	// * size_bytes
	// * state
	//
	// For example, "start_time". The default sorting order is ascending.
	// To specify descending order for the field, a suffix " desc" should
	// be appended to the field name. For example, "start_time desc".
	// Redundant space characters in the syntax are insigificant.
	//
	// If order_by is empty, results will be sorted by `start_time` in descending
	// order starting from the most recently created backup.
	OrderBy string `protobuf:"bytes,3,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// Number of backups to be returned in the response. If 0 or
	// less, defaults to the server's maximum allowed page size.
	PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// If non-empty, `page_token` should contain a
	// [next_page_token][google.bigtable.admin.v2.ListBackupsResponse.next_page_token]
	// from a previous
	// [ListBackupsResponse][google.bigtable.admin.v2.ListBackupsResponse] to the
	// same `parent` and with the same `filter`.
	PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The request for [ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups].

func (*ListBackupsRequest) Descriptor deprecated

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

Deprecated: Use ListBackupsRequest.ProtoReflect.Descriptor instead.

func (*ListBackupsRequest) GetFilter

func (x *ListBackupsRequest) GetFilter() string

func (*ListBackupsRequest) GetOrderBy

func (x *ListBackupsRequest) GetOrderBy() string

func (*ListBackupsRequest) GetPageSize

func (x *ListBackupsRequest) GetPageSize() int32

func (*ListBackupsRequest) GetPageToken

func (x *ListBackupsRequest) GetPageToken() string

func (*ListBackupsRequest) GetParent

func (x *ListBackupsRequest) GetParent() string

func (*ListBackupsRequest) ProtoMessage

func (*ListBackupsRequest) ProtoMessage()

func (*ListBackupsRequest) ProtoReflect

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

func (*ListBackupsRequest) Reset

func (x *ListBackupsRequest) Reset()

func (*ListBackupsRequest) String

func (x *ListBackupsRequest) String() string

type ListBackupsResponse

type ListBackupsResponse struct {

	// The list of matching backups.
	Backups []*Backup `protobuf:"bytes,1,rep,name=backups,proto3" json:"backups,omitempty"`
	// `next_page_token` can be sent in a subsequent
	// [ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups] call
	// to fetch more of the matching backups.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

The response for [ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups].

func (*ListBackupsResponse) Descriptor deprecated

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

Deprecated: Use ListBackupsResponse.ProtoReflect.Descriptor instead.

func (*ListBackupsResponse) GetBackups

func (x *ListBackupsResponse) GetBackups() []*Backup

func (*ListBackupsResponse) GetNextPageToken

func (x *ListBackupsResponse) GetNextPageToken() string

func (*ListBackupsResponse) ProtoMessage

func (*ListBackupsResponse) ProtoMessage()

func (*ListBackupsResponse) ProtoReflect

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

func (*ListBackupsResponse) Reset

func (x *ListBackupsResponse) Reset()

func (*ListBackupsResponse) String

func (x *ListBackupsResponse) String() string

type ListClustersRequest

type ListClustersRequest struct {

	// Required. The unique name of the instance for which a list of clusters is
	// requested. Values are of the form
	// `projects/{project}/instances/{instance}`. Use `{instance} = '-'` to list
	// Clusters for all Instances in a project, e.g.,
	// `projects/myproject/instances/-`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// DEPRECATED: This field is unused and ignored.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.ListClusters.

func (*ListClustersRequest) Descriptor deprecated

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

Deprecated: Use ListClustersRequest.ProtoReflect.Descriptor instead.

func (*ListClustersRequest) GetPageToken

func (x *ListClustersRequest) GetPageToken() string

func (*ListClustersRequest) GetParent

func (x *ListClustersRequest) GetParent() string

func (*ListClustersRequest) ProtoMessage

func (*ListClustersRequest) ProtoMessage()

func (*ListClustersRequest) ProtoReflect

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

func (*ListClustersRequest) Reset

func (x *ListClustersRequest) Reset()

func (*ListClustersRequest) String

func (x *ListClustersRequest) String() string

type ListClustersResponse

type ListClustersResponse struct {

	// The list of requested clusters.
	Clusters []*Cluster `protobuf:"bytes,1,rep,name=clusters,proto3" json:"clusters,omitempty"`
	// Locations from which Cluster information could not be retrieved,
	// due to an outage or some other transient condition.
	// Clusters from these locations may be missing from `clusters`,
	// or may only have partial information returned.
	// Values are of the form `projects/<project>/locations/<zone_id>`
	FailedLocations []string `protobuf:"bytes,2,rep,name=failed_locations,json=failedLocations,proto3" json:"failed_locations,omitempty"`
	// DEPRECATED: This field is unused and ignored.
	NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for BigtableInstanceAdmin.ListClusters.

func (*ListClustersResponse) Descriptor deprecated

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

Deprecated: Use ListClustersResponse.ProtoReflect.Descriptor instead.

func (*ListClustersResponse) GetClusters

func (x *ListClustersResponse) GetClusters() []*Cluster

func (*ListClustersResponse) GetFailedLocations

func (x *ListClustersResponse) GetFailedLocations() []string

func (*ListClustersResponse) GetNextPageToken

func (x *ListClustersResponse) GetNextPageToken() string

func (*ListClustersResponse) ProtoMessage

func (*ListClustersResponse) ProtoMessage()

func (*ListClustersResponse) ProtoReflect

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

func (*ListClustersResponse) Reset

func (x *ListClustersResponse) Reset()

func (*ListClustersResponse) String

func (x *ListClustersResponse) String() string

type ListHotTabletsRequest

type ListHotTabletsRequest struct {

	// Required. The cluster name to list hot tablets.
	// Value is in the following form:
	// `projects/{project}/instances/{instance}/clusters/{cluster}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The start time to list hot tablets. The hot tablets in the response will
	// have start times between the requested start time and end time. Start time
	// defaults to Now if it is unset, and end time defaults to Now - 24 hours if
	// it is unset. The start time should be less than the end time, and the
	// maximum allowed time range between start time and end time is 48 hours.
	// Start time and end time should have values between Now and Now - 14 days.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// The end time to list hot tablets.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// Maximum number of results per page.
	//
	// A page_size that is empty or zero lets the server choose the number of
	// items to return. A page_size which is strictly positive will return at most
	// that many items. A negative page_size will cause an error.
	//
	// Following the first request, subsequent paginated calls do not need a
	// page_size field. If a page_size is set in subsequent calls, it must match
	// the page_size given in the first request.
	PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The value of `next_page_token` returned by a previous call.
	PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.ListHotTablets.

func (*ListHotTabletsRequest) Descriptor deprecated

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

Deprecated: Use ListHotTabletsRequest.ProtoReflect.Descriptor instead.

func (*ListHotTabletsRequest) GetEndTime

func (x *ListHotTabletsRequest) GetEndTime() *timestamppb.Timestamp

func (*ListHotTabletsRequest) GetPageSize

func (x *ListHotTabletsRequest) GetPageSize() int32

func (*ListHotTabletsRequest) GetPageToken

func (x *ListHotTabletsRequest) GetPageToken() string

func (*ListHotTabletsRequest) GetParent

func (x *ListHotTabletsRequest) GetParent() string

func (*ListHotTabletsRequest) GetStartTime

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

func (*ListHotTabletsRequest) ProtoMessage

func (*ListHotTabletsRequest) ProtoMessage()

func (*ListHotTabletsRequest) ProtoReflect

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

func (*ListHotTabletsRequest) Reset

func (x *ListHotTabletsRequest) Reset()

func (*ListHotTabletsRequest) String

func (x *ListHotTabletsRequest) String() string

type ListHotTabletsResponse

type ListHotTabletsResponse struct {

	// List of hot tablets in the tables of the requested cluster that fall
	// within the requested time range. Hot tablets are ordered by node cpu usage
	// percent. If there are multiple hot tablets that correspond to the same
	// tablet within a 15-minute interval, only the hot tablet with the highest
	// node cpu usage will be included in the response.
	HotTablets []*HotTablet `protobuf:"bytes,1,rep,name=hot_tablets,json=hotTablets,proto3" json:"hot_tablets,omitempty"`
	// Set if not all hot tablets could be returned in a single response.
	// Pass this value to `page_token` in another request to get the next
	// page of results.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for BigtableInstanceAdmin.ListHotTablets.

func (*ListHotTabletsResponse) Descriptor deprecated

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

Deprecated: Use ListHotTabletsResponse.ProtoReflect.Descriptor instead.

func (*ListHotTabletsResponse) GetHotTablets

func (x *ListHotTabletsResponse) GetHotTablets() []*HotTablet

func (*ListHotTabletsResponse) GetNextPageToken

func (x *ListHotTabletsResponse) GetNextPageToken() string

func (*ListHotTabletsResponse) ProtoMessage

func (*ListHotTabletsResponse) ProtoMessage()

func (*ListHotTabletsResponse) ProtoReflect

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

func (*ListHotTabletsResponse) Reset

func (x *ListHotTabletsResponse) Reset()

func (*ListHotTabletsResponse) String

func (x *ListHotTabletsResponse) String() string

type ListInstancesRequest

type ListInstancesRequest struct {

	// Required. The unique name of the project for which a list of instances is
	// requested. Values are of the form `projects/{project}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// DEPRECATED: This field is unused and ignored.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.ListInstances.

func (*ListInstancesRequest) Descriptor deprecated

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

Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead.

func (*ListInstancesRequest) GetPageToken

func (x *ListInstancesRequest) GetPageToken() string

func (*ListInstancesRequest) GetParent

func (x *ListInstancesRequest) GetParent() string

func (*ListInstancesRequest) ProtoMessage

func (*ListInstancesRequest) ProtoMessage()

func (*ListInstancesRequest) ProtoReflect

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

func (*ListInstancesRequest) Reset

func (x *ListInstancesRequest) Reset()

func (*ListInstancesRequest) String

func (x *ListInstancesRequest) String() string

type ListInstancesResponse

type ListInstancesResponse struct {

	// The list of requested instances.
	Instances []*Instance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"`
	// Locations from which Instance information could not be retrieved,
	// due to an outage or some other transient condition.
	// Instances whose Clusters are all in one of the failed locations
	// may be missing from `instances`, and Instances with at least one
	// Cluster in a failed location may only have partial information returned.
	// Values are of the form `projects/<project>/locations/<zone_id>`
	FailedLocations []string `protobuf:"bytes,2,rep,name=failed_locations,json=failedLocations,proto3" json:"failed_locations,omitempty"`
	// DEPRECATED: This field is unused and ignored.
	NextPageToken string `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for BigtableInstanceAdmin.ListInstances.

func (*ListInstancesResponse) Descriptor deprecated

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

Deprecated: Use ListInstancesResponse.ProtoReflect.Descriptor instead.

func (*ListInstancesResponse) GetFailedLocations

func (x *ListInstancesResponse) GetFailedLocations() []string

func (*ListInstancesResponse) GetInstances

func (x *ListInstancesResponse) GetInstances() []*Instance

func (*ListInstancesResponse) GetNextPageToken

func (x *ListInstancesResponse) GetNextPageToken() string

func (*ListInstancesResponse) ProtoMessage

func (*ListInstancesResponse) ProtoMessage()

func (*ListInstancesResponse) ProtoReflect

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

func (*ListInstancesResponse) Reset

func (x *ListInstancesResponse) Reset()

func (*ListInstancesResponse) String

func (x *ListInstancesResponse) String() string

type ListSnapshotsRequest

type ListSnapshotsRequest struct {

	// Required. The unique name of the cluster for which snapshots should be
	// listed. Values are of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}`.
	// Use `{cluster} = '-'` to list snapshots for all clusters in an instance,
	// e.g., `projects/{project}/instances/{instance}/clusters/-`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The maximum number of snapshots to return per page.
	// CURRENTLY UNIMPLEMENTED AND IGNORED.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The value of `next_page_token` returned by a previous call.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots][google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots]

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

func (*ListSnapshotsRequest) Descriptor deprecated

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

Deprecated: Use ListSnapshotsRequest.ProtoReflect.Descriptor instead.

func (*ListSnapshotsRequest) GetPageSize

func (x *ListSnapshotsRequest) GetPageSize() int32

func (*ListSnapshotsRequest) GetPageToken

func (x *ListSnapshotsRequest) GetPageToken() string

func (*ListSnapshotsRequest) GetParent

func (x *ListSnapshotsRequest) GetParent() string

func (*ListSnapshotsRequest) ProtoMessage

func (*ListSnapshotsRequest) ProtoMessage()

func (*ListSnapshotsRequest) ProtoReflect

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

func (*ListSnapshotsRequest) Reset

func (x *ListSnapshotsRequest) Reset()

func (*ListSnapshotsRequest) String

func (x *ListSnapshotsRequest) String() string

type ListSnapshotsResponse

type ListSnapshotsResponse struct {

	// The snapshots present in the requested cluster.
	Snapshots []*Snapshot `protobuf:"bytes,1,rep,name=snapshots,proto3" json:"snapshots,omitempty"`
	// Set if not all snapshots could be returned in a single response.
	// Pass this value to `page_token` in another request to get the next
	// page of results.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots][google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots]

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

func (*ListSnapshotsResponse) Descriptor deprecated

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

Deprecated: Use ListSnapshotsResponse.ProtoReflect.Descriptor instead.

func (*ListSnapshotsResponse) GetNextPageToken

func (x *ListSnapshotsResponse) GetNextPageToken() string

func (*ListSnapshotsResponse) GetSnapshots

func (x *ListSnapshotsResponse) GetSnapshots() []*Snapshot

func (*ListSnapshotsResponse) ProtoMessage

func (*ListSnapshotsResponse) ProtoMessage()

func (*ListSnapshotsResponse) ProtoReflect

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

func (*ListSnapshotsResponse) Reset

func (x *ListSnapshotsResponse) Reset()

func (*ListSnapshotsResponse) String

func (x *ListSnapshotsResponse) String() string

type ListTablesRequest

type ListTablesRequest struct {

	// Required. The unique name of the instance for which tables should be
	// listed. Values are of the form `projects/{project}/instances/{instance}`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The view to be applied to the returned tables' fields.
	// NAME_ONLY view (default) and REPLICATION_VIEW are supported.
	View Table_View `protobuf:"varint,2,opt,name=view,proto3,enum=google.bigtable.admin.v2.Table_View" json:"view,omitempty"`
	// Maximum number of results per page.
	//
	// A page_size of zero lets the server choose the number of items to return.
	// A page_size which is strictly positive will return at most that many items.
	// A negative page_size will cause an error.
	//
	// Following the first request, subsequent paginated calls are not required
	// to pass a page_size. If a page_size is set in subsequent calls, it must
	// match the page_size given in the first request.
	PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The value of `next_page_token` returned by a previous call.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]

func (*ListTablesRequest) Descriptor deprecated

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

Deprecated: Use ListTablesRequest.ProtoReflect.Descriptor instead.

func (*ListTablesRequest) GetPageSize

func (x *ListTablesRequest) GetPageSize() int32

func (*ListTablesRequest) GetPageToken

func (x *ListTablesRequest) GetPageToken() string

func (*ListTablesRequest) GetParent

func (x *ListTablesRequest) GetParent() string

func (*ListTablesRequest) GetView

func (x *ListTablesRequest) GetView() Table_View

func (*ListTablesRequest) ProtoMessage

func (*ListTablesRequest) ProtoMessage()

func (*ListTablesRequest) ProtoReflect

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

func (*ListTablesRequest) Reset

func (x *ListTablesRequest) Reset()

func (*ListTablesRequest) String

func (x *ListTablesRequest) String() string

type ListTablesResponse

type ListTablesResponse struct {

	// The tables present in the requested instance.
	Tables []*Table `protobuf:"bytes,1,rep,name=tables,proto3" json:"tables,omitempty"`
	// Set if not all tables could be returned in a single response.
	// Pass this value to `page_token` in another request to get the next
	// page of results.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]

func (*ListTablesResponse) Descriptor deprecated

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

Deprecated: Use ListTablesResponse.ProtoReflect.Descriptor instead.

func (*ListTablesResponse) GetNextPageToken

func (x *ListTablesResponse) GetNextPageToken() string

func (*ListTablesResponse) GetTables

func (x *ListTablesResponse) GetTables() []*Table

func (*ListTablesResponse) ProtoMessage

func (*ListTablesResponse) ProtoMessage()

func (*ListTablesResponse) ProtoReflect

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

func (*ListTablesResponse) Reset

func (x *ListTablesResponse) Reset()

func (*ListTablesResponse) String

func (x *ListTablesResponse) String() string

type ModifyColumnFamiliesRequest

type ModifyColumnFamiliesRequest struct {

	// Required. The unique name of the table whose families should be modified.
	// Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. Modifications to be atomically applied to the specified table's
	// families. Entries are applied in order, meaning that earlier modifications
	// can be masked by later ones (in the case of repeated updates to the same
	// family, for example).
	Modifications []*ModifyColumnFamiliesRequest_Modification `protobuf:"bytes,2,rep,name=modifications,proto3" json:"modifications,omitempty"`
	// Optional. If true, ignore safety checks when modifying the column families.
	IgnoreWarnings bool `protobuf:"varint,3,opt,name=ignore_warnings,json=ignoreWarnings,proto3" json:"ignore_warnings,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies][google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies]

func (*ModifyColumnFamiliesRequest) Descriptor deprecated

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

Deprecated: Use ModifyColumnFamiliesRequest.ProtoReflect.Descriptor instead.

func (*ModifyColumnFamiliesRequest) GetIgnoreWarnings

func (x *ModifyColumnFamiliesRequest) GetIgnoreWarnings() bool

func (*ModifyColumnFamiliesRequest) GetModifications

func (*ModifyColumnFamiliesRequest) GetName

func (x *ModifyColumnFamiliesRequest) GetName() string

func (*ModifyColumnFamiliesRequest) ProtoMessage

func (*ModifyColumnFamiliesRequest) ProtoMessage()

func (*ModifyColumnFamiliesRequest) ProtoReflect

func (*ModifyColumnFamiliesRequest) Reset

func (x *ModifyColumnFamiliesRequest) Reset()

func (*ModifyColumnFamiliesRequest) String

func (x *ModifyColumnFamiliesRequest) String() string

type ModifyColumnFamiliesRequest_Modification

type ModifyColumnFamiliesRequest_Modification struct {

	// The ID of the column family to be modified.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Column family modifications.
	//
	// Types that are assignable to Mod:
	//
	//	*ModifyColumnFamiliesRequest_Modification_Create
	//	*ModifyColumnFamiliesRequest_Modification_Update
	//	*ModifyColumnFamiliesRequest_Modification_Drop
	Mod isModifyColumnFamiliesRequest_Modification_Mod `protobuf_oneof:"mod"`
	// Optional. A mask specifying which fields (e.g. `gc_rule`) in the `update`
	// mod should be updated, ignored for other modification types. If unset or
	// empty, we treat it as updating `gc_rule` to be backward compatible.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,6,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

A create, update, or delete of a particular column family.

func (*ModifyColumnFamiliesRequest_Modification) Descriptor deprecated

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

Deprecated: Use ModifyColumnFamiliesRequest_Modification.ProtoReflect.Descriptor instead.

func (*ModifyColumnFamiliesRequest_Modification) GetCreate

func (*ModifyColumnFamiliesRequest_Modification) GetDrop

func (*ModifyColumnFamiliesRequest_Modification) GetId

func (*ModifyColumnFamiliesRequest_Modification) GetMod

func (m *ModifyColumnFamiliesRequest_Modification) GetMod() isModifyColumnFamiliesRequest_Modification_Mod

func (*ModifyColumnFamiliesRequest_Modification) GetUpdate

func (*ModifyColumnFamiliesRequest_Modification) GetUpdateMask

func (*ModifyColumnFamiliesRequest_Modification) ProtoMessage

func (*ModifyColumnFamiliesRequest_Modification) ProtoReflect

func (*ModifyColumnFamiliesRequest_Modification) Reset

func (*ModifyColumnFamiliesRequest_Modification) String

type ModifyColumnFamiliesRequest_Modification_Create

type ModifyColumnFamiliesRequest_Modification_Create struct {
	// Create a new column family with the specified schema, or fail if
	// one already exists with the given ID.
	Create *ColumnFamily `protobuf:"bytes,2,opt,name=create,proto3,oneof"`
}

type ModifyColumnFamiliesRequest_Modification_Drop

type ModifyColumnFamiliesRequest_Modification_Drop struct {
	// Drop (delete) the column family with the given ID, or fail if no such
	// family exists.
	Drop bool `protobuf:"varint,4,opt,name=drop,proto3,oneof"`
}

type ModifyColumnFamiliesRequest_Modification_Update

type ModifyColumnFamiliesRequest_Modification_Update struct {
	// Update an existing column family to the specified schema, or fail
	// if no column family exists with the given ID.
	Update *ColumnFamily `protobuf:"bytes,3,opt,name=update,proto3,oneof"`
}

type OperationProgress

type OperationProgress struct {

	// Percent completion of the operation.
	// Values are between 0 and 100 inclusive.
	ProgressPercent int32 `protobuf:"varint,1,opt,name=progress_percent,json=progressPercent,proto3" json:"progress_percent,omitempty"`
	// Time the request was received.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// If set, the time at which this operation failed or was completed
	// successfully.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

Encapsulates progress related information for a Cloud Bigtable long running operation.

func (*OperationProgress) Descriptor deprecated

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

Deprecated: Use OperationProgress.ProtoReflect.Descriptor instead.

func (*OperationProgress) GetEndTime

func (x *OperationProgress) GetEndTime() *timestamppb.Timestamp

func (*OperationProgress) GetProgressPercent

func (x *OperationProgress) GetProgressPercent() int32

func (*OperationProgress) GetStartTime

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

func (*OperationProgress) ProtoMessage

func (*OperationProgress) ProtoMessage()

func (*OperationProgress) ProtoReflect

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

func (*OperationProgress) Reset

func (x *OperationProgress) Reset()

func (*OperationProgress) String

func (x *OperationProgress) String() string

type OptimizeRestoredTableMetadata

type OptimizeRestoredTableMetadata struct {

	// Name of the restored table being optimized.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The progress of the post-restore optimizations.
	Progress *OperationProgress `protobuf:"bytes,2,opt,name=progress,proto3" json:"progress,omitempty"`
	// contains filtered or unexported fields
}

Metadata type for the long-running operation used to track the progress of optimizations performed on a newly restored table. This long-running operation is automatically created by the system after the successful completion of a table restore, and cannot be cancelled.

func (*OptimizeRestoredTableMetadata) Descriptor deprecated

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

Deprecated: Use OptimizeRestoredTableMetadata.ProtoReflect.Descriptor instead.

func (*OptimizeRestoredTableMetadata) GetName

func (*OptimizeRestoredTableMetadata) GetProgress

func (*OptimizeRestoredTableMetadata) ProtoMessage

func (*OptimizeRestoredTableMetadata) ProtoMessage()

func (*OptimizeRestoredTableMetadata) ProtoReflect

func (*OptimizeRestoredTableMetadata) Reset

func (x *OptimizeRestoredTableMetadata) Reset()

func (*OptimizeRestoredTableMetadata) String

type PartialUpdateClusterMetadata

type PartialUpdateClusterMetadata struct {

	// The time at which the original request was received.
	RequestTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=request_time,json=requestTime,proto3" json:"request_time,omitempty"`
	// The time at which the operation failed or was completed successfully.
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// The original request for PartialUpdateCluster.
	OriginalRequest *PartialUpdateClusterRequest `protobuf:"bytes,3,opt,name=original_request,json=originalRequest,proto3" json:"original_request,omitempty"`
	// contains filtered or unexported fields
}

The metadata for the Operation returned by PartialUpdateCluster.

func (*PartialUpdateClusterMetadata) Descriptor deprecated

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

Deprecated: Use PartialUpdateClusterMetadata.ProtoReflect.Descriptor instead.

func (*PartialUpdateClusterMetadata) GetFinishTime

func (*PartialUpdateClusterMetadata) GetOriginalRequest

func (*PartialUpdateClusterMetadata) GetRequestTime

func (x *PartialUpdateClusterMetadata) GetRequestTime() *timestamppb.Timestamp

func (*PartialUpdateClusterMetadata) ProtoMessage

func (*PartialUpdateClusterMetadata) ProtoMessage()

func (*PartialUpdateClusterMetadata) ProtoReflect

func (*PartialUpdateClusterMetadata) Reset

func (x *PartialUpdateClusterMetadata) Reset()

func (*PartialUpdateClusterMetadata) String

type PartialUpdateClusterRequest

type PartialUpdateClusterRequest struct {

	// Required. The Cluster which contains the partial updates to be applied,
	// subject to the update_mask.
	Cluster *Cluster `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// Required. The subset of Cluster fields which should be replaced.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.PartialUpdateCluster.

func (*PartialUpdateClusterRequest) Descriptor deprecated

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

Deprecated: Use PartialUpdateClusterRequest.ProtoReflect.Descriptor instead.

func (*PartialUpdateClusterRequest) GetCluster

func (x *PartialUpdateClusterRequest) GetCluster() *Cluster

func (*PartialUpdateClusterRequest) GetUpdateMask

func (*PartialUpdateClusterRequest) ProtoMessage

func (*PartialUpdateClusterRequest) ProtoMessage()

func (*PartialUpdateClusterRequest) ProtoReflect

func (*PartialUpdateClusterRequest) Reset

func (x *PartialUpdateClusterRequest) Reset()

func (*PartialUpdateClusterRequest) String

func (x *PartialUpdateClusterRequest) String() string

type PartialUpdateInstanceRequest

type PartialUpdateInstanceRequest struct {

	// Required. The Instance which will (partially) replace the current value.
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// Required. The subset of Instance fields which should be replaced.
	// Must be explicitly set.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.PartialUpdateInstance.

func (*PartialUpdateInstanceRequest) Descriptor deprecated

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

Deprecated: Use PartialUpdateInstanceRequest.ProtoReflect.Descriptor instead.

func (*PartialUpdateInstanceRequest) GetInstance

func (x *PartialUpdateInstanceRequest) GetInstance() *Instance

func (*PartialUpdateInstanceRequest) GetUpdateMask

func (*PartialUpdateInstanceRequest) ProtoMessage

func (*PartialUpdateInstanceRequest) ProtoMessage()

func (*PartialUpdateInstanceRequest) ProtoReflect

func (*PartialUpdateInstanceRequest) Reset

func (x *PartialUpdateInstanceRequest) Reset()

func (*PartialUpdateInstanceRequest) String

type RestoreInfo

type RestoreInfo struct {

	// The type of the restore source.
	SourceType RestoreSourceType `` /* 140-byte string literal not displayed */
	// Information about the source used to restore the table.
	//
	// Types that are assignable to SourceInfo:
	//
	//	*RestoreInfo_BackupInfo
	SourceInfo isRestoreInfo_SourceInfo `protobuf_oneof:"source_info"`
	// contains filtered or unexported fields
}

Information about a table restore.

func (*RestoreInfo) Descriptor deprecated

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

Deprecated: Use RestoreInfo.ProtoReflect.Descriptor instead.

func (*RestoreInfo) GetBackupInfo

func (x *RestoreInfo) GetBackupInfo() *BackupInfo

func (*RestoreInfo) GetSourceInfo

func (m *RestoreInfo) GetSourceInfo() isRestoreInfo_SourceInfo

func (*RestoreInfo) GetSourceType

func (x *RestoreInfo) GetSourceType() RestoreSourceType

func (*RestoreInfo) ProtoMessage

func (*RestoreInfo) ProtoMessage()

func (*RestoreInfo) ProtoReflect

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

func (*RestoreInfo) Reset

func (x *RestoreInfo) Reset()

func (*RestoreInfo) String

func (x *RestoreInfo) String() string

type RestoreInfo_BackupInfo

type RestoreInfo_BackupInfo struct {
	// Information about the backup used to restore the table. The backup
	// may no longer exist.
	BackupInfo *BackupInfo `protobuf:"bytes,2,opt,name=backup_info,json=backupInfo,proto3,oneof"`
}

type RestoreSourceType

type RestoreSourceType int32

Indicates the type of the restore source.

const (
	// No restore associated.
	RestoreSourceType_RESTORE_SOURCE_TYPE_UNSPECIFIED RestoreSourceType = 0
	// A backup was used as the source of the restore.
	RestoreSourceType_BACKUP RestoreSourceType = 1
)

func (RestoreSourceType) Descriptor

func (RestoreSourceType) Enum

func (RestoreSourceType) EnumDescriptor deprecated

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

Deprecated: Use RestoreSourceType.Descriptor instead.

func (RestoreSourceType) Number

func (RestoreSourceType) String

func (x RestoreSourceType) String() string

func (RestoreSourceType) Type

type RestoreTableMetadata

type RestoreTableMetadata struct {

	// Name of the table being created and restored to.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The type of the restore source.
	SourceType RestoreSourceType `` /* 140-byte string literal not displayed */
	// Information about the source used to restore the table, as specified by
	// `source` in
	// [RestoreTableRequest][google.bigtable.admin.v2.RestoreTableRequest].
	//
	// Types that are assignable to SourceInfo:
	//
	//	*RestoreTableMetadata_BackupInfo
	SourceInfo isRestoreTableMetadata_SourceInfo `protobuf_oneof:"source_info"`
	// If exists, the name of the long-running operation that will be used to
	// track the post-restore optimization process to optimize the performance of
	// the restored table. The metadata type of the long-running operation is
	// [OptimizeRestoreTableMetadata][]. The response type is
	// [Empty][google.protobuf.Empty]. This long-running operation may be
	// automatically created by the system if applicable after the
	// RestoreTable long-running operation completes successfully. This operation
	// may not be created if the table is already optimized or the restore was
	// not successful.
	OptimizeTableOperationName string `` /* 143-byte string literal not displayed */
	// The progress of the
	// [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable]
	// operation.
	Progress *OperationProgress `protobuf:"bytes,5,opt,name=progress,proto3" json:"progress,omitempty"`
	// contains filtered or unexported fields
}

Metadata type for the long-running operation returned by [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].

func (*RestoreTableMetadata) Descriptor deprecated

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

Deprecated: Use RestoreTableMetadata.ProtoReflect.Descriptor instead.

func (*RestoreTableMetadata) GetBackupInfo

func (x *RestoreTableMetadata) GetBackupInfo() *BackupInfo

func (*RestoreTableMetadata) GetName

func (x *RestoreTableMetadata) GetName() string

func (*RestoreTableMetadata) GetOptimizeTableOperationName

func (x *RestoreTableMetadata) GetOptimizeTableOperationName() string

func (*RestoreTableMetadata) GetProgress

func (x *RestoreTableMetadata) GetProgress() *OperationProgress

func (*RestoreTableMetadata) GetSourceInfo

func (m *RestoreTableMetadata) GetSourceInfo() isRestoreTableMetadata_SourceInfo

func (*RestoreTableMetadata) GetSourceType

func (x *RestoreTableMetadata) GetSourceType() RestoreSourceType

func (*RestoreTableMetadata) ProtoMessage

func (*RestoreTableMetadata) ProtoMessage()

func (*RestoreTableMetadata) ProtoReflect

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

func (*RestoreTableMetadata) Reset

func (x *RestoreTableMetadata) Reset()

func (*RestoreTableMetadata) String

func (x *RestoreTableMetadata) String() string

type RestoreTableMetadata_BackupInfo

type RestoreTableMetadata_BackupInfo struct {
	BackupInfo *BackupInfo `protobuf:"bytes,3,opt,name=backup_info,json=backupInfo,proto3,oneof"`
}

type RestoreTableRequest

type RestoreTableRequest struct {

	// Required. The name of the instance in which to create the restored
	// table. Values are of the form `projects/<project>/instances/<instance>`.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The id of the table to create and restore to. This
	// table must not already exist. The `table_id` appended to
	// `parent` forms the full table name of the form
	// `projects/<project>/instances/<instance>/tables/<table_id>`.
	TableId string `protobuf:"bytes,2,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
	// Required. The source from which to restore.
	//
	// Types that are assignable to Source:
	//
	//	*RestoreTableRequest_Backup
	Source isRestoreTableRequest_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

The request for [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].

func (*RestoreTableRequest) Descriptor deprecated

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

Deprecated: Use RestoreTableRequest.ProtoReflect.Descriptor instead.

func (*RestoreTableRequest) GetBackup

func (x *RestoreTableRequest) GetBackup() string

func (*RestoreTableRequest) GetParent

func (x *RestoreTableRequest) GetParent() string

func (*RestoreTableRequest) GetSource

func (m *RestoreTableRequest) GetSource() isRestoreTableRequest_Source

func (*RestoreTableRequest) GetTableId

func (x *RestoreTableRequest) GetTableId() string

func (*RestoreTableRequest) ProtoMessage

func (*RestoreTableRequest) ProtoMessage()

func (*RestoreTableRequest) ProtoReflect

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

func (*RestoreTableRequest) Reset

func (x *RestoreTableRequest) Reset()

func (*RestoreTableRequest) String

func (x *RestoreTableRequest) String() string

type RestoreTableRequest_Backup

type RestoreTableRequest_Backup struct {
	// Name of the backup from which to restore.  Values are of the form
	// `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
	Backup string `protobuf:"bytes,3,opt,name=backup,proto3,oneof"`
}

type Snapshot

type Snapshot struct {

	// The unique name of the snapshot.
	// Values are of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}/snapshots/{snapshot}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. The source table at the time the snapshot was taken.
	SourceTable *Table `protobuf:"bytes,2,opt,name=source_table,json=sourceTable,proto3" json:"source_table,omitempty"`
	// Output only. The size of the data in the source table at the time the
	// snapshot was taken. In some cases, this value may be computed
	// asynchronously via a background process and a placeholder of 0 will be used
	// in the meantime.
	DataSizeBytes int64 `protobuf:"varint,3,opt,name=data_size_bytes,json=dataSizeBytes,proto3" json:"data_size_bytes,omitempty"`
	// Output only. The time when the snapshot is created.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// The time when the snapshot will be deleted. The maximum amount of time a
	// snapshot can stay active is 365 days. If 'ttl' is not specified,
	// the default maximum of 365 days will be used.
	DeleteTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=delete_time,json=deleteTime,proto3" json:"delete_time,omitempty"`
	// Output only. The current state of the snapshot.
	State Snapshot_State `protobuf:"varint,6,opt,name=state,proto3,enum=google.bigtable.admin.v2.Snapshot_State" json:"state,omitempty"`
	// Description of the snapshot.
	Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

A snapshot of a table at a particular time. A snapshot can be used as a checkpoint for data restoration or a data source for a new table.

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

func (*Snapshot) Descriptor deprecated

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

Deprecated: Use Snapshot.ProtoReflect.Descriptor instead.

func (*Snapshot) GetCreateTime

func (x *Snapshot) GetCreateTime() *timestamppb.Timestamp

func (*Snapshot) GetDataSizeBytes

func (x *Snapshot) GetDataSizeBytes() int64

func (*Snapshot) GetDeleteTime

func (x *Snapshot) GetDeleteTime() *timestamppb.Timestamp

func (*Snapshot) GetDescription

func (x *Snapshot) GetDescription() string

func (*Snapshot) GetName

func (x *Snapshot) GetName() string

func (*Snapshot) GetSourceTable

func (x *Snapshot) GetSourceTable() *Table

func (*Snapshot) GetState

func (x *Snapshot) GetState() Snapshot_State

func (*Snapshot) ProtoMessage

func (*Snapshot) ProtoMessage()

func (*Snapshot) ProtoReflect

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

func (*Snapshot) Reset

func (x *Snapshot) Reset()

func (*Snapshot) String

func (x *Snapshot) String() string

type SnapshotTableMetadata

type SnapshotTableMetadata struct {

	// The request that prompted the initiation of this SnapshotTable operation.
	OriginalRequest *SnapshotTableRequest `protobuf:"bytes,1,opt,name=original_request,json=originalRequest,proto3" json:"original_request,omitempty"`
	// The time at which the original request was received.
	RequestTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=request_time,json=requestTime,proto3" json:"request_time,omitempty"`
	// The time at which the operation failed or was completed successfully.
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// contains filtered or unexported fields
}

The metadata for the Operation returned by SnapshotTable.

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

func (*SnapshotTableMetadata) Descriptor deprecated

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

Deprecated: Use SnapshotTableMetadata.ProtoReflect.Descriptor instead.

func (*SnapshotTableMetadata) GetFinishTime

func (x *SnapshotTableMetadata) GetFinishTime() *timestamppb.Timestamp

func (*SnapshotTableMetadata) GetOriginalRequest

func (x *SnapshotTableMetadata) GetOriginalRequest() *SnapshotTableRequest

func (*SnapshotTableMetadata) GetRequestTime

func (x *SnapshotTableMetadata) GetRequestTime() *timestamppb.Timestamp

func (*SnapshotTableMetadata) ProtoMessage

func (*SnapshotTableMetadata) ProtoMessage()

func (*SnapshotTableMetadata) ProtoReflect

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

func (*SnapshotTableMetadata) Reset

func (x *SnapshotTableMetadata) Reset()

func (*SnapshotTableMetadata) String

func (x *SnapshotTableMetadata) String() string

type SnapshotTableRequest

type SnapshotTableRequest struct {

	// Required. The unique name of the table to have the snapshot taken.
	// Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The name of the cluster where the snapshot will be created in.
	// Values are of the form
	// `projects/{project}/instances/{instance}/clusters/{cluster}`.
	Cluster string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// Required. The ID by which the new snapshot should be referred to within the
	// parent cluster, e.g., `mysnapshot` of the form:
	// `[_a-zA-Z0-9][-_.a-zA-Z0-9]*` rather than
	// `projects/{project}/instances/{instance}/clusters/{cluster}/snapshots/mysnapshot`.
	SnapshotId string `protobuf:"bytes,3,opt,name=snapshot_id,json=snapshotId,proto3" json:"snapshot_id,omitempty"`
	// The amount of time that the new snapshot can stay active after it is
	// created. Once 'ttl' expires, the snapshot will get deleted. The maximum
	// amount of time a snapshot can stay active is 7 days. If 'ttl' is not
	// specified, the default value of 24 hours will be used.
	Ttl *durationpb.Duration `protobuf:"bytes,4,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// Description of the snapshot.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.SnapshotTable][google.bigtable.admin.v2.BigtableTableAdmin.SnapshotTable]

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

func (*SnapshotTableRequest) Descriptor deprecated

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

Deprecated: Use SnapshotTableRequest.ProtoReflect.Descriptor instead.

func (*SnapshotTableRequest) GetCluster

func (x *SnapshotTableRequest) GetCluster() string

func (*SnapshotTableRequest) GetDescription

func (x *SnapshotTableRequest) GetDescription() string

func (*SnapshotTableRequest) GetName

func (x *SnapshotTableRequest) GetName() string

func (*SnapshotTableRequest) GetSnapshotId

func (x *SnapshotTableRequest) GetSnapshotId() string

func (*SnapshotTableRequest) GetTtl

func (*SnapshotTableRequest) ProtoMessage

func (*SnapshotTableRequest) ProtoMessage()

func (*SnapshotTableRequest) ProtoReflect

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

func (*SnapshotTableRequest) Reset

func (x *SnapshotTableRequest) Reset()

func (*SnapshotTableRequest) String

func (x *SnapshotTableRequest) String() string

type Snapshot_State

type Snapshot_State int32

Possible states of a snapshot.

const (
	// The state of the snapshot could not be determined.
	Snapshot_STATE_NOT_KNOWN Snapshot_State = 0
	// The snapshot has been successfully created and can serve all requests.
	Snapshot_READY Snapshot_State = 1
	// The snapshot is currently being created, and may be destroyed if the
	// creation process encounters an error. A snapshot may not be restored to a
	// table while it is being created.
	Snapshot_CREATING Snapshot_State = 2
)

func (Snapshot_State) Descriptor

func (Snapshot_State) Enum

func (x Snapshot_State) Enum() *Snapshot_State

func (Snapshot_State) EnumDescriptor deprecated

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

Deprecated: Use Snapshot_State.Descriptor instead.

func (Snapshot_State) Number

func (Snapshot_State) String

func (x Snapshot_State) String() string

func (Snapshot_State) Type

type StandardReadRemoteWrites

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

Checks that all writes before the consistency token was generated are replicated in every cluster and readable.

func (*StandardReadRemoteWrites) Descriptor deprecated

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

Deprecated: Use StandardReadRemoteWrites.ProtoReflect.Descriptor instead.

func (*StandardReadRemoteWrites) ProtoMessage

func (*StandardReadRemoteWrites) ProtoMessage()

func (*StandardReadRemoteWrites) ProtoReflect

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

func (*StandardReadRemoteWrites) Reset

func (x *StandardReadRemoteWrites) Reset()

func (*StandardReadRemoteWrites) String

func (x *StandardReadRemoteWrites) String() string

type StorageType

type StorageType int32

Storage media types for persisting Bigtable data.

const (
	// The user did not specify a storage type.
	StorageType_STORAGE_TYPE_UNSPECIFIED StorageType = 0
	// Flash (SSD) storage should be used.
	StorageType_SSD StorageType = 1
	// Magnetic drive (HDD) storage should be used.
	StorageType_HDD StorageType = 2
)

func (StorageType) Descriptor

func (StorageType) Enum

func (x StorageType) Enum() *StorageType

func (StorageType) EnumDescriptor deprecated

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

Deprecated: Use StorageType.Descriptor instead.

func (StorageType) Number

func (x StorageType) Number() protoreflect.EnumNumber

func (StorageType) String

func (x StorageType) String() string

func (StorageType) Type

type Table

type Table struct {

	// The unique name of the table. Values are of the form
	// `projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
	// Views: `NAME_ONLY`, `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. Map from cluster ID to per-cluster table state.
	// If it could not be determined whether or not the table has data in a
	// particular cluster (for example, if its zone is unavailable), then
	// there will be an entry for the cluster with UNKNOWN `replication_status`.
	// Views: `REPLICATION_VIEW`, `ENCRYPTION_VIEW`, `FULL`
	ClusterStates map[string]*Table_ClusterState `` /* 188-byte string literal not displayed */
	// The column families configured for this table, mapped by column family ID.
	// Views: `SCHEMA_VIEW`, `STATS_VIEW`, `FULL`
	ColumnFamilies map[string]*ColumnFamily `` /* 191-byte string literal not displayed */
	// Immutable. The granularity (i.e. `MILLIS`) at which timestamps are stored
	// in this table. Timestamps not matching the granularity will be rejected. If
	// unspecified at creation time, the value will be set to `MILLIS`. Views:
	// `SCHEMA_VIEW`, `FULL`.
	Granularity Table_TimestampGranularity `` /* 133-byte string literal not displayed */
	// Output only. If this table was restored from another data source (e.g. a
	// backup), this field will be populated with information about the restore.
	RestoreInfo *RestoreInfo `protobuf:"bytes,6,opt,name=restore_info,json=restoreInfo,proto3" json:"restore_info,omitempty"`
	// If specified, enable the change stream on this table.
	// Otherwise, the change stream is disabled and the change stream is not
	// retained.
	ChangeStreamConfig *ChangeStreamConfig `protobuf:"bytes,8,opt,name=change_stream_config,json=changeStreamConfig,proto3" json:"change_stream_config,omitempty"`
	// Set to true to make the table protected against data loss. i.e. deleting
	// the following resources through Admin APIs are prohibited:
	//
	// * The table.
	// * The column families in the table.
	// * The instance containing the table.
	//
	// Note one can still delete the data stored in the table through Data APIs.
	DeletionProtection bool `protobuf:"varint,9,opt,name=deletion_protection,json=deletionProtection,proto3" json:"deletion_protection,omitempty"`
	// Types that are assignable to AutomatedBackupConfig:
	//
	//	*Table_AutomatedBackupPolicy_
	AutomatedBackupConfig isTable_AutomatedBackupConfig `protobuf_oneof:"automated_backup_config"`
	// contains filtered or unexported fields
}

A collection of user data indexed by row, column, and timestamp. Each table is served using the resources of its parent cluster.

func (*Table) Descriptor deprecated

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

Deprecated: Use Table.ProtoReflect.Descriptor instead.

func (*Table) GetAutomatedBackupConfig

func (m *Table) GetAutomatedBackupConfig() isTable_AutomatedBackupConfig

func (*Table) GetAutomatedBackupPolicy

func (x *Table) GetAutomatedBackupPolicy() *Table_AutomatedBackupPolicy

func (*Table) GetChangeStreamConfig

func (x *Table) GetChangeStreamConfig() *ChangeStreamConfig

func (*Table) GetClusterStates

func (x *Table) GetClusterStates() map[string]*Table_ClusterState

func (*Table) GetColumnFamilies

func (x *Table) GetColumnFamilies() map[string]*ColumnFamily

func (*Table) GetDeletionProtection

func (x *Table) GetDeletionProtection() bool

func (*Table) GetGranularity

func (x *Table) GetGranularity() Table_TimestampGranularity

func (*Table) GetName

func (x *Table) GetName() string

func (*Table) GetRestoreInfo

func (x *Table) GetRestoreInfo() *RestoreInfo

func (*Table) ProtoMessage

func (*Table) ProtoMessage()

func (*Table) ProtoReflect

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

func (*Table) Reset

func (x *Table) Reset()

func (*Table) String

func (x *Table) String() string

type Table_AutomatedBackupPolicy

type Table_AutomatedBackupPolicy struct {

	// Required. How long the automated backups should be retained. The only
	// supported value at this time is 3 days.
	RetentionPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=retention_period,json=retentionPeriod,proto3" json:"retention_period,omitempty"`
	// Required. How frequently automated backups should occur. The only
	// supported value at this time is 24 hours.
	Frequency *durationpb.Duration `protobuf:"bytes,2,opt,name=frequency,proto3" json:"frequency,omitempty"`
	// contains filtered or unexported fields
}

Defines an automated backup policy for a table

func (*Table_AutomatedBackupPolicy) Descriptor deprecated

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

Deprecated: Use Table_AutomatedBackupPolicy.ProtoReflect.Descriptor instead.

func (*Table_AutomatedBackupPolicy) GetFrequency

func (x *Table_AutomatedBackupPolicy) GetFrequency() *durationpb.Duration

func (*Table_AutomatedBackupPolicy) GetRetentionPeriod

func (x *Table_AutomatedBackupPolicy) GetRetentionPeriod() *durationpb.Duration

func (*Table_AutomatedBackupPolicy) ProtoMessage

func (*Table_AutomatedBackupPolicy) ProtoMessage()

func (*Table_AutomatedBackupPolicy) ProtoReflect

func (*Table_AutomatedBackupPolicy) Reset

func (x *Table_AutomatedBackupPolicy) Reset()

func (*Table_AutomatedBackupPolicy) String

func (x *Table_AutomatedBackupPolicy) String() string

type Table_AutomatedBackupPolicy_

type Table_AutomatedBackupPolicy_ struct {
	// If specified, automated backups are enabled for this table.
	// Otherwise, automated backups are disabled.
	AutomatedBackupPolicy *Table_AutomatedBackupPolicy `protobuf:"bytes,13,opt,name=automated_backup_policy,json=automatedBackupPolicy,proto3,oneof"`
}

type Table_ClusterState

type Table_ClusterState struct {

	// Output only. The state of replication for the table in this cluster.
	ReplicationState Table_ClusterState_ReplicationState `` /* 176-byte string literal not displayed */
	// Output only. The encryption information for the table in this cluster.
	// If the encryption key protecting this resource is customer managed, then
	// its version can be rotated in Cloud Key Management Service (Cloud KMS).
	// The primary version of the key and its status will be reflected here when
	// changes propagate from Cloud KMS.
	EncryptionInfo []*EncryptionInfo `protobuf:"bytes,2,rep,name=encryption_info,json=encryptionInfo,proto3" json:"encryption_info,omitempty"`
	// contains filtered or unexported fields
}

The state of a table's data in a particular cluster.

func (*Table_ClusterState) Descriptor deprecated

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

Deprecated: Use Table_ClusterState.ProtoReflect.Descriptor instead.

func (*Table_ClusterState) GetEncryptionInfo

func (x *Table_ClusterState) GetEncryptionInfo() []*EncryptionInfo

func (*Table_ClusterState) GetReplicationState

func (*Table_ClusterState) ProtoMessage

func (*Table_ClusterState) ProtoMessage()

func (*Table_ClusterState) ProtoReflect

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

func (*Table_ClusterState) Reset

func (x *Table_ClusterState) Reset()

func (*Table_ClusterState) String

func (x *Table_ClusterState) String() string

type Table_ClusterState_ReplicationState

type Table_ClusterState_ReplicationState int32

Table replication states.

const (
	// The replication state of the table is unknown in this cluster.
	Table_ClusterState_STATE_NOT_KNOWN Table_ClusterState_ReplicationState = 0
	// The cluster was recently created, and the table must finish copying
	// over pre-existing data from other clusters before it can begin
	// receiving live replication updates and serving Data API requests.
	Table_ClusterState_INITIALIZING Table_ClusterState_ReplicationState = 1
	// The table is temporarily unable to serve Data API requests from this
	// cluster due to planned internal maintenance.
	Table_ClusterState_PLANNED_MAINTENANCE Table_ClusterState_ReplicationState = 2
	// The table is temporarily unable to serve Data API requests from this
	// cluster due to unplanned or emergency maintenance.
	Table_ClusterState_UNPLANNED_MAINTENANCE Table_ClusterState_ReplicationState = 3
	// The table can serve Data API requests from this cluster. Depending on
	// replication delay, reads may not immediately reflect the state of the
	// table in other clusters.
	Table_ClusterState_READY Table_ClusterState_ReplicationState = 4
	// The table is fully created and ready for use after a restore, and is
	// being optimized for performance. When optimizations are complete, the
	// table will transition to `READY` state.
	Table_ClusterState_READY_OPTIMIZING Table_ClusterState_ReplicationState = 5
)

func (Table_ClusterState_ReplicationState) Descriptor

func (Table_ClusterState_ReplicationState) Enum

func (Table_ClusterState_ReplicationState) EnumDescriptor deprecated

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

Deprecated: Use Table_ClusterState_ReplicationState.Descriptor instead.

func (Table_ClusterState_ReplicationState) Number

func (Table_ClusterState_ReplicationState) String

func (Table_ClusterState_ReplicationState) Type

type Table_TimestampGranularity

type Table_TimestampGranularity int32

Possible timestamp granularities to use when keeping multiple versions of data in a table.

const (
	// The user did not specify a granularity. Should not be returned.
	// When specified during table creation, MILLIS will be used.
	Table_TIMESTAMP_GRANULARITY_UNSPECIFIED Table_TimestampGranularity = 0
	// The table keeps data versioned at a granularity of 1ms.
	Table_MILLIS Table_TimestampGranularity = 1
)

func (Table_TimestampGranularity) Descriptor

func (Table_TimestampGranularity) Enum

func (Table_TimestampGranularity) EnumDescriptor deprecated

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

Deprecated: Use Table_TimestampGranularity.Descriptor instead.

func (Table_TimestampGranularity) Number

func (Table_TimestampGranularity) String

func (Table_TimestampGranularity) Type

type Table_View

type Table_View int32

Defines a view over a table's fields.

const (
	// Uses the default view for each method as documented in its request.
	Table_VIEW_UNSPECIFIED Table_View = 0
	// Only populates `name`.
	Table_NAME_ONLY Table_View = 1
	// Only populates `name` and fields related to the table's schema.
	Table_SCHEMA_VIEW Table_View = 2
	// Only populates `name` and fields related to the table's replication
	// state.
	Table_REPLICATION_VIEW Table_View = 3
	// Only populates `name` and fields related to the table's encryption state.
	Table_ENCRYPTION_VIEW Table_View = 5
	// Populates all fields.
	Table_FULL Table_View = 4
)

func (Table_View) Descriptor

func (Table_View) Descriptor() protoreflect.EnumDescriptor

func (Table_View) Enum

func (x Table_View) Enum() *Table_View

func (Table_View) EnumDescriptor deprecated

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

Deprecated: Use Table_View.Descriptor instead.

func (Table_View) Number

func (x Table_View) Number() protoreflect.EnumNumber

func (Table_View) String

func (x Table_View) String() string

func (Table_View) Type

type Type

type Type struct {

	// The kind of type that this represents.
	//
	// Types that are assignable to Kind:
	//
	//	*Type_BytesType
	//	*Type_Int64Type
	//	*Type_AggregateType
	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/from the underlying data. This might involve composing a series of steps into an "encoding chain," for example to convert from INT64 -> STRING -> raw bytes. In most cases, a "link" in the encoding chain will be based an on existing GoogleSQL conversion function like `CAST`.

Each link in the encoding chain also defines the following properties:

  • Natural sort: Does the encoded value sort consistently with the original typed value? Note that Bigtable will always sort data based on the raw encoded value, *not* the decoded type.
  • Example: STRING values sort in the same order as their UTF-8 encodings.
  • Counterexample: Encoding INT64 to a fixed-width STRING does *not* preserve sort order when dealing with negative numbers. INT64(1) > INT64(-1), but STRING("-00001") > STRING("00001).
  • The overall encoding chain sorts naturally if *every* link does.
  • Self-delimiting: If we concatenate two encoded values, can we always tell where the first one ends and the second one begins?
  • Example: If we encode INT64s to fixed-width STRINGs, the first value will always contain exactly N digits, possibly preceded by a sign.
  • Counterexample: If we concatenate two UTF-8 encoded STRINGs, we have no way to tell where the first one ends.
  • The overall encoding chain is self-delimiting if *any* link is.
  • Compatibility: Which other systems have matching encoding schemes? For example, does this encoding have a GoogleSQL equivalent? HBase? Java?

func (*Type) Descriptor deprecated

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

Deprecated: Use Type.ProtoReflect.Descriptor instead.

func (*Type) GetAggregateType

func (x *Type) GetAggregateType() *Type_Aggregate

func (*Type) GetBytesType

func (x *Type) GetBytesType() *Type_Bytes

func (*Type) GetInt64Type

func (x *Type) GetInt64Type() *Type_Int64

func (*Type) GetKind

func (m *Type) GetKind() isType_Kind

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 Type_Aggregate

type Type_Aggregate struct {

	// Type of the inputs that are accumulated by this `Aggregate`, which must
	// specify a full encoding.
	// 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, and will always specify a full encoding.
	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 assignable to Aggregator:
	//
	//	*Type_Aggregate_Sum_
	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 will provide either the `input_type` or `state_type`, and reads will always return the `state_type` .

func (*Type_Aggregate) Descriptor deprecated

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

Deprecated: Use Type_Aggregate.ProtoReflect.Descriptor instead.

func (*Type_Aggregate) GetAggregator

func (m *Type_Aggregate) GetAggregator() isType_Aggregate_Aggregator

func (*Type_Aggregate) GetInputType

func (x *Type_Aggregate) GetInputType() *Type

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 Type_AggregateType

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

type 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 deprecated

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 Type_Aggregate_Sum_

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

type Type_Bytes

type Type_Bytes struct {

	// The encoding to use when converting to/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 deprecated

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 Type_BytesType

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

type Type_Bytes_Encoding

type Type_Bytes_Encoding struct {

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

Rules used to convert to/from lower level types.

func (*Type_Bytes_Encoding) Descriptor deprecated

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

Deprecated: Use Type_Bytes_Encoding.ProtoReflect.Descriptor instead.

func (*Type_Bytes_Encoding) GetEncoding

func (m *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 Type_Bytes_Encoding_Raw

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

Leaves the value "as-is" * Natural sort? Yes * Self-delimiting? No * Compatibility? N/A

func (*Type_Bytes_Encoding_Raw) Descriptor deprecated

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

Deprecated: Use Type_Bytes_Encoding_Raw.ProtoReflect.Descriptor instead.

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 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 Type_Int64

type Type_Int64 struct {

	// The encoding to use when converting to/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 deprecated

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 Type_Int64Type

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

type Type_Int64_Encoding

type Type_Int64_Encoding struct {

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

Rules used to convert to/from lower level types.

func (*Type_Int64_Encoding) Descriptor deprecated

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 (m *Type_Int64_Encoding) GetEncoding() isType_Int64_Encoding_Encoding

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 Type_Int64_Encoding_BigEndianBytes

type Type_Int64_Encoding_BigEndianBytes struct {

	// The underlying `Bytes` type, which may be able to encode further.
	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 twos complement `Bytes` value. * Natural sort? No (positive values only) * Self-delimiting? Yes * Compatibility?

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

func (*Type_Int64_Encoding_BigEndianBytes) Descriptor deprecated

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

Deprecated: Use Type_Int64_Encoding_BigEndianBytes.ProtoReflect.Descriptor instead.

func (*Type_Int64_Encoding_BigEndianBytes) GetBytesType

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 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 UndeleteTableMetadata

type UndeleteTableMetadata struct {

	// The name of the table being restored.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The time at which this operation started.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// If set, the time at which this operation finished or was cancelled.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

Metadata type for the operation returned by [google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable].

func (*UndeleteTableMetadata) Descriptor deprecated

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

Deprecated: Use UndeleteTableMetadata.ProtoReflect.Descriptor instead.

func (*UndeleteTableMetadata) GetEndTime

func (x *UndeleteTableMetadata) GetEndTime() *timestamppb.Timestamp

func (*UndeleteTableMetadata) GetName

func (x *UndeleteTableMetadata) GetName() string

func (*UndeleteTableMetadata) GetStartTime

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

func (*UndeleteTableMetadata) ProtoMessage

func (*UndeleteTableMetadata) ProtoMessage()

func (*UndeleteTableMetadata) ProtoReflect

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

func (*UndeleteTableMetadata) Reset

func (x *UndeleteTableMetadata) Reset()

func (*UndeleteTableMetadata) String

func (x *UndeleteTableMetadata) String() string

type UndeleteTableRequest

type UndeleteTableRequest struct {

	// Required. The unique name of the table to be restored.
	// Values are of the form
	// `projects/{project}/instances/{instance}/tables/{table}`.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable]

func (*UndeleteTableRequest) Descriptor deprecated

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

Deprecated: Use UndeleteTableRequest.ProtoReflect.Descriptor instead.

func (*UndeleteTableRequest) GetName

func (x *UndeleteTableRequest) GetName() string

func (*UndeleteTableRequest) ProtoMessage

func (*UndeleteTableRequest) ProtoMessage()

func (*UndeleteTableRequest) ProtoReflect

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

func (*UndeleteTableRequest) Reset

func (x *UndeleteTableRequest) Reset()

func (*UndeleteTableRequest) String

func (x *UndeleteTableRequest) String() string

type UnimplementedBigtableInstanceAdminServer

type UnimplementedBigtableInstanceAdminServer struct {
}

UnimplementedBigtableInstanceAdminServer can be embedded to have forward compatible implementations.

func (*UnimplementedBigtableInstanceAdminServer) CreateAppProfile

func (*UnimplementedBigtableInstanceAdminServer) CreateCluster

func (*UnimplementedBigtableInstanceAdminServer) CreateInstance

func (*UnimplementedBigtableInstanceAdminServer) DeleteAppProfile

func (*UnimplementedBigtableInstanceAdminServer) DeleteCluster

func (*UnimplementedBigtableInstanceAdminServer) DeleteInstance

func (*UnimplementedBigtableInstanceAdminServer) GetAppProfile

func (*UnimplementedBigtableInstanceAdminServer) GetCluster

func (*UnimplementedBigtableInstanceAdminServer) GetIamPolicy

func (*UnimplementedBigtableInstanceAdminServer) GetInstance

func (*UnimplementedBigtableInstanceAdminServer) ListAppProfiles

func (*UnimplementedBigtableInstanceAdminServer) ListClusters

func (*UnimplementedBigtableInstanceAdminServer) ListHotTablets

func (*UnimplementedBigtableInstanceAdminServer) ListInstances

func (*UnimplementedBigtableInstanceAdminServer) PartialUpdateCluster

func (*UnimplementedBigtableInstanceAdminServer) PartialUpdateInstance

func (*UnimplementedBigtableInstanceAdminServer) SetIamPolicy

func (*UnimplementedBigtableInstanceAdminServer) TestIamPermissions

func (*UnimplementedBigtableInstanceAdminServer) UpdateAppProfile

func (*UnimplementedBigtableInstanceAdminServer) UpdateCluster

func (*UnimplementedBigtableInstanceAdminServer) UpdateInstance

type UnimplementedBigtableTableAdminServer

type UnimplementedBigtableTableAdminServer struct {
}

UnimplementedBigtableTableAdminServer can be embedded to have forward compatible implementations.

func (*UnimplementedBigtableTableAdminServer) CheckConsistency

func (*UnimplementedBigtableTableAdminServer) CopyBackup

func (*UnimplementedBigtableTableAdminServer) CreateAuthorizedView

func (*UnimplementedBigtableTableAdminServer) CreateBackup

func (*UnimplementedBigtableTableAdminServer) CreateTable

func (*UnimplementedBigtableTableAdminServer) CreateTableFromSnapshot

func (*UnimplementedBigtableTableAdminServer) DeleteAuthorizedView

func (*UnimplementedBigtableTableAdminServer) DeleteBackup

func (*UnimplementedBigtableTableAdminServer) DeleteSnapshot

func (*UnimplementedBigtableTableAdminServer) DeleteTable

func (*UnimplementedBigtableTableAdminServer) DropRowRange

func (*UnimplementedBigtableTableAdminServer) GetAuthorizedView

func (*UnimplementedBigtableTableAdminServer) GetBackup

func (*UnimplementedBigtableTableAdminServer) GetIamPolicy

func (*UnimplementedBigtableTableAdminServer) GetSnapshot

func (*UnimplementedBigtableTableAdminServer) GetTable

func (*UnimplementedBigtableTableAdminServer) ListAuthorizedViews

func (*UnimplementedBigtableTableAdminServer) ListBackups

func (*UnimplementedBigtableTableAdminServer) ListSnapshots

func (*UnimplementedBigtableTableAdminServer) ListTables

func (*UnimplementedBigtableTableAdminServer) ModifyColumnFamilies

func (*UnimplementedBigtableTableAdminServer) RestoreTable

func (*UnimplementedBigtableTableAdminServer) SetIamPolicy

func (*UnimplementedBigtableTableAdminServer) SnapshotTable

func (*UnimplementedBigtableTableAdminServer) UndeleteTable

func (*UnimplementedBigtableTableAdminServer) UpdateAuthorizedView

func (*UnimplementedBigtableTableAdminServer) UpdateBackup

func (*UnimplementedBigtableTableAdminServer) UpdateTable

type UpdateAppProfileMetadata

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

The metadata for the Operation returned by UpdateAppProfile.

func (*UpdateAppProfileMetadata) Descriptor deprecated

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

Deprecated: Use UpdateAppProfileMetadata.ProtoReflect.Descriptor instead.

func (*UpdateAppProfileMetadata) ProtoMessage

func (*UpdateAppProfileMetadata) ProtoMessage()

func (*UpdateAppProfileMetadata) ProtoReflect

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

func (*UpdateAppProfileMetadata) Reset

func (x *UpdateAppProfileMetadata) Reset()

func (*UpdateAppProfileMetadata) String

func (x *UpdateAppProfileMetadata) String() string

type UpdateAppProfileRequest

type UpdateAppProfileRequest struct {

	// Required. The app profile which will (partially) replace the current value.
	AppProfile *AppProfile `protobuf:"bytes,1,opt,name=app_profile,json=appProfile,proto3" json:"app_profile,omitempty"`
	// Required. The subset of app profile fields which should be replaced.
	// If unset, all fields will be replaced.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// If true, ignore safety checks when updating the app profile.
	IgnoreWarnings bool `protobuf:"varint,3,opt,name=ignore_warnings,json=ignoreWarnings,proto3" json:"ignore_warnings,omitempty"`
	// contains filtered or unexported fields
}

Request message for BigtableInstanceAdmin.UpdateAppProfile.

func (*UpdateAppProfileRequest) Descriptor deprecated

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

Deprecated: Use UpdateAppProfileRequest.ProtoReflect.Descriptor instead.

func (*UpdateAppProfileRequest) GetAppProfile

func (x *UpdateAppProfileRequest) GetAppProfile() *AppProfile

func (*UpdateAppProfileRequest) GetIgnoreWarnings

func (x *UpdateAppProfileRequest) GetIgnoreWarnings() bool

func (*UpdateAppProfileRequest) GetUpdateMask

func (x *UpdateAppProfileRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateAppProfileRequest) ProtoMessage

func (*UpdateAppProfileRequest) ProtoMessage()

func (*UpdateAppProfileRequest) ProtoReflect

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

func (*UpdateAppProfileRequest) Reset

func (x *UpdateAppProfileRequest) Reset()

func (*UpdateAppProfileRequest) String

func (x *UpdateAppProfileRequest) String() string

type UpdateAuthorizedViewMetadata

type UpdateAuthorizedViewMetadata struct {

	// The request that prompted the initiation of this UpdateAuthorizedView
	// operation.
	OriginalRequest *UpdateAuthorizedViewRequest `protobuf:"bytes,1,opt,name=original_request,json=originalRequest,proto3" json:"original_request,omitempty"`
	// The time at which the original request was received.
	RequestTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=request_time,json=requestTime,proto3" json:"request_time,omitempty"`
	// The time at which the operation failed or was completed successfully.
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// contains filtered or unexported fields
}

Metadata for the google.longrunning.Operation returned by [UpdateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.UpdateAuthorizedView].

func (*UpdateAuthorizedViewMetadata) Descriptor deprecated

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

Deprecated: Use UpdateAuthorizedViewMetadata.ProtoReflect.Descriptor instead.

func (*UpdateAuthorizedViewMetadata) GetFinishTime

func (*UpdateAuthorizedViewMetadata) GetOriginalRequest

func (*UpdateAuthorizedViewMetadata) GetRequestTime

func (x *UpdateAuthorizedViewMetadata) GetRequestTime() *timestamppb.Timestamp

func (*UpdateAuthorizedViewMetadata) ProtoMessage

func (*UpdateAuthorizedViewMetadata) ProtoMessage()

func (*UpdateAuthorizedViewMetadata) ProtoReflect

func (*UpdateAuthorizedViewMetadata) Reset

func (x *UpdateAuthorizedViewMetadata) Reset()

func (*UpdateAuthorizedViewMetadata) String

type UpdateAuthorizedViewRequest

type UpdateAuthorizedViewRequest struct {

	// Required. The AuthorizedView to update. The `name` in `authorized_view` is
	// used to identify the AuthorizedView. AuthorizedView name must in this
	// format
	// projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
	AuthorizedView *AuthorizedView `protobuf:"bytes,1,opt,name=authorized_view,json=authorizedView,proto3" json:"authorized_view,omitempty"`
	// Optional. The list of fields to update.
	// A mask specifying which fields in the AuthorizedView resource should be
	// updated. This mask is relative to the AuthorizedView resource, not to the
	// request message. A field will be overwritten if it is in the mask. If
	// empty, all fields set in the request will be overwritten. A special value
	// `*` means to overwrite all fields (including fields not set in the
	// request).
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Optional. If true, ignore the safety checks when updating the
	// AuthorizedView.
	IgnoreWarnings bool `protobuf:"varint,3,opt,name=ignore_warnings,json=ignoreWarnings,proto3" json:"ignore_warnings,omitempty"`
	// contains filtered or unexported fields
}

The request for [UpdateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.UpdateAuthorizedView].

func (*UpdateAuthorizedViewRequest) Descriptor deprecated

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

Deprecated: Use UpdateAuthorizedViewRequest.ProtoReflect.Descriptor instead.

func (*UpdateAuthorizedViewRequest) GetAuthorizedView

func (x *UpdateAuthorizedViewRequest) GetAuthorizedView() *AuthorizedView

func (*UpdateAuthorizedViewRequest) GetIgnoreWarnings

func (x *UpdateAuthorizedViewRequest) GetIgnoreWarnings() bool

func (*UpdateAuthorizedViewRequest) GetUpdateMask

func (*UpdateAuthorizedViewRequest) ProtoMessage

func (*UpdateAuthorizedViewRequest) ProtoMessage()

func (*UpdateAuthorizedViewRequest) ProtoReflect

func (*UpdateAuthorizedViewRequest) Reset

func (x *UpdateAuthorizedViewRequest) Reset()

func (*UpdateAuthorizedViewRequest) String

func (x *UpdateAuthorizedViewRequest) String() string

type UpdateBackupRequest

type UpdateBackupRequest struct {

	// Required. The backup to update. `backup.name`, and the fields to be updated
	// as specified by `update_mask` are required. Other fields are ignored.
	// Update is only supported for the following fields:
	//
	//   - `backup.expire_time`.
	Backup *Backup `protobuf:"bytes,1,opt,name=backup,proto3" json:"backup,omitempty"`
	// Required. A mask specifying which fields (e.g. `expire_time`) in the
	// Backup resource should be updated. This mask is relative to the Backup
	// resource, not to the request message. The field mask must always be
	// specified; this prevents any future fields from being erased accidentally
	// by clients that do not know about them.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

The request for [UpdateBackup][google.bigtable.admin.v2.BigtableTableAdmin.UpdateBackup].

func (*UpdateBackupRequest) Descriptor deprecated

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

Deprecated: Use UpdateBackupRequest.ProtoReflect.Descriptor instead.

func (*UpdateBackupRequest) GetBackup

func (x *UpdateBackupRequest) GetBackup() *Backup

func (*UpdateBackupRequest) GetUpdateMask

func (x *UpdateBackupRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateBackupRequest) ProtoMessage

func (*UpdateBackupRequest) ProtoMessage()

func (*UpdateBackupRequest) ProtoReflect

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

func (*UpdateBackupRequest) Reset

func (x *UpdateBackupRequest) Reset()

func (*UpdateBackupRequest) String

func (x *UpdateBackupRequest) String() string

type UpdateClusterMetadata

type UpdateClusterMetadata struct {

	// The request that prompted the initiation of this UpdateCluster operation.
	OriginalRequest *Cluster `protobuf:"bytes,1,opt,name=original_request,json=originalRequest,proto3" json:"original_request,omitempty"`
	// The time at which the original request was received.
	RequestTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=request_time,json=requestTime,proto3" json:"request_time,omitempty"`
	// The time at which the operation failed or was completed successfully.
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// contains filtered or unexported fields
}

The metadata for the Operation returned by UpdateCluster.

func (*UpdateClusterMetadata) Descriptor deprecated

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

Deprecated: Use UpdateClusterMetadata.ProtoReflect.Descriptor instead.

func (*UpdateClusterMetadata) GetFinishTime

func (x *UpdateClusterMetadata) GetFinishTime() *timestamppb.Timestamp

func (*UpdateClusterMetadata) GetOriginalRequest

func (x *UpdateClusterMetadata) GetOriginalRequest() *Cluster

func (*UpdateClusterMetadata) GetRequestTime

func (x *UpdateClusterMetadata) GetRequestTime() *timestamppb.Timestamp

func (*UpdateClusterMetadata) ProtoMessage

func (*UpdateClusterMetadata) ProtoMessage()

func (*UpdateClusterMetadata) ProtoReflect

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

func (*UpdateClusterMetadata) Reset

func (x *UpdateClusterMetadata) Reset()

func (*UpdateClusterMetadata) String

func (x *UpdateClusterMetadata) String() string

type UpdateInstanceMetadata

type UpdateInstanceMetadata struct {

	// The request that prompted the initiation of this UpdateInstance operation.
	OriginalRequest *PartialUpdateInstanceRequest `protobuf:"bytes,1,opt,name=original_request,json=originalRequest,proto3" json:"original_request,omitempty"`
	// The time at which the original request was received.
	RequestTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=request_time,json=requestTime,proto3" json:"request_time,omitempty"`
	// The time at which the operation failed or was completed successfully.
	FinishTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// contains filtered or unexported fields
}

The metadata for the Operation returned by UpdateInstance.

func (*UpdateInstanceMetadata) Descriptor deprecated

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

Deprecated: Use UpdateInstanceMetadata.ProtoReflect.Descriptor instead.

func (*UpdateInstanceMetadata) GetFinishTime

func (x *UpdateInstanceMetadata) GetFinishTime() *timestamppb.Timestamp

func (*UpdateInstanceMetadata) GetOriginalRequest

func (x *UpdateInstanceMetadata) GetOriginalRequest() *PartialUpdateInstanceRequest

func (*UpdateInstanceMetadata) GetRequestTime

func (x *UpdateInstanceMetadata) GetRequestTime() *timestamppb.Timestamp

func (*UpdateInstanceMetadata) ProtoMessage

func (*UpdateInstanceMetadata) ProtoMessage()

func (*UpdateInstanceMetadata) ProtoReflect

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

func (*UpdateInstanceMetadata) Reset

func (x *UpdateInstanceMetadata) Reset()

func (*UpdateInstanceMetadata) String

func (x *UpdateInstanceMetadata) String() string

type UpdateTableMetadata

type UpdateTableMetadata struct {

	// The name of the table being updated.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The time at which this operation started.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// If set, the time at which this operation finished or was canceled.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

Metadata type for the operation returned by [UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].

func (*UpdateTableMetadata) Descriptor deprecated

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

Deprecated: Use UpdateTableMetadata.ProtoReflect.Descriptor instead.

func (*UpdateTableMetadata) GetEndTime

func (x *UpdateTableMetadata) GetEndTime() *timestamppb.Timestamp

func (*UpdateTableMetadata) GetName

func (x *UpdateTableMetadata) GetName() string

func (*UpdateTableMetadata) GetStartTime

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

func (*UpdateTableMetadata) ProtoMessage

func (*UpdateTableMetadata) ProtoMessage()

func (*UpdateTableMetadata) ProtoReflect

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

func (*UpdateTableMetadata) Reset

func (x *UpdateTableMetadata) Reset()

func (*UpdateTableMetadata) String

func (x *UpdateTableMetadata) String() string

type UpdateTableRequest

type UpdateTableRequest struct {

	// Required. The table to update.
	// The table's `name` field is used to identify the table to update.
	Table *Table `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	// Required. The list of fields to update.
	// A mask specifying which fields (e.g. `change_stream_config`) in the `table`
	// field should be updated. This mask is relative to the `table` field, not to
	// the request message. The wildcard (*) path is currently not supported.
	// Currently UpdateTable is only supported for the following fields:
	//
	// * `change_stream_config`
	// * `change_stream_config.retention_period`
	// * `deletion_protection`
	//
	// If `column_families` is set in `update_mask`, it will return an
	// UNIMPLEMENTED error.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

The request for [UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].

func (*UpdateTableRequest) Descriptor deprecated

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

Deprecated: Use UpdateTableRequest.ProtoReflect.Descriptor instead.

func (*UpdateTableRequest) GetTable

func (x *UpdateTableRequest) GetTable() *Table

func (*UpdateTableRequest) GetUpdateMask

func (x *UpdateTableRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateTableRequest) ProtoMessage

func (*UpdateTableRequest) ProtoMessage()

func (*UpdateTableRequest) ProtoReflect

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

func (*UpdateTableRequest) Reset

func (x *UpdateTableRequest) Reset()

func (*UpdateTableRequest) String

func (x *UpdateTableRequest) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL