Documentation ¶
Overview ¶
Package google_bigtable_admin_v2 is a generated protocol buffer package.
It is generated from these files:
google.golang.org/cloud/bigtable/internal/common_proto/common.proto
It has these top-level messages:
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StorageType_name = map[int32]string{
0: "STORAGE_TYPE_UNSPECIFIED",
1: "SSD",
2: "HDD",
}
View Source
var StorageType_value = map[string]int32{
"STORAGE_TYPE_UNSPECIFIED": 0,
"SSD": 1,
"HDD": 2,
}
Functions ¶
This section is empty.
Types ¶
type StorageType ¶
type StorageType int32
const ( StorageType_STORAGE_TYPE_UNSPECIFIED StorageType = 0 StorageType_SSD StorageType = 1 StorageType_HDD StorageType = 2 )
func (StorageType) EnumDescriptor ¶
func (StorageType) EnumDescriptor() ([]byte, []int)
func (StorageType) String ¶
func (x StorageType) String() string
Click to show internal directories.
Click to hide internal directories.