route/vendor/google.golang.org/genproto/googleapis/bigtable/admin/v2/common.pb.go

70 lines
2.9 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/bigtable/admin/v2/common.proto
package admin
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import _ "google.golang.org/genproto/googleapis/api/annotations"
import _ "github.com/golang/protobuf/ptypes/timestamp"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// Storage media types for persisting Bigtable data.
type StorageType int32
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
)
var StorageType_name = map[int32]string{
0: "STORAGE_TYPE_UNSPECIFIED",
1: "SSD",
2: "HDD",
}
var StorageType_value = map[string]int32{
"STORAGE_TYPE_UNSPECIFIED": 0,
"SSD": 1,
"HDD": 2,
}
func (x StorageType) String() string {
return proto.EnumName(StorageType_name, int32(x))
}
func (StorageType) EnumDescriptor() ([]byte, []int) { return fileDescriptor2, []int{0} }
func init() {
proto.RegisterEnum("google.bigtable.admin.v2.StorageType", StorageType_name, StorageType_value)
}
func init() { proto.RegisterFile("google/bigtable/admin/v2/common.proto", fileDescriptor2) }
var fileDescriptor2 = []byte{
// 256 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0xcf, 0x4b, 0xc3, 0x30,
0x14, 0xc7, 0xed, 0x04, 0x85, 0xec, 0x52, 0x7a, 0x1a, 0xa3, 0xe8, 0xc9, 0x8b, 0x87, 0x04, 0xea,
0x51, 0x76, 0x58, 0x7f, 0x38, 0x77, 0xd1, 0x62, 0xaa, 0xa0, 0x97, 0xf1, 0xba, 0xc5, 0x10, 0x68,
0xf2, 0x42, 0x9b, 0x0d, 0xfc, 0x23, 0xfc, 0x47, 0xfc, 0x2b, 0x65, 0x49, 0x77, 0x12, 0x6f, 0x2f,
0xbc, 0xcf, 0xf7, 0x47, 0x1e, 0xb9, 0x91, 0x88, 0xb2, 0x13, 0xac, 0x55, 0xd2, 0x41, 0xdb, 0x09,
0x06, 0x3b, 0xad, 0x0c, 0x3b, 0x64, 0x6c, 0x8b, 0x5a, 0xa3, 0xa1, 0xb6, 0x47, 0x87, 0xc9, 0x2c,
0x60, 0xf4, 0x84, 0x51, 0x8f, 0xd1, 0x43, 0x36, 0x4f, 0x47, 0x03, 0xb0, 0x8a, 0x81, 0x31, 0xe8,
0xc0, 0x29, 0x34, 0x43, 0xd0, 0xcd, 0xaf, 0xc7, 0xad, 0x7f, 0xb5, 0xfb, 0x4f, 0xe6, 0x94, 0x16,
0x83, 0x03, 0x6d, 0x03, 0x70, 0xbb, 0x20, 0x53, 0xee, 0xb0, 0x07, 0x29, 0x9a, 0x2f, 0x2b, 0x92,
0x94, 0xcc, 0x78, 0xf3, 0xfc, 0xb2, 0x5c, 0x55, 0x9b, 0xe6, 0xbd, 0xae, 0x36, 0xaf, 0x4f, 0xbc,
0xae, 0x8a, 0xf5, 0xc3, 0xba, 0x2a, 0xe3, 0xb3, 0xe4, 0x92, 0x9c, 0x73, 0x5e, 0xc6, 0xd1, 0x71,
0x78, 0x2c, 0xcb, 0x78, 0x92, 0x7f, 0x47, 0x24, 0xdd, 0xa2, 0xa6, 0xff, 0xd5, 0xcb, 0xa7, 0x85,
0xff, 0x46, 0x7d, 0x0c, 0xab, 0xa3, 0x8f, 0xc5, 0x08, 0x4a, 0xec, 0xc0, 0x48, 0x8a, 0xbd, 0x64,
0x52, 0x18, 0x5f, 0x85, 0x85, 0x15, 0x58, 0x35, 0xfc, 0xbd, 0xc6, 0xbd, 0x1f, 0x7e, 0x26, 0x57,
0xab, 0xa0, 0x2f, 0x3a, 0xdc, 0xef, 0x68, 0x7e, 0x8a, 0x5b, 0xfa, 0xb8, 0xb7, 0xac, 0xbd, 0xf0,
0x56, 0x77, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xcd, 0xe8, 0x84, 0xa9, 0x57, 0x01, 0x00, 0x00,
}