diff --git a/bcs-common/pkg/bcsapi/bcsproject/bcsproject.pb.go b/bcs-common/pkg/bcsapi/bcsproject/bcsproject.pb.go
index 97e37553d1..224125a7a8 100644
--- a/bcs-common/pkg/bcsapi/bcsproject/bcsproject.pb.go
+++ b/bcs-common/pkg/bcsapi/bcsproject/bcsproject.pb.go
@@ -3386,6 +3386,7 @@ type NamespaceData struct {
ItsmTicketType string `protobuf:"bytes,15,opt,name=itsmTicketType,proto3" json:"itsmTicketType,omitempty"`
Managers []string `protobuf:"bytes,16,rep,name=managers,proto3" json:"managers,omitempty"`
IsSystem bool `protobuf:"varint,17,opt,name=isSystem,proto3" json:"isSystem,omitempty"`
+ OtherQuotas []*OtherQuota `protobuf:"bytes,18,rep,name=otherQuotas,proto3" json:"otherQuotas,omitempty"`
}
func (x *NamespaceData) Reset() {
@@ -3539,6 +3540,68 @@ func (x *NamespaceData) GetIsSystem() bool {
return false
}
+func (x *NamespaceData) GetOtherQuotas() []*OtherQuota {
+ if x != nil {
+ return x.OtherQuotas
+ }
+ return nil
+}
+
+type OtherQuota struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
+ Quota *ResourceQuota `protobuf:"bytes,2,opt,name=quota,proto3" json:"quota,omitempty"`
+}
+
+func (x *OtherQuota) Reset() {
+ *x = OtherQuota{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_bcsproject_proto_msgTypes[45]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *OtherQuota) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*OtherQuota) ProtoMessage() {}
+
+func (x *OtherQuota) ProtoReflect() protoreflect.Message {
+ mi := &file_bcsproject_proto_msgTypes[45]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use OtherQuota.ProtoReflect.Descriptor instead.
+func (*OtherQuota) Descriptor() ([]byte, []int) {
+ return file_bcsproject_proto_rawDescGZIP(), []int{45}
+}
+
+func (x *OtherQuota) GetName() string {
+ if x != nil {
+ return x.Name
+ }
+ return ""
+}
+
+func (x *OtherQuota) GetQuota() *ResourceQuota {
+ if x != nil {
+ return x.Quota
+ }
+ return nil
+}
+
type NativeNamespaceData struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -3555,7 +3618,7 @@ type NativeNamespaceData struct {
func (x *NativeNamespaceData) Reset() {
*x = NativeNamespaceData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[45]
+ mi := &file_bcsproject_proto_msgTypes[46]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3568,7 +3631,7 @@ func (x *NativeNamespaceData) String() string {
func (*NativeNamespaceData) ProtoMessage() {}
func (x *NativeNamespaceData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[45]
+ mi := &file_bcsproject_proto_msgTypes[46]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3581,7 +3644,7 @@ func (x *NativeNamespaceData) ProtoReflect() protoreflect.Message {
// Deprecated: Use NativeNamespaceData.ProtoReflect.Descriptor instead.
func (*NativeNamespaceData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{45}
+ return file_bcsproject_proto_rawDescGZIP(), []int{46}
}
func (x *NativeNamespaceData) GetUid() string {
@@ -3638,7 +3701,7 @@ type Label struct {
func (x *Label) Reset() {
*x = Label{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[46]
+ mi := &file_bcsproject_proto_msgTypes[47]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3651,7 +3714,7 @@ func (x *Label) String() string {
func (*Label) ProtoMessage() {}
func (x *Label) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[46]
+ mi := &file_bcsproject_proto_msgTypes[47]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3664,7 +3727,7 @@ func (x *Label) ProtoReflect() protoreflect.Message {
// Deprecated: Use Label.ProtoReflect.Descriptor instead.
func (*Label) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{46}
+ return file_bcsproject_proto_rawDescGZIP(), []int{47}
}
func (x *Label) GetKey() string {
@@ -3693,7 +3756,7 @@ type Annotation struct {
func (x *Annotation) Reset() {
*x = Annotation{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[47]
+ mi := &file_bcsproject_proto_msgTypes[48]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3706,7 +3769,7 @@ func (x *Annotation) String() string {
func (*Annotation) ProtoMessage() {}
func (x *Annotation) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[47]
+ mi := &file_bcsproject_proto_msgTypes[48]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3719,7 +3782,7 @@ func (x *Annotation) ProtoReflect() protoreflect.Message {
// Deprecated: Use Annotation.ProtoReflect.Descriptor instead.
func (*Annotation) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{47}
+ return file_bcsproject_proto_rawDescGZIP(), []int{48}
}
func (x *Annotation) GetKey() string {
@@ -3750,7 +3813,7 @@ type ResourceQuota struct {
func (x *ResourceQuota) Reset() {
*x = ResourceQuota{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[48]
+ mi := &file_bcsproject_proto_msgTypes[49]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3763,7 +3826,7 @@ func (x *ResourceQuota) String() string {
func (*ResourceQuota) ProtoMessage() {}
func (x *ResourceQuota) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[48]
+ mi := &file_bcsproject_proto_msgTypes[49]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3776,7 +3839,7 @@ func (x *ResourceQuota) ProtoReflect() protoreflect.Message {
// Deprecated: Use ResourceQuota.ProtoReflect.Descriptor instead.
func (*ResourceQuota) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{48}
+ return file_bcsproject_proto_rawDescGZIP(), []int{49}
}
func (x *ResourceQuota) GetCpuRequests() string {
@@ -3823,7 +3886,7 @@ type CreateVariableRequest struct {
func (x *CreateVariableRequest) Reset() {
*x = CreateVariableRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[49]
+ mi := &file_bcsproject_proto_msgTypes[50]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3836,7 +3899,7 @@ func (x *CreateVariableRequest) String() string {
func (*CreateVariableRequest) ProtoMessage() {}
func (x *CreateVariableRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[49]
+ mi := &file_bcsproject_proto_msgTypes[50]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3849,7 +3912,7 @@ func (x *CreateVariableRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use CreateVariableRequest.ProtoReflect.Descriptor instead.
func (*CreateVariableRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{49}
+ return file_bcsproject_proto_rawDescGZIP(), []int{50}
}
func (x *CreateVariableRequest) GetProjectCode() string {
@@ -3908,7 +3971,7 @@ type CreateVariableResponse struct {
func (x *CreateVariableResponse) Reset() {
*x = CreateVariableResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[50]
+ mi := &file_bcsproject_proto_msgTypes[51]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3921,7 +3984,7 @@ func (x *CreateVariableResponse) String() string {
func (*CreateVariableResponse) ProtoMessage() {}
func (x *CreateVariableResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[50]
+ mi := &file_bcsproject_proto_msgTypes[51]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3934,7 +3997,7 @@ func (x *CreateVariableResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use CreateVariableResponse.ProtoReflect.Descriptor instead.
func (*CreateVariableResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{50}
+ return file_bcsproject_proto_rawDescGZIP(), []int{51}
}
func (x *CreateVariableResponse) GetCode() uint32 {
@@ -3982,7 +4045,7 @@ type UpdateVariableRequest struct {
func (x *UpdateVariableRequest) Reset() {
*x = UpdateVariableRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[51]
+ mi := &file_bcsproject_proto_msgTypes[52]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3995,7 +4058,7 @@ func (x *UpdateVariableRequest) String() string {
func (*UpdateVariableRequest) ProtoMessage() {}
func (x *UpdateVariableRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[51]
+ mi := &file_bcsproject_proto_msgTypes[52]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4008,7 +4071,7 @@ func (x *UpdateVariableRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateVariableRequest.ProtoReflect.Descriptor instead.
func (*UpdateVariableRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{51}
+ return file_bcsproject_proto_rawDescGZIP(), []int{52}
}
func (x *UpdateVariableRequest) GetProjectCode() string {
@@ -4074,7 +4137,7 @@ type UpdateVariableResponse struct {
func (x *UpdateVariableResponse) Reset() {
*x = UpdateVariableResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[52]
+ mi := &file_bcsproject_proto_msgTypes[53]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4087,7 +4150,7 @@ func (x *UpdateVariableResponse) String() string {
func (*UpdateVariableResponse) ProtoMessage() {}
func (x *UpdateVariableResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[52]
+ mi := &file_bcsproject_proto_msgTypes[53]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4100,7 +4163,7 @@ func (x *UpdateVariableResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateVariableResponse.ProtoReflect.Descriptor instead.
func (*UpdateVariableResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{52}
+ return file_bcsproject_proto_rawDescGZIP(), []int{53}
}
func (x *UpdateVariableResponse) GetCode() uint32 {
@@ -4147,7 +4210,7 @@ type ListVariableDefinitionsRequest struct {
func (x *ListVariableDefinitionsRequest) Reset() {
*x = ListVariableDefinitionsRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[53]
+ mi := &file_bcsproject_proto_msgTypes[54]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4160,7 +4223,7 @@ func (x *ListVariableDefinitionsRequest) String() string {
func (*ListVariableDefinitionsRequest) ProtoMessage() {}
func (x *ListVariableDefinitionsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[53]
+ mi := &file_bcsproject_proto_msgTypes[54]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4173,7 +4236,7 @@ func (x *ListVariableDefinitionsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListVariableDefinitionsRequest.ProtoReflect.Descriptor instead.
func (*ListVariableDefinitionsRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{53}
+ return file_bcsproject_proto_rawDescGZIP(), []int{54}
}
func (x *ListVariableDefinitionsRequest) GetProjectCode() string {
@@ -4232,7 +4295,7 @@ type ListVariableDefinitionsResponse struct {
func (x *ListVariableDefinitionsResponse) Reset() {
*x = ListVariableDefinitionsResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[54]
+ mi := &file_bcsproject_proto_msgTypes[55]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4245,7 +4308,7 @@ func (x *ListVariableDefinitionsResponse) String() string {
func (*ListVariableDefinitionsResponse) ProtoMessage() {}
func (x *ListVariableDefinitionsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[54]
+ mi := &file_bcsproject_proto_msgTypes[55]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4258,7 +4321,7 @@ func (x *ListVariableDefinitionsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListVariableDefinitionsResponse.ProtoReflect.Descriptor instead.
func (*ListVariableDefinitionsResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{54}
+ return file_bcsproject_proto_rawDescGZIP(), []int{55}
}
func (x *ListVariableDefinitionsResponse) GetCode() uint32 {
@@ -4301,7 +4364,7 @@ type DeleteVariableDefinitionsRequest struct {
func (x *DeleteVariableDefinitionsRequest) Reset() {
*x = DeleteVariableDefinitionsRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[55]
+ mi := &file_bcsproject_proto_msgTypes[56]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4314,7 +4377,7 @@ func (x *DeleteVariableDefinitionsRequest) String() string {
func (*DeleteVariableDefinitionsRequest) ProtoMessage() {}
func (x *DeleteVariableDefinitionsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[55]
+ mi := &file_bcsproject_proto_msgTypes[56]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4327,7 +4390,7 @@ func (x *DeleteVariableDefinitionsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteVariableDefinitionsRequest.ProtoReflect.Descriptor instead.
func (*DeleteVariableDefinitionsRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{55}
+ return file_bcsproject_proto_rawDescGZIP(), []int{56}
}
func (x *DeleteVariableDefinitionsRequest) GetProjectCode() string {
@@ -4358,7 +4421,7 @@ type DeleteVariableDefinitionsResponse struct {
func (x *DeleteVariableDefinitionsResponse) Reset() {
*x = DeleteVariableDefinitionsResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[56]
+ mi := &file_bcsproject_proto_msgTypes[57]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4371,7 +4434,7 @@ func (x *DeleteVariableDefinitionsResponse) String() string {
func (*DeleteVariableDefinitionsResponse) ProtoMessage() {}
func (x *DeleteVariableDefinitionsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[56]
+ mi := &file_bcsproject_proto_msgTypes[57]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4384,7 +4447,7 @@ func (x *DeleteVariableDefinitionsResponse) ProtoReflect() protoreflect.Message
// Deprecated: Use DeleteVariableDefinitionsResponse.ProtoReflect.Descriptor instead.
func (*DeleteVariableDefinitionsResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{56}
+ return file_bcsproject_proto_rawDescGZIP(), []int{57}
}
func (x *DeleteVariableDefinitionsResponse) GetCode() uint32 {
@@ -4427,7 +4490,7 @@ type ListClustersVariablesRequest struct {
func (x *ListClustersVariablesRequest) Reset() {
*x = ListClustersVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[57]
+ mi := &file_bcsproject_proto_msgTypes[58]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4440,7 +4503,7 @@ func (x *ListClustersVariablesRequest) String() string {
func (*ListClustersVariablesRequest) ProtoMessage() {}
func (x *ListClustersVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[57]
+ mi := &file_bcsproject_proto_msgTypes[58]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4453,7 +4516,7 @@ func (x *ListClustersVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListClustersVariablesRequest.ProtoReflect.Descriptor instead.
func (*ListClustersVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{57}
+ return file_bcsproject_proto_rawDescGZIP(), []int{58}
}
func (x *ListClustersVariablesRequest) GetProjectCode() string {
@@ -4484,7 +4547,7 @@ type ListClustersVariablesResponse struct {
func (x *ListClustersVariablesResponse) Reset() {
*x = ListClustersVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[58]
+ mi := &file_bcsproject_proto_msgTypes[59]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4497,7 +4560,7 @@ func (x *ListClustersVariablesResponse) String() string {
func (*ListClustersVariablesResponse) ProtoMessage() {}
func (x *ListClustersVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[58]
+ mi := &file_bcsproject_proto_msgTypes[59]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4510,7 +4573,7 @@ func (x *ListClustersVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListClustersVariablesResponse.ProtoReflect.Descriptor instead.
func (*ListClustersVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{58}
+ return file_bcsproject_proto_rawDescGZIP(), []int{59}
}
func (x *ListClustersVariablesResponse) GetCode() uint32 {
@@ -4553,7 +4616,7 @@ type ListNamespacesVariablesRequest struct {
func (x *ListNamespacesVariablesRequest) Reset() {
*x = ListNamespacesVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[59]
+ mi := &file_bcsproject_proto_msgTypes[60]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4566,7 +4629,7 @@ func (x *ListNamespacesVariablesRequest) String() string {
func (*ListNamespacesVariablesRequest) ProtoMessage() {}
func (x *ListNamespacesVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[59]
+ mi := &file_bcsproject_proto_msgTypes[60]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4579,7 +4642,7 @@ func (x *ListNamespacesVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListNamespacesVariablesRequest.ProtoReflect.Descriptor instead.
func (*ListNamespacesVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{59}
+ return file_bcsproject_proto_rawDescGZIP(), []int{60}
}
func (x *ListNamespacesVariablesRequest) GetProjectCode() string {
@@ -4610,7 +4673,7 @@ type ListNamespacesVariablesResponse struct {
func (x *ListNamespacesVariablesResponse) Reset() {
*x = ListNamespacesVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[60]
+ mi := &file_bcsproject_proto_msgTypes[61]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4623,7 +4686,7 @@ func (x *ListNamespacesVariablesResponse) String() string {
func (*ListNamespacesVariablesResponse) ProtoMessage() {}
func (x *ListNamespacesVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[60]
+ mi := &file_bcsproject_proto_msgTypes[61]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4636,7 +4699,7 @@ func (x *ListNamespacesVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListNamespacesVariablesResponse.ProtoReflect.Descriptor instead.
func (*ListNamespacesVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{60}
+ return file_bcsproject_proto_rawDescGZIP(), []int{61}
}
func (x *ListNamespacesVariablesResponse) GetCode() uint32 {
@@ -4680,7 +4743,7 @@ type UpdateClustersVariablesRequest struct {
func (x *UpdateClustersVariablesRequest) Reset() {
*x = UpdateClustersVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[61]
+ mi := &file_bcsproject_proto_msgTypes[62]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4693,7 +4756,7 @@ func (x *UpdateClustersVariablesRequest) String() string {
func (*UpdateClustersVariablesRequest) ProtoMessage() {}
func (x *UpdateClustersVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[61]
+ mi := &file_bcsproject_proto_msgTypes[62]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4706,7 +4769,7 @@ func (x *UpdateClustersVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateClustersVariablesRequest.ProtoReflect.Descriptor instead.
func (*UpdateClustersVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{61}
+ return file_bcsproject_proto_rawDescGZIP(), []int{62}
}
func (x *UpdateClustersVariablesRequest) GetProjectCode() string {
@@ -4743,7 +4806,7 @@ type UpdateClustersVariablesResponse struct {
func (x *UpdateClustersVariablesResponse) Reset() {
*x = UpdateClustersVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[62]
+ mi := &file_bcsproject_proto_msgTypes[63]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4756,7 +4819,7 @@ func (x *UpdateClustersVariablesResponse) String() string {
func (*UpdateClustersVariablesResponse) ProtoMessage() {}
func (x *UpdateClustersVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[62]
+ mi := &file_bcsproject_proto_msgTypes[63]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4769,7 +4832,7 @@ func (x *UpdateClustersVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateClustersVariablesResponse.ProtoReflect.Descriptor instead.
func (*UpdateClustersVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{62}
+ return file_bcsproject_proto_rawDescGZIP(), []int{63}
}
func (x *UpdateClustersVariablesResponse) GetCode() uint32 {
@@ -4806,7 +4869,7 @@ type UpdateNamespacesVariablesRequest struct {
func (x *UpdateNamespacesVariablesRequest) Reset() {
*x = UpdateNamespacesVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[63]
+ mi := &file_bcsproject_proto_msgTypes[64]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4819,7 +4882,7 @@ func (x *UpdateNamespacesVariablesRequest) String() string {
func (*UpdateNamespacesVariablesRequest) ProtoMessage() {}
func (x *UpdateNamespacesVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[63]
+ mi := &file_bcsproject_proto_msgTypes[64]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4832,7 +4895,7 @@ func (x *UpdateNamespacesVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateNamespacesVariablesRequest.ProtoReflect.Descriptor instead.
func (*UpdateNamespacesVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{63}
+ return file_bcsproject_proto_rawDescGZIP(), []int{64}
}
func (x *UpdateNamespacesVariablesRequest) GetProjectCode() string {
@@ -4869,7 +4932,7 @@ type UpdateNamespacesVariablesResponse struct {
func (x *UpdateNamespacesVariablesResponse) Reset() {
*x = UpdateNamespacesVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[64]
+ mi := &file_bcsproject_proto_msgTypes[65]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4882,7 +4945,7 @@ func (x *UpdateNamespacesVariablesResponse) String() string {
func (*UpdateNamespacesVariablesResponse) ProtoMessage() {}
func (x *UpdateNamespacesVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[64]
+ mi := &file_bcsproject_proto_msgTypes[65]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4895,7 +4958,7 @@ func (x *UpdateNamespacesVariablesResponse) ProtoReflect() protoreflect.Message
// Deprecated: Use UpdateNamespacesVariablesResponse.ProtoReflect.Descriptor instead.
func (*UpdateNamespacesVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{64}
+ return file_bcsproject_proto_rawDescGZIP(), []int{65}
}
func (x *UpdateNamespacesVariablesResponse) GetCode() uint32 {
@@ -4931,7 +4994,7 @@ type ListClusterVariablesRequest struct {
func (x *ListClusterVariablesRequest) Reset() {
*x = ListClusterVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[65]
+ mi := &file_bcsproject_proto_msgTypes[66]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4944,7 +5007,7 @@ func (x *ListClusterVariablesRequest) String() string {
func (*ListClusterVariablesRequest) ProtoMessage() {}
func (x *ListClusterVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[65]
+ mi := &file_bcsproject_proto_msgTypes[66]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4957,7 +5020,7 @@ func (x *ListClusterVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListClusterVariablesRequest.ProtoReflect.Descriptor instead.
func (*ListClusterVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{65}
+ return file_bcsproject_proto_rawDescGZIP(), []int{66}
}
func (x *ListClusterVariablesRequest) GetProjectCode() string {
@@ -4988,7 +5051,7 @@ type ListClusterVariablesResponse struct {
func (x *ListClusterVariablesResponse) Reset() {
*x = ListClusterVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[66]
+ mi := &file_bcsproject_proto_msgTypes[67]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5001,7 +5064,7 @@ func (x *ListClusterVariablesResponse) String() string {
func (*ListClusterVariablesResponse) ProtoMessage() {}
func (x *ListClusterVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[66]
+ mi := &file_bcsproject_proto_msgTypes[67]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5014,7 +5077,7 @@ func (x *ListClusterVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListClusterVariablesResponse.ProtoReflect.Descriptor instead.
func (*ListClusterVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{66}
+ return file_bcsproject_proto_rawDescGZIP(), []int{67}
}
func (x *ListClusterVariablesResponse) GetCode() uint32 {
@@ -5058,7 +5121,7 @@ type ListNamespaceVariablesRequest struct {
func (x *ListNamespaceVariablesRequest) Reset() {
*x = ListNamespaceVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[67]
+ mi := &file_bcsproject_proto_msgTypes[68]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5071,7 +5134,7 @@ func (x *ListNamespaceVariablesRequest) String() string {
func (*ListNamespaceVariablesRequest) ProtoMessage() {}
func (x *ListNamespaceVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[67]
+ mi := &file_bcsproject_proto_msgTypes[68]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5084,7 +5147,7 @@ func (x *ListNamespaceVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListNamespaceVariablesRequest.ProtoReflect.Descriptor instead.
func (*ListNamespaceVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{67}
+ return file_bcsproject_proto_rawDescGZIP(), []int{68}
}
func (x *ListNamespaceVariablesRequest) GetProjectCode() string {
@@ -5122,7 +5185,7 @@ type ListNamespaceVariablesResponse struct {
func (x *ListNamespaceVariablesResponse) Reset() {
*x = ListNamespaceVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[68]
+ mi := &file_bcsproject_proto_msgTypes[69]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5135,7 +5198,7 @@ func (x *ListNamespaceVariablesResponse) String() string {
func (*ListNamespaceVariablesResponse) ProtoMessage() {}
func (x *ListNamespaceVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[68]
+ mi := &file_bcsproject_proto_msgTypes[69]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5148,7 +5211,7 @@ func (x *ListNamespaceVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListNamespaceVariablesResponse.ProtoReflect.Descriptor instead.
func (*ListNamespaceVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{68}
+ return file_bcsproject_proto_rawDescGZIP(), []int{69}
}
func (x *ListNamespaceVariablesResponse) GetCode() uint32 {
@@ -5192,7 +5255,7 @@ type UpdateClusterVariablesRequest struct {
func (x *UpdateClusterVariablesRequest) Reset() {
*x = UpdateClusterVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[69]
+ mi := &file_bcsproject_proto_msgTypes[70]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5205,7 +5268,7 @@ func (x *UpdateClusterVariablesRequest) String() string {
func (*UpdateClusterVariablesRequest) ProtoMessage() {}
func (x *UpdateClusterVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[69]
+ mi := &file_bcsproject_proto_msgTypes[70]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5218,7 +5281,7 @@ func (x *UpdateClusterVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateClusterVariablesRequest.ProtoReflect.Descriptor instead.
func (*UpdateClusterVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{69}
+ return file_bcsproject_proto_rawDescGZIP(), []int{70}
}
func (x *UpdateClusterVariablesRequest) GetProjectCode() string {
@@ -5255,7 +5318,7 @@ type UpdateClusterVariablesResponse struct {
func (x *UpdateClusterVariablesResponse) Reset() {
*x = UpdateClusterVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[70]
+ mi := &file_bcsproject_proto_msgTypes[71]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5268,7 +5331,7 @@ func (x *UpdateClusterVariablesResponse) String() string {
func (*UpdateClusterVariablesResponse) ProtoMessage() {}
func (x *UpdateClusterVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[70]
+ mi := &file_bcsproject_proto_msgTypes[71]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5281,7 +5344,7 @@ func (x *UpdateClusterVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateClusterVariablesResponse.ProtoReflect.Descriptor instead.
func (*UpdateClusterVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{70}
+ return file_bcsproject_proto_rawDescGZIP(), []int{71}
}
func (x *UpdateClusterVariablesResponse) GetCode() uint32 {
@@ -5319,7 +5382,7 @@ type UpdateNamespaceVariablesRequest struct {
func (x *UpdateNamespaceVariablesRequest) Reset() {
*x = UpdateNamespaceVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[71]
+ mi := &file_bcsproject_proto_msgTypes[72]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5332,7 +5395,7 @@ func (x *UpdateNamespaceVariablesRequest) String() string {
func (*UpdateNamespaceVariablesRequest) ProtoMessage() {}
func (x *UpdateNamespaceVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[71]
+ mi := &file_bcsproject_proto_msgTypes[72]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5345,7 +5408,7 @@ func (x *UpdateNamespaceVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateNamespaceVariablesRequest.ProtoReflect.Descriptor instead.
func (*UpdateNamespaceVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{71}
+ return file_bcsproject_proto_rawDescGZIP(), []int{72}
}
func (x *UpdateNamespaceVariablesRequest) GetProjectCode() string {
@@ -5389,7 +5452,7 @@ type UpdateNamespaceVariablesResponse struct {
func (x *UpdateNamespaceVariablesResponse) Reset() {
*x = UpdateNamespaceVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[72]
+ mi := &file_bcsproject_proto_msgTypes[73]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5402,7 +5465,7 @@ func (x *UpdateNamespaceVariablesResponse) String() string {
func (*UpdateNamespaceVariablesResponse) ProtoMessage() {}
func (x *UpdateNamespaceVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[72]
+ mi := &file_bcsproject_proto_msgTypes[73]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5415,7 +5478,7 @@ func (x *UpdateNamespaceVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateNamespaceVariablesResponse.ProtoReflect.Descriptor instead.
func (*UpdateNamespaceVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{72}
+ return file_bcsproject_proto_rawDescGZIP(), []int{73}
}
func (x *UpdateNamespaceVariablesResponse) GetCode() uint32 {
@@ -5451,7 +5514,7 @@ type ImportVariablesRequest struct {
func (x *ImportVariablesRequest) Reset() {
*x = ImportVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[73]
+ mi := &file_bcsproject_proto_msgTypes[74]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5464,7 +5527,7 @@ func (x *ImportVariablesRequest) String() string {
func (*ImportVariablesRequest) ProtoMessage() {}
func (x *ImportVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[73]
+ mi := &file_bcsproject_proto_msgTypes[74]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5477,7 +5540,7 @@ func (x *ImportVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ImportVariablesRequest.ProtoReflect.Descriptor instead.
func (*ImportVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{73}
+ return file_bcsproject_proto_rawDescGZIP(), []int{74}
}
func (x *ImportVariablesRequest) GetProjectCode() string {
@@ -5507,7 +5570,7 @@ type ImportVariablesResponse struct {
func (x *ImportVariablesResponse) Reset() {
*x = ImportVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[74]
+ mi := &file_bcsproject_proto_msgTypes[75]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5520,7 +5583,7 @@ func (x *ImportVariablesResponse) String() string {
func (*ImportVariablesResponse) ProtoMessage() {}
func (x *ImportVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[74]
+ mi := &file_bcsproject_proto_msgTypes[75]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5533,7 +5596,7 @@ func (x *ImportVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ImportVariablesResponse.ProtoReflect.Descriptor instead.
func (*ImportVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{74}
+ return file_bcsproject_proto_rawDescGZIP(), []int{75}
}
func (x *ImportVariablesResponse) GetCode() uint32 {
@@ -5571,7 +5634,7 @@ type RenderVariablesRequest struct {
func (x *RenderVariablesRequest) Reset() {
*x = RenderVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[75]
+ mi := &file_bcsproject_proto_msgTypes[76]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5584,7 +5647,7 @@ func (x *RenderVariablesRequest) String() string {
func (*RenderVariablesRequest) ProtoMessage() {}
func (x *RenderVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[75]
+ mi := &file_bcsproject_proto_msgTypes[76]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5597,7 +5660,7 @@ func (x *RenderVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use RenderVariablesRequest.ProtoReflect.Descriptor instead.
func (*RenderVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{75}
+ return file_bcsproject_proto_rawDescGZIP(), []int{76}
}
func (x *RenderVariablesRequest) GetProjectCode() string {
@@ -5642,7 +5705,7 @@ type RenderVariablesResponse struct {
func (x *RenderVariablesResponse) Reset() {
*x = RenderVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[76]
+ mi := &file_bcsproject_proto_msgTypes[77]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5655,7 +5718,7 @@ func (x *RenderVariablesResponse) String() string {
func (*RenderVariablesResponse) ProtoMessage() {}
func (x *RenderVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[76]
+ mi := &file_bcsproject_proto_msgTypes[77]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5668,7 +5731,7 @@ func (x *RenderVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use RenderVariablesResponse.ProtoReflect.Descriptor instead.
func (*RenderVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{76}
+ return file_bcsproject_proto_rawDescGZIP(), []int{77}
}
func (x *RenderVariablesResponse) GetCode() uint32 {
@@ -5723,7 +5786,7 @@ type VariableDefinition struct {
func (x *VariableDefinition) Reset() {
*x = VariableDefinition{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[77]
+ mi := &file_bcsproject_proto_msgTypes[78]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5736,7 +5799,7 @@ func (x *VariableDefinition) String() string {
func (*VariableDefinition) ProtoMessage() {}
func (x *VariableDefinition) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[77]
+ mi := &file_bcsproject_proto_msgTypes[78]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5749,7 +5812,7 @@ func (x *VariableDefinition) ProtoReflect() protoreflect.Message {
// Deprecated: Use VariableDefinition.ProtoReflect.Descriptor instead.
func (*VariableDefinition) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{77}
+ return file_bcsproject_proto_rawDescGZIP(), []int{78}
}
func (x *VariableDefinition) GetId() string {
@@ -5868,7 +5931,7 @@ type VariableValue struct {
func (x *VariableValue) Reset() {
*x = VariableValue{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[78]
+ mi := &file_bcsproject_proto_msgTypes[79]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5881,7 +5944,7 @@ func (x *VariableValue) String() string {
func (*VariableValue) ProtoMessage() {}
func (x *VariableValue) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[78]
+ mi := &file_bcsproject_proto_msgTypes[79]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5894,7 +5957,7 @@ func (x *VariableValue) ProtoReflect() protoreflect.Message {
// Deprecated: Use VariableValue.ProtoReflect.Descriptor instead.
func (*VariableValue) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{78}
+ return file_bcsproject_proto_rawDescGZIP(), []int{79}
}
func (x *VariableValue) GetId() string {
@@ -5971,7 +6034,7 @@ type CreateVariableData struct {
func (x *CreateVariableData) Reset() {
*x = CreateVariableData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[79]
+ mi := &file_bcsproject_proto_msgTypes[80]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5984,7 +6047,7 @@ func (x *CreateVariableData) String() string {
func (*CreateVariableData) ProtoMessage() {}
func (x *CreateVariableData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[79]
+ mi := &file_bcsproject_proto_msgTypes[80]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5997,7 +6060,7 @@ func (x *CreateVariableData) ProtoReflect() protoreflect.Message {
// Deprecated: Use CreateVariableData.ProtoReflect.Descriptor instead.
func (*CreateVariableData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{79}
+ return file_bcsproject_proto_rawDescGZIP(), []int{80}
}
func (x *CreateVariableData) GetId() string {
@@ -6074,7 +6137,7 @@ type UpdateVariableData struct {
func (x *UpdateVariableData) Reset() {
*x = UpdateVariableData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[80]
+ mi := &file_bcsproject_proto_msgTypes[81]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6087,7 +6150,7 @@ func (x *UpdateVariableData) String() string {
func (*UpdateVariableData) ProtoMessage() {}
func (x *UpdateVariableData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[80]
+ mi := &file_bcsproject_proto_msgTypes[81]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6100,7 +6163,7 @@ func (x *UpdateVariableData) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateVariableData.ProtoReflect.Descriptor instead.
func (*UpdateVariableData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{80}
+ return file_bcsproject_proto_rawDescGZIP(), []int{81}
}
func (x *UpdateVariableData) GetId() string {
@@ -6171,7 +6234,7 @@ type ListVariableDefinitionData struct {
func (x *ListVariableDefinitionData) Reset() {
*x = ListVariableDefinitionData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[81]
+ mi := &file_bcsproject_proto_msgTypes[82]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6184,7 +6247,7 @@ func (x *ListVariableDefinitionData) String() string {
func (*ListVariableDefinitionData) ProtoMessage() {}
func (x *ListVariableDefinitionData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[81]
+ mi := &file_bcsproject_proto_msgTypes[82]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6197,7 +6260,7 @@ func (x *ListVariableDefinitionData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListVariableDefinitionData.ProtoReflect.Descriptor instead.
func (*ListVariableDefinitionData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{81}
+ return file_bcsproject_proto_rawDescGZIP(), []int{82}
}
func (x *ListVariableDefinitionData) GetTotal() uint32 {
@@ -6225,7 +6288,7 @@ type DeleteVariableDefinitionsData struct {
func (x *DeleteVariableDefinitionsData) Reset() {
*x = DeleteVariableDefinitionsData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[82]
+ mi := &file_bcsproject_proto_msgTypes[83]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6238,7 +6301,7 @@ func (x *DeleteVariableDefinitionsData) String() string {
func (*DeleteVariableDefinitionsData) ProtoMessage() {}
func (x *DeleteVariableDefinitionsData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[82]
+ mi := &file_bcsproject_proto_msgTypes[83]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6251,7 +6314,7 @@ func (x *DeleteVariableDefinitionsData) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteVariableDefinitionsData.ProtoReflect.Descriptor instead.
func (*DeleteVariableDefinitionsData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{82}
+ return file_bcsproject_proto_rawDescGZIP(), []int{83}
}
func (x *DeleteVariableDefinitionsData) GetTotal() uint32 {
@@ -6273,7 +6336,7 @@ type ListVariableValuesData struct {
func (x *ListVariableValuesData) Reset() {
*x = ListVariableValuesData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[83]
+ mi := &file_bcsproject_proto_msgTypes[84]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6286,7 +6349,7 @@ func (x *ListVariableValuesData) String() string {
func (*ListVariableValuesData) ProtoMessage() {}
func (x *ListVariableValuesData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[83]
+ mi := &file_bcsproject_proto_msgTypes[84]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6299,7 +6362,7 @@ func (x *ListVariableValuesData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListVariableValuesData.ProtoReflect.Descriptor instead.
func (*ListVariableValuesData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{83}
+ return file_bcsproject_proto_rawDescGZIP(), []int{84}
}
func (x *ListVariableValuesData) GetTotal() uint32 {
@@ -6332,7 +6395,7 @@ type ImportVariableData struct {
func (x *ImportVariableData) Reset() {
*x = ImportVariableData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[84]
+ mi := &file_bcsproject_proto_msgTypes[85]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6345,7 +6408,7 @@ func (x *ImportVariableData) String() string {
func (*ImportVariableData) ProtoMessage() {}
func (x *ImportVariableData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[84]
+ mi := &file_bcsproject_proto_msgTypes[85]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6358,7 +6421,7 @@ func (x *ImportVariableData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ImportVariableData.ProtoReflect.Descriptor instead.
func (*ImportVariableData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{84}
+ return file_bcsproject_proto_rawDescGZIP(), []int{85}
}
func (x *ImportVariableData) GetName() string {
@@ -6416,7 +6479,7 @@ type ImportVariableVarData struct {
func (x *ImportVariableVarData) Reset() {
*x = ImportVariableVarData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[85]
+ mi := &file_bcsproject_proto_msgTypes[86]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6429,7 +6492,7 @@ func (x *ImportVariableVarData) String() string {
func (*ImportVariableVarData) ProtoMessage() {}
func (x *ImportVariableVarData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[85]
+ mi := &file_bcsproject_proto_msgTypes[86]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6442,7 +6505,7 @@ func (x *ImportVariableVarData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ImportVariableVarData.ProtoReflect.Descriptor instead.
func (*ImportVariableVarData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{85}
+ return file_bcsproject_proto_rawDescGZIP(), []int{86}
}
func (x *ImportVariableVarData) GetClusterID() string {
@@ -6475,7 +6538,7 @@ type HealthzRequest struct {
func (x *HealthzRequest) Reset() {
*x = HealthzRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[86]
+ mi := &file_bcsproject_proto_msgTypes[87]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6488,7 +6551,7 @@ func (x *HealthzRequest) String() string {
func (*HealthzRequest) ProtoMessage() {}
func (x *HealthzRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[86]
+ mi := &file_bcsproject_proto_msgTypes[87]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6501,7 +6564,7 @@ func (x *HealthzRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use HealthzRequest.ProtoReflect.Descriptor instead.
func (*HealthzRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{86}
+ return file_bcsproject_proto_rawDescGZIP(), []int{87}
}
type HealthzResponse struct {
@@ -6518,7 +6581,7 @@ type HealthzResponse struct {
func (x *HealthzResponse) Reset() {
*x = HealthzResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[87]
+ mi := &file_bcsproject_proto_msgTypes[88]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6531,7 +6594,7 @@ func (x *HealthzResponse) String() string {
func (*HealthzResponse) ProtoMessage() {}
func (x *HealthzResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[87]
+ mi := &file_bcsproject_proto_msgTypes[88]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6544,7 +6607,7 @@ func (x *HealthzResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use HealthzResponse.ProtoReflect.Descriptor instead.
func (*HealthzResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{87}
+ return file_bcsproject_proto_rawDescGZIP(), []int{88}
}
func (x *HealthzResponse) GetCode() uint32 {
@@ -6587,7 +6650,7 @@ type HealthzData struct {
func (x *HealthzData) Reset() {
*x = HealthzData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[88]
+ mi := &file_bcsproject_proto_msgTypes[89]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6600,7 +6663,7 @@ func (x *HealthzData) String() string {
func (*HealthzData) ProtoMessage() {}
func (x *HealthzData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[88]
+ mi := &file_bcsproject_proto_msgTypes[89]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6613,7 +6676,7 @@ func (x *HealthzData) ProtoReflect() protoreflect.Message {
// Deprecated: Use HealthzData.ProtoReflect.Descriptor instead.
func (*HealthzData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{88}
+ return file_bcsproject_proto_rawDescGZIP(), []int{89}
}
func (x *HealthzData) GetStatus() string {
@@ -6639,7 +6702,7 @@ type PingRequest struct {
func (x *PingRequest) Reset() {
*x = PingRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[89]
+ mi := &file_bcsproject_proto_msgTypes[90]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6652,7 +6715,7 @@ func (x *PingRequest) String() string {
func (*PingRequest) ProtoMessage() {}
func (x *PingRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[89]
+ mi := &file_bcsproject_proto_msgTypes[90]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6665,7 +6728,7 @@ func (x *PingRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{89}
+ return file_bcsproject_proto_rawDescGZIP(), []int{90}
}
type PingResponse struct {
@@ -6682,7 +6745,7 @@ type PingResponse struct {
func (x *PingResponse) Reset() {
*x = PingResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[90]
+ mi := &file_bcsproject_proto_msgTypes[91]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6695,7 +6758,7 @@ func (x *PingResponse) String() string {
func (*PingResponse) ProtoMessage() {}
func (x *PingResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[90]
+ mi := &file_bcsproject_proto_msgTypes[91]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6708,7 +6771,7 @@ func (x *PingResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{90}
+ return file_bcsproject_proto_rawDescGZIP(), []int{91}
}
func (x *PingResponse) GetCode() uint32 {
@@ -6775,7 +6838,7 @@ type ProjectQuota struct {
func (x *ProjectQuota) Reset() {
*x = ProjectQuota{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[91]
+ mi := &file_bcsproject_proto_msgTypes[92]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6788,7 +6851,7 @@ func (x *ProjectQuota) String() string {
func (*ProjectQuota) ProtoMessage() {}
func (x *ProjectQuota) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[91]
+ mi := &file_bcsproject_proto_msgTypes[92]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6801,7 +6864,7 @@ func (x *ProjectQuota) ProtoReflect() protoreflect.Message {
// Deprecated: Use ProjectQuota.ProtoReflect.Descriptor instead.
func (*ProjectQuota) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{91}
+ return file_bcsproject_proto_rawDescGZIP(), []int{92}
}
func (x *ProjectQuota) GetQuotaId() string {
@@ -7000,7 +7063,7 @@ type NodeGroup struct {
func (x *NodeGroup) Reset() {
*x = NodeGroup{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[92]
+ mi := &file_bcsproject_proto_msgTypes[93]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7013,7 +7076,7 @@ func (x *NodeGroup) String() string {
func (*NodeGroup) ProtoMessage() {}
func (x *NodeGroup) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[92]
+ mi := &file_bcsproject_proto_msgTypes[93]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7026,7 +7089,7 @@ func (x *NodeGroup) ProtoReflect() protoreflect.Message {
// Deprecated: Use NodeGroup.ProtoReflect.Descriptor instead.
func (*NodeGroup) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{92}
+ return file_bcsproject_proto_rawDescGZIP(), []int{93}
}
func (x *NodeGroup) GetClusterId() string {
@@ -7071,7 +7134,7 @@ type QuotaResource struct {
func (x *QuotaResource) Reset() {
*x = QuotaResource{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[93]
+ mi := &file_bcsproject_proto_msgTypes[94]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7084,7 +7147,7 @@ func (x *QuotaResource) String() string {
func (*QuotaResource) ProtoMessage() {}
func (x *QuotaResource) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[93]
+ mi := &file_bcsproject_proto_msgTypes[94]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7097,7 +7160,7 @@ func (x *QuotaResource) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaResource.ProtoReflect.Descriptor instead.
func (*QuotaResource) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{93}
+ return file_bcsproject_proto_rawDescGZIP(), []int{94}
}
func (x *QuotaResource) GetZoneResources() *InstanceTypeConfig {
@@ -7140,7 +7203,7 @@ type QuotaStrategy struct {
func (x *QuotaStrategy) Reset() {
*x = QuotaStrategy{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[94]
+ mi := &file_bcsproject_proto_msgTypes[95]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7153,7 +7216,7 @@ func (x *QuotaStrategy) String() string {
func (*QuotaStrategy) ProtoMessage() {}
func (x *QuotaStrategy) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[94]
+ mi := &file_bcsproject_proto_msgTypes[95]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7166,7 +7229,7 @@ func (x *QuotaStrategy) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaStrategy.ProtoReflect.Descriptor instead.
func (*QuotaStrategy) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{94}
+ return file_bcsproject_proto_rawDescGZIP(), []int{95}
}
func (x *QuotaStrategy) GetExpectTime() *wrappers.Int64Value {
@@ -7205,7 +7268,7 @@ type InstanceTypeConfig struct {
func (x *InstanceTypeConfig) Reset() {
*x = InstanceTypeConfig{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[95]
+ mi := &file_bcsproject_proto_msgTypes[96]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7218,7 +7281,7 @@ func (x *InstanceTypeConfig) String() string {
func (*InstanceTypeConfig) ProtoMessage() {}
func (x *InstanceTypeConfig) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[95]
+ mi := &file_bcsproject_proto_msgTypes[96]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7231,7 +7294,7 @@ func (x *InstanceTypeConfig) ProtoReflect() protoreflect.Message {
// Deprecated: Use InstanceTypeConfig.ProtoReflect.Descriptor instead.
func (*InstanceTypeConfig) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{95}
+ return file_bcsproject_proto_rawDescGZIP(), []int{96}
}
func (x *InstanceTypeConfig) GetRegion() string {
@@ -7324,7 +7387,7 @@ type DataDisk struct {
func (x *DataDisk) Reset() {
*x = DataDisk{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[96]
+ mi := &file_bcsproject_proto_msgTypes[97]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7337,7 +7400,7 @@ func (x *DataDisk) String() string {
func (*DataDisk) ProtoMessage() {}
func (x *DataDisk) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[96]
+ mi := &file_bcsproject_proto_msgTypes[97]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7350,7 +7413,7 @@ func (x *DataDisk) ProtoReflect() protoreflect.Message {
// Deprecated: Use DataDisk.ProtoReflect.Descriptor instead.
func (*DataDisk) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{96}
+ return file_bcsproject_proto_rawDescGZIP(), []int{97}
}
func (x *DataDisk) GetDiskType() string {
@@ -7382,7 +7445,7 @@ type DeviceInfo struct {
func (x *DeviceInfo) Reset() {
*x = DeviceInfo{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[97]
+ mi := &file_bcsproject_proto_msgTypes[98]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7395,7 +7458,7 @@ func (x *DeviceInfo) String() string {
func (*DeviceInfo) ProtoMessage() {}
func (x *DeviceInfo) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[97]
+ mi := &file_bcsproject_proto_msgTypes[98]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7408,7 +7471,7 @@ func (x *DeviceInfo) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeviceInfo.ProtoReflect.Descriptor instead.
func (*DeviceInfo) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{97}
+ return file_bcsproject_proto_rawDescGZIP(), []int{98}
}
func (x *DeviceInfo) GetDeviceType() string {
@@ -7467,7 +7530,7 @@ type CreateProjectQuotaRequest struct {
func (x *CreateProjectQuotaRequest) Reset() {
*x = CreateProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[98]
+ mi := &file_bcsproject_proto_msgTypes[99]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7480,7 +7543,7 @@ func (x *CreateProjectQuotaRequest) String() string {
func (*CreateProjectQuotaRequest) ProtoMessage() {}
func (x *CreateProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[98]
+ mi := &file_bcsproject_proto_msgTypes[99]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7493,7 +7556,7 @@ func (x *CreateProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use CreateProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*CreateProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{98}
+ return file_bcsproject_proto_rawDescGZIP(), []int{99}
}
func (x *CreateProjectQuotaRequest) GetQuotaName() string {
@@ -7639,7 +7702,7 @@ type QuotaAttr struct {
func (x *QuotaAttr) Reset() {
*x = QuotaAttr{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[99]
+ mi := &file_bcsproject_proto_msgTypes[100]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7652,7 +7715,7 @@ func (x *QuotaAttr) String() string {
func (*QuotaAttr) ProtoMessage() {}
func (x *QuotaAttr) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[99]
+ mi := &file_bcsproject_proto_msgTypes[100]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7665,7 +7728,7 @@ func (x *QuotaAttr) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaAttr.ProtoReflect.Descriptor instead.
func (*QuotaAttr) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{99}
+ return file_bcsproject_proto_rawDescGZIP(), []int{100}
}
func (x *QuotaAttr) GetSourceBkBizIDs() string {
@@ -7728,7 +7791,7 @@ type QuotaLimit struct {
func (x *QuotaLimit) Reset() {
*x = QuotaLimit{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[100]
+ mi := &file_bcsproject_proto_msgTypes[101]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7741,7 +7804,7 @@ func (x *QuotaLimit) String() string {
func (*QuotaLimit) ProtoMessage() {}
func (x *QuotaLimit) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[100]
+ mi := &file_bcsproject_proto_msgTypes[101]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7754,7 +7817,7 @@ func (x *QuotaLimit) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaLimit.ProtoReflect.Descriptor instead.
func (*QuotaLimit) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{100}
+ return file_bcsproject_proto_rawDescGZIP(), []int{101}
}
func (x *QuotaLimit) GetQuotaNum() int64 {
@@ -7783,7 +7846,7 @@ type QuotaSharedProject struct {
func (x *QuotaSharedProject) Reset() {
*x = QuotaSharedProject{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[101]
+ mi := &file_bcsproject_proto_msgTypes[102]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7796,7 +7859,7 @@ func (x *QuotaSharedProject) String() string {
func (*QuotaSharedProject) ProtoMessage() {}
func (x *QuotaSharedProject) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[101]
+ mi := &file_bcsproject_proto_msgTypes[102]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7809,7 +7872,7 @@ func (x *QuotaSharedProject) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaSharedProject.ProtoReflect.Descriptor instead.
func (*QuotaSharedProject) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{101}
+ return file_bcsproject_proto_rawDescGZIP(), []int{102}
}
func (x *QuotaSharedProject) GetProjectID() string {
@@ -7886,7 +7949,7 @@ type GetProjectQuotaRequest struct {
func (x *GetProjectQuotaRequest) Reset() {
*x = GetProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[102]
+ mi := &file_bcsproject_proto_msgTypes[103]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7899,7 +7962,7 @@ func (x *GetProjectQuotaRequest) String() string {
func (*GetProjectQuotaRequest) ProtoMessage() {}
func (x *GetProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[102]
+ mi := &file_bcsproject_proto_msgTypes[103]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7912,7 +7975,7 @@ func (x *GetProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*GetProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{102}
+ return file_bcsproject_proto_rawDescGZIP(), []int{103}
}
func (x *GetProjectQuotaRequest) GetQuotaId() string {
@@ -7934,7 +7997,7 @@ type QuotaSharedProjectList struct {
func (x *QuotaSharedProjectList) Reset() {
*x = QuotaSharedProjectList{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[103]
+ mi := &file_bcsproject_proto_msgTypes[104]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7947,7 +8010,7 @@ func (x *QuotaSharedProjectList) String() string {
func (*QuotaSharedProjectList) ProtoMessage() {}
func (x *QuotaSharedProjectList) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[103]
+ mi := &file_bcsproject_proto_msgTypes[104]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7960,7 +8023,7 @@ func (x *QuotaSharedProjectList) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaSharedProjectList.ProtoReflect.Descriptor instead.
func (*QuotaSharedProjectList) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{103}
+ return file_bcsproject_proto_rawDescGZIP(), []int{104}
}
func (x *QuotaSharedProjectList) GetValues() []*QuotaSharedProject {
@@ -7989,7 +8052,7 @@ type UpdateProjectQuotaRequest struct {
func (x *UpdateProjectQuotaRequest) Reset() {
*x = UpdateProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[104]
+ mi := &file_bcsproject_proto_msgTypes[105]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8002,7 +8065,7 @@ func (x *UpdateProjectQuotaRequest) String() string {
func (*UpdateProjectQuotaRequest) ProtoMessage() {}
func (x *UpdateProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[104]
+ mi := &file_bcsproject_proto_msgTypes[105]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8015,7 +8078,7 @@ func (x *UpdateProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*UpdateProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{104}
+ return file_bcsproject_proto_rawDescGZIP(), []int{105}
}
func (x *UpdateProjectQuotaRequest) GetQuotaId() string {
@@ -8105,7 +8168,7 @@ type UpdateProjectV2Request struct {
func (x *UpdateProjectV2Request) Reset() {
*x = UpdateProjectV2Request{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[105]
+ mi := &file_bcsproject_proto_msgTypes[106]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8118,7 +8181,7 @@ func (x *UpdateProjectV2Request) String() string {
func (*UpdateProjectV2Request) ProtoMessage() {}
func (x *UpdateProjectV2Request) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[105]
+ mi := &file_bcsproject_proto_msgTypes[106]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8131,7 +8194,7 @@ func (x *UpdateProjectV2Request) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateProjectV2Request.ProtoReflect.Descriptor instead.
func (*UpdateProjectV2Request) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{105}
+ return file_bcsproject_proto_rawDescGZIP(), []int{106}
}
func (x *UpdateProjectV2Request) GetProjectID() string {
@@ -8245,7 +8308,7 @@ type DeleteProjectQuotaRequest struct {
func (x *DeleteProjectQuotaRequest) Reset() {
*x = DeleteProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[106]
+ mi := &file_bcsproject_proto_msgTypes[107]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8258,7 +8321,7 @@ func (x *DeleteProjectQuotaRequest) String() string {
func (*DeleteProjectQuotaRequest) ProtoMessage() {}
func (x *DeleteProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[106]
+ mi := &file_bcsproject_proto_msgTypes[107]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8271,7 +8334,7 @@ func (x *DeleteProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*DeleteProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{106}
+ return file_bcsproject_proto_rawDescGZIP(), []int{107}
}
func (x *DeleteProjectQuotaRequest) GetQuotaId() string {
@@ -8311,7 +8374,7 @@ type ProjectQuotaResponse struct {
func (x *ProjectQuotaResponse) Reset() {
*x = ProjectQuotaResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[107]
+ mi := &file_bcsproject_proto_msgTypes[108]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8324,7 +8387,7 @@ func (x *ProjectQuotaResponse) String() string {
func (*ProjectQuotaResponse) ProtoMessage() {}
func (x *ProjectQuotaResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[107]
+ mi := &file_bcsproject_proto_msgTypes[108]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8337,7 +8400,7 @@ func (x *ProjectQuotaResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ProjectQuotaResponse.ProtoReflect.Descriptor instead.
func (*ProjectQuotaResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{107}
+ return file_bcsproject_proto_rawDescGZIP(), []int{108}
}
func (x *ProjectQuotaResponse) GetCode() uint32 {
@@ -8399,7 +8462,7 @@ type ListProjectQuotasRequest struct {
func (x *ListProjectQuotasRequest) Reset() {
*x = ListProjectQuotasRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[108]
+ mi := &file_bcsproject_proto_msgTypes[109]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8412,7 +8475,7 @@ func (x *ListProjectQuotasRequest) String() string {
func (*ListProjectQuotasRequest) ProtoMessage() {}
func (x *ListProjectQuotasRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[108]
+ mi := &file_bcsproject_proto_msgTypes[109]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8425,7 +8488,7 @@ func (x *ListProjectQuotasRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListProjectQuotasRequest.ProtoReflect.Descriptor instead.
func (*ListProjectQuotasRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{108}
+ return file_bcsproject_proto_rawDescGZIP(), []int{109}
}
func (x *ListProjectQuotasRequest) GetQuotaId() string {
@@ -8489,7 +8552,7 @@ type ListProjectQuotasData struct {
func (x *ListProjectQuotasData) Reset() {
*x = ListProjectQuotasData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[109]
+ mi := &file_bcsproject_proto_msgTypes[110]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8502,7 +8565,7 @@ func (x *ListProjectQuotasData) String() string {
func (*ListProjectQuotasData) ProtoMessage() {}
func (x *ListProjectQuotasData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[109]
+ mi := &file_bcsproject_proto_msgTypes[110]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8515,7 +8578,7 @@ func (x *ListProjectQuotasData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListProjectQuotasData.ProtoReflect.Descriptor instead.
func (*ListProjectQuotasData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{109}
+ return file_bcsproject_proto_rawDescGZIP(), []int{110}
}
func (x *ListProjectQuotasData) GetTotal() uint32 {
@@ -8547,7 +8610,7 @@ type ListProjectQuotasResponse struct {
func (x *ListProjectQuotasResponse) Reset() {
*x = ListProjectQuotasResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[110]
+ mi := &file_bcsproject_proto_msgTypes[111]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8560,7 +8623,7 @@ func (x *ListProjectQuotasResponse) String() string {
func (*ListProjectQuotasResponse) ProtoMessage() {}
func (x *ListProjectQuotasResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[110]
+ mi := &file_bcsproject_proto_msgTypes[111]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8573,7 +8636,7 @@ func (x *ListProjectQuotasResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListProjectQuotasResponse.ProtoReflect.Descriptor instead.
func (*ListProjectQuotasResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{110}
+ return file_bcsproject_proto_rawDescGZIP(), []int{111}
}
func (x *ListProjectQuotasResponse) GetCode() uint32 {
@@ -8629,7 +8692,7 @@ type ListProjectQuotasV2Request struct {
func (x *ListProjectQuotasV2Request) Reset() {
*x = ListProjectQuotasV2Request{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[111]
+ mi := &file_bcsproject_proto_msgTypes[112]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8642,7 +8705,7 @@ func (x *ListProjectQuotasV2Request) String() string {
func (*ListProjectQuotasV2Request) ProtoMessage() {}
func (x *ListProjectQuotasV2Request) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[111]
+ mi := &file_bcsproject_proto_msgTypes[112]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8655,7 +8718,7 @@ func (x *ListProjectQuotasV2Request) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListProjectQuotasV2Request.ProtoReflect.Descriptor instead.
func (*ListProjectQuotasV2Request) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{111}
+ return file_bcsproject_proto_rawDescGZIP(), []int{112}
}
func (x *ListProjectQuotasV2Request) GetQuotaId() string {
@@ -8729,7 +8792,7 @@ type ListProjectQuotasV2Response struct {
func (x *ListProjectQuotasV2Response) Reset() {
*x = ListProjectQuotasV2Response{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[112]
+ mi := &file_bcsproject_proto_msgTypes[113]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8742,7 +8805,7 @@ func (x *ListProjectQuotasV2Response) String() string {
func (*ListProjectQuotasV2Response) ProtoMessage() {}
func (x *ListProjectQuotasV2Response) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[112]
+ mi := &file_bcsproject_proto_msgTypes[113]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8755,7 +8818,7 @@ func (x *ListProjectQuotasV2Response) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListProjectQuotasV2Response.ProtoReflect.Descriptor instead.
func (*ListProjectQuotasV2Response) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{112}
+ return file_bcsproject_proto_rawDescGZIP(), []int{113}
}
func (x *ListProjectQuotasV2Response) GetCode() uint32 {
@@ -8804,7 +8867,7 @@ type GetProjectQuotasUsageReq struct {
func (x *GetProjectQuotasUsageReq) Reset() {
*x = GetProjectQuotasUsageReq{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[113]
+ mi := &file_bcsproject_proto_msgTypes[114]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8817,7 +8880,7 @@ func (x *GetProjectQuotasUsageReq) String() string {
func (*GetProjectQuotasUsageReq) ProtoMessage() {}
func (x *GetProjectQuotasUsageReq) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[113]
+ mi := &file_bcsproject_proto_msgTypes[114]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8830,7 +8893,7 @@ func (x *GetProjectQuotasUsageReq) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetProjectQuotasUsageReq.ProtoReflect.Descriptor instead.
func (*GetProjectQuotasUsageReq) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{113}
+ return file_bcsproject_proto_rawDescGZIP(), []int{114}
}
func (x *GetProjectQuotasUsageReq) GetQuotaId() string {
@@ -8855,7 +8918,7 @@ type GetProjectQuotasUsageResp struct {
func (x *GetProjectQuotasUsageResp) Reset() {
*x = GetProjectQuotasUsageResp{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[114]
+ mi := &file_bcsproject_proto_msgTypes[115]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8868,7 +8931,7 @@ func (x *GetProjectQuotasUsageResp) String() string {
func (*GetProjectQuotasUsageResp) ProtoMessage() {}
func (x *GetProjectQuotasUsageResp) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[114]
+ mi := &file_bcsproject_proto_msgTypes[115]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8881,7 +8944,7 @@ func (x *GetProjectQuotasUsageResp) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetProjectQuotasUsageResp.ProtoReflect.Descriptor instead.
func (*GetProjectQuotasUsageResp) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{114}
+ return file_bcsproject_proto_rawDescGZIP(), []int{115}
}
func (x *GetProjectQuotasUsageResp) GetCode() uint32 {
@@ -8932,7 +8995,7 @@ type ZoneResourceUsage struct {
func (x *ZoneResourceUsage) Reset() {
*x = ZoneResourceUsage{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[115]
+ mi := &file_bcsproject_proto_msgTypes[116]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8945,7 +9008,7 @@ func (x *ZoneResourceUsage) String() string {
func (*ZoneResourceUsage) ProtoMessage() {}
func (x *ZoneResourceUsage) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[115]
+ mi := &file_bcsproject_proto_msgTypes[116]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8958,7 +9021,7 @@ func (x *ZoneResourceUsage) ProtoReflect() protoreflect.Message {
// Deprecated: Use ZoneResourceUsage.ProtoReflect.Descriptor instead.
func (*ZoneResourceUsage) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{115}
+ return file_bcsproject_proto_rawDescGZIP(), []int{116}
}
func (x *ZoneResourceUsage) GetZone() string {
@@ -8999,7 +9062,7 @@ type GetProjectQuotasUsageData struct {
func (x *GetProjectQuotasUsageData) Reset() {
*x = GetProjectQuotasUsageData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[116]
+ mi := &file_bcsproject_proto_msgTypes[117]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9012,7 +9075,7 @@ func (x *GetProjectQuotasUsageData) String() string {
func (*GetProjectQuotasUsageData) ProtoMessage() {}
func (x *GetProjectQuotasUsageData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[116]
+ mi := &file_bcsproject_proto_msgTypes[117]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9025,7 +9088,7 @@ func (x *GetProjectQuotasUsageData) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetProjectQuotasUsageData.ProtoReflect.Descriptor instead.
func (*GetProjectQuotasUsageData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{116}
+ return file_bcsproject_proto_rawDescGZIP(), []int{117}
}
func (x *GetProjectQuotasUsageData) GetQuota() *ProjectQuota {
@@ -9091,7 +9154,7 @@ type ScaleUpProjectQuotaRequest struct {
func (x *ScaleUpProjectQuotaRequest) Reset() {
*x = ScaleUpProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[117]
+ mi := &file_bcsproject_proto_msgTypes[118]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9104,7 +9167,7 @@ func (x *ScaleUpProjectQuotaRequest) String() string {
func (*ScaleUpProjectQuotaRequest) ProtoMessage() {}
func (x *ScaleUpProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[117]
+ mi := &file_bcsproject_proto_msgTypes[118]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9117,7 +9180,7 @@ func (x *ScaleUpProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ScaleUpProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*ScaleUpProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{117}
+ return file_bcsproject_proto_rawDescGZIP(), []int{118}
}
func (x *ScaleUpProjectQuotaRequest) GetQuotaId() string {
@@ -9163,7 +9226,7 @@ type ScaleUpProjectQuotaResponse struct {
func (x *ScaleUpProjectQuotaResponse) Reset() {
*x = ScaleUpProjectQuotaResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[118]
+ mi := &file_bcsproject_proto_msgTypes[119]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9176,7 +9239,7 @@ func (x *ScaleUpProjectQuotaResponse) String() string {
func (*ScaleUpProjectQuotaResponse) ProtoMessage() {}
func (x *ScaleUpProjectQuotaResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[118]
+ mi := &file_bcsproject_proto_msgTypes[119]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9189,7 +9252,7 @@ func (x *ScaleUpProjectQuotaResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ScaleUpProjectQuotaResponse.ProtoReflect.Descriptor instead.
func (*ScaleUpProjectQuotaResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{118}
+ return file_bcsproject_proto_rawDescGZIP(), []int{119}
}
func (x *ScaleUpProjectQuotaResponse) GetCode() uint32 {
@@ -9241,7 +9304,7 @@ type ScaleDownProjectQuotaRequest struct {
func (x *ScaleDownProjectQuotaRequest) Reset() {
*x = ScaleDownProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[119]
+ mi := &file_bcsproject_proto_msgTypes[120]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9254,7 +9317,7 @@ func (x *ScaleDownProjectQuotaRequest) String() string {
func (*ScaleDownProjectQuotaRequest) ProtoMessage() {}
func (x *ScaleDownProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[119]
+ mi := &file_bcsproject_proto_msgTypes[120]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9267,7 +9330,7 @@ func (x *ScaleDownProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ScaleDownProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*ScaleDownProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{119}
+ return file_bcsproject_proto_rawDescGZIP(), []int{120}
}
func (x *ScaleDownProjectQuotaRequest) GetQuotaId() string {
@@ -9313,7 +9376,7 @@ type ScaleDownProjectQuotaResponse struct {
func (x *ScaleDownProjectQuotaResponse) Reset() {
*x = ScaleDownProjectQuotaResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[120]
+ mi := &file_bcsproject_proto_msgTypes[121]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9326,7 +9389,7 @@ func (x *ScaleDownProjectQuotaResponse) String() string {
func (*ScaleDownProjectQuotaResponse) ProtoMessage() {}
func (x *ScaleDownProjectQuotaResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[120]
+ mi := &file_bcsproject_proto_msgTypes[121]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9339,7 +9402,7 @@ func (x *ScaleDownProjectQuotaResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ScaleDownProjectQuotaResponse.ProtoReflect.Descriptor instead.
func (*ScaleDownProjectQuotaResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{120}
+ return file_bcsproject_proto_rawDescGZIP(), []int{121}
}
func (x *ScaleDownProjectQuotaResponse) GetCode() uint32 {
@@ -9390,7 +9453,7 @@ type GetProjectQuotasStatisticsRequest struct {
func (x *GetProjectQuotasStatisticsRequest) Reset() {
*x = GetProjectQuotasStatisticsRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[121]
+ mi := &file_bcsproject_proto_msgTypes[122]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9403,7 +9466,7 @@ func (x *GetProjectQuotasStatisticsRequest) String() string {
func (*GetProjectQuotasStatisticsRequest) ProtoMessage() {}
func (x *GetProjectQuotasStatisticsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[121]
+ mi := &file_bcsproject_proto_msgTypes[122]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9416,7 +9479,7 @@ func (x *GetProjectQuotasStatisticsRequest) ProtoReflect() protoreflect.Message
// Deprecated: Use GetProjectQuotasStatisticsRequest.ProtoReflect.Descriptor instead.
func (*GetProjectQuotasStatisticsRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{121}
+ return file_bcsproject_proto_rawDescGZIP(), []int{122}
}
func (x *GetProjectQuotasStatisticsRequest) GetProjectIDOrCode() string {
@@ -9454,7 +9517,7 @@ type GetProjectQuotasStatisticsResponse struct {
func (x *GetProjectQuotasStatisticsResponse) Reset() {
*x = GetProjectQuotasStatisticsResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[122]
+ mi := &file_bcsproject_proto_msgTypes[123]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9467,7 +9530,7 @@ func (x *GetProjectQuotasStatisticsResponse) String() string {
func (*GetProjectQuotasStatisticsResponse) ProtoMessage() {}
func (x *GetProjectQuotasStatisticsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[122]
+ mi := &file_bcsproject_proto_msgTypes[123]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9480,7 +9543,7 @@ func (x *GetProjectQuotasStatisticsResponse) ProtoReflect() protoreflect.Message
// Deprecated: Use GetProjectQuotasStatisticsResponse.ProtoReflect.Descriptor instead.
func (*GetProjectQuotasStatisticsResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{122}
+ return file_bcsproject_proto_rawDescGZIP(), []int{123}
}
func (x *GetProjectQuotasStatisticsResponse) GetCode() uint32 {
@@ -9525,7 +9588,7 @@ type QuotaResourceData struct {
func (x *QuotaResourceData) Reset() {
*x = QuotaResourceData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[123]
+ mi := &file_bcsproject_proto_msgTypes[124]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9538,7 +9601,7 @@ func (x *QuotaResourceData) String() string {
func (*QuotaResourceData) ProtoMessage() {}
func (x *QuotaResourceData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[123]
+ mi := &file_bcsproject_proto_msgTypes[124]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9551,7 +9614,7 @@ func (x *QuotaResourceData) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaResourceData.ProtoReflect.Descriptor instead.
func (*QuotaResourceData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{123}
+ return file_bcsproject_proto_rawDescGZIP(), []int{124}
}
func (x *QuotaResourceData) GetUsedNum() uint32 {
@@ -9595,7 +9658,7 @@ type ProjectQuotasStatisticsData struct {
func (x *ProjectQuotasStatisticsData) Reset() {
*x = ProjectQuotasStatisticsData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[124]
+ mi := &file_bcsproject_proto_msgTypes[125]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9608,7 +9671,7 @@ func (x *ProjectQuotasStatisticsData) String() string {
func (*ProjectQuotasStatisticsData) ProtoMessage() {}
func (x *ProjectQuotasStatisticsData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[124]
+ mi := &file_bcsproject_proto_msgTypes[125]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9621,7 +9684,7 @@ func (x *ProjectQuotasStatisticsData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ProjectQuotasStatisticsData.ProtoReflect.Descriptor instead.
func (*ProjectQuotasStatisticsData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{124}
+ return file_bcsproject_proto_rawDescGZIP(), []int{125}
}
func (x *ProjectQuotasStatisticsData) GetCpu() *QuotaResourceData {
@@ -9662,7 +9725,7 @@ type ListProjectsForIAMResp_Project struct {
func (x *ListProjectsForIAMResp_Project) Reset() {
*x = ListProjectsForIAMResp_Project{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[131]
+ mi := &file_bcsproject_proto_msgTypes[132]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9675,7 +9738,7 @@ func (x *ListProjectsForIAMResp_Project) String() string {
func (*ListProjectsForIAMResp_Project) ProtoMessage() {}
func (x *ListProjectsForIAMResp_Project) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[131]
+ mi := &file_bcsproject_proto_msgTypes[132]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11026,7 +11089,7 @@ var file_bcsproject_proto_rawDesc = []byte{
0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a,
0x05, 0x70, 0x65, 0x72, 0x6d, 0x73, 0x32, 0x15, 0xe6, 0x97, 0xa0, 0xe6, 0x9d, 0x83, 0xe9, 0x99,
0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x05, 0x70,
- 0x65, 0x72, 0x6d, 0x73, 0x22, 0x95, 0x0a, 0x0a, 0x0d, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
+ 0x65, 0x72, 0x6d, 0x73, 0x22, 0xf5, 0x0a, 0x0a, 0x0d, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a, 0x03, 0x75, 0x69, 0x64, 0x32, 0x03, 0x75,
0x69, 0x64, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x31, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
@@ -11107,123 +11170,269 @@ var file_bcsproject_proto_rawDesc = []byte{
0xbb, 0xe7, 0xbb, 0x9f, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4,
0x2c, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0xe5, 0x88, 0x99, 0xe8, 0xa1, 0xa8, 0xe7, 0xa4, 0xba,
0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
- 0x97, 0xb4, 0x52, 0x08, 0x69, 0x73, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x22, 0xde, 0x02, 0x0a,
- 0x13, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
- 0x44, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a, 0x03, 0x75, 0x69, 0x64, 0x32, 0x03, 0x75, 0x69, 0x64,
- 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x31, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x12,
- 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x37, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74,
- 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x06, 0x73,
- 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
- 0xe9, 0x97, 0xb4, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
- 0x73, 0x12, 0x3d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18,
- 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0a, 0x63, 0x72, 0x65, 0x61,
- 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97,
- 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65,
- 0x12, 0x36, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x05, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x52, 0x09, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x43, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x21, 0x92,
- 0x41, 0x1e, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32,
- 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d,
- 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x51, 0x0a,
- 0x05, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x1f, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x03, 0x6b,
- 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x27, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11, 0x92, 0x41, 0x0e, 0x2a, 0x05, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x32, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x22, 0x56, 0x0a, 0x0a, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f,
- 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a,
- 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x03, 0x6b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
- 0x27, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11,
- 0x92, 0x41, 0x0e, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x05, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xa0, 0x02, 0x0a, 0x0d, 0x52, 0x65, 0x73,
- 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x41, 0x0a, 0x0b, 0x63, 0x70,
- 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x0c, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x63,
- 0x70, 0x75, 0x32, 0x0c, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75,
- 0x52, 0x0b, 0x63, 0x70, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x4d, 0x0a,
- 0x0e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18,
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0x92, 0x41, 0x22, 0x2a, 0x0f, 0x72, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x73, 0x2e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x32, 0x0f, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x0e, 0x6d, 0x65,
- 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x09,
- 0x63, 0x70, 0x75, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75,
- 0x32, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75, 0x52, 0x09, 0x63, 0x70,
- 0x75, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x12, 0x42, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x6f, 0x72,
- 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92,
- 0x41, 0x1b, 0x2a, 0x0d, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x6d, 0x65, 0x6d, 0x6f, 0x72,
- 0x79, 0x32, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75, 0x52, 0x0c, 0x6d,
- 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x22, 0xad, 0x05, 0x0a, 0x15,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a,
- 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96,
- 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80,
- 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
- 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7,
- 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12,
- 0x4e, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92,
- 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
- 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7,
- 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x20, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
- 0x75, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x63, 0x92, 0x41,
- 0x40, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b,
- 0x65, 0x79, 0xef, 0xbc, 0x8c, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94,
- 0xaf, 0xe4, 0xb8, 0x80, 0xef, 0xbc, 0x8c, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d,
+ 0x97, 0xb4, 0x52, 0x08, 0x69, 0x73, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x5e, 0x0a, 0x0b,
+ 0x6f, 0x74, 0x68, 0x65, 0x72, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x18, 0x12, 0x20, 0x03, 0x28,
+ 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4f,
+ 0x74, 0x68, 0x65, 0x72, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x0b,
+ 0x6f, 0x74, 0x68, 0x65, 0x72, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x32, 0x12, 0xe5, 0x85, 0xb6,
+ 0xe4, 0xbb, 0x96, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
+ 0x0b, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x22, 0x84, 0x01, 0x0a,
+ 0x0a, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x2b, 0x0a, 0x04, 0x6e,
+ 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x49, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x0c,
+ 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x22, 0xde, 0x02, 0x0a, 0x13, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61,
+ 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x03, 0x75,
+ 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a, 0x03, 0x75,
+ 0x69, 0x64, 0x32, 0x03, 0x75, 0x69, 0x64, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x31, 0x0a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a,
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
+ 0x37, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x12, 0xe5, 0x91,
+ 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81,
+ 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61,
+ 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41,
+ 0x1a, 0x2a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe5,
+ 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x63, 0x72, 0x65,
+ 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a,
+ 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0x49, 0x44, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12,
+ 0x43, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x06,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0x8b,
+ 0xb1, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x22, 0x51, 0x0a, 0x05, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x1f, 0x0a,
+ 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a,
+ 0x03, 0x6b, 0x65, 0x79, 0x32, 0x03, 0x6b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x27,
+ 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11, 0x92,
+ 0x41, 0x0e, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
+ 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x56, 0x0a, 0x0a, 0x41, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x03, 0x6b, 0x65,
+ 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x27, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11, 0x92, 0x41, 0x0e, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75,
+ 0x65, 0x32, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22,
+ 0xa0, 0x02, 0x0a, 0x0d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x12, 0x41, 0x0a, 0x0b, 0x63, 0x70, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x0c, 0x72, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75, 0x32, 0x0c, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75, 0x52, 0x0b, 0x63, 0x70, 0x75, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x73, 0x12, 0x4d, 0x0a, 0x0e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0x92, 0x41,
+ 0x22, 0x2a, 0x0f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x6d, 0x65, 0x6d, 0x6f,
+ 0x72, 0x79, 0x32, 0x0f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x6d, 0x65, 0x6d,
+ 0x6f, 0x72, 0x79, 0x52, 0x0e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x09, 0x63, 0x70, 0x75, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73,
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x0a, 0x6c, 0x69, 0x6d,
+ 0x69, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75, 0x32, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e,
+ 0x63, 0x70, 0x75, 0x52, 0x09, 0x63, 0x70, 0x75, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x12, 0x42,
+ 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x18, 0x04,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0d, 0x6c, 0x69, 0x6d, 0x69, 0x74,
+ 0x73, 0x2e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x32, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73,
+ 0x2e, 0x63, 0x70, 0x75, 0x52, 0x0c, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69,
+ 0x74, 0x73, 0x22, 0xad, 0x05, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0,
+ 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c,
+ 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9,
+ 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf,
+ 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x4e, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32,
+ 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9,
+ 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf,
+ 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x20,
+ 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x75, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x63, 0x92, 0x41, 0x40, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x39, 0xe5,
+ 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0xef, 0xbc, 0x8c, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0xef, 0xbc, 0x8c, 0xe9, 0x95,
+ 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87,
+ 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x40, 0x32,
+ 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d,
+ 0x5a, 0x30, 0x2d, 0x39, 0x5f, 0x5d, 0x2a, 0x24, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x7d, 0x0a,
+ 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x67, 0x92, 0x41,
+ 0x43, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x3b, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4,
+ 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0xef, 0xbc, 0x8c, 0xe5, 0x8f, 0x96, 0xe5, 0x80,
+ 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0xef, 0xbc, 0x9a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
+ 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0xfa, 0x42, 0x1e, 0x72, 0x1c, 0x52, 0x06, 0x67, 0x6c, 0x6f, 0x62, 0x61,
+ 0x6c, 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65,
+ 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x07,
+ 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92,
+ 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64, 0x65,
+ 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x06, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6,
+ 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8,
+ 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52,
+ 0x04, 0x64, 0x65, 0x73, 0x63, 0x3a, 0x4b, 0x92, 0x41, 0x48, 0x0a, 0x46, 0x2a, 0x15, 0x43, 0x72,
+ 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x32, 0x12, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xd2, 0x01, 0x03, 0x6b,
+ 0x65, 0x79, 0x22, 0xc1, 0x02, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a,
+ 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17,
+ 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94,
+ 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a,
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20,
+ 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x04, 0x64, 0x61,
+ 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x32, 0x41, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1,
+ 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87,
+ 0x8f, 0xe5, 0x8f, 0x8a, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89,
+ 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64,
+ 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xa1, 0x06, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7,
+ 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5,
+ 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8,
+ 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8,
+ 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x75, 0x0a, 0x0a, 0x76, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x55,
+ 0x92, 0x41, 0x52, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32,
+ 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b,
+ 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8,
+ 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba,
+ 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5,
+ 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49,
+ 0x44, 0x12, 0x4e, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x3a, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6,
+ 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad,
+ 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x20, 0x52, 0x04, 0x6e, 0x61, 0x6d,
+ 0x65, 0x12, 0x73, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x61,
+ 0x92, 0x41, 0x3e, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x37, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5,
+ 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d,
0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac,
0xa6, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x40, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41,
0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x5f, 0x5d, 0x2a,
- 0x24, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x7d, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18,
- 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x67, 0x92, 0x41, 0x43, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
- 0x32, 0x3b, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f,
- 0x9f, 0xef, 0xbc, 0x8c, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4,
- 0xef, 0xbc, 0x9a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0xfa, 0x42, 0x1e,
- 0x72, 0x1c, 0x52, 0x06, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05,
- 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66,
- 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8,
- 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e,
- 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41,
- 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8,
- 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20,
- 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7,
- 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x3a, 0x4b,
- 0x92, 0x41, 0x48, 0x0a, 0x46, 0x2a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x12, 0xe5, 0x88,
- 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82,
- 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01,
- 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xd2, 0x01, 0x03, 0x6b, 0x65, 0x79, 0x22, 0xc1, 0x02, 0x0a, 0x16,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32,
- 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81,
- 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65,
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
- 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
- 0x67, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43,
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74,
- 0x61, 0x42, 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x41, 0xe8, 0xbf,
- 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89,
- 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c,
- 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
- 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22,
- 0xa1, 0x06, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x24, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x7c, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18,
+ 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x66, 0x92, 0x41, 0x42, 0x2a, 0x05, 0x73, 0x63, 0x6f, 0x70,
+ 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5,
+ 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4,
+ 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0xfa, 0x42, 0x1e, 0x72,
+ 0x1c, 0x52, 0x06, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73, 0x74,
+ 0x65, 0x72, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73,
+ 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18,
+ 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61,
+ 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae,
+ 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a,
+ 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37,
+ 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf,
+ 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9,
+ 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac,
+ 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x3a, 0x4b, 0x92,
+ 0x41, 0x48, 0x0a, 0x46, 0x2a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x12, 0xe6, 0x9b, 0xb4,
+ 0xe6, 0x96, 0xb0, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2,
+ 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a,
+ 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0xc1, 0x02, 0x0a, 0x16, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73,
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52,
+ 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73,
+ 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8,
+ 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
+ 0x65, 0x12, 0x80, 0x01, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
+ 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61,
+ 0x42, 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x41, 0xe8, 0xbf, 0x94,
+ 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5,
+ 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85,
+ 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04,
+ 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49,
+ 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82,
+ 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xee,
+ 0x04, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44,
+ 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9,
+ 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
+ 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd,
+ 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x73,
+ 0x63, 0x6f, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x45, 0x92, 0x41, 0x42, 0x2a,
+ 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd,
+ 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8,
+ 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x60, 0x0a, 0x09, 0x73, 0x65, 0x61, 0x72,
+ 0x63, 0x68, 0x4b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x42, 0x92, 0x41, 0x3f,
+ 0x2a, 0x09, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4b, 0x65, 0x79, 0x32, 0x32, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0xad,
+ 0xa4, 0xe5, 0xad, 0x97, 0xe6, 0xae, 0xb5, 0xe6, 0xa8, 0xa1, 0xe7, 0xb3, 0x8a, 0xe6, 0x9f, 0xa5,
+ 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x52,
+ 0x09, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4b, 0x65, 0x79, 0x12, 0x42, 0x0a, 0x06, 0x6f, 0x66,
+ 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x42, 0x2a, 0x92, 0x41, 0x27, 0x2a,
+ 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x32, 0x1d, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe6,
+ 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x2c, 0x20, 0xe8, 0xa1, 0xa8, 0xe7, 0xa4, 0xba, 0xe7, 0xac, 0xac,
+ 0xe5, 0x87, 0xa0, 0xe9, 0xa1, 0xb5, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x3c,
+ 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x42, 0x26, 0x92,
+ 0x41, 0x23, 0x2a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x32, 0x1a, 0xe5, 0x88, 0x86, 0xe9, 0xa1,
+ 0xb5, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x2c, 0x20, 0xe6, 0xaf, 0x8f, 0xe9, 0xa1, 0xb5, 0xe6,
+ 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x34, 0x0a, 0x03,
+ 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x03,
+ 0x61, 0x6c, 0x6c, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
+ 0xa2, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x03, 0x61,
+ 0x6c, 0x6c, 0x3a, 0x5b, 0x92, 0x41, 0x58, 0x0a, 0x56, 0x2a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x56,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f,
+ 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x27, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96,
+ 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5,
+ 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
+ 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22,
+ 0xd2, 0x02, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
+ 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63,
+ 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
+ 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf,
+ 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
+ 0x88, 0x01, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74,
+ 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69,
+ 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04, 0x64, 0x61, 0x74,
+ 0x61, 0x32, 0x41, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
+ 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
+ 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x8f, 0x8a, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88,
+ 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x22, 0xdf, 0x02, 0x0a, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f,
+ 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56,
0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8,
@@ -11231,108 +11440,20 @@ var file_bcsproject_proto_rawDesc = []byte{
0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34,
0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
- 0x6f, 0x64, 0x65, 0x12, 0x75, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49,
- 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x0a, 0x76, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9,
- 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
- 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd,
- 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0a,
- 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x12, 0x4e, 0x0a, 0x04, 0x6e, 0x61,
- 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e,
- 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7,
- 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8,
- 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04,
- 0x72, 0x02, 0x18, 0x20, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x73, 0x0a, 0x03, 0x6b, 0x65,
- 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x61, 0x92, 0x41, 0x3e, 0x2a, 0x03, 0x6b, 0x65,
- 0x79, 0x32, 0x37, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20,
- 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8,
- 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18,
- 0x40, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a,
- 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x5f, 0x5d, 0x2a, 0x24, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
- 0x7c, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x66,
- 0x92, 0x41, 0x42, 0x2a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96,
- 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61,
- 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0xfa, 0x42, 0x1e, 0x72, 0x1c, 0x52, 0x06, 0x67, 0x6c, 0x6f, 0x62,
- 0x61, 0x6c, 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x09, 0x6e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a,
- 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d,
- 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64,
- 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x07,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32,
- 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e,
- 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c,
- 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85,
- 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x3a, 0x4b, 0x92, 0x41, 0x48, 0x0a, 0x46, 0x2a, 0x15, 0x55,
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x32, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x49, 0x44, 0x22, 0xc1, 0x02, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e,
- 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41,
- 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
- 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a,
- 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8,
- 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04,
- 0x64, 0x61, 0x74, 0x61, 0x32, 0x41, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf,
- 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9,
- 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9,
- 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a,
- 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69,
- 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xee, 0x04, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74,
- 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69,
- 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28,
- 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5,
- 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
- 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36,
- 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x45, 0x92, 0x41, 0x42, 0x2a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32,
- 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f,
- 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20,
- 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c,
- 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70,
- 0x65, 0x12, 0x60, 0x0a, 0x09, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4b, 0x65, 0x79, 0x18, 0x03,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x42, 0x92, 0x41, 0x3f, 0x2a, 0x09, 0x73, 0x65, 0x61, 0x72, 0x63,
- 0x68, 0x4b, 0x65, 0x79, 0x32, 0x32, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x6b, 0x65, 0x79, 0x2c,
- 0x20, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0xad, 0xa4, 0xe5, 0xad, 0x97, 0xe6, 0xae, 0xb5,
- 0xe6, 0xa8, 0xa1, 0xe7, 0xb3, 0x8a, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x52, 0x09, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68,
- 0x4b, 0x65, 0x79, 0x12, 0x42, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20,
- 0x01, 0x28, 0x03, 0x42, 0x2a, 0x92, 0x41, 0x27, 0x2a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74,
- 0x32, 0x1d, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x2c, 0x20,
- 0xe8, 0xa1, 0xa8, 0xe7, 0xa4, 0xba, 0xe7, 0xac, 0xac, 0xe5, 0x87, 0xa0, 0xe9, 0xa1, 0xb5, 0x52,
- 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x3c, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x42, 0x26, 0x92, 0x41, 0x23, 0x2a, 0x05, 0x6c, 0x69, 0x6d,
- 0x69, 0x74, 0x32, 0x1a, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae,
- 0x2c, 0x20, 0xe6, 0xaf, 0x8f, 0xe9, 0xa1, 0xb5, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0x52, 0x05,
- 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x34, 0x0a, 0x03, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01,
- 0x28, 0x08, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x03, 0x61, 0x6c, 0x6c, 0x32, 0x18, 0xe6, 0x98,
- 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f,
- 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x03, 0x61, 0x6c, 0x6c, 0x3a, 0x5b, 0x92, 0x41, 0x58,
- 0x0a, 0x56, 0x2a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x32, 0x27, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4,
- 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae,
- 0x9a, 0xe4, 0xb9, 0x89, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xd2, 0x02, 0x0a, 0x1f, 0x4c, 0x69, 0x73,
- 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74,
+ 0x6f, 0x64, 0x65, 0x12, 0x6a, 0x0a, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x52, 0x92, 0x41, 0x4f, 0x2a, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74,
+ 0x32, 0x45, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x20, 0x69,
+ 0x64, 0x20, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe4, 0xbb, 0xa5, 0xe5, 0x8d, 0x8a,
+ 0xe8, 0xa7, 0x92, 0xe9, 0x80, 0x97, 0xe5, 0x8f, 0xb7, 0xe3, 0x80, 0x81, 0xe5, 0x88, 0x86, 0xe5,
+ 0x8f, 0xb7, 0xe6, 0x88, 0x96, 0xe7, 0xa9, 0xba, 0xe6, 0xa0, 0xbc, 0xe4, 0xbd, 0x9c, 0xe4, 0xb8,
+ 0xba, 0xe5, 0x88, 0x86, 0xe9, 0x9a, 0x94, 0x52, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x3a,
+ 0x55, 0x92, 0x41, 0x52, 0x0a, 0x50, 0x2a, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e,
+ 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x18, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe8, 0xaf, 0xb7, 0xe6,
+ 0xb1, 0x82, 0xd2, 0x01, 0x11, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xb3, 0x02, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74,
+ 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74,
0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04,
0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
@@ -11340,43 +11461,41 @@ var file_bcsproject_proto_rawDesc = []byte{
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92,
0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94,
0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
- 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x88, 0x01, 0x0a, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42,
- 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x41, 0xe8, 0xbf, 0x94, 0xe5,
- 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88,
- 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5,
- 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xdf, 0x02,
- 0x0a, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc,
- 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf,
- 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83,
- 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52,
- 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x6a, 0x0a, 0x06,
- 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x52, 0x92, 0x41,
- 0x4f, 0x2a, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x45, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x20, 0x69, 0x64, 0x20, 0xe5, 0x88, 0x97, 0xe8, 0xa1,
- 0xa8, 0x2c, 0x20, 0xe4, 0xbb, 0xa5, 0xe5, 0x8d, 0x8a, 0xe8, 0xa7, 0x92, 0xe9, 0x80, 0x97, 0xe5,
- 0x8f, 0xb7, 0xe3, 0x80, 0x81, 0xe5, 0x88, 0x86, 0xe5, 0x8f, 0xb7, 0xe6, 0x88, 0x96, 0xe7, 0xa9,
- 0xba, 0xe6, 0xa0, 0xbc, 0xe4, 0xbd, 0x9c, 0xe4, 0xb8, 0xba, 0xe5, 0x88, 0x86, 0xe9, 0x9a, 0x94,
- 0x52, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x3a, 0x55, 0x92, 0x41, 0x52, 0x0a, 0x50, 0x2a,
- 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44,
- 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x32, 0x18, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
- 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x11, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x22,
- 0xb3, 0x02, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73,
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x68, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74,
+ 0x61, 0x42, 0x29, 0x92, 0x41, 0x26, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x1e, 0xe6, 0x89,
+ 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x04, 0x64, 0x61,
+ 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18,
+ 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49,
+ 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xe4, 0x02, 0x0a,
+ 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x81, 0x01,
+ 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x5f, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96,
+ 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99,
+ 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c,
+ 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85,
+ 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x06, 0x72, 0x04,
+ 0x10, 0x02, 0x18, 0x40, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
+ 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69,
+ 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41,
+ 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a,
+ 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x3a, 0x64, 0x92,
+ 0x41, 0x61, 0x0a, 0x5f, 0x2a, 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x32, 0x24, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe4, 0xb8, 0x8b, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x49, 0x44, 0x22, 0x9c, 0x02, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73,
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f,
0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52,
@@ -11384,81 +11503,85 @@ var file_bcsproject_proto_rawDesc = []byte{
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73,
0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8,
0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
- 0x65, 0x12, 0x68, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
- 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c,
- 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e,
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x29, 0x92, 0x41, 0x26, 0x2a,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x1e, 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0xa0,
- 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe6,
- 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a,
- 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32,
- 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xe4, 0x02, 0x0a, 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c,
- 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x81, 0x01, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x5f, 0x92, 0x41,
- 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1,
- 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5,
- 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6,
- 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad,
- 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x06, 0x72, 0x04, 0x10, 0x02, 0x18, 0x40, 0x52, 0x0b, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a,
- 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32,
- 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18,
- 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a,
- 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x3a, 0x64, 0x92, 0x41, 0x61, 0x0a, 0x5f, 0x2a, 0x1c, 0x4c,
- 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x24, 0xe8, 0x8e, 0xb7,
- 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
- 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2,
- 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0x9c, 0x02, 0x0a,
- 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e,
- 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41,
- 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
- 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a,
- 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8,
- 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x55, 0x0a, 0x04, 0x64, 0x61,
- 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x1d, 0x92, 0x41,
- 0x1a, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5,
- 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44,
- 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xe4, 0x02, 0x0a, 0x1e,
- 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78,
- 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96,
- 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99,
- 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c,
- 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85,
- 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41,
- 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32, 0x09, 0xe5,
- 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32,
- 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d,
- 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x49, 0x44, 0x3a, 0x6c, 0x92, 0x41, 0x69, 0x0a, 0x67, 0x2a, 0x1e, 0x4c, 0x69, 0x73,
- 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x2a, 0xe8, 0x8e, 0xb7,
- 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe5, 0x91, 0xbd, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80,
+ 0x65, 0x12, 0x55, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
+ 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73,
+ 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44,
+ 0x61, 0x74, 0x61, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x12,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17,
+ 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf,
+ 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x49, 0x44, 0x22, 0xe4, 0x02, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a,
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96,
+ 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80,
+ 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
+ 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7,
+ 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12,
+ 0x5a, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x49, 0x44, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0xfa,
+ 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a,
+ 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52,
+ 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x3a, 0x6c, 0x92, 0x41, 0x69,
+ 0x0a, 0x67, 0x2a, 0x1e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x32, 0x2a, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe4, 0xb8, 0x8b, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5,
+ 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01,
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0xaa, 0x02, 0x0a, 0x1f, 0x4c, 0x69,
+ 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a,
+ 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17,
+ 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94,
+ 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a,
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20,
+ 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x61, 0x0a, 0x04, 0x64, 0x61, 0x74,
+ 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x29, 0x92, 0x41, 0x26,
+ 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x1e, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x91,
+ 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8,
+ 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64,
+ 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xa9, 0x03, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56,
+ 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8,
+ 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85,
+ 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
+ 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34,
+ 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49,
+ 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d,
+ 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d,
+ 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x12,
+ 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61,
+ 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x32, 0x0f, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x66, 0x92, 0x41, 0x63, 0x0a,
+ 0x61, 0x2a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x32, 0x24, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4,
+ 0xb8, 0x8b, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80,
0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x49, 0x44, 0x22, 0xaa, 0x02, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73,
- 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
+ 0x49, 0x44, 0x22, 0xc7, 0x01, 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01,
0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32,
0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81,
@@ -11466,218 +11589,12 @@ var file_bcsproject_proto_rawDesc = []byte{
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65,
0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
- 0x67, 0x65, 0x12, 0x61, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
- 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
- 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73,
- 0x44, 0x61, 0x74, 0x61, 0x42, 0x29, 0x92, 0x41, 0x26, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32,
- 0x1e, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
- 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
- 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22,
- 0xa9, 0x03, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65,
- 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc,
- 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf,
- 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83,
- 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52,
- 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a,
- 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49,
- 0x44, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72,
- 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61,
- 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x12, 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75,
- 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x0f, 0xe9, 0x9b,
- 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x3a, 0x66, 0x92, 0x41, 0x63, 0x0a, 0x61, 0x2a, 0x1e, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x24, 0xe6, 0x9b, 0xb4, 0xe6,
- 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe9, 0x9b, 0x86, 0xe7, 0xbe,
- 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82,
- 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01,
- 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0xc7, 0x01, 0x0a, 0x1f,
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
- 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92,
- 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
- 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
- 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12,
- 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6,
- 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a,
- 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32,
- 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xb9, 0x03, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28,
- 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5,
- 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
- 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36,
- 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61,
- 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39,
- 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44,
- 0x12, 0x4f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x04,
- 0x64, 0x61, 0x74, 0x61, 0x32, 0x15, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
- 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x3a, 0x6e, 0x92, 0x41, 0x6b, 0x0a, 0x69, 0x2a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x2a, 0xe6, 0x9b, 0xb4, 0xe6,
- 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe5, 0x91, 0xbd, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
- 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49,
- 0x44, 0x22, 0xc9, 0x01, 0x0a, 0x21, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18,
- 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65,
- 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0,
- 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
- 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d,
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94,
- 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73,
- 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xbb, 0x02,
- 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x81, 0x01,
- 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x5f, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96,
- 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99,
- 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c,
- 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85,
- 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x06, 0x72, 0x04,
- 0x10, 0x02, 0x18, 0x40, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52,
- 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x3a, 0x5f, 0x92, 0x41, 0x5c, 0x0a,
- 0x5a, 0x2a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x21,
- 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe6, 0x89, 0x80, 0xe6,
- 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
- 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2,
- 0x01, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x22, 0x9b, 0x02, 0x0a, 0x1c,
- 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04,
- 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
- 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
- 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07,
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92,
- 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94,
- 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
- 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x55, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12,
- 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09,
- 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0x89, 0x03, 0x0a, 0x1d, 0x4c, 0x69,
- 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
- 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81,
- 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20,
- 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95,
- 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87,
- 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
- 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
- 0x20, 0x69, 0x64, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x40,
- 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
- 0x3a, 0x73, 0x92, 0x41, 0x70, 0x0a, 0x6e, 0x2a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x27, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x91,
- 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2,
- 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x09,
- 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0xd2, 0x01, 0x09, 0x6e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0xa9, 0x02, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64,
- 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7,
- 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
- 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07,
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
- 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73,
- 0x73, 0x61, 0x67, 0x65, 0x12, 0x61, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
- 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75,
- 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x29, 0x92, 0x41, 0x26, 0x2a, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x32, 0x1e, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
- 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7,
- 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49,
- 0x44, 0x22, 0xa0, 0x03, 0x0a, 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
- 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7,
- 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94,
- 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8,
- 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6,
- 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x57, 0x0a,
- 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x39, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44,
- 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b,
- 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d,
- 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x09, 0x63, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42,
- 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x0f, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x3a, 0x61, 0x92, 0x41, 0x5e, 0x0a, 0x5c, 0x2a, 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x21, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9,
- 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x49, 0x44, 0x22, 0xc6, 0x01, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18,
- 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65,
- 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0,
- 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
- 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d,
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94,
- 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73,
- 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xd3, 0x03,
- 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18,
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49,
+ 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xb9, 0x03, 0x0a,
+ 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
@@ -11685,374 +11602,261 @@ var file_bcsproject_proto_rawDesc = []byte{
0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd,
0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19,
- 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09,
- 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x49, 0x44, 0x12, 0x40, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x6e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x6e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x4f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04,
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42,
- 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x15, 0xe5, 0x91, 0xbd, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80,
- 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x6a, 0x92, 0x41, 0x67, 0x0a, 0x65, 0x2a, 0x1f,
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32,
- 0x27, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
- 0xe9, 0x97, 0xb4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44,
+ 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b,
+ 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d,
+ 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x12, 0x4f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
+ 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65,
+ 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x15, 0xe5, 0x91, 0xbd,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x6e, 0x92, 0x41, 0x6b, 0x0a, 0x69, 0x2a,
+ 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x32, 0x2a, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4,
+ 0xb8, 0x8b, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0xc9, 0x01, 0x0a, 0x21, 0x55, 0x70, 0x64,
+ 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e,
+ 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41,
+ 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
+ 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a,
+ 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8,
+ 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
+ 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x22, 0xbb, 0x02, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x81, 0x01, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x5f, 0x92, 0x41, 0x53, 0x2a,
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96,
+ 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80,
+ 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
+ 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7,
+ 0xac, 0xa6, 0xfa, 0x42, 0x06, 0x72, 0x04, 0x10, 0x02, 0x18, 0x40, 0x52, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16,
+ 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x3a, 0x5f, 0x92, 0x41, 0x5c, 0x0a, 0x5a, 0x2a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x49, 0x44, 0x22, 0xc8, 0x01, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64,
- 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7,
- 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
- 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07,
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
- 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73,
- 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49,
- 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82,
- 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xa9,
- 0x02, 0x0a, 0x16, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56,
- 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
- 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8,
- 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85,
- 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
- 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34,
- 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
- 0x6f, 0x64, 0x65, 0x12, 0x4b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28,
- 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49,
- 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74,
- 0x61, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x0c, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x3a, 0x48, 0x92, 0x41, 0x45, 0x0a, 0x43, 0x2a, 0x16, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32,
- 0x1b, 0xe4, 0xbb, 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb, 0xb6, 0xe5, 0xaf, 0xbc, 0xe5, 0x85, 0xa5,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xbf, 0x01, 0x0a, 0x17, 0x49,
- 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32,
- 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81,
- 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65,
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
- 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
- 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18,
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49,
- 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xd1, 0x03, 0x0a,
- 0x16, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41,
- 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1,
- 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5,
- 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6,
- 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad,
- 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52,
- 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x40, 0x0a, 0x09, 0x6e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92,
- 0x41, 0x1f, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x12, 0xe5,
- 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7,
- 0xb0, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x68, 0x0a, 0x07,
- 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4e, 0x92,
- 0x41, 0x4b, 0x2a, 0x07, 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x40, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x20, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20,
- 0xe4, 0xbb, 0xa5, 0xe5, 0x8d, 0x8a, 0xe8, 0xa7, 0x92, 0xe9, 0x80, 0x97, 0xe5, 0x8f, 0xb7, 0xe3,
- 0x80, 0x81, 0xe5, 0x88, 0x86, 0xe5, 0x8f, 0xb7, 0xe6, 0x88, 0x96, 0xe7, 0xa9, 0xba, 0xe6, 0xa0,
- 0xbc, 0xe4, 0xbd, 0x9c, 0xe4, 0xb8, 0xba, 0xe5, 0x88, 0x86, 0xe9, 0x9a, 0x94, 0x52, 0x07, 0x6b,
- 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x3a, 0x58, 0x92, 0x41, 0x55, 0x0a, 0x53, 0x2a, 0x16, 0x52,
- 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x12, 0xe6, 0xb8, 0xb2, 0xe6, 0x9f, 0x93, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x24, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44,
- 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74,
- 0x22, 0x8a, 0x02, 0x0a, 0x17, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04,
- 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
- 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
- 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07,
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92,
- 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94,
- 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
- 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75,
- 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32,
- 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0x89, 0x08,
- 0x0a, 0x12, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69,
- 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x02, 0x69, 0x64, 0x32, 0x0e, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x49, 0x44, 0x52, 0x02, 0x69, 0x64, 0x12, 0x26, 0x0a,
- 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x14, 0x92, 0x41, 0x11, 0x2a,
- 0x03, 0x6b, 0x65, 0x79, 0x32, 0x0a, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79,
- 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2b, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x0c,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61,
- 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x04, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x23, 0x92, 0x41, 0x20, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c,
- 0x74, 0x32, 0x15, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe9,
- 0x94, 0xae, 0xe5, 0x80, 0xbc, 0xe5, 0xaf, 0xb9, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c,
- 0x74, 0x12, 0x41, 0x0a, 0x0c, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x56, 0x61, 0x6c, 0x75,
- 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65,
- 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98,
- 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x0c, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x56,
- 0x61, 0x6c, 0x75, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x06, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x45, 0x92, 0x41, 0x42, 0x2a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32,
- 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f,
- 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20,
- 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c,
- 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70,
- 0x65, 0x12, 0x81, 0x01, 0x0a, 0x09, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18,
- 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x63, 0x92, 0x41, 0x60, 0x2a, 0x09, 0x73, 0x63, 0x6f, 0x70,
- 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x53, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c,
- 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe5, 0x8f,
- 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0xe5, 0x85, 0xa8, 0xe5,
- 0xb1, 0x80, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x2c, 0x20, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x2c, 0x20, 0xe6, 0x98, 0x8e, 0xe6, 0x98, 0x8e, 0xe7, 0xa9,
- 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x52, 0x09, 0x73, 0x63, 0x6f, 0x70,
- 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4b, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72,
- 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x08, 0x63, 0x61,
- 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x32, 0x20, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20,
- 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x73, 0x79,
- 0x73, 0x2f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f,
- 0x72, 0x79, 0x12, 0x69, 0x0a, 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61,
- 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x45, 0x92, 0x41, 0x42, 0x2a, 0x0c, 0x63,
- 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x32, 0xe7, 0xb1, 0xbb,
- 0xe5, 0x9e, 0x8b, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80,
- 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0xe7, 0xb3, 0xbb, 0xe7, 0xbb, 0x9f, 0xe5,
- 0x86, 0x85, 0xe7, 0xbd, 0xae, 0x2f, 0xe8, 0x87, 0xaa, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x52,
- 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4e, 0x0a,
- 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37,
- 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf,
- 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9,
- 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac,
- 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12, 0x51, 0x0a,
- 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x42, 0x37,
- 0x92, 0x41, 0x34, 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x32, 0x29, 0xe5, 0x88,
- 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x2c, 0x20, 0xe6, 0xa0, 0xbc, 0xe5,
- 0xbc, 0x8f, 0x3a, 0x20, 0x79, 0x79, 0x79, 0x79, 0x2d, 0x4d, 0x4d, 0x2d, 0x64, 0x64, 0x20, 0x68,
- 0x68, 0x3a, 0x6d, 0x6d, 0x3a, 0x73, 0x73, 0x52, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64,
- 0x12, 0x51, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x32,
- 0x29, 0xe4, 0xbf, 0xae, 0xe6, 0x94, 0xb9, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x2c, 0x20, 0xe6,
- 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0x3a, 0x20, 0x79, 0x79, 0x79, 0x79, 0x2d, 0x4d, 0x4d, 0x2d, 0x64,
- 0x64, 0x20, 0x68, 0x68, 0x3a, 0x6d, 0x6d, 0x3a, 0x73, 0x73, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x64, 0x12, 0x31, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x0d,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74,
- 0x6f, 0x72, 0x32, 0x09, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x63,
- 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x72, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe4, 0xbf, 0xae, 0xe6, 0x94, 0xb9, 0xe4, 0xba, 0xba,
- 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x22, 0x9f, 0x03, 0x0a, 0x0d, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x21, 0x0a, 0x02, 0x69,
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11, 0x92, 0x41, 0x0e, 0x2a, 0x02, 0x69, 0x64,
- 0x32, 0x08, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x49, 0x44, 0x52, 0x02, 0x69, 0x64, 0x12, 0x25,
- 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x13, 0x92, 0x41, 0x10,
- 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x6b, 0x65, 0x79,
- 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2b, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x0c,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61,
- 0x6d, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18,
- 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52,
- 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x40, 0x0a, 0x0b, 0x63, 0x6c,
- 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d,
- 0x65, 0x32, 0x0c, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52,
- 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x3a, 0x0a, 0x09,
- 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32,
- 0x0c, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x52, 0x09, 0x6e,
- 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2e, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x05, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe7, 0x9a, 0x84, 0xe5, 0x80,
- 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x31, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70,
- 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x05, 0x73, 0x63,
- 0x6f, 0x70, 0x65, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94,
- 0xa8, 0xe5, 0x9f, 0x9f, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x22, 0x89, 0x05, 0x0a, 0x12,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61,
- 0x74, 0x61, 0x12, 0x22, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x12,
- 0x92, 0x41, 0x0f, 0x2a, 0x02, 0x69, 0x64, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20,
- 0x69, 0x64, 0x52, 0x02, 0x69, 0x64, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53,
- 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6,
- 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1,
- 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4,
- 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97,
- 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
- 0x12, 0x47, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x33,
- 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4,
- 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97,
- 0xe7, 0xac, 0xa6, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x53, 0x0a, 0x03, 0x6b, 0x65, 0x79,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x41, 0x92, 0x41, 0x3e, 0x2a, 0x03, 0x6b, 0x65, 0x79,
- 0x32, 0x37, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9,
- 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf,
- 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x5a,
- 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92,
- 0x41, 0x41, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
- 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80,
- 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c,
- 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65,
- 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a,
- 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61,
- 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f,
- 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30,
- 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64,
- 0x65, 0x73, 0x63, 0x12, 0x52, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18,
- 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x36, 0x92, 0x41, 0x33, 0x2a, 0x08, 0x63, 0x61, 0x74, 0x65,
- 0x67, 0x6f, 0x72, 0x79, 0x32, 0x27, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe7, 0xb1, 0xbb, 0xe5,
- 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4,
- 0x3a, 0x20, 0x73, 0x79, 0x73, 0x2c, 0x20, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x08, 0x63,
- 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x22, 0x89, 0x05, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x22,
- 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a,
- 0x02, 0x69, 0x64, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0x52, 0x02,
- 0x69, 0x64, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72,
+ 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x49, 0x44, 0x22, 0x9b, 0x02, 0x0a, 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74,
+ 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63,
+ 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
+ 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf,
+ 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
+ 0x55, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74,
+ 0x61, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x12, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6,
+ 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
+ 0x22, 0x89, 0x03, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
+ 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72,
0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc,
0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf,
0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83,
0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52,
- 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x47, 0x0a, 0x04,
- 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x33, 0x92, 0x41, 0x30, 0x2a,
- 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d,
- 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83,
- 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52,
- 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x53, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x41, 0x92, 0x41, 0x3e, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x37, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba,
- 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5,
- 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x5a, 0x0a, 0x05, 0x73, 0x63,
- 0x6f, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x04,
- 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7,
- 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83,
- 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52,
- 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c,
- 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65,
- 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98,
- 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12,
- 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92,
- 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
- 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c,
- 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97,
- 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12,
- 0x52, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x36, 0x92, 0x41, 0x33, 0x2a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79,
- 0x32, 0x27, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20,
- 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x73, 0x79,
- 0x73, 0x2c, 0x20, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67,
- 0x6f, 0x72, 0x79, 0x22, 0xd9, 0x01, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61,
- 0x74, 0x61, 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x0d, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x06, 0xe6,
- 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x5a, 0x0a, 0x07,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x20, 0x92,
- 0x41, 0x1d, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0x12, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52,
- 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x3a, 0x35, 0x92, 0x41, 0x32, 0x0a, 0x30, 0x2a,
- 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66,
- 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x32, 0x12, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22,
- 0x95, 0x01, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74,
- 0x61, 0x12, 0x2e, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d,
- 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x0c, 0xe5, 0x88,
- 0xa0, 0xe9, 0x99, 0xa4, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61,
- 0x6c, 0x3a, 0x44, 0x92, 0x41, 0x41, 0x0a, 0x3f, 0x2a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
- 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69,
- 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74, 0x61, 0x32, 0x1e, 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5,
- 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9,
- 0x89, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22, 0xd2, 0x01, 0x0a, 0x16, 0x4c, 0x69, 0x73, 0x74,
- 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61,
- 0x74, 0x61, 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x0d, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x06, 0xe6,
- 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x55, 0x0a, 0x07,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x72,
- 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0x12, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x73, 0x3a, 0x37, 0x92, 0x41, 0x34, 0x0a, 0x32, 0x2a, 0x16, 0x4c, 0x69, 0x73, 0x74,
- 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61,
- 0x74, 0x61, 0x32, 0x18, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
- 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22, 0x8f, 0x04, 0x0a,
- 0x12, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44,
- 0x61, 0x74, 0x61, 0x12, 0x4e, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x3a, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
- 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32,
- 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x20, 0x52, 0x04, 0x6e,
- 0x61, 0x6d, 0x65, 0x12, 0x75, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x63, 0x92, 0x41, 0x40, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0xef, 0xbc, 0x8c, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5,
- 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0xef, 0xbc, 0x8c, 0xe9, 0x95, 0xbf, 0xe5, 0xba,
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09,
+ 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x19, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32,
+ 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x40, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
+ 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d,
+ 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x6e, 0x61,
+ 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x3a, 0x73, 0x92, 0x41, 0x70, 0x0a, 0x6e, 0x2a, 0x1d,
+ 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x27, 0xe8,
+ 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97,
+ 0xb4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44,
+ 0xd2, 0x01, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0xa9, 0x02, 0x0a,
+ 0x1e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+ 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
+ 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x61, 0x0a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61,
+ 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x29, 0x92,
+ 0x41, 0x26, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x1e, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8,
+ 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38,
+ 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20,
+ 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xa0, 0x03, 0x0a, 0x1d, 0x55, 0x70, 0x64,
+ 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
+ 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28,
+ 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5,
+ 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
+ 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36,
+ 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x12, 0x57, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x39, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20,
+ 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a,
+ 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d,
+ 0x2a, 0x24, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x49, 0x0a,
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x64, 0x61, 0x74,
+ 0x61, 0x32, 0x0f, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x61, 0x92, 0x41, 0x5e, 0x0a, 0x5c, 0x2a,
+ 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x21,
+ 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe6, 0x89, 0x80, 0xe6,
+ 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
+ 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2,
+ 0x01, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x22, 0xc6, 0x01, 0x0a, 0x1e,
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e,
+ 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41,
+ 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
+ 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a,
+ 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8,
+ 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
+ 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x22, 0xd3, 0x03, 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
+ 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92,
+ 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32,
+ 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b,
+ 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8,
+ 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba,
0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5,
- 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x40, 0x32, 0x17, 0x5e, 0x5b,
- 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d,
- 0x39, 0x5f, 0x5d, 0x2a, 0x24, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x5c, 0x0a, 0x05, 0x73, 0x63,
- 0x6f, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x46, 0x92, 0x41, 0x43, 0x2a, 0x04,
- 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x3b, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7,
- 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0xef, 0xbc, 0x8c, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c,
- 0x83, 0xe5, 0x9b, 0xb4, 0xef, 0xbc, 0x9a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x31, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x05, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae,
- 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x4e, 0x0a, 0x04, 0x64,
- 0x65, 0x73, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04,
- 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6,
- 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90,
- 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4,
- 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12, 0x51, 0x0a, 0x04, 0x76,
- 0x61, 0x72, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x72, 0x44, 0x61, 0x74, 0x61, 0x42, 0x1a, 0x92, 0x41,
- 0x17, 0x2a, 0x04, 0x76, 0x61, 0x72, 0x73, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
- 0x80, 0xbc, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x76, 0x61, 0x72, 0x73, 0x22, 0xb8,
- 0x01, 0x0a, 0x15, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x56, 0x61, 0x72, 0x44, 0x61, 0x74, 0x61, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15,
- 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x08, 0xe9, 0x9b, 0x86,
- 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44,
- 0x12, 0x3a, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x32, 0x0c, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97,
- 0xb4, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2b, 0x0a, 0x05,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x15, 0x92, 0x41, 0x12,
- 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
- 0x80, 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x34, 0x0a, 0x0e, 0x48, 0x65, 0x61,
- 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3a, 0x22, 0x92, 0x41, 0x1f,
- 0x0a, 0x1d, 0x2a, 0x0e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x32, 0x0b, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x20, 0x41, 0x50, 0x49, 0x22,
- 0xad, 0x02, 0x0a, 0x0f, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
+ 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64,
+ 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x40, 0x0a, 0x09, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22,
+ 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x12,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa7, 0xb0, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x4f, 0x0a,
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x04, 0x64, 0x61, 0x74,
+ 0x61, 0x32, 0x15, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5,
+ 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x6a,
+ 0x92, 0x41, 0x67, 0x0a, 0x65, 0x2a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x27, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91,
+ 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2,
+ 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a,
+ 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0xc8, 0x01, 0x0a, 0x20, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+ 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
+ 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a,
+ 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32,
+ 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xa9, 0x02, 0x0a, 0x16, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74,
+ 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7,
+ 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5,
+ 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8,
+ 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8,
+ 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x4b, 0x0a, 0x04, 0x64, 0x61,
+ 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0x97, 0xe8, 0xa1,
+ 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x48, 0x92, 0x41, 0x45, 0x0a, 0x43, 0x2a, 0x16,
+ 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x1b, 0xe4, 0xbb, 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb,
+ 0xb6, 0xe5, 0xaf, 0xbc, 0xe5, 0x85, 0xa5, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7,
+ 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
+ 0x65, 0x22, 0xbf, 0x01, 0x0a, 0x17, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a,
+ 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17,
+ 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94,
+ 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a,
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20,
+ 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41,
+ 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8,
+ 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x49, 0x44, 0x22, 0xd1, 0x03, 0x0a, 0x16, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78,
+ 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96,
+ 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99,
+ 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c,
+ 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85,
+ 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16,
+ 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x12, 0x40, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
+ 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x12, 0x68, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x04,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x4e, 0x92, 0x41, 0x4b, 0x2a, 0x07, 0x6b, 0x65, 0x79, 0x4c, 0x69,
+ 0x73, 0x74, 0x32, 0x40, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x20, 0xe5,
+ 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe4, 0xbb, 0xa5, 0xe5, 0x8d, 0x8a, 0xe8, 0xa7, 0x92,
+ 0xe9, 0x80, 0x97, 0xe5, 0x8f, 0xb7, 0xe3, 0x80, 0x81, 0xe5, 0x88, 0x86, 0xe5, 0x8f, 0xb7, 0xe6,
+ 0x88, 0x96, 0xe7, 0xa9, 0xba, 0xe6, 0xa0, 0xbc, 0xe4, 0xbd, 0x9c, 0xe4, 0xb8, 0xba, 0xe5, 0x88,
+ 0x86, 0xe9, 0x9a, 0x94, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x3a, 0x58, 0x92,
+ 0x41, 0x55, 0x0a, 0x53, 0x2a, 0x16, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x12, 0xe6, 0xb8,
+ 0xb2, 0xe6, 0x9f, 0x93, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82,
+ 0xd2, 0x01, 0x24, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x8a, 0x02, 0x0a, 0x17, 0x52, 0x65, 0x6e, 0x64,
+ 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf,
0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63,
@@ -12060,695 +11864,469 @@ var file_bcsproject_proto_rawDesc = []byte{
0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf,
0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
- 0x74, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74,
- 0x68, 0x7a, 0x44, 0x61, 0x74, 0x61, 0x42, 0x47, 0x92, 0x41, 0x44, 0x2a, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x32, 0x3c, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7,
- 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x9c, 0x8d,
- 0xe5, 0x8a, 0xa1, 0xe6, 0x95, 0xb4, 0xe4, 0xbd, 0x93, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0xe5,
- 0x92, 0x8c, 0x20, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
- 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22,
- 0x99, 0x01, 0x0a, 0x0b, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x44, 0x61, 0x74, 0x61, 0x12,
- 0x37, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x12, 0xe6, 0x9c,
- 0x8d, 0xe5, 0x8a, 0xa1, 0xe6, 0x95, 0xb4, 0xe4, 0xbd, 0x93, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81,
- 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x51, 0x0a, 0x0b, 0x6d, 0x6f, 0x6e, 0x67,
- 0x6f, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0x92,
- 0x41, 0x2c, 0x2a, 0x0c, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
- 0x32, 0x1c, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe4, 0xbe, 0x9d, 0xe8, 0xb5, 0x96, 0xe7, 0x9a,
- 0x84, 0x20, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x0b,
- 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x33, 0x0a, 0x0b, 0x50,
- 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3a, 0x24, 0x92, 0x41, 0x21, 0x0a,
- 0x1f, 0x2a, 0x0b, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x10,
- 0x50, 0x69, 0x6e, 0x67, 0x20, 0x41, 0x50, 0x49, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x22, 0xb3, 0x02, 0x0a, 0x0c, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42,
- 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5,
- 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64,
- 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
- 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf,
- 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x5b, 0x0a,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x47, 0x92, 0x41, 0x44,
- 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x3c, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe6, 0x9c,
- 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5,
- 0x90, 0xab, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe6, 0x95, 0xb4, 0xe4, 0xbd, 0x93, 0xe7, 0x8a,
- 0xb6, 0xe6, 0x80, 0x81, 0xe5, 0x92, 0x8c, 0x20, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0xe7, 0x8a,
- 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61,
+ 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x07, 0x72,
+ 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe6, 0x95,
+ 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x49, 0x44, 0x3a, 0x20, 0x92, 0x41, 0x1d, 0x0a, 0x1b, 0x2a, 0x08, 0x50, 0x69, 0x6e,
- 0x67, 0x52, 0x65, 0x73, 0x70, 0x32, 0x0f, 0x50, 0x69, 0x6e, 0x67, 0x20, 0x41, 0x50, 0x49, 0x20,
- 0xe5, 0x93, 0x8d, 0xe5, 0xba, 0x94, 0x22, 0xa1, 0x14, 0x0a, 0x0c, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x36, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x07, 0x71,
- 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0e, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85,
- 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x44, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12,
- 0x5c, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x3e, 0x92, 0x41, 0x3b, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61,
- 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
- 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7,
- 0xac, 0xa6, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x6b, 0x0a,
- 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44,
- 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5,
- 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6,
- 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4, 0xbd, 0x8d, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xb8,
- 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa, 0xe5, 0x8a, 0xa8, 0xe7, 0x94, 0x9f, 0xe6, 0x88, 0x90, 0x52,
- 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28,
- 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5,
- 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
- 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33,
- 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
- 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c,
- 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49,
- 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x0b,
- 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e,
- 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7,
- 0xb0, 0x52, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x55,
- 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63,
- 0x65, 0x32, 0x27, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe9, 0xa2,
- 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xae, 0xa1, 0xe7, 0x90, 0x86, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65,
- 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
- 0x73, 0x49, 0x44, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a,
- 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2,
- 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44,
- 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73,
- 0x49, 0x44, 0x12, 0x5f, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61,
- 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0c, 0x62,
- 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9,
- 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e,
- 0x61, 0x6d, 0x65, 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
- 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x0b, 0x64,
- 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x52, 0x0b,
- 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xa6, 0x01, 0x0a, 0x09,
- 0x69, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x42,
- 0x87, 0x01, 0x92, 0x41, 0x83, 0x01, 0x2a, 0x09, 0x69, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
- 0x64, 0x32, 0x76, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe8, 0xaf, 0xa5, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6, 0x98, 0xaf, 0xe5, 0x90,
- 0xa6, 0xe5, 0xb7, 0xb2, 0xe4, 0xb8, 0x8b, 0xe7, 0xba, 0xbf, 0x28, 0xe9, 0xbb, 0x98, 0xe8, 0xae,
- 0xa4, 0xe8, 0xbd, 0xaf, 0xe5, 0x88, 0xa0, 0x29, 0x2c, 0xe5, 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5,
- 0x9e, 0x8b, 0xe5, 0x90, 0x8c, 0xe7, 0xa7, 0x8d, 0xe7, 0xb1, 0xbb, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0xe4, 0xbb, 0x85, 0xe4, 0xb8, 0x8d, 0xe5, 0x85, 0x81, 0xe8, 0xae, 0xb8, 0xe9, 0x87, 0x8d,
- 0xe5, 0xa4, 0x8d, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x2c, 0xe5, 0x8f, 0xaf, 0xe6, 0x9b, 0xb4,
- 0xe6, 0x94, 0xb9, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x52, 0x09, 0x69, 0x73, 0x44, 0x65, 0x6c,
- 0x65, 0x74, 0x65, 0x64, 0x12, 0x71, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70,
- 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7,
- 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6,
- 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
- 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7,
- 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29, 0x52, 0x09, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x69, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63,
- 0x65, 0x42, 0x38, 0x92, 0x41, 0x35, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x2c, 0xe4,
- 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e,
- 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4, 0xbd, 0x93, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x12, 0x5c, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0e, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32,
- 0x37, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe7,
- 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x28, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0xe4, 0xb8, 0xad, 0xe3,
- 0x80, 0x81, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe4, 0xb8, 0xad, 0xe3, 0x80, 0x81, 0xe5, 0xb7,
- 0xb2, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x29, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
- 0x12, 0x6f, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32,
- 0x47, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0xe4, 0xb8, 0xad,
- 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4, 0xbd, 0x93, 0xe5, 0x8e, 0x9f, 0xe5, 0x9b, 0xa0, 0x28,
- 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe4, 0xb8, 0x8d, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe3,
- 0x80, 0x81, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8d, 0xe8, 0xb6, 0xb3, 0xe7, 0xad,
- 0x89, 0xe5, 0x8e, 0x9f, 0xe5, 0x9b, 0xa0, 0x29, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
- 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18,
- 0x10, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0a, 0x63, 0x72, 0x65, 0x61,
- 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97,
- 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65,
- 0x12, 0x3d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x11,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x97, 0xb6,
- 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12,
- 0x37, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x32, 0x0f,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe8, 0x80, 0x85, 0x52,
- 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x37, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x72, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07,
- 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6,
- 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe8, 0x80, 0x85, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x72, 0x12, 0x43, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x14, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
- 0x65, 0x72, 0x32, 0x18, 0xe4, 0xba, 0x91, 0xe5, 0xba, 0x95, 0xe5, 0xb1, 0x82, 0xe8, 0xb5, 0x84,
- 0xe6, 0xba, 0x90, 0xe6, 0x8f, 0x90, 0xe4, 0xbe, 0x9b, 0xe6, 0x96, 0xb9, 0x52, 0x08, 0x70, 0x72,
- 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x12, 0x58, 0x0a, 0x0a, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72,
- 0x6f, 0x75, 0x70, 0x73, 0x18, 0x15, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75,
- 0x70, 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a, 0x0a, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75,
- 0x70, 0x73, 0x32, 0x10, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72,
- 0x6f, 0x75, 0x70, 0x73, 0x52, 0x0a, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73,
- 0x12, 0x65, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x16, 0x20, 0x03, 0x28, 0x0b,
- 0x32, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c,
- 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x06, 0x6c, 0x61, 0x62,
- 0x65, 0x6c, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0xe7, 0x9a, 0x84, 0xe6, 0xa0, 0x87, 0xe7, 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52,
- 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x79, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x17, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x2e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x2c, 0x92, 0x41, 0x29, 0x2a, 0x0b, 0x61, 0x6e,
- 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xb3, 0xa8, 0xe8, 0xa7, 0xa3, 0xe9,
- 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x12, 0x51, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18,
- 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x42, 0x1c, 0x92, 0x41,
- 0x19, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa2,
- 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x61, 0x0a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68,
- 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x19, 0x20, 0x01, 0x28,
- 0x08, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61,
- 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5,
- 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85,
- 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65,
- 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x87, 0x01, 0x0a, 0x16, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c,
- 0x69, 0x73, 0x74, 0x18, 0x1a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
- 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85,
- 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x16, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69,
- 0x73, 0x74, 0x1a, 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72,
- 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
- 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a,
- 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72,
- 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
- 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x3b, 0x92,
- 0x41, 0x38, 0x0a, 0x36, 0x2a, 0x0c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
- 0x74, 0x61, 0x32, 0x26, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d,
- 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x28, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe4, 0xb8, 0x8d,
- 0xe5, 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x29, 0x22, 0x8e, 0x02, 0x0a, 0x09, 0x4e,
- 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15,
- 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x9b, 0x86,
- 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64,
- 0x12, 0x3f, 0x0a, 0x0b, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18,
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0b, 0x6e, 0x6f, 0x64, 0x65,
- 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x32, 0x0b, 0xe8, 0x8a, 0x82, 0xe7, 0x82, 0xb9, 0xe6,
- 0xb1, 0xa0, 0x49, 0x44, 0x52, 0x0b, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49,
- 0x64, 0x12, 0x40, 0x0a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20,
- 0x01, 0x28, 0x0d, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e,
- 0x75, 0x6d, 0x32, 0x15, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7,
- 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x52, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x4e, 0x75, 0x6d, 0x12, 0x46, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x28, 0x92, 0x41, 0x25, 0x2a, 0x09, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe5, 0xb7,
- 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d,
- 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x22, 0xac, 0x03, 0x0a, 0x0d,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x7b, 0x0a,
- 0x0d, 0x7a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f,
- 0x6e, 0x66, 0x69, 0x67, 0x42, 0x35, 0x92, 0x41, 0x32, 0x2a, 0x0d, 0x7a, 0x6f, 0x6e, 0x65, 0x52,
- 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x32, 0x21, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b,
- 0xe6, 0x89, 0x80, 0xe5, 0x9c, 0xa8, 0xe5, 0x8f, 0xaf, 0xe7, 0x94, 0xa8, 0xe5, 0x8c, 0xba, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0d, 0x7a, 0x6f, 0x6e,
- 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x5e, 0x0a, 0x03, 0x63, 0x70,
- 0x75, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42,
- 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x63, 0x70, 0x75, 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
- 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b,
- 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0x9a, 0x84, 0x63, 0x70, 0x75, 0xe9,
- 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x63, 0x70, 0x75, 0x12, 0x5e, 0x0a, 0x03, 0x6d, 0x65,
- 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42,
- 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x6d, 0x65, 0x6d, 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
- 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b,
- 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0x9a, 0x84, 0x6d, 0x65, 0x6d, 0xe9,
- 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x6d, 0x65, 0x6d, 0x12, 0x5e, 0x0a, 0x03, 0x67, 0x70,
- 0x75, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42,
- 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x67, 0x70, 0x75, 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
- 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b,
- 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0x9a, 0x84, 0x67, 0x70, 0x75, 0xe9,
- 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x67, 0x70, 0x75, 0x22, 0xd9, 0x02, 0x0a, 0x0d, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0xad, 0x01, 0x0a,
- 0x0a, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
- 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x70,
- 0x92, 0x41, 0x6d, 0x2a, 0x0a, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x32,
- 0x5f, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x9c, 0x9f, 0xe6, 0x9c, 0x9b, 0xe7, 0x94, 0x9f, 0xe6,
- 0x95, 0x88, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x2c, 0x20, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4,
- 0xe6, 0x88, 0xb3, 0xe3, 0x80, 0x82, 0xe8, 0x8b, 0xa5, 0xe4, 0xb8, 0xba, 0x6e, 0x69, 0x6c, 0x20,
- 0xe6, 0x88, 0x96, 0xe8, 0x80, 0x85, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0xe5, 0x88, 0x99, 0xe6,
- 0xa0, 0x87, 0xe8, 0xaf, 0x86, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe9, 0x80, 0x9a, 0xe8, 0xbf,
- 0x87, 0xe5, 0x90, 0x8e, 0xe7, 0xab, 0x8b, 0xe5, 0x8d, 0xb3, 0xe6, 0x89, 0xa7, 0xe8, 0xa1, 0x8c,
- 0x52, 0x0a, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x97, 0x01, 0x0a,
- 0x11, 0x49, 0x73, 0x55, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72,
- 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x42, 0x69, 0x92, 0x41, 0x66, 0x2a, 0x11, 0x69,
- 0x73, 0x55, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
- 0x32, 0x51, 0xe8, 0xaf, 0xa5, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6,
- 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe4, 0xb8, 0xba, 0xe7, 0xb4, 0xa7, 0xe6, 0x80, 0xa5, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x2c, 0xe8, 0x8b, 0xa5, 0xe4, 0xb8, 0xba, 0xe7, 0xb4, 0xa7, 0xe6,
- 0x80, 0xa5, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xef, 0xbc, 0x8c, 0xe8, 0xae, 0xa1, 0xe8, 0xb4,
- 0xb9, 0xe6, 0x96, 0xb9, 0xe5, 0xbc, 0x8f, 0xe6, 0x9c, 0x89, 0xe6, 0x89, 0x80, 0xe4, 0xb8, 0x8d,
- 0xe5, 0x90, 0x8c, 0x52, 0x11, 0x49, 0x73, 0x55, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65,
- 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0xc2, 0x07, 0x0a, 0x12, 0x49, 0x6e, 0x73, 0x74, 0x61,
- 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x2b, 0x0a,
- 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x13, 0x92,
- 0x41, 0x10, 0x2a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x32, 0x06, 0xe5, 0x9c, 0xb0, 0xe5,
- 0x9f, 0x9f, 0x52, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x3d, 0x0a, 0x0c, 0x69, 0x6e,
- 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54,
- 0x79, 0x70, 0x65, 0x32, 0x06, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x52, 0x0c, 0x69, 0x6e, 0x73,
- 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x67, 0x0a, 0x03, 0x63, 0x70, 0x75,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x03, 0x63, 0x70, 0x75,
- 0x32, 0x4b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x63, 0x70, 0x75, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x69, 0x6e, 0x73,
- 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xba, 0x92, 0xe6, 0x96, 0xa5, 0xef,
- 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70,
- 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88, 0xe7, 0xba, 0xa7, 0xe9, 0xab, 0x98, 0x52, 0x03, 0x63,
- 0x70, 0x75, 0x12, 0x67, 0x0a, 0x03, 0x6d, 0x65, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x42,
- 0x55, 0x92, 0x41, 0x52, 0x2a, 0x03, 0x6d, 0x65, 0x6d, 0x32, 0x4b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e,
- 0x8b, 0x6d, 0x65, 0x6d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e,
- 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79,
- 0x70, 0x65, 0xe4, 0xba, 0x92, 0xe6, 0x96, 0xa5, 0xef, 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e,
- 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88,
- 0xe7, 0xba, 0xa7, 0xe9, 0xab, 0x98, 0x52, 0x03, 0x6d, 0x65, 0x6d, 0x12, 0x77, 0x0a, 0x03, 0x67,
- 0x70, 0x75, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x65, 0x92, 0x41, 0x62, 0x2a, 0x03, 0x67,
- 0x70, 0x75, 0x32, 0x5b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x67, 0x70, 0x75, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x69,
- 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xba, 0x92, 0xe6, 0x96,
- 0xa5, 0xef, 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54,
- 0x79, 0x70, 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88, 0xe7, 0xba, 0xa7, 0xe9, 0xab, 0x98, 0xef,
- 0xbc, 0x8c, 0xe5, 0x8f, 0xaf, 0xe4, 0xbb, 0xa5, 0xe4, 0xbc, 0x9a, 0xe4, 0xb8, 0xba, 0x30, 0x52,
- 0x03, 0x67, 0x70, 0x75, 0x12, 0x30, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x06,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49,
- 0x64, 0x32, 0x0b, 0xe5, 0x8f, 0xaf, 0xe7, 0x94, 0xa8, 0xe5, 0x8c, 0xba, 0x49, 0x64, 0x52, 0x06,
- 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x3a, 0x0a, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61,
- 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x08, 0x7a,
- 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0f, 0xe5, 0x8f, 0xaf, 0xe7, 0x94, 0xa8, 0xe5,
- 0x8c, 0xba, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61,
- 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x08,
- 0x20, 0x01, 0x28, 0x0d, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x4e, 0x75, 0x6d, 0x32, 0x15, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe7, 0x94, 0xb3, 0xe8, 0xaf,
- 0xb7, 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x52, 0x08, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x4e, 0x75, 0x6d, 0x12, 0x46, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65,
- 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x28, 0x92, 0x41, 0x25, 0x2a, 0x09, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe5,
- 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
- 0x9d, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x12, 0x89, 0x01, 0x0a,
- 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44,
- 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x0a, 0x73, 0x79,
- 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x32, 0x42, 0xe7, 0xb3, 0xbb, 0xe7, 0xbb, 0x9f,
- 0xe7, 0x9b, 0x98, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0x42, 0x43, 0x53, 0xe9,
- 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe8, 0xae, 0xbe, 0xe7, 0xbd, 0xae, 0xe4, 0xb8, 0xba, 0xe9, 0xab,
- 0x98, 0xe6, 0x80, 0xa7, 0xe8, 0x83, 0xbd, 0xe4, 0xba, 0x91, 0xe7, 0x9b, 0x98, 0xef, 0xbc, 0x8c,
- 0xe5, 0xa4, 0xa7, 0xe5, 0xb0, 0x8f, 0xe4, 0xb8, 0xba, 0x35, 0x30, 0x47, 0x52, 0x0a, 0x73, 0x79,
- 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x12, 0x71, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61,
- 0x44, 0x69, 0x73, 0x6b, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73,
- 0x6b, 0x42, 0x3d, 0x92, 0x41, 0x3a, 0x2a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b,
- 0x73, 0x32, 0x2d, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0xe7, 0x9b, 0x98, 0xe4, 0xbf, 0xa1, 0xe6,
- 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe6, 0x97, 0xa0, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe8, 0xae,
- 0xbe, 0xe7, 0xbd, 0xae, 0xe5, 0x88, 0x99, 0xe4, 0xb8, 0x8d, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0,
- 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x22, 0x8a, 0x02, 0x0a, 0x08,
- 0x44, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x12, 0x95, 0x01, 0x0a, 0x08, 0x64, 0x69, 0x73,
- 0x6b, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x79, 0x92, 0x41, 0x76,
- 0x2a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x32, 0x6a, 0xe6, 0x95, 0xb0, 0xe6,
- 0x8d, 0xae, 0xe7, 0x9b, 0x98, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0x4c, 0x4f,
- 0x43, 0x41, 0x4c, 0x5f, 0x42, 0x41, 0x53, 0x49, 0x43, 0xef, 0xbc, 0x88, 0xe9, 0xbb, 0x98, 0xe8,
- 0xae, 0xa4, 0xef, 0xbc, 0x89, 0x2c, 0x4c, 0x4f, 0x43, 0x41, 0x4c, 0x5f, 0x53, 0x53, 0x44, 0x2c,
- 0x43, 0x4c, 0x4f, 0x55, 0x44, 0x5f, 0x42, 0x41, 0x53, 0x45, 0x2c, 0x43, 0x4c, 0x4f, 0x55, 0x44,
- 0x5f, 0x53, 0x53, 0x44, 0x2c, 0x43, 0x4c, 0x4f, 0x55, 0x44, 0x5f, 0x50, 0x52, 0x45, 0x4d, 0x49,
- 0x55, 0x4d, 0x28, 0xe9, 0xab, 0x98, 0xe6, 0x80, 0xa7, 0xe8, 0x83, 0xbd, 0xe4, 0xba, 0x91, 0xe7,
- 0xa1, 0xac, 0xe7, 0x9b, 0x98, 0x29, 0x52, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65,
- 0x12, 0x66, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x4a, 0x92, 0x41, 0x47, 0x2a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x53, 0x69, 0x7a,
- 0x65, 0x32, 0x3b, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0xe7, 0x9b, 0x98, 0xe5, 0xa4, 0xa7, 0xe5,
- 0xb0, 0x8f, 0xef, 0xbc, 0x8c, 0x31, 0x30, 0x47, 0xe8, 0xb5, 0xb7, 0xe8, 0xb7, 0xb3, 0xef, 0xbc,
- 0x8c, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe4, 0xb8, 0xba, 0x30, 0xef, 0xbc, 0x8c, 0xe4, 0xb8,
- 0xba, 0x30, 0xe6, 0x97, 0xb6, 0xe4, 0xb8, 0x8d, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0x52, 0x08,
- 0x64, 0x69, 0x73, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xff, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x76,
- 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63,
- 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x76,
- 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63,
- 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65,
- 0x76, 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x76,
- 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01,
- 0x28, 0x09, 0x52, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x55,
- 0x73, 0x65, 0x64, 0x12, 0x46, 0x0a, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65,
- 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x2e,
- 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
- 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x1a, 0x3d, 0x0a, 0x0f, 0x41,
- 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
- 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
- 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xe2, 0x10, 0x0a, 0x19, 0x43,
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x66, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x48, 0x92, 0x41, 0x3b,
- 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0x85, 0x8d,
- 0xe9, 0xa2, 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c,
- 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85,
- 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x07, 0x72, 0x05,
- 0x10, 0x01, 0x18, 0x80, 0x50, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65,
- 0x12, 0x6b, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x49, 0x44, 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x2c, 0x20, 0xe5,
- 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
- 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4, 0xbd, 0x8d, 0xe5, 0xad, 0x97, 0xe7, 0xac,
- 0xa6, 0xe4, 0xb8, 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa, 0xe5, 0x8a, 0xa8, 0xe7, 0x94, 0x9f, 0xe6,
- 0x88, 0x90, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x78, 0x0a,
- 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01,
+ 0x73, 0x74, 0x49, 0x44, 0x22, 0x89, 0x08, 0x0a, 0x12, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x0a, 0x02, 0x69,
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x02, 0x69, 0x64,
+ 0x32, 0x0e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x49, 0x44,
+ 0x52, 0x02, 0x69, 0x64, 0x12, 0x26, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x14, 0x92, 0x41, 0x11, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x0a, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2b, 0x0a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a,
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d,
+ 0xe7, 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x07, 0x64, 0x65, 0x66,
+ 0x61, 0x75, 0x6c, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x23, 0x92, 0x41, 0x20, 0x2a,
+ 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x15, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe9, 0x94, 0xae, 0xe5, 0x80, 0xbc, 0xe5, 0xaf, 0xb9, 0x52,
+ 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x41, 0x0a, 0x0c, 0x64, 0x65, 0x66, 0x61,
+ 0x75, 0x6c, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d,
+ 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x0c, 0x64,
+ 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x73,
+ 0x63, 0x6f, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x45, 0x92, 0x41, 0x42, 0x2a,
+ 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd,
+ 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8,
+ 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x81, 0x01, 0x0a, 0x09, 0x73, 0x63, 0x6f,
+ 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x63, 0x92, 0x41,
+ 0x60, 0x2a, 0x09, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x53, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0xe5, 0x90, 0x8d,
+ 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b,
+ 0xb4, 0x3a, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x2c,
+ 0x20, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x2c, 0x20, 0xe6,
+ 0x98, 0x8e, 0xe6, 0x98, 0x8e, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0x52, 0x09, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4b, 0x0a, 0x08,
+ 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f,
+ 0x92, 0x41, 0x2c, 0x2a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x32, 0x20, 0xe7,
+ 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83,
+ 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x73, 0x79, 0x73, 0x2f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52,
+ 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, 0x69, 0x0a, 0x0c, 0x63, 0x61, 0x74,
+ 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x45, 0x92, 0x41, 0x42, 0x2a, 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61,
+ 0x6d, 0x65, 0x32, 0x32, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0,
+ 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20,
+ 0xe7, 0xb3, 0xbb, 0xe7, 0xbb, 0x9f, 0xe5, 0x86, 0x85, 0xe7, 0xbd, 0xae, 0x2f, 0xe8, 0x87, 0xaa,
+ 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x52, 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79,
+ 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x0a, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5,
+ 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f,
+ 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31,
+ 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04,
+ 0x64, 0x65, 0x73, 0x63, 0x12, 0x51, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x18,
+ 0x0b, 0x20, 0x01, 0x28, 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61,
+ 0x74, 0x65, 0x64, 0x32, 0x29, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97, 0xb6, 0xe9, 0x97,
+ 0xb4, 0x2c, 0x20, 0xe6, 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0x3a, 0x20, 0x79, 0x79, 0x79, 0x79, 0x2d,
+ 0x4d, 0x4d, 0x2d, 0x64, 0x64, 0x20, 0x68, 0x68, 0x3a, 0x6d, 0x6d, 0x3a, 0x73, 0x73, 0x52, 0x07,
+ 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x12, 0x51, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x07, 0x75,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x32, 0x29, 0xe4, 0xbf, 0xae, 0xe6, 0x94, 0xb9, 0xe6, 0x97,
+ 0xb6, 0xe9, 0x97, 0xb4, 0x2c, 0x20, 0xe6, 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0x3a, 0x20, 0x79, 0x79,
+ 0x79, 0x79, 0x2d, 0x4d, 0x4d, 0x2d, 0x64, 0x64, 0x20, 0x68, 0x68, 0x3a, 0x6d, 0x6d, 0x3a, 0x73,
+ 0x73, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x31, 0x0a, 0x07, 0x63, 0x72,
+ 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14,
+ 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x32, 0x09, 0xe5, 0x88, 0x9b, 0xe5, 0xbb,
+ 0xba, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x31, 0x0a,
+ 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17,
+ 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe4, 0xbf,
+ 0xae, 0xe6, 0x94, 0xb9, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72,
+ 0x22, 0x9f, 0x03, 0x0a, 0x0d, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c,
+ 0x75, 0x65, 0x12, 0x21, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11,
+ 0x92, 0x41, 0x0e, 0x2a, 0x02, 0x69, 0x64, 0x32, 0x08, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x49,
+ 0x44, 0x52, 0x02, 0x69, 0x64, 0x12, 0x25, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x09, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0x6b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2b, 0x0a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a,
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d,
+ 0xe7, 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41,
+ 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x08, 0xe9, 0x9b,
+ 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x12, 0x40, 0x0a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65,
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e,
+ 0x61, 0x6d, 0x65, 0x12, 0x3a, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x6e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x0c, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9,
+ 0xba, 0xe9, 0x97, 0xb4, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12,
+ 0x2e, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18,
+ 0x92, 0x41, 0x15, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe7, 0x9a, 0x84, 0xe5, 0x80, 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12,
+ 0x31, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b,
+ 0x92, 0x41, 0x18, 0x2a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x52, 0x05, 0x73, 0x63, 0x6f,
+ 0x70, 0x65, 0x22, 0x89, 0x05, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x22, 0x0a, 0x02, 0x69, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x02, 0x69, 0x64, 0x32, 0x09,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0x52, 0x02, 0x69, 0x64, 0x12, 0x78, 0x0a,
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7,
0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29,
0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20,
0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8,
- 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a,
- 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12,
- 0x40, 0x0a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d,
- 0x65, 0x12, 0x55, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53,
- 0x70, 0x61, 0x63, 0x65, 0x32, 0x27, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa7, 0xb0, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a,
- 0x84, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xae, 0xa1, 0xe7, 0x90, 0x86, 0x52, 0x09, 0x6e,
- 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69,
- 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41,
- 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93,
- 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a,
- 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e,
- 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x5f, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
- 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38,
- 0x2a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x28,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8,
- 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5,
- 0x8a, 0xa1, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
- 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x24, 0x92, 0x41, 0x21,
- 0x2a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x32, 0x12, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf,
- 0xb0, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x71,
- 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70,
- 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28,
- 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95,
- 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1,
- 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70,
- 0x65, 0x12, 0x6c, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x0b, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x50, 0x92, 0x41, 0x4d, 0x2a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
- 0x65, 0x72, 0x32, 0x41, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7,
- 0x9a, 0x84, 0xe4, 0xbe, 0x9b, 0xe5, 0xba, 0x94, 0xe5, 0x95, 0x86, 0x2c, 0x20, 0xe4, 0xb8, 0x8d,
- 0xe5, 0x90, 0x8c, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0xe6, 0x94, 0xaf, 0xe6, 0x8c,
- 0x81, 0xe5, 0xa4, 0x9a, 0xe7, 0xa7, 0x8d, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe7, 0x9a, 0x84,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x12,
- 0x69, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x38, 0x92, 0x41, 0x35, 0x2a, 0x05,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x2c, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe8, 0xb5, 0x84,
- 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4,
- 0xbd, 0x93, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x72, 0x0a, 0x06, 0x6c, 0x61,
- 0x62, 0x65, 0x6c, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x27, 0x92,
+ 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x47, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x33, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
+ 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20,
+ 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8,
+ 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
+ 0x12, 0x53, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x41, 0x92,
+ 0x41, 0x3e, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x37, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20,
+ 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94,
+ 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8,
+ 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6,
+ 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x5a, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x05,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32,
+ 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f,
+ 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20,
+ 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c,
+ 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70,
+ 0x65, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74,
+ 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80,
+ 0xbc, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65,
+ 0x73, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64,
+ 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98,
+ 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5,
+ 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb,
+ 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12, 0x52, 0x0a, 0x08, 0x63, 0x61,
+ 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x36, 0x92, 0x41,
+ 0x33, 0x2a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x32, 0x27, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80,
+ 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x73, 0x79, 0x73, 0x2c, 0x20, 0x63, 0x75,
+ 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x22, 0x89,
+ 0x05, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x22, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x02, 0x69, 0x64, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0x20, 0x69, 0x64, 0x52, 0x02, 0x69, 0x64, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56,
+ 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8,
+ 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85,
+ 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
+ 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34,
+ 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x12, 0x47, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x33, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
+ 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32,
+ 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x53, 0x0a, 0x03,
+ 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x41, 0x92, 0x41, 0x3e, 0x2a, 0x03,
+ 0x6b, 0x65, 0x79, 0x32, 0x37, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x2c,
+ 0x20, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80,
+ 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6,
+ 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x03, 0x6b, 0x65,
+ 0x79, 0x12, 0x5a, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f,
+ 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62,
+ 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a,
+ 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d,
+ 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64,
+ 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x07,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32,
+ 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e,
+ 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c,
+ 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85,
+ 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12, 0x52, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f,
+ 0x72, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x36, 0x92, 0x41, 0x33, 0x2a, 0x08, 0x63,
+ 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x32, 0x27, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe7,
+ 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83,
+ 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x73, 0x79, 0x73, 0x2c, 0x20, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d,
+ 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x22, 0xd9, 0x01, 0x0a, 0x1a, 0x4c,
+ 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e,
+ 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74,
+ 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74,
+ 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x06, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f,
+ 0x74, 0x61, 0x6c, 0x12, 0x5a, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02,
+ 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69,
+ 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c,
+ 0x74, 0x73, 0x32, 0x12, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89,
+ 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x3a,
+ 0x35, 0x92, 0x41, 0x32, 0x0a, 0x30, 0x2a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61,
+ 0x74, 0x61, 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8,
+ 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22, 0x95, 0x01, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74,
+ 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74,
+ 0x69, 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2e, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61,
+ 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x05, 0x74, 0x6f,
+ 0x74, 0x61, 0x6c, 0x32, 0x0c, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe6, 0x95, 0xb0, 0xe9, 0x87,
+ 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x3a, 0x44, 0x92, 0x41, 0x41, 0x0a, 0x3f, 0x2a,
+ 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44,
+ 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74, 0x61, 0x32, 0x1e,
+ 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22, 0xd2,
+ 0x01, 0x0a, 0x16, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56,
+ 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74,
+ 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74,
+ 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x06, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f,
+ 0x74, 0x61, 0x6c, 0x12, 0x55, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02,
+ 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42,
+ 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0x12, 0xe9,
+ 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d,
+ 0xae, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x3a, 0x37, 0x92, 0x41, 0x34, 0x0a,
+ 0x32, 0x2a, 0x16, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56,
+ 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x32, 0x18, 0xe9, 0x9b, 0x86, 0xe7, 0xbe,
+ 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe6, 0x95, 0xb0,
+ 0xe6, 0x8d, 0xae, 0x22, 0x8f, 0x04, 0x0a, 0x12, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x4e, 0x0a, 0x04, 0x6e, 0x61,
+ 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e,
+ 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7,
+ 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8,
+ 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04,
+ 0x72, 0x02, 0x18, 0x20, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x75, 0x0a, 0x03, 0x6b, 0x65,
+ 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x63, 0x92, 0x41, 0x40, 0x2a, 0x03, 0x6b, 0x65,
+ 0x79, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0xef, 0xbc, 0x8c,
+ 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0xef,
+ 0xbc, 0x8c, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6,
+ 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x1d, 0x72,
+ 0x1b, 0x18, 0x40, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61,
+ 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x5f, 0x5d, 0x2a, 0x24, 0x52, 0x03, 0x6b, 0x65,
+ 0x79, 0x12, 0x5c, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x46, 0x92, 0x41, 0x43, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x3b, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0xef, 0xbc, 0x8c, 0xe5,
+ 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0xef, 0xbc, 0x9a, 0x67, 0x6c,
+ 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12,
+ 0x31, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b,
+ 0x92, 0x41, 0x18, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c,
+ 0x75, 0x65, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8,
+ 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30,
+ 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65,
+ 0x73, 0x63, 0x12, 0x51, 0x0a, 0x04, 0x76, 0x61, 0x72, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b,
+ 0x32, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d,
+ 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x72, 0x44,
+ 0x61, 0x74, 0x61, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x76, 0x61, 0x72, 0x73, 0x32, 0x0f,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52,
+ 0x04, 0x76, 0x61, 0x72, 0x73, 0x22, 0xb8, 0x01, 0x0a, 0x15, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74,
+ 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x72, 0x44, 0x61, 0x74, 0x61, 0x12,
+ 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x49, 0x44, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x3a, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a,
+ 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x0c, 0xe5, 0x91, 0xbd, 0xe5,
+ 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x12, 0x2b, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x15, 0x92, 0x41, 0x12, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x09,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
+ 0x22, 0x34, 0x0a, 0x0e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x3a, 0x22, 0x92, 0x41, 0x1f, 0x0a, 0x1d, 0x2a, 0x0e, 0x48, 0x65, 0x61, 0x6c, 0x74,
+ 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x0b, 0x48, 0x65, 0x61, 0x6c, 0x74,
+ 0x68, 0x7a, 0x20, 0x41, 0x50, 0x49, 0x22, 0xad, 0x02, 0x0a, 0x0f, 0x48, 0x65, 0x61, 0x6c, 0x74,
+ 0x68, 0x7a, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f,
+ 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63,
+ 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf,
+ 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65,
+ 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d,
+ 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b,
+ 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d,
+ 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x74, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x44, 0x61, 0x74, 0x61, 0x42, 0x47, 0x92,
+ 0x41, 0x44, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x3c, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x2c, 0x20, 0xe5, 0x8c,
+ 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe6, 0x95, 0xb4, 0xe4, 0xbd, 0x93,
+ 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0xe5, 0x92, 0x8c, 0x20, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20,
+ 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64,
+ 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0x99, 0x01, 0x0a, 0x0b, 0x48, 0x65, 0x61, 0x6c, 0x74,
+ 0x68, 0x7a, 0x44, 0x61, 0x74, 0x61, 0x12, 0x37, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x06, 0x73, 0x74, 0x61,
+ 0x74, 0x75, 0x73, 0x32, 0x12, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe6, 0x95, 0xb4, 0xe4, 0xbd,
+ 0x93, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12,
+ 0x51, 0x0a, 0x0b, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x0c, 0x6d, 0x6f, 0x6e, 0x67, 0x6f,
+ 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x1c, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe4,
+ 0xbe, 0x9d, 0xe8, 0xb5, 0x96, 0xe7, 0x9a, 0x84, 0x20, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0xe7,
+ 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x0b, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x53, 0x74, 0x61, 0x74,
+ 0x75, 0x73, 0x22, 0x33, 0x0a, 0x0b, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x3a, 0x24, 0x92, 0x41, 0x21, 0x0a, 0x1f, 0x2a, 0x0b, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x10, 0x50, 0x69, 0x6e, 0x67, 0x20, 0x41, 0x50, 0x49, 0x20,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0xb3, 0x02, 0x0a, 0x0c, 0x50, 0x69, 0x6e, 0x67,
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64,
+ 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7,
+ 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
+ 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07,
+ 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
+ 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73,
+ 0x73, 0x61, 0x67, 0x65, 0x12, 0x5b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x47, 0x92, 0x41, 0x44, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x3c, 0xe8,
+ 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x8a, 0xb6, 0xe6, 0x80,
+ 0x81, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe6,
+ 0x95, 0xb4, 0xe4, 0xbd, 0x93, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0xe5, 0x92, 0x8c, 0x20, 0x6d,
+ 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x04, 0x64, 0x61, 0x74,
+ 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44,
+ 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x3a, 0x20, 0x92, 0x41, 0x1d,
+ 0x0a, 0x1b, 0x2a, 0x08, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x32, 0x0f, 0x50, 0x69,
+ 0x6e, 0x67, 0x20, 0x41, 0x50, 0x49, 0x20, 0xe5, 0x93, 0x8d, 0xe5, 0xba, 0x94, 0x22, 0xa1, 0x14,
+ 0x0a, 0x0c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x36,
+ 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0e, 0xe8,
+ 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x44, 0x52, 0x07, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x5c, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e,
+ 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3e, 0x92, 0x41, 0x3b, 0x2a, 0x09,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
+ 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9,
+ 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf,
+ 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x6b, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49,
+ 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a, 0x09, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49,
+ 0x44, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c,
+ 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4, 0xbd, 0x8d, 0xe5,
+ 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xb8, 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa, 0xe5, 0x8a, 0xa8,
+ 0xe7, 0x94, 0x9f, 0xe6, 0x88, 0x90, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49,
+ 0x44, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9,
+ 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
+ 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd,
+ 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18,
+ 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x32, 0x08,
+ 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61,
+ 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0x9b, 0x86, 0xe7,
+ 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x55, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61,
+ 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x09, 0x6e,
+ 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x32, 0x27, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0xbb, 0xb4, 0xe5,
+ 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xae, 0xa1, 0xe7, 0x90,
+ 0x86, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x5b, 0x0a, 0x0a,
+ 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49,
+ 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7,
+ 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4,
+ 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62,
+ 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x5f, 0x0a, 0x0c, 0x62, 0x75, 0x73,
+ 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61,
+ 0x6d, 0x65, 0x32, 0x28, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a,
+ 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad,
+ 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0c, 0x62, 0x75,
+ 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x65,
+ 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x24, 0x92, 0x41, 0x21, 0x2a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
+ 0x6e, 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6,
+ 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
+ 0x6f, 0x6e, 0x12, 0xa6, 0x01, 0x0a, 0x09, 0x69, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64,
+ 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x42, 0x87, 0x01, 0x92, 0x41, 0x83, 0x01, 0x2a, 0x09, 0x69,
+ 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x32, 0x76, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe4, 0xb8, 0x8b, 0xe8, 0xaf, 0xa5, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe9,
+ 0xa2, 0x9d, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0xb7, 0xb2, 0xe4, 0xb8, 0x8b, 0xe7, 0xba,
+ 0xbf, 0x28, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe8, 0xbd, 0xaf, 0xe5, 0x88, 0xa0, 0x29, 0x2c,
+ 0xe5, 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe5, 0x90, 0x8c, 0xe7, 0xa7, 0x8d, 0xe7,
+ 0xb1, 0xbb, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xbb, 0x85, 0xe4, 0xb8, 0x8d, 0xe5, 0x85,
+ 0x81, 0xe8, 0xae, 0xb8, 0xe9, 0x87, 0x8d, 0xe5, 0xa4, 0x8d, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7,
+ 0x2c, 0xe5, 0x8f, 0xaf, 0xe6, 0x9b, 0xb4, 0xe6, 0x94, 0xb9, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d,
+ 0x52, 0x09, 0x69, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x12, 0x71, 0x0a, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53,
+ 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43,
+ 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae,
+ 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c,
+ 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab,
+ 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6,
+ 0xba, 0x90, 0x29, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x69,
+ 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x38, 0x92, 0x41, 0x35, 0x2a, 0x05, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x32, 0x2c, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe8, 0xb5, 0x84, 0xe6,
+ 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4, 0xbd,
+ 0x93, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x5c, 0x0a, 0x06, 0x73, 0x74, 0x61,
+ 0x74, 0x75, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x06,
+ 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x37, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x28, 0xe7, 0x94, 0xb3,
+ 0xe8, 0xaf, 0xb7, 0xe4, 0xb8, 0xad, 0xe3, 0x80, 0x81, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe4,
+ 0xb8, 0xad, 0xe3, 0x80, 0x81, 0xe5, 0xb7, 0xb2, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x29, 0x52,
+ 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x6f, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
+ 0x67, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x07, 0x6d,
+ 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x47, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe7, 0x8a,
+ 0xb6, 0xe6, 0x80, 0x81, 0xe4, 0xb8, 0xad, 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4, 0xbd, 0x93,
+ 0xe5, 0x8e, 0x9f, 0xe5, 0x9b, 0xa0, 0x28, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe4, 0xb8, 0x8d,
+ 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe3, 0x80, 0x81, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4,
+ 0xb8, 0x8d, 0xe8, 0xb6, 0xb3, 0xe7, 0xad, 0x89, 0xe5, 0x8e, 0x9f, 0xe5, 0x9b, 0xa0, 0x29, 0x52,
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61,
+ 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41,
+ 0x1a, 0x2a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe5,
+ 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x63, 0x72, 0x65,
+ 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a,
+ 0x2a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe6, 0x9b,
+ 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61,
+ 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f,
+ 0x72, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x63, 0x72,
+ 0x65, 0x61, 0x74, 0x6f, 0x72, 0x32, 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x9b,
+ 0xe5, 0xbb, 0xba, 0xe8, 0x80, 0x85, 0x52, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x12,
+ 0x37, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x0f,
+ 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe8, 0x80, 0x85, 0x52,
+ 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x12, 0x43, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76,
+ 0x69, 0x64, 0x65, 0x72, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a,
+ 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x32, 0x18, 0xe4, 0xba, 0x91, 0xe5, 0xba,
+ 0x95, 0xe5, 0xb1, 0x82, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x8f, 0x90, 0xe4, 0xbe, 0x9b,
+ 0xe6, 0x96, 0xb9, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x12, 0x58, 0x0a,
+ 0x0a, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x15, 0x20, 0x03, 0x28,
+ 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e,
+ 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a, 0x0a, 0x6e,
+ 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x32, 0x10, 0xe7, 0x9b, 0xb8, 0xe5, 0x85,
+ 0xb3, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x52, 0x0a, 0x6e, 0x6f, 0x64,
+ 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x65, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c,
+ 0x73, 0x18, 0x16, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x27, 0x92,
0x41, 0x24, 0x2a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6,
0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xa0, 0x87, 0xe7, 0xad, 0xbe,
- 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x86,
- 0x01, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0e,
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x6e, 0x6e, 0x6f,
- 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x2c, 0x92, 0x41,
- 0x29, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x1a,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xb3,
- 0xa8, 0xe8, 0xa7, 0xa3, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f,
- 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x51, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x41, 0x74, 0x74, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74,
- 0x72, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74,
- 0x72, 0x32, 0x0c, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x52,
- 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x7d, 0x0a, 0x12, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
- 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c,
- 0x75, 0x65, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68,
- 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf,
- 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5,
- 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
- 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x87, 0x01, 0x0a, 0x16, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x4c, 0x69, 0x73, 0x74, 0x18, 0x11, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61,
- 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a,
- 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5,
- 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x16, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c,
- 0x69, 0x73, 0x74, 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d,
- 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
- 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
- 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a,
- 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61,
- 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8, 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49,
- 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef,
- 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86, 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c,
- 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8, 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf,
- 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70,
- 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x1a, 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45,
- 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
- 0x1a, 0x3e, 0x0a, 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45,
- 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
- 0x3a, 0x5d, 0x92, 0x41, 0x5a, 0x0a, 0x58, 0x2a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x32, 0x26, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5,
- 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xd2, 0x01, 0x04, 0x6e, 0x61, 0x6d,
- 0x65, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22,
- 0xd9, 0x07, 0x0a, 0x09, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0xc7, 0x01,
- 0x0a, 0x0e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x49, 0x44, 0x73,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x9e, 0x01, 0x92, 0x41, 0x9a, 0x01, 0x2a, 0x0e, 0x73,
- 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x49, 0x44, 0x73, 0x32, 0x87, 0x01,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x9a, 0xe5,
- 0x8a, 0xa1, 0x49, 0x44, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xef, 0xbc, 0x8c, 0xe8, 0xb5, 0x84,
- 0xe6, 0xba, 0x90, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0x20, 0x5b, 0x61, 0x6c, 0x6c, 0x5d, 0xe4,
- 0xb8, 0x8d, 0xe9, 0x99, 0x90, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x3b, 0x20, 0x5b, 0x31, 0x30,
- 0x30, 0x31, 0x34, 0x38, 0x5d, 0xe5, 0x8f, 0xaf, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x31, 0x30,
- 0x30, 0x31, 0x34, 0x38, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x20, 0x5b, 0x31, 0x30, 0x36, 0x38,
- 0x2c, 0x20, 0x31, 0x30, 0x30, 0x31, 0x34, 0x38, 0x5d, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5,
- 0x8f, 0xaf, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0xe4, 0xba, 0x8e, 0xe5, 0xa4, 0x9a, 0xe4, 0xb8,
- 0xaa, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x52, 0x0e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42,
- 0x6b, 0x42, 0x69, 0x7a, 0x49, 0x44, 0x73, 0x12, 0x5b, 0x0a, 0x10, 0x53, 0x6f, 0x75, 0x72, 0x63,
- 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x10, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b,
- 0x42, 0x69, 0x7a, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x32, 0x18, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
- 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa7, 0xb0, 0x52, 0x10, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x4e,
- 0x61, 0x6d, 0x65, 0x73, 0x12, 0x73, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54,
- 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x51, 0x92, 0x41, 0x4e, 0x2a, 0x0b,
- 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x32, 0x3f, 0xe8, 0xae, 0xa1,
- 0xe7, 0xae, 0x97, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0xe8, 0xae, 0xa1, 0xe7,
- 0xae, 0x97, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x20, 0x5b, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61,
- 0x6c, 0x20, 0xe9, 0x80, 0x9a, 0xe7, 0xae, 0x97, 0x2c, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x6c, 0x6c,
- 0x69, 0x67, 0x65, 0x6e, 0x74, 0xe6, 0x99, 0xba, 0xe7, 0xae, 0x97, 0x5d, 0x52, 0x0b, 0x63, 0x6f,
- 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0xc4, 0x01, 0x0a, 0x14, 0x70, 0x75,
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79,
- 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x8f, 0x01, 0x92, 0x41, 0x8b, 0x01, 0x2a,
- 0x14, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x54, 0x79, 0x70, 0x65, 0x32, 0x73, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0xe6, 0x97, 0xb6,
- 0xe9, 0x95, 0xbf, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0xe3, 0x80, 0x90, 0x6f,
- 0x6e, 0x63, 0x65, 0xe4, 0xb8, 0x80, 0xe6, 0xac, 0xa1, 0xe6, 0x80, 0xa7, 0xe3, 0x80, 0x81, 0x70,
- 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0xe5, 0x91, 0xa8, 0xe6, 0x9c, 0x9f, 0xe6, 0x80, 0xa7,
- 0xe3, 0x80, 0x91, 0x20, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe5, 0xaf, 0xb9, 0xe4, 0xba, 0x8e,
- 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe6, 0x9d, 0xa5, 0xe8,
- 0xaf, 0xb4, 0xe4, 0xbb, 0x85, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe4, 0xb8, 0x80, 0xe6, 0xac,
- 0xa1, 0xe6, 0x80, 0xa7, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0x52, 0x14, 0x70, 0x75, 0x72, 0x63,
- 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
- 0x12, 0x8a, 0x01, 0x0a, 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72,
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x05, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x4e, 0x92, 0x41, 0x4b, 0x2a, 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
- 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
- 0x67, 0x73, 0x32, 0x2f, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0xe6, 0x97, 0xb6, 0xe9, 0x95, 0xbf,
- 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x2c, 0x20, 0xe5, 0x8f, 0xaf, 0xe8, 0x83, 0xbd, 0xe5, 0xad,
- 0x98, 0xe5, 0x9c, 0xa8, 0xe4, 0xb8, 0x8d, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe6, 0x97, 0xb6,
- 0xe9, 0x95, 0xbf, 0x52, 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72,
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x60, 0x0a,
- 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x42, 0x92, 0x41, 0x3f, 0x2a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65,
- 0x32, 0x32, 0xe5, 0xbc, 0x80, 0xe5, 0xa7, 0x8b, 0xe4, 0xbe, 0x9b, 0xe5, 0xba, 0x94, 0xe6, 0x97,
- 0xb6, 0xe9, 0x97, 0xb4, 0x20, 0x55, 0x54, 0x43, 0xe6, 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0xef, 0xbc,
- 0x9a, 0x32, 0x30, 0x32, 0x34, 0x2d, 0x30, 0x31, 0x2d, 0x32, 0x35, 0x20, 0x32, 0x33, 0x3a, 0x35,
- 0x39, 0x3a, 0x35, 0x39, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12,
- 0x5a, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x32,
- 0xe6, 0x88, 0xaa, 0xe6, 0xad, 0xa2, 0xe4, 0xbe, 0x9b, 0xe5, 0xba, 0x94, 0xe6, 0x97, 0xb6, 0xe9,
- 0x97, 0xb4, 0x20, 0x55, 0x54, 0x43, 0xe6, 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0xef, 0xbc, 0x9a, 0x32,
- 0x30, 0x32, 0x34, 0x2d, 0x30, 0x31, 0x2d, 0x33, 0x31, 0x20, 0x32, 0x33, 0x3a, 0x35, 0x39, 0x3a,
- 0x35, 0x39, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x3a, 0x1e, 0x92, 0x41, 0x1b,
- 0x0a, 0x19, 0x2a, 0x09, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x22, 0x94, 0x01, 0x0a, 0x0a,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x49, 0x0a, 0x08, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x42, 0x2d, 0x92, 0x41,
- 0x2a, 0x2a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x32, 0x1e, 0xe9, 0x85, 0x8d,
- 0xe9, 0xa2, 0x9d, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0xef, 0xbc, 0x88, 0xe6, 0x95, 0xb4, 0xe6,
- 0x9c, 0xba, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0xef, 0xbc, 0x89, 0x52, 0x08, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x3a, 0x3b, 0x92, 0x41, 0x38, 0x0a, 0x36, 0x2a, 0x0c, 0x50, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x26, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x28, 0xe6,
- 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e,
- 0x8b, 0x29, 0x22, 0xbd, 0x06, 0x0a, 0x12, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
- 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x36, 0x0a, 0x09, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41,
- 0x15, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49,
- 0x44, 0x12, 0x3e, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x0a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0x43, 0x6f, 0x64, 0x65, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e,
- 0x61, 0x6d, 0x65, 0x12, 0x7b, 0x0a, 0x0d, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x72, 0x61,
- 0x74, 0x65, 0x67, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a,
- 0x0d, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x32, 0x41,
- 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0xad, 0x96, 0xe7, 0x95, 0xa5, 0x20, 0x5b, 0x65, 0x6c,
- 0x61, 0x73, 0x74, 0x69, 0x63, 0xe5, 0xbc, 0xb9, 0xe6, 0x80, 0xa7, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
- 0xab, 0xe6, 0xa8, 0xa1, 0xe5, 0xbc, 0x8f, 0x2c, 0x20, 0x72, 0x69, 0x67, 0x69, 0x64, 0xe5, 0x88,
- 0x9a, 0xe6, 0x80, 0xa7, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe6, 0xa8, 0xa1, 0xe5, 0xbc, 0x8f,
- 0x5d, 0x52, 0x0d, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79,
- 0x12, 0x5b, 0x0a, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x42, 0x23, 0x92, 0x41,
- 0x20, 0x2a, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x32, 0x12, 0xe4,
- 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe4, 0xb8, 0x8a, 0xe9, 0x99, 0x90, 0xe9, 0x85, 0x8d, 0xe7, 0xbd,
- 0xae, 0x52, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x55, 0x0a,
- 0x0a, 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0a,
- 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x32, 0x0c, 0xe5, 0xb7, 0xb2, 0xe4,
- 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52, 0x0a, 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d,
- 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4f, 0x0a, 0x0e, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61,
- 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41,
- 0x24, 0x2a, 0x0e, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
- 0x65, 0x32, 0x12, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe5, 0xbc, 0x80, 0xe5, 0xa7, 0x8b, 0xe6,
- 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0e, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72,
- 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x49, 0x0a, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65, 0x45, 0x6e,
- 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0x92, 0x41, 0x22,
- 0x2a, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x12,
- 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0xbb, 0x93, 0xe6, 0x9d, 0x9f, 0xe6, 0x97, 0xb6, 0xe9,
- 0x97, 0xb4, 0x52, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65,
- 0x12, 0x6b, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x46, 0xe5,
- 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0xef, 0xbc, 0x8c, 0x5b, 0x61,
- 0x63, 0x74, 0x69, 0x76, 0x65, 0xe7, 0x94, 0x9f, 0xe6, 0x95, 0x88, 0xe4, 0xb8, 0xad, 0x2c, 0x20,
- 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0xe5, 0xb7, 0xb2, 0xe8, 0xbf, 0x87, 0xe6, 0x9c, 0x9f,
- 0x2c, 0x20, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0xe5, 0xb7, 0xb2, 0xe6, 0x9a,
- 0x82, 0xe5, 0x81, 0x9c, 0x5d, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3a, 0x33, 0x92,
- 0x41, 0x30, 0x0a, 0x2e, 0x2a, 0x12, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65,
- 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x32, 0x18, 0xe8, 0xa2, 0xab, 0xe5, 0x85, 0xb1,
- 0xe4, 0xba, 0xab, 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe7,
- 0xbd, 0xae, 0x22, 0x97, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a,
- 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b,
- 0x92, 0x41, 0x18, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0d, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x44, 0x52, 0x07, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x49, 0x64, 0x3a, 0x46, 0x92, 0x41, 0x43, 0x0a, 0x41, 0x2a, 0x16, 0x47, 0x65, 0x74,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x32, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x8c, 0x87, 0xe5, 0xae,
- 0x9a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6,
- 0x81, 0xaf, 0xd2, 0x01, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x22, 0x50, 0x0a, 0x16,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x36, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73,
- 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0xbe,
- 0x08, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x07,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92,
- 0x41, 0x18, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0d, 0xe8, 0xb5, 0x84,
- 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x40, 0x92, 0x41, 0x36, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0,
- 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6,
- 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72,
- 0x02, 0x18, 0x40, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x4e, 0x0a, 0x05, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75,
- 0x72, 0x63, 0x65, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32,
- 0x11, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a,
- 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0,
- 0xe8, 0x80, 0x85, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x12, 0x72, 0x0a, 0x06,
- 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42,
- 0x27, 0x92, 0x41, 0x24, 0x2a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x32, 0x1a, 0xe8, 0xb5,
- 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xa0, 0x87, 0xe7,
- 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73,
- 0x12, 0x86, 0x01, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
- 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x6e,
+ 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x79,
+ 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x17, 0x20,
+ 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x2e, 0x41, 0x6e,
0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x2c,
0x92, 0x41, 0x29, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84,
0xe6, 0xb3, 0xa8, 0xe8, 0xa7, 0xa3, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0b, 0x61, 0x6e,
0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x51, 0x0a, 0x09, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62,
+ 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62,
0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41,
0x74, 0x74, 0x72, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41,
0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0xb1, 0x9e, 0xe6, 0x80,
- 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x7d, 0x0a, 0x12,
+ 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x61, 0x0a, 0x12,
0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c,
- 0x65, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
- 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56,
- 0x61, 0x6c, 0x75, 0x65, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6,
- 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba,
- 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68,
- 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x8b, 0x01, 0x0a, 0x16,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53,
- 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74,
+ 0x65, 0x64, 0x18, 0x19, 0x20, 0x01, 0x28, 0x08, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
+ 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8, 0xe9,
+ 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12,
+ 0x87, 0x01, 0x0a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x1a, 0x20, 0x03, 0x28, 0x0b,
+ 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9,
0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd,
@@ -12761,146 +12339,926 @@ var file_bcsproject_proto_rawDesc = []byte{
0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61,
0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x39, 0x92, 0x41, 0x36, 0x0a, 0x34, 0x2a, 0x19, 0x55, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x17, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x22,
- 0xec, 0x0c, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f, 0x0a, 0x09, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0x92,
- 0x41, 0x15, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0xfa, 0x42, 0x16, 0x72, 0x14, 0x32, 0x0f, 0x5e, 0x5b,
- 0x30, 0x2d, 0x39, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x2d, 0x5d, 0x2b, 0x24, 0x98, 0x01, 0x20,
- 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x5b, 0x0a, 0x0a, 0x62,
- 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44,
- 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a,
- 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8,
- 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75,
- 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x3a, 0x0a, 0x08, 0x6d, 0x61, 0x6e, 0x61,
- 0x67, 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a,
- 0x08, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x32, 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0xe7, 0xae, 0xa1, 0xe7, 0x90, 0x86, 0xe5, 0x91, 0x98, 0x52, 0x08, 0x6d, 0x61, 0x6e, 0x61,
- 0x67, 0x65, 0x72, 0x73, 0x12, 0x54, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x40, 0x92, 0x41, 0x36, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7,
- 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8,
- 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04,
- 0x72, 0x02, 0x18, 0x40, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28,
- 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5,
- 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
- 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36,
- 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0x12, 0x92, 0x01, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52, 0x65,
- 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61,
- 0x6c, 0x75, 0x65, 0x42, 0x5a, 0x92, 0x41, 0x57, 0x2a, 0x08, 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52,
- 0x65, 0x73, 0x32, 0x4b, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8,
- 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0xe6, 0x8f, 0x90, 0xe4, 0xbe, 0x9b, 0xe7, 0x9a, 0x84, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0xb1, 0xa0, 0x2c, 0x20, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81,
- 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe8, 0xae, 0xa1, 0xe8,
- 0xb4, 0xb9, 0x2c, 0x20, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x52,
- 0x08, 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52, 0x65, 0x73, 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x65, 0x73,
- 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x24,
- 0x92, 0x41, 0x21, 0x2a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e,
- 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xae, 0x80, 0xe8, 0xa6, 0x81, 0xe6, 0x8f,
- 0x8f, 0xe8, 0xbf, 0xb0, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
- 0x6e, 0x12, 0x6f, 0x0a, 0x09, 0x69, 0x73, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x08,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
- 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65,
- 0x42, 0x35, 0x92, 0x41, 0x32, 0x2a, 0x09, 0x69, 0x73, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65,
- 0x32, 0x25, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0xb7,
- 0xb2, 0xe7, 0xbb, 0x8f, 0xe4, 0xb8, 0x8b, 0xe7, 0xba, 0xbf, 0x2c, 0x20, 0xe9, 0xbb, 0x98, 0xe8,
- 0xae, 0xa4, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x52, 0x09, 0x69, 0x73, 0x4f, 0x66, 0x66, 0x6c, 0x69,
- 0x6e, 0x65, 0x12, 0x62, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x4e, 0x92, 0x41, 0x4b, 0x2a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x32, 0x43, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xb1, 0xbb, 0xe5,
- 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0xaf, 0xe9, 0x80, 0x89, 0x6b, 0x38, 0x73, 0x2f, 0x6d, 0x65,
- 0x73, 0x6f, 0x73, 0x2c, 0x20, 0xe6, 0x9c, 0xaa, 0xe6, 0x9d, 0xa5, 0xe8, 0xaf, 0xa5, 0xe5, 0xad,
- 0x97, 0xe6, 0xae, 0xb5, 0xe5, 0x8f, 0xaf, 0xe8, 0x83, 0xbd, 0xe5, 0xba, 0x9f, 0xe5, 0xbc, 0x83,
- 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x6b, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73,
- 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c,
- 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x23, 0x92, 0x41, 0x20, 0x2a, 0x06, 0x6c, 0x61, 0x62,
- 0x65, 0x6c, 0x73, 0x32, 0x16, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0xe7, 0x9a, 0x84, 0xe6,
- 0xa0, 0x87, 0xe7, 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x06, 0x6c, 0x61, 0x62,
- 0x65, 0x6c, 0x73, 0x12, 0x7f, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x6e, 0x6e,
- 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x28, 0x92,
- 0x41, 0x25, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32,
- 0x16, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0xe7, 0x9a, 0x84, 0xe6, 0xb3, 0xa8, 0xe8, 0xa7,
- 0xa3, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
- 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x51, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74,
- 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x42, 0x1c,
- 0x92, 0x41, 0x19, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c,
- 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x52, 0x09, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x61, 0x0a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x0d, 0x20,
- 0x01, 0x28, 0x08, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53,
- 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98,
- 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6,
- 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61,
- 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x8b, 0x01, 0x0a, 0x16, 0x71,
+ 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x3b, 0x92, 0x41, 0x38, 0x0a, 0x36, 0x2a, 0x0c, 0x50, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x26, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x28, 0xe6, 0x94,
+ 0xaf, 0xe6, 0x8c, 0x81, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b,
+ 0x29, 0x22, 0x8e, 0x02, 0x0a, 0x09, 0x4e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12,
+ 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x49, 0x64, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x3f, 0x0a, 0x0b, 0x6e, 0x6f, 0x64, 0x65, 0x47,
+ 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41,
+ 0x1a, 0x2a, 0x0b, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x32, 0x0b,
+ 0xe8, 0x8a, 0x82, 0xe7, 0x82, 0xb9, 0xe6, 0xb1, 0xa0, 0x49, 0x44, 0x52, 0x0b, 0x6e, 0x6f, 0x64,
+ 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x08, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a,
+ 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x32, 0x15, 0xe6, 0x9c, 0xba, 0xe5, 0x9e,
+ 0x8b, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d,
+ 0x52, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x12, 0x46, 0x0a, 0x09, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x28, 0x92,
+ 0x41, 0x25, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x32, 0x18, 0xe6,
+ 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe7, 0x9a,
+ 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73,
+ 0x65, 0x64, 0x22, 0xac, 0x03, 0x0a, 0x0d, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f,
+ 0x75, 0x72, 0x63, 0x65, 0x12, 0x7b, 0x0a, 0x0d, 0x7a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f,
+ 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63,
+ 0x65, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x35, 0x92, 0x41, 0x32,
+ 0x2a, 0x0d, 0x7a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x32,
+ 0x21, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe6, 0x89, 0x80, 0xe5, 0x9c, 0xa8, 0xe5, 0x8f, 0xaf,
+ 0xe7, 0x94, 0xa8, 0xe5, 0x8c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe7,
+ 0xbd, 0xae, 0x52, 0x0d, 0x7a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
+ 0x73, 0x12, 0x5e, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69,
+ 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x63, 0x70, 0x75,
+ 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b, 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0x9a, 0x84, 0x63, 0x70, 0x75, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x63, 0x70,
+ 0x75, 0x12, 0x5e, 0x0a, 0x03, 0x6d, 0x65, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69,
+ 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x6d, 0x65, 0x6d,
+ 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b, 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0x9a, 0x84, 0x6d, 0x65, 0x6d, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x6d, 0x65,
+ 0x6d, 0x12, 0x5e, 0x0a, 0x03, 0x67, 0x70, 0x75, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69,
+ 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x67, 0x70, 0x75,
+ 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b, 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0x9a, 0x84, 0x67, 0x70, 0x75, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x67, 0x70,
+ 0x75, 0x22, 0xd9, 0x02, 0x0a, 0x0d, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x72, 0x61, 0x74,
+ 0x65, 0x67, 0x79, 0x12, 0xad, 0x01, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x54, 0x69,
+ 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
+ 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34,
+ 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x70, 0x92, 0x41, 0x6d, 0x2a, 0x0a, 0x65, 0x78, 0x70, 0x65,
+ 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x5f, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x9c, 0x9f,
+ 0xe6, 0x9c, 0x9b, 0xe7, 0x94, 0x9f, 0xe6, 0x95, 0x88, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x2c,
+ 0x20, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0xe6, 0x88, 0xb3, 0xe3, 0x80, 0x82, 0xe8, 0x8b, 0xa5,
+ 0xe4, 0xb8, 0xba, 0x6e, 0x69, 0x6c, 0x20, 0xe6, 0x88, 0x96, 0xe8, 0x80, 0x85, 0xe4, 0xb8, 0xba,
+ 0xe7, 0xa9, 0xba, 0xe5, 0x88, 0x99, 0xe6, 0xa0, 0x87, 0xe8, 0xaf, 0x86, 0xe5, 0xae, 0xa1, 0xe6,
+ 0x89, 0xb9, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe5, 0x90, 0x8e, 0xe7, 0xab, 0x8b, 0xe5, 0x8d,
+ 0xb3, 0xe6, 0x89, 0xa7, 0xe8, 0xa1, 0x8c, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x54,
+ 0x69, 0x6d, 0x65, 0x12, 0x97, 0x01, 0x0a, 0x11, 0x49, 0x73, 0x55, 0x72, 0x67, 0x65, 0x6e, 0x63,
+ 0x79, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x42,
+ 0x69, 0x92, 0x41, 0x66, 0x2a, 0x11, 0x69, 0x73, 0x55, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x52,
+ 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x32, 0x51, 0xe8, 0xaf, 0xa5, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe4, 0xb8, 0xba,
+ 0xe7, 0xb4, 0xa7, 0xe6, 0x80, 0xa5, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x2c, 0xe8, 0x8b, 0xa5,
+ 0xe4, 0xb8, 0xba, 0xe7, 0xb4, 0xa7, 0xe6, 0x80, 0xa5, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xef,
+ 0xbc, 0x8c, 0xe8, 0xae, 0xa1, 0xe8, 0xb4, 0xb9, 0xe6, 0x96, 0xb9, 0xe5, 0xbc, 0x8f, 0xe6, 0x9c,
+ 0x89, 0xe6, 0x89, 0x80, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0x52, 0x11, 0x49, 0x73, 0x55, 0x72,
+ 0x67, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0xc2, 0x07,
+ 0x0a, 0x12, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f,
+ 0x6e, 0x66, 0x69, 0x67, 0x12, 0x2b, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f,
+ 0x6e, 0x32, 0x06, 0xe5, 0x9c, 0xb0, 0xe5, 0x9f, 0x9f, 0x52, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f,
+ 0x6e, 0x12, 0x3d, 0x0a, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70,
+ 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x0c, 0x69, 0x6e,
+ 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x32, 0x06, 0xe6, 0x9c, 0xba, 0xe5,
+ 0x9e, 0x8b, 0x52, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65,
+ 0x12, 0x67, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x55, 0x92,
+ 0x41, 0x52, 0x2a, 0x03, 0x63, 0x70, 0x75, 0x32, 0x4b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x63,
+ 0x70, 0x75, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e, 0xe6, 0x9c,
+ 0xba, 0xe5, 0x9e, 0x8b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65,
+ 0xe4, 0xba, 0x92, 0xe6, 0x96, 0xa5, 0xef, 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e, 0x73, 0x74,
+ 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88, 0xe7, 0xba,
+ 0xa7, 0xe9, 0xab, 0x98, 0x52, 0x03, 0x63, 0x70, 0x75, 0x12, 0x67, 0x0a, 0x03, 0x6d, 0x65, 0x6d,
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x03, 0x6d, 0x65, 0x6d,
+ 0x32, 0x4b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x6d, 0x65, 0x6d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
+ 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x69, 0x6e, 0x73,
+ 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xba, 0x92, 0xe6, 0x96, 0xa5, 0xef,
+ 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70,
+ 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88, 0xe7, 0xba, 0xa7, 0xe9, 0xab, 0x98, 0x52, 0x03, 0x6d,
+ 0x65, 0x6d, 0x12, 0x77, 0x0a, 0x03, 0x67, 0x70, 0x75, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x42,
+ 0x65, 0x92, 0x41, 0x62, 0x2a, 0x03, 0x67, 0x70, 0x75, 0x32, 0x5b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e,
+ 0x8b, 0x67, 0x70, 0x75, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e,
+ 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79,
+ 0x70, 0x65, 0xe4, 0xba, 0x92, 0xe6, 0x96, 0xa5, 0xef, 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e,
+ 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88,
+ 0xe7, 0xba, 0xa7, 0xe9, 0xab, 0x98, 0xef, 0xbc, 0x8c, 0xe5, 0x8f, 0xaf, 0xe4, 0xbb, 0xa5, 0xe4,
+ 0xbc, 0x9a, 0xe4, 0xb8, 0xba, 0x30, 0x52, 0x03, 0x67, 0x70, 0x75, 0x12, 0x30, 0x0a, 0x06, 0x7a,
+ 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15,
+ 0x2a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x32, 0x0b, 0xe5, 0x8f, 0xaf, 0xe7, 0x94, 0xa8,
+ 0xe5, 0x8c, 0xba, 0x49, 0x64, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x3a, 0x0a,
+ 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0f,
+ 0xe5, 0x8f, 0xaf, 0xe7, 0x94, 0xa8, 0xe5, 0x8c, 0xba, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52,
+ 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x08, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x24, 0x92, 0x41, 0x21,
+ 0x2a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x32, 0x15, 0xe6, 0x9c, 0xba, 0xe5,
+ 0x9e, 0x8b, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
+ 0x9d, 0x52, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x12, 0x46, 0x0a, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x28,
+ 0x92, 0x41, 0x25, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x32, 0x18,
+ 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe7,
+ 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55,
+ 0x73, 0x65, 0x64, 0x12, 0x89, 0x01, 0x0a, 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69,
+ 0x73, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x42, 0x53,
+ 0x92, 0x41, 0x50, 0x2a, 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x32,
+ 0x42, 0xe7, 0xb3, 0xbb, 0xe7, 0xbb, 0x9f, 0xe7, 0x9b, 0x98, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0xef, 0xbc, 0x8c, 0x42, 0x43, 0x53, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe8, 0xae, 0xbe, 0xe7,
+ 0xbd, 0xae, 0xe4, 0xb8, 0xba, 0xe9, 0xab, 0x98, 0xe6, 0x80, 0xa7, 0xe8, 0x83, 0xbd, 0xe4, 0xba,
+ 0x91, 0xe7, 0x9b, 0x98, 0xef, 0xbc, 0x8c, 0xe5, 0xa4, 0xa7, 0xe5, 0xb0, 0x8f, 0xe4, 0xb8, 0xba,
+ 0x35, 0x30, 0x47, 0x52, 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x12,
+ 0x71, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x18, 0x0b, 0x20, 0x03,
+ 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x44, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x42, 0x3d, 0x92, 0x41, 0x3a, 0x2a, 0x09, 0x64,
+ 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x32, 0x2d, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae,
+ 0xe7, 0x9b, 0x98, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe6, 0x97, 0xa0, 0xe9,
+ 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe8, 0xae, 0xbe, 0xe7, 0xbd, 0xae, 0xe5, 0x88, 0x99, 0xe4, 0xb8,
+ 0x8d, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73,
+ 0x6b, 0x73, 0x22, 0x8a, 0x02, 0x0a, 0x08, 0x44, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x12,
+ 0x95, 0x01, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x79, 0x92, 0x41, 0x76, 0x2a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x54, 0x79, 0x70,
+ 0x65, 0x32, 0x6a, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0xe7, 0x9b, 0x98, 0xe7, 0xb1, 0xbb, 0xe5,
+ 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0x4c, 0x4f, 0x43, 0x41, 0x4c, 0x5f, 0x42, 0x41, 0x53, 0x49, 0x43,
+ 0xef, 0xbc, 0x88, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xef, 0xbc, 0x89, 0x2c, 0x4c, 0x4f, 0x43,
+ 0x41, 0x4c, 0x5f, 0x53, 0x53, 0x44, 0x2c, 0x43, 0x4c, 0x4f, 0x55, 0x44, 0x5f, 0x42, 0x41, 0x53,
+ 0x45, 0x2c, 0x43, 0x4c, 0x4f, 0x55, 0x44, 0x5f, 0x53, 0x53, 0x44, 0x2c, 0x43, 0x4c, 0x4f, 0x55,
+ 0x44, 0x5f, 0x50, 0x52, 0x45, 0x4d, 0x49, 0x55, 0x4d, 0x28, 0xe9, 0xab, 0x98, 0xe6, 0x80, 0xa7,
+ 0xe8, 0x83, 0xbd, 0xe4, 0xba, 0x91, 0xe7, 0xa1, 0xac, 0xe7, 0x9b, 0x98, 0x29, 0x52, 0x08, 0x64,
+ 0x69, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x66, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x53,
+ 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4a, 0x92, 0x41, 0x47, 0x2a, 0x08,
+ 0x64, 0x69, 0x73, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x32, 0x3b, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae,
+ 0xe7, 0x9b, 0x98, 0xe5, 0xa4, 0xa7, 0xe5, 0xb0, 0x8f, 0xef, 0xbc, 0x8c, 0x31, 0x30, 0x47, 0xe8,
+ 0xb5, 0xb7, 0xe8, 0xb7, 0xb3, 0xef, 0xbc, 0x8c, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe4, 0xb8,
+ 0xba, 0x30, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xba, 0x30, 0xe6, 0x97, 0xb6, 0xe4, 0xb8, 0x8d, 0xe8,
+ 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0x52, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x22,
+ 0xff, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e,
+ 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20,
+ 0x0a, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02, 0x20,
+ 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x55,
+ 0x73, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63,
+ 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x12, 0x46, 0x0a, 0x0a, 0x61, 0x74,
+ 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69,
+ 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65,
+ 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74,
+ 0x65, 0x73, 0x1a, 0x3d, 0x0a, 0x0f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73,
+ 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38,
+ 0x01, 0x22, 0xe2, 0x10, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
+ 0x66, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x48, 0x92, 0x41, 0x3b, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61,
+ 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
+ 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7,
+ 0xac, 0xa6, 0xfa, 0x42, 0x07, 0x72, 0x05, 0x10, 0x01, 0x18, 0x80, 0x50, 0x52, 0x09, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x6b, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a,
+ 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0x49, 0x44, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
+ 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4,
+ 0xbd, 0x8d, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xb8, 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa,
+ 0xe5, 0x8a, 0xa8, 0xe7, 0x94, 0x9f, 0xe6, 0x88, 0x90, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x49, 0x44, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9,
+ 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87,
+ 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5,
+ 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d,
+ 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac,
+ 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x36,
+ 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x64, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b,
+ 0x2a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9,
+ 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x55, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65,
+ 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x37, 0x92, 0x41, 0x34,
+ 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x32, 0x27, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7,
+ 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xae,
+ 0xa1, 0xe7, 0x90, 0x86, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12,
+ 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x07, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
+ 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5,
+ 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4,
+ 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x5f, 0x0a, 0x0c,
+ 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
+ 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91,
+ 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42,
+ 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52,
+ 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x46, 0x0a,
+ 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
+ 0x74, 0x69, 0x6f, 0x6e, 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9,
+ 0xa2, 0x9d, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
+ 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x71, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79,
+ 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
+ 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf,
+ 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
+ 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
+ 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29, 0x52, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x6c, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76,
+ 0x69, 0x64, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x42, 0x50, 0x92, 0x41, 0x4d, 0x2a,
+ 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x32, 0x41, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0x9a, 0x84, 0xe4, 0xbe, 0x9b, 0xe5, 0xba, 0x94, 0xe5,
+ 0x95, 0x86, 0x2c, 0x20, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
+ 0x65, 0x72, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0xa4, 0x9a, 0xe7, 0xa7, 0x8d, 0xe7, 0xb1,
+ 0xbb, 0xe5, 0x9e, 0x8b, 0xe7, 0x9a, 0x84, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x08, 0x70, 0x72,
+ 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x12, 0x69, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18,
+ 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
+ 0x42, 0x38, 0x92, 0x41, 0x35, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x2c, 0xe4, 0xb8,
+ 0x8d, 0xe5, 0x90, 0x8c, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b,
+ 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4, 0xbd, 0x93, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0xe8,
+ 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x12, 0x72, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28,
+ 0x0b, 0x32, 0x31, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43,
+ 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45,
+ 0x6e, 0x74, 0x72, 0x79, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c,
+ 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a,
+ 0x84, 0xe6, 0xa0, 0x87, 0xe7, 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x06, 0x6c,
+ 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x86, 0x01, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x2e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e,
+ 0x74, 0x72, 0x79, 0x42, 0x2c, 0x92, 0x41, 0x29, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xb3, 0xa8, 0xe8, 0xa7, 0xa3, 0xe9, 0x85, 0x8d, 0xe7, 0xbd,
+ 0xae, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x51,
+ 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28,
+ 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6,
+ 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74,
+ 0x72, 0x12, 0x7d, 0x0a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64,
+ 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
+ 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
+ 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c,
+ 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8,
+ 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
+ 0x12, 0x87, 0x01, 0x0a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x11, 0x20, 0x03, 0x28,
+ 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51,
0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68,
- 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x42,
- 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65,
- 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9, 0xa2,
- 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae,
- 0x52, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65,
- 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a,
- 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a, 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a,
- 0x02, 0x38, 0x01, 0x3a, 0x39, 0x92, 0x41, 0x36, 0x0a, 0x34, 0x2a, 0x19, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x17, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x22, 0xfe,
- 0x03, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x54, 0x0a, 0x07,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92,
- 0x41, 0x1e, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x13, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64,
- 0xfa, 0x42, 0x16, 0x72, 0x14, 0x18, 0x80, 0x01, 0x32, 0x0f, 0x5e, 0x5b, 0x30, 0x2d, 0x39, 0x61,
- 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x2d, 0x5d, 0x2b, 0x24, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x49, 0x64, 0x12, 0xa3, 0x01, 0x0a, 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x44, 0x65, 0x6c, 0x65, 0x74,
- 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x42, 0x7b, 0x92, 0x41, 0x78,
- 0x2a, 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f,
- 0x32, 0x66, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe4, 0xb8, 0xba, 0x66, 0x61, 0x6c, 0x73, 0x65,
- 0xe3, 0x80, 0x82, 0xe8, 0xae, 0xbe, 0xe7, 0xbd, 0xae, 0xe4, 0xb8, 0xba, 0x74, 0x72, 0x75, 0x65,
- 0xe6, 0x97, 0xb6, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe6,
- 0x89, 0x80, 0xe8, 0xae, 0xb0, 0xe5, 0xbd, 0x95, 0xe7, 0x9a, 0x84, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8d, 0xe4, 0xbc, 0x9a, 0xe8, 0xa7, 0xa6, 0xe5, 0x8f, 0x91,
- 0xe4, 0xbb, 0xbb, 0xe4, 0xbd, 0x95, 0xe8, 0x87, 0xaa, 0xe5, 0x8a, 0xa8, 0xe5, 0x8c, 0x96, 0xe6,
- 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xe3, 0x80, 0x82, 0x52, 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x44, 0x65,
- 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b, 0x69,
- 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x03, 0x20,
- 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42,
- 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70,
- 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8, 0xb7,
- 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6, 0xb5,
- 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86, 0x85,
- 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8, 0xe6,
- 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74,
- 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x3a, 0x43, 0x92, 0x41, 0x40, 0x0a,
- 0x3e, 0x2a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x17, 0xe5, 0x88,
- 0xa0, 0xe9, 0x99, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0xd2, 0x01, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x22,
- 0xec, 0x03, 0x0a, 0x14, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x74, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61,
+ 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12,
+ 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7,
+ 0xbd, 0xae, 0x52, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73,
+ 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18,
+ 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
+ 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75,
+ 0x65, 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d,
+ 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6,
+ 0xe8, 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9,
+ 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5,
+ 0x86, 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94,
+ 0xa8, 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70,
+ 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x1a, 0x39, 0x0a, 0x0b,
+ 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b,
+ 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a,
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61,
+ 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a, 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b,
+ 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a,
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61,
+ 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x5d, 0x92, 0x41, 0x5a, 0x0a, 0x58, 0x2a, 0x19,
+ 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x26, 0xe5, 0x88, 0x9b, 0xe5, 0xbb,
+ 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
+ 0x9d, 0xd2, 0x01, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xd9, 0x07, 0x0a, 0x09, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x41, 0x74, 0x74, 0x72, 0x12, 0xc7, 0x01, 0x0a, 0x0e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42,
+ 0x6b, 0x42, 0x69, 0x7a, 0x49, 0x44, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x9e, 0x01,
+ 0x92, 0x41, 0x9a, 0x01, 0x2a, 0x0e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69,
+ 0x7a, 0x49, 0x44, 0x73, 0x32, 0x87, 0x01, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x9d, 0xa5,
+ 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe5, 0x88, 0x97, 0xe8, 0xa1,
+ 0xa8, 0xef, 0xbc, 0x8c, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90,
+ 0x20, 0x5b, 0x61, 0x6c, 0x6c, 0x5d, 0xe4, 0xb8, 0x8d, 0xe9, 0x99, 0x90, 0xe4, 0xb8, 0x9a, 0xe5,
+ 0x8a, 0xa1, 0x3b, 0x20, 0x5b, 0x31, 0x30, 0x30, 0x31, 0x34, 0x38, 0x5d, 0xe5, 0x8f, 0xaf, 0xe4,
+ 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x31, 0x30, 0x30, 0x31, 0x34, 0x38, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a,
+ 0xa1, 0x20, 0x5b, 0x31, 0x30, 0x36, 0x38, 0x2c, 0x20, 0x31, 0x30, 0x30, 0x31, 0x34, 0x38, 0x5d,
+ 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5, 0x8f, 0xaf, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0xe4,
+ 0xba, 0x8e, 0xe5, 0xa4, 0x9a, 0xe4, 0xb8, 0xaa, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x52, 0x0e,
+ 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x49, 0x44, 0x73, 0x12, 0x5b,
+ 0x0a, 0x10, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x10, 0x53,
+ 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x32,
+ 0x18, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x9a,
+ 0xe5, 0x8a, 0xa1, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x10, 0x53, 0x6f, 0x75, 0x72, 0x63,
+ 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x73, 0x0a, 0x0b, 0x63,
+ 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x51, 0x92, 0x41, 0x4e, 0x2a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54, 0x79,
+ 0x70, 0x65, 0x32, 0x3f, 0xe8, 0xae, 0xa1, 0xe7, 0xae, 0x97, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b,
+ 0xef, 0xbc, 0x8c, 0xe8, 0xae, 0xa1, 0xe7, 0xae, 0x97, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x20,
+ 0x5b, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x20, 0xe9, 0x80, 0x9a, 0xe7, 0xae, 0x97, 0x2c,
+ 0x20, 0x49, 0x6e, 0x74, 0x65, 0x6c, 0x6c, 0x69, 0x67, 0x65, 0x6e, 0x74, 0xe6, 0x99, 0xba, 0xe7,
+ 0xae, 0x97, 0x5d, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65,
+ 0x12, 0xc4, 0x01, 0x0a, 0x14, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x8f, 0x01, 0x92, 0x41, 0x8b, 0x01, 0x2a, 0x14, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
+ 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x32, 0x73, 0xe8, 0xb4,
+ 0xad, 0xe4, 0xb9, 0xb0, 0xe6, 0x97, 0xb6, 0xe9, 0x95, 0xbf, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b,
+ 0xef, 0xbc, 0x8c, 0xe3, 0x80, 0x90, 0x6f, 0x6e, 0x63, 0x65, 0xe4, 0xb8, 0x80, 0xe6, 0xac, 0xa1,
+ 0xe6, 0x80, 0xa7, 0xe3, 0x80, 0x81, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0xe5, 0x91,
+ 0xa8, 0xe6, 0x9c, 0x9f, 0xe6, 0x80, 0xa7, 0xe3, 0x80, 0x91, 0x20, 0xe7, 0x9b, 0xae, 0xe5, 0x89,
+ 0x8d, 0xe5, 0xaf, 0xb9, 0xe4, 0xba, 0x8e, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe9, 0xa2, 0x9d,
+ 0xe5, 0xba, 0xa6, 0xe6, 0x9d, 0xa5, 0xe8, 0xaf, 0xb4, 0xe4, 0xbb, 0x85, 0xe6, 0x94, 0xaf, 0xe6,
+ 0x8c, 0x81, 0xe4, 0xb8, 0x80, 0xe6, 0xac, 0xa1, 0xe6, 0x80, 0xa7, 0xe8, 0xb4, 0xad, 0xe4, 0xb9,
+ 0xb0, 0x52, 0x14, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74,
+ 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x8a, 0x01, 0x0a, 0x18, 0x70, 0x75, 0x72, 0x63,
+ 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74,
+ 0x69, 0x6e, 0x67, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4e, 0x92, 0x41, 0x4b, 0x2a,
+ 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
+ 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x32, 0x2f, 0xe8, 0xb4, 0xad, 0xe4, 0xb9,
+ 0xb0, 0xe6, 0x97, 0xb6, 0xe9, 0x95, 0xbf, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x2c, 0x20, 0xe5,
+ 0x8f, 0xaf, 0xe8, 0x83, 0xbd, 0xe5, 0xad, 0x98, 0xe5, 0x9c, 0xa8, 0xe4, 0xb8, 0x8d, 0xe9, 0x99,
+ 0x90, 0xe5, 0x88, 0xb6, 0xe6, 0x97, 0xb6, 0xe9, 0x95, 0xbf, 0x52, 0x18, 0x70, 0x75, 0x72, 0x63,
+ 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74,
+ 0x69, 0x6e, 0x67, 0x73, 0x12, 0x60, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
+ 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x42, 0x92, 0x41, 0x3f, 0x2a, 0x09, 0x73, 0x74,
+ 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x32, 0xe5, 0xbc, 0x80, 0xe5, 0xa7, 0x8b, 0xe4,
+ 0xbe, 0x9b, 0xe5, 0xba, 0x94, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x20, 0x55, 0x54, 0x43, 0xe6,
+ 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0xef, 0xbc, 0x9a, 0x32, 0x30, 0x32, 0x34, 0x2d, 0x30, 0x31, 0x2d,
+ 0x32, 0x35, 0x20, 0x32, 0x33, 0x3a, 0x35, 0x39, 0x3a, 0x35, 0x39, 0x52, 0x09, 0x73, 0x74, 0x61,
+ 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x5a, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d,
+ 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x07, 0x65, 0x6e,
+ 0x64, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x32, 0xe6, 0x88, 0xaa, 0xe6, 0xad, 0xa2, 0xe4, 0xbe, 0x9b,
+ 0xe5, 0xba, 0x94, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x20, 0x55, 0x54, 0x43, 0xe6, 0xa0, 0xbc,
+ 0xe5, 0xbc, 0x8f, 0xef, 0xbc, 0x9a, 0x32, 0x30, 0x32, 0x34, 0x2d, 0x30, 0x31, 0x2d, 0x33, 0x31,
+ 0x20, 0x32, 0x33, 0x3a, 0x35, 0x39, 0x3a, 0x35, 0x39, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69,
+ 0x6d, 0x65, 0x3a, 0x1e, 0x92, 0x41, 0x1b, 0x0a, 0x19, 0x2a, 0x09, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0xb1, 0x9e, 0xe6,
+ 0x80, 0xa7, 0x22, 0x94, 0x01, 0x0a, 0x0a, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x6d, 0x69,
+ 0x74, 0x12, 0x49, 0x0a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x03, 0x42, 0x2d, 0x92, 0x41, 0x2a, 0x2a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e,
+ 0x75, 0x6d, 0x32, 0x1e, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f,
+ 0xef, 0xbc, 0x88, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0xef,
+ 0xbc, 0x89, 0x52, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x3a, 0x3b, 0x92, 0x41,
+ 0x38, 0x0a, 0x36, 0x2a, 0x0c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x32, 0x26, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4,
+ 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x28, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe4, 0xb8, 0x8d, 0xe5,
+ 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x29, 0x22, 0xbd, 0x06, 0x0a, 0x12, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x12, 0x36, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x52, 0x09, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x3e, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92,
+ 0x41, 0x19, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32,
+ 0x0a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92,
+ 0x41, 0x1b, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x32,
+ 0x0c, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x7b, 0x0a, 0x0d, 0x73, 0x68,
+ 0x61, 0x72, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x0d, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x72,
+ 0x61, 0x74, 0x65, 0x67, 0x79, 0x32, 0x41, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0xad, 0x96,
+ 0xe7, 0x95, 0xa5, 0x20, 0x5b, 0x65, 0x6c, 0x61, 0x73, 0x74, 0x69, 0x63, 0xe5, 0xbc, 0xb9, 0xe6,
+ 0x80, 0xa7, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe6, 0xa8, 0xa1, 0xe5, 0xbc, 0x8f, 0x2c, 0x20,
+ 0x72, 0x69, 0x67, 0x69, 0x64, 0xe5, 0x88, 0x9a, 0xe6, 0x80, 0xa7, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
+ 0xab, 0xe6, 0xa8, 0xa1, 0xe5, 0xbc, 0x8f, 0x5d, 0x52, 0x0d, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53,
+ 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x5b, 0x0a, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65,
+ 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69,
+ 0x6d, 0x69, 0x74, 0x42, 0x23, 0x92, 0x41, 0x20, 0x2a, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c,
+ 0x69, 0x6d, 0x69, 0x74, 0x32, 0x12, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe4, 0xb8, 0x8a, 0xe9,
+ 0x99, 0x90, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c,
+ 0x69, 0x6d, 0x69, 0x74, 0x12, 0x55, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75,
+ 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x6d, 0x69, 0x74,
+ 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0a, 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e,
+ 0x74, 0x32, 0x0c, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52,
+ 0x0a, 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4f, 0x0a, 0x0e, 0x73,
+ 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x0e, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53,
+ 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x12, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab,
+ 0xe5, 0xbc, 0x80, 0xe5, 0xa7, 0x8b, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0e, 0x73, 0x68,
+ 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x49, 0x0a, 0x0c,
+ 0x73, 0x68, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x25, 0x92, 0x41, 0x22, 0x2a, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65, 0x45, 0x6e,
+ 0x64, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x12, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0xbb, 0x93,
+ 0xe6, 0x9d, 0x9f, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65,
+ 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x6b, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
+ 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x06, 0x73, 0x74,
+ 0x61, 0x74, 0x75, 0x73, 0x32, 0x46, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0x8a, 0xb6, 0xe6,
+ 0x80, 0x81, 0xef, 0xbc, 0x8c, 0x5b, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0xe7, 0x94, 0x9f, 0xe6,
+ 0x95, 0x88, 0xe4, 0xb8, 0xad, 0x2c, 0x20, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0xe5, 0xb7,
+ 0xb2, 0xe8, 0xbf, 0x87, 0xe6, 0x9c, 0x9f, 0x2c, 0x20, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64,
+ 0x65, 0x64, 0xe5, 0xb7, 0xb2, 0xe6, 0x9a, 0x82, 0xe5, 0x81, 0x9c, 0x5d, 0x52, 0x06, 0x73, 0x74,
+ 0x61, 0x74, 0x75, 0x73, 0x3a, 0x33, 0x92, 0x41, 0x30, 0x0a, 0x2e, 0x2a, 0x12, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x32,
+ 0x18, 0xe8, 0xa2, 0xab, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9,
+ 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x22, 0x97, 0x01, 0x0a, 0x16, 0x47, 0x65,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x49, 0x64, 0x32, 0x0d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x49, 0x44, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x3a, 0x46, 0x92, 0x41, 0x43,
+ 0x0a, 0x41, 0x2a, 0x16, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8,
+ 0xaf, 0xa2, 0xe6, 0x8c, 0x87, 0xe5, 0xae, 0x9a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xd2, 0x01, 0x07, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x49, 0x64, 0x22, 0x50, 0x0a, 0x16, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
+ 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x36, 0x0a,
+ 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x06, 0x76,
+ 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0xbe, 0x08, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x49, 0x64, 0x32, 0x0d, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49,
+ 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x04, 0x6e, 0x61,
+ 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x40, 0x92, 0x41, 0x36, 0x2a, 0x04, 0x6e,
+ 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe6, 0x96,
+ 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4,
+ 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97,
+ 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x40, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
+ 0x12, 0x4e, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
+ 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a,
+ 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x11, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32,
+ 0x09, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe8, 0x80, 0x85, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61,
+ 0x74, 0x65, 0x72, 0x12, 0x72, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x05, 0x20,
+ 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c,
+ 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x06, 0x6c, 0x61, 0x62,
+ 0x65, 0x6c, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0xe7, 0x9a, 0x84, 0xe6, 0xa0, 0x87, 0xe7, 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52,
+ 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x86, 0x01, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
+ 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x2c, 0x92, 0x41, 0x29, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xb3, 0xa8, 0xe8, 0xa7, 0xa3, 0xe9, 0x85, 0x8d,
+ 0xe7, 0xbd, 0xae, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
+ 0x12, 0x51, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18, 0x07, 0x20,
+ 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a,
+ 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa2, 0x9d, 0xe5,
+ 0xba, 0xa6, 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41,
+ 0x74, 0x74, 0x72, 0x12, 0x7d, 0x0a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
+ 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
+ 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
+ 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x31, 0x92, 0x41, 0x2e,
+ 0x2a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61,
+ 0x62, 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7,
+ 0x94, 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c,
+ 0x65, 0x64, 0x12, 0x8b, 0x01, 0x0a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
+ 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20,
+ 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4,
+ 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53,
+ 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74,
+ 0x1a, 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
+ 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
+ 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a, 0x10, 0x41,
+ 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
+ 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
+ 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x39, 0x92, 0x41, 0x36,
+ 0x0a, 0x34, 0x2a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x17, 0xe6,
+ 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x22, 0xec, 0x0c, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x12, 0x4f, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0xfa, 0x42,
+ 0x16, 0x72, 0x14, 0x32, 0x0f, 0x5e, 0x5b, 0x30, 0x2d, 0x39, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a,
+ 0x2d, 0x5d, 0x2b, 0x24, 0x98, 0x01, 0x20, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x49, 0x44, 0x12, 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44,
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73,
+ 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7,
+ 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d,
+ 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1,
+ 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12,
+ 0x3a, 0x0a, 0x08, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x08, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73,
+ 0x32, 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xae, 0xa1, 0xe7, 0x90, 0x86, 0xe5, 0x91,
+ 0x98, 0x52, 0x08, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x12, 0x54, 0x0a, 0x04, 0x6e,
+ 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x40, 0x92, 0x41, 0x36, 0x2a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe6,
+ 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6,
+ 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad,
+ 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x40, 0x52, 0x04, 0x6e, 0x61, 0x6d,
+ 0x65, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9,
+ 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
+ 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd,
+ 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x92, 0x01, 0x0a, 0x08,
+ 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52, 0x65, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
+ 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
+ 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x5a, 0x92, 0x41, 0x57, 0x2a,
+ 0x08, 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52, 0x65, 0x73, 0x32, 0x4b, 0xe6, 0x98, 0xaf, 0xe5, 0x90,
+ 0xa6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0xe6, 0x8f, 0x90,
+ 0xe4, 0xbe, 0x9b, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0xb1, 0xa0, 0x2c,
+ 0x20, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0xe8, 0xb5, 0x84,
+ 0xe6, 0xba, 0x90, 0xe8, 0xae, 0xa1, 0xe8, 0xb4, 0xb9, 0x2c, 0x20, 0xe9, 0xbb, 0x98, 0xe8, 0xae,
+ 0xa4, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x52, 0x08, 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52, 0x65, 0x73,
+ 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18,
+ 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x0b, 0x64, 0x65, 0x73, 0x63,
+ 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7,
+ 0xae, 0x80, 0xe8, 0xa6, 0x81, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x52, 0x0b, 0x64, 0x65, 0x73,
+ 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x6f, 0x0a, 0x09, 0x69, 0x73, 0x4f, 0x66,
+ 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
+ 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f,
+ 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x35, 0x92, 0x41, 0x32, 0x2a, 0x09, 0x69, 0x73,
+ 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x32, 0x25, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6,
+ 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0xb7, 0xb2, 0xe7, 0xbb, 0x8f, 0xe4, 0xb8, 0x8b, 0xe7, 0xba,
+ 0xbf, 0x2c, 0x20, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x52, 0x09,
+ 0x69, 0x73, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x62, 0x0a, 0x04, 0x6b, 0x69, 0x6e,
+ 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4e, 0x92, 0x41, 0x4b, 0x2a, 0x04, 0x6b, 0x69,
+ 0x6e, 0x64, 0x32, 0x43, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0xaf, 0xe9, 0x80,
+ 0x89, 0x6b, 0x38, 0x73, 0x2f, 0x6d, 0x65, 0x73, 0x6f, 0x73, 0x2c, 0x20, 0xe6, 0x9c, 0xaa, 0xe6,
+ 0x9d, 0xa5, 0xe8, 0xaf, 0xa5, 0xe5, 0xad, 0x97, 0xe6, 0xae, 0xb5, 0xe5, 0x8f, 0xaf, 0xe8, 0x83,
+ 0xbd, 0xe5, 0xba, 0x9f, 0xe5, 0xbc, 0x83, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x6b, 0x0a,
+ 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x23, 0x92,
+ 0x41, 0x20, 0x2a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x32, 0x16, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0xe7, 0x9a, 0x84, 0xe6, 0xa0, 0x87, 0xe7, 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7,
+ 0xbd, 0xae, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x7f, 0x0a, 0x0b, 0x61, 0x6e,
+ 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32,
+ 0x33, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64,
+ 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x2e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45,
+ 0x6e, 0x74, 0x72, 0x79, 0x42, 0x28, 0x92, 0x41, 0x25, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x16, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0xe7,
+ 0x9a, 0x84, 0xe6, 0xb3, 0xa8, 0xe8, 0xa7, 0xa3, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0b,
+ 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x51, 0x0a, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x41, 0x74, 0x74, 0x72, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0xb1, 0x9e,
+ 0xe6, 0x80, 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x61,
+ 0x0a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61,
+ 0x62, 0x6c, 0x65, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a,
+ 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62,
+ 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94,
+ 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
+ 0x64, 0x12, 0x8b, 0x01, 0x0a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65,
+ 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0e, 0x20, 0x01,
+ 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c,
+ 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
+ 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68,
+ 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x1a,
+ 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
+ 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
+ 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a, 0x10, 0x41, 0x6e,
+ 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
+ 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
+ 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x39, 0x92, 0x41, 0x36, 0x0a,
+ 0x34, 0x2a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x17, 0xe6, 0x9b,
+ 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8,
+ 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x22, 0xfe, 0x03, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x12, 0x54, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x1e, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x49, 0x64, 0x32, 0x13, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0xfa, 0x42, 0x16, 0x72, 0x14, 0x18, 0x80, 0x01, 0x32,
+ 0x0f, 0x5e, 0x5b, 0x30, 0x2d, 0x39, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x2d, 0x5d, 0x2b, 0x24,
+ 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0xa3, 0x01, 0x0a, 0x0e, 0x6f, 0x6e,
+ 0x6c, 0x79, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01,
+ 0x28, 0x08, 0x42, 0x7b, 0x92, 0x41, 0x78, 0x2a, 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x44, 0x65, 0x6c,
+ 0x65, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x32, 0x66, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe4,
+ 0xb8, 0xba, 0x66, 0x61, 0x6c, 0x73, 0x65, 0xe3, 0x80, 0x82, 0xe8, 0xae, 0xbe, 0xe7, 0xbd, 0xae,
+ 0xe4, 0xb8, 0xba, 0x74, 0x72, 0x75, 0x65, 0xe6, 0x97, 0xb6, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85,
+ 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe6, 0x89, 0x80, 0xe8, 0xae, 0xb0, 0xe5, 0xbd, 0x95, 0xe7,
+ 0x9a, 0x84, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8d, 0xe4, 0xbc,
+ 0x9a, 0xe8, 0xa7, 0xa6, 0xe5, 0x8f, 0x91, 0xe4, 0xbb, 0xbb, 0xe4, 0xbd, 0x95, 0xe8, 0x87, 0xaa,
+ 0xe5, 0x8a, 0xa8, 0xe5, 0x8c, 0x96, 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xe3, 0x80, 0x82, 0x52,
+ 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12,
+ 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72,
+ 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f,
+ 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69,
+ 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6,
+ 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8, 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5,
+ 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb,
+ 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86, 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1,
+ 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8, 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52,
+ 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61,
+ 0x6c, 0x3a, 0x43, 0x92, 0x41, 0x40, 0x0a, 0x3e, 0x2a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x32, 0x17, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xd2, 0x01, 0x07, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x22, 0xec, 0x03, 0x0a, 0x14, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+ 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
+ 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x59, 0x0a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x42, 0x2b, 0x92, 0x41, 0x28, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x20,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe8, 0xaf, 0xa6, 0xe7, 0xbb, 0x86, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8f, 0xaf, 0xe4, 0xbb, 0xa5, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba,
+ 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6,
+ 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
+ 0x12, 0x54, 0x0a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17,
+ 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
+ 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x04, 0x74, 0x61,
+ 0x73, 0x6b, 0x32, 0x1c, 0xe5, 0xbc, 0x82, 0xe6, 0xad, 0xa5, 0xe4, 0xbb, 0xbb, 0xe5, 0x8a, 0xa1,
+ 0x74, 0x61, 0x73, 0x6b, 0xe8, 0xaf, 0xa6, 0xe6, 0x83, 0x85, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e,
+ 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32,
+ 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72,
+ 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e,
+ 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4,
+ 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b,
+ 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xe5, 0x05, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49,
+ 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d,
+ 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x12, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4,
+ 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x6b, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a, 0x09,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0x49, 0x44, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8,
+ 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4, 0xbd,
+ 0x8d, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xb8, 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa, 0xe5,
+ 0x8a, 0xa8, 0xe7, 0x94, 0x9f, 0xe6, 0x88, 0x90, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
+ 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7,
+ 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94,
+ 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8,
+ 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6,
+ 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5b, 0x0a,
+ 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73,
+ 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a,
+ 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad,
+ 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a,
+ 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x71, 0x0a, 0x09, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92,
+ 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43, 0xe8,
+ 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae, 0xe5,
+ 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba,
+ 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9,
+ 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
+ 0x90, 0x29, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x43, 0x0a,
+ 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x27, 0x92, 0x41, 0x24, 0x2a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x32, 0x18,
+ 0xe4, 0xba, 0x91, 0xe5, 0xba, 0x95, 0xe5, 0xb1, 0x82, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6,
+ 0x8f, 0x90, 0xe4, 0xbe, 0x9b, 0xe6, 0x96, 0xb9, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
+ 0x65, 0x72, 0x3a, 0x59, 0x92, 0x41, 0x56, 0x0a, 0x54, 0x2a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x32, 0x38, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
+ 0xa2, 0xe6, 0x9d, 0xa1, 0xe4, 0xbb, 0xb6, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9,
+ 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6,
+ 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x22, 0xd3, 0x01,
+ 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74, 0x6f, 0x74,
+ 0x61, 0x6c, 0x32, 0x06, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61,
+ 0x6c, 0x12, 0x59, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03,
+ 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x42, 0x25, 0x92, 0x41,
+ 0x22, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0x17, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x95, 0xb0,
+ 0xe6, 0x8d, 0xae, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x3a, 0x35, 0x92, 0x41,
+ 0x32, 0x0a, 0x30, 0x2a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61, 0x32, 0x17, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x95, 0xb0,
+ 0xe6, 0x8d, 0xae, 0x22, 0xbd, 0x03, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+ 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42,
+ 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5,
+ 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64,
+ 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
+ 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf,
+ 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x7b, 0x0a,
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x44,
+ 0x92, 0x41, 0x41, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x39, 0xe8, 0xbf, 0x94, 0xe5, 0x9b,
+ 0x9e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f,
+ 0xe5, 0x8f, 0x8a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88,
+ 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73,
+ 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b,
+ 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb,
+ 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5,
+ 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x73, 0x22, 0xb9, 0x05, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49,
+ 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d,
+ 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x12, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4,
+ 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x5a, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x30, 0x92, 0x41, 0x2d, 0x2a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f,
+ 0x72, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x1a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x20,
+ 0xe6, 0x88, 0x96, 0xe8, 0x80, 0x85, 0x20, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x43, 0x6f, 0x64,
+ 0x65, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f,
+ 0x64, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44,
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73,
+ 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7,
+ 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d,
+ 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1,
+ 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12,
+ 0x71, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79,
+ 0x70, 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b,
+ 0x28, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6,
+ 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85,
+ 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6,
+ 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79,
+ 0x70, 0x65, 0x12, 0x43, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x06,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69,
+ 0x64, 0x65, 0x72, 0x32, 0x18, 0xe4, 0xba, 0x91, 0xe5, 0xba, 0x95, 0xe5, 0xb1, 0x82, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x8f, 0x90, 0xe4, 0xbe, 0x9b, 0xe6, 0x96, 0xb9, 0x52, 0x08, 0x70,
+ 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x12, 0x2b, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18,
+ 0x07, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04, 0x70, 0x61, 0x67, 0x65,
+ 0x32, 0x0c, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe9, 0xa1, 0xb5, 0xe9, 0x9d, 0xa2, 0x52, 0x04,
+ 0x70, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x08, 0x20,
+ 0x01, 0x28, 0x0d, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x32,
+ 0x0c, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0x52, 0x05, 0x6c,
+ 0x69, 0x6d, 0x69, 0x74, 0x3a, 0x59, 0x92, 0x41, 0x56, 0x0a, 0x54, 0x2a, 0x18, 0x4c, 0x69, 0x73,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x38, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5,
+ 0xe8, 0xaf, 0xa2, 0xe6, 0x9d, 0xa1, 0xe4, 0xbb, 0xb6, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9,
+ 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x22,
+ 0xbf, 0x03, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+ 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
+ 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x7b, 0x0a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x44, 0x92, 0x41,
+ 0x41, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x39, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
+ 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f,
+ 0x8a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8,
+ 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17,
+ 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf,
+ 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40,
+ 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
+ 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5,
+ 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6,
+ 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3,
+ 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
+ 0x73, 0x22, 0xa1, 0x01, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x35,
+ 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0d, 0xe9,
+ 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x49, 0x64, 0x3a, 0x4e, 0x92, 0x41, 0x4b, 0x0a, 0x49, 0x2a, 0x18, 0x47, 0x65,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73,
+ 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x32, 0x23, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x8c,
+ 0x87, 0xe5, 0xae, 0x9a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4,
+ 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0xd2, 0x01, 0x07, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x49, 0x64, 0x22, 0xab, 0x03, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52,
+ 0x65, 0x73, 0x70, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63,
+ 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
+ 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf,
+ 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
+ 0x69, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65,
+ 0x44, 0x61, 0x74, 0x61, 0x42, 0x2e, 0x92, 0x41, 0x2b, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32,
+ 0x23, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83,
+ 0x85, 0xe5, 0x86, 0xb5, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73,
+ 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b,
+ 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb,
+ 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5,
+ 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x73, 0x22, 0x51, 0x0a, 0x11, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75,
+ 0x72, 0x63, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x7a, 0x6f, 0x6e, 0x65,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x7a, 0x6f, 0x6e, 0x65, 0x12, 0x14, 0x0a, 0x05,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d,
+ 0x52, 0x04, 0x75, 0x73, 0x65, 0x64, 0x22, 0xfc, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65,
+ 0x44, 0x61, 0x74, 0x61, 0x12, 0x2e, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c,
+ 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01,
+ 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65,
+ 0x12, 0x3d, 0x0a, 0x0a, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04,
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x73,
+ 0x61, 0x67, 0x65, 0x52, 0x0a, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12,
+ 0x10, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x63, 0x70,
+ 0x75, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x65, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03,
+ 0x6d, 0x65, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x67, 0x70, 0x75, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d,
+ 0x52, 0x03, 0x67, 0x70, 0x75, 0x22, 0xf0, 0x03, 0x0a, 0x1a, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55,
+ 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x65, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
+ 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x28, 0xe6, 0x89,
+ 0xa9, 0xe5, 0xae, 0xb9, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5, 0xae, 0xb9,
+ 0xe9, 0x87, 0x8f, 0x2c, 0xe5, 0xa2, 0x9e, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0xb9, 0xe9, 0x87, 0x8f,
+ 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x31, 0x0a,
+ 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17,
+ 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe6, 0x93,
+ 0x8d, 0xe4, 0xbd, 0x9c, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72,
+ 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70,
+ 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
+ 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f,
+ 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b,
+ 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40,
+ 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8, 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d,
+ 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4,
+ 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86, 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a,
+ 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8, 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8,
+ 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76,
+ 0x61, 0x6c, 0x3a, 0x64, 0x92, 0x41, 0x61, 0x0a, 0x5f, 0x2a, 0x1a, 0x53, 0x63, 0x61, 0x6c, 0x65,
+ 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x41, 0xe6, 0xa0, 0xb9, 0xe6, 0x8d, 0xae, 0xe4, 0xb8, 0x8d,
+ 0xe5, 0x90, 0x8c, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5,
+ 0x9e, 0x8b, 0xe5, 0xa2, 0x9e, 0xe9, 0x87, 0x8f, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84,
+ 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x98, 0x03, 0x0a, 0x1b, 0x53, 0x63, 0x61,
+ 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64,
0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7,
@@ -12908,162 +13266,53 @@ var file_bcsproject_proto_rawDesc = []byte{
0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07,
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73,
- 0x73, 0x61, 0x67, 0x65, 0x12, 0x59, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
- 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x42, 0x2b, 0x92, 0x41,
- 0x28, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x20, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe8,
- 0xaf, 0xa6, 0xe7, 0xbb, 0x86, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8f, 0xaf,
- 0xe4, 0xbb, 0xa5, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12,
- 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09,
- 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x54, 0x0a, 0x04, 0x74, 0x61, 0x73,
- 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74,
- 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x32, 0x1c, 0xe5, 0xbc, 0x82,
- 0xe6, 0xad, 0xa5, 0xe4, 0xbb, 0xbb, 0xe5, 0x8a, 0xa1, 0x74, 0x61, 0x73, 0x6b, 0xe8, 0xaf, 0xa6,
- 0xe6, 0x83, 0x85, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x12,
- 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d,
- 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
- 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4,
- 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98,
- 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77,
- 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xe5,
- 0x05, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71,
- 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41,
- 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9,
- 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x40, 0x0a,
- 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65,
- 0x32, 0x12, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12,
- 0x6b, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x49, 0x44, 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x2c, 0x20, 0xe5, 0x85,
- 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
- 0xba, 0xa6, 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4, 0xbd, 0x8d, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6,
- 0xe4, 0xb8, 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa, 0xe5, 0x8a, 0xa8, 0xe7, 0x94, 0x9f, 0xe6, 0x88,
- 0x90, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x78, 0x0a, 0x0b,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
- 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0,
- 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c,
- 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9,
- 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf,
- 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a,
- 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9,
- 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49,
- 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
- 0x73, 0x49, 0x44, 0x12, 0x71, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65,
- 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1,
- 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6, 0x8c,
- 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe3,
- 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xbb,
- 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29, 0x52, 0x09, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x43, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
- 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x08, 0x70,
- 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x32, 0x18, 0xe4, 0xba, 0x91, 0xe5, 0xba, 0x95, 0xe5,
- 0xb1, 0x82, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x8f, 0x90, 0xe4, 0xbe, 0x9b, 0xe6, 0x96,
- 0xb9, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x3a, 0x59, 0x92, 0x41, 0x56,
- 0x0a, 0x54, 0x2a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x38, 0xe9, 0x80,
- 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x9d, 0xa1, 0xe4, 0xbb, 0xb6,
- 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5,
- 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x22, 0xd3, 0x01, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61,
- 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42,
- 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x06, 0xe6, 0x80, 0xbb,
- 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x59, 0x0a, 0x07, 0x72, 0x65,
- 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x42, 0x25, 0x92, 0x41, 0x22, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x73, 0x32, 0x17, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x07, 0x72, 0x65,
- 0x73, 0x75, 0x6c, 0x74, 0x73, 0x3a, 0x35, 0x92, 0x41, 0x32, 0x0a, 0x30, 0x2a, 0x15, 0x4c, 0x69,
- 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x44,
- 0x61, 0x74, 0x61, 0x32, 0x17, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22, 0xbd, 0x03, 0x0a,
- 0x19, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f,
- 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63,
- 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf,
- 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65,
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d,
- 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b,
- 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d,
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x7b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
- 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x04, 0x64, 0x61,
- 0x74, 0x61, 0x32, 0x39, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85,
- 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a,
- 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f,
- 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32,
- 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6,
- 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62,
- 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xb9, 0x05, 0x0a,
- 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71,
- 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41,
- 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9,
- 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x40, 0x0a,
- 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65,
- 0x32, 0x12, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12,
- 0x5a, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f,
- 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x30, 0x92, 0x41, 0x2d, 0x2a, 0x0f, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x1a,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x20, 0xe6, 0x88, 0x96, 0xe8, 0x80, 0x85, 0x20,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x62,
- 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44,
- 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a,
- 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8,
- 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75,
- 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x71, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50,
- 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84,
- 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d,
- 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5,
- 0x84, 0xe6, 0xba, 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86,
- 0xe7, 0xbe, 0xa4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29,
- 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x43, 0x0a, 0x08, 0x70,
- 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0x92,
- 0x41, 0x24, 0x2a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x32, 0x18, 0xe4, 0xba,
- 0x91, 0xe5, 0xba, 0x95, 0xe5, 0xb1, 0x82, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x8f, 0x90,
- 0xe4, 0xbe, 0x9b, 0xe6, 0x96, 0xb9, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72,
- 0x12, 0x2b, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x17,
- 0x92, 0x41, 0x14, 0x2a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x32, 0x0c, 0xe5, 0x88, 0x86, 0xe9, 0xa1,
- 0xb5, 0xe9, 0xa1, 0xb5, 0xe9, 0x9d, 0xa2, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a,
- 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x18, 0x92, 0x41,
- 0x15, 0x2a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x32, 0x0c, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5,
- 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x3a, 0x59, 0x92,
- 0x41, 0x56, 0x0a, 0x54, 0x2a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x38,
- 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x9d, 0xa1, 0xe4,
- 0xbb, 0xb6, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb,
- 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x22, 0xbf, 0x03, 0x0a, 0x1b, 0x4c, 0x69, 0x73,
- 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32,
+ 0x73, 0x61, 0x67, 0x65, 0x12, 0x54, 0x0a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01,
+ 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
+ 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x27, 0x92, 0x41, 0x24,
+ 0x2a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x32, 0x1c, 0xe5, 0xbc, 0x82, 0xe6, 0xad, 0xa5, 0xe4, 0xbb,
+ 0xbb, 0xe5, 0x8a, 0xa1, 0x74, 0x61, 0x73, 0x6b, 0xe8, 0xaf, 0xa6, 0xe6, 0x83, 0x85, 0xe4, 0xbf,
+ 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73,
+ 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b,
+ 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb,
+ 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5,
+ 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x73, 0x22, 0xc0, 0x03, 0x0a, 0x1c, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77,
+ 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x52, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
+ 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x15, 0xe7, 0xbc,
+ 0xa9, 0xe5, 0xae, 0xb9, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5, 0xae, 0xb9,
+ 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14,
+ 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe6, 0x93, 0x8d, 0xe4, 0xbd,
+ 0x9c, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x12, 0x9f, 0x01,
+ 0x0a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76,
+ 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
+ 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56,
+ 0x61, 0x6c, 0x75, 0x65, 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49,
+ 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf,
+ 0xe5, 0x90, 0xa6, 0xe8, 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1,
+ 0xe6, 0x89, 0xb9, 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9,
+ 0x99, 0x90, 0xe5, 0x86, 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0,
+ 0x83, 0xe7, 0x94, 0xa8, 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73,
+ 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x3a,
+ 0x45, 0x92, 0x41, 0x42, 0x0a, 0x40, 0x2a, 0x1c, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77,
+ 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x32, 0x20, 0xe7, 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
+ 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x9a, 0x03, 0x0a, 0x1d, 0x53, 0x63, 0x61, 0x6c, 0x65,
+ 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64,
0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7,
@@ -13071,1007 +13320,836 @@ var file_bcsproject_proto_rawDesc = []byte{
0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07,
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73,
- 0x73, 0x61, 0x67, 0x65, 0x12, 0x7b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
- 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
- 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x32, 0x39, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90,
- 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44,
- 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77,
- 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65,
- 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83,
- 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61,
- 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xa1, 0x01, 0x0a, 0x18, 0x47,
- 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55,
- 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x35, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x07, 0x71,
- 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x3a, 0x4e,
- 0x92, 0x41, 0x4b, 0x0a, 0x49, 0x2a, 0x18, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x32,
- 0x23, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x8c, 0x87, 0xe5, 0xae, 0x9a, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83,
- 0x85, 0xe5, 0x86, 0xb5, 0xd2, 0x01, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x22, 0xab,
- 0x03, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
- 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2e, 0x0a, 0x04,
- 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
- 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
- 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07,
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92,
- 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94,
- 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
- 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x69, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x2e, 0x92,
- 0x41, 0x2b, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x23, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x52, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a,
- 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f,
- 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32,
- 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6,
- 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62,
- 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x51, 0x0a, 0x11,
- 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x73, 0x61, 0x67,
- 0x65, 0x12, 0x12, 0x0a, 0x04, 0x7a, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x04, 0x7a, 0x6f, 0x6e, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02,
- 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x75,
- 0x73, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x75, 0x73, 0x65, 0x64, 0x22,
- 0xfc, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2e, 0x0a,
- 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x16, 0x0a,
- 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72,
- 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63,
- 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x73,
- 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x55, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x52,
- 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x0a, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18,
- 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x63, 0x70, 0x75, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x65,
- 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x6d, 0x65, 0x6d, 0x12, 0x10, 0x0a, 0x03,
- 0x67, 0x70, 0x75, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x67, 0x70, 0x75, 0x22, 0xf0,
- 0x03, 0x0a, 0x1a, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a,
- 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16,
- 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85,
- 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12,
- 0x65, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x05,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x28, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe7, 0x9a, 0x84,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5, 0xae, 0xb9, 0xe9, 0x87, 0x8f, 0x2c, 0xe5, 0xa2, 0x9e,
- 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0xb9, 0xe9, 0x87, 0x8f, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0x52,
- 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe6, 0x93, 0x8d, 0xe4, 0xbd, 0x9c, 0xe4, 0xba, 0xba,
- 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b,
- 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x04,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
- 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65,
- 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41,
- 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8,
- 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6,
- 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86,
- 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8,
- 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49,
- 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x3a, 0x64, 0x92, 0x41, 0x61,
- 0x0a, 0x5f, 0x2a, 0x1a, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x41,
- 0xe6, 0xa0, 0xb9, 0xe6, 0x8d, 0xae, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe7, 0x9a, 0x84, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe5, 0xa2, 0x9e, 0xe9, 0x87,
- 0x8f, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4,
- 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x22, 0x98, 0x03, 0x0a, 0x1b, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42,
- 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5,
- 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64,
- 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
- 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf,
- 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x54, 0x0a,
- 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f,
- 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74,
- 0x72, 0x75, 0x63, 0x74, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x32,
- 0x1c, 0xe5, 0xbc, 0x82, 0xe6, 0xad, 0xa5, 0xe4, 0xbb, 0xbb, 0xe5, 0x8a, 0xa1, 0x74, 0x61, 0x73,
- 0x6b, 0xe8, 0xaf, 0xa6, 0xe6, 0x83, 0x85, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x74,
- 0x61, 0x73, 0x6b, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a,
- 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f,
- 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32,
- 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6,
- 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62,
- 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xc0, 0x03, 0x0a,
- 0x1c, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a,
- 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16,
- 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85,
- 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12,
- 0x52, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a, 0x05,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x15, 0xe7, 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe7, 0x9a, 0x84,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5, 0xae, 0xb9, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x03,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x72, 0x32, 0x09, 0xe6, 0x93, 0x8d, 0xe4, 0xbd, 0x9c, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x75,
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49,
- 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
- 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x57, 0x92,
- 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72,
- 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8, 0xb7, 0xb3, 0xe8,
- 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6, 0xb5, 0x81, 0xe7,
- 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86, 0x85, 0xe9, 0x83,
- 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8, 0xe6, 0x97, 0xb6,
- 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d,
- 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x3a, 0x45, 0x92, 0x41, 0x42, 0x0a, 0x40, 0x2a,
- 0x1c, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x20, 0xe7,
- 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba,
- 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x22,
- 0x9a, 0x03, 0x0a, 0x1d, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+ 0x73, 0x61, 0x67, 0x65, 0x12, 0x54, 0x0a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01,
+ 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
+ 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x27, 0x92, 0x41, 0x24,
+ 0x2a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x32, 0x1c, 0xe5, 0xbc, 0x82, 0xe6, 0xad, 0xa5, 0xe4, 0xbb,
+ 0xbb, 0xe5, 0x8a, 0xa1, 0x74, 0x61, 0x73, 0x6b, 0xe8, 0xaf, 0xa6, 0xe6, 0x83, 0x85, 0xe4, 0xbf,
+ 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73,
+ 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b,
+ 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb,
+ 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5,
+ 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x73, 0x22, 0xc4, 0x03, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
+ 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x55, 0x0a, 0x0f, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x2b, 0x92, 0x41, 0x28, 0x2a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x15, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0x49, 0x44, 0xe6, 0x88, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x43, 0x6f, 0x64, 0x65, 0x52,
+ 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65,
+ 0x12, 0x83, 0x01, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x65, 0x92, 0x41, 0x62, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x54, 0x79, 0x70, 0x65, 0x32, 0x55, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xb1, 0xbb, 0xe5,
+ 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x20, 0x68, 0x6f, 0x73, 0x74,
+ 0x2f, 0x73, 0x65, 0x6c, 0x66, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x66, 0x65, 0x64, 0x65, 0x72,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0xe4, 0xb8, 0x8d, 0xe5, 0xa1, 0xab, 0xe5, 0x88, 0x99,
+ 0xe4, 0xb8, 0xba, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9,
+ 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x52, 0x09, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x58, 0x0a, 0x0f, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74,
+ 0x61, 0x69, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x42,
+ 0x2e, 0x92, 0x41, 0x2b, 0x2a, 0x0f, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x53,
+ 0x68, 0x61, 0x72, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x8c, 0x85,
+ 0xe5, 0x90, 0xab, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52,
+ 0x0f, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64,
+ 0x3a, 0x68, 0x92, 0x41, 0x65, 0x0a, 0x63, 0x2a, 0x21, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74,
+ 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x2c, 0xe8, 0x8e, 0xb7, 0xe5,
+ 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe7, 0xbb, 0x9f, 0xe8,
+ 0xae, 0xa1, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xd2, 0x01, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xbd, 0x02, 0x0a, 0x22, 0x47,
+ 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53,
+ 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42,
0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5,
0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64,
0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf,
- 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x54, 0x0a,
- 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f,
- 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74,
- 0x72, 0x75, 0x63, 0x74, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x32,
- 0x1c, 0xe5, 0xbc, 0x82, 0xe6, 0xad, 0xa5, 0xe4, 0xbb, 0xbb, 0xe5, 0x8a, 0xa1, 0x74, 0x61, 0x73,
- 0x6b, 0xe8, 0xaf, 0xa6, 0xe6, 0x83, 0x85, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x74,
- 0x61, 0x73, 0x6b, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a,
- 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f,
- 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32,
- 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6,
- 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62,
- 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xc4, 0x03, 0x0a,
- 0x21, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
- 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x12, 0x55, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f,
- 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2b, 0x92, 0x41, 0x28,
- 0x2a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64,
- 0x65, 0x32, 0x15, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0xe6, 0x88, 0x96, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x83, 0x01, 0x0a, 0x09, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x65, 0x92,
- 0x41, 0x62, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x55, 0xe9,
- 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0xe6, 0x94,
- 0xaf, 0xe6, 0x8c, 0x81, 0x20, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x73, 0x65, 0x6c, 0x66, 0x5f, 0x68,
- 0x6f, 0x73, 0x74, 0x2f, 0x66, 0x65, 0x64, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20,
- 0xe4, 0xb8, 0x8d, 0xe5, 0xa1, 0xab, 0xe5, 0x88, 0x99, 0xe4, 0xb8, 0xba, 0xe8, 0x8e, 0xb7, 0xe5,
- 0x8f, 0x96, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xb1,
- 0xbb, 0xe5, 0x9e, 0x8b, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12,
- 0x58, 0x0a, 0x0f, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x53, 0x68, 0x61, 0x72,
- 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x42, 0x2e, 0x92, 0x41, 0x2b, 0x2a, 0x0f, 0x69,
- 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x32, 0x18,
- 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe5, 0x85, 0xb1, 0xe4,
- 0xba, 0xab, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x0f, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74,
- 0x61, 0x69, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x3a, 0x68, 0x92, 0x41, 0x65, 0x0a, 0x63,
- 0x2a, 0x21, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x32, 0x2c, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe7, 0xbb, 0x9f, 0xe8, 0xae, 0xa1, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0xd2, 0x01, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43,
- 0x6f, 0x64, 0x65, 0x22, 0xbd, 0x02, 0x0a, 0x22, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
- 0x63, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f,
- 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63,
- 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf,
- 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65,
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d,
- 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b,
- 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d,
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x71, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53,
- 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x34, 0x92,
- 0x41, 0x31, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x29, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0xe7, 0xbb, 0x9f,
- 0xe8, 0xae, 0xa1, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41,
- 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8,
- 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x49, 0x44, 0x22, 0xf4, 0x01, 0x0a, 0x11, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73,
- 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x34, 0x0a, 0x07, 0x75, 0x73, 0x65,
- 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
- 0x07, 0x75, 0x73, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x32, 0x0c, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf,
- 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52, 0x07, 0x75, 0x73, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x12,
- 0x43, 0x0a, 0x0c, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x18,
- 0x02, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x0c, 0x61, 0x76, 0x61, 0x69,
- 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x32, 0x0c, 0xe5, 0x8f, 0xaf, 0xe4, 0xbd, 0xbf,
- 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52, 0x0c, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c,
- 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x31, 0x0a, 0x08, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x15, 0x92, 0x41, 0x12, 0x2a, 0x08, 0x74, 0x6f, 0x74,
- 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x32, 0x06, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x08, 0x74,
- 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x52, 0x61,
- 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75,
- 0x73, 0x65, 0x52, 0x61, 0x74, 0x65, 0x32, 0x09, 0xe5, 0x88, 0xa9, 0xe7, 0x94, 0xa8, 0xe7, 0x8e,
- 0x87, 0x52, 0x07, 0x75, 0x73, 0x65, 0x52, 0x61, 0x74, 0x65, 0x22, 0xef, 0x01, 0x0a, 0x1b, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74,
- 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x44, 0x0a, 0x03, 0x63, 0x70,
- 0x75, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72,
- 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x03, 0x63, 0x70, 0x75,
- 0x32, 0x09, 0x43, 0x50, 0x55, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x52, 0x03, 0x63, 0x70, 0x75,
- 0x12, 0x44, 0x0a, 0x03, 0x6d, 0x65, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61,
- 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x13, 0x92, 0x41,
- 0x10, 0x2a, 0x03, 0x6d, 0x65, 0x6d, 0x32, 0x09, 0x4d, 0x65, 0x6d, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0x52, 0x03, 0x6d, 0x65, 0x6d, 0x12, 0x44, 0x0a, 0x03, 0x67, 0x70, 0x75, 0x18, 0x03, 0x20,
- 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61,
- 0x74, 0x61, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x03, 0x67, 0x70, 0x75, 0x32, 0x09, 0x47, 0x50,
- 0x55, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x52, 0x03, 0x67, 0x70, 0x75, 0x32, 0xb6, 0x0d, 0x0a,
- 0x0a, 0x42, 0x43, 0x53, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x97, 0x01, 0x0a, 0x0d,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x20, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
- 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
- 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x47, 0x92, 0x41,
- 0x22, 0x12, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a,
- 0x12, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x22, 0x17, 0x2f, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xbf, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x12, 0x1d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x75, 0x92, 0x41, 0x41, 0x12, 0x0c, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0x1a, 0x31, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0x49, 0x44, 0xe6, 0x88, 0x96, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5,
- 0x86, 0x99, 0x2c, 0x20, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x12, 0x29, 0x2f, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44,
- 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x12, 0xa3, 0x01, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63,
+ 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x71, 0x0a,
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x62, 0x63,
0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0x92, 0x41, 0x22, 0x12, 0x0c, 0xe6,
- 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a, 0x12, 0xe6, 0x9b, 0xb4,
- 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82,
- 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x1a, 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
+ 0x44, 0x61, 0x74, 0x61, 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32,
+ 0x29, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83,
+ 0x85, 0xe5, 0x86, 0xb5, 0xe7, 0xbb, 0x9f, 0xe8, 0xae, 0xa1, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
+ 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52,
+ 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xf4, 0x01, 0x0a, 0x11, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61,
+ 0x12, 0x34, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x07, 0x75, 0x73, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x32,
+ 0x0c, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52, 0x07, 0x75,
+ 0x73, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x43, 0x0a, 0x0c, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61,
+ 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1f, 0x92, 0x41,
+ 0x1c, 0x2a, 0x0c, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x32,
+ 0x0c, 0xe5, 0x8f, 0xaf, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52, 0x0c, 0x61,
+ 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x31, 0x0a, 0x08, 0x74,
+ 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x15, 0x92,
+ 0x41, 0x12, 0x2a, 0x08, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x32, 0x06, 0xe6, 0x80,
+ 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x08, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x31,
+ 0x0a, 0x07, 0x75, 0x73, 0x65, 0x52, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x42,
+ 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x73, 0x65, 0x52, 0x61, 0x74, 0x65, 0x32, 0x09, 0xe5,
+ 0x88, 0xa9, 0xe7, 0x94, 0xa8, 0xe7, 0x8e, 0x87, 0x52, 0x07, 0x75, 0x73, 0x65, 0x52, 0x61, 0x74,
+ 0x65, 0x22, 0xef, 0x01, 0x0a, 0x1b, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74,
+ 0x61, 0x12, 0x44, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x13, 0x92,
+ 0x41, 0x10, 0x2a, 0x03, 0x63, 0x70, 0x75, 0x32, 0x09, 0x43, 0x50, 0x55, 0xe8, 0xb5, 0x84, 0xe6,
+ 0xba, 0x90, 0x52, 0x03, 0x63, 0x70, 0x75, 0x12, 0x44, 0x0a, 0x03, 0x6d, 0x65, 0x6d, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44,
+ 0x61, 0x74, 0x61, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x03, 0x6d, 0x65, 0x6d, 0x32, 0x09, 0x4d,
+ 0x65, 0x6d, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x52, 0x03, 0x6d, 0x65, 0x6d, 0x12, 0x44, 0x0a,
+ 0x03, 0x67, 0x70, 0x75, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73,
+ 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x03,
+ 0x67, 0x70, 0x75, 0x32, 0x09, 0x47, 0x50, 0x55, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x52, 0x03,
+ 0x67, 0x70, 0x75, 0x32, 0xb6, 0x0d, 0x0a, 0x0a, 0x42, 0x43, 0x53, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x12, 0x97, 0x01, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0x6e, 0x73, 0x65, 0x22, 0x47, 0x92, 0x41, 0x22, 0x12, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba,
+ 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a, 0x12, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c,
+ 0x3a, 0x01, 0x2a, 0x22, 0x17, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xbf, 0x01, 0x0a,
+ 0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x1d, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x92, 0x41, 0x41, 0x12, 0x0c, 0xe6, 0x9f,
+ 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a, 0x31, 0xe9, 0x80, 0x9a, 0xe8,
+ 0xbf, 0x87, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0xe6, 0x88, 0x96, 0xe8, 0x8b, 0xb1,
+ 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x2c, 0x20, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
+ 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x2b, 0x12, 0x29, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x12, 0xa3,
+ 0x01, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0x53, 0x92, 0x41, 0x22, 0x12, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0x1a, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x1a,
+ 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x7d, 0x12, 0xa7, 0x01, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56, 0x32, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0x92, 0x41, 0x22, 0x12, 0x0c,
+ 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a, 0x12, 0xe6, 0x9b,
+ 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x1a, 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x7d, 0x12, 0x8c,
+ 0x01, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65,
+ 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0x3c, 0x92, 0x41, 0x0e, 0x1a, 0x0c, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x2a, 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x7d, 0x12, 0xa7, 0x01,
- 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56,
- 0x32, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55,
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
- 0x73, 0x65, 0x22, 0x53, 0x92, 0x41, 0x22, 0x12, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a,
- 0x01, 0x2a, 0x1a, 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
- 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x7d, 0x12, 0x8c, 0x01, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65,
- 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3c, 0x92, 0x41, 0x0e, 0x1a, 0x0c, 0xe5,
- 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02,
- 0x25, 0x2a, 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
- 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x49, 0x44, 0x7d, 0x12, 0xcc, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x1f, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x7d, 0x12, 0xcc, 0x01,
+ 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x1f,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
+ 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+ 0x65, 0x22, 0x79, 0x92, 0x41, 0x57, 0x12, 0x12, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x41, 0xe9, 0x80, 0x9a, 0xe8,
+ 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8, 0xbf,
+ 0x87, 0xe6, 0xbb, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8,
+ 0x2c, 0x20, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe5, 0x92,
+ 0x8c, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xd1, 0x01, 0x0a,
+ 0x16, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69,
+ 0x7a, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68,
+ 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x52, 0x65, 0x73, 0x70, 0x22, 0x70,
+ 0x92, 0x41, 0x43, 0x12, 0x1b, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x9c, 0x89, 0xe6, 0x9d,
+ 0x83, 0xe9, 0x99, 0x90, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8,
+ 0x1a, 0x24, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe7, 0x94, 0xa8, 0xe6, 0x88, 0xb7, 0xe6, 0x9c,
+ 0x89, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x74,
+ 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
+ 0x12, 0xf8, 0x01, 0x0a, 0x12, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x73, 0x46, 0x6f, 0x72, 0x49, 0x41, 0x4d, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x79, 0x92, 0x41, 0x57, 0x12,
- 0x12, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97,
- 0xe8, 0xa1, 0xa8, 0x1a, 0x41, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
- 0xa2, 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8, 0xbf, 0x87, 0xe6, 0xbb, 0xa4, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe6, 0x94, 0xaf, 0xe6, 0x8c,
- 0x81, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe5, 0x92, 0x8c, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f,
- 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xd1, 0x01, 0x0a, 0x16, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75,
- 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
- 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
- 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a,
- 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x50,
- 0x72, 0x6f, 0x6a, 0x52, 0x65, 0x73, 0x70, 0x22, 0x70, 0x92, 0x41, 0x43, 0x12, 0x1b, 0xe6, 0x9f,
- 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x9c, 0x89, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x24, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
- 0xa2, 0xe7, 0x94, 0xa8, 0xe6, 0x88, 0xb7, 0xe6, 0x9c, 0x89, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90,
- 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x82,
- 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64,
- 0x5f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xf8, 0x01, 0x0a, 0x12, 0x4c, 0x69,
- 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x49, 0x41, 0x4d,
- 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
- 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x49, 0x41, 0x4d,
- 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x46, 0x6f, 0x72,
- 0x49, 0x41, 0x4d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x9a, 0x01, 0x92, 0x41, 0x70, 0x12, 0x36, 0xe6,
- 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0xbc, 0x80, 0xe5, 0x90, 0xaf, 0xe5, 0xae, 0xb9, 0xe5, 0x99,
- 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x49, 0x41, 0x4d, 0xe6,
- 0x8e, 0x88, 0xe6, 0x9d, 0x83, 0x1a, 0x36, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0xbc, 0x80,
- 0xe5, 0x90, 0xaf, 0xe5, 0xae, 0xb9, 0xe5, 0x99, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7,
- 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe7, 0x94,
- 0xa8, 0xe4, 0xba, 0x8e, 0x49, 0x41, 0x4d, 0xe6, 0x8e, 0x88, 0xe6, 0x9d, 0x83, 0x82, 0xd3, 0xe4,
- 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x5f, 0x66, 0x6f, 0x72,
- 0x5f, 0x69, 0x61, 0x6d, 0x12, 0xce, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70,
- 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6f, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
- 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0xb4, 0xbb,
- 0xe8, 0xb7, 0x83, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0xb4, 0xbb, 0xe8, 0xb7, 0x83, 0x82, 0xd3, 0xe4,
- 0x93, 0x02, 0x32, 0x12, 0x30, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x61,
- 0x63, 0x74, 0x69, 0x76, 0x65, 0x32, 0xcb, 0x04, 0x0a, 0x08, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x12, 0xbd, 0x01, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x12, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
- 0x6e, 0x73, 0x65, 0x22, 0x6d, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe4, 0xbf, 0xa1, 0xe6,
- 0x81, 0xaf, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93,
- 0x02, 0x30, 0x12, 0x2e, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
- 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x12, 0x9d, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e,
- 0x65, 0x73, 0x73, 0x12, 0x1f, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4a, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe6, 0x9f, 0xa5,
- 0xe8, 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a,
- 0x12, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x88, 0x97,
- 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x12, 0xde, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x12, 0x26, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e,
- 0x65, 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c,
- 0x6f, 0x67, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x76, 0x92, 0x41, 0x34,
- 0x12, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe6, 0x8b,
- 0x93, 0xe6, 0x89, 0x91, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8,
- 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe6, 0x8b, 0x93, 0xe6, 0x89, 0x91, 0xe5, 0x88,
- 0x97, 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x12, 0x37, 0x2f, 0x62, 0x63, 0x73,
+ 0x73, 0x46, 0x6f, 0x72, 0x49, 0x41, 0x4d, 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x49, 0x41, 0x4d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x9a,
+ 0x01, 0x92, 0x41, 0x70, 0x12, 0x36, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0xbc, 0x80, 0xe5,
+ 0x90, 0xaf, 0xe5, 0xae, 0xb9, 0xe5, 0x99, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x9a,
+ 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe7, 0x94, 0xa8,
+ 0xe4, 0xba, 0x8e, 0x49, 0x41, 0x4d, 0xe6, 0x8e, 0x88, 0xe6, 0x9d, 0x83, 0x1a, 0x36, 0xe6, 0x9f,
+ 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0xbc, 0x80, 0xe5, 0x90, 0xaf, 0xe5, 0xae, 0xb9, 0xe5, 0x99, 0xa8,
+ 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5,
+ 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x49, 0x41, 0x4d, 0xe6, 0x8e,
+ 0x88, 0xe6, 0x9d, 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x62, 0x63, 0x73,
0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
- 0x7d, 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x2f, 0x74, 0x6f, 0x70, 0x6f, 0x6c,
- 0x6f, 0x67, 0x79, 0x32, 0xc4, 0x17, 0x0a, 0x09, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x12, 0xd7, 0x01, 0x0a, 0x0f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
- 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7b,
- 0x92, 0x41, 0x28, 0x12, 0x12, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5,
- 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02,
- 0x4a, 0x3a, 0x01, 0x2a, 0x22, 0x45, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d,
- 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x94, 0x02, 0x0a, 0x17,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43,
- 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61,
- 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73,
- 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70,
- 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xab, 0x01, 0x92, 0x41, 0x3c, 0x12, 0x1c, 0xe5, 0x88, 0x9b, 0xe5,
- 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x69, 0x74,
- 0x73, 0x6d, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x1a, 0x1c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba,
- 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x69, 0x74, 0x73, 0x6d,
- 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, 0x01, 0x2a, 0x22,
- 0x61, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
+ 0x63, 0x74, 0x73, 0x5f, 0x66, 0x6f, 0x72, 0x5f, 0x69, 0x61, 0x6d, 0x12, 0xce, 0x01, 0x0a, 0x10,
+ 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65,
+ 0x12, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x74,
+ 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6f, 0x92, 0x41, 0x34,
+ 0x12, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x98,
+ 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0xb4, 0xbb, 0xe8, 0xb7, 0x83, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8,
+ 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0xb4,
+ 0xbb, 0xe8, 0xb7, 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x12, 0x30, 0x2f, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72,
+ 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x32, 0xcb, 0x04, 0x0a,
+ 0x08, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0xbd, 0x01, 0x0a, 0x0b, 0x47, 0x65,
+ 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
+ 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
+ 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6d, 0x92, 0x41, 0x34, 0x12,
+ 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x9a,
+ 0xe5, 0x8a, 0xa1, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
+ 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe4, 0xbf, 0xa1,
+ 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x12, 0x2e, 0x2f, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d,
+ 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x9d, 0x01, 0x0a, 0x0c, 0x4c, 0x69,
+ 0x73, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x1f, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x75, 0x73, 0x69,
+ 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x75, 0x73,
+ 0x69, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4a, 0x92,
+ 0x41, 0x28, 0x12, 0x12, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1,
+ 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x12, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4, 0xb8,
+ 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19,
+ 0x12, 0x17, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31,
+ 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0xde, 0x01, 0x0a, 0x13, 0x47, 0x65,
+ 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67,
+ 0x79, 0x12, 0x26, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47,
+ 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f,
+ 0x67, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
+ 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+ 0x73, 0x65, 0x22, 0x76, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4,
+ 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe6, 0x8b, 0x93, 0xe6, 0x89, 0x91, 0xe5, 0x88, 0x97, 0xe8, 0xa1,
+ 0xa8, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe6,
+ 0x8b, 0x93, 0xe6, 0x89, 0x91, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02,
+ 0x39, 0x12, 0x37, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
+ 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
+ 0x73, 0x2f, 0x74, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x32, 0xc4, 0x17, 0x0a, 0x09, 0x4e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0xd7, 0x01, 0x0a, 0x0f, 0x43, 0x72, 0x65,
+ 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
+ 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72,
+ 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73,
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7b, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe5, 0x88, 0x9b, 0xe5,
+ 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12,
+ 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
+ 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4a, 0x3a, 0x01, 0x2a, 0x22, 0x45, 0x2f, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
+ 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x73, 0x12, 0x94, 0x02, 0x0a, 0x17, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x24,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65,
+ 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62,
+ 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xab, 0x01, 0x92, 0x41,
+ 0x3c, 0x12, 0x1c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x69, 0x74, 0x73, 0x6d, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x1a,
+ 0x1c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0x69, 0x74, 0x73, 0x6d, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x66, 0x3a, 0x01, 0x2a, 0x22, 0x61, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
+ 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61,
+ 0x63, 0x6b, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xe4, 0x01, 0x0a, 0x0f, 0x55, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65,
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x87, 0x01, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe6, 0x9b,
+ 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4,
+ 0x1a, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9,
+ 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x56, 0x3a, 0x01, 0x2a, 0x1a, 0x51, 0x2f,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d,
+ 0x12, 0x98, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x24, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63,
+ 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xaf, 0x01, 0x92, 0x41, 0x40, 0x12,
+ 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53, 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x1a,
+ 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53, 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x82,
+ 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, 0x01, 0x2a, 0x22, 0x61, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f,
+ 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f,
+ 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x6c,
+ 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xe4, 0x01, 0x0a, 0x0c,
+ 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1f, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61,
+ 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0x90, 0x01, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8d, 0x95,
+ 0xe4, 0xb8, 0xaa, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a,
+ 0x18, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8d, 0x95, 0xe4, 0xb8, 0xaa, 0xe5, 0x91, 0xbd,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x53, 0x12,
+ 0x51, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f,
0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65,
0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x63, 0x72, 0x65, 0x61,
- 0x74, 0x65, 0x12, 0xe4, 0x01, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
- 0x87, 0x01, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96,
- 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4,
- 0x93, 0x02, 0x56, 0x3a, 0x01, 0x2a, 0x1a, 0x51, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x7d, 0x12, 0xf0, 0x01, 0x0a, 0x0e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x96, 0x01, 0x92,
+ 0x41, 0x46, 0x12, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
+ 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5,
+ 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x47, 0x12, 0x45,
+ 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b,
+ 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0xe1, 0x01, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
+ 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
+ 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+ 0x73, 0x65, 0x22, 0x84, 0x01, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12, 0xe5, 0x88,
+ 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x53, 0x2a, 0x51, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c,
0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e,
- 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x12, 0x98, 0x02, 0x0a, 0x17, 0x55, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x12, 0x98, 0x02, 0x0a, 0x17, 0x44, 0x65,
+ 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c,
0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c,
0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63,
0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
- 0x73, 0x65, 0x22, 0xaf, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0,
+ 0x73, 0x65, 0x22, 0xaf, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4,
0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53,
- 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x1a, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0,
+ 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x1a, 0x1e, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4,
0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53,
- 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, 0x01,
- 0x2a, 0x22, 0x61, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
- 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
- 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x75, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x12, 0xe4, 0x01, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1f, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x90, 0x01, 0x92, 0x41, 0x34, 0x12, 0x18,
- 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8d, 0x95, 0xe4, 0xb8, 0xaa, 0xe5, 0x91, 0xbd, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x18, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96,
- 0xe5, 0x8d, 0x95, 0xe4, 0xb8, 0xaa, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
- 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x53, 0x12, 0x51, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f,
- 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
- 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f,
- 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x12, 0xf0, 0x01, 0x0a, 0x0e,
- 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x21,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74,
- 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c,
- 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73,
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x96, 0x01, 0x92, 0x41, 0x46, 0x12, 0x21, 0xe8, 0x8e, 0xb7,
- 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6,
- 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x21,
- 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe4, 0xb8, 0x8b, 0xe6,
- 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97,
- 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x47, 0x12, 0x45, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
- 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
- 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0xe1,
- 0x01, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
- 0x63, 0x65, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x84, 0x01, 0x92, 0x41,
- 0x28, 0x12, 0x12, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x91, 0xbd,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x53, 0x2a,
- 0x51, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f,
- 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x7d, 0x12, 0x98, 0x02, 0x0a, 0x17, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x24,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62,
- 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xaf, 0x01, 0x92, 0x41,
- 0x40, 0x12, 0x1e, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53, 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0,
- 0x83, 0x1a, 0x1e, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53, 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0,
- 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, 0x01, 0x2a, 0x22, 0x61, 0x2f, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
- 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
- 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x63, 0x61,
- 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xd7, 0x01,
- 0x0a, 0x0d, 0x53, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12,
- 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x79, 0x6e,
- 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x1a, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53,
- 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70,
- 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe5, 0x90, 0x8c, 0xe6,
- 0xad, 0xa5, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12,
- 0xe5, 0x90, 0x8c, 0xe6, 0xad, 0xa5, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
- 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4f, 0x3a, 0x01, 0x2a, 0x22, 0x4a, 0x2f, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x73, 0x2f, 0x73, 0x79, 0x6e, 0x63, 0x12, 0xff, 0x01, 0x0a, 0x11, 0x57, 0x69, 0x74, 0x68,
- 0x64, 0x72, 0x61, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x24, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x57, 0x69, 0x74, 0x68, 0x64,
- 0x72, 0x61, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
- 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9c, 0x01, 0x92, 0x41, 0x34,
- 0x12, 0x18, 0xe6, 0x92, 0xa4, 0xe5, 0x9b, 0x9e, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9,
- 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0x1a, 0x18, 0xe6, 0x92, 0xa4, 0xe5,
- 0x9b, 0x9e, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0xae,
- 0xa1, 0xe6, 0x89, 0xb9, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x5f, 0x3a, 0x01, 0x2a, 0x22, 0x5a, 0x2f,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
- 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d,
- 0x2f, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x12, 0x87, 0x02, 0x0a, 0x14, 0x4c, 0x69,
- 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x73, 0x12, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74,
- 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73,
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9b, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe8, 0x8e, 0xb7,
- 0xe5, 0x8f, 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7,
- 0xe5, 0x8f, 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02,
- 0x52, 0x12, 0x50, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
+ 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, 0x01,
+ 0x2a, 0x22, 0x61, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44,
- 0x7d, 0x2f, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
- 0x63, 0x65, 0x73, 0x12, 0x84, 0x02, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69,
- 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x74,
- 0x65, 0x6e, 0x74, 0x12, 0x2e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73,
- 0x70, 0x61, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x22, 0x9b, 0x01, 0x92,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61,
+ 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x64, 0x65,
+ 0x6c, 0x65, 0x74, 0x65, 0x12, 0xd7, 0x01, 0x0a, 0x0d, 0x53, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41,
+ 0x28, 0x12, 0x12, 0xe5, 0x90, 0x8c, 0xe6, 0xad, 0xa5, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12, 0xe5, 0x90, 0x8c, 0xe6, 0xad, 0xa5, 0xe5, 0x91, 0xbd,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4f, 0x3a,
+ 0x01, 0x2a, 0x22, 0x4a, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
+ 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x73, 0x79, 0x6e, 0x63, 0x12, 0xff,
+ 0x01, 0x0a, 0x11, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77,
+ 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+ 0x65, 0x22, 0x9c, 0x01, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6, 0x92, 0xa4, 0xe5, 0x9b, 0x9e, 0xe5,
+ 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0xae, 0xa1, 0xe6, 0x89,
+ 0xb9, 0x1a, 0x18, 0xe6, 0x92, 0xa4, 0xe5, 0x9b, 0x9e, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0x82, 0xd3, 0xe4, 0x93, 0x02,
+ 0x5f, 0x3a, 0x01, 0x2a, 0x22, 0x5a, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d,
+ 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77,
+ 0x12, 0x87, 0x02, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76,
+ 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9b, 0x01, 0x92,
0x41, 0x40, 0x12, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f,
- 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x86, 0x85, 0xe5,
- 0xae, 0xb9, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f,
- 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x86, 0x85, 0xe5,
- 0xae, 0xb9, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x52, 0x12, 0x50, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8,
+ 0xa1, 0xa8, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8,
+ 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x52, 0x12, 0x50, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f,
0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c,
- 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f,
- 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x32, 0xa2, 0x1c, 0x0a, 0x08, 0x56,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, 0xb2, 0x01, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61,
- 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
- 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x22, 0x59, 0x92, 0x41, 0x1c, 0x12, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0x1a, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x3a, 0x01, 0x2a, 0x22, 0x2f, 0x2f, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xbf, 0x01, 0x0a,
- 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12,
- 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x66, 0x92, 0x41, 0x1c, 0x12, 0x0c, 0xe6, 0x9b, 0xb4,
- 0xe6, 0x96, 0xb0, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x1a, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96,
- 0xb0, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a,
- 0x1a, 0x3c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31,
- 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x12, 0xf5,
- 0x01, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44,
- 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2a, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
- 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x46, 0x12, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
- 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x1a, 0x21, 0xe8, 0x8e,
- 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80,
- 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x82,
- 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xe8, 0x01, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74,
- 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74,
- 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2c, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65,
- 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x22, 0x6e, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88,
- 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89,
- 0x1a, 0x18, 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31,
- 0x2a, 0x2f, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31,
- 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x73, 0x12, 0xfe, 0x01, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65,
- 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x28, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x8f, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe6, 0x89,
- 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe6, 0x89,
- 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x12, 0x44, 0x2f, 0x62,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x2f,
+ 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x84, 0x02, 0x0a, 0x1b, 0x4c,
+ 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
+ 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x2e, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69,
+ 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x74,
+ 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x67, 0x6f, 0x6f,
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72,
+ 0x75, 0x63, 0x74, 0x22, 0x9b, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
+ 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0xe5, 0x86, 0x85, 0xe5, 0xae, 0xb9, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
+ 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0xe5, 0x86, 0x85, 0xe5, 0xae, 0xb9, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x52, 0x12,
+ 0x50, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74,
+ 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f,
+ 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x73, 0x32, 0xa2, 0x1c, 0x0a, 0x08, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, 0xb2,
+ 0x01, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43,
+ 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x59, 0x92, 0x41, 0x1c, 0x12, 0x0c, 0xe5,
+ 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x1a, 0x0c, 0xe5, 0x88, 0x9b,
+ 0xe5, 0xbb, 0xba, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x3a,
+ 0x01, 0x2a, 0x22, 0x2f, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
+ 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x73, 0x12, 0xbf, 0x01, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x66, 0x92,
+ 0x41, 0x1c, 0x12, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0x1a, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x82, 0xd3,
+ 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a, 0x1a, 0x3c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
+ 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x12, 0xf5, 0x01, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e,
+ 0x73, 0x12, 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c,
+ 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e,
+ 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f,
+ 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x46,
+ 0x12, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8,
+ 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a,
+ 0xe4, 0xb9, 0x89, 0x1a, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, 0x62,
0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
- 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x12, 0x9e, 0x02, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73,
- 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2a,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74,
- 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xa9, 0x01, 0x92, 0x41, 0x58, 0x12, 0x2a, 0xe8,
- 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6, 0x9c,
- 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x2a, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
- 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x48, 0x12, 0x46, 0x2f, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x12, 0x87, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c,
- 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12,
- 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x92, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e,
- 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e,
- 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3,
- 0xe4, 0x93, 0x02, 0x49, 0x3a, 0x01, 0x2a, 0x1a, 0x44, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xe8, 0x01,
+ 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
+ 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2c, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f,
+ 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73,
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6e, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6,
+ 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x1a, 0x18, 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9,
+ 0x89, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x2a, 0x2f, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x12, 0xa7, 0x02,
- 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xfe, 0x01, 0x0a, 0x15, 0x4c, 0x69, 0x73,
+ 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x73, 0x12, 0x28, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8f, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe8,
+ 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe,
+ 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe8,
+ 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe,
+ 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x46, 0x12, 0x44, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61,
+ 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44,
+ 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x12, 0x9e, 0x02, 0x0a, 0x17, 0x4c, 0x69,
+ 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x1a, 0x2b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c,
+ 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xa9,
+ 0x01, 0x92, 0x41, 0x58, 0x12, 0x2a, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9,
+ 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
+ 0x1a, 0x2a, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x89,
+ 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4,
+ 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93,
+ 0x02, 0x48, 0x12, 0x46, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
+ 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d,
+ 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x87, 0x02, 0x0a, 0x17, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0x92, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x89, 0x80,
+ 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x89, 0x80,
+ 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x3a, 0x01, 0x2a, 0x1a, 0x44,
+ 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f,
+ 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x12, 0xa7, 0x02, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e,
0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xac, 0x01, 0x92, 0x41, 0x58, 0x12, 0x2a,
- 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6,
- 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a,
- 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x2a, 0xe6, 0x9b, 0xb4, 0xe6,
- 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91,
- 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4b, 0x3a, 0x01, 0x2a, 0x1a,
- 0x46, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0xfb, 0x01, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74,
- 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x12, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
+ 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73,
+ 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x1a, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0xac, 0x01, 0x92, 0x41, 0x58, 0x12, 0x2a, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9,
+ 0xe7, 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80,
+ 0xbc, 0x1a, 0x2a, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6,
+ 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97,
+ 0xb4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x4b, 0x3a, 0x01, 0x2a, 0x1a, 0x46, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
+ 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0xfb,
+ 0x01, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x1a, 0x28, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
- 0x6e, 0x73, 0x65, 0x22, 0x8f, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
- 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
- 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x12,
- 0x44, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f,
- 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xa4, 0x02, 0x0a, 0x16, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x12, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
- 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb2, 0x01, 0x92, 0x41, 0x4c, 0x12, 0x24, 0xe8,
- 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97,
- 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
- 0xe5, 0x80, 0xbc, 0x1a, 0x24, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x91, 0xbd, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x5d, 0x12,
- 0x5b, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f,
- 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x84, 0x02, 0x0a,
- 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61,
+ 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8f, 0x01, 0x92, 0x41, 0x40,
+ 0x12, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a,
+ 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
+ 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a,
+ 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x12, 0x44, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
+ 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xa4, 0x02, 0x0a,
+ 0x16, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61,
0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
+ 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x92,
- 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x3a, 0x01, 0x2a, 0x1a, 0x44, 0x2f,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
- 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x12, 0xad, 0x02, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x12, 0x2b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb5, 0x01, 0x92, 0x41,
- 0x4c, 0x12, 0x24, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x24, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5,
- 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89,
- 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4,
- 0x93, 0x02, 0x60, 0x3a, 0x01, 0x2a, 0x1a, 0x5b, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb2,
+ 0x01, 0x92, 0x41, 0x4c, 0x12, 0x24, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x91, 0xbd, 0xe5,
+ 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c,
+ 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x24, 0xe8, 0x8e, 0xb7, 0xe5,
+ 0x8f, 0x96, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a,
+ 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x5d, 0x12, 0x5b, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c,
0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e,
0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x12, 0xd4, 0x01, 0x0a, 0x0f, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x78, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe4, 0xbb, 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb, 0xb6,
- 0xe4, 0xb8, 0xad, 0xe5, 0xaf, 0xbc, 0xe5, 0x85, 0xa5, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x1a,
- 0x18, 0xe4, 0xbb, 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb, 0xb6, 0xe4, 0xb8, 0xad, 0xe5, 0xaf, 0xbc,
- 0xe5, 0x85, 0xa5, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x3a,
- 0x01, 0x2a, 0x22, 0x36, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
- 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x2f, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x12, 0xb2, 0x02, 0x0a, 0x0f, 0x52,
- 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x22,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x52, 0x65, 0x6e, 0x64,
- 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x6c, 0x65, 0x73, 0x12, 0x84, 0x02, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x29,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61,
+ 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73,
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x92, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe6, 0x9b, 0xb4,
+ 0xe6, 0x96, 0xb0, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6,
+ 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe6, 0x9b, 0xb4,
+ 0xe6, 0x96, 0xb0, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6,
+ 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02,
+ 0x49, 0x3a, 0x01, 0x2a, 0x1a, 0x44, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d,
+ 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xad, 0x02, 0x0a, 0x18, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+ 0x73, 0x65, 0x22, 0xb5, 0x01, 0x92, 0x41, 0x4c, 0x12, 0x24, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6,
+ 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x24,
+ 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
+ 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x60, 0x3a, 0x01, 0x2a, 0x1a, 0x5b, 0x2f,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d,
+ 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xd4, 0x01, 0x0a, 0x0f, 0x49,
+ 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x22,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d, 0x70, 0x6f,
+ 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xd5, 0x01, 0x92, 0x41, 0x68, 0x12, 0x32, 0xe6,
- 0xb8, 0xb2, 0xe6, 0x9f, 0x93, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x9c, 0xa8, 0xe7, 0x89,
- 0xb9, 0xe5, 0xae, 0x9a, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x2c, 0x20, 0xe5, 0x91, 0xbd, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe4, 0xb8, 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x80,
- 0xbc, 0x1a, 0x32, 0xe6, 0xb8, 0xb2, 0xe6, 0x9f, 0x93, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
- 0x9c, 0xa8, 0xe7, 0x89, 0xb9, 0xe5, 0xae, 0x9a, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x2c, 0x20,
- 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe4, 0xb8, 0x8b, 0xe7,
- 0x9a, 0x84, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x64, 0x12, 0x62, 0x2f, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x76,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x72, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x32,
- 0x8f, 0x02, 0x0a, 0x07, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x12, 0x87, 0x01, 0x0a, 0x07,
- 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x12, 0x1a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x43, 0x92, 0x41, 0x22, 0x1a, 0x20, 0xe6, 0x8e, 0xa2, 0xe9, 0x92, 0x88, 0x41, 0x50, 0x49,
- 0x2c, 0x20, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x72, 0x65, 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73,
- 0x73, 0xe6, 0x8e, 0xa2, 0xe6, 0xb5, 0x8b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x68, 0x65,
- 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x12, 0x7a, 0x0a, 0x04, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x17, 0x2e,
+ 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x78, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe4, 0xbb,
+ 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb, 0xb6, 0xe4, 0xb8, 0xad, 0xe5, 0xaf, 0xbc, 0xe5, 0x85, 0xa5,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x1a, 0x18, 0xe4, 0xbb, 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb,
+ 0xb6, 0xe4, 0xb8, 0xad, 0xe5, 0xaf, 0xbc, 0xe5, 0x85, 0xa5, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x3a, 0x01, 0x2a, 0x22, 0x36, 0x2f, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d,
+ 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x69, 0x6d, 0x70, 0x6f, 0x72,
+ 0x74, 0x12, 0xb2, 0x02, 0x0a, 0x0f, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xd5,
+ 0x01, 0x92, 0x41, 0x68, 0x12, 0x32, 0xe6, 0xb8, 0xb2, 0xe6, 0x9f, 0x93, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0x9c, 0xa8, 0xe7, 0x89, 0xb9, 0xe5, 0xae, 0x9a, 0xe9, 0x9b, 0x86, 0xe7, 0xbe,
+ 0xa4, 0x2c, 0x20, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe4,
+ 0xb8, 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x80, 0xbc, 0x1a, 0x32, 0xe6, 0xb8, 0xb2, 0xe6, 0x9f, 0x93,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x9c, 0xa8, 0xe7, 0x89, 0xb9, 0xe5, 0xae, 0x9a, 0xe9,
+ 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x2c, 0x20, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0xe4, 0xb8, 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93,
+ 0x02, 0x64, 0x12, 0x62, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
+ 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f,
+ 0x72, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x32, 0x8f, 0x02, 0x0a, 0x07, 0x48, 0x65, 0x61, 0x6c, 0x74,
+ 0x68, 0x7a, 0x12, 0x87, 0x01, 0x0a, 0x07, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x12, 0x1a,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x6c,
+ 0x74, 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, 0x92, 0x41, 0x22, 0x1a, 0x20, 0xe6, 0x8e,
+ 0xa2, 0xe9, 0x92, 0x88, 0x41, 0x50, 0x49, 0x2c, 0x20, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x72,
+ 0x65, 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73, 0x73, 0xe6, 0x8e, 0xa2, 0xe6, 0xb5, 0x8b, 0x82, 0xd3,
+ 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x12, 0x7a, 0x0a, 0x04,
+ 0x50, 0x69, 0x6e, 0x67, 0x12, 0x17, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e,
0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x3f, 0x92, 0x41, 0x21, 0x1a, 0x1f, 0xe6, 0x8e, 0xa2, 0xe9, 0x92, 0x88, 0x41, 0x50, 0x49,
- 0x2c, 0x20, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73,
- 0xe6, 0x8e, 0xa2, 0xe6, 0xb5, 0x8b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x69, 0x6e,
- 0x67, 0x32, 0x9b, 0x12, 0x0a, 0x0f, 0x42, 0x43, 0x53, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0xbd, 0x01, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x25, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73,
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5e, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe5, 0x88, 0x9b, 0xe5,
- 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf,
- 0xa1, 0xe6, 0x81, 0xaf, 0x1a, 0x18, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3,
- 0xe4, 0x93, 0x02, 0x21, 0x3a, 0x01, 0x2a, 0x22, 0x1c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12, 0xcf, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3f, 0x92, 0x41, 0x21, 0x1a, 0x1f, 0xe6, 0x8e,
+ 0xa2, 0xe9, 0x92, 0x88, 0x41, 0x50, 0x49, 0x2c, 0x20, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x6c,
+ 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0xe6, 0x8e, 0xa2, 0xe6, 0xb5, 0x8b, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x69, 0x6e, 0x67, 0x32, 0x9b, 0x12, 0x0a, 0x0f, 0x42, 0x43, 0x53,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0xbd, 0x01, 0x0a,
+ 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x12, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5e, 0x92, 0x41,
+ 0x34, 0x12, 0x18, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9,
+ 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x1a, 0x18, 0xe5, 0x88, 0x9b,
+ 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4,
+ 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x3a, 0x01, 0x2a, 0x22, 0x1c,
+ 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12, 0xcf, 0x01, 0x0a,
+ 0x0f, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65,
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x76, 0x92, 0x41, 0x45, 0x12, 0x1d, 0xe6, 0x9f, 0xa5,
+ 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x1a, 0x24, 0xe9, 0x80, 0x9a, 0xe8,
+ 0xbf, 0x87, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x44, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9,
+ 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12, 0x26, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x12, 0xc5,
+ 0x01, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x66,
+ 0x92, 0x41, 0x32, 0x12, 0x17, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a, 0x17, 0xe6, 0x9b,
+ 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4,
+ 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x1a, 0x26,
+ 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x12, 0xd0, 0x01, 0x0a, 0x13, 0x53, 0x63, 0x61, 0x6c, 0x65,
+ 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x26,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c,
+ 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65,
0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
- 0x76, 0x92, 0x41, 0x45, 0x12, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0x1a, 0x24, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x49, 0x44, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12,
- 0x26, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71,
- 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x12, 0xc5, 0x01, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x25,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x66, 0x92, 0x41, 0x32, 0x12, 0x17, 0xe6, 0x9b,
- 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a, 0x17, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3,
- 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x1a, 0x26, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x12,
- 0xd0, 0x01, 0x0a, 0x13, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x26, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
- 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61,
- 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x68, 0x92, 0x41, 0x2c, 0x12, 0x17, 0xe6,
- 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a, 0x11, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x3a,
- 0x01, 0x2a, 0x1a, 0x2e, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
+ 0x68, 0x92, 0x41, 0x2c, 0x12, 0x17, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a, 0x11, 0xe6,
+ 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x3a, 0x01, 0x2a, 0x1a, 0x2e, 0x2f, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64,
+ 0x7d, 0x2f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x75, 0x70, 0x12, 0xd8, 0x01, 0x0a, 0x15, 0x53, 0x63,
+ 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x12, 0x28, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65,
+ 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6a, 0x92, 0x41, 0x2c, 0x12, 0x17, 0xe7,
+ 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
+ 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a, 0x11, 0xe7, 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x3a,
+ 0x01, 0x2a, 0x1a, 0x30, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73,
0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x2f, 0x73, 0x63, 0x61, 0x6c, 0x65,
- 0x75, 0x70, 0x12, 0xd8, 0x01, 0x0a, 0x15, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x28, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44,
- 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x22, 0x6a, 0x92, 0x41, 0x2c, 0x12, 0x17, 0xe7, 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a,
- 0x11, 0xe7, 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x3a, 0x01, 0x2a, 0x1a, 0x30, 0x2f, 0x62, 0x63,
+ 0x64, 0x6f, 0x77, 0x6e, 0x12, 0xa9, 0x01, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x25, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70,
+ 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4a, 0x92, 0x41, 0x19, 0x1a, 0x17, 0xe5, 0x88, 0xa0, 0xe9, 0x99,
+ 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x2a, 0x26, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d,
+ 0x12, 0xf1, 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0x6e, 0x73, 0x65, 0x22, 0x8e, 0x01, 0x92, 0x41, 0x67, 0x12, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
+ 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x46, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87,
+ 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8, 0xbf, 0x87, 0xe6,
+ 0xbb, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97,
+ 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0x88, 0x86, 0xe9, 0xa1,
+ 0xb5, 0xe5, 0x92, 0x8c, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x73, 0x12, 0x99, 0x02, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x12, 0x26, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb0, 0x01,
+ 0x92, 0x41, 0x67, 0x12, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8,
+ 0xa1, 0xa8, 0x1a, 0x46, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2,
+ 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8, 0xbf, 0x87, 0xe6, 0xbb, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe6,
+ 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe5, 0x92, 0x8c, 0xe5, 0x85,
+ 0xa8, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40,
+ 0x12, 0x3e, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x32,
+ 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x73,
+ 0x12, 0x86, 0x02, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71,
+ 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73,
+ 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x9f, 0x01, 0x92, 0x41, 0x68, 0x12, 0x1e, 0xe6,
+ 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
+ 0x9d, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x1a, 0x46, 0xe6,
+ 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe7, 0x94, 0xa8, 0xe6, 0x88, 0xb7, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6,
+ 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe6, 0x8b, 0xac, 0xe9, 0x85, 0x8d,
+ 0xe9, 0xa2, 0x9d, 0xe5, 0x92, 0x8c, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe8,
+ 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x12, 0x2c, 0x2f, 0x62, 0x63,
0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x49, 0x64, 0x7d, 0x2f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x64, 0x6f, 0x77, 0x6e, 0x12, 0xa9, 0x01,
- 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x12, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4a, 0x92,
- 0x41, 0x19, 0x1a, 0x17, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02,
- 0x28, 0x2a, 0x26, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
- 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f,
- 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x12, 0xf1, 0x01, 0x0a, 0x11, 0x4c, 0x69,
- 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12,
- 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73,
- 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8e, 0x01, 0x92,
- 0x41, 0x67, 0x12, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1,
- 0xa8, 0x1a, 0x46, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5,
- 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8, 0xbf, 0x87, 0xe6, 0xbb, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe6, 0x94,
- 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe5, 0x92, 0x8c, 0xe5, 0x85, 0xa8,
- 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12,
- 0x1c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12, 0x99, 0x02,
- 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
- 0x74, 0x61, 0x73, 0x56, 0x32, 0x12, 0x26, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb0, 0x01, 0x92, 0x41, 0x67, 0x12, 0x1d, 0xe6, 0x9f,
- 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x46, 0xe9, 0x80, 0x9a,
- 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8,
- 0xbf, 0x87, 0xe6, 0xbb, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0x88,
- 0x86, 0xe9, 0xa1, 0xb5, 0xe5, 0x92, 0x8c, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0,
- 0xe6, 0x8d, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x12, 0x3e, 0x2f, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
- 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64,
- 0x65, 0x7d, 0x2f, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12, 0x86, 0x02, 0x0a, 0x15, 0x47, 0x65,
- 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73,
- 0x61, 0x67, 0x65, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
- 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70,
- 0x22, 0x9f, 0x01, 0x92, 0x41, 0x68, 0x12, 0x1e, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8,
- 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x1a, 0x46, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe7, 0x94,
- 0xa8, 0xe6, 0x88, 0xb7, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7,
- 0x9a, 0x84, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x2c, 0x20,
- 0xe5, 0x8c, 0x85, 0xe6, 0x8b, 0xac, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe5, 0x92, 0x8c, 0xe5,
- 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x82, 0xd3,
- 0xe4, 0x93, 0x02, 0x2e, 0x12, 0x2c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x61,
- 0x67, 0x65, 0x12, 0xba, 0x02, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
- 0x73, 0x12, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47,
- 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53,
- 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x1a, 0x2e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65,
+ 0x49, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x12, 0xba, 0x02, 0x0a, 0x1a, 0x47, 0x65,
0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74,
- 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0xbc, 0x01, 0x92, 0x41, 0x68, 0x12, 0x1e, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8,
- 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x1a, 0x46, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe7, 0x94,
- 0xa8, 0xe6, 0x88, 0xb7, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7,
- 0x9a, 0x84, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x2c, 0x20,
- 0xe5, 0x8c, 0x85, 0xe6, 0x8b, 0xac, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe5, 0x92, 0x8c, 0xe5,
- 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x82, 0xd3,
- 0xe4, 0x93, 0x02, 0x4b, 0x12, 0x49, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x42,
- 0xa3, 0x01, 0x92, 0x41, 0x90, 0x01, 0x12, 0x24, 0x0a, 0x1b, 0x42, 0x63, 0x73, 0x20, 0x50, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x20, 0x41, 0x50,
- 0x49, 0x20, 0x44, 0x6f, 0x63, 0x32, 0x05, 0x30, 0x2e, 0x30, 0x2e, 0x31, 0x22, 0x0a, 0x2f, 0x62,
- 0x63, 0x73, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x34, 0x2a, 0x01, 0x01, 0x32, 0x10, 0x61, 0x70, 0x70,
- 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x10, 0x61,
- 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6a, 0x73, 0x6f, 0x6e, 0x5a,
- 0x23, 0x0a, 0x21, 0x0a, 0x0a, 0x41, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x41, 0x75, 0x74, 0x68, 0x12,
- 0x13, 0x08, 0x02, 0x1a, 0x0d, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69,
- 0x6f, 0x6e, 0x20, 0x02, 0x62, 0x10, 0x0a, 0x0e, 0x0a, 0x0a, 0x41, 0x70, 0x69, 0x4b, 0x65, 0x79,
- 0x41, 0x75, 0x74, 0x68, 0x12, 0x00, 0x5a, 0x0d, 0x2e, 0x2f, 0x3b, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+ 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x12, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xbc, 0x01, 0x92, 0x41, 0x68, 0x12, 0x1e, 0xe6,
+ 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
+ 0x9d, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x1a, 0x46, 0xe6,
+ 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe7, 0x94, 0xa8, 0xe6, 0x88, 0xb7, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6,
+ 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe6, 0x8b, 0xac, 0xe9, 0x85, 0x8d,
+ 0xe9, 0xa2, 0x9d, 0xe5, 0x92, 0x8c, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe8,
+ 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4b, 0x12, 0x49, 0x2f, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43,
+ 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74,
+ 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x42, 0xa3, 0x01, 0x92, 0x41, 0x90, 0x01, 0x12, 0x24, 0x0a,
+ 0x1b, 0x42, 0x63, 0x73, 0x20, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x4d, 0x61, 0x6e,
+ 0x61, 0x67, 0x65, 0x72, 0x20, 0x41, 0x50, 0x49, 0x20, 0x44, 0x6f, 0x63, 0x32, 0x05, 0x30, 0x2e,
+ 0x30, 0x2e, 0x31, 0x22, 0x0a, 0x2f, 0x62, 0x63, 0x73, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x34, 0x2a,
+ 0x01, 0x01, 0x32, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f,
+ 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f,
+ 0x6e, 0x2f, 0x6a, 0x73, 0x6f, 0x6e, 0x5a, 0x23, 0x0a, 0x21, 0x0a, 0x0a, 0x41, 0x70, 0x69, 0x4b,
+ 0x65, 0x79, 0x41, 0x75, 0x74, 0x68, 0x12, 0x13, 0x08, 0x02, 0x1a, 0x0d, 0x41, 0x75, 0x74, 0x68,
+ 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x02, 0x62, 0x10, 0x0a, 0x0e, 0x0a,
+ 0x0a, 0x41, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x41, 0x75, 0x74, 0x68, 0x12, 0x00, 0x5a, 0x0d, 0x2e,
+ 0x2f, 0x3b, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x62, 0x06, 0x70, 0x72,
+ 0x6f, 0x74, 0x6f, 0x33,
}
var (
@@ -14086,7 +14164,7 @@ func file_bcsproject_proto_rawDescGZIP() []byte {
return file_bcsproject_proto_rawDescData
}
-var file_bcsproject_proto_msgTypes = make([]protoimpl.MessageInfo, 141)
+var file_bcsproject_proto_msgTypes = make([]protoimpl.MessageInfo, 142)
var file_bcsproject_proto_goTypes = []interface{}{
(*Project)(nil), // 0: bcsproject.Project
(*CreateProjectRequest)(nil), // 1: bcsproject.CreateProjectRequest
@@ -14133,124 +14211,125 @@ var file_bcsproject_proto_goTypes = []interface{}{
(*DeleteNamespaceRequest)(nil), // 42: bcsproject.DeleteNamespaceRequest
(*DeleteNamespaceResponse)(nil), // 43: bcsproject.DeleteNamespaceResponse
(*NamespaceData)(nil), // 44: bcsproject.NamespaceData
- (*NativeNamespaceData)(nil), // 45: bcsproject.NativeNamespaceData
- (*Label)(nil), // 46: bcsproject.Label
- (*Annotation)(nil), // 47: bcsproject.Annotation
- (*ResourceQuota)(nil), // 48: bcsproject.ResourceQuota
- (*CreateVariableRequest)(nil), // 49: bcsproject.CreateVariableRequest
- (*CreateVariableResponse)(nil), // 50: bcsproject.CreateVariableResponse
- (*UpdateVariableRequest)(nil), // 51: bcsproject.UpdateVariableRequest
- (*UpdateVariableResponse)(nil), // 52: bcsproject.UpdateVariableResponse
- (*ListVariableDefinitionsRequest)(nil), // 53: bcsproject.ListVariableDefinitionsRequest
- (*ListVariableDefinitionsResponse)(nil), // 54: bcsproject.ListVariableDefinitionsResponse
- (*DeleteVariableDefinitionsRequest)(nil), // 55: bcsproject.DeleteVariableDefinitionsRequest
- (*DeleteVariableDefinitionsResponse)(nil), // 56: bcsproject.DeleteVariableDefinitionsResponse
- (*ListClustersVariablesRequest)(nil), // 57: bcsproject.ListClustersVariablesRequest
- (*ListClustersVariablesResponse)(nil), // 58: bcsproject.ListClustersVariablesResponse
- (*ListNamespacesVariablesRequest)(nil), // 59: bcsproject.ListNamespacesVariablesRequest
- (*ListNamespacesVariablesResponse)(nil), // 60: bcsproject.ListNamespacesVariablesResponse
- (*UpdateClustersVariablesRequest)(nil), // 61: bcsproject.UpdateClustersVariablesRequest
- (*UpdateClustersVariablesResponse)(nil), // 62: bcsproject.UpdateClustersVariablesResponse
- (*UpdateNamespacesVariablesRequest)(nil), // 63: bcsproject.UpdateNamespacesVariablesRequest
- (*UpdateNamespacesVariablesResponse)(nil), // 64: bcsproject.UpdateNamespacesVariablesResponse
- (*ListClusterVariablesRequest)(nil), // 65: bcsproject.ListClusterVariablesRequest
- (*ListClusterVariablesResponse)(nil), // 66: bcsproject.ListClusterVariablesResponse
- (*ListNamespaceVariablesRequest)(nil), // 67: bcsproject.ListNamespaceVariablesRequest
- (*ListNamespaceVariablesResponse)(nil), // 68: bcsproject.ListNamespaceVariablesResponse
- (*UpdateClusterVariablesRequest)(nil), // 69: bcsproject.UpdateClusterVariablesRequest
- (*UpdateClusterVariablesResponse)(nil), // 70: bcsproject.UpdateClusterVariablesResponse
- (*UpdateNamespaceVariablesRequest)(nil), // 71: bcsproject.UpdateNamespaceVariablesRequest
- (*UpdateNamespaceVariablesResponse)(nil), // 72: bcsproject.UpdateNamespaceVariablesResponse
- (*ImportVariablesRequest)(nil), // 73: bcsproject.ImportVariablesRequest
- (*ImportVariablesResponse)(nil), // 74: bcsproject.ImportVariablesResponse
- (*RenderVariablesRequest)(nil), // 75: bcsproject.RenderVariablesRequest
- (*RenderVariablesResponse)(nil), // 76: bcsproject.RenderVariablesResponse
- (*VariableDefinition)(nil), // 77: bcsproject.VariableDefinition
- (*VariableValue)(nil), // 78: bcsproject.VariableValue
- (*CreateVariableData)(nil), // 79: bcsproject.CreateVariableData
- (*UpdateVariableData)(nil), // 80: bcsproject.UpdateVariableData
- (*ListVariableDefinitionData)(nil), // 81: bcsproject.ListVariableDefinitionData
- (*DeleteVariableDefinitionsData)(nil), // 82: bcsproject.DeleteVariableDefinitionsData
- (*ListVariableValuesData)(nil), // 83: bcsproject.ListVariableValuesData
- (*ImportVariableData)(nil), // 84: bcsproject.ImportVariableData
- (*ImportVariableVarData)(nil), // 85: bcsproject.ImportVariableVarData
- (*HealthzRequest)(nil), // 86: bcsproject.HealthzRequest
- (*HealthzResponse)(nil), // 87: bcsproject.HealthzResponse
- (*HealthzData)(nil), // 88: bcsproject.HealthzData
- (*PingRequest)(nil), // 89: bcsproject.PingRequest
- (*PingResponse)(nil), // 90: bcsproject.PingResponse
- (*ProjectQuota)(nil), // 91: bcsproject.ProjectQuota
- (*NodeGroup)(nil), // 92: bcsproject.NodeGroup
- (*QuotaResource)(nil), // 93: bcsproject.QuotaResource
- (*QuotaStrategy)(nil), // 94: bcsproject.QuotaStrategy
- (*InstanceTypeConfig)(nil), // 95: bcsproject.InstanceTypeConfig
- (*DataDisk)(nil), // 96: bcsproject.DataDisk
- (*DeviceInfo)(nil), // 97: bcsproject.DeviceInfo
- (*CreateProjectQuotaRequest)(nil), // 98: bcsproject.CreateProjectQuotaRequest
- (*QuotaAttr)(nil), // 99: bcsproject.QuotaAttr
- (*QuotaLimit)(nil), // 100: bcsproject.QuotaLimit
- (*QuotaSharedProject)(nil), // 101: bcsproject.QuotaSharedProject
- (*GetProjectQuotaRequest)(nil), // 102: bcsproject.GetProjectQuotaRequest
- (*QuotaSharedProjectList)(nil), // 103: bcsproject.QuotaSharedProjectList
- (*UpdateProjectQuotaRequest)(nil), // 104: bcsproject.UpdateProjectQuotaRequest
- (*UpdateProjectV2Request)(nil), // 105: bcsproject.UpdateProjectV2Request
- (*DeleteProjectQuotaRequest)(nil), // 106: bcsproject.DeleteProjectQuotaRequest
- (*ProjectQuotaResponse)(nil), // 107: bcsproject.ProjectQuotaResponse
- (*ListProjectQuotasRequest)(nil), // 108: bcsproject.ListProjectQuotasRequest
- (*ListProjectQuotasData)(nil), // 109: bcsproject.ListProjectQuotasData
- (*ListProjectQuotasResponse)(nil), // 110: bcsproject.ListProjectQuotasResponse
- (*ListProjectQuotasV2Request)(nil), // 111: bcsproject.ListProjectQuotasV2Request
- (*ListProjectQuotasV2Response)(nil), // 112: bcsproject.ListProjectQuotasV2Response
- (*GetProjectQuotasUsageReq)(nil), // 113: bcsproject.GetProjectQuotasUsageReq
- (*GetProjectQuotasUsageResp)(nil), // 114: bcsproject.GetProjectQuotasUsageResp
- (*ZoneResourceUsage)(nil), // 115: bcsproject.ZoneResourceUsage
- (*GetProjectQuotasUsageData)(nil), // 116: bcsproject.GetProjectQuotasUsageData
- (*ScaleUpProjectQuotaRequest)(nil), // 117: bcsproject.ScaleUpProjectQuotaRequest
- (*ScaleUpProjectQuotaResponse)(nil), // 118: bcsproject.ScaleUpProjectQuotaResponse
- (*ScaleDownProjectQuotaRequest)(nil), // 119: bcsproject.ScaleDownProjectQuotaRequest
- (*ScaleDownProjectQuotaResponse)(nil), // 120: bcsproject.ScaleDownProjectQuotaResponse
- (*GetProjectQuotasStatisticsRequest)(nil), // 121: bcsproject.GetProjectQuotasStatisticsRequest
- (*GetProjectQuotasStatisticsResponse)(nil), // 122: bcsproject.GetProjectQuotasStatisticsResponse
- (*QuotaResourceData)(nil), // 123: bcsproject.QuotaResourceData
- (*ProjectQuotasStatisticsData)(nil), // 124: bcsproject.ProjectQuotasStatisticsData
- nil, // 125: bcsproject.Project.LabelsEntry
- nil, // 126: bcsproject.Project.AnnotationsEntry
- nil, // 127: bcsproject.CreateProjectRequest.LabelsEntry
- nil, // 128: bcsproject.CreateProjectRequest.AnnotationsEntry
- nil, // 129: bcsproject.UpdateProjectRequest.LabelsEntry
- nil, // 130: bcsproject.UpdateProjectRequest.AnnotationsEntry
- (*ListProjectsForIAMResp_Project)(nil), // 131: bcsproject.ListProjectsForIAMResp.Project
- nil, // 132: bcsproject.ProjectQuota.LabelsEntry
- nil, // 133: bcsproject.ProjectQuota.AnnotationsEntry
- nil, // 134: bcsproject.DeviceInfo.AttributesEntry
- nil, // 135: bcsproject.CreateProjectQuotaRequest.LabelsEntry
- nil, // 136: bcsproject.CreateProjectQuotaRequest.AnnotationsEntry
- nil, // 137: bcsproject.UpdateProjectQuotaRequest.LabelsEntry
- nil, // 138: bcsproject.UpdateProjectQuotaRequest.AnnotationsEntry
- nil, // 139: bcsproject.UpdateProjectV2Request.LabelsEntry
- nil, // 140: bcsproject.UpdateProjectV2Request.AnnotationsEntry
- (*wrappers.BoolValue)(nil), // 141: google.protobuf.BoolValue
- (*_struct.Struct)(nil), // 142: google.protobuf.Struct
- (*wrappers.Int64Value)(nil), // 143: google.protobuf.Int64Value
+ (*OtherQuota)(nil), // 45: bcsproject.OtherQuota
+ (*NativeNamespaceData)(nil), // 46: bcsproject.NativeNamespaceData
+ (*Label)(nil), // 47: bcsproject.Label
+ (*Annotation)(nil), // 48: bcsproject.Annotation
+ (*ResourceQuota)(nil), // 49: bcsproject.ResourceQuota
+ (*CreateVariableRequest)(nil), // 50: bcsproject.CreateVariableRequest
+ (*CreateVariableResponse)(nil), // 51: bcsproject.CreateVariableResponse
+ (*UpdateVariableRequest)(nil), // 52: bcsproject.UpdateVariableRequest
+ (*UpdateVariableResponse)(nil), // 53: bcsproject.UpdateVariableResponse
+ (*ListVariableDefinitionsRequest)(nil), // 54: bcsproject.ListVariableDefinitionsRequest
+ (*ListVariableDefinitionsResponse)(nil), // 55: bcsproject.ListVariableDefinitionsResponse
+ (*DeleteVariableDefinitionsRequest)(nil), // 56: bcsproject.DeleteVariableDefinitionsRequest
+ (*DeleteVariableDefinitionsResponse)(nil), // 57: bcsproject.DeleteVariableDefinitionsResponse
+ (*ListClustersVariablesRequest)(nil), // 58: bcsproject.ListClustersVariablesRequest
+ (*ListClustersVariablesResponse)(nil), // 59: bcsproject.ListClustersVariablesResponse
+ (*ListNamespacesVariablesRequest)(nil), // 60: bcsproject.ListNamespacesVariablesRequest
+ (*ListNamespacesVariablesResponse)(nil), // 61: bcsproject.ListNamespacesVariablesResponse
+ (*UpdateClustersVariablesRequest)(nil), // 62: bcsproject.UpdateClustersVariablesRequest
+ (*UpdateClustersVariablesResponse)(nil), // 63: bcsproject.UpdateClustersVariablesResponse
+ (*UpdateNamespacesVariablesRequest)(nil), // 64: bcsproject.UpdateNamespacesVariablesRequest
+ (*UpdateNamespacesVariablesResponse)(nil), // 65: bcsproject.UpdateNamespacesVariablesResponse
+ (*ListClusterVariablesRequest)(nil), // 66: bcsproject.ListClusterVariablesRequest
+ (*ListClusterVariablesResponse)(nil), // 67: bcsproject.ListClusterVariablesResponse
+ (*ListNamespaceVariablesRequest)(nil), // 68: bcsproject.ListNamespaceVariablesRequest
+ (*ListNamespaceVariablesResponse)(nil), // 69: bcsproject.ListNamespaceVariablesResponse
+ (*UpdateClusterVariablesRequest)(nil), // 70: bcsproject.UpdateClusterVariablesRequest
+ (*UpdateClusterVariablesResponse)(nil), // 71: bcsproject.UpdateClusterVariablesResponse
+ (*UpdateNamespaceVariablesRequest)(nil), // 72: bcsproject.UpdateNamespaceVariablesRequest
+ (*UpdateNamespaceVariablesResponse)(nil), // 73: bcsproject.UpdateNamespaceVariablesResponse
+ (*ImportVariablesRequest)(nil), // 74: bcsproject.ImportVariablesRequest
+ (*ImportVariablesResponse)(nil), // 75: bcsproject.ImportVariablesResponse
+ (*RenderVariablesRequest)(nil), // 76: bcsproject.RenderVariablesRequest
+ (*RenderVariablesResponse)(nil), // 77: bcsproject.RenderVariablesResponse
+ (*VariableDefinition)(nil), // 78: bcsproject.VariableDefinition
+ (*VariableValue)(nil), // 79: bcsproject.VariableValue
+ (*CreateVariableData)(nil), // 80: bcsproject.CreateVariableData
+ (*UpdateVariableData)(nil), // 81: bcsproject.UpdateVariableData
+ (*ListVariableDefinitionData)(nil), // 82: bcsproject.ListVariableDefinitionData
+ (*DeleteVariableDefinitionsData)(nil), // 83: bcsproject.DeleteVariableDefinitionsData
+ (*ListVariableValuesData)(nil), // 84: bcsproject.ListVariableValuesData
+ (*ImportVariableData)(nil), // 85: bcsproject.ImportVariableData
+ (*ImportVariableVarData)(nil), // 86: bcsproject.ImportVariableVarData
+ (*HealthzRequest)(nil), // 87: bcsproject.HealthzRequest
+ (*HealthzResponse)(nil), // 88: bcsproject.HealthzResponse
+ (*HealthzData)(nil), // 89: bcsproject.HealthzData
+ (*PingRequest)(nil), // 90: bcsproject.PingRequest
+ (*PingResponse)(nil), // 91: bcsproject.PingResponse
+ (*ProjectQuota)(nil), // 92: bcsproject.ProjectQuota
+ (*NodeGroup)(nil), // 93: bcsproject.NodeGroup
+ (*QuotaResource)(nil), // 94: bcsproject.QuotaResource
+ (*QuotaStrategy)(nil), // 95: bcsproject.QuotaStrategy
+ (*InstanceTypeConfig)(nil), // 96: bcsproject.InstanceTypeConfig
+ (*DataDisk)(nil), // 97: bcsproject.DataDisk
+ (*DeviceInfo)(nil), // 98: bcsproject.DeviceInfo
+ (*CreateProjectQuotaRequest)(nil), // 99: bcsproject.CreateProjectQuotaRequest
+ (*QuotaAttr)(nil), // 100: bcsproject.QuotaAttr
+ (*QuotaLimit)(nil), // 101: bcsproject.QuotaLimit
+ (*QuotaSharedProject)(nil), // 102: bcsproject.QuotaSharedProject
+ (*GetProjectQuotaRequest)(nil), // 103: bcsproject.GetProjectQuotaRequest
+ (*QuotaSharedProjectList)(nil), // 104: bcsproject.QuotaSharedProjectList
+ (*UpdateProjectQuotaRequest)(nil), // 105: bcsproject.UpdateProjectQuotaRequest
+ (*UpdateProjectV2Request)(nil), // 106: bcsproject.UpdateProjectV2Request
+ (*DeleteProjectQuotaRequest)(nil), // 107: bcsproject.DeleteProjectQuotaRequest
+ (*ProjectQuotaResponse)(nil), // 108: bcsproject.ProjectQuotaResponse
+ (*ListProjectQuotasRequest)(nil), // 109: bcsproject.ListProjectQuotasRequest
+ (*ListProjectQuotasData)(nil), // 110: bcsproject.ListProjectQuotasData
+ (*ListProjectQuotasResponse)(nil), // 111: bcsproject.ListProjectQuotasResponse
+ (*ListProjectQuotasV2Request)(nil), // 112: bcsproject.ListProjectQuotasV2Request
+ (*ListProjectQuotasV2Response)(nil), // 113: bcsproject.ListProjectQuotasV2Response
+ (*GetProjectQuotasUsageReq)(nil), // 114: bcsproject.GetProjectQuotasUsageReq
+ (*GetProjectQuotasUsageResp)(nil), // 115: bcsproject.GetProjectQuotasUsageResp
+ (*ZoneResourceUsage)(nil), // 116: bcsproject.ZoneResourceUsage
+ (*GetProjectQuotasUsageData)(nil), // 117: bcsproject.GetProjectQuotasUsageData
+ (*ScaleUpProjectQuotaRequest)(nil), // 118: bcsproject.ScaleUpProjectQuotaRequest
+ (*ScaleUpProjectQuotaResponse)(nil), // 119: bcsproject.ScaleUpProjectQuotaResponse
+ (*ScaleDownProjectQuotaRequest)(nil), // 120: bcsproject.ScaleDownProjectQuotaRequest
+ (*ScaleDownProjectQuotaResponse)(nil), // 121: bcsproject.ScaleDownProjectQuotaResponse
+ (*GetProjectQuotasStatisticsRequest)(nil), // 122: bcsproject.GetProjectQuotasStatisticsRequest
+ (*GetProjectQuotasStatisticsResponse)(nil), // 123: bcsproject.GetProjectQuotasStatisticsResponse
+ (*QuotaResourceData)(nil), // 124: bcsproject.QuotaResourceData
+ (*ProjectQuotasStatisticsData)(nil), // 125: bcsproject.ProjectQuotasStatisticsData
+ nil, // 126: bcsproject.Project.LabelsEntry
+ nil, // 127: bcsproject.Project.AnnotationsEntry
+ nil, // 128: bcsproject.CreateProjectRequest.LabelsEntry
+ nil, // 129: bcsproject.CreateProjectRequest.AnnotationsEntry
+ nil, // 130: bcsproject.UpdateProjectRequest.LabelsEntry
+ nil, // 131: bcsproject.UpdateProjectRequest.AnnotationsEntry
+ (*ListProjectsForIAMResp_Project)(nil), // 132: bcsproject.ListProjectsForIAMResp.Project
+ nil, // 133: bcsproject.ProjectQuota.LabelsEntry
+ nil, // 134: bcsproject.ProjectQuota.AnnotationsEntry
+ nil, // 135: bcsproject.DeviceInfo.AttributesEntry
+ nil, // 136: bcsproject.CreateProjectQuotaRequest.LabelsEntry
+ nil, // 137: bcsproject.CreateProjectQuotaRequest.AnnotationsEntry
+ nil, // 138: bcsproject.UpdateProjectQuotaRequest.LabelsEntry
+ nil, // 139: bcsproject.UpdateProjectQuotaRequest.AnnotationsEntry
+ nil, // 140: bcsproject.UpdateProjectV2Request.LabelsEntry
+ nil, // 141: bcsproject.UpdateProjectV2Request.AnnotationsEntry
+ (*wrappers.BoolValue)(nil), // 142: google.protobuf.BoolValue
+ (*_struct.Struct)(nil), // 143: google.protobuf.Struct
+ (*wrappers.Int64Value)(nil), // 144: google.protobuf.Int64Value
}
var file_bcsproject_proto_depIdxs = []int32{
- 125, // 0: bcsproject.Project.labels:type_name -> bcsproject.Project.LabelsEntry
- 126, // 1: bcsproject.Project.annotations:type_name -> bcsproject.Project.AnnotationsEntry
- 127, // 2: bcsproject.CreateProjectRequest.labels:type_name -> bcsproject.CreateProjectRequest.LabelsEntry
- 128, // 3: bcsproject.CreateProjectRequest.annotations:type_name -> bcsproject.CreateProjectRequest.AnnotationsEntry
- 141, // 4: bcsproject.UpdateProjectRequest.useBKRes:type_name -> google.protobuf.BoolValue
- 141, // 5: bcsproject.UpdateProjectRequest.isOffline:type_name -> google.protobuf.BoolValue
- 129, // 6: bcsproject.UpdateProjectRequest.labels:type_name -> bcsproject.UpdateProjectRequest.LabelsEntry
- 130, // 7: bcsproject.UpdateProjectRequest.annotations:type_name -> bcsproject.UpdateProjectRequest.AnnotationsEntry
+ 126, // 0: bcsproject.Project.labels:type_name -> bcsproject.Project.LabelsEntry
+ 127, // 1: bcsproject.Project.annotations:type_name -> bcsproject.Project.AnnotationsEntry
+ 128, // 2: bcsproject.CreateProjectRequest.labels:type_name -> bcsproject.CreateProjectRequest.LabelsEntry
+ 129, // 3: bcsproject.CreateProjectRequest.annotations:type_name -> bcsproject.CreateProjectRequest.AnnotationsEntry
+ 142, // 4: bcsproject.UpdateProjectRequest.useBKRes:type_name -> google.protobuf.BoolValue
+ 142, // 5: bcsproject.UpdateProjectRequest.isOffline:type_name -> google.protobuf.BoolValue
+ 130, // 6: bcsproject.UpdateProjectRequest.labels:type_name -> bcsproject.UpdateProjectRequest.LabelsEntry
+ 131, // 7: bcsproject.UpdateProjectRequest.annotations:type_name -> bcsproject.UpdateProjectRequest.AnnotationsEntry
0, // 8: bcsproject.ProjectResponse.data:type_name -> bcsproject.Project
9, // 9: bcsproject.ProjectResponse.web_annotations:type_name -> bcsproject.Perms
0, // 10: bcsproject.ListProjectData.results:type_name -> bcsproject.Project
7, // 11: bcsproject.ListProjectsResponse.data:type_name -> bcsproject.ListProjectData
9, // 12: bcsproject.ListProjectsResponse.web_annotations:type_name -> bcsproject.Perms
- 142, // 13: bcsproject.Perms.perms:type_name -> google.protobuf.Struct
+ 143, // 13: bcsproject.Perms.perms:type_name -> google.protobuf.Struct
7, // 14: bcsproject.ListAuthorizedProjResp.data:type_name -> bcsproject.ListProjectData
9, // 15: bcsproject.ListAuthorizedProjResp.web_annotations:type_name -> bcsproject.Perms
- 131, // 16: bcsproject.ListProjectsForIAMResp.data:type_name -> bcsproject.ListProjectsForIAMResp.Project
+ 132, // 16: bcsproject.ListProjectsForIAMResp.data:type_name -> bcsproject.ListProjectsForIAMResp.Project
16, // 17: bcsproject.GetProjectActiveResponse.data:type_name -> bcsproject.ProjectActiveData
23, // 18: bcsproject.GetBusinessResponse.data:type_name -> bcsproject.BusinessData
9, // 19: bcsproject.GetBusinessResponse.web_annotations:type_name -> bcsproject.Perms
@@ -14259,212 +14338,214 @@ var file_bcsproject_proto_depIdxs = []int32{
24, // 22: bcsproject.GetBusinessTopologyResponse.data:type_name -> bcsproject.TopologyData
9, // 23: bcsproject.GetBusinessTopologyResponse.web_annotations:type_name -> bcsproject.Perms
24, // 24: bcsproject.TopologyData.child:type_name -> bcsproject.TopologyData
- 48, // 25: bcsproject.CreateNamespaceRequest.quota:type_name -> bcsproject.ResourceQuota
- 46, // 26: bcsproject.CreateNamespaceRequest.labels:type_name -> bcsproject.Label
- 47, // 27: bcsproject.CreateNamespaceRequest.annotations:type_name -> bcsproject.Annotation
- 78, // 28: bcsproject.CreateNamespaceRequest.variables:type_name -> bcsproject.VariableValue
+ 49, // 25: bcsproject.CreateNamespaceRequest.quota:type_name -> bcsproject.ResourceQuota
+ 47, // 26: bcsproject.CreateNamespaceRequest.labels:type_name -> bcsproject.Label
+ 48, // 27: bcsproject.CreateNamespaceRequest.annotations:type_name -> bcsproject.Annotation
+ 79, // 28: bcsproject.CreateNamespaceRequest.variables:type_name -> bcsproject.VariableValue
44, // 29: bcsproject.CreateNamespaceResponse.data:type_name -> bcsproject.NamespaceData
9, // 30: bcsproject.CreateNamespaceResponse.web_annotations:type_name -> bcsproject.Perms
- 46, // 31: bcsproject.UpdateNamespaceRequest.labels:type_name -> bcsproject.Label
- 47, // 32: bcsproject.UpdateNamespaceRequest.annotations:type_name -> bcsproject.Annotation
- 48, // 33: bcsproject.UpdateNamespaceRequest.quota:type_name -> bcsproject.ResourceQuota
+ 47, // 31: bcsproject.UpdateNamespaceRequest.labels:type_name -> bcsproject.Label
+ 48, // 32: bcsproject.UpdateNamespaceRequest.annotations:type_name -> bcsproject.Annotation
+ 49, // 33: bcsproject.UpdateNamespaceRequest.quota:type_name -> bcsproject.ResourceQuota
9, // 34: bcsproject.UpdateNamespaceResponse.web_annotations:type_name -> bcsproject.Perms
44, // 35: bcsproject.GetNamespaceResponse.data:type_name -> bcsproject.NamespaceData
9, // 36: bcsproject.GetNamespaceResponse.web_annotations:type_name -> bcsproject.Perms
44, // 37: bcsproject.ListNamespacesResponse.data:type_name -> bcsproject.NamespaceData
9, // 38: bcsproject.ListNamespacesResponse.web_annotations:type_name -> bcsproject.Perms
- 45, // 39: bcsproject.ListNativeNamespacesResponse.data:type_name -> bcsproject.NativeNamespaceData
+ 46, // 39: bcsproject.ListNativeNamespacesResponse.data:type_name -> bcsproject.NativeNamespaceData
9, // 40: bcsproject.ListNativeNamespacesResponse.web_annotations:type_name -> bcsproject.Perms
9, // 41: bcsproject.DeleteNamespaceResponse.perms:type_name -> bcsproject.Perms
- 48, // 42: bcsproject.NamespaceData.quota:type_name -> bcsproject.ResourceQuota
- 48, // 43: bcsproject.NamespaceData.used:type_name -> bcsproject.ResourceQuota
- 46, // 44: bcsproject.NamespaceData.labels:type_name -> bcsproject.Label
- 47, // 45: bcsproject.NamespaceData.annotations:type_name -> bcsproject.Annotation
- 78, // 46: bcsproject.NamespaceData.variables:type_name -> bcsproject.VariableValue
- 79, // 47: bcsproject.CreateVariableResponse.data:type_name -> bcsproject.CreateVariableData
- 80, // 48: bcsproject.UpdateVariableResponse.data:type_name -> bcsproject.UpdateVariableData
- 81, // 49: bcsproject.ListVariableDefinitionsResponse.data:type_name -> bcsproject.ListVariableDefinitionData
- 82, // 50: bcsproject.DeleteVariableDefinitionsResponse.data:type_name -> bcsproject.DeleteVariableDefinitionsData
- 83, // 51: bcsproject.ListClustersVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
- 83, // 52: bcsproject.ListNamespacesVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
- 78, // 53: bcsproject.UpdateClustersVariablesRequest.data:type_name -> bcsproject.VariableValue
- 78, // 54: bcsproject.UpdateNamespacesVariablesRequest.data:type_name -> bcsproject.VariableValue
- 83, // 55: bcsproject.ListClusterVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
- 83, // 56: bcsproject.ListNamespaceVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
- 78, // 57: bcsproject.UpdateClusterVariablesRequest.data:type_name -> bcsproject.VariableValue
- 78, // 58: bcsproject.UpdateNamespaceVariablesRequest.data:type_name -> bcsproject.VariableValue
- 84, // 59: bcsproject.ImportVariablesRequest.data:type_name -> bcsproject.ImportVariableData
- 78, // 60: bcsproject.RenderVariablesResponse.data:type_name -> bcsproject.VariableValue
- 77, // 61: bcsproject.ListVariableDefinitionData.results:type_name -> bcsproject.VariableDefinition
- 78, // 62: bcsproject.ListVariableValuesData.results:type_name -> bcsproject.VariableValue
- 85, // 63: bcsproject.ImportVariableData.vars:type_name -> bcsproject.ImportVariableVarData
- 88, // 64: bcsproject.HealthzResponse.data:type_name -> bcsproject.HealthzData
- 93, // 65: bcsproject.ProjectQuota.quota:type_name -> bcsproject.QuotaResource
- 92, // 66: bcsproject.ProjectQuota.nodeGroups:type_name -> bcsproject.NodeGroup
- 132, // 67: bcsproject.ProjectQuota.labels:type_name -> bcsproject.ProjectQuota.LabelsEntry
- 133, // 68: bcsproject.ProjectQuota.annotations:type_name -> bcsproject.ProjectQuota.AnnotationsEntry
- 99, // 69: bcsproject.ProjectQuota.quotaAttr:type_name -> bcsproject.QuotaAttr
- 101, // 70: bcsproject.ProjectQuota.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProject
- 95, // 71: bcsproject.QuotaResource.zoneResources:type_name -> bcsproject.InstanceTypeConfig
- 97, // 72: bcsproject.QuotaResource.cpu:type_name -> bcsproject.DeviceInfo
- 97, // 73: bcsproject.QuotaResource.mem:type_name -> bcsproject.DeviceInfo
- 97, // 74: bcsproject.QuotaResource.gpu:type_name -> bcsproject.DeviceInfo
- 143, // 75: bcsproject.QuotaStrategy.expectTime:type_name -> google.protobuf.Int64Value
- 96, // 76: bcsproject.InstanceTypeConfig.systemDisk:type_name -> bcsproject.DataDisk
- 96, // 77: bcsproject.InstanceTypeConfig.dataDisks:type_name -> bcsproject.DataDisk
- 134, // 78: bcsproject.DeviceInfo.attributes:type_name -> bcsproject.DeviceInfo.AttributesEntry
- 93, // 79: bcsproject.CreateProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
- 135, // 80: bcsproject.CreateProjectQuotaRequest.labels:type_name -> bcsproject.CreateProjectQuotaRequest.LabelsEntry
- 136, // 81: bcsproject.CreateProjectQuotaRequest.annotations:type_name -> bcsproject.CreateProjectQuotaRequest.AnnotationsEntry
- 99, // 82: bcsproject.CreateProjectQuotaRequest.quotaAttr:type_name -> bcsproject.QuotaAttr
- 141, // 83: bcsproject.CreateProjectQuotaRequest.quotaSharedEnabled:type_name -> google.protobuf.BoolValue
- 101, // 84: bcsproject.CreateProjectQuotaRequest.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProject
- 141, // 85: bcsproject.CreateProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
- 100, // 86: bcsproject.QuotaSharedProject.usageLimit:type_name -> bcsproject.QuotaLimit
- 100, // 87: bcsproject.QuotaSharedProject.usedAmount:type_name -> bcsproject.QuotaLimit
- 101, // 88: bcsproject.QuotaSharedProjectList.values:type_name -> bcsproject.QuotaSharedProject
- 93, // 89: bcsproject.UpdateProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
- 137, // 90: bcsproject.UpdateProjectQuotaRequest.labels:type_name -> bcsproject.UpdateProjectQuotaRequest.LabelsEntry
- 138, // 91: bcsproject.UpdateProjectQuotaRequest.annotations:type_name -> bcsproject.UpdateProjectQuotaRequest.AnnotationsEntry
- 99, // 92: bcsproject.UpdateProjectQuotaRequest.quotaAttr:type_name -> bcsproject.QuotaAttr
- 141, // 93: bcsproject.UpdateProjectQuotaRequest.quotaSharedEnabled:type_name -> google.protobuf.BoolValue
- 103, // 94: bcsproject.UpdateProjectQuotaRequest.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProjectList
- 141, // 95: bcsproject.UpdateProjectV2Request.useBKRes:type_name -> google.protobuf.BoolValue
- 141, // 96: bcsproject.UpdateProjectV2Request.isOffline:type_name -> google.protobuf.BoolValue
- 139, // 97: bcsproject.UpdateProjectV2Request.labels:type_name -> bcsproject.UpdateProjectV2Request.LabelsEntry
- 140, // 98: bcsproject.UpdateProjectV2Request.annotations:type_name -> bcsproject.UpdateProjectV2Request.AnnotationsEntry
- 99, // 99: bcsproject.UpdateProjectV2Request.quotaAttr:type_name -> bcsproject.QuotaAttr
- 103, // 100: bcsproject.UpdateProjectV2Request.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProjectList
- 141, // 101: bcsproject.DeleteProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
- 91, // 102: bcsproject.ProjectQuotaResponse.data:type_name -> bcsproject.ProjectQuota
- 142, // 103: bcsproject.ProjectQuotaResponse.task:type_name -> google.protobuf.Struct
- 9, // 104: bcsproject.ProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
- 91, // 105: bcsproject.ListProjectQuotasData.results:type_name -> bcsproject.ProjectQuota
- 109, // 106: bcsproject.ListProjectQuotasResponse.data:type_name -> bcsproject.ListProjectQuotasData
- 9, // 107: bcsproject.ListProjectQuotasResponse.web_annotations:type_name -> bcsproject.Perms
- 109, // 108: bcsproject.ListProjectQuotasV2Response.data:type_name -> bcsproject.ListProjectQuotasData
- 9, // 109: bcsproject.ListProjectQuotasV2Response.web_annotations:type_name -> bcsproject.Perms
- 116, // 110: bcsproject.GetProjectQuotasUsageResp.data:type_name -> bcsproject.GetProjectQuotasUsageData
- 9, // 111: bcsproject.GetProjectQuotasUsageResp.web_annotations:type_name -> bcsproject.Perms
- 91, // 112: bcsproject.GetProjectQuotasUsageData.quota:type_name -> bcsproject.ProjectQuota
- 115, // 113: bcsproject.GetProjectQuotasUsageData.quotaUsage:type_name -> bcsproject.ZoneResourceUsage
- 93, // 114: bcsproject.ScaleUpProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
- 141, // 115: bcsproject.ScaleUpProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
- 142, // 116: bcsproject.ScaleUpProjectQuotaResponse.task:type_name -> google.protobuf.Struct
- 9, // 117: bcsproject.ScaleUpProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
- 93, // 118: bcsproject.ScaleDownProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
- 141, // 119: bcsproject.ScaleDownProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
- 142, // 120: bcsproject.ScaleDownProjectQuotaResponse.task:type_name -> google.protobuf.Struct
- 9, // 121: bcsproject.ScaleDownProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
- 124, // 122: bcsproject.GetProjectQuotasStatisticsResponse.data:type_name -> bcsproject.ProjectQuotasStatisticsData
- 123, // 123: bcsproject.ProjectQuotasStatisticsData.cpu:type_name -> bcsproject.QuotaResourceData
- 123, // 124: bcsproject.ProjectQuotasStatisticsData.mem:type_name -> bcsproject.QuotaResourceData
- 123, // 125: bcsproject.ProjectQuotasStatisticsData.gpu:type_name -> bcsproject.QuotaResourceData
- 1, // 126: bcsproject.BCSProject.CreateProject:input_type -> bcsproject.CreateProjectRequest
- 2, // 127: bcsproject.BCSProject.GetProject:input_type -> bcsproject.GetProjectRequest
- 3, // 128: bcsproject.BCSProject.UpdateProject:input_type -> bcsproject.UpdateProjectRequest
- 105, // 129: bcsproject.BCSProject.UpdateProjectV2:input_type -> bcsproject.UpdateProjectV2Request
- 4, // 130: bcsproject.BCSProject.DeleteProject:input_type -> bcsproject.DeleteProjectRequest
- 6, // 131: bcsproject.BCSProject.ListProjects:input_type -> bcsproject.ListProjectsRequest
- 10, // 132: bcsproject.BCSProject.ListAuthorizedProjects:input_type -> bcsproject.ListAuthorizedProjReq
- 12, // 133: bcsproject.BCSProject.ListProjectsForIAM:input_type -> bcsproject.ListProjectsForIAMReq
- 14, // 134: bcsproject.BCSProject.GetProjectActive:input_type -> bcsproject.GetProjectActiveRequest
- 17, // 135: bcsproject.Business.GetBusiness:input_type -> bcsproject.GetBusinessRequest
- 19, // 136: bcsproject.Business.ListBusiness:input_type -> bcsproject.ListBusinessRequest
- 21, // 137: bcsproject.Business.GetBusinessTopology:input_type -> bcsproject.GetBusinessTopologyRequest
- 29, // 138: bcsproject.Namespace.CreateNamespace:input_type -> bcsproject.CreateNamespaceRequest
- 31, // 139: bcsproject.Namespace.CreateNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
- 33, // 140: bcsproject.Namespace.UpdateNamespace:input_type -> bcsproject.UpdateNamespaceRequest
- 31, // 141: bcsproject.Namespace.UpdateNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
- 35, // 142: bcsproject.Namespace.GetNamespace:input_type -> bcsproject.GetNamespaceRequest
- 37, // 143: bcsproject.Namespace.ListNamespaces:input_type -> bcsproject.ListNamespacesRequest
- 42, // 144: bcsproject.Namespace.DeleteNamespace:input_type -> bcsproject.DeleteNamespaceRequest
- 31, // 145: bcsproject.Namespace.DeleteNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
- 25, // 146: bcsproject.Namespace.SyncNamespace:input_type -> bcsproject.SyncNamespaceRequest
- 27, // 147: bcsproject.Namespace.WithdrawNamespace:input_type -> bcsproject.WithdrawNamespaceRequest
- 39, // 148: bcsproject.Namespace.ListNativeNamespaces:input_type -> bcsproject.ListNativeNamespacesRequest
- 41, // 149: bcsproject.Namespace.ListNativeNamespacesContent:input_type -> bcsproject.ListNativeNamespacesContentRequest
- 49, // 150: bcsproject.Variable.CreateVariable:input_type -> bcsproject.CreateVariableRequest
- 51, // 151: bcsproject.Variable.UpdateVariable:input_type -> bcsproject.UpdateVariableRequest
- 53, // 152: bcsproject.Variable.ListVariableDefinitions:input_type -> bcsproject.ListVariableDefinitionsRequest
- 55, // 153: bcsproject.Variable.DeleteVariableDefinitions:input_type -> bcsproject.DeleteVariableDefinitionsRequest
- 57, // 154: bcsproject.Variable.ListClustersVariables:input_type -> bcsproject.ListClustersVariablesRequest
- 59, // 155: bcsproject.Variable.ListNamespacesVariables:input_type -> bcsproject.ListNamespacesVariablesRequest
- 61, // 156: bcsproject.Variable.UpdateClustersVariables:input_type -> bcsproject.UpdateClustersVariablesRequest
- 63, // 157: bcsproject.Variable.UpdateNamespacesVariables:input_type -> bcsproject.UpdateNamespacesVariablesRequest
- 65, // 158: bcsproject.Variable.ListClusterVariables:input_type -> bcsproject.ListClusterVariablesRequest
- 67, // 159: bcsproject.Variable.ListNamespaceVariables:input_type -> bcsproject.ListNamespaceVariablesRequest
- 69, // 160: bcsproject.Variable.UpdateClusterVariables:input_type -> bcsproject.UpdateClusterVariablesRequest
- 71, // 161: bcsproject.Variable.UpdateNamespaceVariables:input_type -> bcsproject.UpdateNamespaceVariablesRequest
- 73, // 162: bcsproject.Variable.ImportVariables:input_type -> bcsproject.ImportVariablesRequest
- 75, // 163: bcsproject.Variable.RenderVariables:input_type -> bcsproject.RenderVariablesRequest
- 86, // 164: bcsproject.Healthz.Healthz:input_type -> bcsproject.HealthzRequest
- 89, // 165: bcsproject.Healthz.Ping:input_type -> bcsproject.PingRequest
- 98, // 166: bcsproject.BCSProjectQuota.CreateProjectQuota:input_type -> bcsproject.CreateProjectQuotaRequest
- 102, // 167: bcsproject.BCSProjectQuota.GetProjectQuota:input_type -> bcsproject.GetProjectQuotaRequest
- 104, // 168: bcsproject.BCSProjectQuota.UpdateProjectQuota:input_type -> bcsproject.UpdateProjectQuotaRequest
- 117, // 169: bcsproject.BCSProjectQuota.ScaleUpProjectQuota:input_type -> bcsproject.ScaleUpProjectQuotaRequest
- 119, // 170: bcsproject.BCSProjectQuota.ScaleDownProjectQuota:input_type -> bcsproject.ScaleDownProjectQuotaRequest
- 106, // 171: bcsproject.BCSProjectQuota.DeleteProjectQuota:input_type -> bcsproject.DeleteProjectQuotaRequest
- 108, // 172: bcsproject.BCSProjectQuota.ListProjectQuotas:input_type -> bcsproject.ListProjectQuotasRequest
- 111, // 173: bcsproject.BCSProjectQuota.ListProjectQuotasV2:input_type -> bcsproject.ListProjectQuotasV2Request
- 113, // 174: bcsproject.BCSProjectQuota.GetProjectQuotasUsage:input_type -> bcsproject.GetProjectQuotasUsageReq
- 121, // 175: bcsproject.BCSProjectQuota.GetProjectQuotasStatistics:input_type -> bcsproject.GetProjectQuotasStatisticsRequest
- 5, // 176: bcsproject.BCSProject.CreateProject:output_type -> bcsproject.ProjectResponse
- 5, // 177: bcsproject.BCSProject.GetProject:output_type -> bcsproject.ProjectResponse
- 5, // 178: bcsproject.BCSProject.UpdateProject:output_type -> bcsproject.ProjectResponse
- 5, // 179: bcsproject.BCSProject.UpdateProjectV2:output_type -> bcsproject.ProjectResponse
- 5, // 180: bcsproject.BCSProject.DeleteProject:output_type -> bcsproject.ProjectResponse
- 8, // 181: bcsproject.BCSProject.ListProjects:output_type -> bcsproject.ListProjectsResponse
- 11, // 182: bcsproject.BCSProject.ListAuthorizedProjects:output_type -> bcsproject.ListAuthorizedProjResp
- 13, // 183: bcsproject.BCSProject.ListProjectsForIAM:output_type -> bcsproject.ListProjectsForIAMResp
- 15, // 184: bcsproject.BCSProject.GetProjectActive:output_type -> bcsproject.GetProjectActiveResponse
- 18, // 185: bcsproject.Business.GetBusiness:output_type -> bcsproject.GetBusinessResponse
- 20, // 186: bcsproject.Business.ListBusiness:output_type -> bcsproject.ListBusinessResponse
- 22, // 187: bcsproject.Business.GetBusinessTopology:output_type -> bcsproject.GetBusinessTopologyResponse
- 30, // 188: bcsproject.Namespace.CreateNamespace:output_type -> bcsproject.CreateNamespaceResponse
- 32, // 189: bcsproject.Namespace.CreateNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
- 34, // 190: bcsproject.Namespace.UpdateNamespace:output_type -> bcsproject.UpdateNamespaceResponse
- 32, // 191: bcsproject.Namespace.UpdateNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
- 36, // 192: bcsproject.Namespace.GetNamespace:output_type -> bcsproject.GetNamespaceResponse
- 38, // 193: bcsproject.Namespace.ListNamespaces:output_type -> bcsproject.ListNamespacesResponse
- 43, // 194: bcsproject.Namespace.DeleteNamespace:output_type -> bcsproject.DeleteNamespaceResponse
- 32, // 195: bcsproject.Namespace.DeleteNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
- 26, // 196: bcsproject.Namespace.SyncNamespace:output_type -> bcsproject.SyncNamespaceResponse
- 28, // 197: bcsproject.Namespace.WithdrawNamespace:output_type -> bcsproject.WithdrawNamespaceResponse
- 40, // 198: bcsproject.Namespace.ListNativeNamespaces:output_type -> bcsproject.ListNativeNamespacesResponse
- 142, // 199: bcsproject.Namespace.ListNativeNamespacesContent:output_type -> google.protobuf.Struct
- 50, // 200: bcsproject.Variable.CreateVariable:output_type -> bcsproject.CreateVariableResponse
- 52, // 201: bcsproject.Variable.UpdateVariable:output_type -> bcsproject.UpdateVariableResponse
- 54, // 202: bcsproject.Variable.ListVariableDefinitions:output_type -> bcsproject.ListVariableDefinitionsResponse
- 56, // 203: bcsproject.Variable.DeleteVariableDefinitions:output_type -> bcsproject.DeleteVariableDefinitionsResponse
- 58, // 204: bcsproject.Variable.ListClustersVariables:output_type -> bcsproject.ListClustersVariablesResponse
- 60, // 205: bcsproject.Variable.ListNamespacesVariables:output_type -> bcsproject.ListNamespacesVariablesResponse
- 62, // 206: bcsproject.Variable.UpdateClustersVariables:output_type -> bcsproject.UpdateClustersVariablesResponse
- 64, // 207: bcsproject.Variable.UpdateNamespacesVariables:output_type -> bcsproject.UpdateNamespacesVariablesResponse
- 66, // 208: bcsproject.Variable.ListClusterVariables:output_type -> bcsproject.ListClusterVariablesResponse
- 68, // 209: bcsproject.Variable.ListNamespaceVariables:output_type -> bcsproject.ListNamespaceVariablesResponse
- 70, // 210: bcsproject.Variable.UpdateClusterVariables:output_type -> bcsproject.UpdateClusterVariablesResponse
- 72, // 211: bcsproject.Variable.UpdateNamespaceVariables:output_type -> bcsproject.UpdateNamespaceVariablesResponse
- 74, // 212: bcsproject.Variable.ImportVariables:output_type -> bcsproject.ImportVariablesResponse
- 76, // 213: bcsproject.Variable.RenderVariables:output_type -> bcsproject.RenderVariablesResponse
- 87, // 214: bcsproject.Healthz.Healthz:output_type -> bcsproject.HealthzResponse
- 90, // 215: bcsproject.Healthz.Ping:output_type -> bcsproject.PingResponse
- 107, // 216: bcsproject.BCSProjectQuota.CreateProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
- 107, // 217: bcsproject.BCSProjectQuota.GetProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
- 107, // 218: bcsproject.BCSProjectQuota.UpdateProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
- 118, // 219: bcsproject.BCSProjectQuota.ScaleUpProjectQuota:output_type -> bcsproject.ScaleUpProjectQuotaResponse
- 120, // 220: bcsproject.BCSProjectQuota.ScaleDownProjectQuota:output_type -> bcsproject.ScaleDownProjectQuotaResponse
- 107, // 221: bcsproject.BCSProjectQuota.DeleteProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
- 110, // 222: bcsproject.BCSProjectQuota.ListProjectQuotas:output_type -> bcsproject.ListProjectQuotasResponse
- 112, // 223: bcsproject.BCSProjectQuota.ListProjectQuotasV2:output_type -> bcsproject.ListProjectQuotasV2Response
- 114, // 224: bcsproject.BCSProjectQuota.GetProjectQuotasUsage:output_type -> bcsproject.GetProjectQuotasUsageResp
- 122, // 225: bcsproject.BCSProjectQuota.GetProjectQuotasStatistics:output_type -> bcsproject.GetProjectQuotasStatisticsResponse
- 176, // [176:226] is the sub-list for method output_type
- 126, // [126:176] is the sub-list for method input_type
- 126, // [126:126] is the sub-list for extension type_name
- 126, // [126:126] is the sub-list for extension extendee
- 0, // [0:126] is the sub-list for field type_name
+ 49, // 42: bcsproject.NamespaceData.quota:type_name -> bcsproject.ResourceQuota
+ 49, // 43: bcsproject.NamespaceData.used:type_name -> bcsproject.ResourceQuota
+ 47, // 44: bcsproject.NamespaceData.labels:type_name -> bcsproject.Label
+ 48, // 45: bcsproject.NamespaceData.annotations:type_name -> bcsproject.Annotation
+ 79, // 46: bcsproject.NamespaceData.variables:type_name -> bcsproject.VariableValue
+ 45, // 47: bcsproject.NamespaceData.otherQuotas:type_name -> bcsproject.OtherQuota
+ 49, // 48: bcsproject.OtherQuota.quota:type_name -> bcsproject.ResourceQuota
+ 80, // 49: bcsproject.CreateVariableResponse.data:type_name -> bcsproject.CreateVariableData
+ 81, // 50: bcsproject.UpdateVariableResponse.data:type_name -> bcsproject.UpdateVariableData
+ 82, // 51: bcsproject.ListVariableDefinitionsResponse.data:type_name -> bcsproject.ListVariableDefinitionData
+ 83, // 52: bcsproject.DeleteVariableDefinitionsResponse.data:type_name -> bcsproject.DeleteVariableDefinitionsData
+ 84, // 53: bcsproject.ListClustersVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
+ 84, // 54: bcsproject.ListNamespacesVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
+ 79, // 55: bcsproject.UpdateClustersVariablesRequest.data:type_name -> bcsproject.VariableValue
+ 79, // 56: bcsproject.UpdateNamespacesVariablesRequest.data:type_name -> bcsproject.VariableValue
+ 84, // 57: bcsproject.ListClusterVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
+ 84, // 58: bcsproject.ListNamespaceVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
+ 79, // 59: bcsproject.UpdateClusterVariablesRequest.data:type_name -> bcsproject.VariableValue
+ 79, // 60: bcsproject.UpdateNamespaceVariablesRequest.data:type_name -> bcsproject.VariableValue
+ 85, // 61: bcsproject.ImportVariablesRequest.data:type_name -> bcsproject.ImportVariableData
+ 79, // 62: bcsproject.RenderVariablesResponse.data:type_name -> bcsproject.VariableValue
+ 78, // 63: bcsproject.ListVariableDefinitionData.results:type_name -> bcsproject.VariableDefinition
+ 79, // 64: bcsproject.ListVariableValuesData.results:type_name -> bcsproject.VariableValue
+ 86, // 65: bcsproject.ImportVariableData.vars:type_name -> bcsproject.ImportVariableVarData
+ 89, // 66: bcsproject.HealthzResponse.data:type_name -> bcsproject.HealthzData
+ 94, // 67: bcsproject.ProjectQuota.quota:type_name -> bcsproject.QuotaResource
+ 93, // 68: bcsproject.ProjectQuota.nodeGroups:type_name -> bcsproject.NodeGroup
+ 133, // 69: bcsproject.ProjectQuota.labels:type_name -> bcsproject.ProjectQuota.LabelsEntry
+ 134, // 70: bcsproject.ProjectQuota.annotations:type_name -> bcsproject.ProjectQuota.AnnotationsEntry
+ 100, // 71: bcsproject.ProjectQuota.quotaAttr:type_name -> bcsproject.QuotaAttr
+ 102, // 72: bcsproject.ProjectQuota.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProject
+ 96, // 73: bcsproject.QuotaResource.zoneResources:type_name -> bcsproject.InstanceTypeConfig
+ 98, // 74: bcsproject.QuotaResource.cpu:type_name -> bcsproject.DeviceInfo
+ 98, // 75: bcsproject.QuotaResource.mem:type_name -> bcsproject.DeviceInfo
+ 98, // 76: bcsproject.QuotaResource.gpu:type_name -> bcsproject.DeviceInfo
+ 144, // 77: bcsproject.QuotaStrategy.expectTime:type_name -> google.protobuf.Int64Value
+ 97, // 78: bcsproject.InstanceTypeConfig.systemDisk:type_name -> bcsproject.DataDisk
+ 97, // 79: bcsproject.InstanceTypeConfig.dataDisks:type_name -> bcsproject.DataDisk
+ 135, // 80: bcsproject.DeviceInfo.attributes:type_name -> bcsproject.DeviceInfo.AttributesEntry
+ 94, // 81: bcsproject.CreateProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
+ 136, // 82: bcsproject.CreateProjectQuotaRequest.labels:type_name -> bcsproject.CreateProjectQuotaRequest.LabelsEntry
+ 137, // 83: bcsproject.CreateProjectQuotaRequest.annotations:type_name -> bcsproject.CreateProjectQuotaRequest.AnnotationsEntry
+ 100, // 84: bcsproject.CreateProjectQuotaRequest.quotaAttr:type_name -> bcsproject.QuotaAttr
+ 142, // 85: bcsproject.CreateProjectQuotaRequest.quotaSharedEnabled:type_name -> google.protobuf.BoolValue
+ 102, // 86: bcsproject.CreateProjectQuotaRequest.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProject
+ 142, // 87: bcsproject.CreateProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
+ 101, // 88: bcsproject.QuotaSharedProject.usageLimit:type_name -> bcsproject.QuotaLimit
+ 101, // 89: bcsproject.QuotaSharedProject.usedAmount:type_name -> bcsproject.QuotaLimit
+ 102, // 90: bcsproject.QuotaSharedProjectList.values:type_name -> bcsproject.QuotaSharedProject
+ 94, // 91: bcsproject.UpdateProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
+ 138, // 92: bcsproject.UpdateProjectQuotaRequest.labels:type_name -> bcsproject.UpdateProjectQuotaRequest.LabelsEntry
+ 139, // 93: bcsproject.UpdateProjectQuotaRequest.annotations:type_name -> bcsproject.UpdateProjectQuotaRequest.AnnotationsEntry
+ 100, // 94: bcsproject.UpdateProjectQuotaRequest.quotaAttr:type_name -> bcsproject.QuotaAttr
+ 142, // 95: bcsproject.UpdateProjectQuotaRequest.quotaSharedEnabled:type_name -> google.protobuf.BoolValue
+ 104, // 96: bcsproject.UpdateProjectQuotaRequest.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProjectList
+ 142, // 97: bcsproject.UpdateProjectV2Request.useBKRes:type_name -> google.protobuf.BoolValue
+ 142, // 98: bcsproject.UpdateProjectV2Request.isOffline:type_name -> google.protobuf.BoolValue
+ 140, // 99: bcsproject.UpdateProjectV2Request.labels:type_name -> bcsproject.UpdateProjectV2Request.LabelsEntry
+ 141, // 100: bcsproject.UpdateProjectV2Request.annotations:type_name -> bcsproject.UpdateProjectV2Request.AnnotationsEntry
+ 100, // 101: bcsproject.UpdateProjectV2Request.quotaAttr:type_name -> bcsproject.QuotaAttr
+ 104, // 102: bcsproject.UpdateProjectV2Request.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProjectList
+ 142, // 103: bcsproject.DeleteProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
+ 92, // 104: bcsproject.ProjectQuotaResponse.data:type_name -> bcsproject.ProjectQuota
+ 143, // 105: bcsproject.ProjectQuotaResponse.task:type_name -> google.protobuf.Struct
+ 9, // 106: bcsproject.ProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
+ 92, // 107: bcsproject.ListProjectQuotasData.results:type_name -> bcsproject.ProjectQuota
+ 110, // 108: bcsproject.ListProjectQuotasResponse.data:type_name -> bcsproject.ListProjectQuotasData
+ 9, // 109: bcsproject.ListProjectQuotasResponse.web_annotations:type_name -> bcsproject.Perms
+ 110, // 110: bcsproject.ListProjectQuotasV2Response.data:type_name -> bcsproject.ListProjectQuotasData
+ 9, // 111: bcsproject.ListProjectQuotasV2Response.web_annotations:type_name -> bcsproject.Perms
+ 117, // 112: bcsproject.GetProjectQuotasUsageResp.data:type_name -> bcsproject.GetProjectQuotasUsageData
+ 9, // 113: bcsproject.GetProjectQuotasUsageResp.web_annotations:type_name -> bcsproject.Perms
+ 92, // 114: bcsproject.GetProjectQuotasUsageData.quota:type_name -> bcsproject.ProjectQuota
+ 116, // 115: bcsproject.GetProjectQuotasUsageData.quotaUsage:type_name -> bcsproject.ZoneResourceUsage
+ 94, // 116: bcsproject.ScaleUpProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
+ 142, // 117: bcsproject.ScaleUpProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
+ 143, // 118: bcsproject.ScaleUpProjectQuotaResponse.task:type_name -> google.protobuf.Struct
+ 9, // 119: bcsproject.ScaleUpProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
+ 94, // 120: bcsproject.ScaleDownProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
+ 142, // 121: bcsproject.ScaleDownProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
+ 143, // 122: bcsproject.ScaleDownProjectQuotaResponse.task:type_name -> google.protobuf.Struct
+ 9, // 123: bcsproject.ScaleDownProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
+ 125, // 124: bcsproject.GetProjectQuotasStatisticsResponse.data:type_name -> bcsproject.ProjectQuotasStatisticsData
+ 124, // 125: bcsproject.ProjectQuotasStatisticsData.cpu:type_name -> bcsproject.QuotaResourceData
+ 124, // 126: bcsproject.ProjectQuotasStatisticsData.mem:type_name -> bcsproject.QuotaResourceData
+ 124, // 127: bcsproject.ProjectQuotasStatisticsData.gpu:type_name -> bcsproject.QuotaResourceData
+ 1, // 128: bcsproject.BCSProject.CreateProject:input_type -> bcsproject.CreateProjectRequest
+ 2, // 129: bcsproject.BCSProject.GetProject:input_type -> bcsproject.GetProjectRequest
+ 3, // 130: bcsproject.BCSProject.UpdateProject:input_type -> bcsproject.UpdateProjectRequest
+ 106, // 131: bcsproject.BCSProject.UpdateProjectV2:input_type -> bcsproject.UpdateProjectV2Request
+ 4, // 132: bcsproject.BCSProject.DeleteProject:input_type -> bcsproject.DeleteProjectRequest
+ 6, // 133: bcsproject.BCSProject.ListProjects:input_type -> bcsproject.ListProjectsRequest
+ 10, // 134: bcsproject.BCSProject.ListAuthorizedProjects:input_type -> bcsproject.ListAuthorizedProjReq
+ 12, // 135: bcsproject.BCSProject.ListProjectsForIAM:input_type -> bcsproject.ListProjectsForIAMReq
+ 14, // 136: bcsproject.BCSProject.GetProjectActive:input_type -> bcsproject.GetProjectActiveRequest
+ 17, // 137: bcsproject.Business.GetBusiness:input_type -> bcsproject.GetBusinessRequest
+ 19, // 138: bcsproject.Business.ListBusiness:input_type -> bcsproject.ListBusinessRequest
+ 21, // 139: bcsproject.Business.GetBusinessTopology:input_type -> bcsproject.GetBusinessTopologyRequest
+ 29, // 140: bcsproject.Namespace.CreateNamespace:input_type -> bcsproject.CreateNamespaceRequest
+ 31, // 141: bcsproject.Namespace.CreateNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
+ 33, // 142: bcsproject.Namespace.UpdateNamespace:input_type -> bcsproject.UpdateNamespaceRequest
+ 31, // 143: bcsproject.Namespace.UpdateNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
+ 35, // 144: bcsproject.Namespace.GetNamespace:input_type -> bcsproject.GetNamespaceRequest
+ 37, // 145: bcsproject.Namespace.ListNamespaces:input_type -> bcsproject.ListNamespacesRequest
+ 42, // 146: bcsproject.Namespace.DeleteNamespace:input_type -> bcsproject.DeleteNamespaceRequest
+ 31, // 147: bcsproject.Namespace.DeleteNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
+ 25, // 148: bcsproject.Namespace.SyncNamespace:input_type -> bcsproject.SyncNamespaceRequest
+ 27, // 149: bcsproject.Namespace.WithdrawNamespace:input_type -> bcsproject.WithdrawNamespaceRequest
+ 39, // 150: bcsproject.Namespace.ListNativeNamespaces:input_type -> bcsproject.ListNativeNamespacesRequest
+ 41, // 151: bcsproject.Namespace.ListNativeNamespacesContent:input_type -> bcsproject.ListNativeNamespacesContentRequest
+ 50, // 152: bcsproject.Variable.CreateVariable:input_type -> bcsproject.CreateVariableRequest
+ 52, // 153: bcsproject.Variable.UpdateVariable:input_type -> bcsproject.UpdateVariableRequest
+ 54, // 154: bcsproject.Variable.ListVariableDefinitions:input_type -> bcsproject.ListVariableDefinitionsRequest
+ 56, // 155: bcsproject.Variable.DeleteVariableDefinitions:input_type -> bcsproject.DeleteVariableDefinitionsRequest
+ 58, // 156: bcsproject.Variable.ListClustersVariables:input_type -> bcsproject.ListClustersVariablesRequest
+ 60, // 157: bcsproject.Variable.ListNamespacesVariables:input_type -> bcsproject.ListNamespacesVariablesRequest
+ 62, // 158: bcsproject.Variable.UpdateClustersVariables:input_type -> bcsproject.UpdateClustersVariablesRequest
+ 64, // 159: bcsproject.Variable.UpdateNamespacesVariables:input_type -> bcsproject.UpdateNamespacesVariablesRequest
+ 66, // 160: bcsproject.Variable.ListClusterVariables:input_type -> bcsproject.ListClusterVariablesRequest
+ 68, // 161: bcsproject.Variable.ListNamespaceVariables:input_type -> bcsproject.ListNamespaceVariablesRequest
+ 70, // 162: bcsproject.Variable.UpdateClusterVariables:input_type -> bcsproject.UpdateClusterVariablesRequest
+ 72, // 163: bcsproject.Variable.UpdateNamespaceVariables:input_type -> bcsproject.UpdateNamespaceVariablesRequest
+ 74, // 164: bcsproject.Variable.ImportVariables:input_type -> bcsproject.ImportVariablesRequest
+ 76, // 165: bcsproject.Variable.RenderVariables:input_type -> bcsproject.RenderVariablesRequest
+ 87, // 166: bcsproject.Healthz.Healthz:input_type -> bcsproject.HealthzRequest
+ 90, // 167: bcsproject.Healthz.Ping:input_type -> bcsproject.PingRequest
+ 99, // 168: bcsproject.BCSProjectQuota.CreateProjectQuota:input_type -> bcsproject.CreateProjectQuotaRequest
+ 103, // 169: bcsproject.BCSProjectQuota.GetProjectQuota:input_type -> bcsproject.GetProjectQuotaRequest
+ 105, // 170: bcsproject.BCSProjectQuota.UpdateProjectQuota:input_type -> bcsproject.UpdateProjectQuotaRequest
+ 118, // 171: bcsproject.BCSProjectQuota.ScaleUpProjectQuota:input_type -> bcsproject.ScaleUpProjectQuotaRequest
+ 120, // 172: bcsproject.BCSProjectQuota.ScaleDownProjectQuota:input_type -> bcsproject.ScaleDownProjectQuotaRequest
+ 107, // 173: bcsproject.BCSProjectQuota.DeleteProjectQuota:input_type -> bcsproject.DeleteProjectQuotaRequest
+ 109, // 174: bcsproject.BCSProjectQuota.ListProjectQuotas:input_type -> bcsproject.ListProjectQuotasRequest
+ 112, // 175: bcsproject.BCSProjectQuota.ListProjectQuotasV2:input_type -> bcsproject.ListProjectQuotasV2Request
+ 114, // 176: bcsproject.BCSProjectQuota.GetProjectQuotasUsage:input_type -> bcsproject.GetProjectQuotasUsageReq
+ 122, // 177: bcsproject.BCSProjectQuota.GetProjectQuotasStatistics:input_type -> bcsproject.GetProjectQuotasStatisticsRequest
+ 5, // 178: bcsproject.BCSProject.CreateProject:output_type -> bcsproject.ProjectResponse
+ 5, // 179: bcsproject.BCSProject.GetProject:output_type -> bcsproject.ProjectResponse
+ 5, // 180: bcsproject.BCSProject.UpdateProject:output_type -> bcsproject.ProjectResponse
+ 5, // 181: bcsproject.BCSProject.UpdateProjectV2:output_type -> bcsproject.ProjectResponse
+ 5, // 182: bcsproject.BCSProject.DeleteProject:output_type -> bcsproject.ProjectResponse
+ 8, // 183: bcsproject.BCSProject.ListProjects:output_type -> bcsproject.ListProjectsResponse
+ 11, // 184: bcsproject.BCSProject.ListAuthorizedProjects:output_type -> bcsproject.ListAuthorizedProjResp
+ 13, // 185: bcsproject.BCSProject.ListProjectsForIAM:output_type -> bcsproject.ListProjectsForIAMResp
+ 15, // 186: bcsproject.BCSProject.GetProjectActive:output_type -> bcsproject.GetProjectActiveResponse
+ 18, // 187: bcsproject.Business.GetBusiness:output_type -> bcsproject.GetBusinessResponse
+ 20, // 188: bcsproject.Business.ListBusiness:output_type -> bcsproject.ListBusinessResponse
+ 22, // 189: bcsproject.Business.GetBusinessTopology:output_type -> bcsproject.GetBusinessTopologyResponse
+ 30, // 190: bcsproject.Namespace.CreateNamespace:output_type -> bcsproject.CreateNamespaceResponse
+ 32, // 191: bcsproject.Namespace.CreateNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
+ 34, // 192: bcsproject.Namespace.UpdateNamespace:output_type -> bcsproject.UpdateNamespaceResponse
+ 32, // 193: bcsproject.Namespace.UpdateNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
+ 36, // 194: bcsproject.Namespace.GetNamespace:output_type -> bcsproject.GetNamespaceResponse
+ 38, // 195: bcsproject.Namespace.ListNamespaces:output_type -> bcsproject.ListNamespacesResponse
+ 43, // 196: bcsproject.Namespace.DeleteNamespace:output_type -> bcsproject.DeleteNamespaceResponse
+ 32, // 197: bcsproject.Namespace.DeleteNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
+ 26, // 198: bcsproject.Namespace.SyncNamespace:output_type -> bcsproject.SyncNamespaceResponse
+ 28, // 199: bcsproject.Namespace.WithdrawNamespace:output_type -> bcsproject.WithdrawNamespaceResponse
+ 40, // 200: bcsproject.Namespace.ListNativeNamespaces:output_type -> bcsproject.ListNativeNamespacesResponse
+ 143, // 201: bcsproject.Namespace.ListNativeNamespacesContent:output_type -> google.protobuf.Struct
+ 51, // 202: bcsproject.Variable.CreateVariable:output_type -> bcsproject.CreateVariableResponse
+ 53, // 203: bcsproject.Variable.UpdateVariable:output_type -> bcsproject.UpdateVariableResponse
+ 55, // 204: bcsproject.Variable.ListVariableDefinitions:output_type -> bcsproject.ListVariableDefinitionsResponse
+ 57, // 205: bcsproject.Variable.DeleteVariableDefinitions:output_type -> bcsproject.DeleteVariableDefinitionsResponse
+ 59, // 206: bcsproject.Variable.ListClustersVariables:output_type -> bcsproject.ListClustersVariablesResponse
+ 61, // 207: bcsproject.Variable.ListNamespacesVariables:output_type -> bcsproject.ListNamespacesVariablesResponse
+ 63, // 208: bcsproject.Variable.UpdateClustersVariables:output_type -> bcsproject.UpdateClustersVariablesResponse
+ 65, // 209: bcsproject.Variable.UpdateNamespacesVariables:output_type -> bcsproject.UpdateNamespacesVariablesResponse
+ 67, // 210: bcsproject.Variable.ListClusterVariables:output_type -> bcsproject.ListClusterVariablesResponse
+ 69, // 211: bcsproject.Variable.ListNamespaceVariables:output_type -> bcsproject.ListNamespaceVariablesResponse
+ 71, // 212: bcsproject.Variable.UpdateClusterVariables:output_type -> bcsproject.UpdateClusterVariablesResponse
+ 73, // 213: bcsproject.Variable.UpdateNamespaceVariables:output_type -> bcsproject.UpdateNamespaceVariablesResponse
+ 75, // 214: bcsproject.Variable.ImportVariables:output_type -> bcsproject.ImportVariablesResponse
+ 77, // 215: bcsproject.Variable.RenderVariables:output_type -> bcsproject.RenderVariablesResponse
+ 88, // 216: bcsproject.Healthz.Healthz:output_type -> bcsproject.HealthzResponse
+ 91, // 217: bcsproject.Healthz.Ping:output_type -> bcsproject.PingResponse
+ 108, // 218: bcsproject.BCSProjectQuota.CreateProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
+ 108, // 219: bcsproject.BCSProjectQuota.GetProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
+ 108, // 220: bcsproject.BCSProjectQuota.UpdateProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
+ 119, // 221: bcsproject.BCSProjectQuota.ScaleUpProjectQuota:output_type -> bcsproject.ScaleUpProjectQuotaResponse
+ 121, // 222: bcsproject.BCSProjectQuota.ScaleDownProjectQuota:output_type -> bcsproject.ScaleDownProjectQuotaResponse
+ 108, // 223: bcsproject.BCSProjectQuota.DeleteProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
+ 111, // 224: bcsproject.BCSProjectQuota.ListProjectQuotas:output_type -> bcsproject.ListProjectQuotasResponse
+ 113, // 225: bcsproject.BCSProjectQuota.ListProjectQuotasV2:output_type -> bcsproject.ListProjectQuotasV2Response
+ 115, // 226: bcsproject.BCSProjectQuota.GetProjectQuotasUsage:output_type -> bcsproject.GetProjectQuotasUsageResp
+ 123, // 227: bcsproject.BCSProjectQuota.GetProjectQuotasStatistics:output_type -> bcsproject.GetProjectQuotasStatisticsResponse
+ 178, // [178:228] is the sub-list for method output_type
+ 128, // [128:178] is the sub-list for method input_type
+ 128, // [128:128] is the sub-list for extension type_name
+ 128, // [128:128] is the sub-list for extension extendee
+ 0, // [0:128] is the sub-list for field type_name
}
func init() { file_bcsproject_proto_init() }
@@ -15014,7 +15095,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*NativeNamespaceData); i {
+ switch v := v.(*OtherQuota); i {
case 0:
return &v.state
case 1:
@@ -15026,7 +15107,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*Label); i {
+ switch v := v.(*NativeNamespaceData); i {
case 0:
return &v.state
case 1:
@@ -15038,7 +15119,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*Annotation); i {
+ switch v := v.(*Label); i {
case 0:
return &v.state
case 1:
@@ -15050,7 +15131,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ResourceQuota); i {
+ switch v := v.(*Annotation); i {
case 0:
return &v.state
case 1:
@@ -15062,7 +15143,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateVariableRequest); i {
+ switch v := v.(*ResourceQuota); i {
case 0:
return &v.state
case 1:
@@ -15074,7 +15155,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateVariableResponse); i {
+ switch v := v.(*CreateVariableRequest); i {
case 0:
return &v.state
case 1:
@@ -15086,7 +15167,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateVariableRequest); i {
+ switch v := v.(*CreateVariableResponse); i {
case 0:
return &v.state
case 1:
@@ -15098,7 +15179,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateVariableResponse); i {
+ switch v := v.(*UpdateVariableRequest); i {
case 0:
return &v.state
case 1:
@@ -15110,7 +15191,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListVariableDefinitionsRequest); i {
+ switch v := v.(*UpdateVariableResponse); i {
case 0:
return &v.state
case 1:
@@ -15122,7 +15203,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListVariableDefinitionsResponse); i {
+ switch v := v.(*ListVariableDefinitionsRequest); i {
case 0:
return &v.state
case 1:
@@ -15134,7 +15215,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteVariableDefinitionsRequest); i {
+ switch v := v.(*ListVariableDefinitionsResponse); i {
case 0:
return &v.state
case 1:
@@ -15146,7 +15227,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteVariableDefinitionsResponse); i {
+ switch v := v.(*DeleteVariableDefinitionsRequest); i {
case 0:
return &v.state
case 1:
@@ -15158,7 +15239,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListClustersVariablesRequest); i {
+ switch v := v.(*DeleteVariableDefinitionsResponse); i {
case 0:
return &v.state
case 1:
@@ -15170,7 +15251,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListClustersVariablesResponse); i {
+ switch v := v.(*ListClustersVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15182,7 +15263,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListNamespacesVariablesRequest); i {
+ switch v := v.(*ListClustersVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15194,7 +15275,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListNamespacesVariablesResponse); i {
+ switch v := v.(*ListNamespacesVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15206,7 +15287,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateClustersVariablesRequest); i {
+ switch v := v.(*ListNamespacesVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15218,7 +15299,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateClustersVariablesResponse); i {
+ switch v := v.(*UpdateClustersVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15230,7 +15311,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateNamespacesVariablesRequest); i {
+ switch v := v.(*UpdateClustersVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15242,7 +15323,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateNamespacesVariablesResponse); i {
+ switch v := v.(*UpdateNamespacesVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15254,7 +15335,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListClusterVariablesRequest); i {
+ switch v := v.(*UpdateNamespacesVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15266,7 +15347,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListClusterVariablesResponse); i {
+ switch v := v.(*ListClusterVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15278,7 +15359,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListNamespaceVariablesRequest); i {
+ switch v := v.(*ListClusterVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15290,7 +15371,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListNamespaceVariablesResponse); i {
+ switch v := v.(*ListNamespaceVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15302,7 +15383,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateClusterVariablesRequest); i {
+ switch v := v.(*ListNamespaceVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15314,7 +15395,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateClusterVariablesResponse); i {
+ switch v := v.(*UpdateClusterVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15326,7 +15407,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateNamespaceVariablesRequest); i {
+ switch v := v.(*UpdateClusterVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15338,7 +15419,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateNamespaceVariablesResponse); i {
+ switch v := v.(*UpdateNamespaceVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15350,7 +15431,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ImportVariablesRequest); i {
+ switch v := v.(*UpdateNamespaceVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15362,7 +15443,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ImportVariablesResponse); i {
+ switch v := v.(*ImportVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15374,7 +15455,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*RenderVariablesRequest); i {
+ switch v := v.(*ImportVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15386,7 +15467,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*RenderVariablesResponse); i {
+ switch v := v.(*RenderVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15398,7 +15479,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*VariableDefinition); i {
+ switch v := v.(*RenderVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15410,7 +15491,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*VariableValue); i {
+ switch v := v.(*VariableDefinition); i {
case 0:
return &v.state
case 1:
@@ -15422,7 +15503,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateVariableData); i {
+ switch v := v.(*VariableValue); i {
case 0:
return &v.state
case 1:
@@ -15434,7 +15515,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[80].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateVariableData); i {
+ switch v := v.(*CreateVariableData); i {
case 0:
return &v.state
case 1:
@@ -15446,7 +15527,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[81].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListVariableDefinitionData); i {
+ switch v := v.(*UpdateVariableData); i {
case 0:
return &v.state
case 1:
@@ -15458,7 +15539,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[82].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteVariableDefinitionsData); i {
+ switch v := v.(*ListVariableDefinitionData); i {
case 0:
return &v.state
case 1:
@@ -15470,7 +15551,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[83].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListVariableValuesData); i {
+ switch v := v.(*DeleteVariableDefinitionsData); i {
case 0:
return &v.state
case 1:
@@ -15482,7 +15563,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[84].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ImportVariableData); i {
+ switch v := v.(*ListVariableValuesData); i {
case 0:
return &v.state
case 1:
@@ -15494,7 +15575,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[85].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ImportVariableVarData); i {
+ switch v := v.(*ImportVariableData); i {
case 0:
return &v.state
case 1:
@@ -15506,7 +15587,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[86].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*HealthzRequest); i {
+ switch v := v.(*ImportVariableVarData); i {
case 0:
return &v.state
case 1:
@@ -15518,7 +15599,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[87].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*HealthzResponse); i {
+ switch v := v.(*HealthzRequest); i {
case 0:
return &v.state
case 1:
@@ -15530,7 +15611,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[88].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*HealthzData); i {
+ switch v := v.(*HealthzResponse); i {
case 0:
return &v.state
case 1:
@@ -15542,7 +15623,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[89].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*PingRequest); i {
+ switch v := v.(*HealthzData); i {
case 0:
return &v.state
case 1:
@@ -15554,7 +15635,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[90].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*PingResponse); i {
+ switch v := v.(*PingRequest); i {
case 0:
return &v.state
case 1:
@@ -15566,7 +15647,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[91].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ProjectQuota); i {
+ switch v := v.(*PingResponse); i {
case 0:
return &v.state
case 1:
@@ -15578,7 +15659,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[92].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*NodeGroup); i {
+ switch v := v.(*ProjectQuota); i {
case 0:
return &v.state
case 1:
@@ -15590,7 +15671,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[93].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaResource); i {
+ switch v := v.(*NodeGroup); i {
case 0:
return &v.state
case 1:
@@ -15602,7 +15683,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[94].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaStrategy); i {
+ switch v := v.(*QuotaResource); i {
case 0:
return &v.state
case 1:
@@ -15614,7 +15695,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[95].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*InstanceTypeConfig); i {
+ switch v := v.(*QuotaStrategy); i {
case 0:
return &v.state
case 1:
@@ -15626,7 +15707,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[96].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DataDisk); i {
+ switch v := v.(*InstanceTypeConfig); i {
case 0:
return &v.state
case 1:
@@ -15638,7 +15719,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[97].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeviceInfo); i {
+ switch v := v.(*DataDisk); i {
case 0:
return &v.state
case 1:
@@ -15650,7 +15731,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[98].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateProjectQuotaRequest); i {
+ switch v := v.(*DeviceInfo); i {
case 0:
return &v.state
case 1:
@@ -15662,7 +15743,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[99].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaAttr); i {
+ switch v := v.(*CreateProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15674,7 +15755,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[100].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaLimit); i {
+ switch v := v.(*QuotaAttr); i {
case 0:
return &v.state
case 1:
@@ -15686,7 +15767,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[101].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaSharedProject); i {
+ switch v := v.(*QuotaLimit); i {
case 0:
return &v.state
case 1:
@@ -15698,7 +15779,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[102].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotaRequest); i {
+ switch v := v.(*QuotaSharedProject); i {
case 0:
return &v.state
case 1:
@@ -15710,7 +15791,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[103].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaSharedProjectList); i {
+ switch v := v.(*GetProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15722,7 +15803,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[104].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateProjectQuotaRequest); i {
+ switch v := v.(*QuotaSharedProjectList); i {
case 0:
return &v.state
case 1:
@@ -15734,7 +15815,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[105].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateProjectV2Request); i {
+ switch v := v.(*UpdateProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15746,7 +15827,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[106].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteProjectQuotaRequest); i {
+ switch v := v.(*UpdateProjectV2Request); i {
case 0:
return &v.state
case 1:
@@ -15758,7 +15839,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ProjectQuotaResponse); i {
+ switch v := v.(*DeleteProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15770,7 +15851,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[108].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListProjectQuotasRequest); i {
+ switch v := v.(*ProjectQuotaResponse); i {
case 0:
return &v.state
case 1:
@@ -15782,7 +15863,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListProjectQuotasData); i {
+ switch v := v.(*ListProjectQuotasRequest); i {
case 0:
return &v.state
case 1:
@@ -15794,7 +15875,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[110].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListProjectQuotasResponse); i {
+ switch v := v.(*ListProjectQuotasData); i {
case 0:
return &v.state
case 1:
@@ -15806,7 +15887,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[111].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListProjectQuotasV2Request); i {
+ switch v := v.(*ListProjectQuotasResponse); i {
case 0:
return &v.state
case 1:
@@ -15818,7 +15899,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[112].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListProjectQuotasV2Response); i {
+ switch v := v.(*ListProjectQuotasV2Request); i {
case 0:
return &v.state
case 1:
@@ -15830,7 +15911,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[113].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotasUsageReq); i {
+ switch v := v.(*ListProjectQuotasV2Response); i {
case 0:
return &v.state
case 1:
@@ -15842,7 +15923,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[114].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotasUsageResp); i {
+ switch v := v.(*GetProjectQuotasUsageReq); i {
case 0:
return &v.state
case 1:
@@ -15854,7 +15935,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[115].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ZoneResourceUsage); i {
+ switch v := v.(*GetProjectQuotasUsageResp); i {
case 0:
return &v.state
case 1:
@@ -15866,7 +15947,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[116].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotasUsageData); i {
+ switch v := v.(*ZoneResourceUsage); i {
case 0:
return &v.state
case 1:
@@ -15878,7 +15959,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[117].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ScaleUpProjectQuotaRequest); i {
+ switch v := v.(*GetProjectQuotasUsageData); i {
case 0:
return &v.state
case 1:
@@ -15890,7 +15971,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[118].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ScaleUpProjectQuotaResponse); i {
+ switch v := v.(*ScaleUpProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15902,7 +15983,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[119].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ScaleDownProjectQuotaRequest); i {
+ switch v := v.(*ScaleUpProjectQuotaResponse); i {
case 0:
return &v.state
case 1:
@@ -15914,7 +15995,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[120].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ScaleDownProjectQuotaResponse); i {
+ switch v := v.(*ScaleDownProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15926,7 +16007,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[121].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotasStatisticsRequest); i {
+ switch v := v.(*ScaleDownProjectQuotaResponse); i {
case 0:
return &v.state
case 1:
@@ -15938,7 +16019,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[122].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotasStatisticsResponse); i {
+ switch v := v.(*GetProjectQuotasStatisticsRequest); i {
case 0:
return &v.state
case 1:
@@ -15950,7 +16031,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[123].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaResourceData); i {
+ switch v := v.(*GetProjectQuotasStatisticsResponse); i {
case 0:
return &v.state
case 1:
@@ -15962,6 +16043,18 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[124].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*QuotaResourceData); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_bcsproject_proto_msgTypes[125].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ProjectQuotasStatisticsData); i {
case 0:
return &v.state
@@ -15973,7 +16066,7 @@ func file_bcsproject_proto_init() {
return nil
}
}
- file_bcsproject_proto_msgTypes[131].Exporter = func(v interface{}, i int) interface{} {
+ file_bcsproject_proto_msgTypes[132].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ListProjectsForIAMResp_Project); i {
case 0:
return &v.state
@@ -15992,7 +16085,7 @@ func file_bcsproject_proto_init() {
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_bcsproject_proto_rawDesc,
NumEnums: 0,
- NumMessages: 141,
+ NumMessages: 142,
NumExtensions: 0,
NumServices: 6,
},
diff --git a/bcs-common/pkg/bcsapi/bcsproject/bcsproject.pb.validate.go b/bcs-common/pkg/bcsapi/bcsproject/bcsproject.pb.validate.go
index eba47975b2..499a4d1f94 100644
--- a/bcs-common/pkg/bcsapi/bcsproject/bcsproject.pb.validate.go
+++ b/bcs-common/pkg/bcsapi/bcsproject/bcsproject.pb.validate.go
@@ -101,7 +101,7 @@ type ProjectMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -279,7 +279,7 @@ type CreateProjectRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateProjectRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -395,7 +395,7 @@ type GetProjectRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -605,7 +605,7 @@ type UpdateProjectRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateProjectRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -732,7 +732,7 @@ type DeleteProjectRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteProjectRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -900,7 +900,7 @@ type ProjectResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1018,7 +1018,7 @@ type ListProjectsRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectsRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1156,7 +1156,7 @@ type ListProjectDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1320,7 +1320,7 @@ type ListProjectsResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectsResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1449,7 +1449,7 @@ type PermsMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m PermsMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1559,7 +1559,7 @@ type ListAuthorizedProjReqMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListAuthorizedProjReqMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1725,7 +1725,7 @@ type ListAuthorizedProjRespMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListAuthorizedProjRespMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1827,7 +1827,7 @@ type ListProjectsForIAMReqMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectsForIAMReqMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1969,7 +1969,7 @@ type ListProjectsForIAMRespMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectsForIAMRespMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2073,7 +2073,7 @@ type GetProjectActiveRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectActiveRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2210,7 +2210,7 @@ type GetProjectActiveResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectActiveResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2314,7 +2314,7 @@ type ProjectActiveDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectActiveDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2418,7 +2418,7 @@ type GetBusinessRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetBusinessRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2584,7 +2584,7 @@ type GetBusinessResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetBusinessResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2688,7 +2688,7 @@ type ListBusinessRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListBusinessRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2859,7 +2859,7 @@ type ListBusinessResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListBusinessResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2963,7 +2963,7 @@ type GetBusinessTopologyRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetBusinessTopologyRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3134,7 +3134,7 @@ type GetBusinessTopologyResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetBusinessTopologyResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3240,7 +3240,7 @@ type BusinessDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m BusinessDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3383,7 +3383,7 @@ type TopologyDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m TopologyDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3487,7 +3487,7 @@ type SyncNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m SyncNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3597,7 +3597,7 @@ type SyncNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m SyncNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3705,7 +3705,7 @@ type WithdrawNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m WithdrawNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3815,7 +3815,7 @@ type WithdrawNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m WithdrawNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4074,7 +4074,7 @@ type CreateNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4242,7 +4242,7 @@ type CreateNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4382,7 +4382,7 @@ type NamespaceCallbackRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m NamespaceCallbackRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4496,7 +4496,7 @@ type NamespaceCallbackResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m NamespaceCallbackResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4721,7 +4721,7 @@ type UpdateNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4860,7 +4860,7 @@ type UpdateNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4968,7 +4968,7 @@ type GetNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5134,7 +5134,7 @@ type GetNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5240,7 +5240,7 @@ type ListNamespacesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespacesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5411,7 +5411,7 @@ type ListNamespacesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespacesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5517,7 +5517,7 @@ type ListNativeNamespacesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNativeNamespacesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5689,7 +5689,7 @@ type ListNativeNamespacesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNativeNamespacesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5798,7 +5798,7 @@ type ListNativeNamespacesContentRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNativeNamespacesContentRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5927,7 +5927,7 @@ type DeleteNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6068,7 +6068,7 @@ type DeleteNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6338,6 +6338,40 @@ func (m *NamespaceData) validate(all bool) error {
// no validation rules for IsSystem
+ for idx, item := range m.GetOtherQuotas() {
+ _, _ = idx, item
+
+ if all {
+ switch v := interface{}(item).(type) {
+ case interface{ ValidateAll() error }:
+ if err := v.ValidateAll(); err != nil {
+ errors = append(errors, NamespaceDataValidationError{
+ field: fmt.Sprintf("OtherQuotas[%v]", idx),
+ reason: "embedded message failed validation",
+ cause: err,
+ })
+ }
+ case interface{ Validate() error }:
+ if err := v.Validate(); err != nil {
+ errors = append(errors, NamespaceDataValidationError{
+ field: fmt.Sprintf("OtherQuotas[%v]", idx),
+ reason: "embedded message failed validation",
+ cause: err,
+ })
+ }
+ }
+ } else if v, ok := interface{}(item).(interface{ Validate() error }); ok {
+ if err := v.Validate(); err != nil {
+ return NamespaceDataValidationError{
+ field: fmt.Sprintf("OtherQuotas[%v]", idx),
+ reason: "embedded message failed validation",
+ cause: err,
+ }
+ }
+ }
+
+ }
+
if len(errors) > 0 {
return NamespaceDataMultiError(errors)
}
@@ -6352,7 +6386,7 @@ type NamespaceDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m NamespaceDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6416,6 +6450,136 @@ var _ interface {
ErrorName() string
} = NamespaceDataValidationError{}
+// Validate checks the field values on OtherQuota with the rules defined in the
+// proto definition for this message. If any rules are violated, the first
+// error encountered is returned, or nil if there are no violations.
+func (m *OtherQuota) Validate() error {
+ return m.validate(false)
+}
+
+// ValidateAll checks the field values on OtherQuota with the rules defined in
+// the proto definition for this message. If any rules are violated, the
+// result is a list of violation errors wrapped in OtherQuotaMultiError, or
+// nil if none found.
+func (m *OtherQuota) ValidateAll() error {
+ return m.validate(true)
+}
+
+func (m *OtherQuota) validate(all bool) error {
+ if m == nil {
+ return nil
+ }
+
+ var errors []error
+
+ // no validation rules for Name
+
+ if all {
+ switch v := interface{}(m.GetQuota()).(type) {
+ case interface{ ValidateAll() error }:
+ if err := v.ValidateAll(); err != nil {
+ errors = append(errors, OtherQuotaValidationError{
+ field: "Quota",
+ reason: "embedded message failed validation",
+ cause: err,
+ })
+ }
+ case interface{ Validate() error }:
+ if err := v.Validate(); err != nil {
+ errors = append(errors, OtherQuotaValidationError{
+ field: "Quota",
+ reason: "embedded message failed validation",
+ cause: err,
+ })
+ }
+ }
+ } else if v, ok := interface{}(m.GetQuota()).(interface{ Validate() error }); ok {
+ if err := v.Validate(); err != nil {
+ return OtherQuotaValidationError{
+ field: "Quota",
+ reason: "embedded message failed validation",
+ cause: err,
+ }
+ }
+ }
+
+ if len(errors) > 0 {
+ return OtherQuotaMultiError(errors)
+ }
+
+ return nil
+}
+
+// OtherQuotaMultiError is an error wrapping multiple validation errors
+// returned by OtherQuota.ValidateAll() if the designated constraints aren't met.
+type OtherQuotaMultiError []error
+
+// Error returns a concatenation of all the error messages it wraps.
+func (m OtherQuotaMultiError) Error() string {
+ var msgs []string
+ for _, err := range m {
+ msgs = append(msgs, err.Error())
+ }
+ return strings.Join(msgs, "; ")
+}
+
+// AllErrors returns a list of validation violation errors.
+func (m OtherQuotaMultiError) AllErrors() []error { return m }
+
+// OtherQuotaValidationError is the validation error returned by
+// OtherQuota.Validate if the designated constraints aren't met.
+type OtherQuotaValidationError struct {
+ field string
+ reason string
+ cause error
+ key bool
+}
+
+// Field function returns field value.
+func (e OtherQuotaValidationError) Field() string { return e.field }
+
+// Reason function returns reason value.
+func (e OtherQuotaValidationError) Reason() string { return e.reason }
+
+// Cause function returns cause value.
+func (e OtherQuotaValidationError) Cause() error { return e.cause }
+
+// Key function returns key value.
+func (e OtherQuotaValidationError) Key() bool { return e.key }
+
+// ErrorName returns error name.
+func (e OtherQuotaValidationError) ErrorName() string { return "OtherQuotaValidationError" }
+
+// Error satisfies the builtin error interface
+func (e OtherQuotaValidationError) Error() string {
+ cause := ""
+ if e.cause != nil {
+ cause = fmt.Sprintf(" | caused by: %v", e.cause)
+ }
+
+ key := ""
+ if e.key {
+ key = "key for "
+ }
+
+ return fmt.Sprintf(
+ "invalid %sOtherQuota.%s: %s%s",
+ key,
+ e.field,
+ e.reason,
+ cause)
+}
+
+var _ error = OtherQuotaValidationError{}
+
+var _ interface {
+ Field() string
+ Reason() string
+ Key() bool
+ Cause() error
+ ErrorName() string
+} = OtherQuotaValidationError{}
+
// Validate checks the field values on NativeNamespaceData with the rules
// defined in the proto definition for this message. If any rules are
// violated, the first error encountered is returned, or nil if there are no violations.
@@ -6464,7 +6628,7 @@ type NativeNamespaceDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m NativeNamespaceDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6568,7 +6732,7 @@ type LabelMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m LabelMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6671,7 +6835,7 @@ type AnnotationMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m AnnotationMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6779,7 +6943,7 @@ type ResourceQuotaMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ResourceQuotaMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6929,7 +7093,7 @@ type CreateVariableRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateVariableRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7074,7 +7238,7 @@ type CreateVariableResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateVariableResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7228,7 +7392,7 @@ type UpdateVariableRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateVariableRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7373,7 +7537,7 @@ type UpdateVariableResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateVariableResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7487,7 +7651,7 @@ type ListVariableDefinitionsRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListVariableDefinitionsRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7625,7 +7789,7 @@ type ListVariableDefinitionsResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListVariableDefinitionsResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7734,7 +7898,7 @@ type DeleteVariableDefinitionsRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteVariableDefinitionsRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7874,7 +8038,7 @@ type DeleteVariableDefinitionsResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteVariableDefinitionsResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8010,7 +8174,7 @@ type ListClustersVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListClustersVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8150,7 +8314,7 @@ type ListClustersVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListClustersVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8277,7 +8441,7 @@ type ListNamespacesVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespacesVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8417,7 +8581,7 @@ type ListNamespacesVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespacesVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8578,7 +8742,7 @@ type UpdateClustersVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateClustersVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8689,7 +8853,7 @@ type UpdateClustersVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateClustersVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8852,7 +9016,7 @@ type UpdateNamespacesVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespacesVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8965,7 +9129,7 @@ type UpdateNamespacesVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespacesVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9081,7 +9245,7 @@ type ListClusterVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListClusterVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9219,7 +9383,7 @@ type ListClusterVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListClusterVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9328,7 +9492,7 @@ type ListNamespaceVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespaceVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9466,7 +9630,7 @@ type ListNamespaceVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespaceVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9627,7 +9791,7 @@ type UpdateClusterVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateClusterVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9738,7 +9902,7 @@ type UpdateClusterVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateClusterVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9881,7 +10045,7 @@ type UpdateNamespaceVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespaceVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9992,7 +10156,7 @@ type UpdateNamespaceVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespaceVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10131,7 +10295,7 @@ type ImportVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ImportVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10239,7 +10403,7 @@ type ImportVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ImportVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10349,7 +10513,7 @@ type RenderVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m RenderVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10491,7 +10655,7 @@ type RenderVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m RenderVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10621,7 +10785,7 @@ type VariableDefinitionMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m VariableDefinitionMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10739,7 +10903,7 @@ type VariableValueMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m VariableValueMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10855,7 +11019,7 @@ type CreateVariableDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateVariableDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10973,7 +11137,7 @@ type UpdateVariableDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateVariableDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11111,7 +11275,7 @@ type ListVariableDefinitionDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListVariableDefinitionDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11215,7 +11379,7 @@ type DeleteVariableDefinitionsDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteVariableDefinitionsDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11354,7 +11518,7 @@ type ListVariableValuesDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListVariableValuesDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11529,7 +11693,7 @@ type ImportVariableDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ImportVariableDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11639,7 +11803,7 @@ type ImportVariableVarDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ImportVariableVarDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11741,7 +11905,7 @@ type HealthzRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m HealthzRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11876,7 +12040,7 @@ type HealthzResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m HealthzResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11979,7 +12143,7 @@ type HealthzDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m HealthzDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12078,7 +12242,7 @@ type PingRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m PingRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12185,7 +12349,7 @@ type PingResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m PingResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12454,7 +12618,7 @@ type ProjectQuotaMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectQuotaMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12561,7 +12725,7 @@ type NodeGroupMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m NodeGroupMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12777,7 +12941,7 @@ type QuotaResourceMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaResourceMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12908,7 +13072,7 @@ type QuotaStrategyMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaStrategyMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13089,7 +13253,7 @@ type InstanceTypeConfigMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m InstanceTypeConfigMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13194,7 +13358,7 @@ type DataDiskMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DataDiskMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13301,7 +13465,7 @@ type DeviceInfoMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeviceInfoMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13586,7 +13750,7 @@ type CreateProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13701,7 +13865,7 @@ type QuotaAttrMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaAttrMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13802,7 +13966,7 @@ type QuotaLimitMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaLimitMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13974,7 +14138,7 @@ type QuotaSharedProjectMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaSharedProjectMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -14078,7 +14242,7 @@ type GetProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -14214,7 +14378,7 @@ type QuotaSharedProjectListMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaSharedProjectListMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -14451,7 +14615,7 @@ type UpdateProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -14719,7 +14883,7 @@ type UpdateProjectV2RequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateProjectV2RequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -14876,7 +15040,7 @@ type DeleteProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15073,7 +15237,7 @@ type ProjectQuotaResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectQuotaResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15189,7 +15353,7 @@ type ListProjectQuotasRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectQuotasRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15327,7 +15491,7 @@ type ListProjectQuotasDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectQuotasDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15493,7 +15657,7 @@ type ListProjectQuotasResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectQuotasResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15611,7 +15775,7 @@ type ListProjectQuotasV2RequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectQuotasV2RequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15777,7 +15941,7 @@ type ListProjectQuotasV2ResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectQuotasV2ResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15882,7 +16046,7 @@ type GetProjectQuotasUsageReqMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotasUsageReqMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16048,7 +16212,7 @@ type GetProjectQuotasUsageRespMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotasUsageRespMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16156,7 +16320,7 @@ type ZoneResourceUsageMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ZoneResourceUsageMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16326,7 +16490,7 @@ type GetProjectQuotasUsageDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotasUsageDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16490,7 +16654,7 @@ type ScaleUpProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ScaleUpProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16656,7 +16820,7 @@ type ScaleUpProjectQuotaResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ScaleUpProjectQuotaResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16821,7 +16985,7 @@ type ScaleDownProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ScaleDownProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16988,7 +17152,7 @@ type ScaleDownProjectQuotaResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ScaleDownProjectQuotaResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -17099,7 +17263,7 @@ type GetProjectQuotasStatisticsRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotasStatisticsRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -17239,7 +17403,7 @@ type GetProjectQuotasStatisticsResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotasStatisticsResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -17350,7 +17514,7 @@ type QuotaResourceDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaResourceDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -17539,7 +17703,7 @@ type ProjectQuotasStatisticsDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectQuotasStatisticsDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -17656,7 +17820,7 @@ type ListProjectsForIAMResp_ProjectMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectsForIAMResp_ProjectMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
diff --git a/bcs-services/bcs-project-manager/internal/actions/namespace/independent/get.go b/bcs-services/bcs-project-manager/internal/actions/namespace/independent/get.go
index 34f98ae738..37a4ef511b 100644
--- a/bcs-services/bcs-project-manager/internal/actions/namespace/independent/get.go
+++ b/bcs-services/bcs-project-manager/internal/actions/namespace/independent/get.go
@@ -67,13 +67,16 @@ func (c *IndependentNamespaceAction) GetNamespace(ctx context.Context,
retData.Annotations = append(retData.Annotations, &proto.Annotation{Key: k, Value: v})
}
// get quota
- quota, err := getNamespaceQuota(ctx, req.GetClusterID(), ns.GetName(), client)
+ quota, otherQuotas, err := getNamespaceQuota(ctx, req.GetClusterID(), ns.GetName(), client)
if err != nil {
return err
}
if quota != nil {
retData.Quota, retData.Used, retData.CpuUseRate, retData.MemoryUseRate = quotautils.TransferToProto(quota)
}
+ for _, q := range otherQuotas {
+ retData.OtherQuotas = append(retData.OtherQuotas, quotautils.TransferToProtoOtherQuota(q))
+ }
// get variables
variables, err := listNamespaceVariables(ctx, req.GetProjectCode(), req.GetClusterID(), ns.GetName())
@@ -99,18 +102,25 @@ func (c *IndependentNamespaceAction) GetNamespace(ctx context.Context,
}
func getNamespaceQuota(ctx context.Context, clusterID, namespace string, clientset *kubernetes.Clientset) (
- *corev1.ResourceQuota, error) {
- quota, err := clientset.CoreV1().ResourceQuotas(namespace).Get(ctx, namespace, metav1.GetOptions{})
+ *corev1.ResourceQuota, []*corev1.ResourceQuota, error) {
+ quotaList, err := clientset.CoreV1().ResourceQuotas(namespace).List(ctx, metav1.ListOptions{})
if err != nil && !errors.IsNotFound(err) {
- logging.Error("get resourceQuota %s/%s failed, err: %s", clusterID, namespace, err.Error())
- return nil, errorx.NewClusterErr(err.Error())
+ logging.Error("list resourceQuotas in namespace %s/%s failed, err: %s", clusterID, namespace, err.Error())
+ return nil, nil, errorx.NewClusterErr(err.Error())
}
-
- // get quota
if errors.IsNotFound(err) {
- return nil, nil
+ return nil, nil, nil
+ }
+ var defaultQuota *corev1.ResourceQuota
+ var otherQuotas []*corev1.ResourceQuota
+ for i := range quotaList.Items {
+ if quotaList.Items[i].GetName() == namespace {
+ defaultQuota = "aList.Items[i]
+ } else {
+ otherQuotas = append(otherQuotas, "aList.Items[i])
+ }
}
- return quota, nil
+ return defaultQuota, otherQuotas, nil
}
func listNamespaceVariables(ctx context.Context,
diff --git a/bcs-services/bcs-project-manager/internal/actions/namespace/independent/list.go b/bcs-services/bcs-project-manager/internal/actions/namespace/independent/list.go
index 91d7bc2d72..fee5c4e46e 100644
--- a/bcs-services/bcs-project-manager/internal/actions/namespace/independent/list.go
+++ b/bcs-services/bcs-project-manager/internal/actions/namespace/independent/list.go
@@ -48,10 +48,14 @@ func (c *IndependentNamespaceAction) ListNamespaces(ctx context.Context,
return errorx.NewClusterErr(err.Error())
}
quotaMap := map[string]corev1.ResourceQuota{}
+ otherQuotasMap := map[string][]*proto.OtherQuota{}
if quotaList, e := client.CoreV1().ResourceQuotas("").List(ctx, metav1.ListOptions{}); e == nil {
for _, quota := range quotaList.Items {
- if quota.GetName() == quota.GetNamespace() {
- quotaMap[quota.GetName()] = quota
+ nsName := quota.GetNamespace()
+ if quota.GetName() == nsName {
+ quotaMap[nsName] = quota
+ } else {
+ otherQuotasMap[nsName] = append(otherQuotasMap[nsName], quotautils.TransferToProtoOtherQuota("a))
}
}
}
@@ -81,6 +85,9 @@ func (c *IndependentNamespaceAction) ListNamespaces(ctx context.Context,
if quota, ok := quotaMap[ns.GetName()]; ok {
retData.Quota, retData.Used, retData.CpuUseRate, retData.MemoryUseRate = quotautils.TransferToProto("a)
}
+ if otherQuotas, ok := otherQuotasMap[ns.GetName()]; ok {
+ retData.OtherQuotas = otherQuotas
+ }
// get variables
retData.Variables = variablesMap[ns.GetName()]
// get managers
diff --git a/bcs-services/bcs-project-manager/internal/actions/namespace/shared/get.go b/bcs-services/bcs-project-manager/internal/actions/namespace/shared/get.go
index 79b05b3f6f..077d8d6895 100644
--- a/bcs-services/bcs-project-manager/internal/actions/namespace/shared/get.go
+++ b/bcs-services/bcs-project-manager/internal/actions/namespace/shared/get.go
@@ -79,10 +79,15 @@ func (a *SharedNamespaceAction) GetNamespace(ctx context.Context,
}
// get quota
// nolint
- if quota, err := getNamespaceQuota(ctx, clusterID, namespace.GetName(), client); err != nil {
+ if quota, otherQuotas, err := getNamespaceQuota(ctx, clusterID, namespace.GetName(), client); err != nil {
return err
- } else if quota != nil {
- retData.Quota, retData.Used, retData.CpuUseRate, retData.MemoryUseRate = quotautils.TransferToProto(quota)
+ } else {
+ if quota != nil {
+ retData.Quota, retData.Used, retData.CpuUseRate, retData.MemoryUseRate = quotautils.TransferToProto(quota)
+ }
+ for _, q := range otherQuotas {
+ retData.OtherQuotas = append(retData.OtherQuotas, quotautils.TransferToProtoOtherQuota(q))
+ }
}
// get variables
variables, err := listNamespaceVariables(ctx, projectCode, clusterID, namespace.GetName())
@@ -115,17 +120,25 @@ func (a *SharedNamespaceAction) GetNamespace(ctx context.Context,
}
func getNamespaceQuota(ctx context.Context, clusterID, namespace string, clientset *kubernetes.Clientset) (
- *corev1.ResourceQuota, error) {
- quota, err := clientset.CoreV1().ResourceQuotas(namespace).Get(ctx, namespace, metav1.GetOptions{})
+ *corev1.ResourceQuota, []*corev1.ResourceQuota, error) {
+ quotaList, err := clientset.CoreV1().ResourceQuotas(namespace).List(ctx, metav1.ListOptions{})
if err != nil && !errors.IsNotFound(err) {
- logging.Error("get resourceQuota %s/%s failed, err: %s", clusterID, namespace, err.Error())
- return nil, errorx.NewClusterErr(err.Error())
+ logging.Error("list resourceQuotas in namespace %s/%s failed, err: %s", clusterID, namespace, err.Error())
+ return nil, nil, errorx.NewClusterErr(err.Error())
}
-
if errors.IsNotFound(err) {
- return nil, nil
+ return nil, nil, nil
+ }
+ var defaultQuota *corev1.ResourceQuota
+ var otherQuotas []*corev1.ResourceQuota
+ for i := range quotaList.Items {
+ if quotaList.Items[i].GetName() == namespace {
+ defaultQuota = "aList.Items[i]
+ } else {
+ otherQuotas = append(otherQuotas, "aList.Items[i])
+ }
}
- return quota, nil
+ return defaultQuota, otherQuotas, nil
}
func constructCreatingNamespace(staging *nsm.Namespace) *proto.NamespaceData {
diff --git a/bcs-services/bcs-project-manager/internal/actions/namespace/shared/list.go b/bcs-services/bcs-project-manager/internal/actions/namespace/shared/list.go
index efc420b39f..16e2cdb34f 100644
--- a/bcs-services/bcs-project-manager/internal/actions/namespace/shared/list.go
+++ b/bcs-services/bcs-project-manager/internal/actions/namespace/shared/list.go
@@ -81,10 +81,14 @@ func (a *SharedNamespaceAction) ListNamespaces(ctx context.Context,
}
// list all quota in cluster
quotaMap := map[string]corev1.ResourceQuota{}
+ otherQuotasMap := map[string][]*proto.OtherQuota{}
if quotaList, e := client.CoreV1().ResourceQuotas("").List(ctx, metav1.ListOptions{}); e == nil {
for _, quota := range quotaList.Items {
- if quota.GetName() == quota.GetNamespace() {
- quotaMap[quota.GetName()] = quota
+ nsName := quota.GetNamespace()
+ if quota.GetName() == nsName {
+ quotaMap[nsName] = quota
+ } else {
+ otherQuotasMap[nsName] = append(otherQuotasMap[nsName], quotautils.TransferToProtoOtherQuota("a))
}
}
}
@@ -96,7 +100,7 @@ func (a *SharedNamespaceAction) ListNamespaces(ctx context.Context,
logging.Error("batch list variables failed, err: %s", err.Error())
return errorx.NewClusterErr(err.Error())
}
- list, err := loadRetDatasFromCluster(ctx, req.ClusterID, namespaces, variablesMap, quotaMap, existns)
+ list, err := loadRetDatasFromCluster(ctx, req.ClusterID, namespaces, variablesMap, quotaMap, otherQuotasMap, existns)
if err != nil {
return err
}
@@ -227,7 +231,7 @@ func loadListRetDataFromDB(namespace nsm.Namespace) *proto.NamespaceData {
func loadRetDatasFromCluster(ctx context.Context, clusterID string, namespaces []corev1.Namespace,
variablesMap map[string][]*proto.VariableValue, quotaMap map[string]corev1.ResourceQuota,
- existns map[string]nsm.Namespace) ([]*proto.NamespaceData, error) {
+ otherQuotasMap map[string][]*proto.OtherQuota, existns map[string]nsm.Namespace) ([]*proto.NamespaceData, error) {
retDatas := []*proto.NamespaceData{}
for _, namespace := range namespaces {
retData := &proto.NamespaceData{
@@ -242,6 +246,9 @@ func loadRetDatasFromCluster(ctx context.Context, clusterID string, namespaces [
retData.Quota, retData.Used, retData.CpuUseRate, retData.MemoryUseRate =
quotautils.TransferToProto("a)
}
+ if otherQuotas, ok := otherQuotasMap[namespace.GetName()]; ok {
+ retData.OtherQuotas = otherQuotas
+ }
// get variables
retData.Variables = variablesMap[namespace.GetName()]
if ns, ok := existns[retData.GetName()]; ok {
diff --git a/bcs-services/bcs-project-manager/internal/util/quota/quota.go b/bcs-services/bcs-project-manager/internal/util/quota/quota.go
index 2f65bb6390..cd36a34693 100644
--- a/bcs-services/bcs-project-manager/internal/util/quota/quota.go
+++ b/bcs-services/bcs-project-manager/internal/util/quota/quota.go
@@ -134,6 +134,26 @@ func TransferToProto(q *corev1.ResourceQuota) (
return quota, used, cpuUseRate, memoryUseRate
}
+// TransferToProtoOtherQuota transfer k8s ResourceQuota to proto OtherQuota
+func TransferToProtoOtherQuota(q *corev1.ResourceQuota) *proto.OtherQuota {
+ if q == nil {
+ return nil
+ }
+ cpuLimitsQuota := q.Status.Hard[corev1.ResourceLimitsCPU]
+ cpuRequestQuota := q.Status.Hard[corev1.ResourceRequestsCPU]
+ memoryLimitsQuota := q.Status.Hard[corev1.ResourceLimitsMemory]
+ memoryRequestsQuota := q.Status.Hard[corev1.ResourceRequestsMemory]
+ return &proto.OtherQuota{
+ Name: q.GetName(),
+ Quota: &proto.ResourceQuota{
+ CpuLimits: cpuLimitsQuota.String(),
+ CpuRequests: cpuRequestQuota.String(),
+ MemoryLimits: memoryLimitsQuota.String(),
+ MemoryRequests: memoryRequestsQuota.String(),
+ },
+ }
+}
+
// LoadFromProto load k8s ResourceQuota from proto ResourceQuota
func LoadFromProto(k8sQuota *corev1.ResourceQuota, protoQuota *proto.ResourceQuota) error {
return load(k8sQuota, protoQuota.GetCpuLimits(), protoQuota.GetCpuRequests(),
diff --git a/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.pb.go b/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.pb.go
index 97e37553d1..224125a7a8 100644
--- a/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.pb.go
+++ b/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.pb.go
@@ -3386,6 +3386,7 @@ type NamespaceData struct {
ItsmTicketType string `protobuf:"bytes,15,opt,name=itsmTicketType,proto3" json:"itsmTicketType,omitempty"`
Managers []string `protobuf:"bytes,16,rep,name=managers,proto3" json:"managers,omitempty"`
IsSystem bool `protobuf:"varint,17,opt,name=isSystem,proto3" json:"isSystem,omitempty"`
+ OtherQuotas []*OtherQuota `protobuf:"bytes,18,rep,name=otherQuotas,proto3" json:"otherQuotas,omitempty"`
}
func (x *NamespaceData) Reset() {
@@ -3539,6 +3540,68 @@ func (x *NamespaceData) GetIsSystem() bool {
return false
}
+func (x *NamespaceData) GetOtherQuotas() []*OtherQuota {
+ if x != nil {
+ return x.OtherQuotas
+ }
+ return nil
+}
+
+type OtherQuota struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
+ Quota *ResourceQuota `protobuf:"bytes,2,opt,name=quota,proto3" json:"quota,omitempty"`
+}
+
+func (x *OtherQuota) Reset() {
+ *x = OtherQuota{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_bcsproject_proto_msgTypes[45]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *OtherQuota) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*OtherQuota) ProtoMessage() {}
+
+func (x *OtherQuota) ProtoReflect() protoreflect.Message {
+ mi := &file_bcsproject_proto_msgTypes[45]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use OtherQuota.ProtoReflect.Descriptor instead.
+func (*OtherQuota) Descriptor() ([]byte, []int) {
+ return file_bcsproject_proto_rawDescGZIP(), []int{45}
+}
+
+func (x *OtherQuota) GetName() string {
+ if x != nil {
+ return x.Name
+ }
+ return ""
+}
+
+func (x *OtherQuota) GetQuota() *ResourceQuota {
+ if x != nil {
+ return x.Quota
+ }
+ return nil
+}
+
type NativeNamespaceData struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -3555,7 +3618,7 @@ type NativeNamespaceData struct {
func (x *NativeNamespaceData) Reset() {
*x = NativeNamespaceData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[45]
+ mi := &file_bcsproject_proto_msgTypes[46]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3568,7 +3631,7 @@ func (x *NativeNamespaceData) String() string {
func (*NativeNamespaceData) ProtoMessage() {}
func (x *NativeNamespaceData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[45]
+ mi := &file_bcsproject_proto_msgTypes[46]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3581,7 +3644,7 @@ func (x *NativeNamespaceData) ProtoReflect() protoreflect.Message {
// Deprecated: Use NativeNamespaceData.ProtoReflect.Descriptor instead.
func (*NativeNamespaceData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{45}
+ return file_bcsproject_proto_rawDescGZIP(), []int{46}
}
func (x *NativeNamespaceData) GetUid() string {
@@ -3638,7 +3701,7 @@ type Label struct {
func (x *Label) Reset() {
*x = Label{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[46]
+ mi := &file_bcsproject_proto_msgTypes[47]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3651,7 +3714,7 @@ func (x *Label) String() string {
func (*Label) ProtoMessage() {}
func (x *Label) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[46]
+ mi := &file_bcsproject_proto_msgTypes[47]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3664,7 +3727,7 @@ func (x *Label) ProtoReflect() protoreflect.Message {
// Deprecated: Use Label.ProtoReflect.Descriptor instead.
func (*Label) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{46}
+ return file_bcsproject_proto_rawDescGZIP(), []int{47}
}
func (x *Label) GetKey() string {
@@ -3693,7 +3756,7 @@ type Annotation struct {
func (x *Annotation) Reset() {
*x = Annotation{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[47]
+ mi := &file_bcsproject_proto_msgTypes[48]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3706,7 +3769,7 @@ func (x *Annotation) String() string {
func (*Annotation) ProtoMessage() {}
func (x *Annotation) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[47]
+ mi := &file_bcsproject_proto_msgTypes[48]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3719,7 +3782,7 @@ func (x *Annotation) ProtoReflect() protoreflect.Message {
// Deprecated: Use Annotation.ProtoReflect.Descriptor instead.
func (*Annotation) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{47}
+ return file_bcsproject_proto_rawDescGZIP(), []int{48}
}
func (x *Annotation) GetKey() string {
@@ -3750,7 +3813,7 @@ type ResourceQuota struct {
func (x *ResourceQuota) Reset() {
*x = ResourceQuota{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[48]
+ mi := &file_bcsproject_proto_msgTypes[49]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3763,7 +3826,7 @@ func (x *ResourceQuota) String() string {
func (*ResourceQuota) ProtoMessage() {}
func (x *ResourceQuota) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[48]
+ mi := &file_bcsproject_proto_msgTypes[49]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3776,7 +3839,7 @@ func (x *ResourceQuota) ProtoReflect() protoreflect.Message {
// Deprecated: Use ResourceQuota.ProtoReflect.Descriptor instead.
func (*ResourceQuota) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{48}
+ return file_bcsproject_proto_rawDescGZIP(), []int{49}
}
func (x *ResourceQuota) GetCpuRequests() string {
@@ -3823,7 +3886,7 @@ type CreateVariableRequest struct {
func (x *CreateVariableRequest) Reset() {
*x = CreateVariableRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[49]
+ mi := &file_bcsproject_proto_msgTypes[50]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3836,7 +3899,7 @@ func (x *CreateVariableRequest) String() string {
func (*CreateVariableRequest) ProtoMessage() {}
func (x *CreateVariableRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[49]
+ mi := &file_bcsproject_proto_msgTypes[50]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3849,7 +3912,7 @@ func (x *CreateVariableRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use CreateVariableRequest.ProtoReflect.Descriptor instead.
func (*CreateVariableRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{49}
+ return file_bcsproject_proto_rawDescGZIP(), []int{50}
}
func (x *CreateVariableRequest) GetProjectCode() string {
@@ -3908,7 +3971,7 @@ type CreateVariableResponse struct {
func (x *CreateVariableResponse) Reset() {
*x = CreateVariableResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[50]
+ mi := &file_bcsproject_proto_msgTypes[51]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3921,7 +3984,7 @@ func (x *CreateVariableResponse) String() string {
func (*CreateVariableResponse) ProtoMessage() {}
func (x *CreateVariableResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[50]
+ mi := &file_bcsproject_proto_msgTypes[51]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -3934,7 +3997,7 @@ func (x *CreateVariableResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use CreateVariableResponse.ProtoReflect.Descriptor instead.
func (*CreateVariableResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{50}
+ return file_bcsproject_proto_rawDescGZIP(), []int{51}
}
func (x *CreateVariableResponse) GetCode() uint32 {
@@ -3982,7 +4045,7 @@ type UpdateVariableRequest struct {
func (x *UpdateVariableRequest) Reset() {
*x = UpdateVariableRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[51]
+ mi := &file_bcsproject_proto_msgTypes[52]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -3995,7 +4058,7 @@ func (x *UpdateVariableRequest) String() string {
func (*UpdateVariableRequest) ProtoMessage() {}
func (x *UpdateVariableRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[51]
+ mi := &file_bcsproject_proto_msgTypes[52]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4008,7 +4071,7 @@ func (x *UpdateVariableRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateVariableRequest.ProtoReflect.Descriptor instead.
func (*UpdateVariableRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{51}
+ return file_bcsproject_proto_rawDescGZIP(), []int{52}
}
func (x *UpdateVariableRequest) GetProjectCode() string {
@@ -4074,7 +4137,7 @@ type UpdateVariableResponse struct {
func (x *UpdateVariableResponse) Reset() {
*x = UpdateVariableResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[52]
+ mi := &file_bcsproject_proto_msgTypes[53]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4087,7 +4150,7 @@ func (x *UpdateVariableResponse) String() string {
func (*UpdateVariableResponse) ProtoMessage() {}
func (x *UpdateVariableResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[52]
+ mi := &file_bcsproject_proto_msgTypes[53]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4100,7 +4163,7 @@ func (x *UpdateVariableResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateVariableResponse.ProtoReflect.Descriptor instead.
func (*UpdateVariableResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{52}
+ return file_bcsproject_proto_rawDescGZIP(), []int{53}
}
func (x *UpdateVariableResponse) GetCode() uint32 {
@@ -4147,7 +4210,7 @@ type ListVariableDefinitionsRequest struct {
func (x *ListVariableDefinitionsRequest) Reset() {
*x = ListVariableDefinitionsRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[53]
+ mi := &file_bcsproject_proto_msgTypes[54]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4160,7 +4223,7 @@ func (x *ListVariableDefinitionsRequest) String() string {
func (*ListVariableDefinitionsRequest) ProtoMessage() {}
func (x *ListVariableDefinitionsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[53]
+ mi := &file_bcsproject_proto_msgTypes[54]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4173,7 +4236,7 @@ func (x *ListVariableDefinitionsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListVariableDefinitionsRequest.ProtoReflect.Descriptor instead.
func (*ListVariableDefinitionsRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{53}
+ return file_bcsproject_proto_rawDescGZIP(), []int{54}
}
func (x *ListVariableDefinitionsRequest) GetProjectCode() string {
@@ -4232,7 +4295,7 @@ type ListVariableDefinitionsResponse struct {
func (x *ListVariableDefinitionsResponse) Reset() {
*x = ListVariableDefinitionsResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[54]
+ mi := &file_bcsproject_proto_msgTypes[55]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4245,7 +4308,7 @@ func (x *ListVariableDefinitionsResponse) String() string {
func (*ListVariableDefinitionsResponse) ProtoMessage() {}
func (x *ListVariableDefinitionsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[54]
+ mi := &file_bcsproject_proto_msgTypes[55]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4258,7 +4321,7 @@ func (x *ListVariableDefinitionsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListVariableDefinitionsResponse.ProtoReflect.Descriptor instead.
func (*ListVariableDefinitionsResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{54}
+ return file_bcsproject_proto_rawDescGZIP(), []int{55}
}
func (x *ListVariableDefinitionsResponse) GetCode() uint32 {
@@ -4301,7 +4364,7 @@ type DeleteVariableDefinitionsRequest struct {
func (x *DeleteVariableDefinitionsRequest) Reset() {
*x = DeleteVariableDefinitionsRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[55]
+ mi := &file_bcsproject_proto_msgTypes[56]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4314,7 +4377,7 @@ func (x *DeleteVariableDefinitionsRequest) String() string {
func (*DeleteVariableDefinitionsRequest) ProtoMessage() {}
func (x *DeleteVariableDefinitionsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[55]
+ mi := &file_bcsproject_proto_msgTypes[56]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4327,7 +4390,7 @@ func (x *DeleteVariableDefinitionsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteVariableDefinitionsRequest.ProtoReflect.Descriptor instead.
func (*DeleteVariableDefinitionsRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{55}
+ return file_bcsproject_proto_rawDescGZIP(), []int{56}
}
func (x *DeleteVariableDefinitionsRequest) GetProjectCode() string {
@@ -4358,7 +4421,7 @@ type DeleteVariableDefinitionsResponse struct {
func (x *DeleteVariableDefinitionsResponse) Reset() {
*x = DeleteVariableDefinitionsResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[56]
+ mi := &file_bcsproject_proto_msgTypes[57]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4371,7 +4434,7 @@ func (x *DeleteVariableDefinitionsResponse) String() string {
func (*DeleteVariableDefinitionsResponse) ProtoMessage() {}
func (x *DeleteVariableDefinitionsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[56]
+ mi := &file_bcsproject_proto_msgTypes[57]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4384,7 +4447,7 @@ func (x *DeleteVariableDefinitionsResponse) ProtoReflect() protoreflect.Message
// Deprecated: Use DeleteVariableDefinitionsResponse.ProtoReflect.Descriptor instead.
func (*DeleteVariableDefinitionsResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{56}
+ return file_bcsproject_proto_rawDescGZIP(), []int{57}
}
func (x *DeleteVariableDefinitionsResponse) GetCode() uint32 {
@@ -4427,7 +4490,7 @@ type ListClustersVariablesRequest struct {
func (x *ListClustersVariablesRequest) Reset() {
*x = ListClustersVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[57]
+ mi := &file_bcsproject_proto_msgTypes[58]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4440,7 +4503,7 @@ func (x *ListClustersVariablesRequest) String() string {
func (*ListClustersVariablesRequest) ProtoMessage() {}
func (x *ListClustersVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[57]
+ mi := &file_bcsproject_proto_msgTypes[58]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4453,7 +4516,7 @@ func (x *ListClustersVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListClustersVariablesRequest.ProtoReflect.Descriptor instead.
func (*ListClustersVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{57}
+ return file_bcsproject_proto_rawDescGZIP(), []int{58}
}
func (x *ListClustersVariablesRequest) GetProjectCode() string {
@@ -4484,7 +4547,7 @@ type ListClustersVariablesResponse struct {
func (x *ListClustersVariablesResponse) Reset() {
*x = ListClustersVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[58]
+ mi := &file_bcsproject_proto_msgTypes[59]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4497,7 +4560,7 @@ func (x *ListClustersVariablesResponse) String() string {
func (*ListClustersVariablesResponse) ProtoMessage() {}
func (x *ListClustersVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[58]
+ mi := &file_bcsproject_proto_msgTypes[59]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4510,7 +4573,7 @@ func (x *ListClustersVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListClustersVariablesResponse.ProtoReflect.Descriptor instead.
func (*ListClustersVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{58}
+ return file_bcsproject_proto_rawDescGZIP(), []int{59}
}
func (x *ListClustersVariablesResponse) GetCode() uint32 {
@@ -4553,7 +4616,7 @@ type ListNamespacesVariablesRequest struct {
func (x *ListNamespacesVariablesRequest) Reset() {
*x = ListNamespacesVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[59]
+ mi := &file_bcsproject_proto_msgTypes[60]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4566,7 +4629,7 @@ func (x *ListNamespacesVariablesRequest) String() string {
func (*ListNamespacesVariablesRequest) ProtoMessage() {}
func (x *ListNamespacesVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[59]
+ mi := &file_bcsproject_proto_msgTypes[60]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4579,7 +4642,7 @@ func (x *ListNamespacesVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListNamespacesVariablesRequest.ProtoReflect.Descriptor instead.
func (*ListNamespacesVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{59}
+ return file_bcsproject_proto_rawDescGZIP(), []int{60}
}
func (x *ListNamespacesVariablesRequest) GetProjectCode() string {
@@ -4610,7 +4673,7 @@ type ListNamespacesVariablesResponse struct {
func (x *ListNamespacesVariablesResponse) Reset() {
*x = ListNamespacesVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[60]
+ mi := &file_bcsproject_proto_msgTypes[61]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4623,7 +4686,7 @@ func (x *ListNamespacesVariablesResponse) String() string {
func (*ListNamespacesVariablesResponse) ProtoMessage() {}
func (x *ListNamespacesVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[60]
+ mi := &file_bcsproject_proto_msgTypes[61]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4636,7 +4699,7 @@ func (x *ListNamespacesVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListNamespacesVariablesResponse.ProtoReflect.Descriptor instead.
func (*ListNamespacesVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{60}
+ return file_bcsproject_proto_rawDescGZIP(), []int{61}
}
func (x *ListNamespacesVariablesResponse) GetCode() uint32 {
@@ -4680,7 +4743,7 @@ type UpdateClustersVariablesRequest struct {
func (x *UpdateClustersVariablesRequest) Reset() {
*x = UpdateClustersVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[61]
+ mi := &file_bcsproject_proto_msgTypes[62]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4693,7 +4756,7 @@ func (x *UpdateClustersVariablesRequest) String() string {
func (*UpdateClustersVariablesRequest) ProtoMessage() {}
func (x *UpdateClustersVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[61]
+ mi := &file_bcsproject_proto_msgTypes[62]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4706,7 +4769,7 @@ func (x *UpdateClustersVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateClustersVariablesRequest.ProtoReflect.Descriptor instead.
func (*UpdateClustersVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{61}
+ return file_bcsproject_proto_rawDescGZIP(), []int{62}
}
func (x *UpdateClustersVariablesRequest) GetProjectCode() string {
@@ -4743,7 +4806,7 @@ type UpdateClustersVariablesResponse struct {
func (x *UpdateClustersVariablesResponse) Reset() {
*x = UpdateClustersVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[62]
+ mi := &file_bcsproject_proto_msgTypes[63]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4756,7 +4819,7 @@ func (x *UpdateClustersVariablesResponse) String() string {
func (*UpdateClustersVariablesResponse) ProtoMessage() {}
func (x *UpdateClustersVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[62]
+ mi := &file_bcsproject_proto_msgTypes[63]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4769,7 +4832,7 @@ func (x *UpdateClustersVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateClustersVariablesResponse.ProtoReflect.Descriptor instead.
func (*UpdateClustersVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{62}
+ return file_bcsproject_proto_rawDescGZIP(), []int{63}
}
func (x *UpdateClustersVariablesResponse) GetCode() uint32 {
@@ -4806,7 +4869,7 @@ type UpdateNamespacesVariablesRequest struct {
func (x *UpdateNamespacesVariablesRequest) Reset() {
*x = UpdateNamespacesVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[63]
+ mi := &file_bcsproject_proto_msgTypes[64]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4819,7 +4882,7 @@ func (x *UpdateNamespacesVariablesRequest) String() string {
func (*UpdateNamespacesVariablesRequest) ProtoMessage() {}
func (x *UpdateNamespacesVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[63]
+ mi := &file_bcsproject_proto_msgTypes[64]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4832,7 +4895,7 @@ func (x *UpdateNamespacesVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateNamespacesVariablesRequest.ProtoReflect.Descriptor instead.
func (*UpdateNamespacesVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{63}
+ return file_bcsproject_proto_rawDescGZIP(), []int{64}
}
func (x *UpdateNamespacesVariablesRequest) GetProjectCode() string {
@@ -4869,7 +4932,7 @@ type UpdateNamespacesVariablesResponse struct {
func (x *UpdateNamespacesVariablesResponse) Reset() {
*x = UpdateNamespacesVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[64]
+ mi := &file_bcsproject_proto_msgTypes[65]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4882,7 +4945,7 @@ func (x *UpdateNamespacesVariablesResponse) String() string {
func (*UpdateNamespacesVariablesResponse) ProtoMessage() {}
func (x *UpdateNamespacesVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[64]
+ mi := &file_bcsproject_proto_msgTypes[65]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4895,7 +4958,7 @@ func (x *UpdateNamespacesVariablesResponse) ProtoReflect() protoreflect.Message
// Deprecated: Use UpdateNamespacesVariablesResponse.ProtoReflect.Descriptor instead.
func (*UpdateNamespacesVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{64}
+ return file_bcsproject_proto_rawDescGZIP(), []int{65}
}
func (x *UpdateNamespacesVariablesResponse) GetCode() uint32 {
@@ -4931,7 +4994,7 @@ type ListClusterVariablesRequest struct {
func (x *ListClusterVariablesRequest) Reset() {
*x = ListClusterVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[65]
+ mi := &file_bcsproject_proto_msgTypes[66]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -4944,7 +5007,7 @@ func (x *ListClusterVariablesRequest) String() string {
func (*ListClusterVariablesRequest) ProtoMessage() {}
func (x *ListClusterVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[65]
+ mi := &file_bcsproject_proto_msgTypes[66]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -4957,7 +5020,7 @@ func (x *ListClusterVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListClusterVariablesRequest.ProtoReflect.Descriptor instead.
func (*ListClusterVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{65}
+ return file_bcsproject_proto_rawDescGZIP(), []int{66}
}
func (x *ListClusterVariablesRequest) GetProjectCode() string {
@@ -4988,7 +5051,7 @@ type ListClusterVariablesResponse struct {
func (x *ListClusterVariablesResponse) Reset() {
*x = ListClusterVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[66]
+ mi := &file_bcsproject_proto_msgTypes[67]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5001,7 +5064,7 @@ func (x *ListClusterVariablesResponse) String() string {
func (*ListClusterVariablesResponse) ProtoMessage() {}
func (x *ListClusterVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[66]
+ mi := &file_bcsproject_proto_msgTypes[67]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5014,7 +5077,7 @@ func (x *ListClusterVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListClusterVariablesResponse.ProtoReflect.Descriptor instead.
func (*ListClusterVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{66}
+ return file_bcsproject_proto_rawDescGZIP(), []int{67}
}
func (x *ListClusterVariablesResponse) GetCode() uint32 {
@@ -5058,7 +5121,7 @@ type ListNamespaceVariablesRequest struct {
func (x *ListNamespaceVariablesRequest) Reset() {
*x = ListNamespaceVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[67]
+ mi := &file_bcsproject_proto_msgTypes[68]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5071,7 +5134,7 @@ func (x *ListNamespaceVariablesRequest) String() string {
func (*ListNamespaceVariablesRequest) ProtoMessage() {}
func (x *ListNamespaceVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[67]
+ mi := &file_bcsproject_proto_msgTypes[68]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5084,7 +5147,7 @@ func (x *ListNamespaceVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListNamespaceVariablesRequest.ProtoReflect.Descriptor instead.
func (*ListNamespaceVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{67}
+ return file_bcsproject_proto_rawDescGZIP(), []int{68}
}
func (x *ListNamespaceVariablesRequest) GetProjectCode() string {
@@ -5122,7 +5185,7 @@ type ListNamespaceVariablesResponse struct {
func (x *ListNamespaceVariablesResponse) Reset() {
*x = ListNamespaceVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[68]
+ mi := &file_bcsproject_proto_msgTypes[69]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5135,7 +5198,7 @@ func (x *ListNamespaceVariablesResponse) String() string {
func (*ListNamespaceVariablesResponse) ProtoMessage() {}
func (x *ListNamespaceVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[68]
+ mi := &file_bcsproject_proto_msgTypes[69]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5148,7 +5211,7 @@ func (x *ListNamespaceVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListNamespaceVariablesResponse.ProtoReflect.Descriptor instead.
func (*ListNamespaceVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{68}
+ return file_bcsproject_proto_rawDescGZIP(), []int{69}
}
func (x *ListNamespaceVariablesResponse) GetCode() uint32 {
@@ -5192,7 +5255,7 @@ type UpdateClusterVariablesRequest struct {
func (x *UpdateClusterVariablesRequest) Reset() {
*x = UpdateClusterVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[69]
+ mi := &file_bcsproject_proto_msgTypes[70]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5205,7 +5268,7 @@ func (x *UpdateClusterVariablesRequest) String() string {
func (*UpdateClusterVariablesRequest) ProtoMessage() {}
func (x *UpdateClusterVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[69]
+ mi := &file_bcsproject_proto_msgTypes[70]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5218,7 +5281,7 @@ func (x *UpdateClusterVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateClusterVariablesRequest.ProtoReflect.Descriptor instead.
func (*UpdateClusterVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{69}
+ return file_bcsproject_proto_rawDescGZIP(), []int{70}
}
func (x *UpdateClusterVariablesRequest) GetProjectCode() string {
@@ -5255,7 +5318,7 @@ type UpdateClusterVariablesResponse struct {
func (x *UpdateClusterVariablesResponse) Reset() {
*x = UpdateClusterVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[70]
+ mi := &file_bcsproject_proto_msgTypes[71]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5268,7 +5331,7 @@ func (x *UpdateClusterVariablesResponse) String() string {
func (*UpdateClusterVariablesResponse) ProtoMessage() {}
func (x *UpdateClusterVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[70]
+ mi := &file_bcsproject_proto_msgTypes[71]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5281,7 +5344,7 @@ func (x *UpdateClusterVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateClusterVariablesResponse.ProtoReflect.Descriptor instead.
func (*UpdateClusterVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{70}
+ return file_bcsproject_proto_rawDescGZIP(), []int{71}
}
func (x *UpdateClusterVariablesResponse) GetCode() uint32 {
@@ -5319,7 +5382,7 @@ type UpdateNamespaceVariablesRequest struct {
func (x *UpdateNamespaceVariablesRequest) Reset() {
*x = UpdateNamespaceVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[71]
+ mi := &file_bcsproject_proto_msgTypes[72]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5332,7 +5395,7 @@ func (x *UpdateNamespaceVariablesRequest) String() string {
func (*UpdateNamespaceVariablesRequest) ProtoMessage() {}
func (x *UpdateNamespaceVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[71]
+ mi := &file_bcsproject_proto_msgTypes[72]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5345,7 +5408,7 @@ func (x *UpdateNamespaceVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateNamespaceVariablesRequest.ProtoReflect.Descriptor instead.
func (*UpdateNamespaceVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{71}
+ return file_bcsproject_proto_rawDescGZIP(), []int{72}
}
func (x *UpdateNamespaceVariablesRequest) GetProjectCode() string {
@@ -5389,7 +5452,7 @@ type UpdateNamespaceVariablesResponse struct {
func (x *UpdateNamespaceVariablesResponse) Reset() {
*x = UpdateNamespaceVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[72]
+ mi := &file_bcsproject_proto_msgTypes[73]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5402,7 +5465,7 @@ func (x *UpdateNamespaceVariablesResponse) String() string {
func (*UpdateNamespaceVariablesResponse) ProtoMessage() {}
func (x *UpdateNamespaceVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[72]
+ mi := &file_bcsproject_proto_msgTypes[73]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5415,7 +5478,7 @@ func (x *UpdateNamespaceVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateNamespaceVariablesResponse.ProtoReflect.Descriptor instead.
func (*UpdateNamespaceVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{72}
+ return file_bcsproject_proto_rawDescGZIP(), []int{73}
}
func (x *UpdateNamespaceVariablesResponse) GetCode() uint32 {
@@ -5451,7 +5514,7 @@ type ImportVariablesRequest struct {
func (x *ImportVariablesRequest) Reset() {
*x = ImportVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[73]
+ mi := &file_bcsproject_proto_msgTypes[74]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5464,7 +5527,7 @@ func (x *ImportVariablesRequest) String() string {
func (*ImportVariablesRequest) ProtoMessage() {}
func (x *ImportVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[73]
+ mi := &file_bcsproject_proto_msgTypes[74]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5477,7 +5540,7 @@ func (x *ImportVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ImportVariablesRequest.ProtoReflect.Descriptor instead.
func (*ImportVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{73}
+ return file_bcsproject_proto_rawDescGZIP(), []int{74}
}
func (x *ImportVariablesRequest) GetProjectCode() string {
@@ -5507,7 +5570,7 @@ type ImportVariablesResponse struct {
func (x *ImportVariablesResponse) Reset() {
*x = ImportVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[74]
+ mi := &file_bcsproject_proto_msgTypes[75]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5520,7 +5583,7 @@ func (x *ImportVariablesResponse) String() string {
func (*ImportVariablesResponse) ProtoMessage() {}
func (x *ImportVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[74]
+ mi := &file_bcsproject_proto_msgTypes[75]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5533,7 +5596,7 @@ func (x *ImportVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ImportVariablesResponse.ProtoReflect.Descriptor instead.
func (*ImportVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{74}
+ return file_bcsproject_proto_rawDescGZIP(), []int{75}
}
func (x *ImportVariablesResponse) GetCode() uint32 {
@@ -5571,7 +5634,7 @@ type RenderVariablesRequest struct {
func (x *RenderVariablesRequest) Reset() {
*x = RenderVariablesRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[75]
+ mi := &file_bcsproject_proto_msgTypes[76]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5584,7 +5647,7 @@ func (x *RenderVariablesRequest) String() string {
func (*RenderVariablesRequest) ProtoMessage() {}
func (x *RenderVariablesRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[75]
+ mi := &file_bcsproject_proto_msgTypes[76]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5597,7 +5660,7 @@ func (x *RenderVariablesRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use RenderVariablesRequest.ProtoReflect.Descriptor instead.
func (*RenderVariablesRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{75}
+ return file_bcsproject_proto_rawDescGZIP(), []int{76}
}
func (x *RenderVariablesRequest) GetProjectCode() string {
@@ -5642,7 +5705,7 @@ type RenderVariablesResponse struct {
func (x *RenderVariablesResponse) Reset() {
*x = RenderVariablesResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[76]
+ mi := &file_bcsproject_proto_msgTypes[77]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5655,7 +5718,7 @@ func (x *RenderVariablesResponse) String() string {
func (*RenderVariablesResponse) ProtoMessage() {}
func (x *RenderVariablesResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[76]
+ mi := &file_bcsproject_proto_msgTypes[77]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5668,7 +5731,7 @@ func (x *RenderVariablesResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use RenderVariablesResponse.ProtoReflect.Descriptor instead.
func (*RenderVariablesResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{76}
+ return file_bcsproject_proto_rawDescGZIP(), []int{77}
}
func (x *RenderVariablesResponse) GetCode() uint32 {
@@ -5723,7 +5786,7 @@ type VariableDefinition struct {
func (x *VariableDefinition) Reset() {
*x = VariableDefinition{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[77]
+ mi := &file_bcsproject_proto_msgTypes[78]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5736,7 +5799,7 @@ func (x *VariableDefinition) String() string {
func (*VariableDefinition) ProtoMessage() {}
func (x *VariableDefinition) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[77]
+ mi := &file_bcsproject_proto_msgTypes[78]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5749,7 +5812,7 @@ func (x *VariableDefinition) ProtoReflect() protoreflect.Message {
// Deprecated: Use VariableDefinition.ProtoReflect.Descriptor instead.
func (*VariableDefinition) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{77}
+ return file_bcsproject_proto_rawDescGZIP(), []int{78}
}
func (x *VariableDefinition) GetId() string {
@@ -5868,7 +5931,7 @@ type VariableValue struct {
func (x *VariableValue) Reset() {
*x = VariableValue{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[78]
+ mi := &file_bcsproject_proto_msgTypes[79]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5881,7 +5944,7 @@ func (x *VariableValue) String() string {
func (*VariableValue) ProtoMessage() {}
func (x *VariableValue) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[78]
+ mi := &file_bcsproject_proto_msgTypes[79]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5894,7 +5957,7 @@ func (x *VariableValue) ProtoReflect() protoreflect.Message {
// Deprecated: Use VariableValue.ProtoReflect.Descriptor instead.
func (*VariableValue) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{78}
+ return file_bcsproject_proto_rawDescGZIP(), []int{79}
}
func (x *VariableValue) GetId() string {
@@ -5971,7 +6034,7 @@ type CreateVariableData struct {
func (x *CreateVariableData) Reset() {
*x = CreateVariableData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[79]
+ mi := &file_bcsproject_proto_msgTypes[80]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -5984,7 +6047,7 @@ func (x *CreateVariableData) String() string {
func (*CreateVariableData) ProtoMessage() {}
func (x *CreateVariableData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[79]
+ mi := &file_bcsproject_proto_msgTypes[80]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -5997,7 +6060,7 @@ func (x *CreateVariableData) ProtoReflect() protoreflect.Message {
// Deprecated: Use CreateVariableData.ProtoReflect.Descriptor instead.
func (*CreateVariableData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{79}
+ return file_bcsproject_proto_rawDescGZIP(), []int{80}
}
func (x *CreateVariableData) GetId() string {
@@ -6074,7 +6137,7 @@ type UpdateVariableData struct {
func (x *UpdateVariableData) Reset() {
*x = UpdateVariableData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[80]
+ mi := &file_bcsproject_proto_msgTypes[81]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6087,7 +6150,7 @@ func (x *UpdateVariableData) String() string {
func (*UpdateVariableData) ProtoMessage() {}
func (x *UpdateVariableData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[80]
+ mi := &file_bcsproject_proto_msgTypes[81]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6100,7 +6163,7 @@ func (x *UpdateVariableData) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateVariableData.ProtoReflect.Descriptor instead.
func (*UpdateVariableData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{80}
+ return file_bcsproject_proto_rawDescGZIP(), []int{81}
}
func (x *UpdateVariableData) GetId() string {
@@ -6171,7 +6234,7 @@ type ListVariableDefinitionData struct {
func (x *ListVariableDefinitionData) Reset() {
*x = ListVariableDefinitionData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[81]
+ mi := &file_bcsproject_proto_msgTypes[82]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6184,7 +6247,7 @@ func (x *ListVariableDefinitionData) String() string {
func (*ListVariableDefinitionData) ProtoMessage() {}
func (x *ListVariableDefinitionData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[81]
+ mi := &file_bcsproject_proto_msgTypes[82]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6197,7 +6260,7 @@ func (x *ListVariableDefinitionData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListVariableDefinitionData.ProtoReflect.Descriptor instead.
func (*ListVariableDefinitionData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{81}
+ return file_bcsproject_proto_rawDescGZIP(), []int{82}
}
func (x *ListVariableDefinitionData) GetTotal() uint32 {
@@ -6225,7 +6288,7 @@ type DeleteVariableDefinitionsData struct {
func (x *DeleteVariableDefinitionsData) Reset() {
*x = DeleteVariableDefinitionsData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[82]
+ mi := &file_bcsproject_proto_msgTypes[83]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6238,7 +6301,7 @@ func (x *DeleteVariableDefinitionsData) String() string {
func (*DeleteVariableDefinitionsData) ProtoMessage() {}
func (x *DeleteVariableDefinitionsData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[82]
+ mi := &file_bcsproject_proto_msgTypes[83]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6251,7 +6314,7 @@ func (x *DeleteVariableDefinitionsData) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteVariableDefinitionsData.ProtoReflect.Descriptor instead.
func (*DeleteVariableDefinitionsData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{82}
+ return file_bcsproject_proto_rawDescGZIP(), []int{83}
}
func (x *DeleteVariableDefinitionsData) GetTotal() uint32 {
@@ -6273,7 +6336,7 @@ type ListVariableValuesData struct {
func (x *ListVariableValuesData) Reset() {
*x = ListVariableValuesData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[83]
+ mi := &file_bcsproject_proto_msgTypes[84]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6286,7 +6349,7 @@ func (x *ListVariableValuesData) String() string {
func (*ListVariableValuesData) ProtoMessage() {}
func (x *ListVariableValuesData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[83]
+ mi := &file_bcsproject_proto_msgTypes[84]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6299,7 +6362,7 @@ func (x *ListVariableValuesData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListVariableValuesData.ProtoReflect.Descriptor instead.
func (*ListVariableValuesData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{83}
+ return file_bcsproject_proto_rawDescGZIP(), []int{84}
}
func (x *ListVariableValuesData) GetTotal() uint32 {
@@ -6332,7 +6395,7 @@ type ImportVariableData struct {
func (x *ImportVariableData) Reset() {
*x = ImportVariableData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[84]
+ mi := &file_bcsproject_proto_msgTypes[85]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6345,7 +6408,7 @@ func (x *ImportVariableData) String() string {
func (*ImportVariableData) ProtoMessage() {}
func (x *ImportVariableData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[84]
+ mi := &file_bcsproject_proto_msgTypes[85]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6358,7 +6421,7 @@ func (x *ImportVariableData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ImportVariableData.ProtoReflect.Descriptor instead.
func (*ImportVariableData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{84}
+ return file_bcsproject_proto_rawDescGZIP(), []int{85}
}
func (x *ImportVariableData) GetName() string {
@@ -6416,7 +6479,7 @@ type ImportVariableVarData struct {
func (x *ImportVariableVarData) Reset() {
*x = ImportVariableVarData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[85]
+ mi := &file_bcsproject_proto_msgTypes[86]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6429,7 +6492,7 @@ func (x *ImportVariableVarData) String() string {
func (*ImportVariableVarData) ProtoMessage() {}
func (x *ImportVariableVarData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[85]
+ mi := &file_bcsproject_proto_msgTypes[86]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6442,7 +6505,7 @@ func (x *ImportVariableVarData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ImportVariableVarData.ProtoReflect.Descriptor instead.
func (*ImportVariableVarData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{85}
+ return file_bcsproject_proto_rawDescGZIP(), []int{86}
}
func (x *ImportVariableVarData) GetClusterID() string {
@@ -6475,7 +6538,7 @@ type HealthzRequest struct {
func (x *HealthzRequest) Reset() {
*x = HealthzRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[86]
+ mi := &file_bcsproject_proto_msgTypes[87]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6488,7 +6551,7 @@ func (x *HealthzRequest) String() string {
func (*HealthzRequest) ProtoMessage() {}
func (x *HealthzRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[86]
+ mi := &file_bcsproject_proto_msgTypes[87]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6501,7 +6564,7 @@ func (x *HealthzRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use HealthzRequest.ProtoReflect.Descriptor instead.
func (*HealthzRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{86}
+ return file_bcsproject_proto_rawDescGZIP(), []int{87}
}
type HealthzResponse struct {
@@ -6518,7 +6581,7 @@ type HealthzResponse struct {
func (x *HealthzResponse) Reset() {
*x = HealthzResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[87]
+ mi := &file_bcsproject_proto_msgTypes[88]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6531,7 +6594,7 @@ func (x *HealthzResponse) String() string {
func (*HealthzResponse) ProtoMessage() {}
func (x *HealthzResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[87]
+ mi := &file_bcsproject_proto_msgTypes[88]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6544,7 +6607,7 @@ func (x *HealthzResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use HealthzResponse.ProtoReflect.Descriptor instead.
func (*HealthzResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{87}
+ return file_bcsproject_proto_rawDescGZIP(), []int{88}
}
func (x *HealthzResponse) GetCode() uint32 {
@@ -6587,7 +6650,7 @@ type HealthzData struct {
func (x *HealthzData) Reset() {
*x = HealthzData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[88]
+ mi := &file_bcsproject_proto_msgTypes[89]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6600,7 +6663,7 @@ func (x *HealthzData) String() string {
func (*HealthzData) ProtoMessage() {}
func (x *HealthzData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[88]
+ mi := &file_bcsproject_proto_msgTypes[89]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6613,7 +6676,7 @@ func (x *HealthzData) ProtoReflect() protoreflect.Message {
// Deprecated: Use HealthzData.ProtoReflect.Descriptor instead.
func (*HealthzData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{88}
+ return file_bcsproject_proto_rawDescGZIP(), []int{89}
}
func (x *HealthzData) GetStatus() string {
@@ -6639,7 +6702,7 @@ type PingRequest struct {
func (x *PingRequest) Reset() {
*x = PingRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[89]
+ mi := &file_bcsproject_proto_msgTypes[90]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6652,7 +6715,7 @@ func (x *PingRequest) String() string {
func (*PingRequest) ProtoMessage() {}
func (x *PingRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[89]
+ mi := &file_bcsproject_proto_msgTypes[90]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6665,7 +6728,7 @@ func (x *PingRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{89}
+ return file_bcsproject_proto_rawDescGZIP(), []int{90}
}
type PingResponse struct {
@@ -6682,7 +6745,7 @@ type PingResponse struct {
func (x *PingResponse) Reset() {
*x = PingResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[90]
+ mi := &file_bcsproject_proto_msgTypes[91]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6695,7 +6758,7 @@ func (x *PingResponse) String() string {
func (*PingResponse) ProtoMessage() {}
func (x *PingResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[90]
+ mi := &file_bcsproject_proto_msgTypes[91]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6708,7 +6771,7 @@ func (x *PingResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{90}
+ return file_bcsproject_proto_rawDescGZIP(), []int{91}
}
func (x *PingResponse) GetCode() uint32 {
@@ -6775,7 +6838,7 @@ type ProjectQuota struct {
func (x *ProjectQuota) Reset() {
*x = ProjectQuota{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[91]
+ mi := &file_bcsproject_proto_msgTypes[92]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -6788,7 +6851,7 @@ func (x *ProjectQuota) String() string {
func (*ProjectQuota) ProtoMessage() {}
func (x *ProjectQuota) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[91]
+ mi := &file_bcsproject_proto_msgTypes[92]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -6801,7 +6864,7 @@ func (x *ProjectQuota) ProtoReflect() protoreflect.Message {
// Deprecated: Use ProjectQuota.ProtoReflect.Descriptor instead.
func (*ProjectQuota) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{91}
+ return file_bcsproject_proto_rawDescGZIP(), []int{92}
}
func (x *ProjectQuota) GetQuotaId() string {
@@ -7000,7 +7063,7 @@ type NodeGroup struct {
func (x *NodeGroup) Reset() {
*x = NodeGroup{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[92]
+ mi := &file_bcsproject_proto_msgTypes[93]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7013,7 +7076,7 @@ func (x *NodeGroup) String() string {
func (*NodeGroup) ProtoMessage() {}
func (x *NodeGroup) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[92]
+ mi := &file_bcsproject_proto_msgTypes[93]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7026,7 +7089,7 @@ func (x *NodeGroup) ProtoReflect() protoreflect.Message {
// Deprecated: Use NodeGroup.ProtoReflect.Descriptor instead.
func (*NodeGroup) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{92}
+ return file_bcsproject_proto_rawDescGZIP(), []int{93}
}
func (x *NodeGroup) GetClusterId() string {
@@ -7071,7 +7134,7 @@ type QuotaResource struct {
func (x *QuotaResource) Reset() {
*x = QuotaResource{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[93]
+ mi := &file_bcsproject_proto_msgTypes[94]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7084,7 +7147,7 @@ func (x *QuotaResource) String() string {
func (*QuotaResource) ProtoMessage() {}
func (x *QuotaResource) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[93]
+ mi := &file_bcsproject_proto_msgTypes[94]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7097,7 +7160,7 @@ func (x *QuotaResource) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaResource.ProtoReflect.Descriptor instead.
func (*QuotaResource) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{93}
+ return file_bcsproject_proto_rawDescGZIP(), []int{94}
}
func (x *QuotaResource) GetZoneResources() *InstanceTypeConfig {
@@ -7140,7 +7203,7 @@ type QuotaStrategy struct {
func (x *QuotaStrategy) Reset() {
*x = QuotaStrategy{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[94]
+ mi := &file_bcsproject_proto_msgTypes[95]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7153,7 +7216,7 @@ func (x *QuotaStrategy) String() string {
func (*QuotaStrategy) ProtoMessage() {}
func (x *QuotaStrategy) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[94]
+ mi := &file_bcsproject_proto_msgTypes[95]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7166,7 +7229,7 @@ func (x *QuotaStrategy) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaStrategy.ProtoReflect.Descriptor instead.
func (*QuotaStrategy) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{94}
+ return file_bcsproject_proto_rawDescGZIP(), []int{95}
}
func (x *QuotaStrategy) GetExpectTime() *wrappers.Int64Value {
@@ -7205,7 +7268,7 @@ type InstanceTypeConfig struct {
func (x *InstanceTypeConfig) Reset() {
*x = InstanceTypeConfig{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[95]
+ mi := &file_bcsproject_proto_msgTypes[96]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7218,7 +7281,7 @@ func (x *InstanceTypeConfig) String() string {
func (*InstanceTypeConfig) ProtoMessage() {}
func (x *InstanceTypeConfig) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[95]
+ mi := &file_bcsproject_proto_msgTypes[96]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7231,7 +7294,7 @@ func (x *InstanceTypeConfig) ProtoReflect() protoreflect.Message {
// Deprecated: Use InstanceTypeConfig.ProtoReflect.Descriptor instead.
func (*InstanceTypeConfig) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{95}
+ return file_bcsproject_proto_rawDescGZIP(), []int{96}
}
func (x *InstanceTypeConfig) GetRegion() string {
@@ -7324,7 +7387,7 @@ type DataDisk struct {
func (x *DataDisk) Reset() {
*x = DataDisk{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[96]
+ mi := &file_bcsproject_proto_msgTypes[97]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7337,7 +7400,7 @@ func (x *DataDisk) String() string {
func (*DataDisk) ProtoMessage() {}
func (x *DataDisk) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[96]
+ mi := &file_bcsproject_proto_msgTypes[97]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7350,7 +7413,7 @@ func (x *DataDisk) ProtoReflect() protoreflect.Message {
// Deprecated: Use DataDisk.ProtoReflect.Descriptor instead.
func (*DataDisk) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{96}
+ return file_bcsproject_proto_rawDescGZIP(), []int{97}
}
func (x *DataDisk) GetDiskType() string {
@@ -7382,7 +7445,7 @@ type DeviceInfo struct {
func (x *DeviceInfo) Reset() {
*x = DeviceInfo{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[97]
+ mi := &file_bcsproject_proto_msgTypes[98]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7395,7 +7458,7 @@ func (x *DeviceInfo) String() string {
func (*DeviceInfo) ProtoMessage() {}
func (x *DeviceInfo) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[97]
+ mi := &file_bcsproject_proto_msgTypes[98]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7408,7 +7471,7 @@ func (x *DeviceInfo) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeviceInfo.ProtoReflect.Descriptor instead.
func (*DeviceInfo) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{97}
+ return file_bcsproject_proto_rawDescGZIP(), []int{98}
}
func (x *DeviceInfo) GetDeviceType() string {
@@ -7467,7 +7530,7 @@ type CreateProjectQuotaRequest struct {
func (x *CreateProjectQuotaRequest) Reset() {
*x = CreateProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[98]
+ mi := &file_bcsproject_proto_msgTypes[99]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7480,7 +7543,7 @@ func (x *CreateProjectQuotaRequest) String() string {
func (*CreateProjectQuotaRequest) ProtoMessage() {}
func (x *CreateProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[98]
+ mi := &file_bcsproject_proto_msgTypes[99]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7493,7 +7556,7 @@ func (x *CreateProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use CreateProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*CreateProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{98}
+ return file_bcsproject_proto_rawDescGZIP(), []int{99}
}
func (x *CreateProjectQuotaRequest) GetQuotaName() string {
@@ -7639,7 +7702,7 @@ type QuotaAttr struct {
func (x *QuotaAttr) Reset() {
*x = QuotaAttr{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[99]
+ mi := &file_bcsproject_proto_msgTypes[100]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7652,7 +7715,7 @@ func (x *QuotaAttr) String() string {
func (*QuotaAttr) ProtoMessage() {}
func (x *QuotaAttr) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[99]
+ mi := &file_bcsproject_proto_msgTypes[100]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7665,7 +7728,7 @@ func (x *QuotaAttr) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaAttr.ProtoReflect.Descriptor instead.
func (*QuotaAttr) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{99}
+ return file_bcsproject_proto_rawDescGZIP(), []int{100}
}
func (x *QuotaAttr) GetSourceBkBizIDs() string {
@@ -7728,7 +7791,7 @@ type QuotaLimit struct {
func (x *QuotaLimit) Reset() {
*x = QuotaLimit{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[100]
+ mi := &file_bcsproject_proto_msgTypes[101]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7741,7 +7804,7 @@ func (x *QuotaLimit) String() string {
func (*QuotaLimit) ProtoMessage() {}
func (x *QuotaLimit) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[100]
+ mi := &file_bcsproject_proto_msgTypes[101]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7754,7 +7817,7 @@ func (x *QuotaLimit) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaLimit.ProtoReflect.Descriptor instead.
func (*QuotaLimit) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{100}
+ return file_bcsproject_proto_rawDescGZIP(), []int{101}
}
func (x *QuotaLimit) GetQuotaNum() int64 {
@@ -7783,7 +7846,7 @@ type QuotaSharedProject struct {
func (x *QuotaSharedProject) Reset() {
*x = QuotaSharedProject{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[101]
+ mi := &file_bcsproject_proto_msgTypes[102]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7796,7 +7859,7 @@ func (x *QuotaSharedProject) String() string {
func (*QuotaSharedProject) ProtoMessage() {}
func (x *QuotaSharedProject) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[101]
+ mi := &file_bcsproject_proto_msgTypes[102]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7809,7 +7872,7 @@ func (x *QuotaSharedProject) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaSharedProject.ProtoReflect.Descriptor instead.
func (*QuotaSharedProject) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{101}
+ return file_bcsproject_proto_rawDescGZIP(), []int{102}
}
func (x *QuotaSharedProject) GetProjectID() string {
@@ -7886,7 +7949,7 @@ type GetProjectQuotaRequest struct {
func (x *GetProjectQuotaRequest) Reset() {
*x = GetProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[102]
+ mi := &file_bcsproject_proto_msgTypes[103]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7899,7 +7962,7 @@ func (x *GetProjectQuotaRequest) String() string {
func (*GetProjectQuotaRequest) ProtoMessage() {}
func (x *GetProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[102]
+ mi := &file_bcsproject_proto_msgTypes[103]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7912,7 +7975,7 @@ func (x *GetProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*GetProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{102}
+ return file_bcsproject_proto_rawDescGZIP(), []int{103}
}
func (x *GetProjectQuotaRequest) GetQuotaId() string {
@@ -7934,7 +7997,7 @@ type QuotaSharedProjectList struct {
func (x *QuotaSharedProjectList) Reset() {
*x = QuotaSharedProjectList{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[103]
+ mi := &file_bcsproject_proto_msgTypes[104]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -7947,7 +8010,7 @@ func (x *QuotaSharedProjectList) String() string {
func (*QuotaSharedProjectList) ProtoMessage() {}
func (x *QuotaSharedProjectList) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[103]
+ mi := &file_bcsproject_proto_msgTypes[104]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -7960,7 +8023,7 @@ func (x *QuotaSharedProjectList) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaSharedProjectList.ProtoReflect.Descriptor instead.
func (*QuotaSharedProjectList) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{103}
+ return file_bcsproject_proto_rawDescGZIP(), []int{104}
}
func (x *QuotaSharedProjectList) GetValues() []*QuotaSharedProject {
@@ -7989,7 +8052,7 @@ type UpdateProjectQuotaRequest struct {
func (x *UpdateProjectQuotaRequest) Reset() {
*x = UpdateProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[104]
+ mi := &file_bcsproject_proto_msgTypes[105]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8002,7 +8065,7 @@ func (x *UpdateProjectQuotaRequest) String() string {
func (*UpdateProjectQuotaRequest) ProtoMessage() {}
func (x *UpdateProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[104]
+ mi := &file_bcsproject_proto_msgTypes[105]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8015,7 +8078,7 @@ func (x *UpdateProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*UpdateProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{104}
+ return file_bcsproject_proto_rawDescGZIP(), []int{105}
}
func (x *UpdateProjectQuotaRequest) GetQuotaId() string {
@@ -8105,7 +8168,7 @@ type UpdateProjectV2Request struct {
func (x *UpdateProjectV2Request) Reset() {
*x = UpdateProjectV2Request{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[105]
+ mi := &file_bcsproject_proto_msgTypes[106]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8118,7 +8181,7 @@ func (x *UpdateProjectV2Request) String() string {
func (*UpdateProjectV2Request) ProtoMessage() {}
func (x *UpdateProjectV2Request) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[105]
+ mi := &file_bcsproject_proto_msgTypes[106]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8131,7 +8194,7 @@ func (x *UpdateProjectV2Request) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateProjectV2Request.ProtoReflect.Descriptor instead.
func (*UpdateProjectV2Request) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{105}
+ return file_bcsproject_proto_rawDescGZIP(), []int{106}
}
func (x *UpdateProjectV2Request) GetProjectID() string {
@@ -8245,7 +8308,7 @@ type DeleteProjectQuotaRequest struct {
func (x *DeleteProjectQuotaRequest) Reset() {
*x = DeleteProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[106]
+ mi := &file_bcsproject_proto_msgTypes[107]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8258,7 +8321,7 @@ func (x *DeleteProjectQuotaRequest) String() string {
func (*DeleteProjectQuotaRequest) ProtoMessage() {}
func (x *DeleteProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[106]
+ mi := &file_bcsproject_proto_msgTypes[107]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8271,7 +8334,7 @@ func (x *DeleteProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*DeleteProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{106}
+ return file_bcsproject_proto_rawDescGZIP(), []int{107}
}
func (x *DeleteProjectQuotaRequest) GetQuotaId() string {
@@ -8311,7 +8374,7 @@ type ProjectQuotaResponse struct {
func (x *ProjectQuotaResponse) Reset() {
*x = ProjectQuotaResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[107]
+ mi := &file_bcsproject_proto_msgTypes[108]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8324,7 +8387,7 @@ func (x *ProjectQuotaResponse) String() string {
func (*ProjectQuotaResponse) ProtoMessage() {}
func (x *ProjectQuotaResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[107]
+ mi := &file_bcsproject_proto_msgTypes[108]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8337,7 +8400,7 @@ func (x *ProjectQuotaResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ProjectQuotaResponse.ProtoReflect.Descriptor instead.
func (*ProjectQuotaResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{107}
+ return file_bcsproject_proto_rawDescGZIP(), []int{108}
}
func (x *ProjectQuotaResponse) GetCode() uint32 {
@@ -8399,7 +8462,7 @@ type ListProjectQuotasRequest struct {
func (x *ListProjectQuotasRequest) Reset() {
*x = ListProjectQuotasRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[108]
+ mi := &file_bcsproject_proto_msgTypes[109]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8412,7 +8475,7 @@ func (x *ListProjectQuotasRequest) String() string {
func (*ListProjectQuotasRequest) ProtoMessage() {}
func (x *ListProjectQuotasRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[108]
+ mi := &file_bcsproject_proto_msgTypes[109]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8425,7 +8488,7 @@ func (x *ListProjectQuotasRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListProjectQuotasRequest.ProtoReflect.Descriptor instead.
func (*ListProjectQuotasRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{108}
+ return file_bcsproject_proto_rawDescGZIP(), []int{109}
}
func (x *ListProjectQuotasRequest) GetQuotaId() string {
@@ -8489,7 +8552,7 @@ type ListProjectQuotasData struct {
func (x *ListProjectQuotasData) Reset() {
*x = ListProjectQuotasData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[109]
+ mi := &file_bcsproject_proto_msgTypes[110]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8502,7 +8565,7 @@ func (x *ListProjectQuotasData) String() string {
func (*ListProjectQuotasData) ProtoMessage() {}
func (x *ListProjectQuotasData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[109]
+ mi := &file_bcsproject_proto_msgTypes[110]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8515,7 +8578,7 @@ func (x *ListProjectQuotasData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListProjectQuotasData.ProtoReflect.Descriptor instead.
func (*ListProjectQuotasData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{109}
+ return file_bcsproject_proto_rawDescGZIP(), []int{110}
}
func (x *ListProjectQuotasData) GetTotal() uint32 {
@@ -8547,7 +8610,7 @@ type ListProjectQuotasResponse struct {
func (x *ListProjectQuotasResponse) Reset() {
*x = ListProjectQuotasResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[110]
+ mi := &file_bcsproject_proto_msgTypes[111]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8560,7 +8623,7 @@ func (x *ListProjectQuotasResponse) String() string {
func (*ListProjectQuotasResponse) ProtoMessage() {}
func (x *ListProjectQuotasResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[110]
+ mi := &file_bcsproject_proto_msgTypes[111]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8573,7 +8636,7 @@ func (x *ListProjectQuotasResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListProjectQuotasResponse.ProtoReflect.Descriptor instead.
func (*ListProjectQuotasResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{110}
+ return file_bcsproject_proto_rawDescGZIP(), []int{111}
}
func (x *ListProjectQuotasResponse) GetCode() uint32 {
@@ -8629,7 +8692,7 @@ type ListProjectQuotasV2Request struct {
func (x *ListProjectQuotasV2Request) Reset() {
*x = ListProjectQuotasV2Request{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[111]
+ mi := &file_bcsproject_proto_msgTypes[112]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8642,7 +8705,7 @@ func (x *ListProjectQuotasV2Request) String() string {
func (*ListProjectQuotasV2Request) ProtoMessage() {}
func (x *ListProjectQuotasV2Request) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[111]
+ mi := &file_bcsproject_proto_msgTypes[112]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8655,7 +8718,7 @@ func (x *ListProjectQuotasV2Request) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListProjectQuotasV2Request.ProtoReflect.Descriptor instead.
func (*ListProjectQuotasV2Request) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{111}
+ return file_bcsproject_proto_rawDescGZIP(), []int{112}
}
func (x *ListProjectQuotasV2Request) GetQuotaId() string {
@@ -8729,7 +8792,7 @@ type ListProjectQuotasV2Response struct {
func (x *ListProjectQuotasV2Response) Reset() {
*x = ListProjectQuotasV2Response{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[112]
+ mi := &file_bcsproject_proto_msgTypes[113]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8742,7 +8805,7 @@ func (x *ListProjectQuotasV2Response) String() string {
func (*ListProjectQuotasV2Response) ProtoMessage() {}
func (x *ListProjectQuotasV2Response) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[112]
+ mi := &file_bcsproject_proto_msgTypes[113]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8755,7 +8818,7 @@ func (x *ListProjectQuotasV2Response) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListProjectQuotasV2Response.ProtoReflect.Descriptor instead.
func (*ListProjectQuotasV2Response) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{112}
+ return file_bcsproject_proto_rawDescGZIP(), []int{113}
}
func (x *ListProjectQuotasV2Response) GetCode() uint32 {
@@ -8804,7 +8867,7 @@ type GetProjectQuotasUsageReq struct {
func (x *GetProjectQuotasUsageReq) Reset() {
*x = GetProjectQuotasUsageReq{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[113]
+ mi := &file_bcsproject_proto_msgTypes[114]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8817,7 +8880,7 @@ func (x *GetProjectQuotasUsageReq) String() string {
func (*GetProjectQuotasUsageReq) ProtoMessage() {}
func (x *GetProjectQuotasUsageReq) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[113]
+ mi := &file_bcsproject_proto_msgTypes[114]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8830,7 +8893,7 @@ func (x *GetProjectQuotasUsageReq) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetProjectQuotasUsageReq.ProtoReflect.Descriptor instead.
func (*GetProjectQuotasUsageReq) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{113}
+ return file_bcsproject_proto_rawDescGZIP(), []int{114}
}
func (x *GetProjectQuotasUsageReq) GetQuotaId() string {
@@ -8855,7 +8918,7 @@ type GetProjectQuotasUsageResp struct {
func (x *GetProjectQuotasUsageResp) Reset() {
*x = GetProjectQuotasUsageResp{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[114]
+ mi := &file_bcsproject_proto_msgTypes[115]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8868,7 +8931,7 @@ func (x *GetProjectQuotasUsageResp) String() string {
func (*GetProjectQuotasUsageResp) ProtoMessage() {}
func (x *GetProjectQuotasUsageResp) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[114]
+ mi := &file_bcsproject_proto_msgTypes[115]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8881,7 +8944,7 @@ func (x *GetProjectQuotasUsageResp) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetProjectQuotasUsageResp.ProtoReflect.Descriptor instead.
func (*GetProjectQuotasUsageResp) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{114}
+ return file_bcsproject_proto_rawDescGZIP(), []int{115}
}
func (x *GetProjectQuotasUsageResp) GetCode() uint32 {
@@ -8932,7 +8995,7 @@ type ZoneResourceUsage struct {
func (x *ZoneResourceUsage) Reset() {
*x = ZoneResourceUsage{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[115]
+ mi := &file_bcsproject_proto_msgTypes[116]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -8945,7 +9008,7 @@ func (x *ZoneResourceUsage) String() string {
func (*ZoneResourceUsage) ProtoMessage() {}
func (x *ZoneResourceUsage) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[115]
+ mi := &file_bcsproject_proto_msgTypes[116]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -8958,7 +9021,7 @@ func (x *ZoneResourceUsage) ProtoReflect() protoreflect.Message {
// Deprecated: Use ZoneResourceUsage.ProtoReflect.Descriptor instead.
func (*ZoneResourceUsage) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{115}
+ return file_bcsproject_proto_rawDescGZIP(), []int{116}
}
func (x *ZoneResourceUsage) GetZone() string {
@@ -8999,7 +9062,7 @@ type GetProjectQuotasUsageData struct {
func (x *GetProjectQuotasUsageData) Reset() {
*x = GetProjectQuotasUsageData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[116]
+ mi := &file_bcsproject_proto_msgTypes[117]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9012,7 +9075,7 @@ func (x *GetProjectQuotasUsageData) String() string {
func (*GetProjectQuotasUsageData) ProtoMessage() {}
func (x *GetProjectQuotasUsageData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[116]
+ mi := &file_bcsproject_proto_msgTypes[117]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9025,7 +9088,7 @@ func (x *GetProjectQuotasUsageData) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetProjectQuotasUsageData.ProtoReflect.Descriptor instead.
func (*GetProjectQuotasUsageData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{116}
+ return file_bcsproject_proto_rawDescGZIP(), []int{117}
}
func (x *GetProjectQuotasUsageData) GetQuota() *ProjectQuota {
@@ -9091,7 +9154,7 @@ type ScaleUpProjectQuotaRequest struct {
func (x *ScaleUpProjectQuotaRequest) Reset() {
*x = ScaleUpProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[117]
+ mi := &file_bcsproject_proto_msgTypes[118]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9104,7 +9167,7 @@ func (x *ScaleUpProjectQuotaRequest) String() string {
func (*ScaleUpProjectQuotaRequest) ProtoMessage() {}
func (x *ScaleUpProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[117]
+ mi := &file_bcsproject_proto_msgTypes[118]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9117,7 +9180,7 @@ func (x *ScaleUpProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ScaleUpProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*ScaleUpProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{117}
+ return file_bcsproject_proto_rawDescGZIP(), []int{118}
}
func (x *ScaleUpProjectQuotaRequest) GetQuotaId() string {
@@ -9163,7 +9226,7 @@ type ScaleUpProjectQuotaResponse struct {
func (x *ScaleUpProjectQuotaResponse) Reset() {
*x = ScaleUpProjectQuotaResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[118]
+ mi := &file_bcsproject_proto_msgTypes[119]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9176,7 +9239,7 @@ func (x *ScaleUpProjectQuotaResponse) String() string {
func (*ScaleUpProjectQuotaResponse) ProtoMessage() {}
func (x *ScaleUpProjectQuotaResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[118]
+ mi := &file_bcsproject_proto_msgTypes[119]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9189,7 +9252,7 @@ func (x *ScaleUpProjectQuotaResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ScaleUpProjectQuotaResponse.ProtoReflect.Descriptor instead.
func (*ScaleUpProjectQuotaResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{118}
+ return file_bcsproject_proto_rawDescGZIP(), []int{119}
}
func (x *ScaleUpProjectQuotaResponse) GetCode() uint32 {
@@ -9241,7 +9304,7 @@ type ScaleDownProjectQuotaRequest struct {
func (x *ScaleDownProjectQuotaRequest) Reset() {
*x = ScaleDownProjectQuotaRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[119]
+ mi := &file_bcsproject_proto_msgTypes[120]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9254,7 +9317,7 @@ func (x *ScaleDownProjectQuotaRequest) String() string {
func (*ScaleDownProjectQuotaRequest) ProtoMessage() {}
func (x *ScaleDownProjectQuotaRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[119]
+ mi := &file_bcsproject_proto_msgTypes[120]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9267,7 +9330,7 @@ func (x *ScaleDownProjectQuotaRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ScaleDownProjectQuotaRequest.ProtoReflect.Descriptor instead.
func (*ScaleDownProjectQuotaRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{119}
+ return file_bcsproject_proto_rawDescGZIP(), []int{120}
}
func (x *ScaleDownProjectQuotaRequest) GetQuotaId() string {
@@ -9313,7 +9376,7 @@ type ScaleDownProjectQuotaResponse struct {
func (x *ScaleDownProjectQuotaResponse) Reset() {
*x = ScaleDownProjectQuotaResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[120]
+ mi := &file_bcsproject_proto_msgTypes[121]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9326,7 +9389,7 @@ func (x *ScaleDownProjectQuotaResponse) String() string {
func (*ScaleDownProjectQuotaResponse) ProtoMessage() {}
func (x *ScaleDownProjectQuotaResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[120]
+ mi := &file_bcsproject_proto_msgTypes[121]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9339,7 +9402,7 @@ func (x *ScaleDownProjectQuotaResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ScaleDownProjectQuotaResponse.ProtoReflect.Descriptor instead.
func (*ScaleDownProjectQuotaResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{120}
+ return file_bcsproject_proto_rawDescGZIP(), []int{121}
}
func (x *ScaleDownProjectQuotaResponse) GetCode() uint32 {
@@ -9390,7 +9453,7 @@ type GetProjectQuotasStatisticsRequest struct {
func (x *GetProjectQuotasStatisticsRequest) Reset() {
*x = GetProjectQuotasStatisticsRequest{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[121]
+ mi := &file_bcsproject_proto_msgTypes[122]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9403,7 +9466,7 @@ func (x *GetProjectQuotasStatisticsRequest) String() string {
func (*GetProjectQuotasStatisticsRequest) ProtoMessage() {}
func (x *GetProjectQuotasStatisticsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[121]
+ mi := &file_bcsproject_proto_msgTypes[122]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9416,7 +9479,7 @@ func (x *GetProjectQuotasStatisticsRequest) ProtoReflect() protoreflect.Message
// Deprecated: Use GetProjectQuotasStatisticsRequest.ProtoReflect.Descriptor instead.
func (*GetProjectQuotasStatisticsRequest) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{121}
+ return file_bcsproject_proto_rawDescGZIP(), []int{122}
}
func (x *GetProjectQuotasStatisticsRequest) GetProjectIDOrCode() string {
@@ -9454,7 +9517,7 @@ type GetProjectQuotasStatisticsResponse struct {
func (x *GetProjectQuotasStatisticsResponse) Reset() {
*x = GetProjectQuotasStatisticsResponse{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[122]
+ mi := &file_bcsproject_proto_msgTypes[123]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9467,7 +9530,7 @@ func (x *GetProjectQuotasStatisticsResponse) String() string {
func (*GetProjectQuotasStatisticsResponse) ProtoMessage() {}
func (x *GetProjectQuotasStatisticsResponse) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[122]
+ mi := &file_bcsproject_proto_msgTypes[123]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9480,7 +9543,7 @@ func (x *GetProjectQuotasStatisticsResponse) ProtoReflect() protoreflect.Message
// Deprecated: Use GetProjectQuotasStatisticsResponse.ProtoReflect.Descriptor instead.
func (*GetProjectQuotasStatisticsResponse) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{122}
+ return file_bcsproject_proto_rawDescGZIP(), []int{123}
}
func (x *GetProjectQuotasStatisticsResponse) GetCode() uint32 {
@@ -9525,7 +9588,7 @@ type QuotaResourceData struct {
func (x *QuotaResourceData) Reset() {
*x = QuotaResourceData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[123]
+ mi := &file_bcsproject_proto_msgTypes[124]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9538,7 +9601,7 @@ func (x *QuotaResourceData) String() string {
func (*QuotaResourceData) ProtoMessage() {}
func (x *QuotaResourceData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[123]
+ mi := &file_bcsproject_proto_msgTypes[124]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9551,7 +9614,7 @@ func (x *QuotaResourceData) ProtoReflect() protoreflect.Message {
// Deprecated: Use QuotaResourceData.ProtoReflect.Descriptor instead.
func (*QuotaResourceData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{123}
+ return file_bcsproject_proto_rawDescGZIP(), []int{124}
}
func (x *QuotaResourceData) GetUsedNum() uint32 {
@@ -9595,7 +9658,7 @@ type ProjectQuotasStatisticsData struct {
func (x *ProjectQuotasStatisticsData) Reset() {
*x = ProjectQuotasStatisticsData{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[124]
+ mi := &file_bcsproject_proto_msgTypes[125]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9608,7 +9671,7 @@ func (x *ProjectQuotasStatisticsData) String() string {
func (*ProjectQuotasStatisticsData) ProtoMessage() {}
func (x *ProjectQuotasStatisticsData) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[124]
+ mi := &file_bcsproject_proto_msgTypes[125]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -9621,7 +9684,7 @@ func (x *ProjectQuotasStatisticsData) ProtoReflect() protoreflect.Message {
// Deprecated: Use ProjectQuotasStatisticsData.ProtoReflect.Descriptor instead.
func (*ProjectQuotasStatisticsData) Descriptor() ([]byte, []int) {
- return file_bcsproject_proto_rawDescGZIP(), []int{124}
+ return file_bcsproject_proto_rawDescGZIP(), []int{125}
}
func (x *ProjectQuotasStatisticsData) GetCpu() *QuotaResourceData {
@@ -9662,7 +9725,7 @@ type ListProjectsForIAMResp_Project struct {
func (x *ListProjectsForIAMResp_Project) Reset() {
*x = ListProjectsForIAMResp_Project{}
if protoimpl.UnsafeEnabled {
- mi := &file_bcsproject_proto_msgTypes[131]
+ mi := &file_bcsproject_proto_msgTypes[132]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -9675,7 +9738,7 @@ func (x *ListProjectsForIAMResp_Project) String() string {
func (*ListProjectsForIAMResp_Project) ProtoMessage() {}
func (x *ListProjectsForIAMResp_Project) ProtoReflect() protoreflect.Message {
- mi := &file_bcsproject_proto_msgTypes[131]
+ mi := &file_bcsproject_proto_msgTypes[132]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -11026,7 +11089,7 @@ var file_bcsproject_proto_rawDesc = []byte{
0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a,
0x05, 0x70, 0x65, 0x72, 0x6d, 0x73, 0x32, 0x15, 0xe6, 0x97, 0xa0, 0xe6, 0x9d, 0x83, 0xe9, 0x99,
0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x05, 0x70,
- 0x65, 0x72, 0x6d, 0x73, 0x22, 0x95, 0x0a, 0x0a, 0x0d, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
+ 0x65, 0x72, 0x6d, 0x73, 0x22, 0xf5, 0x0a, 0x0a, 0x0d, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a, 0x03, 0x75, 0x69, 0x64, 0x32, 0x03, 0x75,
0x69, 0x64, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x31, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
@@ -11107,123 +11170,269 @@ var file_bcsproject_proto_rawDesc = []byte{
0xbb, 0xe7, 0xbb, 0x9f, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4,
0x2c, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0xe5, 0x88, 0x99, 0xe8, 0xa1, 0xa8, 0xe7, 0xa4, 0xba,
0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
- 0x97, 0xb4, 0x52, 0x08, 0x69, 0x73, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x22, 0xde, 0x02, 0x0a,
- 0x13, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
- 0x44, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a, 0x03, 0x75, 0x69, 0x64, 0x32, 0x03, 0x75, 0x69, 0x64,
- 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x31, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x12,
- 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x37, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74,
- 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x06, 0x73,
- 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
- 0xe9, 0x97, 0xb4, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
- 0x73, 0x12, 0x3d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18,
- 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0a, 0x63, 0x72, 0x65, 0x61,
- 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97,
- 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65,
- 0x12, 0x36, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x05, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x52, 0x09, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x43, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x21, 0x92,
- 0x41, 0x1e, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32,
- 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d,
- 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x51, 0x0a,
- 0x05, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x1f, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x03, 0x6b,
- 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x27, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11, 0x92, 0x41, 0x0e, 0x2a, 0x05, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x32, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x22, 0x56, 0x0a, 0x0a, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f,
- 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a,
- 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x03, 0x6b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
- 0x27, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11,
- 0x92, 0x41, 0x0e, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x05, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xa0, 0x02, 0x0a, 0x0d, 0x52, 0x65, 0x73,
- 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x41, 0x0a, 0x0b, 0x63, 0x70,
- 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x0c, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x63,
- 0x70, 0x75, 0x32, 0x0c, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75,
- 0x52, 0x0b, 0x63, 0x70, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x4d, 0x0a,
- 0x0e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18,
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0x92, 0x41, 0x22, 0x2a, 0x0f, 0x72, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x73, 0x2e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x32, 0x0f, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x0e, 0x6d, 0x65,
- 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x09,
- 0x63, 0x70, 0x75, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75,
- 0x32, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75, 0x52, 0x09, 0x63, 0x70,
- 0x75, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x12, 0x42, 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x6f, 0x72,
- 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92,
- 0x41, 0x1b, 0x2a, 0x0d, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x6d, 0x65, 0x6d, 0x6f, 0x72,
- 0x79, 0x32, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75, 0x52, 0x0c, 0x6d,
- 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x22, 0xad, 0x05, 0x0a, 0x15,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a,
- 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96,
- 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80,
- 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
- 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7,
- 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12,
- 0x4e, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92,
- 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
- 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7,
- 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x20, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
- 0x75, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x63, 0x92, 0x41,
- 0x40, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b,
- 0x65, 0x79, 0xef, 0xbc, 0x8c, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94,
- 0xaf, 0xe4, 0xb8, 0x80, 0xef, 0xbc, 0x8c, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d,
+ 0x97, 0xb4, 0x52, 0x08, 0x69, 0x73, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x5e, 0x0a, 0x0b,
+ 0x6f, 0x74, 0x68, 0x65, 0x72, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x18, 0x12, 0x20, 0x03, 0x28,
+ 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4f,
+ 0x74, 0x68, 0x65, 0x72, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x0b,
+ 0x6f, 0x74, 0x68, 0x65, 0x72, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x32, 0x12, 0xe5, 0x85, 0xb6,
+ 0xe4, 0xbb, 0x96, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
+ 0x0b, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x22, 0x84, 0x01, 0x0a,
+ 0x0a, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x2b, 0x0a, 0x04, 0x6e,
+ 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x49, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x0c,
+ 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x22, 0xde, 0x02, 0x0a, 0x13, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61,
+ 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x03, 0x75,
+ 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a, 0x03, 0x75,
+ 0x69, 0x64, 0x32, 0x03, 0x75, 0x69, 0x64, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x31, 0x0a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a,
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
+ 0x37, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x12, 0xe5, 0x91,
+ 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81,
+ 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61,
+ 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41,
+ 0x1a, 0x2a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe5,
+ 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x63, 0x72, 0x65,
+ 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a,
+ 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0x49, 0x44, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12,
+ 0x43, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x06,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0x8b,
+ 0xb1, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x22, 0x51, 0x0a, 0x05, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x1f, 0x0a,
+ 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a,
+ 0x03, 0x6b, 0x65, 0x79, 0x32, 0x03, 0x6b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x27,
+ 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11, 0x92,
+ 0x41, 0x0e, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
+ 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x56, 0x0a, 0x0a, 0x41, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x0d, 0x92, 0x41, 0x0a, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x03, 0x6b, 0x65,
+ 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x27, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11, 0x92, 0x41, 0x0e, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75,
+ 0x65, 0x32, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22,
+ 0xa0, 0x02, 0x0a, 0x0d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x12, 0x41, 0x0a, 0x0b, 0x63, 0x70, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x0c, 0x72, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75, 0x32, 0x0c, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75, 0x52, 0x0b, 0x63, 0x70, 0x75, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x73, 0x12, 0x4d, 0x0a, 0x0e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0x92, 0x41,
+ 0x22, 0x2a, 0x0f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x6d, 0x65, 0x6d, 0x6f,
+ 0x72, 0x79, 0x32, 0x0f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x2e, 0x6d, 0x65, 0x6d,
+ 0x6f, 0x72, 0x79, 0x52, 0x0e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x73, 0x12, 0x39, 0x0a, 0x09, 0x63, 0x70, 0x75, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73,
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x0a, 0x6c, 0x69, 0x6d,
+ 0x69, 0x74, 0x73, 0x2e, 0x63, 0x70, 0x75, 0x32, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e,
+ 0x63, 0x70, 0x75, 0x52, 0x09, 0x63, 0x70, 0x75, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x12, 0x42,
+ 0x0a, 0x0c, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x18, 0x04,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0d, 0x6c, 0x69, 0x6d, 0x69, 0x74,
+ 0x73, 0x2e, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x32, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73,
+ 0x2e, 0x63, 0x70, 0x75, 0x52, 0x0c, 0x6d, 0x65, 0x6d, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69,
+ 0x74, 0x73, 0x22, 0xad, 0x05, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0,
+ 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c,
+ 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9,
+ 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf,
+ 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x4e, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32,
+ 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9,
+ 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf,
+ 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x20,
+ 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x75, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x63, 0x92, 0x41, 0x40, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x39, 0xe5,
+ 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0xef, 0xbc, 0x8c, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0xef, 0xbc, 0x8c, 0xe9, 0x95,
+ 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87,
+ 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x40, 0x32,
+ 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d,
+ 0x5a, 0x30, 0x2d, 0x39, 0x5f, 0x5d, 0x2a, 0x24, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x7d, 0x0a,
+ 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x67, 0x92, 0x41,
+ 0x43, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x3b, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4,
+ 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0xef, 0xbc, 0x8c, 0xe5, 0x8f, 0x96, 0xe5, 0x80,
+ 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0xef, 0xbc, 0x9a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
+ 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0xfa, 0x42, 0x1e, 0x72, 0x1c, 0x52, 0x06, 0x67, 0x6c, 0x6f, 0x62, 0x61,
+ 0x6c, 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65,
+ 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x07,
+ 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92,
+ 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64, 0x65,
+ 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x06, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6,
+ 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8,
+ 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52,
+ 0x04, 0x64, 0x65, 0x73, 0x63, 0x3a, 0x4b, 0x92, 0x41, 0x48, 0x0a, 0x46, 0x2a, 0x15, 0x43, 0x72,
+ 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x32, 0x12, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xd2, 0x01, 0x03, 0x6b,
+ 0x65, 0x79, 0x22, 0xc1, 0x02, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a,
+ 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17,
+ 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94,
+ 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a,
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20,
+ 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x04, 0x64, 0x61,
+ 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x32, 0x41, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1,
+ 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87,
+ 0x8f, 0xe5, 0x8f, 0x8a, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89,
+ 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64,
+ 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xa1, 0x06, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7,
+ 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5,
+ 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8,
+ 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8,
+ 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x75, 0x0a, 0x0a, 0x76, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x55,
+ 0x92, 0x41, 0x52, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32,
+ 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b,
+ 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8,
+ 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba,
+ 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5,
+ 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49,
+ 0x44, 0x12, 0x4e, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x3a, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6,
+ 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad,
+ 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x20, 0x52, 0x04, 0x6e, 0x61, 0x6d,
+ 0x65, 0x12, 0x73, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x61,
+ 0x92, 0x41, 0x3e, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x37, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5,
+ 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d,
0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac,
0xa6, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x40, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41,
0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x5f, 0x5d, 0x2a,
- 0x24, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x7d, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18,
- 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x67, 0x92, 0x41, 0x43, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
- 0x32, 0x3b, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f,
- 0x9f, 0xef, 0xbc, 0x8c, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4,
- 0xef, 0xbc, 0x9a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0xfa, 0x42, 0x1e,
- 0x72, 0x1c, 0x52, 0x06, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05,
- 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66,
- 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8,
- 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e,
- 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41,
- 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8,
- 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20,
- 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7,
- 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x3a, 0x4b,
- 0x92, 0x41, 0x48, 0x0a, 0x46, 0x2a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x12, 0xe5, 0x88,
- 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82,
- 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01,
- 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xd2, 0x01, 0x03, 0x6b, 0x65, 0x79, 0x22, 0xc1, 0x02, 0x0a, 0x16,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32,
- 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81,
- 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65,
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
- 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
- 0x67, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43,
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74,
- 0x61, 0x42, 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x41, 0xe8, 0xbf,
- 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89,
- 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c,
- 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
- 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22,
- 0xa1, 0x06, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x24, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x7c, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18,
+ 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x66, 0x92, 0x41, 0x42, 0x2a, 0x05, 0x73, 0x63, 0x6f, 0x70,
+ 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5,
+ 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4,
+ 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0xfa, 0x42, 0x1e, 0x72,
+ 0x1c, 0x52, 0x06, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73, 0x74,
+ 0x65, 0x72, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73,
+ 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18,
+ 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61,
+ 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae,
+ 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a,
+ 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37,
+ 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf,
+ 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9,
+ 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac,
+ 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x3a, 0x4b, 0x92,
+ 0x41, 0x48, 0x0a, 0x46, 0x2a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x12, 0xe6, 0x9b, 0xb4,
+ 0xe6, 0x96, 0xb0, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2,
+ 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a,
+ 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0xc1, 0x02, 0x0a, 0x16, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73,
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52,
+ 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73,
+ 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8,
+ 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
+ 0x65, 0x12, 0x80, 0x01, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
+ 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61,
+ 0x42, 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x41, 0xe8, 0xbf, 0x94,
+ 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5,
+ 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85,
+ 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04,
+ 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49,
+ 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82,
+ 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xee,
+ 0x04, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44,
+ 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9,
+ 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
+ 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd,
+ 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x73,
+ 0x63, 0x6f, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x45, 0x92, 0x41, 0x42, 0x2a,
+ 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd,
+ 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8,
+ 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x60, 0x0a, 0x09, 0x73, 0x65, 0x61, 0x72,
+ 0x63, 0x68, 0x4b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x42, 0x92, 0x41, 0x3f,
+ 0x2a, 0x09, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4b, 0x65, 0x79, 0x32, 0x32, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0xad,
+ 0xa4, 0xe5, 0xad, 0x97, 0xe6, 0xae, 0xb5, 0xe6, 0xa8, 0xa1, 0xe7, 0xb3, 0x8a, 0xe6, 0x9f, 0xa5,
+ 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x52,
+ 0x09, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4b, 0x65, 0x79, 0x12, 0x42, 0x0a, 0x06, 0x6f, 0x66,
+ 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x42, 0x2a, 0x92, 0x41, 0x27, 0x2a,
+ 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x32, 0x1d, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe6,
+ 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x2c, 0x20, 0xe8, 0xa1, 0xa8, 0xe7, 0xa4, 0xba, 0xe7, 0xac, 0xac,
+ 0xe5, 0x87, 0xa0, 0xe9, 0xa1, 0xb5, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x3c,
+ 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x42, 0x26, 0x92,
+ 0x41, 0x23, 0x2a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x32, 0x1a, 0xe5, 0x88, 0x86, 0xe9, 0xa1,
+ 0xb5, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x2c, 0x20, 0xe6, 0xaf, 0x8f, 0xe9, 0xa1, 0xb5, 0xe6,
+ 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x34, 0x0a, 0x03,
+ 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x03,
+ 0x61, 0x6c, 0x6c, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
+ 0xa2, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x03, 0x61,
+ 0x6c, 0x6c, 0x3a, 0x5b, 0x92, 0x41, 0x58, 0x0a, 0x56, 0x2a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x56,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f,
+ 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x27, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96,
+ 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5,
+ 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
+ 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22,
+ 0xd2, 0x02, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
+ 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63,
+ 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
+ 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf,
+ 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
+ 0x88, 0x01, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74,
+ 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69,
+ 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42, 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04, 0x64, 0x61, 0x74,
+ 0x61, 0x32, 0x41, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
+ 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
+ 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x8f, 0x8a, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88,
+ 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x22, 0xdf, 0x02, 0x0a, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f,
+ 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56,
0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8,
@@ -11231,108 +11440,20 @@ var file_bcsproject_proto_rawDesc = []byte{
0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34,
0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
- 0x6f, 0x64, 0x65, 0x12, 0x75, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49,
- 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x0a, 0x76, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9,
- 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
- 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd,
- 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0a,
- 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x12, 0x4e, 0x0a, 0x04, 0x6e, 0x61,
- 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e,
- 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7,
- 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8,
- 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04,
- 0x72, 0x02, 0x18, 0x20, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x73, 0x0a, 0x03, 0x6b, 0x65,
- 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x61, 0x92, 0x41, 0x3e, 0x2a, 0x03, 0x6b, 0x65,
- 0x79, 0x32, 0x37, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20,
- 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8,
- 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18,
- 0x40, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a,
- 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x5f, 0x5d, 0x2a, 0x24, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
- 0x7c, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x66,
- 0x92, 0x41, 0x42, 0x2a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96,
- 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61,
- 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0xfa, 0x42, 0x1e, 0x72, 0x1c, 0x52, 0x06, 0x67, 0x6c, 0x6f, 0x62,
- 0x61, 0x6c, 0x52, 0x07, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x09, 0x6e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a,
- 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d,
- 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64,
- 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x07,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32,
- 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e,
- 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c,
- 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85,
- 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x3a, 0x4b, 0x92, 0x41, 0x48, 0x0a, 0x46, 0x2a, 0x15, 0x55,
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x32, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x49, 0x44, 0x22, 0xc1, 0x02, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e,
- 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41,
- 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
- 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a,
- 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8,
- 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04,
- 0x64, 0x61, 0x74, 0x61, 0x32, 0x41, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf,
- 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9,
- 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9,
- 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a,
- 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69,
- 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xee, 0x04, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74,
- 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69,
- 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28,
- 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5,
- 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
- 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36,
- 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x45, 0x92, 0x41, 0x42, 0x2a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32,
- 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f,
- 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20,
- 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c,
- 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70,
- 0x65, 0x12, 0x60, 0x0a, 0x09, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4b, 0x65, 0x79, 0x18, 0x03,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x42, 0x92, 0x41, 0x3f, 0x2a, 0x09, 0x73, 0x65, 0x61, 0x72, 0x63,
- 0x68, 0x4b, 0x65, 0x79, 0x32, 0x32, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x6b, 0x65, 0x79, 0x2c,
- 0x20, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0xad, 0xa4, 0xe5, 0xad, 0x97, 0xe6, 0xae, 0xb5,
- 0xe6, 0xa8, 0xa1, 0xe7, 0xb3, 0x8a, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x52, 0x09, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68,
- 0x4b, 0x65, 0x79, 0x12, 0x42, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20,
- 0x01, 0x28, 0x03, 0x42, 0x2a, 0x92, 0x41, 0x27, 0x2a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74,
- 0x32, 0x1d, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x2c, 0x20,
- 0xe8, 0xa1, 0xa8, 0xe7, 0xa4, 0xba, 0xe7, 0xac, 0xac, 0xe5, 0x87, 0xa0, 0xe9, 0xa1, 0xb5, 0x52,
- 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x3c, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x42, 0x26, 0x92, 0x41, 0x23, 0x2a, 0x05, 0x6c, 0x69, 0x6d,
- 0x69, 0x74, 0x32, 0x1a, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae,
- 0x2c, 0x20, 0xe6, 0xaf, 0x8f, 0xe9, 0xa1, 0xb5, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0x52, 0x05,
- 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x34, 0x0a, 0x03, 0x61, 0x6c, 0x6c, 0x18, 0x06, 0x20, 0x01,
- 0x28, 0x08, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x03, 0x61, 0x6c, 0x6c, 0x32, 0x18, 0xe6, 0x98,
- 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f,
- 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x03, 0x61, 0x6c, 0x6c, 0x3a, 0x5b, 0x92, 0x41, 0x58,
- 0x0a, 0x56, 0x2a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x32, 0x27, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4,
- 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae,
- 0x9a, 0xe4, 0xb9, 0x89, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xd2, 0x02, 0x0a, 0x1f, 0x4c, 0x69, 0x73,
- 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74,
+ 0x6f, 0x64, 0x65, 0x12, 0x6a, 0x0a, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x52, 0x92, 0x41, 0x4f, 0x2a, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74,
+ 0x32, 0x45, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x20, 0x69,
+ 0x64, 0x20, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe4, 0xbb, 0xa5, 0xe5, 0x8d, 0x8a,
+ 0xe8, 0xa7, 0x92, 0xe9, 0x80, 0x97, 0xe5, 0x8f, 0xb7, 0xe3, 0x80, 0x81, 0xe5, 0x88, 0x86, 0xe5,
+ 0x8f, 0xb7, 0xe6, 0x88, 0x96, 0xe7, 0xa9, 0xba, 0xe6, 0xa0, 0xbc, 0xe4, 0xbd, 0x9c, 0xe4, 0xb8,
+ 0xba, 0xe5, 0x88, 0x86, 0xe9, 0x9a, 0x94, 0x52, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x3a,
+ 0x55, 0x92, 0x41, 0x52, 0x0a, 0x50, 0x2a, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e,
+ 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x18, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe8, 0xaf, 0xb7, 0xe6,
+ 0xb1, 0x82, 0xd2, 0x01, 0x11, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x22, 0xb3, 0x02, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74,
+ 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74,
0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04,
0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
@@ -11340,43 +11461,41 @@ var file_bcsproject_proto_rawDesc = []byte{
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92,
0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94,
0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
- 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x88, 0x01, 0x0a, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x42,
- 0x4c, 0x92, 0x41, 0x49, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x41, 0xe8, 0xbf, 0x94, 0xe5,
- 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88,
- 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5,
- 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xdf, 0x02,
- 0x0a, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc,
- 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf,
- 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83,
- 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52,
- 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x6a, 0x0a, 0x06,
- 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x52, 0x92, 0x41,
- 0x4f, 0x2a, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x45, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x20, 0x69, 0x64, 0x20, 0xe5, 0x88, 0x97, 0xe8, 0xa1,
- 0xa8, 0x2c, 0x20, 0xe4, 0xbb, 0xa5, 0xe5, 0x8d, 0x8a, 0xe8, 0xa7, 0x92, 0xe9, 0x80, 0x97, 0xe5,
- 0x8f, 0xb7, 0xe3, 0x80, 0x81, 0xe5, 0x88, 0x86, 0xe5, 0x8f, 0xb7, 0xe6, 0x88, 0x96, 0xe7, 0xa9,
- 0xba, 0xe6, 0xa0, 0xbc, 0xe4, 0xbd, 0x9c, 0xe4, 0xb8, 0xba, 0xe5, 0x88, 0x86, 0xe9, 0x9a, 0x94,
- 0x52, 0x06, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x3a, 0x55, 0x92, 0x41, 0x52, 0x0a, 0x50, 0x2a,
- 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44,
- 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x32, 0x18, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
- 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x11, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x69, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x22,
- 0xb3, 0x02, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73,
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x68, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74,
+ 0x61, 0x42, 0x29, 0x92, 0x41, 0x26, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x1e, 0xe6, 0x89,
+ 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x04, 0x64, 0x61,
+ 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18,
+ 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49,
+ 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xe4, 0x02, 0x0a,
+ 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x81, 0x01,
+ 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x5f, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96,
+ 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99,
+ 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c,
+ 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85,
+ 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x06, 0x72, 0x04,
+ 0x10, 0x02, 0x18, 0x40, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
+ 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69,
+ 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41,
+ 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a,
+ 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x3a, 0x64, 0x92,
+ 0x41, 0x61, 0x0a, 0x5f, 0x2a, 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x32, 0x24, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe4, 0xb8, 0x8b, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x49, 0x44, 0x22, 0x9c, 0x02, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73,
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f,
0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52,
@@ -11384,81 +11503,85 @@ var file_bcsproject_proto_rawDesc = []byte{
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73,
0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8,
0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
- 0x65, 0x12, 0x68, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
- 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c,
- 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e,
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x29, 0x92, 0x41, 0x26, 0x2a,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x1e, 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0xa0,
- 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe6,
- 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a,
- 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32,
- 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xe4, 0x02, 0x0a, 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c,
- 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x81, 0x01, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x5f, 0x92, 0x41,
- 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1,
- 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5,
- 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6,
- 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad,
- 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x06, 0x72, 0x04, 0x10, 0x02, 0x18, 0x40, 0x52, 0x0b, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a,
- 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32,
- 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18,
- 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a,
- 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x3a, 0x64, 0x92, 0x41, 0x61, 0x0a, 0x5f, 0x2a, 0x1c, 0x4c,
- 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x24, 0xe8, 0x8e, 0xb7,
- 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
- 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2,
- 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0x9c, 0x02, 0x0a,
- 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e,
- 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41,
- 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
- 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a,
- 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8,
- 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x55, 0x0a, 0x04, 0x64, 0x61,
- 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x1d, 0x92, 0x41,
- 0x1a, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5,
- 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44,
- 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xe4, 0x02, 0x0a, 0x1e,
- 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78,
- 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96,
- 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99,
- 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c,
- 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85,
- 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41,
- 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32, 0x09, 0xe5,
- 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32,
- 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d,
- 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x49, 0x44, 0x3a, 0x6c, 0x92, 0x41, 0x69, 0x0a, 0x67, 0x2a, 0x1e, 0x4c, 0x69, 0x73,
- 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x2a, 0xe8, 0x8e, 0xb7,
- 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe5, 0x91, 0xbd, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80,
+ 0x65, 0x12, 0x55, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
+ 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73,
+ 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44,
+ 0x61, 0x74, 0x61, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x12,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17,
+ 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf,
+ 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x49, 0x44, 0x22, 0xe4, 0x02, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a,
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96,
+ 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80,
+ 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
+ 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7,
+ 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12,
+ 0x5a, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x49, 0x44, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0xfa,
+ 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a,
+ 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52,
+ 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x3a, 0x6c, 0x92, 0x41, 0x69,
+ 0x0a, 0x67, 0x2a, 0x1e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x32, 0x2a, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe4, 0xb8, 0x8b, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5,
+ 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01,
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0xaa, 0x02, 0x0a, 0x1f, 0x4c, 0x69,
+ 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a,
+ 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17,
+ 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94,
+ 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a,
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20,
+ 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x61, 0x0a, 0x04, 0x64, 0x61, 0x74,
+ 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x29, 0x92, 0x41, 0x26,
+ 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x1e, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x91,
+ 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8,
+ 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64,
+ 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xa9, 0x03, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56,
+ 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8,
+ 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85,
+ 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
+ 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34,
+ 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49,
+ 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d,
+ 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d,
+ 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x12,
+ 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61,
+ 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x32, 0x0f, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x66, 0x92, 0x41, 0x63, 0x0a,
+ 0x61, 0x2a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x32, 0x24, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4,
+ 0xb8, 0x8b, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80,
0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x49, 0x44, 0x22, 0xaa, 0x02, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73,
- 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
+ 0x49, 0x44, 0x22, 0xc7, 0x01, 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01,
0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32,
0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81,
@@ -11466,218 +11589,12 @@ var file_bcsproject_proto_rawDesc = []byte{
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65,
0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
- 0x67, 0x65, 0x12, 0x61, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
- 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
- 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73,
- 0x44, 0x61, 0x74, 0x61, 0x42, 0x29, 0x92, 0x41, 0x26, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32,
- 0x1e, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
- 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
- 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22,
- 0xa9, 0x03, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65,
- 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc,
- 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf,
- 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83,
- 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52,
- 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a,
- 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49,
- 0x44, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72,
- 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61,
- 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x12, 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75,
- 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x0f, 0xe9, 0x9b,
- 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x3a, 0x66, 0x92, 0x41, 0x63, 0x0a, 0x61, 0x2a, 0x1e, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x24, 0xe6, 0x9b, 0xb4, 0xe6,
- 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe9, 0x9b, 0x86, 0xe7, 0xbe,
- 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82,
- 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01,
- 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0xc7, 0x01, 0x0a, 0x1f,
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
- 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92,
- 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
- 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
- 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12,
- 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6,
- 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a,
- 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32,
- 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xb9, 0x03, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28,
- 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5,
- 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
- 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36,
- 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61,
- 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39,
- 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44,
- 0x12, 0x4f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x04,
- 0x64, 0x61, 0x74, 0x61, 0x32, 0x15, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
- 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x3a, 0x6e, 0x92, 0x41, 0x6b, 0x0a, 0x69, 0x2a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x2a, 0xe6, 0x9b, 0xb4, 0xe6,
- 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe5, 0x91, 0xbd, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
- 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49,
- 0x44, 0x22, 0xc9, 0x01, 0x0a, 0x21, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18,
- 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65,
- 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0,
- 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
- 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d,
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94,
- 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73,
- 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xbb, 0x02,
- 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x81, 0x01,
- 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x5f, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96,
- 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99,
- 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c,
- 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85,
- 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x06, 0x72, 0x04,
- 0x10, 0x02, 0x18, 0x40, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52,
- 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x3a, 0x5f, 0x92, 0x41, 0x5c, 0x0a,
- 0x5a, 0x2a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x21,
- 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe6, 0x89, 0x80, 0xe6,
- 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
- 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2,
- 0x01, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x22, 0x9b, 0x02, 0x0a, 0x1c,
- 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04,
- 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
- 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
- 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07,
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92,
- 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94,
- 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
- 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x55, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12,
- 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09,
- 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0x89, 0x03, 0x0a, 0x1d, 0x4c, 0x69,
- 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
- 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81,
- 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20,
- 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95,
- 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87,
- 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
- 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
- 0x20, 0x69, 0x64, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x40,
- 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
- 0x3a, 0x73, 0x92, 0x41, 0x70, 0x0a, 0x6e, 0x2a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x27, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x91,
- 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2,
- 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x09,
- 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0xd2, 0x01, 0x09, 0x6e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0xa9, 0x02, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64,
- 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7,
- 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
- 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07,
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
- 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73,
- 0x73, 0x61, 0x67, 0x65, 0x12, 0x61, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
- 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75,
- 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x29, 0x92, 0x41, 0x26, 0x2a, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x32, 0x1e, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
- 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7,
- 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49,
- 0x44, 0x22, 0xa0, 0x03, 0x0a, 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
- 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7,
- 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94,
- 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8,
- 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6,
- 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x57, 0x0a,
- 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x39, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44,
- 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b,
- 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d,
- 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x09, 0x63, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42,
- 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x0f, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x3a, 0x61, 0x92, 0x41, 0x5e, 0x0a, 0x5c, 0x2a, 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x21, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9,
- 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x49, 0x44, 0x22, 0xc6, 0x01, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18,
- 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65,
- 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0,
- 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
- 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d,
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94,
- 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73,
- 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xd3, 0x03,
- 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18,
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49,
+ 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xb9, 0x03, 0x0a,
+ 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
@@ -11685,374 +11602,261 @@ var file_bcsproject_proto_rawDesc = []byte{
0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd,
0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19,
- 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09,
- 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x49, 0x44, 0x12, 0x40, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x6e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x6e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x4f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04,
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42,
- 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x15, 0xe5, 0x91, 0xbd, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80,
- 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x6a, 0x92, 0x41, 0x67, 0x0a, 0x65, 0x2a, 0x1f,
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32,
- 0x27, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
- 0xe9, 0x97, 0xb4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5a, 0x0a, 0x0a, 0x76,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x3a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44,
+ 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b,
+ 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d,
+ 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d, 0x2a, 0x24, 0x52, 0x0a, 0x76, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x12, 0x4f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
+ 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65,
+ 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x15, 0xe5, 0x91, 0xbd,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x6e, 0x92, 0x41, 0x6b, 0x0a, 0x69, 0x2a,
+ 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x32, 0x2a, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4,
+ 0xb8, 0x8b, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0xc9, 0x01, 0x0a, 0x21, 0x55, 0x70, 0x64,
+ 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e,
+ 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41,
+ 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
+ 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a,
+ 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8,
+ 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
+ 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x22, 0xbb, 0x02, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x81, 0x01, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x5f, 0x92, 0x41, 0x53, 0x2a,
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96,
+ 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80,
+ 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
+ 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7,
+ 0xac, 0xa6, 0xfa, 0x42, 0x06, 0x72, 0x04, 0x10, 0x02, 0x18, 0x40, 0x52, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16,
+ 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x3a, 0x5f, 0x92, 0x41, 0x5c, 0x0a, 0x5a, 0x2a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x49, 0x44, 0x22, 0xc8, 0x01, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64,
- 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7,
- 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
- 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07,
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
- 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73,
- 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49,
- 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82,
- 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xa9,
- 0x02, 0x0a, 0x16, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56,
- 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
- 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8,
- 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85,
- 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
- 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34,
- 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
- 0x6f, 0x64, 0x65, 0x12, 0x4b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28,
- 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49,
- 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74,
- 0x61, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x0c, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x3a, 0x48, 0x92, 0x41, 0x45, 0x0a, 0x43, 0x2a, 0x16, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32,
- 0x1b, 0xe4, 0xbb, 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb, 0xb6, 0xe5, 0xaf, 0xbc, 0xe5, 0x85, 0xa5,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xbf, 0x01, 0x0a, 0x17, 0x49,
- 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32,
- 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81,
- 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65,
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
- 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
- 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18,
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49,
- 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xd1, 0x03, 0x0a,
- 0x16, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41,
- 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1,
- 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5,
- 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6,
- 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad,
- 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52,
- 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x40, 0x0a, 0x09, 0x6e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92,
- 0x41, 0x1f, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x12, 0xe5,
- 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7,
- 0xb0, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x68, 0x0a, 0x07,
- 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4e, 0x92,
- 0x41, 0x4b, 0x2a, 0x07, 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x40, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x20, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20,
- 0xe4, 0xbb, 0xa5, 0xe5, 0x8d, 0x8a, 0xe8, 0xa7, 0x92, 0xe9, 0x80, 0x97, 0xe5, 0x8f, 0xb7, 0xe3,
- 0x80, 0x81, 0xe5, 0x88, 0x86, 0xe5, 0x8f, 0xb7, 0xe6, 0x88, 0x96, 0xe7, 0xa9, 0xba, 0xe6, 0xa0,
- 0xbc, 0xe4, 0xbd, 0x9c, 0xe4, 0xb8, 0xba, 0xe5, 0x88, 0x86, 0xe9, 0x9a, 0x94, 0x52, 0x07, 0x6b,
- 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x3a, 0x58, 0x92, 0x41, 0x55, 0x0a, 0x53, 0x2a, 0x16, 0x52,
- 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x12, 0xe6, 0xb8, 0xb2, 0xe6, 0x9f, 0x93, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x24, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44,
- 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74,
- 0x22, 0x8a, 0x02, 0x0a, 0x17, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04,
- 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
- 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
- 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07,
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92,
- 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94,
- 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
- 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75,
- 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32,
- 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0x89, 0x08,
- 0x0a, 0x12, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69,
- 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x02, 0x69, 0x64, 0x32, 0x0e, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x49, 0x44, 0x52, 0x02, 0x69, 0x64, 0x12, 0x26, 0x0a,
- 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x14, 0x92, 0x41, 0x11, 0x2a,
- 0x03, 0x6b, 0x65, 0x79, 0x32, 0x0a, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79,
- 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2b, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x0c,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61,
- 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x04, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x23, 0x92, 0x41, 0x20, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c,
- 0x74, 0x32, 0x15, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe9,
- 0x94, 0xae, 0xe5, 0x80, 0xbc, 0xe5, 0xaf, 0xb9, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c,
- 0x74, 0x12, 0x41, 0x0a, 0x0c, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x56, 0x61, 0x6c, 0x75,
- 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65,
- 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98,
- 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x0c, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x56,
- 0x61, 0x6c, 0x75, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x06, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x45, 0x92, 0x41, 0x42, 0x2a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32,
- 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f,
- 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20,
- 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c,
- 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70,
- 0x65, 0x12, 0x81, 0x01, 0x0a, 0x09, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18,
- 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x63, 0x92, 0x41, 0x60, 0x2a, 0x09, 0x73, 0x63, 0x6f, 0x70,
- 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x53, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c,
- 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe5, 0x8f,
- 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0xe5, 0x85, 0xa8, 0xe5,
- 0xb1, 0x80, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x2c, 0x20, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x2c, 0x20, 0xe6, 0x98, 0x8e, 0xe6, 0x98, 0x8e, 0xe7, 0xa9,
- 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x52, 0x09, 0x73, 0x63, 0x6f, 0x70,
- 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4b, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72,
- 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x08, 0x63, 0x61,
- 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x32, 0x20, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20,
- 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x73, 0x79,
- 0x73, 0x2f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f,
- 0x72, 0x79, 0x12, 0x69, 0x0a, 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61,
- 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x45, 0x92, 0x41, 0x42, 0x2a, 0x0c, 0x63,
- 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x32, 0xe7, 0xb1, 0xbb,
- 0xe5, 0x9e, 0x8b, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80,
- 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0xe7, 0xb3, 0xbb, 0xe7, 0xbb, 0x9f, 0xe5,
- 0x86, 0x85, 0xe7, 0xbd, 0xae, 0x2f, 0xe8, 0x87, 0xaa, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x52,
- 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4e, 0x0a,
- 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37,
- 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf,
- 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9,
- 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac,
- 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12, 0x51, 0x0a,
- 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x42, 0x37,
- 0x92, 0x41, 0x34, 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x32, 0x29, 0xe5, 0x88,
- 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x2c, 0x20, 0xe6, 0xa0, 0xbc, 0xe5,
- 0xbc, 0x8f, 0x3a, 0x20, 0x79, 0x79, 0x79, 0x79, 0x2d, 0x4d, 0x4d, 0x2d, 0x64, 0x64, 0x20, 0x68,
- 0x68, 0x3a, 0x6d, 0x6d, 0x3a, 0x73, 0x73, 0x52, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64,
- 0x12, 0x51, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x32,
- 0x29, 0xe4, 0xbf, 0xae, 0xe6, 0x94, 0xb9, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x2c, 0x20, 0xe6,
- 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0x3a, 0x20, 0x79, 0x79, 0x79, 0x79, 0x2d, 0x4d, 0x4d, 0x2d, 0x64,
- 0x64, 0x20, 0x68, 0x68, 0x3a, 0x6d, 0x6d, 0x3a, 0x73, 0x73, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x64, 0x12, 0x31, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x0d,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74,
- 0x6f, 0x72, 0x32, 0x09, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x63,
- 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x72, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe4, 0xbf, 0xae, 0xe6, 0x94, 0xb9, 0xe4, 0xba, 0xba,
- 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x22, 0x9f, 0x03, 0x0a, 0x0d, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x21, 0x0a, 0x02, 0x69,
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11, 0x92, 0x41, 0x0e, 0x2a, 0x02, 0x69, 0x64,
- 0x32, 0x08, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x49, 0x44, 0x52, 0x02, 0x69, 0x64, 0x12, 0x25,
- 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x13, 0x92, 0x41, 0x10,
- 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x6b, 0x65, 0x79,
- 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2b, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x0c,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61,
- 0x6d, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18,
- 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52,
- 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x40, 0x0a, 0x0b, 0x63, 0x6c,
- 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d,
- 0x65, 0x32, 0x0c, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52,
- 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x3a, 0x0a, 0x09,
- 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32,
- 0x0c, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x52, 0x09, 0x6e,
- 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2e, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x05, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe7, 0x9a, 0x84, 0xe5, 0x80,
- 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x31, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70,
- 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x05, 0x73, 0x63,
- 0x6f, 0x70, 0x65, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94,
- 0xa8, 0xe5, 0x9f, 0x9f, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x22, 0x89, 0x05, 0x0a, 0x12,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61,
- 0x74, 0x61, 0x12, 0x22, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x12,
- 0x92, 0x41, 0x0f, 0x2a, 0x02, 0x69, 0x64, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20,
- 0x69, 0x64, 0x52, 0x02, 0x69, 0x64, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53,
- 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6,
- 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1,
- 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4,
- 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97,
- 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
- 0x12, 0x47, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x33,
- 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4,
- 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97,
- 0xe7, 0xac, 0xa6, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x53, 0x0a, 0x03, 0x6b, 0x65, 0x79,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x41, 0x92, 0x41, 0x3e, 0x2a, 0x03, 0x6b, 0x65, 0x79,
- 0x32, 0x37, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9,
- 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf,
- 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x5a,
- 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92,
- 0x41, 0x41, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
- 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80,
- 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c,
- 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65,
- 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a,
- 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61,
- 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f,
- 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30,
- 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64,
- 0x65, 0x73, 0x63, 0x12, 0x52, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18,
- 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x36, 0x92, 0x41, 0x33, 0x2a, 0x08, 0x63, 0x61, 0x74, 0x65,
- 0x67, 0x6f, 0x72, 0x79, 0x32, 0x27, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe7, 0xb1, 0xbb, 0xe5,
- 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4,
- 0x3a, 0x20, 0x73, 0x79, 0x73, 0x2c, 0x20, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x08, 0x63,
- 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x22, 0x89, 0x05, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x22,
- 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a,
- 0x02, 0x69, 0x64, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0x52, 0x02,
- 0x69, 0x64, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72,
+ 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x49, 0x44, 0x22, 0x9b, 0x02, 0x0a, 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74,
+ 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63,
+ 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
+ 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf,
+ 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
+ 0x55, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74,
+ 0x61, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x12, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6,
+ 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
+ 0x22, 0x89, 0x03, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
+ 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72,
0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc,
0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf,
0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83,
0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52,
- 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x47, 0x0a, 0x04,
- 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x33, 0x92, 0x41, 0x30, 0x2a,
- 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d,
- 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83,
- 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52,
- 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x53, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x41, 0x92, 0x41, 0x3e, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x37, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba,
- 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5,
- 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x5a, 0x0a, 0x05, 0x73, 0x63,
- 0x6f, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x04,
- 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7,
- 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83,
- 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52,
- 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c,
- 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65,
- 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98,
- 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12,
- 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92,
- 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
- 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c,
- 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97,
- 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12,
- 0x52, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x36, 0x92, 0x41, 0x33, 0x2a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79,
- 0x32, 0x27, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20,
- 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x73, 0x79,
- 0x73, 0x2c, 0x20, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67,
- 0x6f, 0x72, 0x79, 0x22, 0xd9, 0x01, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61,
- 0x74, 0x61, 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x0d, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x06, 0xe6,
- 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x5a, 0x0a, 0x07,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x20, 0x92,
- 0x41, 0x1d, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0x12, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52,
- 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x3a, 0x35, 0x92, 0x41, 0x32, 0x0a, 0x30, 0x2a,
- 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66,
- 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x32, 0x12, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22,
- 0x95, 0x01, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74,
- 0x61, 0x12, 0x2e, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d,
- 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x0c, 0xe5, 0x88,
- 0xa0, 0xe9, 0x99, 0xa4, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61,
- 0x6c, 0x3a, 0x44, 0x92, 0x41, 0x41, 0x0a, 0x3f, 0x2a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
- 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69,
- 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74, 0x61, 0x32, 0x1e, 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5,
- 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9,
- 0x89, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22, 0xd2, 0x01, 0x0a, 0x16, 0x4c, 0x69, 0x73, 0x74,
- 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61,
- 0x74, 0x61, 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x0d, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x06, 0xe6,
- 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x55, 0x0a, 0x07,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x72,
- 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0x12, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x73, 0x3a, 0x37, 0x92, 0x41, 0x34, 0x0a, 0x32, 0x2a, 0x16, 0x4c, 0x69, 0x73, 0x74,
- 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61,
- 0x74, 0x61, 0x32, 0x18, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
- 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22, 0x8f, 0x04, 0x0a,
- 0x12, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44,
- 0x61, 0x74, 0x61, 0x12, 0x4e, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x3a, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
- 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32,
- 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x20, 0x52, 0x04, 0x6e,
- 0x61, 0x6d, 0x65, 0x12, 0x75, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x63, 0x92, 0x41, 0x40, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0xef, 0xbc, 0x8c, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5,
- 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0xef, 0xbc, 0x8c, 0xe9, 0x95, 0xbf, 0xe5, 0xba,
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09,
+ 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x19, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32,
+ 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x40, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
+ 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d,
+ 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x6e, 0x61,
+ 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x3a, 0x73, 0x92, 0x41, 0x70, 0x0a, 0x6e, 0x2a, 0x1d,
+ 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x27, 0xe8,
+ 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97,
+ 0xb4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44,
+ 0xd2, 0x01, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0xa9, 0x02, 0x0a,
+ 0x1e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+ 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
+ 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x61, 0x0a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61,
+ 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x29, 0x92,
+ 0x41, 0x26, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x1e, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8,
+ 0xa1, 0xa8, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38,
+ 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20,
+ 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xa0, 0x03, 0x0a, 0x1d, 0x55, 0x70, 0x64,
+ 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
+ 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28,
+ 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5,
+ 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
+ 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36,
+ 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x12, 0x57, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x39, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20,
+ 0x69, 0x64, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x20, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a,
+ 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x2d, 0x5d,
+ 0x2a, 0x24, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x49, 0x0a,
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x64, 0x61, 0x74,
+ 0x61, 0x32, 0x0f, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x61, 0x92, 0x41, 0x5e, 0x0a, 0x5c, 0x2a,
+ 0x1d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x21,
+ 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe6, 0x89, 0x80, 0xe6,
+ 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
+ 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2,
+ 0x01, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x22, 0xc6, 0x01, 0x0a, 0x1e,
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e,
+ 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41,
+ 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
+ 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a,
+ 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8,
+ 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
+ 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x22, 0xd3, 0x03, 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
+ 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92,
+ 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32,
+ 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b,
+ 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8,
+ 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba,
0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5,
- 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x1d, 0x72, 0x1b, 0x18, 0x40, 0x32, 0x17, 0x5e, 0x5b,
- 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d,
- 0x39, 0x5f, 0x5d, 0x2a, 0x24, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x5c, 0x0a, 0x05, 0x73, 0x63,
- 0x6f, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x46, 0x92, 0x41, 0x43, 0x2a, 0x04,
- 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x3b, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7,
- 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0xef, 0xbc, 0x8c, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c,
- 0x83, 0xe5, 0x9b, 0xb4, 0xef, 0xbc, 0x9a, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x31, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x05, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae,
- 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x4e, 0x0a, 0x04, 0x64,
- 0x65, 0x73, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04,
- 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6,
- 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90,
- 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4,
- 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12, 0x51, 0x0a, 0x04, 0x76,
- 0x61, 0x72, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x72, 0x44, 0x61, 0x74, 0x61, 0x42, 0x1a, 0x92, 0x41,
- 0x17, 0x2a, 0x04, 0x76, 0x61, 0x72, 0x73, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
- 0x80, 0xbc, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x76, 0x61, 0x72, 0x73, 0x22, 0xb8,
- 0x01, 0x0a, 0x15, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x56, 0x61, 0x72, 0x44, 0x61, 0x74, 0x61, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15,
- 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x08, 0xe9, 0x9b, 0x86,
- 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44,
- 0x12, 0x3a, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x32, 0x0c, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97,
- 0xb4, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2b, 0x0a, 0x05,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x15, 0x92, 0x41, 0x12,
- 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
- 0x80, 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x34, 0x0a, 0x0e, 0x48, 0x65, 0x61,
- 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3a, 0x22, 0x92, 0x41, 0x1f,
- 0x0a, 0x1d, 0x2a, 0x0e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x32, 0x0b, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x20, 0x41, 0x50, 0x49, 0x22,
- 0xad, 0x02, 0x0a, 0x0f, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
+ 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64,
+ 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x40, 0x0a, 0x09, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22,
+ 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x12,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa7, 0xb0, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x4f, 0x0a,
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x04, 0x64, 0x61, 0x74,
+ 0x61, 0x32, 0x15, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5,
+ 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x6a,
+ 0x92, 0x41, 0x67, 0x0a, 0x65, 0x2a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x27, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91,
+ 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0xd2,
+ 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0xd2, 0x01, 0x0a,
+ 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x22, 0xc8, 0x01, 0x0a, 0x20, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+ 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
+ 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a,
+ 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32,
+ 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xa9, 0x02, 0x0a, 0x16, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74,
+ 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7,
+ 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5,
+ 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8,
+ 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8,
+ 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x4b, 0x0a, 0x04, 0x64, 0x61,
+ 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0x97, 0xe8, 0xa1,
+ 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x48, 0x92, 0x41, 0x45, 0x0a, 0x43, 0x2a, 0x16,
+ 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x1b, 0xe4, 0xbb, 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb,
+ 0xb6, 0xe5, 0xaf, 0xbc, 0xe5, 0x85, 0xa5, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7,
+ 0xe6, 0xb1, 0x82, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
+ 0x65, 0x22, 0xbf, 0x01, 0x0a, 0x17, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a,
+ 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17,
+ 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94,
+ 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a,
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20,
+ 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41,
+ 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8,
+ 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x49, 0x44, 0x22, 0xd1, 0x03, 0x0a, 0x16, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x78,
+ 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96,
+ 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99,
+ 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c,
+ 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85,
+ 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x37, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16,
+ 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x09, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0x20, 0x69, 0x64, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x12, 0x40, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x32, 0x12, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
+ 0x97, 0xb4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x12, 0x68, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x04,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x4e, 0x92, 0x41, 0x4b, 0x2a, 0x07, 0x6b, 0x65, 0x79, 0x4c, 0x69,
+ 0x73, 0x74, 0x32, 0x40, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x20, 0xe5,
+ 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe4, 0xbb, 0xa5, 0xe5, 0x8d, 0x8a, 0xe8, 0xa7, 0x92,
+ 0xe9, 0x80, 0x97, 0xe5, 0x8f, 0xb7, 0xe3, 0x80, 0x81, 0xe5, 0x88, 0x86, 0xe5, 0x8f, 0xb7, 0xe6,
+ 0x88, 0x96, 0xe7, 0xa9, 0xba, 0xe6, 0xa0, 0xbc, 0xe4, 0xbd, 0x9c, 0xe4, 0xb8, 0xba, 0xe5, 0x88,
+ 0x86, 0xe9, 0x9a, 0x94, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x3a, 0x58, 0x92,
+ 0x41, 0x55, 0x0a, 0x53, 0x2a, 0x16, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x12, 0xe6, 0xb8,
+ 0xb2, 0xe6, 0x9f, 0x93, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82,
+ 0xd2, 0x01, 0x24, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x6b, 0x65, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x8a, 0x02, 0x0a, 0x17, 0x52, 0x65, 0x6e, 0x64,
+ 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf,
0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63,
@@ -12060,695 +11864,469 @@ var file_bcsproject_proto_rawDesc = []byte{
0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf,
0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
- 0x74, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74,
- 0x68, 0x7a, 0x44, 0x61, 0x74, 0x61, 0x42, 0x47, 0x92, 0x41, 0x44, 0x2a, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x32, 0x3c, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7,
- 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x9c, 0x8d,
- 0xe5, 0x8a, 0xa1, 0xe6, 0x95, 0xb4, 0xe4, 0xbd, 0x93, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0xe5,
- 0x92, 0x8c, 0x20, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1,
- 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22,
- 0x99, 0x01, 0x0a, 0x0b, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x44, 0x61, 0x74, 0x61, 0x12,
- 0x37, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x12, 0xe6, 0x9c,
- 0x8d, 0xe5, 0x8a, 0xa1, 0xe6, 0x95, 0xb4, 0xe4, 0xbd, 0x93, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81,
- 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x51, 0x0a, 0x0b, 0x6d, 0x6f, 0x6e, 0x67,
- 0x6f, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0x92,
- 0x41, 0x2c, 0x2a, 0x0c, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
- 0x32, 0x1c, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe4, 0xbe, 0x9d, 0xe8, 0xb5, 0x96, 0xe7, 0x9a,
- 0x84, 0x20, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x0b,
- 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x33, 0x0a, 0x0b, 0x50,
- 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x3a, 0x24, 0x92, 0x41, 0x21, 0x0a,
- 0x1f, 0x2a, 0x0b, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x10,
- 0x50, 0x69, 0x6e, 0x67, 0x20, 0x41, 0x50, 0x49, 0x20, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x22, 0xb3, 0x02, 0x0a, 0x0c, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42,
- 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5,
- 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64,
- 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
- 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf,
- 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x5b, 0x0a,
- 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x47, 0x92, 0x41, 0x44,
- 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x3c, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe6, 0x9c,
- 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5,
- 0x90, 0xab, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe6, 0x95, 0xb4, 0xe4, 0xbd, 0x93, 0xe7, 0x8a,
- 0xb6, 0xe6, 0x80, 0x81, 0xe5, 0x92, 0x8c, 0x20, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0xe7, 0x8a,
- 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x49, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61,
+ 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x07, 0x72,
+ 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe6, 0x95,
+ 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x49, 0x44, 0x3a, 0x20, 0x92, 0x41, 0x1d, 0x0a, 0x1b, 0x2a, 0x08, 0x50, 0x69, 0x6e,
- 0x67, 0x52, 0x65, 0x73, 0x70, 0x32, 0x0f, 0x50, 0x69, 0x6e, 0x67, 0x20, 0x41, 0x50, 0x49, 0x20,
- 0xe5, 0x93, 0x8d, 0xe5, 0xba, 0x94, 0x22, 0xa1, 0x14, 0x0a, 0x0c, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x36, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x07, 0x71,
- 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0e, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85,
- 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x44, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12,
- 0x5c, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x3e, 0x92, 0x41, 0x3b, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61,
- 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
- 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7,
- 0xac, 0xa6, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x6b, 0x0a,
- 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44,
- 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5,
- 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6,
- 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4, 0xbd, 0x8d, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xb8,
- 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa, 0xe5, 0x8a, 0xa8, 0xe7, 0x94, 0x9f, 0xe6, 0x88, 0x90, 0x52,
- 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28,
- 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5,
- 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
- 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33,
- 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
- 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c,
- 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49,
- 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x0b,
- 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e,
- 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7,
- 0xb0, 0x52, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x55,
- 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63,
- 0x65, 0x32, 0x27, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe9, 0xa2,
- 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xae, 0xa1, 0xe7, 0x90, 0x86, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65,
- 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
- 0x73, 0x49, 0x44, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a,
- 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2,
- 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44,
- 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73,
- 0x49, 0x44, 0x12, 0x5f, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61,
- 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0c, 0x62,
- 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9,
- 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e,
- 0x61, 0x6d, 0x65, 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
- 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x0b, 0x64,
- 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x52, 0x0b,
- 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0xa6, 0x01, 0x0a, 0x09,
- 0x69, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x42,
- 0x87, 0x01, 0x92, 0x41, 0x83, 0x01, 0x2a, 0x09, 0x69, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
- 0x64, 0x32, 0x76, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe8, 0xaf, 0xa5, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6, 0x98, 0xaf, 0xe5, 0x90,
- 0xa6, 0xe5, 0xb7, 0xb2, 0xe4, 0xb8, 0x8b, 0xe7, 0xba, 0xbf, 0x28, 0xe9, 0xbb, 0x98, 0xe8, 0xae,
- 0xa4, 0xe8, 0xbd, 0xaf, 0xe5, 0x88, 0xa0, 0x29, 0x2c, 0xe5, 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5,
- 0x9e, 0x8b, 0xe5, 0x90, 0x8c, 0xe7, 0xa7, 0x8d, 0xe7, 0xb1, 0xbb, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0xe4, 0xbb, 0x85, 0xe4, 0xb8, 0x8d, 0xe5, 0x85, 0x81, 0xe8, 0xae, 0xb8, 0xe9, 0x87, 0x8d,
- 0xe5, 0xa4, 0x8d, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x2c, 0xe5, 0x8f, 0xaf, 0xe6, 0x9b, 0xb4,
- 0xe6, 0x94, 0xb9, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x52, 0x09, 0x69, 0x73, 0x44, 0x65, 0x6c,
- 0x65, 0x74, 0x65, 0x64, 0x12, 0x71, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70,
- 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7,
- 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6,
- 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
- 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7,
- 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29, 0x52, 0x09, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x69, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63,
- 0x65, 0x42, 0x38, 0x92, 0x41, 0x35, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x2c, 0xe4,
- 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e,
- 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4, 0xbd, 0x93, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x12, 0x5c, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0e, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32,
- 0x37, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe7,
- 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x28, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0xe4, 0xb8, 0xad, 0xe3,
- 0x80, 0x81, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe4, 0xb8, 0xad, 0xe3, 0x80, 0x81, 0xe5, 0xb7,
- 0xb2, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x29, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
- 0x12, 0x6f, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32,
- 0x47, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0xe4, 0xb8, 0xad,
- 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4, 0xbd, 0x93, 0xe5, 0x8e, 0x9f, 0xe5, 0x9b, 0xa0, 0x28,
- 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe4, 0xb8, 0x8d, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe3,
- 0x80, 0x81, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8d, 0xe8, 0xb6, 0xb3, 0xe7, 0xad,
- 0x89, 0xe5, 0x8e, 0x9f, 0xe5, 0x9b, 0xa0, 0x29, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
- 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18,
- 0x10, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0a, 0x63, 0x72, 0x65, 0x61,
- 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97,
- 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65,
- 0x12, 0x3d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x11,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x97, 0xb6,
- 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12,
- 0x37, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x32, 0x0f,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe8, 0x80, 0x85, 0x52,
- 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x37, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x72, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07,
- 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6,
- 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe8, 0x80, 0x85, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x72, 0x12, 0x43, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x14, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
- 0x65, 0x72, 0x32, 0x18, 0xe4, 0xba, 0x91, 0xe5, 0xba, 0x95, 0xe5, 0xb1, 0x82, 0xe8, 0xb5, 0x84,
- 0xe6, 0xba, 0x90, 0xe6, 0x8f, 0x90, 0xe4, 0xbe, 0x9b, 0xe6, 0x96, 0xb9, 0x52, 0x08, 0x70, 0x72,
- 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x12, 0x58, 0x0a, 0x0a, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72,
- 0x6f, 0x75, 0x70, 0x73, 0x18, 0x15, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75,
- 0x70, 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a, 0x0a, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75,
- 0x70, 0x73, 0x32, 0x10, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72,
- 0x6f, 0x75, 0x70, 0x73, 0x52, 0x0a, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73,
- 0x12, 0x65, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x16, 0x20, 0x03, 0x28, 0x0b,
- 0x32, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c,
- 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x06, 0x6c, 0x61, 0x62,
- 0x65, 0x6c, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0xe7, 0x9a, 0x84, 0xe6, 0xa0, 0x87, 0xe7, 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52,
- 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x79, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x17, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x2e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x2c, 0x92, 0x41, 0x29, 0x2a, 0x0b, 0x61, 0x6e,
- 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xb3, 0xa8, 0xe8, 0xa7, 0xa3, 0xe9,
- 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x12, 0x51, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18,
- 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x42, 0x1c, 0x92, 0x41,
- 0x19, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa2,
- 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x61, 0x0a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68,
- 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x19, 0x20, 0x01, 0x28,
- 0x08, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61,
- 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5,
- 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85,
- 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65,
- 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x87, 0x01, 0x0a, 0x16, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c,
- 0x69, 0x73, 0x74, 0x18, 0x1a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
- 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85,
- 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x16, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69,
- 0x73, 0x74, 0x1a, 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72,
- 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
- 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a,
- 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72,
- 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
- 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x3b, 0x92,
- 0x41, 0x38, 0x0a, 0x36, 0x2a, 0x0c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
- 0x74, 0x61, 0x32, 0x26, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d,
- 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x28, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe4, 0xb8, 0x8d,
- 0xe5, 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x29, 0x22, 0x8e, 0x02, 0x0a, 0x09, 0x4e,
- 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15,
- 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x9b, 0x86,
- 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64,
- 0x12, 0x3f, 0x0a, 0x0b, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18,
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0b, 0x6e, 0x6f, 0x64, 0x65,
- 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x32, 0x0b, 0xe8, 0x8a, 0x82, 0xe7, 0x82, 0xb9, 0xe6,
- 0xb1, 0xa0, 0x49, 0x44, 0x52, 0x0b, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49,
- 0x64, 0x12, 0x40, 0x0a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20,
- 0x01, 0x28, 0x0d, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e,
- 0x75, 0x6d, 0x32, 0x15, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7,
- 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x52, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x4e, 0x75, 0x6d, 0x12, 0x46, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x28, 0x92, 0x41, 0x25, 0x2a, 0x09, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe5, 0xb7,
- 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d,
- 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x22, 0xac, 0x03, 0x0a, 0x0d,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x7b, 0x0a,
- 0x0d, 0x7a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f,
- 0x6e, 0x66, 0x69, 0x67, 0x42, 0x35, 0x92, 0x41, 0x32, 0x2a, 0x0d, 0x7a, 0x6f, 0x6e, 0x65, 0x52,
- 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x32, 0x21, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b,
- 0xe6, 0x89, 0x80, 0xe5, 0x9c, 0xa8, 0xe5, 0x8f, 0xaf, 0xe7, 0x94, 0xa8, 0xe5, 0x8c, 0xba, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0d, 0x7a, 0x6f, 0x6e,
- 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x5e, 0x0a, 0x03, 0x63, 0x70,
- 0x75, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42,
- 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x63, 0x70, 0x75, 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
- 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b,
- 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0x9a, 0x84, 0x63, 0x70, 0x75, 0xe9,
- 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x63, 0x70, 0x75, 0x12, 0x5e, 0x0a, 0x03, 0x6d, 0x65,
- 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42,
- 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x6d, 0x65, 0x6d, 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
- 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b,
- 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0x9a, 0x84, 0x6d, 0x65, 0x6d, 0xe9,
- 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x6d, 0x65, 0x6d, 0x12, 0x5e, 0x0a, 0x03, 0x67, 0x70,
- 0x75, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42,
- 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x67, 0x70, 0x75, 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
- 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b,
- 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0x9a, 0x84, 0x67, 0x70, 0x75, 0xe9,
- 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x67, 0x70, 0x75, 0x22, 0xd9, 0x02, 0x0a, 0x0d, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0xad, 0x01, 0x0a,
- 0x0a, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
- 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x70,
- 0x92, 0x41, 0x6d, 0x2a, 0x0a, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x32,
- 0x5f, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x9c, 0x9f, 0xe6, 0x9c, 0x9b, 0xe7, 0x94, 0x9f, 0xe6,
- 0x95, 0x88, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x2c, 0x20, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4,
- 0xe6, 0x88, 0xb3, 0xe3, 0x80, 0x82, 0xe8, 0x8b, 0xa5, 0xe4, 0xb8, 0xba, 0x6e, 0x69, 0x6c, 0x20,
- 0xe6, 0x88, 0x96, 0xe8, 0x80, 0x85, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0xe5, 0x88, 0x99, 0xe6,
- 0xa0, 0x87, 0xe8, 0xaf, 0x86, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe9, 0x80, 0x9a, 0xe8, 0xbf,
- 0x87, 0xe5, 0x90, 0x8e, 0xe7, 0xab, 0x8b, 0xe5, 0x8d, 0xb3, 0xe6, 0x89, 0xa7, 0xe8, 0xa1, 0x8c,
- 0x52, 0x0a, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x97, 0x01, 0x0a,
- 0x11, 0x49, 0x73, 0x55, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72,
- 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x42, 0x69, 0x92, 0x41, 0x66, 0x2a, 0x11, 0x69,
- 0x73, 0x55, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
- 0x32, 0x51, 0xe8, 0xaf, 0xa5, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6,
- 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe4, 0xb8, 0xba, 0xe7, 0xb4, 0xa7, 0xe6, 0x80, 0xa5, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x2c, 0xe8, 0x8b, 0xa5, 0xe4, 0xb8, 0xba, 0xe7, 0xb4, 0xa7, 0xe6,
- 0x80, 0xa5, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xef, 0xbc, 0x8c, 0xe8, 0xae, 0xa1, 0xe8, 0xb4,
- 0xb9, 0xe6, 0x96, 0xb9, 0xe5, 0xbc, 0x8f, 0xe6, 0x9c, 0x89, 0xe6, 0x89, 0x80, 0xe4, 0xb8, 0x8d,
- 0xe5, 0x90, 0x8c, 0x52, 0x11, 0x49, 0x73, 0x55, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65,
- 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0xc2, 0x07, 0x0a, 0x12, 0x49, 0x6e, 0x73, 0x74, 0x61,
- 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x2b, 0x0a,
- 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x13, 0x92,
- 0x41, 0x10, 0x2a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x32, 0x06, 0xe5, 0x9c, 0xb0, 0xe5,
- 0x9f, 0x9f, 0x52, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x3d, 0x0a, 0x0c, 0x69, 0x6e,
- 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54,
- 0x79, 0x70, 0x65, 0x32, 0x06, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x52, 0x0c, 0x69, 0x6e, 0x73,
- 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x67, 0x0a, 0x03, 0x63, 0x70, 0x75,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x03, 0x63, 0x70, 0x75,
- 0x32, 0x4b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x63, 0x70, 0x75, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x69, 0x6e, 0x73,
- 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xba, 0x92, 0xe6, 0x96, 0xa5, 0xef,
- 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70,
- 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88, 0xe7, 0xba, 0xa7, 0xe9, 0xab, 0x98, 0x52, 0x03, 0x63,
- 0x70, 0x75, 0x12, 0x67, 0x0a, 0x03, 0x6d, 0x65, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x42,
- 0x55, 0x92, 0x41, 0x52, 0x2a, 0x03, 0x6d, 0x65, 0x6d, 0x32, 0x4b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e,
- 0x8b, 0x6d, 0x65, 0x6d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e,
- 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79,
- 0x70, 0x65, 0xe4, 0xba, 0x92, 0xe6, 0x96, 0xa5, 0xef, 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e,
- 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88,
- 0xe7, 0xba, 0xa7, 0xe9, 0xab, 0x98, 0x52, 0x03, 0x6d, 0x65, 0x6d, 0x12, 0x77, 0x0a, 0x03, 0x67,
- 0x70, 0x75, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x65, 0x92, 0x41, 0x62, 0x2a, 0x03, 0x67,
- 0x70, 0x75, 0x32, 0x5b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x67, 0x70, 0x75, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x69,
- 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xba, 0x92, 0xe6, 0x96,
- 0xa5, 0xef, 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54,
- 0x79, 0x70, 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88, 0xe7, 0xba, 0xa7, 0xe9, 0xab, 0x98, 0xef,
- 0xbc, 0x8c, 0xe5, 0x8f, 0xaf, 0xe4, 0xbb, 0xa5, 0xe4, 0xbc, 0x9a, 0xe4, 0xb8, 0xba, 0x30, 0x52,
- 0x03, 0x67, 0x70, 0x75, 0x12, 0x30, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x06,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49,
- 0x64, 0x32, 0x0b, 0xe5, 0x8f, 0xaf, 0xe7, 0x94, 0xa8, 0xe5, 0x8c, 0xba, 0x49, 0x64, 0x52, 0x06,
- 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x3a, 0x0a, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61,
- 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x08, 0x7a,
- 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0f, 0xe5, 0x8f, 0xaf, 0xe7, 0x94, 0xa8, 0xe5,
- 0x8c, 0xba, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61,
- 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x08,
- 0x20, 0x01, 0x28, 0x0d, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x4e, 0x75, 0x6d, 0x32, 0x15, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe7, 0x94, 0xb3, 0xe8, 0xaf,
- 0xb7, 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x52, 0x08, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x4e, 0x75, 0x6d, 0x12, 0x46, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65,
- 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x28, 0x92, 0x41, 0x25, 0x2a, 0x09, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe5,
- 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
- 0x9d, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x12, 0x89, 0x01, 0x0a,
- 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44,
- 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x0a, 0x73, 0x79,
- 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x32, 0x42, 0xe7, 0xb3, 0xbb, 0xe7, 0xbb, 0x9f,
- 0xe7, 0x9b, 0x98, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0x42, 0x43, 0x53, 0xe9,
- 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe8, 0xae, 0xbe, 0xe7, 0xbd, 0xae, 0xe4, 0xb8, 0xba, 0xe9, 0xab,
- 0x98, 0xe6, 0x80, 0xa7, 0xe8, 0x83, 0xbd, 0xe4, 0xba, 0x91, 0xe7, 0x9b, 0x98, 0xef, 0xbc, 0x8c,
- 0xe5, 0xa4, 0xa7, 0xe5, 0xb0, 0x8f, 0xe4, 0xb8, 0xba, 0x35, 0x30, 0x47, 0x52, 0x0a, 0x73, 0x79,
- 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x12, 0x71, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61,
- 0x44, 0x69, 0x73, 0x6b, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73,
- 0x6b, 0x42, 0x3d, 0x92, 0x41, 0x3a, 0x2a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b,
- 0x73, 0x32, 0x2d, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0xe7, 0x9b, 0x98, 0xe4, 0xbf, 0xa1, 0xe6,
- 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe6, 0x97, 0xa0, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe8, 0xae,
- 0xbe, 0xe7, 0xbd, 0xae, 0xe5, 0x88, 0x99, 0xe4, 0xb8, 0x8d, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0,
- 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x22, 0x8a, 0x02, 0x0a, 0x08,
- 0x44, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x12, 0x95, 0x01, 0x0a, 0x08, 0x64, 0x69, 0x73,
- 0x6b, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x79, 0x92, 0x41, 0x76,
- 0x2a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x32, 0x6a, 0xe6, 0x95, 0xb0, 0xe6,
- 0x8d, 0xae, 0xe7, 0x9b, 0x98, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0x4c, 0x4f,
- 0x43, 0x41, 0x4c, 0x5f, 0x42, 0x41, 0x53, 0x49, 0x43, 0xef, 0xbc, 0x88, 0xe9, 0xbb, 0x98, 0xe8,
- 0xae, 0xa4, 0xef, 0xbc, 0x89, 0x2c, 0x4c, 0x4f, 0x43, 0x41, 0x4c, 0x5f, 0x53, 0x53, 0x44, 0x2c,
- 0x43, 0x4c, 0x4f, 0x55, 0x44, 0x5f, 0x42, 0x41, 0x53, 0x45, 0x2c, 0x43, 0x4c, 0x4f, 0x55, 0x44,
- 0x5f, 0x53, 0x53, 0x44, 0x2c, 0x43, 0x4c, 0x4f, 0x55, 0x44, 0x5f, 0x50, 0x52, 0x45, 0x4d, 0x49,
- 0x55, 0x4d, 0x28, 0xe9, 0xab, 0x98, 0xe6, 0x80, 0xa7, 0xe8, 0x83, 0xbd, 0xe4, 0xba, 0x91, 0xe7,
- 0xa1, 0xac, 0xe7, 0x9b, 0x98, 0x29, 0x52, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65,
- 0x12, 0x66, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x4a, 0x92, 0x41, 0x47, 0x2a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x53, 0x69, 0x7a,
- 0x65, 0x32, 0x3b, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0xe7, 0x9b, 0x98, 0xe5, 0xa4, 0xa7, 0xe5,
- 0xb0, 0x8f, 0xef, 0xbc, 0x8c, 0x31, 0x30, 0x47, 0xe8, 0xb5, 0xb7, 0xe8, 0xb7, 0xb3, 0xef, 0xbc,
- 0x8c, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe4, 0xb8, 0xba, 0x30, 0xef, 0xbc, 0x8c, 0xe4, 0xb8,
- 0xba, 0x30, 0xe6, 0x97, 0xb6, 0xe4, 0xb8, 0x8d, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0x52, 0x08,
- 0x64, 0x69, 0x73, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xff, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x76,
- 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63,
- 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x76,
- 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63,
- 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65,
- 0x76, 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x76,
- 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01,
- 0x28, 0x09, 0x52, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x55,
- 0x73, 0x65, 0x64, 0x12, 0x46, 0x0a, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65,
- 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x2e,
- 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
- 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x1a, 0x3d, 0x0a, 0x0f, 0x41,
- 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
- 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
- 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xe2, 0x10, 0x0a, 0x19, 0x43,
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x66, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x48, 0x92, 0x41, 0x3b,
- 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0x85, 0x8d,
- 0xe9, 0xa2, 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c,
- 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85,
- 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x07, 0x72, 0x05,
- 0x10, 0x01, 0x18, 0x80, 0x50, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65,
- 0x12, 0x6b, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x02, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x49, 0x44, 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x2c, 0x20, 0xe5,
- 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
- 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4, 0xbd, 0x8d, 0xe5, 0xad, 0x97, 0xe7, 0xac,
- 0xa6, 0xe4, 0xb8, 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa, 0xe5, 0x8a, 0xa8, 0xe7, 0x94, 0x9f, 0xe6,
- 0x88, 0x90, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x78, 0x0a,
- 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01,
+ 0x73, 0x74, 0x49, 0x44, 0x22, 0x89, 0x08, 0x0a, 0x12, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x27, 0x0a, 0x02, 0x69,
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x02, 0x69, 0x64,
+ 0x32, 0x0e, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x49, 0x44,
+ 0x52, 0x02, 0x69, 0x64, 0x12, 0x26, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x14, 0x92, 0x41, 0x11, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x0a, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2b, 0x0a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a,
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d,
+ 0xe7, 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x07, 0x64, 0x65, 0x66,
+ 0x61, 0x75, 0x6c, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x23, 0x92, 0x41, 0x20, 0x2a,
+ 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x15, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe9, 0x94, 0xae, 0xe5, 0x80, 0xbc, 0xe5, 0xaf, 0xb9, 0x52,
+ 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x41, 0x0a, 0x0c, 0x64, 0x65, 0x66, 0x61,
+ 0x75, 0x6c, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d,
+ 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x0c, 0x64,
+ 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x5b, 0x0a, 0x05, 0x73,
+ 0x63, 0x6f, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x45, 0x92, 0x41, 0x42, 0x2a,
+ 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd,
+ 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8,
+ 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x81, 0x01, 0x0a, 0x09, 0x73, 0x63, 0x6f,
+ 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x63, 0x92, 0x41,
+ 0x60, 0x2a, 0x09, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x53, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0xe5, 0x90, 0x8d,
+ 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b,
+ 0xb4, 0x3a, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x2c,
+ 0x20, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x2c, 0x20, 0xe6,
+ 0x98, 0x8e, 0xe6, 0x98, 0x8e, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0x52, 0x09, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4b, 0x0a, 0x08,
+ 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f,
+ 0x92, 0x41, 0x2c, 0x2a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x32, 0x20, 0xe7,
+ 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83,
+ 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x73, 0x79, 0x73, 0x2f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52,
+ 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, 0x69, 0x0a, 0x0c, 0x63, 0x61, 0x74,
+ 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x45, 0x92, 0x41, 0x42, 0x2a, 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61,
+ 0x6d, 0x65, 0x32, 0x32, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0,
+ 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20,
+ 0xe7, 0xb3, 0xbb, 0xe7, 0xbb, 0x9f, 0xe5, 0x86, 0x85, 0xe7, 0xbd, 0xae, 0x2f, 0xe8, 0x87, 0xaa,
+ 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x52, 0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79,
+ 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x0a, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5,
+ 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f,
+ 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31,
+ 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04,
+ 0x64, 0x65, 0x73, 0x63, 0x12, 0x51, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x18,
+ 0x0b, 0x20, 0x01, 0x28, 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61,
+ 0x74, 0x65, 0x64, 0x32, 0x29, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97, 0xb6, 0xe9, 0x97,
+ 0xb4, 0x2c, 0x20, 0xe6, 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0x3a, 0x20, 0x79, 0x79, 0x79, 0x79, 0x2d,
+ 0x4d, 0x4d, 0x2d, 0x64, 0x64, 0x20, 0x68, 0x68, 0x3a, 0x6d, 0x6d, 0x3a, 0x73, 0x73, 0x52, 0x07,
+ 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x12, 0x51, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x07, 0x75,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x32, 0x29, 0xe4, 0xbf, 0xae, 0xe6, 0x94, 0xb9, 0xe6, 0x97,
+ 0xb6, 0xe9, 0x97, 0xb4, 0x2c, 0x20, 0xe6, 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0x3a, 0x20, 0x79, 0x79,
+ 0x79, 0x79, 0x2d, 0x4d, 0x4d, 0x2d, 0x64, 0x64, 0x20, 0x68, 0x68, 0x3a, 0x6d, 0x6d, 0x3a, 0x73,
+ 0x73, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x31, 0x0a, 0x07, 0x63, 0x72,
+ 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14,
+ 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x32, 0x09, 0xe5, 0x88, 0x9b, 0xe5, 0xbb,
+ 0xba, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x31, 0x0a,
+ 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17,
+ 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe4, 0xbf,
+ 0xae, 0xe6, 0x94, 0xb9, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72,
+ 0x22, 0x9f, 0x03, 0x0a, 0x0d, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c,
+ 0x75, 0x65, 0x12, 0x21, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11,
+ 0x92, 0x41, 0x0e, 0x2a, 0x02, 0x69, 0x64, 0x32, 0x08, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x49,
+ 0x44, 0x52, 0x02, 0x69, 0x64, 0x12, 0x25, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x09, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0x6b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2b, 0x0a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a,
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d,
+ 0xe7, 0xa7, 0xb0, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41,
+ 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x32, 0x08, 0xe9, 0x9b,
+ 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x12, 0x40, 0x0a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65,
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e,
+ 0x61, 0x6d, 0x65, 0x12, 0x3a, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x6e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x0c, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9,
+ 0xba, 0xe9, 0x97, 0xb4, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12,
+ 0x2e, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18,
+ 0x92, 0x41, 0x15, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x0c, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe7, 0x9a, 0x84, 0xe5, 0x80, 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12,
+ 0x31, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b,
+ 0x92, 0x41, 0x18, 0x2a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x52, 0x05, 0x73, 0x63, 0x6f,
+ 0x70, 0x65, 0x22, 0x89, 0x05, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x22, 0x0a, 0x02, 0x69, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x02, 0x69, 0x64, 0x32, 0x09,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x69, 0x64, 0x52, 0x02, 0x69, 0x64, 0x12, 0x78, 0x0a,
+ 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7,
0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29,
0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20,
0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8,
- 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a,
- 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12,
- 0x40, 0x0a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d,
- 0x65, 0x12, 0x55, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53,
- 0x70, 0x61, 0x63, 0x65, 0x32, 0x27, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa7, 0xb0, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a,
- 0x84, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xae, 0xa1, 0xe7, 0x90, 0x86, 0x52, 0x09, 0x6e,
- 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69,
- 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41,
- 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93,
- 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a,
- 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e,
- 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x5f, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
- 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38,
- 0x2a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x28,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8,
- 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5,
- 0x8a, 0xa1, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
- 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x24, 0x92, 0x41, 0x21,
- 0x2a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x32, 0x12, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf,
- 0xb0, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x71,
- 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70,
- 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28,
- 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95,
- 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1,
- 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70,
- 0x65, 0x12, 0x6c, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x0b, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x50, 0x92, 0x41, 0x4d, 0x2a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
- 0x65, 0x72, 0x32, 0x41, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7,
- 0x9a, 0x84, 0xe4, 0xbe, 0x9b, 0xe5, 0xba, 0x94, 0xe5, 0x95, 0x86, 0x2c, 0x20, 0xe4, 0xb8, 0x8d,
- 0xe5, 0x90, 0x8c, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0xe6, 0x94, 0xaf, 0xe6, 0x8c,
- 0x81, 0xe5, 0xa4, 0x9a, 0xe7, 0xa7, 0x8d, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe7, 0x9a, 0x84,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x12,
- 0x69, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x38, 0x92, 0x41, 0x35, 0x2a, 0x05,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x2c, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe8, 0xb5, 0x84,
- 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4,
- 0xbd, 0x93, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x72, 0x0a, 0x06, 0x6c, 0x61,
- 0x62, 0x65, 0x6c, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x27, 0x92,
+ 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x47, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x33, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
+ 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20,
+ 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8,
+ 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
+ 0x12, 0x53, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x41, 0x92,
+ 0x41, 0x3e, 0x2a, 0x03, 0x6b, 0x65, 0x79, 0x32, 0x37, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20,
+ 0x6b, 0x65, 0x79, 0x2c, 0x20, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94,
+ 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8,
+ 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6,
+ 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x5a, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x05,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32,
+ 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f,
+ 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20,
+ 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c,
+ 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70,
+ 0x65, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74,
+ 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80,
+ 0xbc, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65,
+ 0x73, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64,
+ 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98,
+ 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5,
+ 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb,
+ 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12, 0x52, 0x0a, 0x08, 0x63, 0x61,
+ 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x36, 0x92, 0x41,
+ 0x33, 0x2a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x32, 0x27, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80,
+ 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x73, 0x79, 0x73, 0x2c, 0x20, 0x63, 0x75,
+ 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x22, 0x89,
+ 0x05, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x22, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x02, 0x69, 0x64, 0x32, 0x09, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0x20, 0x69, 0x64, 0x52, 0x02, 0x69, 0x64, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56,
+ 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8,
+ 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85,
+ 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
+ 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34,
+ 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x12, 0x47, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x33, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
+ 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32,
+ 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x53, 0x0a, 0x03,
+ 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x41, 0x92, 0x41, 0x3e, 0x2a, 0x03,
+ 0x6b, 0x65, 0x79, 0x32, 0x37, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0x2c,
+ 0x20, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80,
+ 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6,
+ 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x03, 0x6b, 0x65,
+ 0x79, 0x12, 0x5a, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x39, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0x2c, 0x20, 0xe5, 0x8f,
+ 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x67, 0x6c, 0x6f, 0x62,
+ 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12, 0x37, 0x0a,
+ 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d,
+ 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x32, 0x0f, 0xe5, 0x8f,
+ 0x98, 0xe9, 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x07, 0x64,
+ 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x07,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32,
+ 0x2f, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e,
+ 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c,
+ 0xa8, 0x31, 0x30, 0x30, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85,
+ 0x52, 0x04, 0x64, 0x65, 0x73, 0x63, 0x12, 0x52, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f,
+ 0x72, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x36, 0x92, 0x41, 0x33, 0x2a, 0x08, 0x63,
+ 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x32, 0x27, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe7,
+ 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83,
+ 0xe5, 0x9b, 0xb4, 0x3a, 0x20, 0x73, 0x79, 0x73, 0x2c, 0x20, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d,
+ 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x22, 0xd9, 0x01, 0x0a, 0x1a, 0x4c,
+ 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e,
+ 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74,
+ 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74,
+ 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x06, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f,
+ 0x74, 0x61, 0x6c, 0x12, 0x5a, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02,
+ 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69,
+ 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c,
+ 0x74, 0x73, 0x32, 0x12, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89,
+ 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x3a,
+ 0x35, 0x92, 0x41, 0x32, 0x0a, 0x30, 0x2a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x61,
+ 0x74, 0x61, 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8,
+ 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22, 0x95, 0x01, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74,
+ 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74,
+ 0x69, 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2e, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61,
+ 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x05, 0x74, 0x6f,
+ 0x74, 0x61, 0x6c, 0x32, 0x0c, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe6, 0x95, 0xb0, 0xe9, 0x87,
+ 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x3a, 0x44, 0x92, 0x41, 0x41, 0x0a, 0x3f, 0x2a,
+ 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44,
+ 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x44, 0x61, 0x74, 0x61, 0x32, 0x1e,
+ 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22, 0xd2,
+ 0x01, 0x0a, 0x16, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56,
+ 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74,
+ 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74,
+ 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x06, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f,
+ 0x74, 0x61, 0x6c, 0x12, 0x55, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02,
+ 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42,
+ 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0x12, 0xe9,
+ 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d,
+ 0xae, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x3a, 0x37, 0x92, 0x41, 0x34, 0x0a,
+ 0x32, 0x2a, 0x16, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56,
+ 0x61, 0x6c, 0x75, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x32, 0x18, 0xe9, 0x9b, 0x86, 0xe7, 0xbe,
+ 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe6, 0x95, 0xb0,
+ 0xe6, 0x8d, 0xae, 0x22, 0x8f, 0x04, 0x0a, 0x12, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x4e, 0x0a, 0x04, 0x6e, 0x61,
+ 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x30, 0x2a, 0x04, 0x6e,
+ 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x90, 0x8d, 0xe7, 0xa7,
+ 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8,
+ 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04,
+ 0x72, 0x02, 0x18, 0x20, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x75, 0x0a, 0x03, 0x6b, 0x65,
+ 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x63, 0x92, 0x41, 0x40, 0x2a, 0x03, 0x6b, 0x65,
+ 0x79, 0x32, 0x39, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x20, 0x6b, 0x65, 0x79, 0xef, 0xbc, 0x8c,
+ 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x86, 0x85, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0xef,
+ 0xbc, 0x8c, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6,
+ 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x1d, 0x72,
+ 0x1b, 0x18, 0x40, 0x32, 0x17, 0x5e, 0x5b, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x5d, 0x5b, 0x61,
+ 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x30, 0x2d, 0x39, 0x5f, 0x5d, 0x2a, 0x24, 0x52, 0x03, 0x6b, 0x65,
+ 0x79, 0x12, 0x5c, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x46, 0x92, 0x41, 0x43, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x3b, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0xe4, 0xbd, 0x9c, 0xe7, 0x94, 0xa8, 0xe5, 0x9f, 0x9f, 0xef, 0xbc, 0x8c, 0xe5,
+ 0x8f, 0x96, 0xe5, 0x80, 0xbc, 0xe8, 0x8c, 0x83, 0xe5, 0x9b, 0xb4, 0xef, 0xbc, 0x9a, 0x67, 0x6c,
+ 0x6f, 0x62, 0x61, 0x6c, 0x2c, 0x20, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x12,
+ 0x31, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b,
+ 0x92, 0x41, 0x18, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x0f, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe5, 0x80, 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c,
+ 0x75, 0x65, 0x12, 0x4e, 0x0a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x3a, 0x92, 0x41, 0x37, 0x2a, 0x04, 0x64, 0x65, 0x73, 0x63, 0x32, 0x2f, 0xe5, 0x8f, 0x98,
+ 0xe9, 0x87, 0x8f, 0xe8, 0xaf, 0xb4, 0xe6, 0x98, 0x8e, 0xe4, 0xb8, 0x8e, 0xe6, 0x8f, 0x8f, 0xe8,
+ 0xbf, 0xb0, 0x2c, 0x20, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe5, 0x9c, 0xa8, 0x31, 0x30, 0x30,
+ 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xbb, 0xa5, 0xe5, 0x86, 0x85, 0x52, 0x04, 0x64, 0x65,
+ 0x73, 0x63, 0x12, 0x51, 0x0a, 0x04, 0x76, 0x61, 0x72, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b,
+ 0x32, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d,
+ 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x72, 0x44,
+ 0x61, 0x74, 0x61, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x76, 0x61, 0x72, 0x73, 0x32, 0x0f,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52,
+ 0x04, 0x76, 0x61, 0x72, 0x73, 0x22, 0xb8, 0x01, 0x0a, 0x15, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74,
+ 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x61, 0x72, 0x44, 0x61, 0x74, 0x61, 0x12,
+ 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x49, 0x44, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x12, 0x3a, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a,
+ 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x32, 0x0c, 0xe5, 0x91, 0xbd, 0xe5,
+ 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x12, 0x2b, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x15, 0x92, 0x41, 0x12, 0x2a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x32, 0x09,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
+ 0x22, 0x34, 0x0a, 0x0e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x3a, 0x22, 0x92, 0x41, 0x1f, 0x0a, 0x1d, 0x2a, 0x0e, 0x48, 0x65, 0x61, 0x6c, 0x74,
+ 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x0b, 0x48, 0x65, 0x61, 0x6c, 0x74,
+ 0x68, 0x7a, 0x20, 0x41, 0x50, 0x49, 0x22, 0xad, 0x02, 0x0a, 0x0f, 0x48, 0x65, 0x61, 0x6c, 0x74,
+ 0x68, 0x7a, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f,
+ 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63,
+ 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf,
+ 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65,
+ 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d,
+ 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b,
+ 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d,
+ 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x74, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x44, 0x61, 0x74, 0x61, 0x42, 0x47, 0x92,
+ 0x41, 0x44, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x3c, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x2c, 0x20, 0xe5, 0x8c,
+ 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe6, 0x95, 0xb4, 0xe4, 0xbd, 0x93,
+ 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0xe5, 0x92, 0x8c, 0x20, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20,
+ 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64,
+ 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0x99, 0x01, 0x0a, 0x0b, 0x48, 0x65, 0x61, 0x6c, 0x74,
+ 0x68, 0x7a, 0x44, 0x61, 0x74, 0x61, 0x12, 0x37, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x06, 0x73, 0x74, 0x61,
+ 0x74, 0x75, 0x73, 0x32, 0x12, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe6, 0x95, 0xb4, 0xe4, 0xbd,
+ 0x93, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12,
+ 0x51, 0x0a, 0x0b, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x0c, 0x6d, 0x6f, 0x6e, 0x67, 0x6f,
+ 0x20, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x1c, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe4,
+ 0xbe, 0x9d, 0xe8, 0xb5, 0x96, 0xe7, 0x9a, 0x84, 0x20, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0xe7,
+ 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x0b, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x53, 0x74, 0x61, 0x74,
+ 0x75, 0x73, 0x22, 0x33, 0x0a, 0x0b, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x3a, 0x24, 0x92, 0x41, 0x21, 0x0a, 0x1f, 0x2a, 0x0b, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x10, 0x50, 0x69, 0x6e, 0x67, 0x20, 0x41, 0x50, 0x49, 0x20,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0xb3, 0x02, 0x0a, 0x0c, 0x50, 0x69, 0x6e, 0x67,
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64,
+ 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7,
+ 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73,
+ 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07,
+ 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
+ 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73,
+ 0x73, 0x61, 0x67, 0x65, 0x12, 0x5b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x47, 0x92, 0x41, 0x44, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x3c, 0xe8,
+ 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x8a, 0xb6, 0xe6, 0x80,
+ 0x81, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe6,
+ 0x95, 0xb4, 0xe4, 0xbd, 0x93, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0xe5, 0x92, 0x8c, 0x20, 0x6d,
+ 0x6f, 0x6e, 0x67, 0x6f, 0x20, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x52, 0x04, 0x64, 0x61, 0x74,
+ 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44,
+ 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x3a, 0x20, 0x92, 0x41, 0x1d,
+ 0x0a, 0x1b, 0x2a, 0x08, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x32, 0x0f, 0x50, 0x69,
+ 0x6e, 0x67, 0x20, 0x41, 0x50, 0x49, 0x20, 0xe5, 0x93, 0x8d, 0xe5, 0xba, 0x94, 0x22, 0xa1, 0x14,
+ 0x0a, 0x0c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x36,
+ 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0e, 0xe8,
+ 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x44, 0x52, 0x07, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x5c, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e,
+ 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3e, 0x92, 0x41, 0x3b, 0x2a, 0x09,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
+ 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9,
+ 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf,
+ 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x6b, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49,
+ 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a, 0x09, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49,
+ 0x44, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c,
+ 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4, 0xbd, 0x8d, 0xe5,
+ 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xb8, 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa, 0xe5, 0x8a, 0xa8,
+ 0xe7, 0x94, 0x9f, 0xe6, 0x88, 0x90, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49,
+ 0x44, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9,
+ 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
+ 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd,
+ 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x36, 0x0a, 0x09, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18,
+ 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x32, 0x08,
+ 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61,
+ 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0x9b, 0x86, 0xe7,
+ 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x55, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61,
+ 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x37, 0x92, 0x41, 0x34, 0x2a, 0x09, 0x6e,
+ 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x32, 0x27, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0xbb, 0xb4, 0xe5,
+ 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xae, 0xa1, 0xe7, 0x90,
+ 0x86, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x5b, 0x0a, 0x0a,
+ 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49,
+ 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7,
+ 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4,
+ 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62,
+ 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x5f, 0x0a, 0x0c, 0x62, 0x75, 0x73,
+ 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61,
+ 0x6d, 0x65, 0x32, 0x28, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a,
+ 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad,
+ 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0c, 0x62, 0x75,
+ 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x65,
+ 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x24, 0x92, 0x41, 0x21, 0x2a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
+ 0x6e, 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6,
+ 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
+ 0x6f, 0x6e, 0x12, 0xa6, 0x01, 0x0a, 0x09, 0x69, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64,
+ 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x42, 0x87, 0x01, 0x92, 0x41, 0x83, 0x01, 0x2a, 0x09, 0x69,
+ 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x32, 0x76, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe4, 0xb8, 0x8b, 0xe8, 0xaf, 0xa5, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe9,
+ 0xa2, 0x9d, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0xb7, 0xb2, 0xe4, 0xb8, 0x8b, 0xe7, 0xba,
+ 0xbf, 0x28, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe8, 0xbd, 0xaf, 0xe5, 0x88, 0xa0, 0x29, 0x2c,
+ 0xe5, 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe5, 0x90, 0x8c, 0xe7, 0xa7, 0x8d, 0xe7,
+ 0xb1, 0xbb, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xbb, 0x85, 0xe4, 0xb8, 0x8d, 0xe5, 0x85,
+ 0x81, 0xe8, 0xae, 0xb8, 0xe9, 0x87, 0x8d, 0xe5, 0xa4, 0x8d, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7,
+ 0x2c, 0xe5, 0x8f, 0xaf, 0xe6, 0x9b, 0xb4, 0xe6, 0x94, 0xb9, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d,
+ 0x52, 0x09, 0x69, 0x73, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x12, 0x71, 0x0a, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53,
+ 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43,
+ 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae,
+ 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c,
+ 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab,
+ 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6,
+ 0xba, 0x90, 0x29, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x69,
+ 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x38, 0x92, 0x41, 0x35, 0x2a, 0x05, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x32, 0x2c, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe8, 0xb5, 0x84, 0xe6,
+ 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4, 0xbd,
+ 0x93, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x5c, 0x0a, 0x06, 0x73, 0x74, 0x61,
+ 0x74, 0x75, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x06,
+ 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x37, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0x28, 0xe7, 0x94, 0xb3,
+ 0xe8, 0xaf, 0xb7, 0xe4, 0xb8, 0xad, 0xe3, 0x80, 0x81, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe4,
+ 0xb8, 0xad, 0xe3, 0x80, 0x81, 0xe5, 0xb7, 0xb2, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0x29, 0x52,
+ 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x6f, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
+ 0x67, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x07, 0x6d,
+ 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x47, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe7, 0x8a,
+ 0xb6, 0xe6, 0x80, 0x81, 0xe4, 0xb8, 0xad, 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4, 0xbd, 0x93,
+ 0xe5, 0x8e, 0x9f, 0xe5, 0x9b, 0xa0, 0x28, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe4, 0xb8, 0x8d,
+ 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe3, 0x80, 0x81, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4,
+ 0xb8, 0x8d, 0xe8, 0xb6, 0xb3, 0xe7, 0xad, 0x89, 0xe5, 0x8e, 0x9f, 0xe5, 0x9b, 0xa0, 0x29, 0x52,
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61,
+ 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41,
+ 0x1a, 0x2a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe5,
+ 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x63, 0x72, 0x65,
+ 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a,
+ 0x2a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x0c, 0xe6, 0x9b,
+ 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61,
+ 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f,
+ 0x72, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x63, 0x72,
+ 0x65, 0x61, 0x74, 0x6f, 0x72, 0x32, 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x9b,
+ 0xe5, 0xbb, 0xba, 0xe8, 0x80, 0x85, 0x52, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x12,
+ 0x37, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x0f,
+ 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe8, 0x80, 0x85, 0x52,
+ 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x12, 0x43, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76,
+ 0x69, 0x64, 0x65, 0x72, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a,
+ 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x32, 0x18, 0xe4, 0xba, 0x91, 0xe5, 0xba,
+ 0x95, 0xe5, 0xb1, 0x82, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x8f, 0x90, 0xe4, 0xbe, 0x9b,
+ 0xe6, 0x96, 0xb9, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x12, 0x58, 0x0a,
+ 0x0a, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x15, 0x20, 0x03, 0x28,
+ 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e,
+ 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a, 0x0a, 0x6e,
+ 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x32, 0x10, 0xe7, 0x9b, 0xb8, 0xe5, 0x85,
+ 0xb3, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x52, 0x0a, 0x6e, 0x6f, 0x64,
+ 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x65, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c,
+ 0x73, 0x18, 0x16, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x27, 0x92,
0x41, 0x24, 0x2a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6,
0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xa0, 0x87, 0xe7, 0xad, 0xbe,
- 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x86,
- 0x01, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0e,
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x6e, 0x6e, 0x6f,
- 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x2c, 0x92, 0x41,
- 0x29, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x1a,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xb3,
- 0xa8, 0xe8, 0xa7, 0xa3, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f,
- 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x51, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x41, 0x74, 0x74, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74,
- 0x72, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74,
- 0x72, 0x32, 0x0c, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x52,
- 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x7d, 0x0a, 0x12, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
- 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c,
- 0x75, 0x65, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68,
- 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf,
- 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5,
- 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
- 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x87, 0x01, 0x0a, 0x16, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x4c, 0x69, 0x73, 0x74, 0x18, 0x11, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61,
- 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a,
- 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5,
- 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x16, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c,
- 0x69, 0x73, 0x74, 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d,
- 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
- 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
- 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a,
- 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61,
- 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8, 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49,
- 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef,
- 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86, 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c,
- 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8, 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf,
- 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70,
- 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x1a, 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45,
- 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
- 0x1a, 0x3e, 0x0a, 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45,
- 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
- 0x3a, 0x5d, 0x92, 0x41, 0x5a, 0x0a, 0x58, 0x2a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x32, 0x26, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5,
- 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xd2, 0x01, 0x04, 0x6e, 0x61, 0x6d,
- 0x65, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22,
- 0xd9, 0x07, 0x0a, 0x09, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0xc7, 0x01,
- 0x0a, 0x0e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x49, 0x44, 0x73,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x9e, 0x01, 0x92, 0x41, 0x9a, 0x01, 0x2a, 0x0e, 0x73,
- 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x49, 0x44, 0x73, 0x32, 0x87, 0x01,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x9a, 0xe5,
- 0x8a, 0xa1, 0x49, 0x44, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xef, 0xbc, 0x8c, 0xe8, 0xb5, 0x84,
- 0xe6, 0xba, 0x90, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0x20, 0x5b, 0x61, 0x6c, 0x6c, 0x5d, 0xe4,
- 0xb8, 0x8d, 0xe9, 0x99, 0x90, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x3b, 0x20, 0x5b, 0x31, 0x30,
- 0x30, 0x31, 0x34, 0x38, 0x5d, 0xe5, 0x8f, 0xaf, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x31, 0x30,
- 0x30, 0x31, 0x34, 0x38, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x20, 0x5b, 0x31, 0x30, 0x36, 0x38,
- 0x2c, 0x20, 0x31, 0x30, 0x30, 0x31, 0x34, 0x38, 0x5d, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5,
- 0x8f, 0xaf, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0xe4, 0xba, 0x8e, 0xe5, 0xa4, 0x9a, 0xe4, 0xb8,
- 0xaa, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x52, 0x0e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42,
- 0x6b, 0x42, 0x69, 0x7a, 0x49, 0x44, 0x73, 0x12, 0x5b, 0x0a, 0x10, 0x53, 0x6f, 0x75, 0x72, 0x63,
- 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x10, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b,
- 0x42, 0x69, 0x7a, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x32, 0x18, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
- 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa7, 0xb0, 0x52, 0x10, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x4e,
- 0x61, 0x6d, 0x65, 0x73, 0x12, 0x73, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54,
- 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x51, 0x92, 0x41, 0x4e, 0x2a, 0x0b,
- 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x32, 0x3f, 0xe8, 0xae, 0xa1,
- 0xe7, 0xae, 0x97, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0xe8, 0xae, 0xa1, 0xe7,
- 0xae, 0x97, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x20, 0x5b, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61,
- 0x6c, 0x20, 0xe9, 0x80, 0x9a, 0xe7, 0xae, 0x97, 0x2c, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x6c, 0x6c,
- 0x69, 0x67, 0x65, 0x6e, 0x74, 0xe6, 0x99, 0xba, 0xe7, 0xae, 0x97, 0x5d, 0x52, 0x0b, 0x63, 0x6f,
- 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0xc4, 0x01, 0x0a, 0x14, 0x70, 0x75,
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79,
- 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x8f, 0x01, 0x92, 0x41, 0x8b, 0x01, 0x2a,
- 0x14, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x54, 0x79, 0x70, 0x65, 0x32, 0x73, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0xe6, 0x97, 0xb6,
- 0xe9, 0x95, 0xbf, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0xe3, 0x80, 0x90, 0x6f,
- 0x6e, 0x63, 0x65, 0xe4, 0xb8, 0x80, 0xe6, 0xac, 0xa1, 0xe6, 0x80, 0xa7, 0xe3, 0x80, 0x81, 0x70,
- 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0xe5, 0x91, 0xa8, 0xe6, 0x9c, 0x9f, 0xe6, 0x80, 0xa7,
- 0xe3, 0x80, 0x91, 0x20, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe5, 0xaf, 0xb9, 0xe4, 0xba, 0x8e,
- 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe6, 0x9d, 0xa5, 0xe8,
- 0xaf, 0xb4, 0xe4, 0xbb, 0x85, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe4, 0xb8, 0x80, 0xe6, 0xac,
- 0xa1, 0xe6, 0x80, 0xa7, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0x52, 0x14, 0x70, 0x75, 0x72, 0x63,
- 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
- 0x12, 0x8a, 0x01, 0x0a, 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72,
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x05, 0x20,
- 0x01, 0x28, 0x09, 0x42, 0x4e, 0x92, 0x41, 0x4b, 0x2a, 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
- 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
- 0x67, 0x73, 0x32, 0x2f, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0xe6, 0x97, 0xb6, 0xe9, 0x95, 0xbf,
- 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x2c, 0x20, 0xe5, 0x8f, 0xaf, 0xe8, 0x83, 0xbd, 0xe5, 0xad,
- 0x98, 0xe5, 0x9c, 0xa8, 0xe4, 0xb8, 0x8d, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0xe6, 0x97, 0xb6,
- 0xe9, 0x95, 0xbf, 0x52, 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72,
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x60, 0x0a,
- 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x42, 0x92, 0x41, 0x3f, 0x2a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65,
- 0x32, 0x32, 0xe5, 0xbc, 0x80, 0xe5, 0xa7, 0x8b, 0xe4, 0xbe, 0x9b, 0xe5, 0xba, 0x94, 0xe6, 0x97,
- 0xb6, 0xe9, 0x97, 0xb4, 0x20, 0x55, 0x54, 0x43, 0xe6, 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0xef, 0xbc,
- 0x9a, 0x32, 0x30, 0x32, 0x34, 0x2d, 0x30, 0x31, 0x2d, 0x32, 0x35, 0x20, 0x32, 0x33, 0x3a, 0x35,
- 0x39, 0x3a, 0x35, 0x39, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12,
- 0x5a, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x32,
- 0xe6, 0x88, 0xaa, 0xe6, 0xad, 0xa2, 0xe4, 0xbe, 0x9b, 0xe5, 0xba, 0x94, 0xe6, 0x97, 0xb6, 0xe9,
- 0x97, 0xb4, 0x20, 0x55, 0x54, 0x43, 0xe6, 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0xef, 0xbc, 0x9a, 0x32,
- 0x30, 0x32, 0x34, 0x2d, 0x30, 0x31, 0x2d, 0x33, 0x31, 0x20, 0x32, 0x33, 0x3a, 0x35, 0x39, 0x3a,
- 0x35, 0x39, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x3a, 0x1e, 0x92, 0x41, 0x1b,
- 0x0a, 0x19, 0x2a, 0x09, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x22, 0x94, 0x01, 0x0a, 0x0a,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x49, 0x0a, 0x08, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x42, 0x2d, 0x92, 0x41,
- 0x2a, 0x2a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x32, 0x1e, 0xe9, 0x85, 0x8d,
- 0xe9, 0xa2, 0x9d, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0xef, 0xbc, 0x88, 0xe6, 0x95, 0xb4, 0xe6,
- 0x9c, 0xba, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0xef, 0xbc, 0x89, 0x52, 0x08, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x3a, 0x3b, 0x92, 0x41, 0x38, 0x0a, 0x36, 0x2a, 0x0c, 0x50, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x26, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x28, 0xe6,
- 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e,
- 0x8b, 0x29, 0x22, 0xbd, 0x06, 0x0a, 0x12, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
- 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x36, 0x0a, 0x09, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41,
- 0x15, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49,
- 0x44, 0x12, 0x3e, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x0a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0x43, 0x6f, 0x64, 0x65, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e,
- 0x61, 0x6d, 0x65, 0x12, 0x7b, 0x0a, 0x0d, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x72, 0x61,
- 0x74, 0x65, 0x67, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a,
- 0x0d, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x32, 0x41,
- 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0xad, 0x96, 0xe7, 0x95, 0xa5, 0x20, 0x5b, 0x65, 0x6c,
- 0x61, 0x73, 0x74, 0x69, 0x63, 0xe5, 0xbc, 0xb9, 0xe6, 0x80, 0xa7, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
- 0xab, 0xe6, 0xa8, 0xa1, 0xe5, 0xbc, 0x8f, 0x2c, 0x20, 0x72, 0x69, 0x67, 0x69, 0x64, 0xe5, 0x88,
- 0x9a, 0xe6, 0x80, 0xa7, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe6, 0xa8, 0xa1, 0xe5, 0xbc, 0x8f,
- 0x5d, 0x52, 0x0d, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79,
- 0x12, 0x5b, 0x0a, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x42, 0x23, 0x92, 0x41,
- 0x20, 0x2a, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x32, 0x12, 0xe4,
- 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe4, 0xb8, 0x8a, 0xe9, 0x99, 0x90, 0xe9, 0x85, 0x8d, 0xe7, 0xbd,
- 0xae, 0x52, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x55, 0x0a,
- 0x0a, 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0a,
- 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x32, 0x0c, 0xe5, 0xb7, 0xb2, 0xe4,
- 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52, 0x0a, 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d,
- 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4f, 0x0a, 0x0e, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61,
- 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41,
- 0x24, 0x2a, 0x0e, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
- 0x65, 0x32, 0x12, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe5, 0xbc, 0x80, 0xe5, 0xa7, 0x8b, 0xe6,
- 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0e, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72,
- 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x49, 0x0a, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65, 0x45, 0x6e,
- 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x25, 0x92, 0x41, 0x22,
- 0x2a, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x12,
- 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0xbb, 0x93, 0xe6, 0x9d, 0x9f, 0xe6, 0x97, 0xb6, 0xe9,
- 0x97, 0xb4, 0x52, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65,
- 0x12, 0x6b, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0x46, 0xe5,
- 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0x8a, 0xb6, 0xe6, 0x80, 0x81, 0xef, 0xbc, 0x8c, 0x5b, 0x61,
- 0x63, 0x74, 0x69, 0x76, 0x65, 0xe7, 0x94, 0x9f, 0xe6, 0x95, 0x88, 0xe4, 0xb8, 0xad, 0x2c, 0x20,
- 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0xe5, 0xb7, 0xb2, 0xe8, 0xbf, 0x87, 0xe6, 0x9c, 0x9f,
- 0x2c, 0x20, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0xe5, 0xb7, 0xb2, 0xe6, 0x9a,
- 0x82, 0xe5, 0x81, 0x9c, 0x5d, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x3a, 0x33, 0x92,
- 0x41, 0x30, 0x0a, 0x2e, 0x2a, 0x12, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65,
- 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x32, 0x18, 0xe8, 0xa2, 0xab, 0xe5, 0x85, 0xb1,
- 0xe4, 0xba, 0xab, 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe7,
- 0xbd, 0xae, 0x22, 0x97, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a,
- 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b,
- 0x92, 0x41, 0x18, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0d, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x44, 0x52, 0x07, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x49, 0x64, 0x3a, 0x46, 0x92, 0x41, 0x43, 0x0a, 0x41, 0x2a, 0x16, 0x47, 0x65, 0x74,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x32, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x8c, 0x87, 0xe5, 0xae,
- 0x9a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6,
- 0x81, 0xaf, 0xd2, 0x01, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x22, 0x50, 0x0a, 0x16,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x36, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73,
- 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0xbe,
- 0x08, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x07,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92,
- 0x41, 0x18, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0d, 0xe8, 0xb5, 0x84,
- 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x40, 0x92, 0x41, 0x36, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0,
- 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6,
- 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72,
- 0x02, 0x18, 0x40, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x4e, 0x0a, 0x05, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75,
- 0x72, 0x63, 0x65, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32,
- 0x11, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a,
- 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0,
- 0xe8, 0x80, 0x85, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x12, 0x72, 0x0a, 0x06,
- 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42,
- 0x27, 0x92, 0x41, 0x24, 0x2a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x32, 0x1a, 0xe8, 0xb5,
- 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xa0, 0x87, 0xe7,
- 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73,
- 0x12, 0x86, 0x01, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
- 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x6e,
+ 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x79,
+ 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x17, 0x20,
+ 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x2e, 0x41, 0x6e,
0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x2c,
0x92, 0x41, 0x29, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84,
0xe6, 0xb3, 0xa8, 0xe8, 0xa7, 0xa3, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0b, 0x61, 0x6e,
0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x51, 0x0a, 0x09, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62,
+ 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62,
0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41,
0x74, 0x74, 0x72, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41,
0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0xb1, 0x9e, 0xe6, 0x80,
- 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x7d, 0x0a, 0x12,
+ 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x61, 0x0a, 0x12,
0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c,
- 0x65, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
- 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56,
- 0x61, 0x6c, 0x75, 0x65, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6,
- 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba,
- 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68,
- 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x8b, 0x01, 0x0a, 0x16,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53,
- 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74,
+ 0x65, 0x64, 0x18, 0x19, 0x20, 0x01, 0x28, 0x08, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
+ 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8, 0xe9,
+ 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12,
+ 0x87, 0x01, 0x0a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x1a, 0x20, 0x03, 0x28, 0x0b,
+ 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9,
0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd,
@@ -12761,146 +12339,926 @@ var file_bcsproject_proto_rawDesc = []byte{
0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61,
0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x39, 0x92, 0x41, 0x36, 0x0a, 0x34, 0x2a, 0x19, 0x55, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x17, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x22,
- 0xec, 0x0c, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f, 0x0a, 0x09, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0x92,
- 0x41, 0x15, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0xfa, 0x42, 0x16, 0x72, 0x14, 0x32, 0x0f, 0x5e, 0x5b,
- 0x30, 0x2d, 0x39, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x2d, 0x5d, 0x2b, 0x24, 0x98, 0x01, 0x20,
- 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x5b, 0x0a, 0x0a, 0x62,
- 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44,
- 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a,
- 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8,
- 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75,
- 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x3a, 0x0a, 0x08, 0x6d, 0x61, 0x6e, 0x61,
- 0x67, 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a,
- 0x08, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x32, 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0xe7, 0xae, 0xa1, 0xe7, 0x90, 0x86, 0xe5, 0x91, 0x98, 0x52, 0x08, 0x6d, 0x61, 0x6e, 0x61,
- 0x67, 0x65, 0x72, 0x73, 0x12, 0x54, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x40, 0x92, 0x41, 0x36, 0x2a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7,
- 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8,
- 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04,
- 0x72, 0x02, 0x18, 0x40, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28,
- 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5,
- 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf,
- 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36,
- 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x43, 0x6f, 0x64, 0x65, 0x12, 0x92, 0x01, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52, 0x65,
- 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61,
- 0x6c, 0x75, 0x65, 0x42, 0x5a, 0x92, 0x41, 0x57, 0x2a, 0x08, 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52,
- 0x65, 0x73, 0x32, 0x4b, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8,
- 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0xe6, 0x8f, 0x90, 0xe4, 0xbe, 0x9b, 0xe7, 0x9a, 0x84, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0xb1, 0xa0, 0x2c, 0x20, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81,
- 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe8, 0xae, 0xa1, 0xe8,
- 0xb4, 0xb9, 0x2c, 0x20, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x52,
- 0x08, 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52, 0x65, 0x73, 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x65, 0x73,
- 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x24,
- 0x92, 0x41, 0x21, 0x2a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e,
- 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xae, 0x80, 0xe8, 0xa6, 0x81, 0xe6, 0x8f,
- 0x8f, 0xe8, 0xbf, 0xb0, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
- 0x6e, 0x12, 0x6f, 0x0a, 0x09, 0x69, 0x73, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x08,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
- 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65,
- 0x42, 0x35, 0x92, 0x41, 0x32, 0x2a, 0x09, 0x69, 0x73, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65,
- 0x32, 0x25, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0xb7,
- 0xb2, 0xe7, 0xbb, 0x8f, 0xe4, 0xb8, 0x8b, 0xe7, 0xba, 0xbf, 0x2c, 0x20, 0xe9, 0xbb, 0x98, 0xe8,
- 0xae, 0xa4, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x52, 0x09, 0x69, 0x73, 0x4f, 0x66, 0x66, 0x6c, 0x69,
- 0x6e, 0x65, 0x12, 0x62, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x4e, 0x92, 0x41, 0x4b, 0x2a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x32, 0x43, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xb1, 0xbb, 0xe5,
- 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0xaf, 0xe9, 0x80, 0x89, 0x6b, 0x38, 0x73, 0x2f, 0x6d, 0x65,
- 0x73, 0x6f, 0x73, 0x2c, 0x20, 0xe6, 0x9c, 0xaa, 0xe6, 0x9d, 0xa5, 0xe8, 0xaf, 0xa5, 0xe5, 0xad,
- 0x97, 0xe6, 0xae, 0xb5, 0xe5, 0x8f, 0xaf, 0xe8, 0x83, 0xbd, 0xe5, 0xba, 0x9f, 0xe5, 0xbc, 0x83,
- 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x6b, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73,
- 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c,
- 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x23, 0x92, 0x41, 0x20, 0x2a, 0x06, 0x6c, 0x61, 0x62,
- 0x65, 0x6c, 0x73, 0x32, 0x16, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0xe7, 0x9a, 0x84, 0xe6,
- 0xa0, 0x87, 0xe7, 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x06, 0x6c, 0x61, 0x62,
- 0x65, 0x6c, 0x73, 0x12, 0x7f, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x6e, 0x6e,
- 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x28, 0x92,
- 0x41, 0x25, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32,
- 0x16, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0xe7, 0x9a, 0x84, 0xe6, 0xb3, 0xa8, 0xe8, 0xa7,
- 0xa3, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
- 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x51, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74,
- 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x42, 0x1c,
- 0x92, 0x41, 0x19, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c,
- 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x52, 0x09, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x61, 0x0a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x0d, 0x20,
- 0x01, 0x28, 0x08, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53,
- 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98,
- 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6,
- 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61,
- 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x8b, 0x01, 0x0a, 0x16, 0x71,
+ 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x3b, 0x92, 0x41, 0x38, 0x0a, 0x36, 0x2a, 0x0c, 0x50, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x26, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x28, 0xe6, 0x94,
+ 0xaf, 0xe6, 0x8c, 0x81, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b,
+ 0x29, 0x22, 0x8e, 0x02, 0x0a, 0x09, 0x4e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12,
+ 0x36, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x49, 0x64, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x3f, 0x0a, 0x0b, 0x6e, 0x6f, 0x64, 0x65, 0x47,
+ 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1d, 0x92, 0x41,
+ 0x1a, 0x2a, 0x0b, 0x6e, 0x6f, 0x64, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x32, 0x0b,
+ 0xe8, 0x8a, 0x82, 0xe7, 0x82, 0xb9, 0xe6, 0xb1, 0xa0, 0x49, 0x44, 0x52, 0x0b, 0x6e, 0x6f, 0x64,
+ 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x08, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a,
+ 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x32, 0x15, 0xe6, 0x9c, 0xba, 0xe5, 0x9e,
+ 0x8b, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d,
+ 0x52, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x12, 0x46, 0x0a, 0x09, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x28, 0x92,
+ 0x41, 0x25, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x32, 0x18, 0xe6,
+ 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe7, 0x9a,
+ 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73,
+ 0x65, 0x64, 0x22, 0xac, 0x03, 0x0a, 0x0d, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f,
+ 0x75, 0x72, 0x63, 0x65, 0x12, 0x7b, 0x0a, 0x0d, 0x7a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f,
+ 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63,
+ 0x65, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x35, 0x92, 0x41, 0x32,
+ 0x2a, 0x0d, 0x7a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x32,
+ 0x21, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe6, 0x89, 0x80, 0xe5, 0x9c, 0xa8, 0xe5, 0x8f, 0xaf,
+ 0xe7, 0x94, 0xa8, 0xe5, 0x8c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe7,
+ 0xbd, 0xae, 0x52, 0x0d, 0x7a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
+ 0x73, 0x12, 0x5e, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69,
+ 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x63, 0x70, 0x75,
+ 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b, 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0x9a, 0x84, 0x63, 0x70, 0x75, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x63, 0x70,
+ 0x75, 0x12, 0x5e, 0x0a, 0x03, 0x6d, 0x65, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69,
+ 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x6d, 0x65, 0x6d,
+ 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b, 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0x9a, 0x84, 0x6d, 0x65, 0x6d, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x6d, 0x65,
+ 0x6d, 0x12, 0x5e, 0x0a, 0x03, 0x67, 0x70, 0x75, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69,
+ 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x03, 0x67, 0x70, 0x75,
+ 0x32, 0x2a, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x8b, 0xe8, 0xaf, 0xa5, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0x9a, 0x84, 0x67, 0x70, 0x75, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x03, 0x67, 0x70,
+ 0x75, 0x22, 0xd9, 0x02, 0x0a, 0x0d, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x72, 0x61, 0x74,
+ 0x65, 0x67, 0x79, 0x12, 0xad, 0x01, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x54, 0x69,
+ 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
+ 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x49, 0x6e, 0x74, 0x36, 0x34,
+ 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x70, 0x92, 0x41, 0x6d, 0x2a, 0x0a, 0x65, 0x78, 0x70, 0x65,
+ 0x63, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x5f, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x9c, 0x9f,
+ 0xe6, 0x9c, 0x9b, 0xe7, 0x94, 0x9f, 0xe6, 0x95, 0x88, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x2c,
+ 0x20, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0xe6, 0x88, 0xb3, 0xe3, 0x80, 0x82, 0xe8, 0x8b, 0xa5,
+ 0xe4, 0xb8, 0xba, 0x6e, 0x69, 0x6c, 0x20, 0xe6, 0x88, 0x96, 0xe8, 0x80, 0x85, 0xe4, 0xb8, 0xba,
+ 0xe7, 0xa9, 0xba, 0xe5, 0x88, 0x99, 0xe6, 0xa0, 0x87, 0xe8, 0xaf, 0x86, 0xe5, 0xae, 0xa1, 0xe6,
+ 0x89, 0xb9, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe5, 0x90, 0x8e, 0xe7, 0xab, 0x8b, 0xe5, 0x8d,
+ 0xb3, 0xe6, 0x89, 0xa7, 0xe8, 0xa1, 0x8c, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x54,
+ 0x69, 0x6d, 0x65, 0x12, 0x97, 0x01, 0x0a, 0x11, 0x49, 0x73, 0x55, 0x72, 0x67, 0x65, 0x6e, 0x63,
+ 0x79, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x42,
+ 0x69, 0x92, 0x41, 0x66, 0x2a, 0x11, 0x69, 0x73, 0x55, 0x72, 0x67, 0x65, 0x6e, 0x63, 0x79, 0x52,
+ 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x32, 0x51, 0xe8, 0xaf, 0xa5, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe4, 0xb8, 0xba,
+ 0xe7, 0xb4, 0xa7, 0xe6, 0x80, 0xa5, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x2c, 0xe8, 0x8b, 0xa5,
+ 0xe4, 0xb8, 0xba, 0xe7, 0xb4, 0xa7, 0xe6, 0x80, 0xa5, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xef,
+ 0xbc, 0x8c, 0xe8, 0xae, 0xa1, 0xe8, 0xb4, 0xb9, 0xe6, 0x96, 0xb9, 0xe5, 0xbc, 0x8f, 0xe6, 0x9c,
+ 0x89, 0xe6, 0x89, 0x80, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0x52, 0x11, 0x49, 0x73, 0x55, 0x72,
+ 0x67, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0xc2, 0x07,
+ 0x0a, 0x12, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x43, 0x6f,
+ 0x6e, 0x66, 0x69, 0x67, 0x12, 0x2b, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f,
+ 0x6e, 0x32, 0x06, 0xe5, 0x9c, 0xb0, 0xe5, 0x9f, 0x9f, 0x52, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f,
+ 0x6e, 0x12, 0x3d, 0x0a, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70,
+ 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0x92, 0x41, 0x16, 0x2a, 0x0c, 0x69, 0x6e,
+ 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x32, 0x06, 0xe6, 0x9c, 0xba, 0xe5,
+ 0x9e, 0x8b, 0x52, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65,
+ 0x12, 0x67, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x55, 0x92,
+ 0x41, 0x52, 0x2a, 0x03, 0x63, 0x70, 0x75, 0x32, 0x4b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x63,
+ 0x70, 0x75, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e, 0xe6, 0x9c,
+ 0xba, 0xe5, 0x9e, 0x8b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65,
+ 0xe4, 0xba, 0x92, 0xe6, 0x96, 0xa5, 0xef, 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e, 0x73, 0x74,
+ 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88, 0xe7, 0xba,
+ 0xa7, 0xe9, 0xab, 0x98, 0x52, 0x03, 0x63, 0x70, 0x75, 0x12, 0x67, 0x0a, 0x03, 0x6d, 0x65, 0x6d,
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x03, 0x6d, 0x65, 0x6d,
+ 0x32, 0x4b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x6d, 0x65, 0x6d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
+ 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e, 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x69, 0x6e, 0x73,
+ 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xba, 0x92, 0xe6, 0x96, 0xa5, 0xef,
+ 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70,
+ 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88, 0xe7, 0xba, 0xa7, 0xe9, 0xab, 0x98, 0x52, 0x03, 0x6d,
+ 0x65, 0x6d, 0x12, 0x77, 0x0a, 0x03, 0x67, 0x70, 0x75, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x42,
+ 0x65, 0x92, 0x41, 0x62, 0x2a, 0x03, 0x67, 0x70, 0x75, 0x32, 0x5b, 0xe6, 0x9c, 0xba, 0xe5, 0x9e,
+ 0x8b, 0x67, 0x70, 0x75, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8e,
+ 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79,
+ 0x70, 0x65, 0xe4, 0xba, 0x92, 0xe6, 0x96, 0xa5, 0xef, 0xbc, 0x8c, 0xe6, 0xaf, 0x94, 0x69, 0x6e,
+ 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0xe4, 0xbc, 0x98, 0xe5, 0x85, 0x88,
+ 0xe7, 0xba, 0xa7, 0xe9, 0xab, 0x98, 0xef, 0xbc, 0x8c, 0xe5, 0x8f, 0xaf, 0xe4, 0xbb, 0xa5, 0xe4,
+ 0xbc, 0x9a, 0xe4, 0xb8, 0xba, 0x30, 0x52, 0x03, 0x67, 0x70, 0x75, 0x12, 0x30, 0x0a, 0x06, 0x7a,
+ 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15,
+ 0x2a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x32, 0x0b, 0xe5, 0x8f, 0xaf, 0xe7, 0x94, 0xa8,
+ 0xe5, 0x8c, 0xba, 0x49, 0x64, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x3a, 0x0a,
+ 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0f,
+ 0xe5, 0x8f, 0xaf, 0xe7, 0x94, 0xa8, 0xe5, 0x8c, 0xba, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52,
+ 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x40, 0x0a, 0x08, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x24, 0x92, 0x41, 0x21,
+ 0x2a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x32, 0x15, 0xe6, 0x9c, 0xba, 0xe5,
+ 0x9e, 0x8b, 0xe7, 0x94, 0xb3, 0xe8, 0xaf, 0xb7, 0xe7, 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
+ 0x9d, 0x52, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x12, 0x46, 0x0a, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x28,
+ 0x92, 0x41, 0x25, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x32, 0x18,
+ 0xe6, 0x9c, 0xba, 0xe5, 0x9e, 0x8b, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe7,
+ 0x9a, 0x84, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55,
+ 0x73, 0x65, 0x64, 0x12, 0x89, 0x01, 0x0a, 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69,
+ 0x73, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x42, 0x53,
+ 0x92, 0x41, 0x50, 0x2a, 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x32,
+ 0x42, 0xe7, 0xb3, 0xbb, 0xe7, 0xbb, 0x9f, 0xe7, 0x9b, 0x98, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0xef, 0xbc, 0x8c, 0x42, 0x43, 0x53, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe8, 0xae, 0xbe, 0xe7,
+ 0xbd, 0xae, 0xe4, 0xb8, 0xba, 0xe9, 0xab, 0x98, 0xe6, 0x80, 0xa7, 0xe8, 0x83, 0xbd, 0xe4, 0xba,
+ 0x91, 0xe7, 0x9b, 0x98, 0xef, 0xbc, 0x8c, 0xe5, 0xa4, 0xa7, 0xe5, 0xb0, 0x8f, 0xe4, 0xb8, 0xba,
+ 0x35, 0x30, 0x47, 0x52, 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x44, 0x69, 0x73, 0x6b, 0x12,
+ 0x71, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x18, 0x0b, 0x20, 0x03,
+ 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x44, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x42, 0x3d, 0x92, 0x41, 0x3a, 0x2a, 0x09, 0x64,
+ 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x73, 0x32, 0x2d, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae,
+ 0xe7, 0x9b, 0x98, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe6, 0x97, 0xa0, 0xe9,
+ 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe8, 0xae, 0xbe, 0xe7, 0xbd, 0xae, 0xe5, 0x88, 0x99, 0xe4, 0xb8,
+ 0x8d, 0xe8, 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73,
+ 0x6b, 0x73, 0x22, 0x8a, 0x02, 0x0a, 0x08, 0x44, 0x61, 0x74, 0x61, 0x44, 0x69, 0x73, 0x6b, 0x12,
+ 0x95, 0x01, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x79, 0x92, 0x41, 0x76, 0x2a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x54, 0x79, 0x70,
+ 0x65, 0x32, 0x6a, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0xe7, 0x9b, 0x98, 0xe7, 0xb1, 0xbb, 0xe5,
+ 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0x4c, 0x4f, 0x43, 0x41, 0x4c, 0x5f, 0x42, 0x41, 0x53, 0x49, 0x43,
+ 0xef, 0xbc, 0x88, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xef, 0xbc, 0x89, 0x2c, 0x4c, 0x4f, 0x43,
+ 0x41, 0x4c, 0x5f, 0x53, 0x53, 0x44, 0x2c, 0x43, 0x4c, 0x4f, 0x55, 0x44, 0x5f, 0x42, 0x41, 0x53,
+ 0x45, 0x2c, 0x43, 0x4c, 0x4f, 0x55, 0x44, 0x5f, 0x53, 0x53, 0x44, 0x2c, 0x43, 0x4c, 0x4f, 0x55,
+ 0x44, 0x5f, 0x50, 0x52, 0x45, 0x4d, 0x49, 0x55, 0x4d, 0x28, 0xe9, 0xab, 0x98, 0xe6, 0x80, 0xa7,
+ 0xe8, 0x83, 0xbd, 0xe4, 0xba, 0x91, 0xe7, 0xa1, 0xac, 0xe7, 0x9b, 0x98, 0x29, 0x52, 0x08, 0x64,
+ 0x69, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x66, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x53,
+ 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4a, 0x92, 0x41, 0x47, 0x2a, 0x08,
+ 0x64, 0x69, 0x73, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x32, 0x3b, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae,
+ 0xe7, 0x9b, 0x98, 0xe5, 0xa4, 0xa7, 0xe5, 0xb0, 0x8f, 0xef, 0xbc, 0x8c, 0x31, 0x30, 0x47, 0xe8,
+ 0xb5, 0xb7, 0xe8, 0xb7, 0xb3, 0xef, 0xbc, 0x8c, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe4, 0xb8,
+ 0xba, 0x30, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xba, 0x30, 0xe6, 0x97, 0xb6, 0xe4, 0xb8, 0x8d, 0xe8,
+ 0xb4, 0xad, 0xe4, 0xb9, 0xb0, 0x52, 0x08, 0x64, 0x69, 0x73, 0x6b, 0x53, 0x69, 0x7a, 0x65, 0x22,
+ 0xff, 0x01, 0x0a, 0x0a, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e,
+ 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20,
+ 0x0a, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02, 0x20,
+ 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x55,
+ 0x73, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x65, 0x76, 0x69, 0x63,
+ 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x65, 0x64, 0x12, 0x46, 0x0a, 0x0a, 0x61, 0x74,
+ 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x76, 0x69,
+ 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65,
+ 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74,
+ 0x65, 0x73, 0x1a, 0x3d, 0x0a, 0x0f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73,
+ 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38,
+ 0x01, 0x22, 0xe2, 0x10, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
+ 0x66, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x48, 0x92, 0x41, 0x3b, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61,
+ 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8,
+ 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7,
+ 0xac, 0xa6, 0xfa, 0x42, 0x07, 0x72, 0x05, 0x10, 0x01, 0x18, 0x80, 0x50, 0x52, 0x09, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x6b, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a,
+ 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0x49, 0x44, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
+ 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4,
+ 0xbd, 0x8d, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xb8, 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa,
+ 0xe5, 0x8a, 0xa8, 0xe7, 0x94, 0x9f, 0xe6, 0x88, 0x90, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x49, 0x44, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9,
+ 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87,
+ 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5,
+ 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d,
+ 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac,
+ 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x36,
+ 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x64, 0x32, 0x08, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x49, 0x44, 0x52, 0x09, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b,
+ 0x2a, 0x0b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x0c, 0xe9,
+ 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x55, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65,
+ 0x53, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x37, 0x92, 0x41, 0x34,
+ 0x2a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x32, 0x27, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7,
+ 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xae,
+ 0xa1, 0xe7, 0x90, 0x86, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12,
+ 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x07, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
+ 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5,
+ 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4,
+ 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x5f, 0x0a, 0x0c,
+ 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
+ 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x28, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91,
+ 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42,
+ 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52,
+ 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x46, 0x0a,
+ 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
+ 0x74, 0x69, 0x6f, 0x6e, 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9,
+ 0xa2, 0x9d, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
+ 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x71, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79,
+ 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
+ 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf,
+ 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
+ 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
+ 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29, 0x52, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x6c, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76,
+ 0x69, 0x64, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x42, 0x50, 0x92, 0x41, 0x4d, 0x2a,
+ 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x32, 0x41, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0x9a, 0x84, 0xe4, 0xbe, 0x9b, 0xe5, 0xba, 0x94, 0xe5,
+ 0x95, 0x86, 0x2c, 0x20, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
+ 0x65, 0x72, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0xa4, 0x9a, 0xe7, 0xa7, 0x8d, 0xe7, 0xb1,
+ 0xbb, 0xe5, 0x9e, 0x8b, 0xe7, 0x9a, 0x84, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x08, 0x70, 0x72,
+ 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x12, 0x69, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18,
+ 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
+ 0x42, 0x38, 0x92, 0x41, 0x35, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x2c, 0xe4, 0xb8,
+ 0x8d, 0xe5, 0x90, 0x8c, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b,
+ 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0xb7, 0xe4, 0xbd, 0x93, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0xe8,
+ 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x12, 0x72, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28,
+ 0x0b, 0x32, 0x31, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43,
+ 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45,
+ 0x6e, 0x74, 0x72, 0x79, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c,
+ 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a,
+ 0x84, 0xe6, 0xa0, 0x87, 0xe7, 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x06, 0x6c,
+ 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x86, 0x01, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x2e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e,
+ 0x74, 0x72, 0x79, 0x42, 0x2c, 0x92, 0x41, 0x29, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xb3, 0xa8, 0xe8, 0xa7, 0xa3, 0xe9, 0x85, 0x8d, 0xe7, 0xbd,
+ 0xae, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x51,
+ 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28,
+ 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6,
+ 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74,
+ 0x72, 0x12, 0x7d, 0x0a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64,
+ 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
+ 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
+ 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a, 0x12,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c,
+ 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94, 0xa8,
+ 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
+ 0x12, 0x87, 0x01, 0x0a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x11, 0x20, 0x03, 0x28,
+ 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51,
0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68,
- 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x42,
- 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65,
- 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9, 0xa2,
- 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae,
- 0x52, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65,
- 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a,
- 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a, 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a,
- 0x02, 0x38, 0x01, 0x3a, 0x39, 0x92, 0x41, 0x36, 0x0a, 0x34, 0x2a, 0x19, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x17, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x22, 0xfe,
- 0x03, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x54, 0x0a, 0x07,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92,
- 0x41, 0x1e, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x13, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64,
- 0xfa, 0x42, 0x16, 0x72, 0x14, 0x18, 0x80, 0x01, 0x32, 0x0f, 0x5e, 0x5b, 0x30, 0x2d, 0x39, 0x61,
- 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x2d, 0x5d, 0x2b, 0x24, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x49, 0x64, 0x12, 0xa3, 0x01, 0x0a, 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x44, 0x65, 0x6c, 0x65, 0x74,
- 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x42, 0x7b, 0x92, 0x41, 0x78,
- 0x2a, 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f,
- 0x32, 0x66, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe4, 0xb8, 0xba, 0x66, 0x61, 0x6c, 0x73, 0x65,
- 0xe3, 0x80, 0x82, 0xe8, 0xae, 0xbe, 0xe7, 0xbd, 0xae, 0xe4, 0xb8, 0xba, 0x74, 0x72, 0x75, 0x65,
- 0xe6, 0x97, 0xb6, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe6,
- 0x89, 0x80, 0xe8, 0xae, 0xb0, 0xe5, 0xbd, 0x95, 0xe7, 0x9a, 0x84, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8d, 0xe4, 0xbc, 0x9a, 0xe8, 0xa7, 0xa6, 0xe5, 0x8f, 0x91,
- 0xe4, 0xbb, 0xbb, 0xe4, 0xbd, 0x95, 0xe8, 0x87, 0xaa, 0xe5, 0x8a, 0xa8, 0xe5, 0x8c, 0x96, 0xe6,
- 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xe3, 0x80, 0x82, 0x52, 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x44, 0x65,
- 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b, 0x69,
- 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x03, 0x20,
- 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42,
- 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70,
- 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8, 0xb7,
- 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6, 0xb5,
- 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86, 0x85,
- 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8, 0xe6,
- 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74,
- 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x3a, 0x43, 0x92, 0x41, 0x40, 0x0a,
- 0x3e, 0x2a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x17, 0xe5, 0x88,
- 0xa0, 0xe9, 0x99, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0xd2, 0x01, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x22,
- 0xec, 0x03, 0x0a, 0x14, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x74, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61,
+ 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12,
+ 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7,
+ 0xbd, 0xae, 0x52, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73,
+ 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18,
+ 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
+ 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75,
+ 0x65, 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d,
+ 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6,
+ 0xe8, 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9,
+ 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5,
+ 0x86, 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94,
+ 0xa8, 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70,
+ 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x1a, 0x39, 0x0a, 0x0b,
+ 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b,
+ 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a,
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61,
+ 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a, 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b,
+ 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a,
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61,
+ 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x5d, 0x92, 0x41, 0x5a, 0x0a, 0x58, 0x2a, 0x19,
+ 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x26, 0xe5, 0x88, 0x9b, 0xe5, 0xbb,
+ 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
+ 0x9d, 0xd2, 0x01, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xd2, 0x01, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xd9, 0x07, 0x0a, 0x09, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x41, 0x74, 0x74, 0x72, 0x12, 0xc7, 0x01, 0x0a, 0x0e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42,
+ 0x6b, 0x42, 0x69, 0x7a, 0x49, 0x44, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x9e, 0x01,
+ 0x92, 0x41, 0x9a, 0x01, 0x2a, 0x0e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69,
+ 0x7a, 0x49, 0x44, 0x73, 0x32, 0x87, 0x01, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x9d, 0xa5,
+ 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe5, 0x88, 0x97, 0xe8, 0xa1,
+ 0xa8, 0xef, 0xbc, 0x8c, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90,
+ 0x20, 0x5b, 0x61, 0x6c, 0x6c, 0x5d, 0xe4, 0xb8, 0x8d, 0xe9, 0x99, 0x90, 0xe4, 0xb8, 0x9a, 0xe5,
+ 0x8a, 0xa1, 0x3b, 0x20, 0x5b, 0x31, 0x30, 0x30, 0x31, 0x34, 0x38, 0x5d, 0xe5, 0x8f, 0xaf, 0xe4,
+ 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x31, 0x30, 0x30, 0x31, 0x34, 0x38, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a,
+ 0xa1, 0x20, 0x5b, 0x31, 0x30, 0x36, 0x38, 0x2c, 0x20, 0x31, 0x30, 0x30, 0x31, 0x34, 0x38, 0x5d,
+ 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5, 0x8f, 0xaf, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0xe4,
+ 0xba, 0x8e, 0xe5, 0xa4, 0x9a, 0xe4, 0xb8, 0xaa, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x52, 0x0e,
+ 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x49, 0x44, 0x73, 0x12, 0x5b,
+ 0x0a, 0x10, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x10, 0x53,
+ 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x32,
+ 0x18, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x9d, 0xa5, 0xe6, 0xba, 0x90, 0xe4, 0xb8, 0x9a,
+ 0xe5, 0x8a, 0xa1, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x10, 0x53, 0x6f, 0x75, 0x72, 0x63,
+ 0x65, 0x42, 0x6b, 0x42, 0x69, 0x7a, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x73, 0x0a, 0x0b, 0x63,
+ 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x51, 0x92, 0x41, 0x4e, 0x2a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54, 0x79,
+ 0x70, 0x65, 0x32, 0x3f, 0xe8, 0xae, 0xa1, 0xe7, 0xae, 0x97, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b,
+ 0xef, 0xbc, 0x8c, 0xe8, 0xae, 0xa1, 0xe7, 0xae, 0x97, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x20,
+ 0x5b, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x20, 0xe9, 0x80, 0x9a, 0xe7, 0xae, 0x97, 0x2c,
+ 0x20, 0x49, 0x6e, 0x74, 0x65, 0x6c, 0x6c, 0x69, 0x67, 0x65, 0x6e, 0x74, 0xe6, 0x99, 0xba, 0xe7,
+ 0xae, 0x97, 0x5d, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x54, 0x79, 0x70, 0x65,
+ 0x12, 0xc4, 0x01, 0x0a, 0x14, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x8f, 0x01, 0x92, 0x41, 0x8b, 0x01, 0x2a, 0x14, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
+ 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x32, 0x73, 0xe8, 0xb4,
+ 0xad, 0xe4, 0xb9, 0xb0, 0xe6, 0x97, 0xb6, 0xe9, 0x95, 0xbf, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b,
+ 0xef, 0xbc, 0x8c, 0xe3, 0x80, 0x90, 0x6f, 0x6e, 0x63, 0x65, 0xe4, 0xb8, 0x80, 0xe6, 0xac, 0xa1,
+ 0xe6, 0x80, 0xa7, 0xe3, 0x80, 0x81, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x69, 0x63, 0xe5, 0x91,
+ 0xa8, 0xe6, 0x9c, 0x9f, 0xe6, 0x80, 0xa7, 0xe3, 0x80, 0x91, 0x20, 0xe7, 0x9b, 0xae, 0xe5, 0x89,
+ 0x8d, 0xe5, 0xaf, 0xb9, 0xe4, 0xba, 0x8e, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe9, 0xa2, 0x9d,
+ 0xe5, 0xba, 0xa6, 0xe6, 0x9d, 0xa5, 0xe8, 0xaf, 0xb4, 0xe4, 0xbb, 0x85, 0xe6, 0x94, 0xaf, 0xe6,
+ 0x8c, 0x81, 0xe4, 0xb8, 0x80, 0xe6, 0xac, 0xa1, 0xe6, 0x80, 0xa7, 0xe8, 0xb4, 0xad, 0xe4, 0xb9,
+ 0xb0, 0x52, 0x14, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74,
+ 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x8a, 0x01, 0x0a, 0x18, 0x70, 0x75, 0x72, 0x63,
+ 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74,
+ 0x69, 0x6e, 0x67, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4e, 0x92, 0x41, 0x4b, 0x2a,
+ 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
+ 0x6e, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x32, 0x2f, 0xe8, 0xb4, 0xad, 0xe4, 0xb9,
+ 0xb0, 0xe6, 0x97, 0xb6, 0xe9, 0x95, 0xbf, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x2c, 0x20, 0xe5,
+ 0x8f, 0xaf, 0xe8, 0x83, 0xbd, 0xe5, 0xad, 0x98, 0xe5, 0x9c, 0xa8, 0xe4, 0xb8, 0x8d, 0xe9, 0x99,
+ 0x90, 0xe5, 0x88, 0xb6, 0xe6, 0x97, 0xb6, 0xe9, 0x95, 0xbf, 0x52, 0x18, 0x70, 0x75, 0x72, 0x63,
+ 0x68, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x74,
+ 0x69, 0x6e, 0x67, 0x73, 0x12, 0x60, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
+ 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x42, 0x92, 0x41, 0x3f, 0x2a, 0x09, 0x73, 0x74,
+ 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x32, 0xe5, 0xbc, 0x80, 0xe5, 0xa7, 0x8b, 0xe4,
+ 0xbe, 0x9b, 0xe5, 0xba, 0x94, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x20, 0x55, 0x54, 0x43, 0xe6,
+ 0xa0, 0xbc, 0xe5, 0xbc, 0x8f, 0xef, 0xbc, 0x9a, 0x32, 0x30, 0x32, 0x34, 0x2d, 0x30, 0x31, 0x2d,
+ 0x32, 0x35, 0x20, 0x32, 0x33, 0x3a, 0x35, 0x39, 0x3a, 0x35, 0x39, 0x52, 0x09, 0x73, 0x74, 0x61,
+ 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x5a, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d,
+ 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x07, 0x65, 0x6e,
+ 0x64, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x32, 0xe6, 0x88, 0xaa, 0xe6, 0xad, 0xa2, 0xe4, 0xbe, 0x9b,
+ 0xe5, 0xba, 0x94, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x20, 0x55, 0x54, 0x43, 0xe6, 0xa0, 0xbc,
+ 0xe5, 0xbc, 0x8f, 0xef, 0xbc, 0x9a, 0x32, 0x30, 0x32, 0x34, 0x2d, 0x30, 0x31, 0x2d, 0x33, 0x31,
+ 0x20, 0x32, 0x33, 0x3a, 0x35, 0x39, 0x3a, 0x35, 0x39, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69,
+ 0x6d, 0x65, 0x3a, 0x1e, 0x92, 0x41, 0x1b, 0x0a, 0x19, 0x2a, 0x09, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0xb1, 0x9e, 0xe6,
+ 0x80, 0xa7, 0x22, 0x94, 0x01, 0x0a, 0x0a, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x6d, 0x69,
+ 0x74, 0x12, 0x49, 0x0a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x03, 0x42, 0x2d, 0x92, 0x41, 0x2a, 0x2a, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e,
+ 0x75, 0x6d, 0x32, 0x1e, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f,
+ 0xef, 0xbc, 0x88, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe6, 0x95, 0xb0, 0xe9, 0x87, 0x8f, 0xef,
+ 0xbc, 0x89, 0x52, 0x08, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x75, 0x6d, 0x3a, 0x3b, 0x92, 0x41,
+ 0x38, 0x0a, 0x36, 0x2a, 0x0c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x32, 0x26, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4,
+ 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x28, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe4, 0xb8, 0x8d, 0xe5,
+ 0x90, 0x8c, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x29, 0x22, 0xbd, 0x06, 0x0a, 0x12, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x12, 0x36, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x52, 0x09, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x3e, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1c, 0x92,
+ 0x41, 0x19, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32,
+ 0x0a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x40, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0x92,
+ 0x41, 0x1b, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x32,
+ 0x0c, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x0b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x7b, 0x0a, 0x0d, 0x73, 0x68,
+ 0x61, 0x72, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x55, 0x92, 0x41, 0x52, 0x2a, 0x0d, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x72,
+ 0x61, 0x74, 0x65, 0x67, 0x79, 0x32, 0x41, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0xad, 0x96,
+ 0xe7, 0x95, 0xa5, 0x20, 0x5b, 0x65, 0x6c, 0x61, 0x73, 0x74, 0x69, 0x63, 0xe5, 0xbc, 0xb9, 0xe6,
+ 0x80, 0xa7, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe6, 0xa8, 0xa1, 0xe5, 0xbc, 0x8f, 0x2c, 0x20,
+ 0x72, 0x69, 0x67, 0x69, 0x64, 0xe5, 0x88, 0x9a, 0xe6, 0x80, 0xa7, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
+ 0xab, 0xe6, 0xa8, 0xa1, 0xe5, 0xbc, 0x8f, 0x5d, 0x52, 0x0d, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53,
+ 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x5b, 0x0a, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65,
+ 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69,
+ 0x6d, 0x69, 0x74, 0x42, 0x23, 0x92, 0x41, 0x20, 0x2a, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c,
+ 0x69, 0x6d, 0x69, 0x74, 0x32, 0x12, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe4, 0xb8, 0x8a, 0xe9,
+ 0x99, 0x90, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0a, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c,
+ 0x69, 0x6d, 0x69, 0x74, 0x12, 0x55, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75,
+ 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x6d, 0x69, 0x74,
+ 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a, 0x0a, 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e,
+ 0x74, 0x32, 0x0c, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52,
+ 0x0a, 0x75, 0x73, 0x65, 0x64, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4f, 0x0a, 0x0e, 0x73,
+ 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x0e, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53,
+ 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x12, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab,
+ 0xe5, 0xbc, 0x80, 0xe5, 0xa7, 0x8b, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0e, 0x73, 0x68,
+ 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x49, 0x0a, 0x0c,
+ 0x73, 0x68, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x25, 0x92, 0x41, 0x22, 0x2a, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65, 0x45, 0x6e,
+ 0x64, 0x54, 0x69, 0x6d, 0x65, 0x32, 0x12, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0xbb, 0x93,
+ 0xe6, 0x9d, 0x9f, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4, 0x52, 0x0c, 0x73, 0x68, 0x61, 0x72, 0x65,
+ 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x6b, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
+ 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x06, 0x73, 0x74,
+ 0x61, 0x74, 0x75, 0x73, 0x32, 0x46, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0x8a, 0xb6, 0xe6,
+ 0x80, 0x81, 0xef, 0xbc, 0x8c, 0x5b, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0xe7, 0x94, 0x9f, 0xe6,
+ 0x95, 0x88, 0xe4, 0xb8, 0xad, 0x2c, 0x20, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0xe5, 0xb7,
+ 0xb2, 0xe8, 0xbf, 0x87, 0xe6, 0x9c, 0x9f, 0x2c, 0x20, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64,
+ 0x65, 0x64, 0xe5, 0xb7, 0xb2, 0xe6, 0x9a, 0x82, 0xe5, 0x81, 0x9c, 0x5d, 0x52, 0x06, 0x73, 0x74,
+ 0x61, 0x74, 0x75, 0x73, 0x3a, 0x33, 0x92, 0x41, 0x30, 0x0a, 0x2e, 0x2a, 0x12, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x32,
+ 0x18, 0xe8, 0xa2, 0xab, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9,
+ 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x22, 0x97, 0x01, 0x0a, 0x16, 0x47, 0x65,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x49, 0x64, 0x32, 0x0d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x49, 0x44, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x3a, 0x46, 0x92, 0x41, 0x43,
+ 0x0a, 0x41, 0x2a, 0x16, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8,
+ 0xaf, 0xa2, 0xe6, 0x8c, 0x87, 0xe5, 0xae, 0x9a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xd2, 0x01, 0x07, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x49, 0x64, 0x22, 0x50, 0x0a, 0x16, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
+ 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x36, 0x0a,
+ 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x06, 0x76,
+ 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0xbe, 0x08, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x49, 0x64, 0x32, 0x0d, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49,
+ 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x54, 0x0a, 0x04, 0x6e, 0x61,
+ 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x40, 0x92, 0x41, 0x36, 0x2a, 0x04, 0x6e,
+ 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe6, 0x96,
+ 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4,
+ 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97,
+ 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x40, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
+ 0x12, 0x4e, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
+ 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x1d, 0x92, 0x41, 0x1a, 0x2a,
+ 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x11, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32,
+ 0x09, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe8, 0x80, 0x85, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61,
+ 0x74, 0x65, 0x72, 0x12, 0x72, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x05, 0x20,
+ 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c,
+ 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x06, 0x6c, 0x61, 0x62,
+ 0x65, 0x6c, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0xe7, 0x9a, 0x84, 0xe6, 0xa0, 0x87, 0xe7, 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52,
+ 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x86, 0x01, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x2e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
+ 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x2c, 0x92, 0x41, 0x29, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x1a, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe6, 0xb3, 0xa8, 0xe8, 0xa7, 0xa3, 0xe9, 0x85, 0x8d,
+ 0xe7, 0xbd, 0xae, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
+ 0x12, 0x51, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18, 0x07, 0x20,
+ 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a,
+ 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa2, 0x9d, 0xe5,
+ 0xba, 0xa6, 0xe5, 0xb1, 0x9e, 0xe6, 0x80, 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41,
+ 0x74, 0x74, 0x72, 0x12, 0x7d, 0x0a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
+ 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
+ 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
+ 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x31, 0x92, 0x41, 0x2e,
+ 0x2a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61,
+ 0x62, 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7,
+ 0x94, 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c,
+ 0x65, 0x64, 0x12, 0x8b, 0x01, 0x0a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72,
+ 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20,
+ 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x4c, 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4,
+ 0xba, 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53,
+ 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74,
+ 0x1a, 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
+ 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
+ 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a, 0x10, 0x41,
+ 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
+ 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
+ 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x39, 0x92, 0x41, 0x36,
+ 0x0a, 0x34, 0x2a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x17, 0xe6,
+ 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x22, 0xec, 0x0c, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x12, 0x4f, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0x92, 0x41, 0x15, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x49, 0x44, 0x32, 0x08, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0xfa, 0x42,
+ 0x16, 0x72, 0x14, 0x32, 0x0f, 0x5e, 0x5b, 0x30, 0x2d, 0x39, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a,
+ 0x2d, 0x5d, 0x2b, 0x24, 0x98, 0x01, 0x20, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x49, 0x44, 0x12, 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44,
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73,
+ 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7,
+ 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d,
+ 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1,
+ 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12,
+ 0x3a, 0x0a, 0x08, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x1e, 0x92, 0x41, 0x1b, 0x2a, 0x08, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73,
+ 0x32, 0x0f, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xae, 0xa1, 0xe7, 0x90, 0x86, 0xe5, 0x91,
+ 0x98, 0x52, 0x08, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x73, 0x12, 0x54, 0x0a, 0x04, 0x6e,
+ 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x40, 0x92, 0x41, 0x36, 0x2a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x2e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe6,
+ 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6,
+ 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad,
+ 0x97, 0xe7, 0xac, 0xa6, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x18, 0x40, 0x52, 0x04, 0x6e, 0x61, 0x6d,
+ 0x65, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9,
+ 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4,
+ 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd,
+ 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x36, 0x34, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x92, 0x01, 0x0a, 0x08,
+ 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52, 0x65, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
+ 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
+ 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x5a, 0x92, 0x41, 0x57, 0x2a,
+ 0x08, 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52, 0x65, 0x73, 0x32, 0x4b, 0xe6, 0x98, 0xaf, 0xe5, 0x90,
+ 0xa6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0xe6, 0x8f, 0x90,
+ 0xe4, 0xbe, 0x9b, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0xb1, 0xa0, 0x2c,
+ 0x20, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0xe8, 0xb5, 0x84,
+ 0xe6, 0xba, 0x90, 0xe8, 0xae, 0xa1, 0xe8, 0xb4, 0xb9, 0x2c, 0x20, 0xe9, 0xbb, 0x98, 0xe8, 0xae,
+ 0xa4, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x52, 0x08, 0x75, 0x73, 0x65, 0x42, 0x4b, 0x52, 0x65, 0x73,
+ 0x12, 0x46, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18,
+ 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x24, 0x92, 0x41, 0x21, 0x2a, 0x0b, 0x64, 0x65, 0x73, 0x63,
+ 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x32, 0x12, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7,
+ 0xae, 0x80, 0xe8, 0xa6, 0x81, 0xe6, 0x8f, 0x8f, 0xe8, 0xbf, 0xb0, 0x52, 0x0b, 0x64, 0x65, 0x73,
+ 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x6f, 0x0a, 0x09, 0x69, 0x73, 0x4f, 0x66,
+ 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
+ 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f,
+ 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x35, 0x92, 0x41, 0x32, 0x2a, 0x09, 0x69, 0x73,
+ 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x32, 0x25, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6,
+ 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0xb7, 0xb2, 0xe7, 0xbb, 0x8f, 0xe4, 0xb8, 0x8b, 0xe7, 0xba,
+ 0xbf, 0x2c, 0x20, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x52, 0x09,
+ 0x69, 0x73, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x62, 0x0a, 0x04, 0x6b, 0x69, 0x6e,
+ 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4e, 0x92, 0x41, 0x4b, 0x2a, 0x04, 0x6b, 0x69,
+ 0x6e, 0x64, 0x32, 0x43, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0xad, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x2c, 0x20, 0xe5, 0x8f, 0xaf, 0xe9, 0x80,
+ 0x89, 0x6b, 0x38, 0x73, 0x2f, 0x6d, 0x65, 0x73, 0x6f, 0x73, 0x2c, 0x20, 0xe6, 0x9c, 0xaa, 0xe6,
+ 0x9d, 0xa5, 0xe8, 0xaf, 0xa5, 0xe5, 0xad, 0x97, 0xe6, 0xae, 0xb5, 0xe5, 0x8f, 0xaf, 0xe8, 0x83,
+ 0xbd, 0xe5, 0xba, 0x9f, 0xe5, 0xbc, 0x83, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x6b, 0x0a,
+ 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x23, 0x92,
+ 0x41, 0x20, 0x2a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x32, 0x16, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0xe7, 0x9a, 0x84, 0xe6, 0xa0, 0x87, 0xe7, 0xad, 0xbe, 0xe9, 0x85, 0x8d, 0xe7,
+ 0xbd, 0xae, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x7f, 0x0a, 0x0b, 0x61, 0x6e,
+ 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32,
+ 0x33, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64,
+ 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x2e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45,
+ 0x6e, 0x74, 0x72, 0x79, 0x42, 0x28, 0x92, 0x41, 0x25, 0x2a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x16, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0xe7,
+ 0x9a, 0x84, 0xe6, 0xb3, 0xa8, 0xe8, 0xa7, 0xa3, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x0b,
+ 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x51, 0x0a, 0x09, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x41, 0x74, 0x74, 0x72, 0x42, 0x1c, 0x92, 0x41, 0x19, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x41, 0x74, 0x74, 0x72, 0x32, 0x0c, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0xb1, 0x9e,
+ 0xe6, 0x80, 0xa7, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x41, 0x74, 0x74, 0x72, 0x12, 0x61,
+ 0x0a, 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61,
+ 0x62, 0x6c, 0x65, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x42, 0x31, 0x92, 0x41, 0x2e, 0x2a,
+ 0x12, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62,
+ 0x6c, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x90, 0xaf, 0xe7, 0x94,
+ 0xa8, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0x52, 0x12, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
+ 0x64, 0x12, 0x8b, 0x01, 0x0a, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65,
+ 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0e, 0x20, 0x01,
+ 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x2f, 0x92, 0x41, 0x2c, 0x2a, 0x16, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c,
+ 0x69, 0x73, 0x74, 0x32, 0x12, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe5, 0x85, 0xb1, 0xe4, 0xba,
+ 0xab, 0xe9, 0x85, 0x8d, 0xe7, 0xbd, 0xae, 0x52, 0x16, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x68,
+ 0x61, 0x72, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x1a,
+ 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
+ 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
+ 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3e, 0x0a, 0x10, 0x41, 0x6e,
+ 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10,
+ 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
+ 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x3a, 0x39, 0x92, 0x41, 0x36, 0x0a,
+ 0x34, 0x2a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x17, 0xe6, 0x9b,
+ 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8,
+ 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x22, 0xfe, 0x03, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x12, 0x54, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x3a, 0x92, 0x41, 0x1e, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x49, 0x64, 0x32, 0x13, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0xfa, 0x42, 0x16, 0x72, 0x14, 0x18, 0x80, 0x01, 0x32,
+ 0x0f, 0x5e, 0x5b, 0x30, 0x2d, 0x39, 0x61, 0x2d, 0x7a, 0x41, 0x2d, 0x5a, 0x2d, 0x5d, 0x2b, 0x24,
+ 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0xa3, 0x01, 0x0a, 0x0e, 0x6f, 0x6e,
+ 0x6c, 0x79, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01,
+ 0x28, 0x08, 0x42, 0x7b, 0x92, 0x41, 0x78, 0x2a, 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x44, 0x65, 0x6c,
+ 0x65, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x32, 0x66, 0xe9, 0xbb, 0x98, 0xe8, 0xae, 0xa4, 0xe4,
+ 0xb8, 0xba, 0x66, 0x61, 0x6c, 0x73, 0x65, 0xe3, 0x80, 0x82, 0xe8, 0xae, 0xbe, 0xe7, 0xbd, 0xae,
+ 0xe4, 0xb8, 0xba, 0x74, 0x72, 0x75, 0x65, 0xe6, 0x97, 0xb6, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85,
+ 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe6, 0x89, 0x80, 0xe8, 0xae, 0xb0, 0xe5, 0xbd, 0x95, 0xe7,
+ 0x9a, 0x84, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0x8d, 0xe4, 0xbc,
+ 0x9a, 0xe8, 0xa7, 0xa6, 0xe5, 0x8f, 0x91, 0xe4, 0xbb, 0xbb, 0xe4, 0xbd, 0x95, 0xe8, 0x87, 0xaa,
+ 0xe5, 0x8a, 0xa8, 0xe5, 0x8c, 0x96, 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xe3, 0x80, 0x82, 0x52,
+ 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12,
+ 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72,
+ 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f,
+ 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69,
+ 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6,
+ 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8, 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5,
+ 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb,
+ 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86, 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1,
+ 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8, 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52,
+ 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61,
+ 0x6c, 0x3a, 0x43, 0x92, 0x41, 0x40, 0x0a, 0x3e, 0x2a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x32, 0x17, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xd2, 0x01, 0x07, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x22, 0xec, 0x03, 0x0a, 0x14, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+ 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
+ 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x59, 0x0a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x42, 0x2b, 0x92, 0x41, 0x28, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x20,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe8, 0xaf, 0xa6, 0xe7, 0xbb, 0x86, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8f, 0xaf, 0xe4, 0xbb, 0xa5, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba,
+ 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a,
+ 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6,
+ 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
+ 0x12, 0x54, 0x0a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17,
+ 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
+ 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x04, 0x74, 0x61,
+ 0x73, 0x6b, 0x32, 0x1c, 0xe5, 0xbc, 0x82, 0xe6, 0xad, 0xa5, 0xe4, 0xbb, 0xbb, 0xe5, 0x8a, 0xa1,
+ 0x74, 0x61, 0x73, 0x6b, 0xe8, 0xaf, 0xa6, 0xe6, 0x83, 0x85, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x52, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e,
+ 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32,
+ 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72,
+ 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e,
+ 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4,
+ 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b,
+ 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xe5, 0x05, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49,
+ 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d,
+ 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x12, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4,
+ 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x6b, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a, 0x09,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0x49, 0x44, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8,
+ 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4, 0xbd,
+ 0x8d, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0xe4, 0xb8, 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa, 0xe5,
+ 0x8a, 0xa8, 0xe7, 0x94, 0x9f, 0xe6, 0x88, 0x90, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x12, 0x78, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
+ 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0, 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7,
+ 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c, 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94,
+ 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8,
+ 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf, 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6,
+ 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5b, 0x0a,
+ 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28,
+ 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73,
+ 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a,
+ 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad,
+ 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a,
+ 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x71, 0x0a, 0x09, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92,
+ 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43, 0xe8,
+ 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae, 0xe5,
+ 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba,
+ 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9,
+ 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
+ 0x90, 0x29, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x43, 0x0a,
+ 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x27, 0x92, 0x41, 0x24, 0x2a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x32, 0x18,
+ 0xe4, 0xba, 0x91, 0xe5, 0xba, 0x95, 0xe5, 0xb1, 0x82, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6,
+ 0x8f, 0x90, 0xe4, 0xbe, 0x9b, 0xe6, 0x96, 0xb9, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
+ 0x65, 0x72, 0x3a, 0x59, 0x92, 0x41, 0x56, 0x0a, 0x54, 0x2a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x32, 0x38, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
+ 0xa2, 0xe6, 0x9d, 0xa1, 0xe4, 0xbb, 0xb6, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9,
+ 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6,
+ 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x22, 0xd3, 0x01,
+ 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74, 0x6f, 0x74,
+ 0x61, 0x6c, 0x32, 0x06, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61,
+ 0x6c, 0x12, 0x59, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03,
+ 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x42, 0x25, 0x92, 0x41,
+ 0x22, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0x17, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x95, 0xb0,
+ 0xe6, 0x8d, 0xae, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x3a, 0x35, 0x92, 0x41,
+ 0x32, 0x0a, 0x30, 0x2a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61, 0x32, 0x17, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x95, 0xb0,
+ 0xe6, 0x8d, 0xae, 0x22, 0xbd, 0x03, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+ 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42,
+ 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5,
+ 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64,
+ 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
+ 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf,
+ 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x7b, 0x0a,
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x44,
+ 0x92, 0x41, 0x41, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x39, 0xe8, 0xbf, 0x94, 0xe5, 0x9b,
+ 0x9e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f,
+ 0xe5, 0x8f, 0x8a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88,
+ 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73,
+ 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b,
+ 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb,
+ 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5,
+ 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x73, 0x22, 0xb9, 0x05, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49,
+ 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d,
+ 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x32, 0x12, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4,
+ 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90, 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x5a, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x30, 0x92, 0x41, 0x2d, 0x2a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f,
+ 0x72, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x1a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x20,
+ 0xe6, 0x88, 0x96, 0xe8, 0x80, 0x85, 0x20, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x43, 0x6f, 0x64,
+ 0x65, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f,
+ 0x64, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44,
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73,
+ 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7,
+ 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d,
+ 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1,
+ 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12,
+ 0x71, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79,
+ 0x70, 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b,
+ 0x28, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6,
+ 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85,
+ 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6,
+ 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79,
+ 0x70, 0x65, 0x12, 0x43, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x06,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69,
+ 0x64, 0x65, 0x72, 0x32, 0x18, 0xe4, 0xba, 0x91, 0xe5, 0xba, 0x95, 0xe5, 0xb1, 0x82, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x8f, 0x90, 0xe4, 0xbe, 0x9b, 0xe6, 0x96, 0xb9, 0x52, 0x08, 0x70,
+ 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x12, 0x2b, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18,
+ 0x07, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x04, 0x70, 0x61, 0x67, 0x65,
+ 0x32, 0x0c, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe9, 0xa1, 0xb5, 0xe9, 0x9d, 0xa2, 0x52, 0x04,
+ 0x70, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x08, 0x20,
+ 0x01, 0x28, 0x0d, 0x42, 0x18, 0x92, 0x41, 0x15, 0x2a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x32,
+ 0x0c, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0x52, 0x05, 0x6c,
+ 0x69, 0x6d, 0x69, 0x74, 0x3a, 0x59, 0x92, 0x41, 0x56, 0x0a, 0x54, 0x2a, 0x18, 0x4c, 0x69, 0x73,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x38, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5,
+ 0xe8, 0xaf, 0xa2, 0xe6, 0x9d, 0xa1, 0xe4, 0xbb, 0xb6, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9,
+ 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x22,
+ 0xbf, 0x03, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+ 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
+ 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
+ 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
+ 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12,
+ 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6,
+ 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x7b, 0x0a, 0x04, 0x64,
+ 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x44, 0x92, 0x41,
+ 0x41, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x39, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
+ 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f,
+ 0x8a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8,
+ 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17,
+ 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf,
+ 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40,
+ 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
+ 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5,
+ 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6,
+ 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3,
+ 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
+ 0x73, 0x22, 0xa1, 0x01, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x35,
+ 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
+ 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0d, 0xe9,
+ 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x49, 0x64, 0x3a, 0x4e, 0x92, 0x41, 0x4b, 0x0a, 0x49, 0x2a, 0x18, 0x47, 0x65,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73,
+ 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x32, 0x23, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x8c,
+ 0x87, 0xe5, 0xae, 0x9a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4,
+ 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0xd2, 0x01, 0x07, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x49, 0x64, 0x22, 0xab, 0x03, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52,
+ 0x65, 0x73, 0x70, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf,
+ 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63,
+ 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61,
+ 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf,
+ 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12,
+ 0x69, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65,
+ 0x44, 0x61, 0x74, 0x61, 0x42, 0x2e, 0x92, 0x41, 0x2b, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32,
+ 0x23, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83,
+ 0x85, 0xe5, 0x86, 0xb5, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73,
+ 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b,
+ 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb,
+ 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5,
+ 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x73, 0x22, 0x51, 0x0a, 0x11, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75,
+ 0x72, 0x63, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x7a, 0x6f, 0x6e, 0x65,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x7a, 0x6f, 0x6e, 0x65, 0x12, 0x14, 0x0a, 0x05,
+ 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d,
+ 0x52, 0x04, 0x75, 0x73, 0x65, 0x64, 0x22, 0xfc, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65,
+ 0x44, 0x61, 0x74, 0x61, 0x12, 0x2e, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c,
+ 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01,
+ 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65,
+ 0x12, 0x3d, 0x0a, 0x0a, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04,
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x73,
+ 0x61, 0x67, 0x65, 0x52, 0x0a, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12,
+ 0x10, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x63, 0x70,
+ 0x75, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x65, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03,
+ 0x6d, 0x65, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x67, 0x70, 0x75, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d,
+ 0x52, 0x03, 0x67, 0x70, 0x75, 0x22, 0xf0, 0x03, 0x0a, 0x1a, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55,
+ 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x65, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
+ 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x28, 0xe6, 0x89,
+ 0xa9, 0xe5, 0xae, 0xb9, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5, 0xae, 0xb9,
+ 0xe9, 0x87, 0x8f, 0x2c, 0xe5, 0xa2, 0x9e, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0xb9, 0xe9, 0x87, 0x8f,
+ 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x31, 0x0a,
+ 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17,
+ 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe6, 0x93,
+ 0x8d, 0xe4, 0xbd, 0x9c, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72,
+ 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70,
+ 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
+ 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f,
+ 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b,
+ 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40,
+ 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8, 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d,
+ 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4,
+ 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86, 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a,
+ 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8, 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8,
+ 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76,
+ 0x61, 0x6c, 0x3a, 0x64, 0x92, 0x41, 0x61, 0x0a, 0x5f, 0x2a, 0x1a, 0x53, 0x63, 0x61, 0x6c, 0x65,
+ 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x41, 0xe6, 0xa0, 0xb9, 0xe6, 0x8d, 0xae, 0xe4, 0xb8, 0x8d,
+ 0xe5, 0x90, 0x8c, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5,
+ 0x9e, 0x8b, 0xe5, 0xa2, 0x9e, 0xe9, 0x87, 0x8f, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84,
+ 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x98, 0x03, 0x0a, 0x1b, 0x53, 0x63, 0x61,
+ 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64,
0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7,
@@ -12908,162 +13266,53 @@ var file_bcsproject_proto_rawDesc = []byte{
0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07,
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73,
- 0x73, 0x61, 0x67, 0x65, 0x12, 0x59, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
- 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x42, 0x2b, 0x92, 0x41,
- 0x28, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x20, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe8,
- 0xaf, 0xa6, 0xe7, 0xbb, 0x86, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8f, 0xaf,
- 0xe4, 0xbb, 0xa5, 0xe4, 0xb8, 0xba, 0xe7, 0xa9, 0xba, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12,
- 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09,
- 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x54, 0x0a, 0x04, 0x74, 0x61, 0x73,
- 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74,
- 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x32, 0x1c, 0xe5, 0xbc, 0x82,
- 0xe6, 0xad, 0xa5, 0xe4, 0xbb, 0xbb, 0xe5, 0x8a, 0xa1, 0x74, 0x61, 0x73, 0x6b, 0xe8, 0xaf, 0xa6,
- 0xe6, 0x83, 0x85, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x12,
- 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d,
- 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
- 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4,
- 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98,
- 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77,
- 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xe5,
- 0x05, 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71,
- 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41,
- 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9,
- 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x40, 0x0a,
- 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65,
- 0x32, 0x12, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12,
- 0x6b, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x4d, 0x92, 0x41, 0x4a, 0x2a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x49, 0x44, 0x32, 0x3d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x2c, 0x20, 0xe5, 0x85,
- 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9, 0x95, 0xbf, 0xe5,
- 0xba, 0xa6, 0xe4, 0xb8, 0xba, 0x33, 0x32, 0xe4, 0xbd, 0x8d, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6,
- 0xe4, 0xb8, 0xb2, 0x2c, 0x20, 0xe8, 0x87, 0xaa, 0xe5, 0x8a, 0xa8, 0xe7, 0x94, 0x9f, 0xe6, 0x88,
- 0x90, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x12, 0x78, 0x0a, 0x0b,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
- 0x09, 0x42, 0x56, 0x92, 0x41, 0x53, 0x2a, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
- 0x6f, 0x64, 0x65, 0x32, 0x44, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbc, 0x96, 0xe7, 0xa0,
- 0x81, 0x28, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x29, 0x2c,
- 0x20, 0xe5, 0x85, 0xa8, 0xe5, 0xb1, 0x80, 0xe5, 0x94, 0xaf, 0xe4, 0xb8, 0x80, 0x2c, 0x20, 0xe9,
- 0x95, 0xbf, 0xe5, 0xba, 0xa6, 0xe4, 0xb8, 0x8d, 0xe8, 0x83, 0xbd, 0xe8, 0xb6, 0x85, 0xe8, 0xbf,
- 0x87, 0x33, 0x32, 0xe5, 0xad, 0x97, 0xe7, 0xac, 0xa6, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x3b, 0x92, 0x41, 0x38, 0x2a,
- 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x32, 0x2a, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a, 0x84, 0xe8, 0x93, 0x9d, 0xe9,
- 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0x49,
- 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
- 0x73, 0x49, 0x44, 0x12, 0x71, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65,
- 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50, 0x2a, 0x09, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1,
- 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d, 0xe6, 0x94, 0xaf, 0xe6, 0x8c,
- 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe3,
- 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0xbb,
- 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29, 0x52, 0x09, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x43, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
- 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x08, 0x70,
- 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x32, 0x18, 0xe4, 0xba, 0x91, 0xe5, 0xba, 0x95, 0xe5,
- 0xb1, 0x82, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x8f, 0x90, 0xe4, 0xbe, 0x9b, 0xe6, 0x96,
- 0xb9, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x3a, 0x59, 0x92, 0x41, 0x56,
- 0x0a, 0x54, 0x2a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x38, 0xe9, 0x80,
- 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x9d, 0xa1, 0xe4, 0xbb, 0xb6,
- 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5,
- 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x22, 0xd3, 0x01, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61,
- 0x12, 0x28, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42,
- 0x12, 0x92, 0x41, 0x0f, 0x2a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x06, 0xe6, 0x80, 0xbb,
- 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x59, 0x0a, 0x07, 0x72, 0x65,
- 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x42, 0x25, 0x92, 0x41, 0x22, 0x2a, 0x07, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x73, 0x32, 0x17, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x52, 0x07, 0x72, 0x65,
- 0x73, 0x75, 0x6c, 0x74, 0x73, 0x3a, 0x35, 0x92, 0x41, 0x32, 0x0a, 0x30, 0x2a, 0x15, 0x4c, 0x69,
- 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x44,
- 0x61, 0x74, 0x61, 0x32, 0x17, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x22, 0xbd, 0x03, 0x0a,
- 0x19, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f,
- 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63,
- 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf,
- 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65,
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d,
- 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b,
- 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d,
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x7b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
- 0x74, 0x61, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x04, 0x64, 0x61,
- 0x74, 0x61, 0x32, 0x39, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85,
- 0xe5, 0x90, 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a,
- 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f,
- 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32,
- 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6,
- 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62,
- 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xb9, 0x05, 0x0a,
- 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71,
- 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41,
- 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9,
- 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x40, 0x0a,
- 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
- 0x42, 0x22, 0x92, 0x41, 0x1f, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65,
- 0x32, 0x12, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xb8, 0xad, 0xe6, 0x96, 0x87, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa7, 0xb0, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x4e, 0x61, 0x6d, 0x65, 0x12,
- 0x5a, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f,
- 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x30, 0x92, 0x41, 0x2d, 0x2a, 0x0f, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x1a,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0x20, 0xe6, 0x88, 0x96, 0xe8, 0x80, 0x85, 0x20,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x5b, 0x0a, 0x0a, 0x62,
- 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42,
- 0x3b, 0x92, 0x41, 0x38, 0x2a, 0x0a, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44,
- 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0x91, 0xe5, 0xae, 0x9a, 0xe7, 0x9a,
- 0x84, 0xe8, 0x93, 0x9d, 0xe9, 0xb2, 0xb8, 0x43, 0x4d, 0x44, 0x42, 0xe4, 0xb8, 0xad, 0xe4, 0xb8,
- 0x9a, 0xe5, 0x8a, 0xa1, 0x49, 0x44, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x0a, 0x62, 0x75,
- 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x49, 0x44, 0x12, 0x71, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x53, 0x92, 0x41, 0x50,
- 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x43, 0xe8, 0xb5, 0x84,
- 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x28, 0xe7, 0x9b, 0xae, 0xe5, 0x89, 0x8d,
- 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x43, 0x41, 0xe6, 0x95, 0xb4, 0xe6, 0x9c, 0xba, 0xe8, 0xb5,
- 0x84, 0xe6, 0xba, 0x90, 0xe3, 0x80, 0x81, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0x9b, 0x86,
- 0xe7, 0xbe, 0xa4, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x29,
- 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x43, 0x0a, 0x08, 0x70,
- 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x27, 0x92,
- 0x41, 0x24, 0x2a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x32, 0x18, 0xe4, 0xba,
- 0x91, 0xe5, 0xba, 0x95, 0xe5, 0xb1, 0x82, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe6, 0x8f, 0x90,
- 0xe4, 0xbe, 0x9b, 0xe6, 0x96, 0xb9, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72,
- 0x12, 0x2b, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x17,
- 0x92, 0x41, 0x14, 0x2a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x32, 0x0c, 0xe5, 0x88, 0x86, 0xe9, 0xa1,
- 0xb5, 0xe9, 0xa1, 0xb5, 0xe9, 0x9d, 0xa2, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a,
- 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x18, 0x92, 0x41,
- 0x15, 0x2a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x32, 0x0c, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5,
- 0xe9, 0x99, 0x90, 0xe5, 0x88, 0xb6, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x3a, 0x59, 0x92,
- 0x41, 0x56, 0x0a, 0x54, 0x2a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x38,
- 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x9d, 0xa1, 0xe4,
- 0xbb, 0xb6, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb,
- 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x22, 0xbf, 0x03, 0x0a, 0x1b, 0x4c, 0x69, 0x73,
- 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32,
+ 0x73, 0x61, 0x67, 0x65, 0x12, 0x54, 0x0a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01,
+ 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
+ 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x27, 0x92, 0x41, 0x24,
+ 0x2a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x32, 0x1c, 0xe5, 0xbc, 0x82, 0xe6, 0xad, 0xa5, 0xe4, 0xbb,
+ 0xbb, 0xe5, 0x8a, 0xa1, 0x74, 0x61, 0x73, 0x6b, 0xe8, 0xaf, 0xa6, 0xe6, 0x83, 0x85, 0xe4, 0xbf,
+ 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73,
+ 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b,
+ 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb,
+ 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5,
+ 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x73, 0x22, 0xc0, 0x03, 0x0a, 0x1c, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77,
+ 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74,
+ 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71,
+ 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12, 0x52, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18,
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
+ 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x15, 0xe7, 0xbc,
+ 0xa9, 0xe5, 0xae, 0xb9, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5, 0xae, 0xb9,
+ 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14,
+ 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe6, 0x93, 0x8d, 0xe4, 0xbd,
+ 0x9c, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x12, 0x9f, 0x01,
+ 0x0a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76,
+ 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
+ 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56,
+ 0x61, 0x6c, 0x75, 0x65, 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49,
+ 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf,
+ 0xe5, 0x90, 0xa6, 0xe8, 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1,
+ 0xe6, 0x89, 0xb9, 0xe6, 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9,
+ 0x99, 0x90, 0xe5, 0x86, 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0,
+ 0x83, 0xe7, 0x94, 0xa8, 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73,
+ 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x3a,
+ 0x45, 0x92, 0x41, 0x42, 0x0a, 0x40, 0x2a, 0x1c, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77,
+ 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x32, 0x20, 0xe7, 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
+ 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x9a, 0x03, 0x0a, 0x1d, 0x53, 0x63, 0x61, 0x6c, 0x65,
+ 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64,
0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7,
@@ -13071,1007 +13320,836 @@ var file_bcsproject_proto_rawDesc = []byte{
0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07,
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9,
0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73,
- 0x73, 0x61, 0x67, 0x65, 0x12, 0x7b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
- 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
- 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x44, 0x92, 0x41, 0x41, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x32, 0x39, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe5, 0x90,
- 0xab, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0xe5, 0x8f, 0x8a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x52, 0x04, 0x64, 0x61, 0x74,
- 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44,
- 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77,
- 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65,
- 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83,
- 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61,
- 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xa1, 0x01, 0x0a, 0x18, 0x47,
- 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55,
- 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x35, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1b, 0x92, 0x41, 0x18, 0x2a, 0x07, 0x71,
- 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x0d, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x3a, 0x4e,
- 0x92, 0x41, 0x4b, 0x0a, 0x49, 0x2a, 0x18, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x32,
- 0x23, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x8c, 0x87, 0xe5, 0xae, 0x9a, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83,
- 0x85, 0xe5, 0x86, 0xb5, 0xd2, 0x01, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x22, 0xab,
- 0x03, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
- 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2e, 0x0a, 0x04,
- 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
- 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99,
- 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07,
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92,
- 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94,
- 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52,
- 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x69, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x2e, 0x92,
- 0x41, 0x2b, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x23, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x52, 0x04, 0x64,
- 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a,
- 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f,
- 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32,
- 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6,
- 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62,
- 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x51, 0x0a, 0x11,
- 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x73, 0x61, 0x67,
- 0x65, 0x12, 0x12, 0x0a, 0x04, 0x7a, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x04, 0x7a, 0x6f, 0x6e, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02,
- 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x75,
- 0x73, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x75, 0x73, 0x65, 0x64, 0x22,
- 0xfc, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2e, 0x0a,
- 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x16, 0x0a,
- 0x06, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72,
- 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63,
- 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x73,
- 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x3d, 0x0a, 0x0a, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x55, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x52,
- 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x0a, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18,
- 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x63, 0x70, 0x75, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x65,
- 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x6d, 0x65, 0x6d, 0x12, 0x10, 0x0a, 0x03,
- 0x67, 0x70, 0x75, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x67, 0x70, 0x75, 0x22, 0xf0,
- 0x03, 0x0a, 0x1a, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a,
- 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16,
- 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85,
- 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12,
- 0x65, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x05,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x28, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe7, 0x9a, 0x84,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5, 0xae, 0xb9, 0xe9, 0x87, 0x8f, 0x2c, 0xe5, 0xa2, 0x9e,
- 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0xb9, 0xe9, 0x87, 0x8f, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0x52,
- 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x72, 0x32, 0x09, 0xe6, 0x93, 0x8d, 0xe4, 0xbd, 0x9c, 0xe4, 0xba, 0xba,
- 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b,
- 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x04,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
- 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65,
- 0x42, 0x57, 0x92, 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41,
- 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8,
- 0xb7, 0xb3, 0xe8, 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6,
- 0xb5, 0x81, 0xe7, 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86,
- 0x85, 0xe9, 0x83, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8,
- 0xe6, 0x97, 0xb6, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49,
- 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x3a, 0x64, 0x92, 0x41, 0x61,
- 0x0a, 0x5f, 0x2a, 0x1a, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x41,
- 0xe6, 0xa0, 0xb9, 0xe6, 0x8d, 0xae, 0xe4, 0xb8, 0x8d, 0xe5, 0x90, 0x8c, 0xe7, 0x9a, 0x84, 0xe8,
- 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xe5, 0xa2, 0x9e, 0xe9, 0x87,
- 0x8f, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4,
- 0xe5, 0xba, 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74,
- 0x61, 0x22, 0x98, 0x03, 0x0a, 0x1b, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42,
- 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5,
- 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64,
- 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
- 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf,
- 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x54, 0x0a,
- 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f,
- 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74,
- 0x72, 0x75, 0x63, 0x74, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x32,
- 0x1c, 0xe5, 0xbc, 0x82, 0xe6, 0xad, 0xa5, 0xe4, 0xbb, 0xbb, 0xe5, 0x8a, 0xa1, 0x74, 0x61, 0x73,
- 0x6b, 0xe8, 0xaf, 0xa6, 0xe6, 0x83, 0x85, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x74,
- 0x61, 0x73, 0x6b, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a,
- 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f,
- 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32,
- 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6,
- 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62,
- 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xc0, 0x03, 0x0a,
- 0x1c, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a,
- 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16,
- 0x92, 0x41, 0x13, 0x2a, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x32, 0x08, 0xe9, 0x85,
- 0x8d, 0xe9, 0xa2, 0x9d, 0x49, 0x64, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x12,
- 0x52, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x42, 0x21, 0x92, 0x41, 0x1e, 0x2a, 0x05,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x32, 0x15, 0xe7, 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe7, 0x9a, 0x84,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe5, 0xae, 0xb9, 0xe9, 0x87, 0x8f, 0x52, 0x05, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x18, 0x03,
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x72, 0x32, 0x09, 0xe6, 0x93, 0x8d, 0xe4, 0xbd, 0x9c, 0xe4, 0xba, 0xba, 0x52, 0x07, 0x75,
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x72, 0x12, 0x9f, 0x01, 0x0a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49,
- 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
- 0x62, 0x75, 0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x57, 0x92,
- 0x41, 0x54, 0x2a, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d, 0x41, 0x70, 0x70, 0x72,
- 0x6f, 0x76, 0x61, 0x6c, 0x32, 0x40, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe8, 0xb7, 0xb3, 0xe8,
- 0xbf, 0x87, 0x49, 0x54, 0x53, 0x4d, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0xe6, 0xb5, 0x81, 0xe7,
- 0xa8, 0x8b, 0xef, 0xbc, 0x8c, 0xe4, 0xbb, 0x85, 0xe9, 0x99, 0x90, 0xe5, 0x86, 0x85, 0xe9, 0x83,
- 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe8, 0xb0, 0x83, 0xe7, 0x94, 0xa8, 0xe6, 0x97, 0xb6,
- 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0x52, 0x10, 0x73, 0x6b, 0x69, 0x70, 0x49, 0x74, 0x73, 0x6d,
- 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x3a, 0x45, 0x92, 0x41, 0x42, 0x0a, 0x40, 0x2a,
- 0x1c, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x20, 0xe7,
- 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe7, 0xbb, 0xb4, 0xe5, 0xba,
- 0xa6, 0xe7, 0x9a, 0x84, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x22,
- 0x9a, 0x03, 0x0a, 0x1d, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+ 0x73, 0x61, 0x67, 0x65, 0x12, 0x54, 0x0a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01,
+ 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
+ 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x42, 0x27, 0x92, 0x41, 0x24,
+ 0x2a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x32, 0x1c, 0xe5, 0xbc, 0x82, 0xe6, 0xad, 0xa5, 0xe4, 0xbb,
+ 0xbb, 0xe5, 0x8a, 0xa1, 0x74, 0x61, 0x73, 0x6b, 0xe8, 0xaf, 0xa6, 0xe6, 0x83, 0x85, 0xe4, 0xbf,
+ 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92,
+ 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09,
+ 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f,
+ 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73,
+ 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32, 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b,
+ 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb,
+ 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5,
+ 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x73, 0x22, 0xc4, 0x03, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
+ 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x55, 0x0a, 0x0f, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x09, 0x42, 0x2b, 0x92, 0x41, 0x28, 0x2a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x32, 0x15, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0x49, 0x44, 0xe6, 0x88, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x43, 0x6f, 0x64, 0x65, 0x52,
+ 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65,
+ 0x12, 0x83, 0x01, 0x0a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x65, 0x92, 0x41, 0x62, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x54, 0x79, 0x70, 0x65, 0x32, 0x55, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xb1, 0xbb, 0xe5,
+ 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0x20, 0x68, 0x6f, 0x73, 0x74,
+ 0x2f, 0x73, 0x65, 0x6c, 0x66, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x66, 0x65, 0x64, 0x65, 0x72,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0xe4, 0xb8, 0x8d, 0xe5, 0xa1, 0xab, 0xe5, 0x88, 0x99,
+ 0xe4, 0xb8, 0xba, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9,
+ 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0x52, 0x09, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x58, 0x0a, 0x0f, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74,
+ 0x61, 0x69, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x42,
+ 0x2e, 0x92, 0x41, 0x2b, 0x2a, 0x0f, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x53,
+ 0x68, 0x61, 0x72, 0x65, 0x64, 0x32, 0x18, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x8c, 0x85,
+ 0xe5, 0x90, 0xab, 0xe5, 0x85, 0xb1, 0xe4, 0xba, 0xab, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52,
+ 0x0f, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64,
+ 0x3a, 0x68, 0x92, 0x41, 0x65, 0x0a, 0x63, 0x2a, 0x21, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74,
+ 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x32, 0x2c, 0xe8, 0x8e, 0xb7, 0xe5,
+ 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe7, 0xbb, 0x9f, 0xe8,
+ 0xae, 0xa1, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0xd2, 0x01, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xbd, 0x02, 0x0a, 0x22, 0x47,
+ 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53,
+ 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42,
0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5,
0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64,
0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d, 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf,
- 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x54, 0x0a,
- 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f,
- 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74,
- 0x72, 0x75, 0x63, 0x74, 0x42, 0x27, 0x92, 0x41, 0x24, 0x2a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x32,
- 0x1c, 0xe5, 0xbc, 0x82, 0xe6, 0xad, 0xa5, 0xe4, 0xbb, 0xbb, 0xe5, 0x8a, 0xa1, 0x74, 0x61, 0x73,
- 0x6b, 0xe8, 0xaf, 0xa6, 0xe6, 0x83, 0x85, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x04, 0x74,
- 0x61, 0x73, 0x6b, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20,
- 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x12, 0x7d, 0x0a,
- 0x0f, 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x50, 0x65, 0x72, 0x6d, 0x73, 0x42, 0x40, 0x92, 0x41, 0x3d, 0x2a, 0x0f,
- 0x77, 0x65, 0x62, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x32,
- 0x2a, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x9b, 0xb4, 0xe5, 0xa4, 0x9a, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0xef, 0xbc, 0x8c, 0xe4, 0xb8, 0xbb, 0xe8, 0xa6, 0x81, 0xe6, 0x98, 0xaf, 0xe6,
- 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9b, 0xb8, 0xe5, 0x85, 0xb3, 0x52, 0x0f, 0x77, 0x65, 0x62,
- 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xc4, 0x03, 0x0a,
- 0x21, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
- 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x12, 0x55, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f,
- 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2b, 0x92, 0x41, 0x28,
- 0x2a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64,
- 0x65, 0x32, 0x15, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0xe6, 0x88, 0x96, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x83, 0x01, 0x0a, 0x09, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x65, 0x92,
- 0x41, 0x62, 0x2a, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x32, 0x55, 0xe9,
- 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xb1, 0xbb, 0xe5, 0x9e, 0x8b, 0xef, 0xbc, 0x8c, 0xe6, 0x94,
- 0xaf, 0xe6, 0x8c, 0x81, 0x20, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x73, 0x65, 0x6c, 0x66, 0x5f, 0x68,
- 0x6f, 0x73, 0x74, 0x2f, 0x66, 0x65, 0x64, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20,
- 0xe4, 0xb8, 0x8d, 0xe5, 0xa1, 0xab, 0xe5, 0x88, 0x99, 0xe4, 0xb8, 0xba, 0xe8, 0x8e, 0xb7, 0xe5,
- 0x8f, 0x96, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe7, 0xb1,
- 0xbb, 0xe5, 0x9e, 0x8b, 0x52, 0x09, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12,
- 0x58, 0x0a, 0x0f, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x53, 0x68, 0x61, 0x72,
- 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x42, 0x2e, 0x92, 0x41, 0x2b, 0x2a, 0x0f, 0x69,
- 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x32, 0x18,
- 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe5, 0x8c, 0x85, 0xe5, 0x90, 0xab, 0xe5, 0x85, 0xb1, 0xe4,
- 0xba, 0xab, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0x52, 0x0f, 0x69, 0x73, 0x43, 0x6f, 0x6e, 0x74,
- 0x61, 0x69, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x3a, 0x68, 0x92, 0x41, 0x65, 0x0a, 0x63,
- 0x2a, 0x21, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x32, 0x2c, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0xe9, 0xa2, 0x9d, 0xe5, 0xba, 0xa6, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe7, 0xbb, 0x9f, 0xe8, 0xae, 0xa1, 0xe4, 0xbf, 0xa1, 0xe6, 0x81,
- 0xaf, 0xd2, 0x01, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43,
- 0x6f, 0x64, 0x65, 0x22, 0xbd, 0x02, 0x0a, 0x22, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
- 0x63, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x63, 0x6f,
- 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x04, 0x63,
- 0x6f, 0x64, 0x65, 0x32, 0x0f, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf,
- 0xaf, 0xe7, 0xa0, 0x81, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x6d, 0x65,
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x20, 0x92, 0x41, 0x1d,
- 0x2a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x12, 0xe8, 0xbf, 0x94, 0xe5, 0x9b,
- 0x9e, 0xe9, 0x94, 0x99, 0xe8, 0xaf, 0xaf, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d,
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x71, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53,
- 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x34, 0x92,
- 0x41, 0x31, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0x29, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0xe7, 0xbb, 0x9f,
- 0xe8, 0xae, 0xa1, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41,
- 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8,
- 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x49, 0x44, 0x22, 0xf4, 0x01, 0x0a, 0x11, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73,
- 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x34, 0x0a, 0x07, 0x75, 0x73, 0x65,
- 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a,
- 0x07, 0x75, 0x73, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x32, 0x0c, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf,
- 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52, 0x07, 0x75, 0x73, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x12,
- 0x43, 0x0a, 0x0c, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x18,
- 0x02, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1f, 0x92, 0x41, 0x1c, 0x2a, 0x0c, 0x61, 0x76, 0x61, 0x69,
- 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x32, 0x0c, 0xe5, 0x8f, 0xaf, 0xe4, 0xbd, 0xbf,
- 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52, 0x0c, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c,
- 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x31, 0x0a, 0x08, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x15, 0x92, 0x41, 0x12, 0x2a, 0x08, 0x74, 0x6f, 0x74,
- 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x32, 0x06, 0xe6, 0x80, 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x08, 0x74,
- 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x31, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x52, 0x61,
- 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x42, 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75,
- 0x73, 0x65, 0x52, 0x61, 0x74, 0x65, 0x32, 0x09, 0xe5, 0x88, 0xa9, 0xe7, 0x94, 0xa8, 0xe7, 0x8e,
- 0x87, 0x52, 0x07, 0x75, 0x73, 0x65, 0x52, 0x61, 0x74, 0x65, 0x22, 0xef, 0x01, 0x0a, 0x1b, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74,
- 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x44, 0x0a, 0x03, 0x63, 0x70,
- 0x75, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72,
- 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x03, 0x63, 0x70, 0x75,
- 0x32, 0x09, 0x43, 0x50, 0x55, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x52, 0x03, 0x63, 0x70, 0x75,
- 0x12, 0x44, 0x0a, 0x03, 0x6d, 0x65, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61,
- 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x13, 0x92, 0x41,
- 0x10, 0x2a, 0x03, 0x6d, 0x65, 0x6d, 0x32, 0x09, 0x4d, 0x65, 0x6d, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0x52, 0x03, 0x6d, 0x65, 0x6d, 0x12, 0x44, 0x0a, 0x03, 0x67, 0x70, 0x75, 0x18, 0x03, 0x20,
- 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61,
- 0x74, 0x61, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x03, 0x67, 0x70, 0x75, 0x32, 0x09, 0x47, 0x50,
- 0x55, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x52, 0x03, 0x67, 0x70, 0x75, 0x32, 0xb6, 0x0d, 0x0a,
- 0x0a, 0x42, 0x43, 0x53, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x97, 0x01, 0x0a, 0x0d,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x20, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
- 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
- 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x47, 0x92, 0x41,
- 0x22, 0x12, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a,
- 0x12, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x3a, 0x01, 0x2a, 0x22, 0x17, 0x2f, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xbf, 0x01, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x12, 0x1d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x75, 0x92, 0x41, 0x41, 0x12, 0x0c, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0x1a, 0x31, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0x49, 0x44, 0xe6, 0x88, 0x96, 0xe8, 0x8b, 0xb1, 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5,
- 0x86, 0x99, 0x2c, 0x20, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x12, 0x29, 0x2f, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44,
- 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x12, 0xa3, 0x01, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63,
+ 0xa1, 0xe6, 0x81, 0xaf, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x71, 0x0a,
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x62, 0x63,
0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0x92, 0x41, 0x22, 0x12, 0x0c, 0xe6,
- 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a, 0x12, 0xe6, 0x9b, 0xb4,
- 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82,
- 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x1a, 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
+ 0x44, 0x61, 0x74, 0x61, 0x42, 0x34, 0x92, 0x41, 0x31, 0x2a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32,
+ 0x29, 0xe8, 0xbf, 0x94, 0xe5, 0x9b, 0x9e, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83,
+ 0x85, 0xe5, 0x86, 0xb5, 0xe7, 0xbb, 0x9f, 0xe8, 0xae, 0xa1, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
+ 0x12, 0x38, 0x0a, 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20,
+ 0x01, 0x28, 0x09, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x20, 0x69, 0x64, 0x32, 0x09, 0xe8, 0xaf, 0xb7, 0xe6, 0xb1, 0x82, 0x20, 0x49, 0x44, 0x52,
+ 0x09, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x49, 0x44, 0x22, 0xf4, 0x01, 0x0a, 0x11, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61,
+ 0x12, 0x34, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x0d, 0x42, 0x1a, 0x92, 0x41, 0x17, 0x2a, 0x07, 0x75, 0x73, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x32,
+ 0x0c, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52, 0x07, 0x75,
+ 0x73, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x43, 0x0a, 0x0c, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61,
+ 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x1f, 0x92, 0x41,
+ 0x1c, 0x2a, 0x0c, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x32,
+ 0x0c, 0xe5, 0x8f, 0xaf, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe9, 0x87, 0x8f, 0x52, 0x0c, 0x61,
+ 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x31, 0x0a, 0x08, 0x74,
+ 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x42, 0x15, 0x92,
+ 0x41, 0x12, 0x2a, 0x08, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x32, 0x06, 0xe6, 0x80,
+ 0xbb, 0xe9, 0x87, 0x8f, 0x52, 0x08, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x31,
+ 0x0a, 0x07, 0x75, 0x73, 0x65, 0x52, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x42,
+ 0x17, 0x92, 0x41, 0x14, 0x2a, 0x07, 0x75, 0x73, 0x65, 0x52, 0x61, 0x74, 0x65, 0x32, 0x09, 0xe5,
+ 0x88, 0xa9, 0xe7, 0x94, 0xa8, 0xe7, 0x8e, 0x87, 0x52, 0x07, 0x75, 0x73, 0x65, 0x52, 0x61, 0x74,
+ 0x65, 0x22, 0xef, 0x01, 0x0a, 0x1b, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74,
+ 0x61, 0x12, 0x44, 0x0a, 0x03, 0x63, 0x70, 0x75, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74,
+ 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x13, 0x92,
+ 0x41, 0x10, 0x2a, 0x03, 0x63, 0x70, 0x75, 0x32, 0x09, 0x43, 0x50, 0x55, 0xe8, 0xb5, 0x84, 0xe6,
+ 0xba, 0x90, 0x52, 0x03, 0x63, 0x70, 0x75, 0x12, 0x44, 0x0a, 0x03, 0x6d, 0x65, 0x6d, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44,
+ 0x61, 0x74, 0x61, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x03, 0x6d, 0x65, 0x6d, 0x32, 0x09, 0x4d,
+ 0x65, 0x6d, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x52, 0x03, 0x6d, 0x65, 0x6d, 0x12, 0x44, 0x0a,
+ 0x03, 0x67, 0x70, 0x75, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73,
+ 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x42, 0x13, 0x92, 0x41, 0x10, 0x2a, 0x03,
+ 0x67, 0x70, 0x75, 0x32, 0x09, 0x47, 0x50, 0x55, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x52, 0x03,
+ 0x67, 0x70, 0x75, 0x32, 0xb6, 0x0d, 0x0a, 0x0a, 0x42, 0x43, 0x53, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x12, 0x97, 0x01, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0x6e, 0x73, 0x65, 0x22, 0x47, 0x92, 0x41, 0x22, 0x12, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba,
+ 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a, 0x12, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c,
+ 0x3a, 0x01, 0x2a, 0x22, 0x17, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xbf, 0x01, 0x0a,
+ 0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x1d, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x75, 0x92, 0x41, 0x41, 0x12, 0x0c, 0xe6, 0x9f,
+ 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a, 0x31, 0xe9, 0x80, 0x9a, 0xe8,
+ 0xbf, 0x87, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x49, 0x44, 0xe6, 0x88, 0x96, 0xe8, 0x8b, 0xb1,
+ 0xe6, 0x96, 0x87, 0xe7, 0xbc, 0xa9, 0xe5, 0x86, 0x99, 0x2c, 0x20, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
+ 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x2b, 0x12, 0x29, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x12, 0xa3,
+ 0x01, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0x53, 0x92, 0x41, 0x22, 0x12, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0x1a, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x1a,
+ 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x7d, 0x12, 0xa7, 0x01, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56, 0x32, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53, 0x92, 0x41, 0x22, 0x12, 0x0c,
+ 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a, 0x12, 0xe6, 0x9b,
+ 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x01, 0x2a, 0x1a, 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x7d, 0x12, 0x8c,
+ 0x01, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65,
+ 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0x3c, 0x92, 0x41, 0x0e, 0x1a, 0x0c, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x2a, 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x7d, 0x12, 0xa7, 0x01,
- 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56,
- 0x32, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55,
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x56, 0x32, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
- 0x73, 0x65, 0x22, 0x53, 0x92, 0x41, 0x22, 0x12, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9,
- 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x1a, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a,
- 0x01, 0x2a, 0x1a, 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
- 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x7d, 0x12, 0x8c, 0x01, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65,
- 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3c, 0x92, 0x41, 0x0e, 0x1a, 0x0c, 0xe5,
- 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02,
- 0x25, 0x2a, 0x23, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
- 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x49, 0x44, 0x7d, 0x12, 0xcc, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x1f, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x7d, 0x12, 0xcc, 0x01,
+ 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x1f,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
+ 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+ 0x65, 0x22, 0x79, 0x92, 0x41, 0x57, 0x12, 0x12, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x41, 0xe9, 0x80, 0x9a, 0xe8,
+ 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8, 0xbf,
+ 0x87, 0xe6, 0xbb, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8,
+ 0x2c, 0x20, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe5, 0x92,
+ 0x8c, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xd1, 0x01, 0x0a,
+ 0x16, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69,
+ 0x7a, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68,
+ 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x52, 0x65, 0x73, 0x70, 0x22, 0x70,
+ 0x92, 0x41, 0x43, 0x12, 0x1b, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x9c, 0x89, 0xe6, 0x9d,
+ 0x83, 0xe9, 0x99, 0x90, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8,
+ 0x1a, 0x24, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe7, 0x94, 0xa8, 0xe6, 0x88, 0xb7, 0xe6, 0x9c,
+ 0x89, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
+ 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x74,
+ 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
+ 0x12, 0xf8, 0x01, 0x0a, 0x12, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x73, 0x46, 0x6f, 0x72, 0x49, 0x41, 0x4d, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x79, 0x92, 0x41, 0x57, 0x12,
- 0x12, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97,
- 0xe8, 0xa1, 0xa8, 0x1a, 0x41, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
- 0xa2, 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8, 0xbf, 0x87, 0xe6, 0xbb, 0xa4, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe6, 0x94, 0xaf, 0xe6, 0x8c,
- 0x81, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe5, 0x92, 0x8c, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f,
- 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xd1, 0x01, 0x0a, 0x16, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75,
- 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
- 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
- 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x50, 0x72, 0x6f, 0x6a,
- 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x50,
- 0x72, 0x6f, 0x6a, 0x52, 0x65, 0x73, 0x70, 0x22, 0x70, 0x92, 0x41, 0x43, 0x12, 0x1b, 0xe6, 0x9f,
- 0xa5, 0xe8, 0xaf, 0xa2, 0xe6, 0x9c, 0x89, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x24, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
- 0xa2, 0xe7, 0x94, 0xa8, 0xe6, 0x88, 0xb7, 0xe6, 0x9c, 0x89, 0xe6, 0x9d, 0x83, 0xe9, 0x99, 0x90,
- 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x82,
- 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64,
- 0x5f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0xf8, 0x01, 0x0a, 0x12, 0x4c, 0x69,
- 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x49, 0x41, 0x4d,
- 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
- 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x49, 0x41, 0x4d,
- 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x46, 0x6f, 0x72,
- 0x49, 0x41, 0x4d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x9a, 0x01, 0x92, 0x41, 0x70, 0x12, 0x36, 0xe6,
- 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0xbc, 0x80, 0xe5, 0x90, 0xaf, 0xe5, 0xae, 0xb9, 0xe5, 0x99,
- 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x49, 0x41, 0x4d, 0xe6,
- 0x8e, 0x88, 0xe6, 0x9d, 0x83, 0x1a, 0x36, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0xbc, 0x80,
- 0xe5, 0x90, 0xaf, 0xe5, 0xae, 0xb9, 0xe5, 0x99, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7,
- 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe7, 0x94,
- 0xa8, 0xe4, 0xba, 0x8e, 0x49, 0x41, 0x4d, 0xe6, 0x8e, 0x88, 0xe6, 0x9d, 0x83, 0x82, 0xd3, 0xe4,
- 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x5f, 0x66, 0x6f, 0x72,
- 0x5f, 0x69, 0x61, 0x6d, 0x12, 0xce, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70,
- 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6f, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
- 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0xb4, 0xbb,
- 0xe8, 0xb7, 0x83, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0xb4, 0xbb, 0xe8, 0xb7, 0x83, 0x82, 0xd3, 0xe4,
- 0x93, 0x02, 0x32, 0x12, 0x30, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x61,
- 0x63, 0x74, 0x69, 0x76, 0x65, 0x32, 0xcb, 0x04, 0x0a, 0x08, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x12, 0xbd, 0x01, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x12, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
- 0x6e, 0x73, 0x65, 0x22, 0x6d, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2,
- 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe4, 0xbf, 0xa1, 0xe6,
- 0x81, 0xaf, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93,
- 0x02, 0x30, 0x12, 0x2e, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
- 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x12, 0x9d, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e,
- 0x65, 0x73, 0x73, 0x12, 0x1f, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4a, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe6, 0x9f, 0xa5,
- 0xe8, 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a,
- 0x12, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x88, 0x97,
- 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, 0x2f, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x12, 0xde, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
- 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x12, 0x26, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e,
- 0x65, 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c,
- 0x6f, 0x67, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x76, 0x92, 0x41, 0x34,
- 0x12, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe6, 0x8b,
- 0x93, 0xe6, 0x89, 0x91, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8,
- 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe6, 0x8b, 0x93, 0xe6, 0x89, 0x91, 0xe5, 0x88,
- 0x97, 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x39, 0x12, 0x37, 0x2f, 0x62, 0x63, 0x73,
+ 0x73, 0x46, 0x6f, 0x72, 0x49, 0x41, 0x4d, 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x49, 0x41, 0x4d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x9a,
+ 0x01, 0x92, 0x41, 0x70, 0x12, 0x36, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0xbc, 0x80, 0xe5,
+ 0x90, 0xaf, 0xe5, 0xae, 0xb9, 0xe5, 0x99, 0xa8, 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x9a,
+ 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe7, 0x94, 0xa8,
+ 0xe4, 0xba, 0x8e, 0x49, 0x41, 0x4d, 0xe6, 0x8e, 0x88, 0xe6, 0x9d, 0x83, 0x1a, 0x36, 0xe6, 0x9f,
+ 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0xbc, 0x80, 0xe5, 0x90, 0xaf, 0xe5, 0xae, 0xb9, 0xe5, 0x99, 0xa8,
+ 0xe6, 0x9c, 0x8d, 0xe5, 0x8a, 0xa1, 0xe7, 0x9a, 0x84, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe5,
+ 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x49, 0x41, 0x4d, 0xe6, 0x8e,
+ 0x88, 0xe6, 0x9d, 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x12, 0x1f, 0x2f, 0x62, 0x63, 0x73,
0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
- 0x7d, 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x2f, 0x74, 0x6f, 0x70, 0x6f, 0x6c,
- 0x6f, 0x67, 0x79, 0x32, 0xc4, 0x17, 0x0a, 0x09, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x12, 0xd7, 0x01, 0x0a, 0x0f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
- 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7b,
- 0x92, 0x41, 0x28, 0x12, 0x12, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5,
- 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02,
- 0x4a, 0x3a, 0x01, 0x2a, 0x22, 0x45, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d,
- 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x94, 0x02, 0x0a, 0x17,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43,
- 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61,
- 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73,
- 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70,
- 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xab, 0x01, 0x92, 0x41, 0x3c, 0x12, 0x1c, 0xe5, 0x88, 0x9b, 0xe5,
- 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x69, 0x74,
- 0x73, 0x6d, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x1a, 0x1c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba,
- 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x69, 0x74, 0x73, 0x6d,
- 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, 0x01, 0x2a, 0x22,
- 0x61, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
+ 0x63, 0x74, 0x73, 0x5f, 0x66, 0x6f, 0x72, 0x5f, 0x69, 0x61, 0x6d, 0x12, 0xce, 0x01, 0x0a, 0x10,
+ 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65,
+ 0x12, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x74,
+ 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6f, 0x92, 0x41, 0x34,
+ 0x12, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x98,
+ 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0xb4, 0xbb, 0xe8, 0xb7, 0x83, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8,
+ 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x98, 0xaf, 0xe5, 0x90, 0xa6, 0xe6, 0xb4,
+ 0xbb, 0xe8, 0xb7, 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x32, 0x12, 0x30, 0x2f, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72,
+ 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x32, 0xcb, 0x04, 0x0a,
+ 0x08, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0xbd, 0x01, 0x0a, 0x0b, 0x47, 0x65,
+ 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x1e, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
+ 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
+ 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6d, 0x92, 0x41, 0x34, 0x12,
+ 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x9a,
+ 0xe5, 0x8a, 0xa1, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
+ 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe4, 0xbf, 0xa1,
+ 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x30, 0x12, 0x2e, 0x2f, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d,
+ 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x9d, 0x01, 0x0a, 0x0c, 0x4c, 0x69,
+ 0x73, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x1f, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x75, 0x73, 0x69,
+ 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x75, 0x73,
+ 0x69, 0x6e, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4a, 0x92,
+ 0x41, 0x28, 0x12, 0x12, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1,
+ 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x12, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4, 0xb8,
+ 0x9a, 0xe5, 0x8a, 0xa1, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19,
+ 0x12, 0x17, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31,
+ 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x12, 0xde, 0x01, 0x0a, 0x13, 0x47, 0x65,
+ 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67,
+ 0x79, 0x12, 0x26, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47,
+ 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f,
+ 0x67, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x69, 0x6e, 0x65,
+ 0x73, 0x73, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+ 0x73, 0x65, 0x22, 0x76, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4,
+ 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe6, 0x8b, 0x93, 0xe6, 0x89, 0x91, 0xe5, 0x88, 0x97, 0xe8, 0xa1,
+ 0xa8, 0x1a, 0x18, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe4, 0xb8, 0x9a, 0xe5, 0x8a, 0xa1, 0xe6,
+ 0x8b, 0x93, 0xe6, 0x89, 0x91, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02,
+ 0x39, 0x12, 0x37, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
+ 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
+ 0x73, 0x2f, 0x74, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x32, 0xc4, 0x17, 0x0a, 0x09, 0x4e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0xd7, 0x01, 0x0a, 0x0f, 0x43, 0x72, 0x65,
+ 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
+ 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72,
+ 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73,
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7b, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe5, 0x88, 0x9b, 0xe5,
+ 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12,
+ 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
+ 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4a, 0x3a, 0x01, 0x2a, 0x22, 0x45, 0x2f, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
+ 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x73, 0x12, 0x94, 0x02, 0x0a, 0x17, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x24,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65,
+ 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62,
+ 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xab, 0x01, 0x92, 0x41,
+ 0x3c, 0x12, 0x1c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x69, 0x74, 0x73, 0x6d, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x1a,
+ 0x1c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0x69, 0x74, 0x73, 0x6d, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x66, 0x3a, 0x01, 0x2a, 0x22, 0x61, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
+ 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61,
+ 0x63, 0x6b, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0xe4, 0x01, 0x0a, 0x0f, 0x55, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65,
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x87, 0x01, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe6, 0x9b,
+ 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4,
+ 0x1a, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9,
+ 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x56, 0x3a, 0x01, 0x2a, 0x1a, 0x51, 0x2f,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d,
+ 0x12, 0x98, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x24, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63,
+ 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xaf, 0x01, 0x92, 0x41, 0x40, 0x12,
+ 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53, 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x1a,
+ 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53, 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x82,
+ 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, 0x01, 0x2a, 0x22, 0x61, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f,
+ 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f,
+ 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x6c,
+ 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0xe4, 0x01, 0x0a, 0x0c,
+ 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1f, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61,
+ 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0x90, 0x01, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8d, 0x95,
+ 0xe4, 0xb8, 0xaa, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a,
+ 0x18, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8d, 0x95, 0xe4, 0xb8, 0xaa, 0xe5, 0x91, 0xbd,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x53, 0x12,
+ 0x51, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f,
0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65,
0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x63, 0x72, 0x65, 0x61,
- 0x74, 0x65, 0x12, 0xe4, 0x01, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
- 0x87, 0x01, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12, 0xe6, 0x9b, 0xb4, 0xe6, 0x96,
- 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4,
- 0x93, 0x02, 0x56, 0x3a, 0x01, 0x2a, 0x1a, 0x51, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x7d, 0x12, 0xf0, 0x01, 0x0a, 0x0e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x96, 0x01, 0x92,
+ 0x41, 0x46, 0x12, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4,
+ 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86,
+ 0xe7, 0xbe, 0xa4, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5,
+ 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x47, 0x12, 0x45,
+ 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b,
+ 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0xe1, 0x01, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
+ 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
+ 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+ 0x73, 0x65, 0x22, 0x84, 0x01, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12, 0xe5, 0x88,
+ 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x53, 0x2a, 0x51, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c,
0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e,
- 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x12, 0x98, 0x02, 0x0a, 0x17, 0x55, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x12, 0x98, 0x02, 0x0a, 0x17, 0x44, 0x65,
+ 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c,
0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c,
0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63,
0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
- 0x73, 0x65, 0x22, 0xaf, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0,
+ 0x73, 0x65, 0x22, 0xaf, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4,
0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53,
- 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x1a, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0,
+ 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x1a, 0x1e, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4,
0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53,
- 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, 0x01,
- 0x2a, 0x22, 0x61, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
- 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
- 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x75, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x12, 0xe4, 0x01, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1f, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x90, 0x01, 0x92, 0x41, 0x34, 0x12, 0x18,
- 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8d, 0x95, 0xe4, 0xb8, 0xaa, 0xe5, 0x91, 0xbd, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x18, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96,
- 0xe5, 0x8d, 0x95, 0xe4, 0xb8, 0xaa, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
- 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x53, 0x12, 0x51, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f,
- 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
- 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f,
- 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x12, 0xf0, 0x01, 0x0a, 0x0e,
- 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x21,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74,
- 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c,
- 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73,
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x96, 0x01, 0x92, 0x41, 0x46, 0x12, 0x21, 0xe8, 0x8e, 0xb7,
- 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6,
- 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x21,
- 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe4, 0xb8, 0x8b, 0xe6,
- 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97,
- 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x47, 0x12, 0x45, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
- 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
- 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0xe1,
- 0x01, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
- 0x63, 0x65, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x84, 0x01, 0x92, 0x41,
- 0x28, 0x12, 0x12, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x91, 0xbd,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x53, 0x2a,
- 0x51, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f,
- 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x7d, 0x12, 0x98, 0x02, 0x0a, 0x17, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x12, 0x24,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x61, 0x6c, 0x6c, 0x62,
- 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xaf, 0x01, 0x92, 0x41,
- 0x40, 0x12, 0x1e, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53, 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0,
- 0x83, 0x1a, 0x1e, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x20, 0x49, 0x54, 0x53, 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0,
- 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, 0x01, 0x2a, 0x22, 0x61, 0x2f, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
- 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73,
- 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
- 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x63, 0x61,
- 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0xd7, 0x01,
- 0x0a, 0x0d, 0x53, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12,
- 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x79, 0x6e,
- 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
- 0x74, 0x1a, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53,
- 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70,
- 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x28, 0x12, 0x12, 0xe5, 0x90, 0x8c, 0xe6,
- 0xad, 0xa5, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12,
- 0xe5, 0x90, 0x8c, 0xe6, 0xad, 0xa5, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
- 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4f, 0x3a, 0x01, 0x2a, 0x22, 0x4a, 0x2f, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x73, 0x2f, 0x73, 0x79, 0x6e, 0x63, 0x12, 0xff, 0x01, 0x0a, 0x11, 0x57, 0x69, 0x74, 0x68,
- 0x64, 0x72, 0x61, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x24, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x57, 0x69, 0x74, 0x68, 0x64,
- 0x72, 0x61, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
- 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9c, 0x01, 0x92, 0x41, 0x34,
- 0x12, 0x18, 0xe6, 0x92, 0xa4, 0xe5, 0x9b, 0x9e, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9,
- 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0x1a, 0x18, 0xe6, 0x92, 0xa4, 0xe5,
- 0x9b, 0x9e, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0xae,
- 0xa1, 0xe6, 0x89, 0xb9, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x5f, 0x3a, 0x01, 0x2a, 0x22, 0x5a, 0x2f,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
- 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d,
- 0x2f, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x12, 0x87, 0x02, 0x0a, 0x14, 0x4c, 0x69,
- 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x73, 0x12, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74,
- 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73,
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9b, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe8, 0x8e, 0xb7,
- 0xe5, 0x8f, 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7,
- 0xe5, 0x8f, 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02,
- 0x52, 0x12, 0x50, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
+ 0x4d, 0x20, 0xe5, 0x9b, 0x9e, 0xe8, 0xb0, 0x83, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x66, 0x3a, 0x01,
+ 0x2a, 0x22, 0x61, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44,
- 0x7d, 0x2f, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
- 0x63, 0x65, 0x73, 0x12, 0x84, 0x02, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69,
- 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x74,
- 0x65, 0x6e, 0x74, 0x12, 0x2e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73,
- 0x70, 0x61, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x22, 0x9b, 0x01, 0x92,
+ 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61,
+ 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x2f, 0x64, 0x65,
+ 0x6c, 0x65, 0x74, 0x65, 0x12, 0xd7, 0x01, 0x0a, 0x0d, 0x53, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41,
+ 0x28, 0x12, 0x12, 0xe5, 0x90, 0x8c, 0xe6, 0xad, 0xa5, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x1a, 0x12, 0xe5, 0x90, 0x8c, 0xe6, 0xad, 0xa5, 0xe5, 0x91, 0xbd,
+ 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4f, 0x3a,
+ 0x01, 0x2a, 0x22, 0x4a, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
+ 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x73, 0x79, 0x6e, 0x63, 0x12, 0xff,
+ 0x01, 0x0a, 0x11, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77,
+ 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
+ 0x65, 0x22, 0x9c, 0x01, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6, 0x92, 0xa4, 0xe5, 0x9b, 0x9e, 0xe5,
+ 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0xae, 0xa1, 0xe6, 0x89,
+ 0xb9, 0x1a, 0x18, 0xe6, 0x92, 0xa4, 0xe5, 0x9b, 0x9e, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0xae, 0xa1, 0xe6, 0x89, 0xb9, 0x82, 0xd3, 0xe4, 0x93, 0x02,
+ 0x5f, 0x3a, 0x01, 0x2a, 0x22, 0x5a, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d,
+ 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d,
+ 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77,
+ 0x12, 0x87, 0x02, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76,
+ 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9b, 0x01, 0x92,
0x41, 0x40, 0x12, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f,
- 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x86, 0x85, 0xe5,
- 0xae, 0xb9, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f,
- 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x86, 0x85, 0xe5,
- 0xae, 0xb9, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x52, 0x12, 0x50, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8,
+ 0xa1, 0xa8, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe5, 0x88, 0x97, 0xe8,
+ 0xa1, 0xa8, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x52, 0x12, 0x50, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f,
0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c,
- 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f,
- 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x32, 0xa2, 0x1c, 0x0a, 0x08, 0x56,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, 0xb2, 0x01, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61,
- 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
- 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x22, 0x59, 0x92, 0x41, 0x1c, 0x12, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0x1a, 0x0c, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x3a, 0x01, 0x2a, 0x22, 0x2f, 0x2f, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xbf, 0x01, 0x0a,
- 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12,
- 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x66, 0x92, 0x41, 0x1c, 0x12, 0x0c, 0xe6, 0x9b, 0xb4,
- 0xe6, 0x96, 0xb0, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x1a, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96,
- 0xb0, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a,
- 0x1a, 0x3c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31,
- 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x12, 0xf5,
- 0x01, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44,
- 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2a, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
- 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x46, 0x12, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
- 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x1a, 0x21, 0xe8, 0x8e,
- 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80,
- 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x82,
- 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xe8, 0x01, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74,
- 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74,
- 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2c, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65,
- 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x22, 0x6e, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88,
- 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89,
- 0x1a, 0x18, 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31,
- 0x2a, 0x2f, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31,
- 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
- 0x73, 0x12, 0xfe, 0x01, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65,
- 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x28, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x8f, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe6, 0x89,
- 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe6, 0x89,
- 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x12, 0x44, 0x2f, 0x62,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x2f,
+ 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x84, 0x02, 0x0a, 0x1b, 0x4c,
+ 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
+ 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x2e, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x74, 0x69,
+ 0x76, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x43, 0x6f, 0x6e, 0x74,
+ 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x67, 0x6f, 0x6f,
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72,
+ 0x75, 0x63, 0x74, 0x22, 0x9b, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
+ 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0xe5, 0x86, 0x85, 0xe5, 0xae, 0xb9, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
+ 0x96, 0xe5, 0x8e, 0x9f, 0xe7, 0x94, 0x9f, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0xe5, 0x86, 0x85, 0xe5, 0xae, 0xb9, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x52, 0x12,
+ 0x50, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74,
+ 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f,
+ 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x73, 0x32, 0xa2, 0x1c, 0x0a, 0x08, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, 0xb2,
+ 0x01, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43,
+ 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x59, 0x92, 0x41, 0x1c, 0x12, 0x0c, 0xe5,
+ 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x1a, 0x0c, 0xe5, 0x88, 0x9b,
+ 0xe5, 0xbb, 0xba, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x34, 0x3a,
+ 0x01, 0x2a, 0x22, 0x2f, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
+ 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x73, 0x12, 0xbf, 0x01, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x21, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x66, 0x92,
+ 0x41, 0x1c, 0x12, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0x1a, 0x0c, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x82, 0xd3,
+ 0xe4, 0x93, 0x02, 0x41, 0x3a, 0x01, 0x2a, 0x1a, 0x3c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
+ 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x12, 0xf5, 0x01, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e,
+ 0x73, 0x12, 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c,
+ 0x69, 0x73, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e,
+ 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f,
+ 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x80, 0x01, 0x92, 0x41, 0x46,
+ 0x12, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe4, 0xb8,
+ 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a,
+ 0xe4, 0xb9, 0x89, 0x1a, 0x21, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0xe4, 0xb8, 0x8b, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12, 0x2f, 0x2f, 0x62,
0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
- 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x12, 0x9e, 0x02, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73,
- 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2a,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74,
- 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x62, 0x63, 0x73,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xa9, 0x01, 0x92, 0x41, 0x58, 0x12, 0x2a, 0xe8,
- 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6, 0x9c,
- 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x2a, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
- 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd,
- 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9,
- 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x48, 0x12, 0x46, 0x2f, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
- 0x61, 0x63, 0x65, 0x12, 0x87, 0x02, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c,
- 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12,
- 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x92, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e,
- 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e,
- 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3,
- 0xe4, 0x93, 0x02, 0x49, 0x3a, 0x01, 0x2a, 0x1a, 0x44, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xe8, 0x01,
+ 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65,
+ 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2c, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f,
+ 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73,
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6e, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe6,
+ 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9, 0x89, 0x1a, 0x18, 0xe6, 0x89, 0xb9, 0xe9, 0x87, 0x8f, 0xe5,
+ 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0xae, 0x9a, 0xe4, 0xb9,
+ 0x89, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x2a, 0x2f, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x12, 0xa7, 0x02,
- 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e,
+ 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xfe, 0x01, 0x0a, 0x15, 0x4c, 0x69, 0x73,
+ 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x73, 0x12, 0x28, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8f, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe8,
+ 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe,
+ 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe8,
+ 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe,
+ 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x46, 0x12, 0x44, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61,
+ 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44,
+ 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x12, 0x9e, 0x02, 0x0a, 0x17, 0x4c, 0x69,
+ 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
+ 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
+ 0x74, 0x1a, 0x2b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c,
+ 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xa9,
+ 0x01, 0x92, 0x41, 0x58, 0x12, 0x2a, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9,
+ 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
+ 0x1a, 0x2a, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x89,
+ 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4,
+ 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93,
+ 0x02, 0x48, 0x12, 0x46, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
+ 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
+ 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d,
+ 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x87, 0x02, 0x0a, 0x17, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0x92, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x89, 0x80,
+ 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe6, 0x89, 0x80,
+ 0xe6, 0x9c, 0x89, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x3a, 0x01, 0x2a, 0x1a, 0x44,
+ 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f,
+ 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x63, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x12, 0xa7, 0x02, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e,
0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xac, 0x01, 0x92, 0x41, 0x58, 0x12, 0x2a,
- 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6,
- 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a,
- 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x2a, 0xe6, 0x9b, 0xb4, 0xe6,
- 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91,
- 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98,
- 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4b, 0x3a, 0x01, 0x2a, 0x1a,
- 0x46, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0xfb, 0x01, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74,
- 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x12, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
+ 0x65, 0x73, 0x12, 0x2c, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73,
+ 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x1a, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0xac, 0x01, 0x92, 0x41, 0x58, 0x12, 0x2a, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9,
+ 0xe7, 0x9b, 0xae, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
+ 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80,
+ 0xbc, 0x1a, 0x2a, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe6,
+ 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97,
+ 0xb4, 0xe7, 0x9a, 0x84, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x4b, 0x3a, 0x01, 0x2a, 0x1a, 0x46, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
+ 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x7b, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0xfb,
+ 0x01, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72,
+ 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x1a, 0x28, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
- 0x6e, 0x73, 0x65, 0x22, 0x8f, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
- 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f,
- 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x12,
- 0x44, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f,
- 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69,
- 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xa4, 0x02, 0x0a, 0x16, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x12, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69,
- 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d,
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb2, 0x01, 0x92, 0x41, 0x4c, 0x12, 0x24, 0xe8,
- 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97,
- 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
- 0xe5, 0x80, 0xbc, 0x1a, 0x24, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x91, 0xbd, 0xe5, 0x90,
- 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89,
- 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x5d, 0x12,
- 0x5b, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f,
- 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65,
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x84, 0x02, 0x0a,
- 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61,
+ 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8f, 0x01, 0x92, 0x41, 0x40,
+ 0x12, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a,
+ 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
+ 0x1a, 0x1e, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a,
+ 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x46, 0x12, 0x44, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
+ 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
+ 0x44, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xa4, 0x02, 0x0a,
+ 0x16, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61,
0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74,
- 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
+ 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x92,
- 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0x9b, 0x86, 0xe7,
- 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
- 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x49, 0x3a, 0x01, 0x2a, 0x1a, 0x44, 0x2f,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
- 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63,
- 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x12, 0xad, 0x02, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61,
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73,
- 0x12, 0x2b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70,
- 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72,
- 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb5, 0x01, 0x92, 0x41,
- 0x4c, 0x12, 0x24, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7,
- 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f,
- 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x24, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5,
- 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89,
- 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4,
- 0x93, 0x02, 0x60, 0x3a, 0x01, 0x2a, 0x1a, 0x5b, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb2,
+ 0x01, 0x92, 0x41, 0x4c, 0x12, 0x24, 0xe8, 0x8e, 0xb7, 0xe5, 0x8f, 0x96, 0xe5, 0x91, 0xbd, 0xe5,
+ 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c,
+ 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x24, 0xe8, 0x8e, 0xb7, 0xe5,
+ 0x8f, 0x96, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a,
+ 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x5d, 0x12, 0x5b, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f,
0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c,
0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49,
0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e,
0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x12, 0xd4, 0x01, 0x0a, 0x0f, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61,
- 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61,
- 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x78, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe4, 0xbb, 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb, 0xb6,
- 0xe4, 0xb8, 0xad, 0xe5, 0xaf, 0xbc, 0xe5, 0x85, 0xa5, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x1a,
- 0x18, 0xe4, 0xbb, 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb, 0xb6, 0xe4, 0xb8, 0xad, 0xe5, 0xaf, 0xbc,
- 0xe5, 0x85, 0xa5, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x3a,
- 0x01, 0x2a, 0x22, 0x36, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
- 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x2f, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x12, 0xb2, 0x02, 0x0a, 0x0f, 0x52,
- 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x22,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x52, 0x65, 0x6e, 0x64,
- 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x6c, 0x65, 0x73, 0x12, 0x84, 0x02, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c,
+ 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x29,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61,
+ 0x74, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x75,
+ 0x73, 0x74, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73,
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x92, 0x01, 0x92, 0x41, 0x40, 0x12, 0x1e, 0xe6, 0x9b, 0xb4,
+ 0xe6, 0x96, 0xb0, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6,
+ 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x1e, 0xe6, 0x9b, 0xb4,
+ 0xe6, 0x96, 0xb0, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6,
+ 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02,
+ 0x49, 0x3a, 0x01, 0x2a, 0x1a, 0x44, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73,
+ 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d,
+ 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xad, 0x02, 0x0a, 0x18, 0x55,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x56, 0x61,
+ 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
+ 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+ 0x73, 0x65, 0x22, 0xb5, 0x01, 0x92, 0x41, 0x4c, 0x12, 0x24, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0,
+ 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6,
+ 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x80, 0xbc, 0x1a, 0x24,
+ 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9,
+ 0x97, 0xb4, 0xe7, 0x9a, 0x84, 0xe6, 0x89, 0x80, 0xe6, 0x9c, 0x89, 0xe5, 0x8f, 0x98, 0xe9, 0x87,
+ 0x8f, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x60, 0x3a, 0x01, 0x2a, 0x1a, 0x5b, 0x2f,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43,
+ 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63,
+ 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
+ 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d,
+ 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0xd4, 0x01, 0x0a, 0x0f, 0x49,
+ 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x22,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x49, 0x6d, 0x70, 0x6f,
+ 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xd5, 0x01, 0x92, 0x41, 0x68, 0x12, 0x32, 0xe6,
- 0xb8, 0xb2, 0xe6, 0x9f, 0x93, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x9c, 0xa8, 0xe7, 0x89,
- 0xb9, 0xe5, 0xae, 0x9a, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x2c, 0x20, 0xe5, 0x91, 0xbd, 0xe5,
- 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe4, 0xb8, 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x80,
- 0xbc, 0x1a, 0x32, 0xe6, 0xb8, 0xb2, 0xe6, 0x9f, 0x93, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5,
- 0x9c, 0xa8, 0xe7, 0x89, 0xb9, 0xe5, 0xae, 0x9a, 0xe9, 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x2c, 0x20,
- 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe4, 0xb8, 0x8b, 0xe7,
- 0x9a, 0x84, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x64, 0x12, 0x62, 0x2f, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64,
- 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75,
- 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63,
- 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x76,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x72, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x32,
- 0x8f, 0x02, 0x0a, 0x07, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x12, 0x87, 0x01, 0x0a, 0x07,
- 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x12, 0x1a, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x43, 0x92, 0x41, 0x22, 0x1a, 0x20, 0xe6, 0x8e, 0xa2, 0xe9, 0x92, 0x88, 0x41, 0x50, 0x49,
- 0x2c, 0x20, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x72, 0x65, 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73,
- 0x73, 0xe6, 0x8e, 0xa2, 0xe6, 0xb5, 0x8b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x68, 0x65,
- 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x12, 0x7a, 0x0a, 0x04, 0x50, 0x69, 0x6e, 0x67, 0x12, 0x17, 0x2e,
+ 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x78, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe4, 0xbb,
+ 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb, 0xb6, 0xe4, 0xb8, 0xad, 0xe5, 0xaf, 0xbc, 0xe5, 0x85, 0xa5,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0x1a, 0x18, 0xe4, 0xbb, 0x8e, 0xe6, 0x96, 0x87, 0xe4, 0xbb,
+ 0xb6, 0xe4, 0xb8, 0xad, 0xe5, 0xaf, 0xbc, 0xe5, 0x85, 0xa5, 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3b, 0x3a, 0x01, 0x2a, 0x22, 0x36, 0x2f, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d,
+ 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f, 0x69, 0x6d, 0x70, 0x6f, 0x72,
+ 0x74, 0x12, 0xb2, 0x02, 0x0a, 0x0f, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69,
+ 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
+ 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x52, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x61, 0x72,
+ 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xd5,
+ 0x01, 0x92, 0x41, 0x68, 0x12, 0x32, 0xe6, 0xb8, 0xb2, 0xe6, 0x9f, 0x93, 0xe5, 0x8f, 0x98, 0xe9,
+ 0x87, 0x8f, 0xe5, 0x9c, 0xa8, 0xe7, 0x89, 0xb9, 0xe5, 0xae, 0x9a, 0xe9, 0x9b, 0x86, 0xe7, 0xbe,
+ 0xa4, 0x2c, 0x20, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba, 0xe9, 0x97, 0xb4, 0xe4,
+ 0xb8, 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x80, 0xbc, 0x1a, 0x32, 0xe6, 0xb8, 0xb2, 0xe6, 0x9f, 0x93,
+ 0xe5, 0x8f, 0x98, 0xe9, 0x87, 0x8f, 0xe5, 0x9c, 0xa8, 0xe7, 0x89, 0xb9, 0xe5, 0xae, 0x9a, 0xe9,
+ 0x9b, 0x86, 0xe7, 0xbe, 0xa4, 0x2c, 0x20, 0xe5, 0x91, 0xbd, 0xe5, 0x90, 0x8d, 0xe7, 0xa9, 0xba,
+ 0xe9, 0x97, 0xb4, 0xe4, 0xb8, 0x8b, 0xe7, 0x9a, 0x84, 0xe5, 0x80, 0xbc, 0x82, 0xd3, 0xe4, 0x93,
+ 0x02, 0x64, 0x12, 0x62, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
+ 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65,
+ 0x72, 0x73, 0x2f, 0x7b, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x44, 0x7d, 0x2f, 0x6e,
+ 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x73,
+ 0x70, 0x61, 0x63, 0x65, 0x7d, 0x2f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x2f,
+ 0x72, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x32, 0x8f, 0x02, 0x0a, 0x07, 0x48, 0x65, 0x61, 0x6c, 0x74,
+ 0x68, 0x7a, 0x12, 0x87, 0x01, 0x0a, 0x07, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x12, 0x1a,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x6c,
+ 0x74, 0x68, 0x7a, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, 0x92, 0x41, 0x22, 0x1a, 0x20, 0xe6, 0x8e,
+ 0xa2, 0xe9, 0x92, 0x88, 0x41, 0x50, 0x49, 0x2c, 0x20, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x72,
+ 0x65, 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73, 0x73, 0xe6, 0x8e, 0xa2, 0xe6, 0xb5, 0x8b, 0x82, 0xd3,
+ 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x7a, 0x12, 0x7a, 0x0a, 0x04,
+ 0x50, 0x69, 0x6e, 0x67, 0x12, 0x17, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e,
0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x50, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x3f, 0x92, 0x41, 0x21, 0x1a, 0x1f, 0xe6, 0x8e, 0xa2, 0xe9, 0x92, 0x88, 0x41, 0x50, 0x49,
- 0x2c, 0x20, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73,
- 0xe6, 0x8e, 0xa2, 0xe6, 0xb5, 0x8b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x69, 0x6e,
- 0x67, 0x32, 0x9b, 0x12, 0x0a, 0x0f, 0x42, 0x43, 0x53, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0xbd, 0x01, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x25, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73,
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5e, 0x92, 0x41, 0x34, 0x12, 0x18, 0xe5, 0x88, 0x9b, 0xe5,
- 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf,
- 0xa1, 0xe6, 0x81, 0xaf, 0x1a, 0x18, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3,
- 0xe4, 0x93, 0x02, 0x21, 0x3a, 0x01, 0x2a, 0x22, 0x1c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12, 0xcf, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x3f, 0x92, 0x41, 0x21, 0x1a, 0x1f, 0xe6, 0x8e,
+ 0xa2, 0xe9, 0x92, 0x88, 0x41, 0x50, 0x49, 0x2c, 0x20, 0xe7, 0x94, 0xa8, 0xe4, 0xba, 0x8e, 0x6c,
+ 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0xe6, 0x8e, 0xa2, 0xe6, 0xb5, 0x8b, 0x82, 0xd3, 0xe4,
+ 0x93, 0x02, 0x15, 0x12, 0x13, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x69, 0x6e, 0x67, 0x32, 0x9b, 0x12, 0x0a, 0x0f, 0x42, 0x43, 0x53,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0xbd, 0x01, 0x0a,
+ 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x12, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x5e, 0x92, 0x41,
+ 0x34, 0x12, 0x18, 0xe5, 0x88, 0x9b, 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9,
+ 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x1a, 0x18, 0xe5, 0x88, 0x9b,
+ 0xe5, 0xbb, 0xba, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4,
+ 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x3a, 0x01, 0x2a, 0x22, 0x1c,
+ 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12, 0xcf, 0x01, 0x0a,
+ 0x0f, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x12, 0x22, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65,
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x76, 0x92, 0x41, 0x45, 0x12, 0x1d, 0xe6, 0x9f, 0xa5,
+ 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5,
+ 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x1a, 0x24, 0xe9, 0x80, 0x9a, 0xe8,
+ 0xbf, 0x87, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x44, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9,
+ 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12, 0x26, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x12, 0xc5,
+ 0x01, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x66,
+ 0x92, 0x41, 0x32, 0x12, 0x17, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a, 0x17, 0xe6, 0x9b,
+ 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4,
+ 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x1a, 0x26,
+ 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75,
+ 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x12, 0xd0, 0x01, 0x0a, 0x13, 0x53, 0x63, 0x61, 0x6c, 0x65,
+ 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x26,
+ 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c,
+ 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65,
0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
- 0x76, 0x92, 0x41, 0x45, 0x12, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7,
- 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0xe4, 0xbf, 0xa1,
- 0xe6, 0x81, 0xaf, 0x1a, 0x24, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x49, 0x44, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x12,
- 0x26, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71,
- 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x12, 0xc5, 0x01, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x25,
- 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61,
- 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52,
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x66, 0x92, 0x41, 0x32, 0x12, 0x17, 0xe6, 0x9b,
- 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a, 0x17, 0xe6, 0x9b, 0xb4, 0xe6, 0x96, 0xb0, 0xe9, 0xa1, 0xb9,
- 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe4, 0xbf, 0xa1, 0xe6, 0x81, 0xaf, 0x82, 0xd3,
- 0xe4, 0x93, 0x02, 0x2b, 0x3a, 0x01, 0x2a, 0x1a, 0x26, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x12,
- 0xd0, 0x01, 0x0a, 0x13, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x26, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
- 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61,
- 0x6c, 0x65, 0x55, 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x68, 0x92, 0x41, 0x2c, 0x12, 0x17, 0xe6,
- 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
- 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a, 0x11, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x3a,
- 0x01, 0x2a, 0x1a, 0x2e, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
+ 0x68, 0x92, 0x41, 0x2c, 0x12, 0x17, 0xe6, 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a, 0x11, 0xe6,
+ 0x89, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x33, 0x3a, 0x01, 0x2a, 0x1a, 0x2e, 0x2f, 0x62, 0x63, 0x73, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64,
+ 0x7d, 0x2f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x75, 0x70, 0x12, 0xd8, 0x01, 0x0a, 0x15, 0x53, 0x63,
+ 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x12, 0x28, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e,
+ 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65,
+ 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x6a, 0x92, 0x41, 0x2c, 0x12, 0x17, 0xe7,
+ 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba,
+ 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a, 0x11, 0xe7, 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1,
+ 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x3a,
+ 0x01, 0x2a, 0x1a, 0x30, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f,
0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73,
0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x2f, 0x73, 0x63, 0x61, 0x6c, 0x65,
- 0x75, 0x70, 0x12, 0xd8, 0x01, 0x0a, 0x15, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e,
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x28, 0x2e, 0x62,
- 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44,
- 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52,
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x50, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x22, 0x6a, 0x92, 0x41, 0x2c, 0x12, 0x17, 0xe7, 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x1a,
- 0x11, 0xe7, 0xbc, 0xa9, 0xe5, 0xae, 0xb9, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f,
- 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x3a, 0x01, 0x2a, 0x1a, 0x30, 0x2f, 0x62, 0x63,
+ 0x64, 0x6f, 0x77, 0x6e, 0x12, 0xa9, 0x01, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x25, 0x2e, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e,
+ 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70,
+ 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4a, 0x92, 0x41, 0x19, 0x1a, 0x17, 0xe5, 0x88, 0xa0, 0xe9, 0x99,
+ 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x2a, 0x26, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d,
+ 0x12, 0xf1, 0x01, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
+ 0x6e, 0x73, 0x65, 0x22, 0x8e, 0x01, 0x92, 0x41, 0x67, 0x12, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf,
+ 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f,
+ 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x46, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87,
+ 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8, 0xbf, 0x87, 0xe6,
+ 0xbb, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97,
+ 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0x88, 0x86, 0xe9, 0xa1,
+ 0xb5, 0xe5, 0x92, 0x8c, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae,
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
+ 0x6f, 0x74, 0x61, 0x73, 0x12, 0x99, 0x02, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x12, 0x26, 0x2e, 0x62,
+ 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
+ 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb0, 0x01,
+ 0x92, 0x41, 0x67, 0x12, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8,
+ 0xa1, 0xa8, 0x1a, 0x46, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2,
+ 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8, 0xbf, 0x87, 0xe6, 0xbb, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7,
+ 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe6,
+ 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe5, 0x92, 0x8c, 0xe5, 0x85,
+ 0xa8, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40,
+ 0x12, 0x3e, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x32,
+ 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x70,
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x73,
+ 0x12, 0x86, 0x02, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73,
+ 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65,
+ 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71,
+ 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65,
+ 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73,
+ 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x22, 0x9f, 0x01, 0x92, 0x41, 0x68, 0x12, 0x1e, 0xe6,
+ 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
+ 0x9d, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x1a, 0x46, 0xe6,
+ 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe7, 0x94, 0xa8, 0xe6, 0x88, 0xb7, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6,
+ 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe6, 0x8b, 0xac, 0xe9, 0x85, 0x8d,
+ 0xe9, 0xa2, 0x9d, 0xe5, 0x92, 0x8c, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe8,
+ 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2e, 0x12, 0x2c, 0x2f, 0x62, 0x63,
0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0x49, 0x64, 0x7d, 0x2f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x64, 0x6f, 0x77, 0x6e, 0x12, 0xa9, 0x01,
- 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x12, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
- 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x62, 0x63,
- 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4a, 0x92,
- 0x41, 0x19, 0x1a, 0x17, 0xe5, 0x88, 0xa0, 0xe9, 0x99, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x82, 0xd3, 0xe4, 0x93, 0x02,
- 0x28, 0x2a, 0x26, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76,
- 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f,
- 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x12, 0xf1, 0x01, 0x0a, 0x11, 0x4c, 0x69,
- 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12,
- 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73,
- 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65,
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8e, 0x01, 0x92,
- 0x41, 0x67, 0x12, 0x1d, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae,
- 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1,
- 0xa8, 0x1a, 0x46, 0xe9, 0x80, 0x9a, 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5,
- 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8, 0xbf, 0x87, 0xe6, 0xbb, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
- 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe6, 0x94,
- 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0x88, 0x86, 0xe9, 0xa1, 0xb5, 0xe5, 0x92, 0x8c, 0xe5, 0x85, 0xa8,
- 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0, 0xe6, 0x8d, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12,
- 0x1c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12, 0x99, 0x02,
- 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f,
- 0x74, 0x61, 0x73, 0x56, 0x32, 0x12, 0x26, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e,
- 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x56, 0x32, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xb0, 0x01, 0x92, 0x41, 0x67, 0x12, 0x1d, 0xe6, 0x9f,
- 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90,
- 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x1a, 0x46, 0xe9, 0x80, 0x9a,
- 0xe8, 0xbf, 0x87, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe5, 0x8f, 0x82, 0xe6, 0x95, 0xb0, 0xe8,
- 0xbf, 0x87, 0xe6, 0xbb, 0xa4, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61,
- 0xe5, 0x88, 0x97, 0xe8, 0xa1, 0xa8, 0x2c, 0x20, 0xe6, 0x94, 0xaf, 0xe6, 0x8c, 0x81, 0xe5, 0x88,
- 0x86, 0xe9, 0xa1, 0xb5, 0xe5, 0x92, 0x8c, 0xe5, 0x85, 0xa8, 0xe9, 0x87, 0x8f, 0xe6, 0x95, 0xb0,
- 0xe6, 0x8d, 0xae, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x12, 0x3e, 0x2f, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
- 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64,
- 0x65, 0x7d, 0x2f, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x12, 0x86, 0x02, 0x0a, 0x15, 0x47, 0x65,
- 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73,
- 0x61, 0x67, 0x65, 0x12, 0x24, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61,
- 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x62, 0x63, 0x73, 0x70,
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x55, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70,
- 0x22, 0x9f, 0x01, 0x92, 0x41, 0x68, 0x12, 0x1e, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8,
- 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x1a, 0x46, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe7, 0x94,
- 0xa8, 0xe6, 0x88, 0xb7, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7,
- 0x9a, 0x84, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x2c, 0x20,
- 0xe5, 0x8c, 0x85, 0xe6, 0x8b, 0xac, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe5, 0x92, 0x8c, 0xe5,
- 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x82, 0xd3,
- 0xe4, 0x93, 0x02, 0x2e, 0x12, 0x2c, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x73, 0x2f, 0x7b, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x61,
- 0x67, 0x65, 0x12, 0xba, 0x02, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
- 0x73, 0x12, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47,
- 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53,
- 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x1a, 0x2e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65,
+ 0x49, 0x64, 0x7d, 0x2f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x12, 0xba, 0x02, 0x0a, 0x1a, 0x47, 0x65,
0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74,
- 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0xbc, 0x01, 0x92, 0x41, 0x68, 0x12, 0x1e, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1,
- 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8,
- 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x1a, 0x46, 0xe6, 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe7, 0x94,
- 0xa8, 0xe6, 0x88, 0xb7, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7,
- 0x9a, 0x84, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x2c, 0x20,
- 0xe5, 0x8c, 0x85, 0xe6, 0x8b, 0xac, 0xe9, 0x85, 0x8d, 0xe9, 0xa2, 0x9d, 0xe5, 0x92, 0x8c, 0xe5,
- 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe8, 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x82, 0xd3,
- 0xe4, 0x93, 0x02, 0x4b, 0x12, 0x49, 0x2f, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
- 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74,
- 0x61, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f,
- 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x71, 0x75,
- 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x42,
- 0xa3, 0x01, 0x92, 0x41, 0x90, 0x01, 0x12, 0x24, 0x0a, 0x1b, 0x42, 0x63, 0x73, 0x20, 0x50, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x20, 0x41, 0x50,
- 0x49, 0x20, 0x44, 0x6f, 0x63, 0x32, 0x05, 0x30, 0x2e, 0x30, 0x2e, 0x31, 0x22, 0x0a, 0x2f, 0x62,
- 0x63, 0x73, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x34, 0x2a, 0x01, 0x01, 0x32, 0x10, 0x61, 0x70, 0x70,
- 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x10, 0x61,
- 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6a, 0x73, 0x6f, 0x6e, 0x5a,
- 0x23, 0x0a, 0x21, 0x0a, 0x0a, 0x41, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x41, 0x75, 0x74, 0x68, 0x12,
- 0x13, 0x08, 0x02, 0x1a, 0x0d, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69,
- 0x6f, 0x6e, 0x20, 0x02, 0x62, 0x10, 0x0a, 0x0e, 0x0a, 0x0a, 0x41, 0x70, 0x69, 0x4b, 0x65, 0x79,
- 0x41, 0x75, 0x74, 0x68, 0x12, 0x00, 0x5a, 0x0d, 0x2e, 0x2f, 0x3b, 0x62, 0x63, 0x73, 0x70, 0x72,
- 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+ 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x12, 0x2d, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72,
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
+ 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f,
+ 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x51,
+ 0x75, 0x6f, 0x74, 0x61, 0x73, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xbc, 0x01, 0x92, 0x41, 0x68, 0x12, 0x1e, 0xe6,
+ 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b, 0xae, 0xe9, 0x85, 0x8d, 0xe9, 0xa2,
+ 0x9d, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6, 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x1a, 0x46, 0xe6,
+ 0x9f, 0xa5, 0xe8, 0xaf, 0xa2, 0xe7, 0x94, 0xa8, 0xe6, 0x88, 0xb7, 0xe9, 0xa1, 0xb9, 0xe7, 0x9b,
+ 0xae, 0x71, 0x75, 0x6f, 0x74, 0x61, 0xe7, 0x9a, 0x84, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe6,
+ 0x83, 0x85, 0xe5, 0x86, 0xb5, 0x2c, 0x20, 0xe5, 0x8c, 0x85, 0xe6, 0x8b, 0xac, 0xe9, 0x85, 0x8d,
+ 0xe9, 0xa2, 0x9d, 0xe5, 0x92, 0x8c, 0xe5, 0xb7, 0xb2, 0xe4, 0xbd, 0xbf, 0xe7, 0x94, 0xa8, 0xe8,
+ 0xb5, 0x84, 0xe6, 0xba, 0x90, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x4b, 0x12, 0x49, 0x2f, 0x62, 0x63,
+ 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
+ 0x65, 0x63, 0x74, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
+ 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x44, 0x4f, 0x72, 0x43,
+ 0x6f, 0x64, 0x65, 0x7d, 0x2f, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74,
+ 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x42, 0xa3, 0x01, 0x92, 0x41, 0x90, 0x01, 0x12, 0x24, 0x0a,
+ 0x1b, 0x42, 0x63, 0x73, 0x20, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x4d, 0x61, 0x6e,
+ 0x61, 0x67, 0x65, 0x72, 0x20, 0x41, 0x50, 0x49, 0x20, 0x44, 0x6f, 0x63, 0x32, 0x05, 0x30, 0x2e,
+ 0x30, 0x2e, 0x31, 0x22, 0x0a, 0x2f, 0x62, 0x63, 0x73, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x34, 0x2a,
+ 0x01, 0x01, 0x32, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f,
+ 0x6a, 0x73, 0x6f, 0x6e, 0x3a, 0x10, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f,
+ 0x6e, 0x2f, 0x6a, 0x73, 0x6f, 0x6e, 0x5a, 0x23, 0x0a, 0x21, 0x0a, 0x0a, 0x41, 0x70, 0x69, 0x4b,
+ 0x65, 0x79, 0x41, 0x75, 0x74, 0x68, 0x12, 0x13, 0x08, 0x02, 0x1a, 0x0d, 0x41, 0x75, 0x74, 0x68,
+ 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x02, 0x62, 0x10, 0x0a, 0x0e, 0x0a,
+ 0x0a, 0x41, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x41, 0x75, 0x74, 0x68, 0x12, 0x00, 0x5a, 0x0d, 0x2e,
+ 0x2f, 0x3b, 0x62, 0x63, 0x73, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x62, 0x06, 0x70, 0x72,
+ 0x6f, 0x74, 0x6f, 0x33,
}
var (
@@ -14086,7 +14164,7 @@ func file_bcsproject_proto_rawDescGZIP() []byte {
return file_bcsproject_proto_rawDescData
}
-var file_bcsproject_proto_msgTypes = make([]protoimpl.MessageInfo, 141)
+var file_bcsproject_proto_msgTypes = make([]protoimpl.MessageInfo, 142)
var file_bcsproject_proto_goTypes = []interface{}{
(*Project)(nil), // 0: bcsproject.Project
(*CreateProjectRequest)(nil), // 1: bcsproject.CreateProjectRequest
@@ -14133,124 +14211,125 @@ var file_bcsproject_proto_goTypes = []interface{}{
(*DeleteNamespaceRequest)(nil), // 42: bcsproject.DeleteNamespaceRequest
(*DeleteNamespaceResponse)(nil), // 43: bcsproject.DeleteNamespaceResponse
(*NamespaceData)(nil), // 44: bcsproject.NamespaceData
- (*NativeNamespaceData)(nil), // 45: bcsproject.NativeNamespaceData
- (*Label)(nil), // 46: bcsproject.Label
- (*Annotation)(nil), // 47: bcsproject.Annotation
- (*ResourceQuota)(nil), // 48: bcsproject.ResourceQuota
- (*CreateVariableRequest)(nil), // 49: bcsproject.CreateVariableRequest
- (*CreateVariableResponse)(nil), // 50: bcsproject.CreateVariableResponse
- (*UpdateVariableRequest)(nil), // 51: bcsproject.UpdateVariableRequest
- (*UpdateVariableResponse)(nil), // 52: bcsproject.UpdateVariableResponse
- (*ListVariableDefinitionsRequest)(nil), // 53: bcsproject.ListVariableDefinitionsRequest
- (*ListVariableDefinitionsResponse)(nil), // 54: bcsproject.ListVariableDefinitionsResponse
- (*DeleteVariableDefinitionsRequest)(nil), // 55: bcsproject.DeleteVariableDefinitionsRequest
- (*DeleteVariableDefinitionsResponse)(nil), // 56: bcsproject.DeleteVariableDefinitionsResponse
- (*ListClustersVariablesRequest)(nil), // 57: bcsproject.ListClustersVariablesRequest
- (*ListClustersVariablesResponse)(nil), // 58: bcsproject.ListClustersVariablesResponse
- (*ListNamespacesVariablesRequest)(nil), // 59: bcsproject.ListNamespacesVariablesRequest
- (*ListNamespacesVariablesResponse)(nil), // 60: bcsproject.ListNamespacesVariablesResponse
- (*UpdateClustersVariablesRequest)(nil), // 61: bcsproject.UpdateClustersVariablesRequest
- (*UpdateClustersVariablesResponse)(nil), // 62: bcsproject.UpdateClustersVariablesResponse
- (*UpdateNamespacesVariablesRequest)(nil), // 63: bcsproject.UpdateNamespacesVariablesRequest
- (*UpdateNamespacesVariablesResponse)(nil), // 64: bcsproject.UpdateNamespacesVariablesResponse
- (*ListClusterVariablesRequest)(nil), // 65: bcsproject.ListClusterVariablesRequest
- (*ListClusterVariablesResponse)(nil), // 66: bcsproject.ListClusterVariablesResponse
- (*ListNamespaceVariablesRequest)(nil), // 67: bcsproject.ListNamespaceVariablesRequest
- (*ListNamespaceVariablesResponse)(nil), // 68: bcsproject.ListNamespaceVariablesResponse
- (*UpdateClusterVariablesRequest)(nil), // 69: bcsproject.UpdateClusterVariablesRequest
- (*UpdateClusterVariablesResponse)(nil), // 70: bcsproject.UpdateClusterVariablesResponse
- (*UpdateNamespaceVariablesRequest)(nil), // 71: bcsproject.UpdateNamespaceVariablesRequest
- (*UpdateNamespaceVariablesResponse)(nil), // 72: bcsproject.UpdateNamespaceVariablesResponse
- (*ImportVariablesRequest)(nil), // 73: bcsproject.ImportVariablesRequest
- (*ImportVariablesResponse)(nil), // 74: bcsproject.ImportVariablesResponse
- (*RenderVariablesRequest)(nil), // 75: bcsproject.RenderVariablesRequest
- (*RenderVariablesResponse)(nil), // 76: bcsproject.RenderVariablesResponse
- (*VariableDefinition)(nil), // 77: bcsproject.VariableDefinition
- (*VariableValue)(nil), // 78: bcsproject.VariableValue
- (*CreateVariableData)(nil), // 79: bcsproject.CreateVariableData
- (*UpdateVariableData)(nil), // 80: bcsproject.UpdateVariableData
- (*ListVariableDefinitionData)(nil), // 81: bcsproject.ListVariableDefinitionData
- (*DeleteVariableDefinitionsData)(nil), // 82: bcsproject.DeleteVariableDefinitionsData
- (*ListVariableValuesData)(nil), // 83: bcsproject.ListVariableValuesData
- (*ImportVariableData)(nil), // 84: bcsproject.ImportVariableData
- (*ImportVariableVarData)(nil), // 85: bcsproject.ImportVariableVarData
- (*HealthzRequest)(nil), // 86: bcsproject.HealthzRequest
- (*HealthzResponse)(nil), // 87: bcsproject.HealthzResponse
- (*HealthzData)(nil), // 88: bcsproject.HealthzData
- (*PingRequest)(nil), // 89: bcsproject.PingRequest
- (*PingResponse)(nil), // 90: bcsproject.PingResponse
- (*ProjectQuota)(nil), // 91: bcsproject.ProjectQuota
- (*NodeGroup)(nil), // 92: bcsproject.NodeGroup
- (*QuotaResource)(nil), // 93: bcsproject.QuotaResource
- (*QuotaStrategy)(nil), // 94: bcsproject.QuotaStrategy
- (*InstanceTypeConfig)(nil), // 95: bcsproject.InstanceTypeConfig
- (*DataDisk)(nil), // 96: bcsproject.DataDisk
- (*DeviceInfo)(nil), // 97: bcsproject.DeviceInfo
- (*CreateProjectQuotaRequest)(nil), // 98: bcsproject.CreateProjectQuotaRequest
- (*QuotaAttr)(nil), // 99: bcsproject.QuotaAttr
- (*QuotaLimit)(nil), // 100: bcsproject.QuotaLimit
- (*QuotaSharedProject)(nil), // 101: bcsproject.QuotaSharedProject
- (*GetProjectQuotaRequest)(nil), // 102: bcsproject.GetProjectQuotaRequest
- (*QuotaSharedProjectList)(nil), // 103: bcsproject.QuotaSharedProjectList
- (*UpdateProjectQuotaRequest)(nil), // 104: bcsproject.UpdateProjectQuotaRequest
- (*UpdateProjectV2Request)(nil), // 105: bcsproject.UpdateProjectV2Request
- (*DeleteProjectQuotaRequest)(nil), // 106: bcsproject.DeleteProjectQuotaRequest
- (*ProjectQuotaResponse)(nil), // 107: bcsproject.ProjectQuotaResponse
- (*ListProjectQuotasRequest)(nil), // 108: bcsproject.ListProjectQuotasRequest
- (*ListProjectQuotasData)(nil), // 109: bcsproject.ListProjectQuotasData
- (*ListProjectQuotasResponse)(nil), // 110: bcsproject.ListProjectQuotasResponse
- (*ListProjectQuotasV2Request)(nil), // 111: bcsproject.ListProjectQuotasV2Request
- (*ListProjectQuotasV2Response)(nil), // 112: bcsproject.ListProjectQuotasV2Response
- (*GetProjectQuotasUsageReq)(nil), // 113: bcsproject.GetProjectQuotasUsageReq
- (*GetProjectQuotasUsageResp)(nil), // 114: bcsproject.GetProjectQuotasUsageResp
- (*ZoneResourceUsage)(nil), // 115: bcsproject.ZoneResourceUsage
- (*GetProjectQuotasUsageData)(nil), // 116: bcsproject.GetProjectQuotasUsageData
- (*ScaleUpProjectQuotaRequest)(nil), // 117: bcsproject.ScaleUpProjectQuotaRequest
- (*ScaleUpProjectQuotaResponse)(nil), // 118: bcsproject.ScaleUpProjectQuotaResponse
- (*ScaleDownProjectQuotaRequest)(nil), // 119: bcsproject.ScaleDownProjectQuotaRequest
- (*ScaleDownProjectQuotaResponse)(nil), // 120: bcsproject.ScaleDownProjectQuotaResponse
- (*GetProjectQuotasStatisticsRequest)(nil), // 121: bcsproject.GetProjectQuotasStatisticsRequest
- (*GetProjectQuotasStatisticsResponse)(nil), // 122: bcsproject.GetProjectQuotasStatisticsResponse
- (*QuotaResourceData)(nil), // 123: bcsproject.QuotaResourceData
- (*ProjectQuotasStatisticsData)(nil), // 124: bcsproject.ProjectQuotasStatisticsData
- nil, // 125: bcsproject.Project.LabelsEntry
- nil, // 126: bcsproject.Project.AnnotationsEntry
- nil, // 127: bcsproject.CreateProjectRequest.LabelsEntry
- nil, // 128: bcsproject.CreateProjectRequest.AnnotationsEntry
- nil, // 129: bcsproject.UpdateProjectRequest.LabelsEntry
- nil, // 130: bcsproject.UpdateProjectRequest.AnnotationsEntry
- (*ListProjectsForIAMResp_Project)(nil), // 131: bcsproject.ListProjectsForIAMResp.Project
- nil, // 132: bcsproject.ProjectQuota.LabelsEntry
- nil, // 133: bcsproject.ProjectQuota.AnnotationsEntry
- nil, // 134: bcsproject.DeviceInfo.AttributesEntry
- nil, // 135: bcsproject.CreateProjectQuotaRequest.LabelsEntry
- nil, // 136: bcsproject.CreateProjectQuotaRequest.AnnotationsEntry
- nil, // 137: bcsproject.UpdateProjectQuotaRequest.LabelsEntry
- nil, // 138: bcsproject.UpdateProjectQuotaRequest.AnnotationsEntry
- nil, // 139: bcsproject.UpdateProjectV2Request.LabelsEntry
- nil, // 140: bcsproject.UpdateProjectV2Request.AnnotationsEntry
- (*wrappers.BoolValue)(nil), // 141: google.protobuf.BoolValue
- (*_struct.Struct)(nil), // 142: google.protobuf.Struct
- (*wrappers.Int64Value)(nil), // 143: google.protobuf.Int64Value
+ (*OtherQuota)(nil), // 45: bcsproject.OtherQuota
+ (*NativeNamespaceData)(nil), // 46: bcsproject.NativeNamespaceData
+ (*Label)(nil), // 47: bcsproject.Label
+ (*Annotation)(nil), // 48: bcsproject.Annotation
+ (*ResourceQuota)(nil), // 49: bcsproject.ResourceQuota
+ (*CreateVariableRequest)(nil), // 50: bcsproject.CreateVariableRequest
+ (*CreateVariableResponse)(nil), // 51: bcsproject.CreateVariableResponse
+ (*UpdateVariableRequest)(nil), // 52: bcsproject.UpdateVariableRequest
+ (*UpdateVariableResponse)(nil), // 53: bcsproject.UpdateVariableResponse
+ (*ListVariableDefinitionsRequest)(nil), // 54: bcsproject.ListVariableDefinitionsRequest
+ (*ListVariableDefinitionsResponse)(nil), // 55: bcsproject.ListVariableDefinitionsResponse
+ (*DeleteVariableDefinitionsRequest)(nil), // 56: bcsproject.DeleteVariableDefinitionsRequest
+ (*DeleteVariableDefinitionsResponse)(nil), // 57: bcsproject.DeleteVariableDefinitionsResponse
+ (*ListClustersVariablesRequest)(nil), // 58: bcsproject.ListClustersVariablesRequest
+ (*ListClustersVariablesResponse)(nil), // 59: bcsproject.ListClustersVariablesResponse
+ (*ListNamespacesVariablesRequest)(nil), // 60: bcsproject.ListNamespacesVariablesRequest
+ (*ListNamespacesVariablesResponse)(nil), // 61: bcsproject.ListNamespacesVariablesResponse
+ (*UpdateClustersVariablesRequest)(nil), // 62: bcsproject.UpdateClustersVariablesRequest
+ (*UpdateClustersVariablesResponse)(nil), // 63: bcsproject.UpdateClustersVariablesResponse
+ (*UpdateNamespacesVariablesRequest)(nil), // 64: bcsproject.UpdateNamespacesVariablesRequest
+ (*UpdateNamespacesVariablesResponse)(nil), // 65: bcsproject.UpdateNamespacesVariablesResponse
+ (*ListClusterVariablesRequest)(nil), // 66: bcsproject.ListClusterVariablesRequest
+ (*ListClusterVariablesResponse)(nil), // 67: bcsproject.ListClusterVariablesResponse
+ (*ListNamespaceVariablesRequest)(nil), // 68: bcsproject.ListNamespaceVariablesRequest
+ (*ListNamespaceVariablesResponse)(nil), // 69: bcsproject.ListNamespaceVariablesResponse
+ (*UpdateClusterVariablesRequest)(nil), // 70: bcsproject.UpdateClusterVariablesRequest
+ (*UpdateClusterVariablesResponse)(nil), // 71: bcsproject.UpdateClusterVariablesResponse
+ (*UpdateNamespaceVariablesRequest)(nil), // 72: bcsproject.UpdateNamespaceVariablesRequest
+ (*UpdateNamespaceVariablesResponse)(nil), // 73: bcsproject.UpdateNamespaceVariablesResponse
+ (*ImportVariablesRequest)(nil), // 74: bcsproject.ImportVariablesRequest
+ (*ImportVariablesResponse)(nil), // 75: bcsproject.ImportVariablesResponse
+ (*RenderVariablesRequest)(nil), // 76: bcsproject.RenderVariablesRequest
+ (*RenderVariablesResponse)(nil), // 77: bcsproject.RenderVariablesResponse
+ (*VariableDefinition)(nil), // 78: bcsproject.VariableDefinition
+ (*VariableValue)(nil), // 79: bcsproject.VariableValue
+ (*CreateVariableData)(nil), // 80: bcsproject.CreateVariableData
+ (*UpdateVariableData)(nil), // 81: bcsproject.UpdateVariableData
+ (*ListVariableDefinitionData)(nil), // 82: bcsproject.ListVariableDefinitionData
+ (*DeleteVariableDefinitionsData)(nil), // 83: bcsproject.DeleteVariableDefinitionsData
+ (*ListVariableValuesData)(nil), // 84: bcsproject.ListVariableValuesData
+ (*ImportVariableData)(nil), // 85: bcsproject.ImportVariableData
+ (*ImportVariableVarData)(nil), // 86: bcsproject.ImportVariableVarData
+ (*HealthzRequest)(nil), // 87: bcsproject.HealthzRequest
+ (*HealthzResponse)(nil), // 88: bcsproject.HealthzResponse
+ (*HealthzData)(nil), // 89: bcsproject.HealthzData
+ (*PingRequest)(nil), // 90: bcsproject.PingRequest
+ (*PingResponse)(nil), // 91: bcsproject.PingResponse
+ (*ProjectQuota)(nil), // 92: bcsproject.ProjectQuota
+ (*NodeGroup)(nil), // 93: bcsproject.NodeGroup
+ (*QuotaResource)(nil), // 94: bcsproject.QuotaResource
+ (*QuotaStrategy)(nil), // 95: bcsproject.QuotaStrategy
+ (*InstanceTypeConfig)(nil), // 96: bcsproject.InstanceTypeConfig
+ (*DataDisk)(nil), // 97: bcsproject.DataDisk
+ (*DeviceInfo)(nil), // 98: bcsproject.DeviceInfo
+ (*CreateProjectQuotaRequest)(nil), // 99: bcsproject.CreateProjectQuotaRequest
+ (*QuotaAttr)(nil), // 100: bcsproject.QuotaAttr
+ (*QuotaLimit)(nil), // 101: bcsproject.QuotaLimit
+ (*QuotaSharedProject)(nil), // 102: bcsproject.QuotaSharedProject
+ (*GetProjectQuotaRequest)(nil), // 103: bcsproject.GetProjectQuotaRequest
+ (*QuotaSharedProjectList)(nil), // 104: bcsproject.QuotaSharedProjectList
+ (*UpdateProjectQuotaRequest)(nil), // 105: bcsproject.UpdateProjectQuotaRequest
+ (*UpdateProjectV2Request)(nil), // 106: bcsproject.UpdateProjectV2Request
+ (*DeleteProjectQuotaRequest)(nil), // 107: bcsproject.DeleteProjectQuotaRequest
+ (*ProjectQuotaResponse)(nil), // 108: bcsproject.ProjectQuotaResponse
+ (*ListProjectQuotasRequest)(nil), // 109: bcsproject.ListProjectQuotasRequest
+ (*ListProjectQuotasData)(nil), // 110: bcsproject.ListProjectQuotasData
+ (*ListProjectQuotasResponse)(nil), // 111: bcsproject.ListProjectQuotasResponse
+ (*ListProjectQuotasV2Request)(nil), // 112: bcsproject.ListProjectQuotasV2Request
+ (*ListProjectQuotasV2Response)(nil), // 113: bcsproject.ListProjectQuotasV2Response
+ (*GetProjectQuotasUsageReq)(nil), // 114: bcsproject.GetProjectQuotasUsageReq
+ (*GetProjectQuotasUsageResp)(nil), // 115: bcsproject.GetProjectQuotasUsageResp
+ (*ZoneResourceUsage)(nil), // 116: bcsproject.ZoneResourceUsage
+ (*GetProjectQuotasUsageData)(nil), // 117: bcsproject.GetProjectQuotasUsageData
+ (*ScaleUpProjectQuotaRequest)(nil), // 118: bcsproject.ScaleUpProjectQuotaRequest
+ (*ScaleUpProjectQuotaResponse)(nil), // 119: bcsproject.ScaleUpProjectQuotaResponse
+ (*ScaleDownProjectQuotaRequest)(nil), // 120: bcsproject.ScaleDownProjectQuotaRequest
+ (*ScaleDownProjectQuotaResponse)(nil), // 121: bcsproject.ScaleDownProjectQuotaResponse
+ (*GetProjectQuotasStatisticsRequest)(nil), // 122: bcsproject.GetProjectQuotasStatisticsRequest
+ (*GetProjectQuotasStatisticsResponse)(nil), // 123: bcsproject.GetProjectQuotasStatisticsResponse
+ (*QuotaResourceData)(nil), // 124: bcsproject.QuotaResourceData
+ (*ProjectQuotasStatisticsData)(nil), // 125: bcsproject.ProjectQuotasStatisticsData
+ nil, // 126: bcsproject.Project.LabelsEntry
+ nil, // 127: bcsproject.Project.AnnotationsEntry
+ nil, // 128: bcsproject.CreateProjectRequest.LabelsEntry
+ nil, // 129: bcsproject.CreateProjectRequest.AnnotationsEntry
+ nil, // 130: bcsproject.UpdateProjectRequest.LabelsEntry
+ nil, // 131: bcsproject.UpdateProjectRequest.AnnotationsEntry
+ (*ListProjectsForIAMResp_Project)(nil), // 132: bcsproject.ListProjectsForIAMResp.Project
+ nil, // 133: bcsproject.ProjectQuota.LabelsEntry
+ nil, // 134: bcsproject.ProjectQuota.AnnotationsEntry
+ nil, // 135: bcsproject.DeviceInfo.AttributesEntry
+ nil, // 136: bcsproject.CreateProjectQuotaRequest.LabelsEntry
+ nil, // 137: bcsproject.CreateProjectQuotaRequest.AnnotationsEntry
+ nil, // 138: bcsproject.UpdateProjectQuotaRequest.LabelsEntry
+ nil, // 139: bcsproject.UpdateProjectQuotaRequest.AnnotationsEntry
+ nil, // 140: bcsproject.UpdateProjectV2Request.LabelsEntry
+ nil, // 141: bcsproject.UpdateProjectV2Request.AnnotationsEntry
+ (*wrappers.BoolValue)(nil), // 142: google.protobuf.BoolValue
+ (*_struct.Struct)(nil), // 143: google.protobuf.Struct
+ (*wrappers.Int64Value)(nil), // 144: google.protobuf.Int64Value
}
var file_bcsproject_proto_depIdxs = []int32{
- 125, // 0: bcsproject.Project.labels:type_name -> bcsproject.Project.LabelsEntry
- 126, // 1: bcsproject.Project.annotations:type_name -> bcsproject.Project.AnnotationsEntry
- 127, // 2: bcsproject.CreateProjectRequest.labels:type_name -> bcsproject.CreateProjectRequest.LabelsEntry
- 128, // 3: bcsproject.CreateProjectRequest.annotations:type_name -> bcsproject.CreateProjectRequest.AnnotationsEntry
- 141, // 4: bcsproject.UpdateProjectRequest.useBKRes:type_name -> google.protobuf.BoolValue
- 141, // 5: bcsproject.UpdateProjectRequest.isOffline:type_name -> google.protobuf.BoolValue
- 129, // 6: bcsproject.UpdateProjectRequest.labels:type_name -> bcsproject.UpdateProjectRequest.LabelsEntry
- 130, // 7: bcsproject.UpdateProjectRequest.annotations:type_name -> bcsproject.UpdateProjectRequest.AnnotationsEntry
+ 126, // 0: bcsproject.Project.labels:type_name -> bcsproject.Project.LabelsEntry
+ 127, // 1: bcsproject.Project.annotations:type_name -> bcsproject.Project.AnnotationsEntry
+ 128, // 2: bcsproject.CreateProjectRequest.labels:type_name -> bcsproject.CreateProjectRequest.LabelsEntry
+ 129, // 3: bcsproject.CreateProjectRequest.annotations:type_name -> bcsproject.CreateProjectRequest.AnnotationsEntry
+ 142, // 4: bcsproject.UpdateProjectRequest.useBKRes:type_name -> google.protobuf.BoolValue
+ 142, // 5: bcsproject.UpdateProjectRequest.isOffline:type_name -> google.protobuf.BoolValue
+ 130, // 6: bcsproject.UpdateProjectRequest.labels:type_name -> bcsproject.UpdateProjectRequest.LabelsEntry
+ 131, // 7: bcsproject.UpdateProjectRequest.annotations:type_name -> bcsproject.UpdateProjectRequest.AnnotationsEntry
0, // 8: bcsproject.ProjectResponse.data:type_name -> bcsproject.Project
9, // 9: bcsproject.ProjectResponse.web_annotations:type_name -> bcsproject.Perms
0, // 10: bcsproject.ListProjectData.results:type_name -> bcsproject.Project
7, // 11: bcsproject.ListProjectsResponse.data:type_name -> bcsproject.ListProjectData
9, // 12: bcsproject.ListProjectsResponse.web_annotations:type_name -> bcsproject.Perms
- 142, // 13: bcsproject.Perms.perms:type_name -> google.protobuf.Struct
+ 143, // 13: bcsproject.Perms.perms:type_name -> google.protobuf.Struct
7, // 14: bcsproject.ListAuthorizedProjResp.data:type_name -> bcsproject.ListProjectData
9, // 15: bcsproject.ListAuthorizedProjResp.web_annotations:type_name -> bcsproject.Perms
- 131, // 16: bcsproject.ListProjectsForIAMResp.data:type_name -> bcsproject.ListProjectsForIAMResp.Project
+ 132, // 16: bcsproject.ListProjectsForIAMResp.data:type_name -> bcsproject.ListProjectsForIAMResp.Project
16, // 17: bcsproject.GetProjectActiveResponse.data:type_name -> bcsproject.ProjectActiveData
23, // 18: bcsproject.GetBusinessResponse.data:type_name -> bcsproject.BusinessData
9, // 19: bcsproject.GetBusinessResponse.web_annotations:type_name -> bcsproject.Perms
@@ -14259,212 +14338,214 @@ var file_bcsproject_proto_depIdxs = []int32{
24, // 22: bcsproject.GetBusinessTopologyResponse.data:type_name -> bcsproject.TopologyData
9, // 23: bcsproject.GetBusinessTopologyResponse.web_annotations:type_name -> bcsproject.Perms
24, // 24: bcsproject.TopologyData.child:type_name -> bcsproject.TopologyData
- 48, // 25: bcsproject.CreateNamespaceRequest.quota:type_name -> bcsproject.ResourceQuota
- 46, // 26: bcsproject.CreateNamespaceRequest.labels:type_name -> bcsproject.Label
- 47, // 27: bcsproject.CreateNamespaceRequest.annotations:type_name -> bcsproject.Annotation
- 78, // 28: bcsproject.CreateNamespaceRequest.variables:type_name -> bcsproject.VariableValue
+ 49, // 25: bcsproject.CreateNamespaceRequest.quota:type_name -> bcsproject.ResourceQuota
+ 47, // 26: bcsproject.CreateNamespaceRequest.labels:type_name -> bcsproject.Label
+ 48, // 27: bcsproject.CreateNamespaceRequest.annotations:type_name -> bcsproject.Annotation
+ 79, // 28: bcsproject.CreateNamespaceRequest.variables:type_name -> bcsproject.VariableValue
44, // 29: bcsproject.CreateNamespaceResponse.data:type_name -> bcsproject.NamespaceData
9, // 30: bcsproject.CreateNamespaceResponse.web_annotations:type_name -> bcsproject.Perms
- 46, // 31: bcsproject.UpdateNamespaceRequest.labels:type_name -> bcsproject.Label
- 47, // 32: bcsproject.UpdateNamespaceRequest.annotations:type_name -> bcsproject.Annotation
- 48, // 33: bcsproject.UpdateNamespaceRequest.quota:type_name -> bcsproject.ResourceQuota
+ 47, // 31: bcsproject.UpdateNamespaceRequest.labels:type_name -> bcsproject.Label
+ 48, // 32: bcsproject.UpdateNamespaceRequest.annotations:type_name -> bcsproject.Annotation
+ 49, // 33: bcsproject.UpdateNamespaceRequest.quota:type_name -> bcsproject.ResourceQuota
9, // 34: bcsproject.UpdateNamespaceResponse.web_annotations:type_name -> bcsproject.Perms
44, // 35: bcsproject.GetNamespaceResponse.data:type_name -> bcsproject.NamespaceData
9, // 36: bcsproject.GetNamespaceResponse.web_annotations:type_name -> bcsproject.Perms
44, // 37: bcsproject.ListNamespacesResponse.data:type_name -> bcsproject.NamespaceData
9, // 38: bcsproject.ListNamespacesResponse.web_annotations:type_name -> bcsproject.Perms
- 45, // 39: bcsproject.ListNativeNamespacesResponse.data:type_name -> bcsproject.NativeNamespaceData
+ 46, // 39: bcsproject.ListNativeNamespacesResponse.data:type_name -> bcsproject.NativeNamespaceData
9, // 40: bcsproject.ListNativeNamespacesResponse.web_annotations:type_name -> bcsproject.Perms
9, // 41: bcsproject.DeleteNamespaceResponse.perms:type_name -> bcsproject.Perms
- 48, // 42: bcsproject.NamespaceData.quota:type_name -> bcsproject.ResourceQuota
- 48, // 43: bcsproject.NamespaceData.used:type_name -> bcsproject.ResourceQuota
- 46, // 44: bcsproject.NamespaceData.labels:type_name -> bcsproject.Label
- 47, // 45: bcsproject.NamespaceData.annotations:type_name -> bcsproject.Annotation
- 78, // 46: bcsproject.NamespaceData.variables:type_name -> bcsproject.VariableValue
- 79, // 47: bcsproject.CreateVariableResponse.data:type_name -> bcsproject.CreateVariableData
- 80, // 48: bcsproject.UpdateVariableResponse.data:type_name -> bcsproject.UpdateVariableData
- 81, // 49: bcsproject.ListVariableDefinitionsResponse.data:type_name -> bcsproject.ListVariableDefinitionData
- 82, // 50: bcsproject.DeleteVariableDefinitionsResponse.data:type_name -> bcsproject.DeleteVariableDefinitionsData
- 83, // 51: bcsproject.ListClustersVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
- 83, // 52: bcsproject.ListNamespacesVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
- 78, // 53: bcsproject.UpdateClustersVariablesRequest.data:type_name -> bcsproject.VariableValue
- 78, // 54: bcsproject.UpdateNamespacesVariablesRequest.data:type_name -> bcsproject.VariableValue
- 83, // 55: bcsproject.ListClusterVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
- 83, // 56: bcsproject.ListNamespaceVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
- 78, // 57: bcsproject.UpdateClusterVariablesRequest.data:type_name -> bcsproject.VariableValue
- 78, // 58: bcsproject.UpdateNamespaceVariablesRequest.data:type_name -> bcsproject.VariableValue
- 84, // 59: bcsproject.ImportVariablesRequest.data:type_name -> bcsproject.ImportVariableData
- 78, // 60: bcsproject.RenderVariablesResponse.data:type_name -> bcsproject.VariableValue
- 77, // 61: bcsproject.ListVariableDefinitionData.results:type_name -> bcsproject.VariableDefinition
- 78, // 62: bcsproject.ListVariableValuesData.results:type_name -> bcsproject.VariableValue
- 85, // 63: bcsproject.ImportVariableData.vars:type_name -> bcsproject.ImportVariableVarData
- 88, // 64: bcsproject.HealthzResponse.data:type_name -> bcsproject.HealthzData
- 93, // 65: bcsproject.ProjectQuota.quota:type_name -> bcsproject.QuotaResource
- 92, // 66: bcsproject.ProjectQuota.nodeGroups:type_name -> bcsproject.NodeGroup
- 132, // 67: bcsproject.ProjectQuota.labels:type_name -> bcsproject.ProjectQuota.LabelsEntry
- 133, // 68: bcsproject.ProjectQuota.annotations:type_name -> bcsproject.ProjectQuota.AnnotationsEntry
- 99, // 69: bcsproject.ProjectQuota.quotaAttr:type_name -> bcsproject.QuotaAttr
- 101, // 70: bcsproject.ProjectQuota.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProject
- 95, // 71: bcsproject.QuotaResource.zoneResources:type_name -> bcsproject.InstanceTypeConfig
- 97, // 72: bcsproject.QuotaResource.cpu:type_name -> bcsproject.DeviceInfo
- 97, // 73: bcsproject.QuotaResource.mem:type_name -> bcsproject.DeviceInfo
- 97, // 74: bcsproject.QuotaResource.gpu:type_name -> bcsproject.DeviceInfo
- 143, // 75: bcsproject.QuotaStrategy.expectTime:type_name -> google.protobuf.Int64Value
- 96, // 76: bcsproject.InstanceTypeConfig.systemDisk:type_name -> bcsproject.DataDisk
- 96, // 77: bcsproject.InstanceTypeConfig.dataDisks:type_name -> bcsproject.DataDisk
- 134, // 78: bcsproject.DeviceInfo.attributes:type_name -> bcsproject.DeviceInfo.AttributesEntry
- 93, // 79: bcsproject.CreateProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
- 135, // 80: bcsproject.CreateProjectQuotaRequest.labels:type_name -> bcsproject.CreateProjectQuotaRequest.LabelsEntry
- 136, // 81: bcsproject.CreateProjectQuotaRequest.annotations:type_name -> bcsproject.CreateProjectQuotaRequest.AnnotationsEntry
- 99, // 82: bcsproject.CreateProjectQuotaRequest.quotaAttr:type_name -> bcsproject.QuotaAttr
- 141, // 83: bcsproject.CreateProjectQuotaRequest.quotaSharedEnabled:type_name -> google.protobuf.BoolValue
- 101, // 84: bcsproject.CreateProjectQuotaRequest.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProject
- 141, // 85: bcsproject.CreateProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
- 100, // 86: bcsproject.QuotaSharedProject.usageLimit:type_name -> bcsproject.QuotaLimit
- 100, // 87: bcsproject.QuotaSharedProject.usedAmount:type_name -> bcsproject.QuotaLimit
- 101, // 88: bcsproject.QuotaSharedProjectList.values:type_name -> bcsproject.QuotaSharedProject
- 93, // 89: bcsproject.UpdateProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
- 137, // 90: bcsproject.UpdateProjectQuotaRequest.labels:type_name -> bcsproject.UpdateProjectQuotaRequest.LabelsEntry
- 138, // 91: bcsproject.UpdateProjectQuotaRequest.annotations:type_name -> bcsproject.UpdateProjectQuotaRequest.AnnotationsEntry
- 99, // 92: bcsproject.UpdateProjectQuotaRequest.quotaAttr:type_name -> bcsproject.QuotaAttr
- 141, // 93: bcsproject.UpdateProjectQuotaRequest.quotaSharedEnabled:type_name -> google.protobuf.BoolValue
- 103, // 94: bcsproject.UpdateProjectQuotaRequest.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProjectList
- 141, // 95: bcsproject.UpdateProjectV2Request.useBKRes:type_name -> google.protobuf.BoolValue
- 141, // 96: bcsproject.UpdateProjectV2Request.isOffline:type_name -> google.protobuf.BoolValue
- 139, // 97: bcsproject.UpdateProjectV2Request.labels:type_name -> bcsproject.UpdateProjectV2Request.LabelsEntry
- 140, // 98: bcsproject.UpdateProjectV2Request.annotations:type_name -> bcsproject.UpdateProjectV2Request.AnnotationsEntry
- 99, // 99: bcsproject.UpdateProjectV2Request.quotaAttr:type_name -> bcsproject.QuotaAttr
- 103, // 100: bcsproject.UpdateProjectV2Request.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProjectList
- 141, // 101: bcsproject.DeleteProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
- 91, // 102: bcsproject.ProjectQuotaResponse.data:type_name -> bcsproject.ProjectQuota
- 142, // 103: bcsproject.ProjectQuotaResponse.task:type_name -> google.protobuf.Struct
- 9, // 104: bcsproject.ProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
- 91, // 105: bcsproject.ListProjectQuotasData.results:type_name -> bcsproject.ProjectQuota
- 109, // 106: bcsproject.ListProjectQuotasResponse.data:type_name -> bcsproject.ListProjectQuotasData
- 9, // 107: bcsproject.ListProjectQuotasResponse.web_annotations:type_name -> bcsproject.Perms
- 109, // 108: bcsproject.ListProjectQuotasV2Response.data:type_name -> bcsproject.ListProjectQuotasData
- 9, // 109: bcsproject.ListProjectQuotasV2Response.web_annotations:type_name -> bcsproject.Perms
- 116, // 110: bcsproject.GetProjectQuotasUsageResp.data:type_name -> bcsproject.GetProjectQuotasUsageData
- 9, // 111: bcsproject.GetProjectQuotasUsageResp.web_annotations:type_name -> bcsproject.Perms
- 91, // 112: bcsproject.GetProjectQuotasUsageData.quota:type_name -> bcsproject.ProjectQuota
- 115, // 113: bcsproject.GetProjectQuotasUsageData.quotaUsage:type_name -> bcsproject.ZoneResourceUsage
- 93, // 114: bcsproject.ScaleUpProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
- 141, // 115: bcsproject.ScaleUpProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
- 142, // 116: bcsproject.ScaleUpProjectQuotaResponse.task:type_name -> google.protobuf.Struct
- 9, // 117: bcsproject.ScaleUpProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
- 93, // 118: bcsproject.ScaleDownProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
- 141, // 119: bcsproject.ScaleDownProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
- 142, // 120: bcsproject.ScaleDownProjectQuotaResponse.task:type_name -> google.protobuf.Struct
- 9, // 121: bcsproject.ScaleDownProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
- 124, // 122: bcsproject.GetProjectQuotasStatisticsResponse.data:type_name -> bcsproject.ProjectQuotasStatisticsData
- 123, // 123: bcsproject.ProjectQuotasStatisticsData.cpu:type_name -> bcsproject.QuotaResourceData
- 123, // 124: bcsproject.ProjectQuotasStatisticsData.mem:type_name -> bcsproject.QuotaResourceData
- 123, // 125: bcsproject.ProjectQuotasStatisticsData.gpu:type_name -> bcsproject.QuotaResourceData
- 1, // 126: bcsproject.BCSProject.CreateProject:input_type -> bcsproject.CreateProjectRequest
- 2, // 127: bcsproject.BCSProject.GetProject:input_type -> bcsproject.GetProjectRequest
- 3, // 128: bcsproject.BCSProject.UpdateProject:input_type -> bcsproject.UpdateProjectRequest
- 105, // 129: bcsproject.BCSProject.UpdateProjectV2:input_type -> bcsproject.UpdateProjectV2Request
- 4, // 130: bcsproject.BCSProject.DeleteProject:input_type -> bcsproject.DeleteProjectRequest
- 6, // 131: bcsproject.BCSProject.ListProjects:input_type -> bcsproject.ListProjectsRequest
- 10, // 132: bcsproject.BCSProject.ListAuthorizedProjects:input_type -> bcsproject.ListAuthorizedProjReq
- 12, // 133: bcsproject.BCSProject.ListProjectsForIAM:input_type -> bcsproject.ListProjectsForIAMReq
- 14, // 134: bcsproject.BCSProject.GetProjectActive:input_type -> bcsproject.GetProjectActiveRequest
- 17, // 135: bcsproject.Business.GetBusiness:input_type -> bcsproject.GetBusinessRequest
- 19, // 136: bcsproject.Business.ListBusiness:input_type -> bcsproject.ListBusinessRequest
- 21, // 137: bcsproject.Business.GetBusinessTopology:input_type -> bcsproject.GetBusinessTopologyRequest
- 29, // 138: bcsproject.Namespace.CreateNamespace:input_type -> bcsproject.CreateNamespaceRequest
- 31, // 139: bcsproject.Namespace.CreateNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
- 33, // 140: bcsproject.Namespace.UpdateNamespace:input_type -> bcsproject.UpdateNamespaceRequest
- 31, // 141: bcsproject.Namespace.UpdateNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
- 35, // 142: bcsproject.Namespace.GetNamespace:input_type -> bcsproject.GetNamespaceRequest
- 37, // 143: bcsproject.Namespace.ListNamespaces:input_type -> bcsproject.ListNamespacesRequest
- 42, // 144: bcsproject.Namespace.DeleteNamespace:input_type -> bcsproject.DeleteNamespaceRequest
- 31, // 145: bcsproject.Namespace.DeleteNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
- 25, // 146: bcsproject.Namespace.SyncNamespace:input_type -> bcsproject.SyncNamespaceRequest
- 27, // 147: bcsproject.Namespace.WithdrawNamespace:input_type -> bcsproject.WithdrawNamespaceRequest
- 39, // 148: bcsproject.Namespace.ListNativeNamespaces:input_type -> bcsproject.ListNativeNamespacesRequest
- 41, // 149: bcsproject.Namespace.ListNativeNamespacesContent:input_type -> bcsproject.ListNativeNamespacesContentRequest
- 49, // 150: bcsproject.Variable.CreateVariable:input_type -> bcsproject.CreateVariableRequest
- 51, // 151: bcsproject.Variable.UpdateVariable:input_type -> bcsproject.UpdateVariableRequest
- 53, // 152: bcsproject.Variable.ListVariableDefinitions:input_type -> bcsproject.ListVariableDefinitionsRequest
- 55, // 153: bcsproject.Variable.DeleteVariableDefinitions:input_type -> bcsproject.DeleteVariableDefinitionsRequest
- 57, // 154: bcsproject.Variable.ListClustersVariables:input_type -> bcsproject.ListClustersVariablesRequest
- 59, // 155: bcsproject.Variable.ListNamespacesVariables:input_type -> bcsproject.ListNamespacesVariablesRequest
- 61, // 156: bcsproject.Variable.UpdateClustersVariables:input_type -> bcsproject.UpdateClustersVariablesRequest
- 63, // 157: bcsproject.Variable.UpdateNamespacesVariables:input_type -> bcsproject.UpdateNamespacesVariablesRequest
- 65, // 158: bcsproject.Variable.ListClusterVariables:input_type -> bcsproject.ListClusterVariablesRequest
- 67, // 159: bcsproject.Variable.ListNamespaceVariables:input_type -> bcsproject.ListNamespaceVariablesRequest
- 69, // 160: bcsproject.Variable.UpdateClusterVariables:input_type -> bcsproject.UpdateClusterVariablesRequest
- 71, // 161: bcsproject.Variable.UpdateNamespaceVariables:input_type -> bcsproject.UpdateNamespaceVariablesRequest
- 73, // 162: bcsproject.Variable.ImportVariables:input_type -> bcsproject.ImportVariablesRequest
- 75, // 163: bcsproject.Variable.RenderVariables:input_type -> bcsproject.RenderVariablesRequest
- 86, // 164: bcsproject.Healthz.Healthz:input_type -> bcsproject.HealthzRequest
- 89, // 165: bcsproject.Healthz.Ping:input_type -> bcsproject.PingRequest
- 98, // 166: bcsproject.BCSProjectQuota.CreateProjectQuota:input_type -> bcsproject.CreateProjectQuotaRequest
- 102, // 167: bcsproject.BCSProjectQuota.GetProjectQuota:input_type -> bcsproject.GetProjectQuotaRequest
- 104, // 168: bcsproject.BCSProjectQuota.UpdateProjectQuota:input_type -> bcsproject.UpdateProjectQuotaRequest
- 117, // 169: bcsproject.BCSProjectQuota.ScaleUpProjectQuota:input_type -> bcsproject.ScaleUpProjectQuotaRequest
- 119, // 170: bcsproject.BCSProjectQuota.ScaleDownProjectQuota:input_type -> bcsproject.ScaleDownProjectQuotaRequest
- 106, // 171: bcsproject.BCSProjectQuota.DeleteProjectQuota:input_type -> bcsproject.DeleteProjectQuotaRequest
- 108, // 172: bcsproject.BCSProjectQuota.ListProjectQuotas:input_type -> bcsproject.ListProjectQuotasRequest
- 111, // 173: bcsproject.BCSProjectQuota.ListProjectQuotasV2:input_type -> bcsproject.ListProjectQuotasV2Request
- 113, // 174: bcsproject.BCSProjectQuota.GetProjectQuotasUsage:input_type -> bcsproject.GetProjectQuotasUsageReq
- 121, // 175: bcsproject.BCSProjectQuota.GetProjectQuotasStatistics:input_type -> bcsproject.GetProjectQuotasStatisticsRequest
- 5, // 176: bcsproject.BCSProject.CreateProject:output_type -> bcsproject.ProjectResponse
- 5, // 177: bcsproject.BCSProject.GetProject:output_type -> bcsproject.ProjectResponse
- 5, // 178: bcsproject.BCSProject.UpdateProject:output_type -> bcsproject.ProjectResponse
- 5, // 179: bcsproject.BCSProject.UpdateProjectV2:output_type -> bcsproject.ProjectResponse
- 5, // 180: bcsproject.BCSProject.DeleteProject:output_type -> bcsproject.ProjectResponse
- 8, // 181: bcsproject.BCSProject.ListProjects:output_type -> bcsproject.ListProjectsResponse
- 11, // 182: bcsproject.BCSProject.ListAuthorizedProjects:output_type -> bcsproject.ListAuthorizedProjResp
- 13, // 183: bcsproject.BCSProject.ListProjectsForIAM:output_type -> bcsproject.ListProjectsForIAMResp
- 15, // 184: bcsproject.BCSProject.GetProjectActive:output_type -> bcsproject.GetProjectActiveResponse
- 18, // 185: bcsproject.Business.GetBusiness:output_type -> bcsproject.GetBusinessResponse
- 20, // 186: bcsproject.Business.ListBusiness:output_type -> bcsproject.ListBusinessResponse
- 22, // 187: bcsproject.Business.GetBusinessTopology:output_type -> bcsproject.GetBusinessTopologyResponse
- 30, // 188: bcsproject.Namespace.CreateNamespace:output_type -> bcsproject.CreateNamespaceResponse
- 32, // 189: bcsproject.Namespace.CreateNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
- 34, // 190: bcsproject.Namespace.UpdateNamespace:output_type -> bcsproject.UpdateNamespaceResponse
- 32, // 191: bcsproject.Namespace.UpdateNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
- 36, // 192: bcsproject.Namespace.GetNamespace:output_type -> bcsproject.GetNamespaceResponse
- 38, // 193: bcsproject.Namespace.ListNamespaces:output_type -> bcsproject.ListNamespacesResponse
- 43, // 194: bcsproject.Namespace.DeleteNamespace:output_type -> bcsproject.DeleteNamespaceResponse
- 32, // 195: bcsproject.Namespace.DeleteNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
- 26, // 196: bcsproject.Namespace.SyncNamespace:output_type -> bcsproject.SyncNamespaceResponse
- 28, // 197: bcsproject.Namespace.WithdrawNamespace:output_type -> bcsproject.WithdrawNamespaceResponse
- 40, // 198: bcsproject.Namespace.ListNativeNamespaces:output_type -> bcsproject.ListNativeNamespacesResponse
- 142, // 199: bcsproject.Namespace.ListNativeNamespacesContent:output_type -> google.protobuf.Struct
- 50, // 200: bcsproject.Variable.CreateVariable:output_type -> bcsproject.CreateVariableResponse
- 52, // 201: bcsproject.Variable.UpdateVariable:output_type -> bcsproject.UpdateVariableResponse
- 54, // 202: bcsproject.Variable.ListVariableDefinitions:output_type -> bcsproject.ListVariableDefinitionsResponse
- 56, // 203: bcsproject.Variable.DeleteVariableDefinitions:output_type -> bcsproject.DeleteVariableDefinitionsResponse
- 58, // 204: bcsproject.Variable.ListClustersVariables:output_type -> bcsproject.ListClustersVariablesResponse
- 60, // 205: bcsproject.Variable.ListNamespacesVariables:output_type -> bcsproject.ListNamespacesVariablesResponse
- 62, // 206: bcsproject.Variable.UpdateClustersVariables:output_type -> bcsproject.UpdateClustersVariablesResponse
- 64, // 207: bcsproject.Variable.UpdateNamespacesVariables:output_type -> bcsproject.UpdateNamespacesVariablesResponse
- 66, // 208: bcsproject.Variable.ListClusterVariables:output_type -> bcsproject.ListClusterVariablesResponse
- 68, // 209: bcsproject.Variable.ListNamespaceVariables:output_type -> bcsproject.ListNamespaceVariablesResponse
- 70, // 210: bcsproject.Variable.UpdateClusterVariables:output_type -> bcsproject.UpdateClusterVariablesResponse
- 72, // 211: bcsproject.Variable.UpdateNamespaceVariables:output_type -> bcsproject.UpdateNamespaceVariablesResponse
- 74, // 212: bcsproject.Variable.ImportVariables:output_type -> bcsproject.ImportVariablesResponse
- 76, // 213: bcsproject.Variable.RenderVariables:output_type -> bcsproject.RenderVariablesResponse
- 87, // 214: bcsproject.Healthz.Healthz:output_type -> bcsproject.HealthzResponse
- 90, // 215: bcsproject.Healthz.Ping:output_type -> bcsproject.PingResponse
- 107, // 216: bcsproject.BCSProjectQuota.CreateProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
- 107, // 217: bcsproject.BCSProjectQuota.GetProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
- 107, // 218: bcsproject.BCSProjectQuota.UpdateProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
- 118, // 219: bcsproject.BCSProjectQuota.ScaleUpProjectQuota:output_type -> bcsproject.ScaleUpProjectQuotaResponse
- 120, // 220: bcsproject.BCSProjectQuota.ScaleDownProjectQuota:output_type -> bcsproject.ScaleDownProjectQuotaResponse
- 107, // 221: bcsproject.BCSProjectQuota.DeleteProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
- 110, // 222: bcsproject.BCSProjectQuota.ListProjectQuotas:output_type -> bcsproject.ListProjectQuotasResponse
- 112, // 223: bcsproject.BCSProjectQuota.ListProjectQuotasV2:output_type -> bcsproject.ListProjectQuotasV2Response
- 114, // 224: bcsproject.BCSProjectQuota.GetProjectQuotasUsage:output_type -> bcsproject.GetProjectQuotasUsageResp
- 122, // 225: bcsproject.BCSProjectQuota.GetProjectQuotasStatistics:output_type -> bcsproject.GetProjectQuotasStatisticsResponse
- 176, // [176:226] is the sub-list for method output_type
- 126, // [126:176] is the sub-list for method input_type
- 126, // [126:126] is the sub-list for extension type_name
- 126, // [126:126] is the sub-list for extension extendee
- 0, // [0:126] is the sub-list for field type_name
+ 49, // 42: bcsproject.NamespaceData.quota:type_name -> bcsproject.ResourceQuota
+ 49, // 43: bcsproject.NamespaceData.used:type_name -> bcsproject.ResourceQuota
+ 47, // 44: bcsproject.NamespaceData.labels:type_name -> bcsproject.Label
+ 48, // 45: bcsproject.NamespaceData.annotations:type_name -> bcsproject.Annotation
+ 79, // 46: bcsproject.NamespaceData.variables:type_name -> bcsproject.VariableValue
+ 45, // 47: bcsproject.NamespaceData.otherQuotas:type_name -> bcsproject.OtherQuota
+ 49, // 48: bcsproject.OtherQuota.quota:type_name -> bcsproject.ResourceQuota
+ 80, // 49: bcsproject.CreateVariableResponse.data:type_name -> bcsproject.CreateVariableData
+ 81, // 50: bcsproject.UpdateVariableResponse.data:type_name -> bcsproject.UpdateVariableData
+ 82, // 51: bcsproject.ListVariableDefinitionsResponse.data:type_name -> bcsproject.ListVariableDefinitionData
+ 83, // 52: bcsproject.DeleteVariableDefinitionsResponse.data:type_name -> bcsproject.DeleteVariableDefinitionsData
+ 84, // 53: bcsproject.ListClustersVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
+ 84, // 54: bcsproject.ListNamespacesVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
+ 79, // 55: bcsproject.UpdateClustersVariablesRequest.data:type_name -> bcsproject.VariableValue
+ 79, // 56: bcsproject.UpdateNamespacesVariablesRequest.data:type_name -> bcsproject.VariableValue
+ 84, // 57: bcsproject.ListClusterVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
+ 84, // 58: bcsproject.ListNamespaceVariablesResponse.data:type_name -> bcsproject.ListVariableValuesData
+ 79, // 59: bcsproject.UpdateClusterVariablesRequest.data:type_name -> bcsproject.VariableValue
+ 79, // 60: bcsproject.UpdateNamespaceVariablesRequest.data:type_name -> bcsproject.VariableValue
+ 85, // 61: bcsproject.ImportVariablesRequest.data:type_name -> bcsproject.ImportVariableData
+ 79, // 62: bcsproject.RenderVariablesResponse.data:type_name -> bcsproject.VariableValue
+ 78, // 63: bcsproject.ListVariableDefinitionData.results:type_name -> bcsproject.VariableDefinition
+ 79, // 64: bcsproject.ListVariableValuesData.results:type_name -> bcsproject.VariableValue
+ 86, // 65: bcsproject.ImportVariableData.vars:type_name -> bcsproject.ImportVariableVarData
+ 89, // 66: bcsproject.HealthzResponse.data:type_name -> bcsproject.HealthzData
+ 94, // 67: bcsproject.ProjectQuota.quota:type_name -> bcsproject.QuotaResource
+ 93, // 68: bcsproject.ProjectQuota.nodeGroups:type_name -> bcsproject.NodeGroup
+ 133, // 69: bcsproject.ProjectQuota.labels:type_name -> bcsproject.ProjectQuota.LabelsEntry
+ 134, // 70: bcsproject.ProjectQuota.annotations:type_name -> bcsproject.ProjectQuota.AnnotationsEntry
+ 100, // 71: bcsproject.ProjectQuota.quotaAttr:type_name -> bcsproject.QuotaAttr
+ 102, // 72: bcsproject.ProjectQuota.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProject
+ 96, // 73: bcsproject.QuotaResource.zoneResources:type_name -> bcsproject.InstanceTypeConfig
+ 98, // 74: bcsproject.QuotaResource.cpu:type_name -> bcsproject.DeviceInfo
+ 98, // 75: bcsproject.QuotaResource.mem:type_name -> bcsproject.DeviceInfo
+ 98, // 76: bcsproject.QuotaResource.gpu:type_name -> bcsproject.DeviceInfo
+ 144, // 77: bcsproject.QuotaStrategy.expectTime:type_name -> google.protobuf.Int64Value
+ 97, // 78: bcsproject.InstanceTypeConfig.systemDisk:type_name -> bcsproject.DataDisk
+ 97, // 79: bcsproject.InstanceTypeConfig.dataDisks:type_name -> bcsproject.DataDisk
+ 135, // 80: bcsproject.DeviceInfo.attributes:type_name -> bcsproject.DeviceInfo.AttributesEntry
+ 94, // 81: bcsproject.CreateProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
+ 136, // 82: bcsproject.CreateProjectQuotaRequest.labels:type_name -> bcsproject.CreateProjectQuotaRequest.LabelsEntry
+ 137, // 83: bcsproject.CreateProjectQuotaRequest.annotations:type_name -> bcsproject.CreateProjectQuotaRequest.AnnotationsEntry
+ 100, // 84: bcsproject.CreateProjectQuotaRequest.quotaAttr:type_name -> bcsproject.QuotaAttr
+ 142, // 85: bcsproject.CreateProjectQuotaRequest.quotaSharedEnabled:type_name -> google.protobuf.BoolValue
+ 102, // 86: bcsproject.CreateProjectQuotaRequest.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProject
+ 142, // 87: bcsproject.CreateProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
+ 101, // 88: bcsproject.QuotaSharedProject.usageLimit:type_name -> bcsproject.QuotaLimit
+ 101, // 89: bcsproject.QuotaSharedProject.usedAmount:type_name -> bcsproject.QuotaLimit
+ 102, // 90: bcsproject.QuotaSharedProjectList.values:type_name -> bcsproject.QuotaSharedProject
+ 94, // 91: bcsproject.UpdateProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
+ 138, // 92: bcsproject.UpdateProjectQuotaRequest.labels:type_name -> bcsproject.UpdateProjectQuotaRequest.LabelsEntry
+ 139, // 93: bcsproject.UpdateProjectQuotaRequest.annotations:type_name -> bcsproject.UpdateProjectQuotaRequest.AnnotationsEntry
+ 100, // 94: bcsproject.UpdateProjectQuotaRequest.quotaAttr:type_name -> bcsproject.QuotaAttr
+ 142, // 95: bcsproject.UpdateProjectQuotaRequest.quotaSharedEnabled:type_name -> google.protobuf.BoolValue
+ 104, // 96: bcsproject.UpdateProjectQuotaRequest.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProjectList
+ 142, // 97: bcsproject.UpdateProjectV2Request.useBKRes:type_name -> google.protobuf.BoolValue
+ 142, // 98: bcsproject.UpdateProjectV2Request.isOffline:type_name -> google.protobuf.BoolValue
+ 140, // 99: bcsproject.UpdateProjectV2Request.labels:type_name -> bcsproject.UpdateProjectV2Request.LabelsEntry
+ 141, // 100: bcsproject.UpdateProjectV2Request.annotations:type_name -> bcsproject.UpdateProjectV2Request.AnnotationsEntry
+ 100, // 101: bcsproject.UpdateProjectV2Request.quotaAttr:type_name -> bcsproject.QuotaAttr
+ 104, // 102: bcsproject.UpdateProjectV2Request.quotaSharedProjectList:type_name -> bcsproject.QuotaSharedProjectList
+ 142, // 103: bcsproject.DeleteProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
+ 92, // 104: bcsproject.ProjectQuotaResponse.data:type_name -> bcsproject.ProjectQuota
+ 143, // 105: bcsproject.ProjectQuotaResponse.task:type_name -> google.protobuf.Struct
+ 9, // 106: bcsproject.ProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
+ 92, // 107: bcsproject.ListProjectQuotasData.results:type_name -> bcsproject.ProjectQuota
+ 110, // 108: bcsproject.ListProjectQuotasResponse.data:type_name -> bcsproject.ListProjectQuotasData
+ 9, // 109: bcsproject.ListProjectQuotasResponse.web_annotations:type_name -> bcsproject.Perms
+ 110, // 110: bcsproject.ListProjectQuotasV2Response.data:type_name -> bcsproject.ListProjectQuotasData
+ 9, // 111: bcsproject.ListProjectQuotasV2Response.web_annotations:type_name -> bcsproject.Perms
+ 117, // 112: bcsproject.GetProjectQuotasUsageResp.data:type_name -> bcsproject.GetProjectQuotasUsageData
+ 9, // 113: bcsproject.GetProjectQuotasUsageResp.web_annotations:type_name -> bcsproject.Perms
+ 92, // 114: bcsproject.GetProjectQuotasUsageData.quota:type_name -> bcsproject.ProjectQuota
+ 116, // 115: bcsproject.GetProjectQuotasUsageData.quotaUsage:type_name -> bcsproject.ZoneResourceUsage
+ 94, // 116: bcsproject.ScaleUpProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
+ 142, // 117: bcsproject.ScaleUpProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
+ 143, // 118: bcsproject.ScaleUpProjectQuotaResponse.task:type_name -> google.protobuf.Struct
+ 9, // 119: bcsproject.ScaleUpProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
+ 94, // 120: bcsproject.ScaleDownProjectQuotaRequest.quota:type_name -> bcsproject.QuotaResource
+ 142, // 121: bcsproject.ScaleDownProjectQuotaRequest.skipItsmApproval:type_name -> google.protobuf.BoolValue
+ 143, // 122: bcsproject.ScaleDownProjectQuotaResponse.task:type_name -> google.protobuf.Struct
+ 9, // 123: bcsproject.ScaleDownProjectQuotaResponse.web_annotations:type_name -> bcsproject.Perms
+ 125, // 124: bcsproject.GetProjectQuotasStatisticsResponse.data:type_name -> bcsproject.ProjectQuotasStatisticsData
+ 124, // 125: bcsproject.ProjectQuotasStatisticsData.cpu:type_name -> bcsproject.QuotaResourceData
+ 124, // 126: bcsproject.ProjectQuotasStatisticsData.mem:type_name -> bcsproject.QuotaResourceData
+ 124, // 127: bcsproject.ProjectQuotasStatisticsData.gpu:type_name -> bcsproject.QuotaResourceData
+ 1, // 128: bcsproject.BCSProject.CreateProject:input_type -> bcsproject.CreateProjectRequest
+ 2, // 129: bcsproject.BCSProject.GetProject:input_type -> bcsproject.GetProjectRequest
+ 3, // 130: bcsproject.BCSProject.UpdateProject:input_type -> bcsproject.UpdateProjectRequest
+ 106, // 131: bcsproject.BCSProject.UpdateProjectV2:input_type -> bcsproject.UpdateProjectV2Request
+ 4, // 132: bcsproject.BCSProject.DeleteProject:input_type -> bcsproject.DeleteProjectRequest
+ 6, // 133: bcsproject.BCSProject.ListProjects:input_type -> bcsproject.ListProjectsRequest
+ 10, // 134: bcsproject.BCSProject.ListAuthorizedProjects:input_type -> bcsproject.ListAuthorizedProjReq
+ 12, // 135: bcsproject.BCSProject.ListProjectsForIAM:input_type -> bcsproject.ListProjectsForIAMReq
+ 14, // 136: bcsproject.BCSProject.GetProjectActive:input_type -> bcsproject.GetProjectActiveRequest
+ 17, // 137: bcsproject.Business.GetBusiness:input_type -> bcsproject.GetBusinessRequest
+ 19, // 138: bcsproject.Business.ListBusiness:input_type -> bcsproject.ListBusinessRequest
+ 21, // 139: bcsproject.Business.GetBusinessTopology:input_type -> bcsproject.GetBusinessTopologyRequest
+ 29, // 140: bcsproject.Namespace.CreateNamespace:input_type -> bcsproject.CreateNamespaceRequest
+ 31, // 141: bcsproject.Namespace.CreateNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
+ 33, // 142: bcsproject.Namespace.UpdateNamespace:input_type -> bcsproject.UpdateNamespaceRequest
+ 31, // 143: bcsproject.Namespace.UpdateNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
+ 35, // 144: bcsproject.Namespace.GetNamespace:input_type -> bcsproject.GetNamespaceRequest
+ 37, // 145: bcsproject.Namespace.ListNamespaces:input_type -> bcsproject.ListNamespacesRequest
+ 42, // 146: bcsproject.Namespace.DeleteNamespace:input_type -> bcsproject.DeleteNamespaceRequest
+ 31, // 147: bcsproject.Namespace.DeleteNamespaceCallback:input_type -> bcsproject.NamespaceCallbackRequest
+ 25, // 148: bcsproject.Namespace.SyncNamespace:input_type -> bcsproject.SyncNamespaceRequest
+ 27, // 149: bcsproject.Namespace.WithdrawNamespace:input_type -> bcsproject.WithdrawNamespaceRequest
+ 39, // 150: bcsproject.Namespace.ListNativeNamespaces:input_type -> bcsproject.ListNativeNamespacesRequest
+ 41, // 151: bcsproject.Namespace.ListNativeNamespacesContent:input_type -> bcsproject.ListNativeNamespacesContentRequest
+ 50, // 152: bcsproject.Variable.CreateVariable:input_type -> bcsproject.CreateVariableRequest
+ 52, // 153: bcsproject.Variable.UpdateVariable:input_type -> bcsproject.UpdateVariableRequest
+ 54, // 154: bcsproject.Variable.ListVariableDefinitions:input_type -> bcsproject.ListVariableDefinitionsRequest
+ 56, // 155: bcsproject.Variable.DeleteVariableDefinitions:input_type -> bcsproject.DeleteVariableDefinitionsRequest
+ 58, // 156: bcsproject.Variable.ListClustersVariables:input_type -> bcsproject.ListClustersVariablesRequest
+ 60, // 157: bcsproject.Variable.ListNamespacesVariables:input_type -> bcsproject.ListNamespacesVariablesRequest
+ 62, // 158: bcsproject.Variable.UpdateClustersVariables:input_type -> bcsproject.UpdateClustersVariablesRequest
+ 64, // 159: bcsproject.Variable.UpdateNamespacesVariables:input_type -> bcsproject.UpdateNamespacesVariablesRequest
+ 66, // 160: bcsproject.Variable.ListClusterVariables:input_type -> bcsproject.ListClusterVariablesRequest
+ 68, // 161: bcsproject.Variable.ListNamespaceVariables:input_type -> bcsproject.ListNamespaceVariablesRequest
+ 70, // 162: bcsproject.Variable.UpdateClusterVariables:input_type -> bcsproject.UpdateClusterVariablesRequest
+ 72, // 163: bcsproject.Variable.UpdateNamespaceVariables:input_type -> bcsproject.UpdateNamespaceVariablesRequest
+ 74, // 164: bcsproject.Variable.ImportVariables:input_type -> bcsproject.ImportVariablesRequest
+ 76, // 165: bcsproject.Variable.RenderVariables:input_type -> bcsproject.RenderVariablesRequest
+ 87, // 166: bcsproject.Healthz.Healthz:input_type -> bcsproject.HealthzRequest
+ 90, // 167: bcsproject.Healthz.Ping:input_type -> bcsproject.PingRequest
+ 99, // 168: bcsproject.BCSProjectQuota.CreateProjectQuota:input_type -> bcsproject.CreateProjectQuotaRequest
+ 103, // 169: bcsproject.BCSProjectQuota.GetProjectQuota:input_type -> bcsproject.GetProjectQuotaRequest
+ 105, // 170: bcsproject.BCSProjectQuota.UpdateProjectQuota:input_type -> bcsproject.UpdateProjectQuotaRequest
+ 118, // 171: bcsproject.BCSProjectQuota.ScaleUpProjectQuota:input_type -> bcsproject.ScaleUpProjectQuotaRequest
+ 120, // 172: bcsproject.BCSProjectQuota.ScaleDownProjectQuota:input_type -> bcsproject.ScaleDownProjectQuotaRequest
+ 107, // 173: bcsproject.BCSProjectQuota.DeleteProjectQuota:input_type -> bcsproject.DeleteProjectQuotaRequest
+ 109, // 174: bcsproject.BCSProjectQuota.ListProjectQuotas:input_type -> bcsproject.ListProjectQuotasRequest
+ 112, // 175: bcsproject.BCSProjectQuota.ListProjectQuotasV2:input_type -> bcsproject.ListProjectQuotasV2Request
+ 114, // 176: bcsproject.BCSProjectQuota.GetProjectQuotasUsage:input_type -> bcsproject.GetProjectQuotasUsageReq
+ 122, // 177: bcsproject.BCSProjectQuota.GetProjectQuotasStatistics:input_type -> bcsproject.GetProjectQuotasStatisticsRequest
+ 5, // 178: bcsproject.BCSProject.CreateProject:output_type -> bcsproject.ProjectResponse
+ 5, // 179: bcsproject.BCSProject.GetProject:output_type -> bcsproject.ProjectResponse
+ 5, // 180: bcsproject.BCSProject.UpdateProject:output_type -> bcsproject.ProjectResponse
+ 5, // 181: bcsproject.BCSProject.UpdateProjectV2:output_type -> bcsproject.ProjectResponse
+ 5, // 182: bcsproject.BCSProject.DeleteProject:output_type -> bcsproject.ProjectResponse
+ 8, // 183: bcsproject.BCSProject.ListProjects:output_type -> bcsproject.ListProjectsResponse
+ 11, // 184: bcsproject.BCSProject.ListAuthorizedProjects:output_type -> bcsproject.ListAuthorizedProjResp
+ 13, // 185: bcsproject.BCSProject.ListProjectsForIAM:output_type -> bcsproject.ListProjectsForIAMResp
+ 15, // 186: bcsproject.BCSProject.GetProjectActive:output_type -> bcsproject.GetProjectActiveResponse
+ 18, // 187: bcsproject.Business.GetBusiness:output_type -> bcsproject.GetBusinessResponse
+ 20, // 188: bcsproject.Business.ListBusiness:output_type -> bcsproject.ListBusinessResponse
+ 22, // 189: bcsproject.Business.GetBusinessTopology:output_type -> bcsproject.GetBusinessTopologyResponse
+ 30, // 190: bcsproject.Namespace.CreateNamespace:output_type -> bcsproject.CreateNamespaceResponse
+ 32, // 191: bcsproject.Namespace.CreateNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
+ 34, // 192: bcsproject.Namespace.UpdateNamespace:output_type -> bcsproject.UpdateNamespaceResponse
+ 32, // 193: bcsproject.Namespace.UpdateNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
+ 36, // 194: bcsproject.Namespace.GetNamespace:output_type -> bcsproject.GetNamespaceResponse
+ 38, // 195: bcsproject.Namespace.ListNamespaces:output_type -> bcsproject.ListNamespacesResponse
+ 43, // 196: bcsproject.Namespace.DeleteNamespace:output_type -> bcsproject.DeleteNamespaceResponse
+ 32, // 197: bcsproject.Namespace.DeleteNamespaceCallback:output_type -> bcsproject.NamespaceCallbackResponse
+ 26, // 198: bcsproject.Namespace.SyncNamespace:output_type -> bcsproject.SyncNamespaceResponse
+ 28, // 199: bcsproject.Namespace.WithdrawNamespace:output_type -> bcsproject.WithdrawNamespaceResponse
+ 40, // 200: bcsproject.Namespace.ListNativeNamespaces:output_type -> bcsproject.ListNativeNamespacesResponse
+ 143, // 201: bcsproject.Namespace.ListNativeNamespacesContent:output_type -> google.protobuf.Struct
+ 51, // 202: bcsproject.Variable.CreateVariable:output_type -> bcsproject.CreateVariableResponse
+ 53, // 203: bcsproject.Variable.UpdateVariable:output_type -> bcsproject.UpdateVariableResponse
+ 55, // 204: bcsproject.Variable.ListVariableDefinitions:output_type -> bcsproject.ListVariableDefinitionsResponse
+ 57, // 205: bcsproject.Variable.DeleteVariableDefinitions:output_type -> bcsproject.DeleteVariableDefinitionsResponse
+ 59, // 206: bcsproject.Variable.ListClustersVariables:output_type -> bcsproject.ListClustersVariablesResponse
+ 61, // 207: bcsproject.Variable.ListNamespacesVariables:output_type -> bcsproject.ListNamespacesVariablesResponse
+ 63, // 208: bcsproject.Variable.UpdateClustersVariables:output_type -> bcsproject.UpdateClustersVariablesResponse
+ 65, // 209: bcsproject.Variable.UpdateNamespacesVariables:output_type -> bcsproject.UpdateNamespacesVariablesResponse
+ 67, // 210: bcsproject.Variable.ListClusterVariables:output_type -> bcsproject.ListClusterVariablesResponse
+ 69, // 211: bcsproject.Variable.ListNamespaceVariables:output_type -> bcsproject.ListNamespaceVariablesResponse
+ 71, // 212: bcsproject.Variable.UpdateClusterVariables:output_type -> bcsproject.UpdateClusterVariablesResponse
+ 73, // 213: bcsproject.Variable.UpdateNamespaceVariables:output_type -> bcsproject.UpdateNamespaceVariablesResponse
+ 75, // 214: bcsproject.Variable.ImportVariables:output_type -> bcsproject.ImportVariablesResponse
+ 77, // 215: bcsproject.Variable.RenderVariables:output_type -> bcsproject.RenderVariablesResponse
+ 88, // 216: bcsproject.Healthz.Healthz:output_type -> bcsproject.HealthzResponse
+ 91, // 217: bcsproject.Healthz.Ping:output_type -> bcsproject.PingResponse
+ 108, // 218: bcsproject.BCSProjectQuota.CreateProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
+ 108, // 219: bcsproject.BCSProjectQuota.GetProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
+ 108, // 220: bcsproject.BCSProjectQuota.UpdateProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
+ 119, // 221: bcsproject.BCSProjectQuota.ScaleUpProjectQuota:output_type -> bcsproject.ScaleUpProjectQuotaResponse
+ 121, // 222: bcsproject.BCSProjectQuota.ScaleDownProjectQuota:output_type -> bcsproject.ScaleDownProjectQuotaResponse
+ 108, // 223: bcsproject.BCSProjectQuota.DeleteProjectQuota:output_type -> bcsproject.ProjectQuotaResponse
+ 111, // 224: bcsproject.BCSProjectQuota.ListProjectQuotas:output_type -> bcsproject.ListProjectQuotasResponse
+ 113, // 225: bcsproject.BCSProjectQuota.ListProjectQuotasV2:output_type -> bcsproject.ListProjectQuotasV2Response
+ 115, // 226: bcsproject.BCSProjectQuota.GetProjectQuotasUsage:output_type -> bcsproject.GetProjectQuotasUsageResp
+ 123, // 227: bcsproject.BCSProjectQuota.GetProjectQuotasStatistics:output_type -> bcsproject.GetProjectQuotasStatisticsResponse
+ 178, // [178:228] is the sub-list for method output_type
+ 128, // [128:178] is the sub-list for method input_type
+ 128, // [128:128] is the sub-list for extension type_name
+ 128, // [128:128] is the sub-list for extension extendee
+ 0, // [0:128] is the sub-list for field type_name
}
func init() { file_bcsproject_proto_init() }
@@ -15014,7 +15095,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*NativeNamespaceData); i {
+ switch v := v.(*OtherQuota); i {
case 0:
return &v.state
case 1:
@@ -15026,7 +15107,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*Label); i {
+ switch v := v.(*NativeNamespaceData); i {
case 0:
return &v.state
case 1:
@@ -15038,7 +15119,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*Annotation); i {
+ switch v := v.(*Label); i {
case 0:
return &v.state
case 1:
@@ -15050,7 +15131,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ResourceQuota); i {
+ switch v := v.(*Annotation); i {
case 0:
return &v.state
case 1:
@@ -15062,7 +15143,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateVariableRequest); i {
+ switch v := v.(*ResourceQuota); i {
case 0:
return &v.state
case 1:
@@ -15074,7 +15155,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateVariableResponse); i {
+ switch v := v.(*CreateVariableRequest); i {
case 0:
return &v.state
case 1:
@@ -15086,7 +15167,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateVariableRequest); i {
+ switch v := v.(*CreateVariableResponse); i {
case 0:
return &v.state
case 1:
@@ -15098,7 +15179,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateVariableResponse); i {
+ switch v := v.(*UpdateVariableRequest); i {
case 0:
return &v.state
case 1:
@@ -15110,7 +15191,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListVariableDefinitionsRequest); i {
+ switch v := v.(*UpdateVariableResponse); i {
case 0:
return &v.state
case 1:
@@ -15122,7 +15203,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListVariableDefinitionsResponse); i {
+ switch v := v.(*ListVariableDefinitionsRequest); i {
case 0:
return &v.state
case 1:
@@ -15134,7 +15215,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteVariableDefinitionsRequest); i {
+ switch v := v.(*ListVariableDefinitionsResponse); i {
case 0:
return &v.state
case 1:
@@ -15146,7 +15227,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteVariableDefinitionsResponse); i {
+ switch v := v.(*DeleteVariableDefinitionsRequest); i {
case 0:
return &v.state
case 1:
@@ -15158,7 +15239,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListClustersVariablesRequest); i {
+ switch v := v.(*DeleteVariableDefinitionsResponse); i {
case 0:
return &v.state
case 1:
@@ -15170,7 +15251,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListClustersVariablesResponse); i {
+ switch v := v.(*ListClustersVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15182,7 +15263,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListNamespacesVariablesRequest); i {
+ switch v := v.(*ListClustersVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15194,7 +15275,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListNamespacesVariablesResponse); i {
+ switch v := v.(*ListNamespacesVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15206,7 +15287,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateClustersVariablesRequest); i {
+ switch v := v.(*ListNamespacesVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15218,7 +15299,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateClustersVariablesResponse); i {
+ switch v := v.(*UpdateClustersVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15230,7 +15311,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateNamespacesVariablesRequest); i {
+ switch v := v.(*UpdateClustersVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15242,7 +15323,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateNamespacesVariablesResponse); i {
+ switch v := v.(*UpdateNamespacesVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15254,7 +15335,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListClusterVariablesRequest); i {
+ switch v := v.(*UpdateNamespacesVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15266,7 +15347,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListClusterVariablesResponse); i {
+ switch v := v.(*ListClusterVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15278,7 +15359,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListNamespaceVariablesRequest); i {
+ switch v := v.(*ListClusterVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15290,7 +15371,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListNamespaceVariablesResponse); i {
+ switch v := v.(*ListNamespaceVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15302,7 +15383,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateClusterVariablesRequest); i {
+ switch v := v.(*ListNamespaceVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15314,7 +15395,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateClusterVariablesResponse); i {
+ switch v := v.(*UpdateClusterVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15326,7 +15407,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateNamespaceVariablesRequest); i {
+ switch v := v.(*UpdateClusterVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15338,7 +15419,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateNamespaceVariablesResponse); i {
+ switch v := v.(*UpdateNamespaceVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15350,7 +15431,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ImportVariablesRequest); i {
+ switch v := v.(*UpdateNamespaceVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15362,7 +15443,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ImportVariablesResponse); i {
+ switch v := v.(*ImportVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15374,7 +15455,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*RenderVariablesRequest); i {
+ switch v := v.(*ImportVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15386,7 +15467,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*RenderVariablesResponse); i {
+ switch v := v.(*RenderVariablesRequest); i {
case 0:
return &v.state
case 1:
@@ -15398,7 +15479,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*VariableDefinition); i {
+ switch v := v.(*RenderVariablesResponse); i {
case 0:
return &v.state
case 1:
@@ -15410,7 +15491,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*VariableValue); i {
+ switch v := v.(*VariableDefinition); i {
case 0:
return &v.state
case 1:
@@ -15422,7 +15503,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateVariableData); i {
+ switch v := v.(*VariableValue); i {
case 0:
return &v.state
case 1:
@@ -15434,7 +15515,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[80].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateVariableData); i {
+ switch v := v.(*CreateVariableData); i {
case 0:
return &v.state
case 1:
@@ -15446,7 +15527,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[81].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListVariableDefinitionData); i {
+ switch v := v.(*UpdateVariableData); i {
case 0:
return &v.state
case 1:
@@ -15458,7 +15539,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[82].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteVariableDefinitionsData); i {
+ switch v := v.(*ListVariableDefinitionData); i {
case 0:
return &v.state
case 1:
@@ -15470,7 +15551,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[83].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListVariableValuesData); i {
+ switch v := v.(*DeleteVariableDefinitionsData); i {
case 0:
return &v.state
case 1:
@@ -15482,7 +15563,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[84].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ImportVariableData); i {
+ switch v := v.(*ListVariableValuesData); i {
case 0:
return &v.state
case 1:
@@ -15494,7 +15575,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[85].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ImportVariableVarData); i {
+ switch v := v.(*ImportVariableData); i {
case 0:
return &v.state
case 1:
@@ -15506,7 +15587,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[86].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*HealthzRequest); i {
+ switch v := v.(*ImportVariableVarData); i {
case 0:
return &v.state
case 1:
@@ -15518,7 +15599,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[87].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*HealthzResponse); i {
+ switch v := v.(*HealthzRequest); i {
case 0:
return &v.state
case 1:
@@ -15530,7 +15611,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[88].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*HealthzData); i {
+ switch v := v.(*HealthzResponse); i {
case 0:
return &v.state
case 1:
@@ -15542,7 +15623,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[89].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*PingRequest); i {
+ switch v := v.(*HealthzData); i {
case 0:
return &v.state
case 1:
@@ -15554,7 +15635,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[90].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*PingResponse); i {
+ switch v := v.(*PingRequest); i {
case 0:
return &v.state
case 1:
@@ -15566,7 +15647,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[91].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ProjectQuota); i {
+ switch v := v.(*PingResponse); i {
case 0:
return &v.state
case 1:
@@ -15578,7 +15659,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[92].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*NodeGroup); i {
+ switch v := v.(*ProjectQuota); i {
case 0:
return &v.state
case 1:
@@ -15590,7 +15671,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[93].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaResource); i {
+ switch v := v.(*NodeGroup); i {
case 0:
return &v.state
case 1:
@@ -15602,7 +15683,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[94].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaStrategy); i {
+ switch v := v.(*QuotaResource); i {
case 0:
return &v.state
case 1:
@@ -15614,7 +15695,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[95].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*InstanceTypeConfig); i {
+ switch v := v.(*QuotaStrategy); i {
case 0:
return &v.state
case 1:
@@ -15626,7 +15707,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[96].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DataDisk); i {
+ switch v := v.(*InstanceTypeConfig); i {
case 0:
return &v.state
case 1:
@@ -15638,7 +15719,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[97].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeviceInfo); i {
+ switch v := v.(*DataDisk); i {
case 0:
return &v.state
case 1:
@@ -15650,7 +15731,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[98].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateProjectQuotaRequest); i {
+ switch v := v.(*DeviceInfo); i {
case 0:
return &v.state
case 1:
@@ -15662,7 +15743,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[99].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaAttr); i {
+ switch v := v.(*CreateProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15674,7 +15755,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[100].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaLimit); i {
+ switch v := v.(*QuotaAttr); i {
case 0:
return &v.state
case 1:
@@ -15686,7 +15767,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[101].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaSharedProject); i {
+ switch v := v.(*QuotaLimit); i {
case 0:
return &v.state
case 1:
@@ -15698,7 +15779,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[102].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotaRequest); i {
+ switch v := v.(*QuotaSharedProject); i {
case 0:
return &v.state
case 1:
@@ -15710,7 +15791,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[103].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaSharedProjectList); i {
+ switch v := v.(*GetProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15722,7 +15803,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[104].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateProjectQuotaRequest); i {
+ switch v := v.(*QuotaSharedProjectList); i {
case 0:
return &v.state
case 1:
@@ -15734,7 +15815,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[105].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateProjectV2Request); i {
+ switch v := v.(*UpdateProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15746,7 +15827,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[106].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteProjectQuotaRequest); i {
+ switch v := v.(*UpdateProjectV2Request); i {
case 0:
return &v.state
case 1:
@@ -15758,7 +15839,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ProjectQuotaResponse); i {
+ switch v := v.(*DeleteProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15770,7 +15851,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[108].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListProjectQuotasRequest); i {
+ switch v := v.(*ProjectQuotaResponse); i {
case 0:
return &v.state
case 1:
@@ -15782,7 +15863,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListProjectQuotasData); i {
+ switch v := v.(*ListProjectQuotasRequest); i {
case 0:
return &v.state
case 1:
@@ -15794,7 +15875,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[110].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListProjectQuotasResponse); i {
+ switch v := v.(*ListProjectQuotasData); i {
case 0:
return &v.state
case 1:
@@ -15806,7 +15887,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[111].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListProjectQuotasV2Request); i {
+ switch v := v.(*ListProjectQuotasResponse); i {
case 0:
return &v.state
case 1:
@@ -15818,7 +15899,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[112].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListProjectQuotasV2Response); i {
+ switch v := v.(*ListProjectQuotasV2Request); i {
case 0:
return &v.state
case 1:
@@ -15830,7 +15911,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[113].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotasUsageReq); i {
+ switch v := v.(*ListProjectQuotasV2Response); i {
case 0:
return &v.state
case 1:
@@ -15842,7 +15923,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[114].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotasUsageResp); i {
+ switch v := v.(*GetProjectQuotasUsageReq); i {
case 0:
return &v.state
case 1:
@@ -15854,7 +15935,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[115].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ZoneResourceUsage); i {
+ switch v := v.(*GetProjectQuotasUsageResp); i {
case 0:
return &v.state
case 1:
@@ -15866,7 +15947,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[116].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotasUsageData); i {
+ switch v := v.(*ZoneResourceUsage); i {
case 0:
return &v.state
case 1:
@@ -15878,7 +15959,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[117].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ScaleUpProjectQuotaRequest); i {
+ switch v := v.(*GetProjectQuotasUsageData); i {
case 0:
return &v.state
case 1:
@@ -15890,7 +15971,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[118].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ScaleUpProjectQuotaResponse); i {
+ switch v := v.(*ScaleUpProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15902,7 +15983,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[119].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ScaleDownProjectQuotaRequest); i {
+ switch v := v.(*ScaleUpProjectQuotaResponse); i {
case 0:
return &v.state
case 1:
@@ -15914,7 +15995,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[120].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ScaleDownProjectQuotaResponse); i {
+ switch v := v.(*ScaleDownProjectQuotaRequest); i {
case 0:
return &v.state
case 1:
@@ -15926,7 +16007,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[121].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotasStatisticsRequest); i {
+ switch v := v.(*ScaleDownProjectQuotaResponse); i {
case 0:
return &v.state
case 1:
@@ -15938,7 +16019,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[122].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetProjectQuotasStatisticsResponse); i {
+ switch v := v.(*GetProjectQuotasStatisticsRequest); i {
case 0:
return &v.state
case 1:
@@ -15950,7 +16031,7 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[123].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*QuotaResourceData); i {
+ switch v := v.(*GetProjectQuotasStatisticsResponse); i {
case 0:
return &v.state
case 1:
@@ -15962,6 +16043,18 @@ func file_bcsproject_proto_init() {
}
}
file_bcsproject_proto_msgTypes[124].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*QuotaResourceData); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_bcsproject_proto_msgTypes[125].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ProjectQuotasStatisticsData); i {
case 0:
return &v.state
@@ -15973,7 +16066,7 @@ func file_bcsproject_proto_init() {
return nil
}
}
- file_bcsproject_proto_msgTypes[131].Exporter = func(v interface{}, i int) interface{} {
+ file_bcsproject_proto_msgTypes[132].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ListProjectsForIAMResp_Project); i {
case 0:
return &v.state
@@ -15992,7 +16085,7 @@ func file_bcsproject_proto_init() {
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_bcsproject_proto_rawDesc,
NumEnums: 0,
- NumMessages: 141,
+ NumMessages: 142,
NumExtensions: 0,
NumServices: 6,
},
diff --git a/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.pb.validate.go b/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.pb.validate.go
index eba47975b2..499a4d1f94 100644
--- a/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.pb.validate.go
+++ b/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.pb.validate.go
@@ -101,7 +101,7 @@ type ProjectMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -279,7 +279,7 @@ type CreateProjectRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateProjectRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -395,7 +395,7 @@ type GetProjectRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -605,7 +605,7 @@ type UpdateProjectRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateProjectRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -732,7 +732,7 @@ type DeleteProjectRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteProjectRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -900,7 +900,7 @@ type ProjectResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1018,7 +1018,7 @@ type ListProjectsRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectsRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1156,7 +1156,7 @@ type ListProjectDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1320,7 +1320,7 @@ type ListProjectsResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectsResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1449,7 +1449,7 @@ type PermsMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m PermsMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1559,7 +1559,7 @@ type ListAuthorizedProjReqMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListAuthorizedProjReqMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1725,7 +1725,7 @@ type ListAuthorizedProjRespMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListAuthorizedProjRespMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1827,7 +1827,7 @@ type ListProjectsForIAMReqMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectsForIAMReqMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -1969,7 +1969,7 @@ type ListProjectsForIAMRespMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectsForIAMRespMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2073,7 +2073,7 @@ type GetProjectActiveRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectActiveRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2210,7 +2210,7 @@ type GetProjectActiveResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectActiveResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2314,7 +2314,7 @@ type ProjectActiveDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectActiveDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2418,7 +2418,7 @@ type GetBusinessRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetBusinessRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2584,7 +2584,7 @@ type GetBusinessResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetBusinessResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2688,7 +2688,7 @@ type ListBusinessRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListBusinessRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2859,7 +2859,7 @@ type ListBusinessResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListBusinessResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -2963,7 +2963,7 @@ type GetBusinessTopologyRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetBusinessTopologyRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3134,7 +3134,7 @@ type GetBusinessTopologyResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetBusinessTopologyResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3240,7 +3240,7 @@ type BusinessDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m BusinessDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3383,7 +3383,7 @@ type TopologyDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m TopologyDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3487,7 +3487,7 @@ type SyncNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m SyncNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3597,7 +3597,7 @@ type SyncNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m SyncNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3705,7 +3705,7 @@ type WithdrawNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m WithdrawNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -3815,7 +3815,7 @@ type WithdrawNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m WithdrawNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4074,7 +4074,7 @@ type CreateNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4242,7 +4242,7 @@ type CreateNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4382,7 +4382,7 @@ type NamespaceCallbackRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m NamespaceCallbackRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4496,7 +4496,7 @@ type NamespaceCallbackResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m NamespaceCallbackResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4721,7 +4721,7 @@ type UpdateNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4860,7 +4860,7 @@ type UpdateNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -4968,7 +4968,7 @@ type GetNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5134,7 +5134,7 @@ type GetNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5240,7 +5240,7 @@ type ListNamespacesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespacesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5411,7 +5411,7 @@ type ListNamespacesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespacesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5517,7 +5517,7 @@ type ListNativeNamespacesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNativeNamespacesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5689,7 +5689,7 @@ type ListNativeNamespacesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNativeNamespacesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5798,7 +5798,7 @@ type ListNativeNamespacesContentRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNativeNamespacesContentRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -5927,7 +5927,7 @@ type DeleteNamespaceRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteNamespaceRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6068,7 +6068,7 @@ type DeleteNamespaceResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteNamespaceResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6338,6 +6338,40 @@ func (m *NamespaceData) validate(all bool) error {
// no validation rules for IsSystem
+ for idx, item := range m.GetOtherQuotas() {
+ _, _ = idx, item
+
+ if all {
+ switch v := interface{}(item).(type) {
+ case interface{ ValidateAll() error }:
+ if err := v.ValidateAll(); err != nil {
+ errors = append(errors, NamespaceDataValidationError{
+ field: fmt.Sprintf("OtherQuotas[%v]", idx),
+ reason: "embedded message failed validation",
+ cause: err,
+ })
+ }
+ case interface{ Validate() error }:
+ if err := v.Validate(); err != nil {
+ errors = append(errors, NamespaceDataValidationError{
+ field: fmt.Sprintf("OtherQuotas[%v]", idx),
+ reason: "embedded message failed validation",
+ cause: err,
+ })
+ }
+ }
+ } else if v, ok := interface{}(item).(interface{ Validate() error }); ok {
+ if err := v.Validate(); err != nil {
+ return NamespaceDataValidationError{
+ field: fmt.Sprintf("OtherQuotas[%v]", idx),
+ reason: "embedded message failed validation",
+ cause: err,
+ }
+ }
+ }
+
+ }
+
if len(errors) > 0 {
return NamespaceDataMultiError(errors)
}
@@ -6352,7 +6386,7 @@ type NamespaceDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m NamespaceDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6416,6 +6450,136 @@ var _ interface {
ErrorName() string
} = NamespaceDataValidationError{}
+// Validate checks the field values on OtherQuota with the rules defined in the
+// proto definition for this message. If any rules are violated, the first
+// error encountered is returned, or nil if there are no violations.
+func (m *OtherQuota) Validate() error {
+ return m.validate(false)
+}
+
+// ValidateAll checks the field values on OtherQuota with the rules defined in
+// the proto definition for this message. If any rules are violated, the
+// result is a list of violation errors wrapped in OtherQuotaMultiError, or
+// nil if none found.
+func (m *OtherQuota) ValidateAll() error {
+ return m.validate(true)
+}
+
+func (m *OtherQuota) validate(all bool) error {
+ if m == nil {
+ return nil
+ }
+
+ var errors []error
+
+ // no validation rules for Name
+
+ if all {
+ switch v := interface{}(m.GetQuota()).(type) {
+ case interface{ ValidateAll() error }:
+ if err := v.ValidateAll(); err != nil {
+ errors = append(errors, OtherQuotaValidationError{
+ field: "Quota",
+ reason: "embedded message failed validation",
+ cause: err,
+ })
+ }
+ case interface{ Validate() error }:
+ if err := v.Validate(); err != nil {
+ errors = append(errors, OtherQuotaValidationError{
+ field: "Quota",
+ reason: "embedded message failed validation",
+ cause: err,
+ })
+ }
+ }
+ } else if v, ok := interface{}(m.GetQuota()).(interface{ Validate() error }); ok {
+ if err := v.Validate(); err != nil {
+ return OtherQuotaValidationError{
+ field: "Quota",
+ reason: "embedded message failed validation",
+ cause: err,
+ }
+ }
+ }
+
+ if len(errors) > 0 {
+ return OtherQuotaMultiError(errors)
+ }
+
+ return nil
+}
+
+// OtherQuotaMultiError is an error wrapping multiple validation errors
+// returned by OtherQuota.ValidateAll() if the designated constraints aren't met.
+type OtherQuotaMultiError []error
+
+// Error returns a concatenation of all the error messages it wraps.
+func (m OtherQuotaMultiError) Error() string {
+ var msgs []string
+ for _, err := range m {
+ msgs = append(msgs, err.Error())
+ }
+ return strings.Join(msgs, "; ")
+}
+
+// AllErrors returns a list of validation violation errors.
+func (m OtherQuotaMultiError) AllErrors() []error { return m }
+
+// OtherQuotaValidationError is the validation error returned by
+// OtherQuota.Validate if the designated constraints aren't met.
+type OtherQuotaValidationError struct {
+ field string
+ reason string
+ cause error
+ key bool
+}
+
+// Field function returns field value.
+func (e OtherQuotaValidationError) Field() string { return e.field }
+
+// Reason function returns reason value.
+func (e OtherQuotaValidationError) Reason() string { return e.reason }
+
+// Cause function returns cause value.
+func (e OtherQuotaValidationError) Cause() error { return e.cause }
+
+// Key function returns key value.
+func (e OtherQuotaValidationError) Key() bool { return e.key }
+
+// ErrorName returns error name.
+func (e OtherQuotaValidationError) ErrorName() string { return "OtherQuotaValidationError" }
+
+// Error satisfies the builtin error interface
+func (e OtherQuotaValidationError) Error() string {
+ cause := ""
+ if e.cause != nil {
+ cause = fmt.Sprintf(" | caused by: %v", e.cause)
+ }
+
+ key := ""
+ if e.key {
+ key = "key for "
+ }
+
+ return fmt.Sprintf(
+ "invalid %sOtherQuota.%s: %s%s",
+ key,
+ e.field,
+ e.reason,
+ cause)
+}
+
+var _ error = OtherQuotaValidationError{}
+
+var _ interface {
+ Field() string
+ Reason() string
+ Key() bool
+ Cause() error
+ ErrorName() string
+} = OtherQuotaValidationError{}
+
// Validate checks the field values on NativeNamespaceData with the rules
// defined in the proto definition for this message. If any rules are
// violated, the first error encountered is returned, or nil if there are no violations.
@@ -6464,7 +6628,7 @@ type NativeNamespaceDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m NativeNamespaceDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6568,7 +6732,7 @@ type LabelMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m LabelMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6671,7 +6835,7 @@ type AnnotationMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m AnnotationMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6779,7 +6943,7 @@ type ResourceQuotaMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ResourceQuotaMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -6929,7 +7093,7 @@ type CreateVariableRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateVariableRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7074,7 +7238,7 @@ type CreateVariableResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateVariableResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7228,7 +7392,7 @@ type UpdateVariableRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateVariableRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7373,7 +7537,7 @@ type UpdateVariableResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateVariableResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7487,7 +7651,7 @@ type ListVariableDefinitionsRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListVariableDefinitionsRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7625,7 +7789,7 @@ type ListVariableDefinitionsResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListVariableDefinitionsResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7734,7 +7898,7 @@ type DeleteVariableDefinitionsRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteVariableDefinitionsRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -7874,7 +8038,7 @@ type DeleteVariableDefinitionsResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteVariableDefinitionsResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8010,7 +8174,7 @@ type ListClustersVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListClustersVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8150,7 +8314,7 @@ type ListClustersVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListClustersVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8277,7 +8441,7 @@ type ListNamespacesVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespacesVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8417,7 +8581,7 @@ type ListNamespacesVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespacesVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8578,7 +8742,7 @@ type UpdateClustersVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateClustersVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8689,7 +8853,7 @@ type UpdateClustersVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateClustersVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8852,7 +9016,7 @@ type UpdateNamespacesVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespacesVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -8965,7 +9129,7 @@ type UpdateNamespacesVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespacesVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9081,7 +9245,7 @@ type ListClusterVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListClusterVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9219,7 +9383,7 @@ type ListClusterVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListClusterVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9328,7 +9492,7 @@ type ListNamespaceVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespaceVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9466,7 +9630,7 @@ type ListNamespaceVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListNamespaceVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9627,7 +9791,7 @@ type UpdateClusterVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateClusterVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9738,7 +9902,7 @@ type UpdateClusterVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateClusterVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9881,7 +10045,7 @@ type UpdateNamespaceVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespaceVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -9992,7 +10156,7 @@ type UpdateNamespaceVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateNamespaceVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10131,7 +10295,7 @@ type ImportVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ImportVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10239,7 +10403,7 @@ type ImportVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ImportVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10349,7 +10513,7 @@ type RenderVariablesRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m RenderVariablesRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10491,7 +10655,7 @@ type RenderVariablesResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m RenderVariablesResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10621,7 +10785,7 @@ type VariableDefinitionMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m VariableDefinitionMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10739,7 +10903,7 @@ type VariableValueMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m VariableValueMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10855,7 +11019,7 @@ type CreateVariableDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateVariableDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -10973,7 +11137,7 @@ type UpdateVariableDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateVariableDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11111,7 +11275,7 @@ type ListVariableDefinitionDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListVariableDefinitionDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11215,7 +11379,7 @@ type DeleteVariableDefinitionsDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteVariableDefinitionsDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11354,7 +11518,7 @@ type ListVariableValuesDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListVariableValuesDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11529,7 +11693,7 @@ type ImportVariableDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ImportVariableDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11639,7 +11803,7 @@ type ImportVariableVarDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ImportVariableVarDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11741,7 +11905,7 @@ type HealthzRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m HealthzRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11876,7 +12040,7 @@ type HealthzResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m HealthzResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -11979,7 +12143,7 @@ type HealthzDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m HealthzDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12078,7 +12242,7 @@ type PingRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m PingRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12185,7 +12349,7 @@ type PingResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m PingResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12454,7 +12618,7 @@ type ProjectQuotaMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectQuotaMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12561,7 +12725,7 @@ type NodeGroupMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m NodeGroupMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12777,7 +12941,7 @@ type QuotaResourceMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaResourceMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -12908,7 +13072,7 @@ type QuotaStrategyMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaStrategyMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13089,7 +13253,7 @@ type InstanceTypeConfigMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m InstanceTypeConfigMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13194,7 +13358,7 @@ type DataDiskMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DataDiskMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13301,7 +13465,7 @@ type DeviceInfoMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeviceInfoMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13586,7 +13750,7 @@ type CreateProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m CreateProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13701,7 +13865,7 @@ type QuotaAttrMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaAttrMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13802,7 +13966,7 @@ type QuotaLimitMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaLimitMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -13974,7 +14138,7 @@ type QuotaSharedProjectMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaSharedProjectMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -14078,7 +14242,7 @@ type GetProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -14214,7 +14378,7 @@ type QuotaSharedProjectListMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaSharedProjectListMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -14451,7 +14615,7 @@ type UpdateProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -14719,7 +14883,7 @@ type UpdateProjectV2RequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m UpdateProjectV2RequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -14876,7 +15040,7 @@ type DeleteProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m DeleteProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15073,7 +15237,7 @@ type ProjectQuotaResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectQuotaResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15189,7 +15353,7 @@ type ListProjectQuotasRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectQuotasRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15327,7 +15491,7 @@ type ListProjectQuotasDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectQuotasDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15493,7 +15657,7 @@ type ListProjectQuotasResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectQuotasResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15611,7 +15775,7 @@ type ListProjectQuotasV2RequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectQuotasV2RequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15777,7 +15941,7 @@ type ListProjectQuotasV2ResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectQuotasV2ResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -15882,7 +16046,7 @@ type GetProjectQuotasUsageReqMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotasUsageReqMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16048,7 +16212,7 @@ type GetProjectQuotasUsageRespMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotasUsageRespMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16156,7 +16320,7 @@ type ZoneResourceUsageMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ZoneResourceUsageMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16326,7 +16490,7 @@ type GetProjectQuotasUsageDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotasUsageDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16490,7 +16654,7 @@ type ScaleUpProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ScaleUpProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16656,7 +16820,7 @@ type ScaleUpProjectQuotaResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ScaleUpProjectQuotaResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16821,7 +16985,7 @@ type ScaleDownProjectQuotaRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ScaleDownProjectQuotaRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -16988,7 +17152,7 @@ type ScaleDownProjectQuotaResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ScaleDownProjectQuotaResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -17099,7 +17263,7 @@ type GetProjectQuotasStatisticsRequestMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotasStatisticsRequestMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -17239,7 +17403,7 @@ type GetProjectQuotasStatisticsResponseMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m GetProjectQuotasStatisticsResponseMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -17350,7 +17514,7 @@ type QuotaResourceDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m QuotaResourceDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -17539,7 +17703,7 @@ type ProjectQuotasStatisticsDataMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ProjectQuotasStatisticsDataMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
@@ -17656,7 +17820,7 @@ type ListProjectsForIAMResp_ProjectMultiError []error
// Error returns a concatenation of all the error messages it wraps.
func (m ListProjectsForIAMResp_ProjectMultiError) Error() string {
- msgs := make([]string, 0, len(m))
+ var msgs []string
for _, err := range m {
msgs = append(msgs, err.Error())
}
diff --git a/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.proto b/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.proto
index fc7d6e771f..8139ae7129 100644
--- a/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.proto
+++ b/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.proto
@@ -1549,6 +1549,21 @@ message NamespaceData {
title: "isSystem",
description: "是否为系统命名空间, false则表示项目命名空间"
}];
+ repeated OtherQuota otherQuotas = 18[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
+ title: "otherQuotas",
+ description: "其他配额信息"
+ }];
+}
+
+message OtherQuota {
+ string name = 1[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
+ title: "name",
+ description: "配额名称"
+ }];
+ ResourceQuota quota = 2[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
+ title: "quota",
+ description: "配额总量"
+ }];
}
message NativeNamespaceData {
diff --git a/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.swagger.json b/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.swagger.json
index fd7add379c..c906b03a0d 100644
--- a/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.swagger.json
+++ b/bcs-services/bcs-project-manager/proto/bcsproject/bcsproject.swagger.json
@@ -28,7 +28,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -40,7 +40,8 @@
"description": "all. 表示查询所有项目并且携带权限信息",
"in": "query",
"required": false,
- "type": "boolean"
+ "type": "boolean",
+ "format": "boolean"
},
{
"name": "kind",
@@ -91,7 +92,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -103,7 +104,8 @@
"description": "useBCS. 业务是否开启BCS容器服务",
"in": "query",
"required": false,
- "type": "boolean"
+ "type": "boolean",
+ "format": "boolean"
}
],
"tags": [
@@ -123,7 +125,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -146,7 +148,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -170,7 +172,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -243,7 +245,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -277,7 +279,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -303,7 +305,8 @@
"description": "isContainShared. 是否包含共享额度",
"in": "query",
"required": false,
- "type": "boolean"
+ "type": "boolean",
+ "format": "boolean"
}
],
"tags": [
@@ -324,7 +327,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -355,7 +358,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -374,14 +377,16 @@
"description": "onlyDeleteInfo. 默认为false。设置为true时,仅删除所记录的信息,不会触发任何自动化流程。",
"in": "query",
"required": false,
- "type": "boolean"
+ "type": "boolean",
+ "format": "boolean"
},
{
"name": "skipItsmApproval",
"description": "skipItsmApproval. 是否跳过ITSM审批流程,仅限内部服务调用时使用",
"in": "query",
"required": false,
- "type": "boolean"
+ "type": "boolean",
+ "format": "boolean"
}
],
"tags": [
@@ -400,7 +405,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -441,7 +446,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -482,7 +487,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -523,7 +528,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -556,7 +561,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -619,7 +624,8 @@
"description": "all. 表示查询全量数据",
"in": "query",
"required": false,
- "type": "boolean"
+ "type": "boolean",
+ "format": "boolean"
},
{
"name": "businessID",
@@ -645,7 +651,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -679,7 +685,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -712,7 +718,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -745,7 +751,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -783,7 +789,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -831,7 +837,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -879,7 +885,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -924,7 +930,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -969,7 +975,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1024,7 +1030,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1079,7 +1085,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1134,7 +1140,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1189,7 +1195,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1234,7 +1240,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1289,7 +1295,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1343,7 +1349,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1398,7 +1404,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1436,7 +1442,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1484,7 +1490,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1533,7 +1539,8 @@
"description": "all. 是否查询全量数据",
"in": "query",
"required": false,
- "type": "boolean"
+ "type": "boolean",
+ "format": "boolean"
}
],
"tags": [
@@ -1552,7 +1559,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1590,7 +1597,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1631,7 +1638,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1672,7 +1679,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1720,7 +1727,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1758,7 +1765,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1806,7 +1813,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1844,7 +1851,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1892,7 +1899,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1925,7 +1932,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1958,7 +1965,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -1998,7 +2005,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -2037,7 +2044,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -2068,7 +2075,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -2109,7 +2116,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -2133,7 +2140,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -2217,7 +2224,7 @@
}
},
"default": {
- "description": "An unexpected error response.",
+ "description": "An unexpected error response",
"schema": {
"$ref": "#/definitions/runtimeError"
}
@@ -2439,17 +2446,13 @@
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "资源quota的标签配置",
- "title": "labels"
+ }
},
"annotations": {
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "资源quota的注解配置",
- "title": "annotations"
+ }
},
"quotaAttr": {
"$ref": "#/definitions/bcsprojectQuotaAttr",
@@ -2458,6 +2461,7 @@
},
"quotaSharedEnabled": {
"type": "boolean",
+ "format": "boolean",
"description": "是否启用额度共享",
"title": "quotaSharedEnabled"
},
@@ -2471,6 +2475,7 @@
},
"skipItsmApproval": {
"type": "boolean",
+ "format": "boolean",
"description": "是否跳过ITSM审批流程,仅限内部服务调用时使用",
"title": "skipItsmApproval"
}
@@ -2512,6 +2517,7 @@
},
"useBKRes": {
"type": "boolean",
+ "format": "boolean",
"description": "是否使用蓝鲸提供的资源池, 主要用于资源计费, 默认false",
"title": "useBKRes"
},
@@ -2522,6 +2528,7 @@
},
"isOffline": {
"type": "boolean",
+ "format": "boolean",
"description": "项目是否已经下线, 默认false",
"title": "isOffline"
},
@@ -2537,6 +2544,7 @@
},
"isSecret": {
"type": "boolean",
+ "format": "boolean",
"description": "是否为保密项目, 默认为false",
"title": "isSecret"
},
@@ -2586,17 +2594,13 @@
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "project的标签配置",
- "title": "labels"
+ }
},
"annotations": {
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "project的注解配置",
- "title": "annotations"
+ }
}
},
"description": "创建项目",
@@ -3811,11 +3815,13 @@
},
"approveResult": {
"type": "boolean",
+ "format": "boolean",
"description": "单据审批结果",
"title": "approve_result"
},
"applyInCluster": {
"type": "boolean",
+ "format": "boolean",
"description": "是否下发到集群",
"title": "applyInCluster"
}
@@ -3854,6 +3860,7 @@
},
"result": {
"type": "boolean",
+ "format": "boolean",
"description": "回调结果",
"title": "result"
}
@@ -3958,8 +3965,17 @@
},
"isSystem": {
"type": "boolean",
+ "format": "boolean",
"description": "是否为系统命名空间, false则表示项目命名空间",
"title": "isSystem"
+ },
+ "otherQuotas": {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/bcsprojectOtherQuota"
+ },
+ "description": "其他配额信息",
+ "title": "otherQuotas"
}
}
},
@@ -4025,6 +4041,21 @@
}
}
},
+ "bcsprojectOtherQuota": {
+ "type": "object",
+ "properties": {
+ "name": {
+ "type": "string",
+ "description": "配额名称",
+ "title": "name"
+ },
+ "quota": {
+ "$ref": "#/definitions/bcsprojectResourceQuota",
+ "description": "配额总量",
+ "title": "quota"
+ }
+ }
+ },
"bcsprojectPerms": {
"type": "object",
"properties": {
@@ -4108,6 +4139,7 @@
},
"useBKRes": {
"type": "boolean",
+ "format": "boolean",
"description": "是否使用蓝鲸提供的资源池, 主要用于资源计费, 默认false",
"title": "useBKRes"
},
@@ -4118,6 +4150,7 @@
},
"isOffline": {
"type": "boolean",
+ "format": "boolean",
"description": "项目是否已经下线, 默认false",
"title": "isOffline"
},
@@ -4140,17 +4173,13 @@
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "project的标签配置",
- "title": "labels"
+ }
},
"annotations": {
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "project的注解配置",
- "title": "annotations"
+ }
}
},
"description": "项目的基本信息",
@@ -4161,6 +4190,7 @@
"properties": {
"isActive": {
"type": "boolean",
+ "format": "boolean",
"description": "是否活跃",
"title": "isActive"
}
@@ -4221,6 +4251,7 @@
},
"isDeleted": {
"type": "boolean",
+ "format": "boolean",
"description": "项目下该资源配额是否已下线(默认软删),同类型同种类资源仅不允许重复申请,可更改配额",
"title": "isDeleted"
},
@@ -4281,17 +4312,13 @@
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "资源quota的标签配置",
- "title": "labels"
+ }
},
"annotations": {
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "资源quota的注解配置",
- "title": "annotations"
+ }
},
"quotaAttr": {
"$ref": "#/definitions/bcsprojectQuotaAttr",
@@ -4300,6 +4327,7 @@
},
"quotaSharedEnabled": {
"type": "boolean",
+ "format": "boolean",
"description": "是否启用额度共享",
"title": "quotaSharedEnabled"
},
@@ -4649,6 +4677,7 @@
},
"skipItsmApproval": {
"type": "boolean",
+ "format": "boolean",
"description": "是否跳过ITSM审批流程,仅限内部服务调用时使用",
"title": "skipItsmApproval"
}
@@ -4707,6 +4736,7 @@
},
"skipItsmApproval": {
"type": "boolean",
+ "format": "boolean",
"description": "是否跳过ITSM审批流程,仅限内部服务调用时使用",
"title": "skipItsmApproval"
}
@@ -5138,17 +5168,13 @@
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "资源quota的标签配置",
- "title": "labels"
+ }
},
"annotations": {
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "资源quota的注解配置",
- "title": "annotations"
+ }
},
"quotaAttr": {
"$ref": "#/definitions/bcsprojectQuotaAttr",
@@ -5157,6 +5183,7 @@
},
"quotaSharedEnabled": {
"type": "boolean",
+ "format": "boolean",
"description": "是否启用额度共享",
"title": "quotaSharedEnabled"
},
@@ -5189,6 +5216,7 @@
},
"useBKRes": {
"type": "boolean",
+ "format": "boolean",
"description": "是否使用蓝鲸提供的资源池, 主要用于资源计费, 默认false",
"title": "useBKRes"
},
@@ -5199,6 +5227,7 @@
},
"isOffline": {
"type": "boolean",
+ "format": "boolean",
"description": "项目是否已经下线, 默认false",
"title": "isOffline"
},
@@ -5226,17 +5255,13 @@
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "project的标签配置",
- "title": "labels"
+ }
},
"annotations": {
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "project的注解配置",
- "title": "annotations"
+ }
}
},
"description": "更新项目请求",
@@ -5272,6 +5297,7 @@
},
"useBKRes": {
"type": "boolean",
+ "format": "boolean",
"description": "是否使用蓝鲸提供的资源池, 主要用于资源计费, 默认false",
"title": "useBKRes"
},
@@ -5282,6 +5308,7 @@
},
"isOffline": {
"type": "boolean",
+ "format": "boolean",
"description": "项目是否已经下线, 默认false",
"title": "isOffline"
},
@@ -5294,17 +5321,13 @@
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "project的标签配置",
- "title": "labels"
+ }
},
"annotations": {
"type": "object",
"additionalProperties": {
"type": "string"
- },
- "description": "project的注解配置",
- "title": "annotations"
+ }
},
"quotaAttr": {
"$ref": "#/definitions/bcsprojectQuotaAttr",
@@ -5313,6 +5336,7 @@
},
"quotaSharedEnabled": {
"type": "boolean",
+ "format": "boolean",
"description": "是否启用额度共享",
"title": "quotaSharedEnabled"
},
diff --git a/bcs-ui/frontend/src/i18n/en-US.yaml b/bcs-ui/frontend/src/i18n/en-US.yaml
index df18c640c8..c2fd76d209 100644
--- a/bcs-ui/frontend/src/i18n/en-US.yaml
+++ b/bcs-ui/frontend/src/i18n/en-US.yaml
@@ -2940,6 +2940,7 @@ dashboard:
allNamespaces: All namespaces
projectNS: 'Project namespace {0}'
systemNS: 'System namespace {0}'
+ otherQuotas: Other Quotas
msg:
undoSuccess: Undo success
quota:
diff --git a/bcs-ui/frontend/src/i18n/zh-CN.yaml b/bcs-ui/frontend/src/i18n/zh-CN.yaml
index 344da6011f..aeb23ce960 100644
--- a/bcs-ui/frontend/src/i18n/zh-CN.yaml
+++ b/bcs-ui/frontend/src/i18n/zh-CN.yaml
@@ -2359,6 +2359,7 @@ dashboard:
allNamespaces: 全部命名空间
projectNS: '项目命名空间{0}'
systemNS: '系统命名空间{0}'
+ otherQuotas: 其他配额
msg:
undoSuccess: 撤回成功
quota:
diff --git a/bcs-ui/frontend/src/views/cluster-manage/namespace/detail.vue b/bcs-ui/frontend/src/views/cluster-manage/namespace/detail.vue
index 67554be1a6..51855dc1a1 100644
--- a/bcs-ui/frontend/src/views/cluster-manage/namespace/detail.vue
+++ b/bcs-ui/frontend/src/views/cluster-manage/namespace/detail.vue
@@ -61,6 +61,31 @@
+
+
+
+
+
+ {{ row.quota && row.quota.cpuLimits ? `${unitConvert(row.quota.cpuLimits, '', 'cpu')}${$t('units.suffix.cores')}` : '--' }}
+
+
+
+
+ {{ row.quota && row.quota.cpuRequests ? `${unitConvert(row.quota.cpuRequests, '', 'cpu')}${$t('units.suffix.cores')}` : '--' }}
+
+
+
+
+ {{ row.quota && row.quota.memoryLimits ? `${unitConvert(row.quota.memoryLimits, 'Gi', 'mem')}Gi` : '--' }}
+
+
+
+
+ {{ row.quota && row.quota.memoryRequests ? `${unitConvert(row.quota.memoryRequests, 'Gi', 'mem')}Gi` : '--' }}
+
+
+
+