diff --git a/proto/cloudpb/BUILD.bazel b/proto/cloudpb/BUILD.bazel index d8ca2ec..c3b0dde 100644 --- a/proto/cloudpb/BUILD.bazel +++ b/proto/cloudpb/BUILD.bazel @@ -25,6 +25,7 @@ pl_proto_library( deps = [ "//src/api/proto/uuidpb:uuid_pl_proto", "//src/api/proto/vispb:vis_pl_proto", + "//src/api/proto/vizierconfigpb:vizier_pl_proto", "@gogo_special_proto//github.com/gogo/protobuf/gogoproto", ], ) @@ -37,6 +38,7 @@ pl_go_proto_library( deps = [ "//src/api/proto/uuidpb:uuid_pl_go_proto", "//src/api/proto/vispb:vis_pl_go_proto", + "//src/api/proto/vizierconfigpb:vizier_pl_go_proto", ], ) @@ -48,5 +50,6 @@ pl_py_grpc_library( deps = [ "//src/api/proto/uuidpb:uuid_pl_py_proto", "//src/api/proto/vispb:vis_pl_py_proto", + "//src/api/proto/vizierconfigpb:vizier_pl_py_proto", ], ) diff --git a/proto/cloudpb/cloudapi.pb.go b/proto/cloudpb/cloudapi.pb.go index ca4bb3c..71f28b3 100755 --- a/proto/cloudpb/cloudapi.pb.go +++ b/proto/cloudpb/cloudapi.pb.go @@ -18,6 +18,7 @@ import ( math_bits "math/bits" uuidpb "px.dev/pxapi/proto/uuidpb" vispb "px.dev/pxapi/proto/vispb" + vizierconfigpb "px.dev/pxapi/proto/vizierconfigpb" reflect "reflect" strconv "strconv" strings "strings" @@ -3843,6 +3844,100 @@ func (m *UserInfo) GetIsApproved() bool { return false } +type ConfigForVizierRequest struct { + Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` + VzSpec *vizierconfigpb.VizierSpec `protobuf:"bytes,2,opt,name=vz_spec,json=vzSpec,proto3" json:"vz_spec,omitempty"` +} + +func (m *ConfigForVizierRequest) Reset() { *m = ConfigForVizierRequest{} } +func (*ConfigForVizierRequest) ProtoMessage() {} +func (*ConfigForVizierRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_7acc08cd3b92035f, []int{69} +} +func (m *ConfigForVizierRequest) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ConfigForVizierRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ConfigForVizierRequest.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ConfigForVizierRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ConfigForVizierRequest.Merge(m, src) +} +func (m *ConfigForVizierRequest) XXX_Size() int { + return m.Size() +} +func (m *ConfigForVizierRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ConfigForVizierRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ConfigForVizierRequest proto.InternalMessageInfo + +func (m *ConfigForVizierRequest) GetNamespace() string { + if m != nil { + return m.Namespace + } + return "" +} + +func (m *ConfigForVizierRequest) GetVzSpec() *vizierconfigpb.VizierSpec { + if m != nil { + return m.VzSpec + } + return nil +} + +type ConfigForVizierResponse struct { + NameToYamlContent map[string]string `protobuf:"bytes,1,rep,name=nameToYamlContent,proto3" json:"nameToYamlContent,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` +} + +func (m *ConfigForVizierResponse) Reset() { *m = ConfigForVizierResponse{} } +func (*ConfigForVizierResponse) ProtoMessage() {} +func (*ConfigForVizierResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_7acc08cd3b92035f, []int{70} +} +func (m *ConfigForVizierResponse) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ConfigForVizierResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ConfigForVizierResponse.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ConfigForVizierResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ConfigForVizierResponse.Merge(m, src) +} +func (m *ConfigForVizierResponse) XXX_Size() int { + return m.Size() +} +func (m *ConfigForVizierResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ConfigForVizierResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ConfigForVizierResponse proto.InternalMessageInfo + +func (m *ConfigForVizierResponse) GetNameToYamlContent() map[string]string { + if m != nil { + return m.NameToYamlContent + } + return nil +} + func init() { proto.RegisterEnum("px.cloudapi.ArtifactType", ArtifactType_name, ArtifactType_value) proto.RegisterEnum("px.cloudapi.ClusterStatus", ClusterStatus_name, ClusterStatus_value) @@ -3923,6 +4018,9 @@ func init() { proto.RegisterType((*GetUsersInOrgRequest)(nil), "px.cloudapi.GetUsersInOrgRequest") proto.RegisterType((*GetUsersInOrgResponse)(nil), "px.cloudapi.GetUsersInOrgResponse") proto.RegisterType((*UserInfo)(nil), "px.cloudapi.UserInfo") + proto.RegisterType((*ConfigForVizierRequest)(nil), "px.cloudapi.ConfigForVizierRequest") + proto.RegisterType((*ConfigForVizierResponse)(nil), "px.cloudapi.ConfigForVizierResponse") + proto.RegisterMapType((map[string]string)(nil), "px.cloudapi.ConfigForVizierResponse.NameToYamlContentEntry") } func init() { @@ -3930,250 +4028,258 @@ func init() { } var fileDescriptor_7acc08cd3b92035f = []byte{ - // 3879 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x7b, 0x4d, 0x70, 0x1b, 0x57, - 0x72, 0xb0, 0x06, 0x20, 0x41, 0xa0, 0xc1, 0x1f, 0xf0, 0x51, 0xa6, 0x20, 0x48, 0x02, 0xe9, 0x91, - 0xb5, 0x92, 0xb5, 0x36, 0xb5, 0xa2, 0x6d, 0xf9, 0x6f, 0xfd, 0x7d, 0x0b, 0x01, 0x58, 0x0a, 0x22, - 0x09, 0x21, 0x03, 0x90, 0x8e, 0xb7, 0x52, 0x35, 0x19, 0x02, 0x8f, 0xe0, 0x94, 0x06, 0x33, 0xa3, - 0x79, 0x0f, 0xb4, 0xe8, 0xca, 0x21, 0x95, 0x4a, 0x55, 0x2e, 0xa9, 0x4a, 0xb2, 0xb9, 0x64, 0x0f, - 0xd9, 0xf3, 0x56, 0x52, 0xc9, 0x5e, 0x73, 0x4c, 0x2a, 0xa9, 0x54, 0x72, 0x49, 0xf9, 0x90, 0xc3, - 0x1e, 0x12, 0x55, 0x4c, 0x5f, 0x72, 0xc8, 0xc1, 0xc7, 0x1c, 0x53, 0xef, 0x0f, 0x33, 0x03, 0x0c, - 0xf8, 0x63, 0x6f, 0xaa, 0x72, 0x11, 0xf1, 0xba, 0xfb, 0x75, 0xf7, 0xeb, 0xee, 0xd7, 0xfd, 0x5e, - 0xcf, 0x13, 0xbc, 0x41, 0x82, 0xee, 0x03, 0xcb, 0xb7, 0x1f, 0xf8, 0x81, 0x47, 0xbd, 0x07, 0x5d, - 0xc7, 0x1b, 0xf6, 0xfc, 0x03, 0xf1, 0xd7, 0xf2, 0xed, 0x0d, 0x0e, 0x46, 0x79, 0xff, 0xe5, 0x86, - 0x02, 0x95, 0xde, 0xee, 0xdb, 0xf4, 0x68, 0x78, 0xb0, 0xd1, 0xf5, 0x06, 0x0f, 0xfa, 0x5e, 0xdf, - 0x13, 0x53, 0x0f, 0x86, 0x87, 0x7c, 0x24, 0xf8, 0xb0, 0x5f, 0x62, 0x6e, 0xe9, 0x46, 0xdf, 0xf3, - 0xfa, 0x0e, 0x0e, 0xa9, 0xf0, 0xc0, 0xa7, 0x27, 0x12, 0xb9, 0x36, 0x8e, 0xa4, 0xf6, 0x00, 0x13, - 0x6a, 0x0d, 0x7c, 0x49, 0x50, 0x1e, 0x27, 0xf8, 0x3c, 0xb0, 0x7c, 0x1f, 0x07, 0x44, 0x31, 0x88, - 0xeb, 0x3f, 0x1c, 0xda, 0x4c, 0x7d, 0xf6, 0x47, 0x12, 0xdc, 0x8a, 0x13, 0x1c, 0xdb, 0xc4, 0x3f, - 0x60, 0xff, 0x0a, 0xb4, 0xfe, 0xb7, 0x1a, 0x2c, 0xef, 0xf9, 0x3d, 0x8b, 0xe2, 0x3d, 0x82, 0x03, - 0x03, 0xbf, 0x18, 0x62, 0x42, 0xd1, 0x5d, 0x48, 0xd9, 0xbd, 0xa2, 0xb6, 0xae, 0xdd, 0xcb, 0x6f, - 0x2e, 0x6d, 0xf8, 0x2f, 0x37, 0x04, 0xdf, 0x8d, 0xbd, 0xbd, 0x46, 0xed, 0x71, 0xe6, 0xf4, 0xd5, - 0x5a, 0xaa, 0x51, 0x33, 0x52, 0x76, 0x0f, 0xd5, 0x61, 0xa9, 0x67, 0x13, 0xdf, 0xb1, 0x4e, 0x4c, - 0xdf, 0xee, 0xd2, 0x61, 0x80, 0x8b, 0x29, 0x3e, 0xeb, 0xe6, 0x86, 0x50, 0x7c, 0x43, 0x29, 0xbe, - 0xd1, 0xa6, 0x81, 0xed, 0xf6, 0xf7, 0x2d, 0x67, 0x88, 0x8d, 0x45, 0x39, 0xa9, 0x25, 0xe6, 0xa0, - 0x8f, 0x21, 0x6f, 0x13, 0xd3, 0xf2, 0xfd, 0xc0, 0x3b, 0xc6, 0xbd, 0x62, 0x9a, 0xb3, 0x28, 0x4d, - 0xb0, 0x78, 0xec, 0x79, 0x8e, 0x60, 0x00, 0x36, 0xa9, 0x48, 0x6a, 0xfd, 0xdf, 0x34, 0xb8, 0x1e, - 0x2e, 0xa1, 0x8d, 0x29, 0xb5, 0xdd, 0x3e, 0xb9, 0xf4, 0x52, 0x3e, 0x85, 0x3c, 0x11, 0x73, 0xcd, - 0x81, 0xe5, 0x17, 0x53, 0xeb, 0xe9, 0x7b, 0xf9, 0xcd, 0x47, 0x1b, 0x11, 0xcf, 0x6f, 0x4c, 0x95, - 0xb2, 0x21, 0xc7, 0xbb, 0x96, 0x5f, 0x77, 0x69, 0x70, 0x62, 0x00, 0x19, 0x01, 0x4a, 0x9f, 0xc0, - 0xd2, 0x18, 0x1a, 0x15, 0x20, 0xfd, 0x1c, 0x9f, 0x70, 0xad, 0x72, 0x06, 0xfb, 0x89, 0xae, 0xc2, - 0xec, 0x31, 0x5b, 0x19, 0x37, 0x5f, 0xce, 0x10, 0x83, 0x8f, 0x52, 0x1f, 0x68, 0xfa, 0x4d, 0x28, - 0x25, 0xc9, 0x25, 0xbe, 0xe7, 0x12, 0xac, 0xef, 0xc1, 0xea, 0x16, 0xa6, 0xdf, 0x69, 0xe1, 0x08, - 0x66, 0x9e, 0xe3, 0x13, 0xc2, 0x57, 0x9c, 0x33, 0xf8, 0x6f, 0xfd, 0x97, 0x1a, 0x5c, 0x9b, 0xe0, - 0x2b, 0x44, 0xa2, 0xbd, 0xb8, 0xa1, 0x34, 0x6e, 0xa8, 0x77, 0x63, 0x86, 0x9a, 0x32, 0xf5, 0x7f, - 0xd3, 0x4c, 0x55, 0x28, 0x4a, 0xa9, 0x15, 0x4a, 0x03, 0xfb, 0x60, 0x48, 0xf1, 0xa5, 0x4d, 0xa1, - 0x7f, 0x00, 0xd7, 0x13, 0x98, 0xc8, 0x75, 0xdf, 0x80, 0x1c, 0xf5, 0x86, 0x81, 0x49, 0x30, 0x76, - 0x39, 0xb3, 0xac, 0x91, 0x65, 0x80, 0x36, 0xc6, 0xae, 0xfe, 0x3b, 0x50, 0x6c, 0x7f, 0x57, 0xf1, - 0xe8, 0xfd, 0xa8, 0x84, 0xd4, 0xb9, 0x9b, 0x20, 0x94, 0x7e, 0x03, 0xae, 0xb7, 0xa7, 0xe9, 0xad, - 0x63, 0x58, 0x6e, 0xb8, 0xc7, 0x76, 0x7c, 0x87, 0x5f, 0x85, 0x59, 0x3c, 0xb0, 0x6c, 0x47, 0x1a, - 0x57, 0x0c, 0xd0, 0x2d, 0x80, 0x43, 0x3b, 0x20, 0xd4, 0x74, 0xad, 0x81, 0xb2, 0x71, 0x8e, 0x43, - 0x9a, 0xd6, 0x80, 0x5b, 0xc0, 0xb1, 0x14, 0x36, 0xcd, 0xb1, 0x59, 0x06, 0x60, 0x48, 0x7d, 0x1b, - 0x50, 0x54, 0x8c, 0x34, 0x5a, 0xb2, 0x9c, 0x35, 0xc8, 0xdb, 0x9c, 0xd6, 0x74, 0x6c, 0xf7, 0xb9, - 0x14, 0x04, 0x02, 0xb4, 0x63, 0xbb, 0xcf, 0xf5, 0x87, 0x30, 0xbf, 0xe3, 0xf5, 0x6d, 0x57, 0xa9, - 0xfb, 0x3a, 0xcc, 0x5b, 0xdd, 0x2e, 0x26, 0xc4, 0xa4, 0xde, 0x73, 0x69, 0xfe, 0x9c, 0x91, 0x17, - 0xb0, 0x0e, 0x03, 0xe9, 0x15, 0x00, 0x39, 0xc5, 0x77, 0x78, 0xa0, 0x44, 0x29, 0xc5, 0x80, 0xad, - 0x0f, 0xbf, 0xf4, 0xed, 0x00, 0x13, 0xd3, 0xa2, 0x5c, 0x6c, 0xda, 0xc8, 0x49, 0x48, 0x85, 0xb2, - 0xad, 0xb6, 0x85, 0x69, 0x63, 0x60, 0xf5, 0x71, 0x35, 0xc0, 0x3d, 0xec, 0x52, 0xdb, 0x72, 0x94, - 0x1b, 0xf5, 0x77, 0xe0, 0x46, 0x22, 0x36, 0x5c, 0x69, 0x37, 0xc0, 0x3d, 0xa2, 0x24, 0xf2, 0x81, - 0xde, 0x81, 0x7c, 0x25, 0xa0, 0xf6, 0xa1, 0xd5, 0xa5, 0x6d, 0x4c, 0xd9, 0x5e, 0xe3, 0xc6, 0x13, - 0x34, 0xfc, 0x37, 0x7a, 0x08, 0x59, 0x4b, 0x92, 0xc8, 0xac, 0xf3, 0x5a, 0x6c, 0x33, 0xa9, 0xf9, - 0xc6, 0x88, 0x4c, 0xff, 0x46, 0x83, 0xac, 0x02, 0xa3, 0x0f, 0x20, 0x37, 0xaa, 0x1a, 0x32, 0xca, - 0x26, 0xa3, 0xa6, 0xa3, 0x28, 0x8c, 0x90, 0x98, 0xb9, 0xa1, 0xeb, 0x0d, 0x06, 0x36, 0x35, 0x8f, - 0x2c, 0x72, 0xa4, 0xdc, 0x20, 0x40, 0x4f, 0x2c, 0x72, 0xc4, 0x08, 0x8e, 0x71, 0x40, 0x6c, 0xcf, - 0x35, 0x09, 0x0d, 0xa4, 0xcb, 0x41, 0x82, 0xda, 0x34, 0x40, 0x4f, 0x61, 0xc5, 0x3a, 0xb6, 0x6c, - 0xc7, 0x3a, 0x70, 0xb0, 0xa9, 0xd4, 0x23, 0xc5, 0x99, 0xf5, 0xf4, 0xbd, 0xc5, 0xcd, 0xeb, 0x89, - 0xcb, 0xe8, 0x9c, 0xf8, 0xd8, 0x40, 0xa3, 0x59, 0x0a, 0x4c, 0xd0, 0x4d, 0xc8, 0x75, 0x8f, 0x2c, - 0xb7, 0x8f, 0x1d, 0xaf, 0x5f, 0x9c, 0x15, 0xb1, 0x37, 0x02, 0xe8, 0x7f, 0xaa, 0xf1, 0x4c, 0xa7, - 0xc8, 0x77, 0x6c, 0x42, 0x55, 0x70, 0xdc, 0x86, 0x05, 0x25, 0xda, 0x8c, 0x58, 0x77, 0x5e, 0x01, - 0x79, 0xec, 0xfe, 0xbf, 0x08, 0x11, 0x3d, 0xf1, 0x45, 0x74, 0x9f, 0xa9, 0xe3, 0x68, 0x3e, 0x1b, - 0x31, 0xf7, 0x3a, 0xf6, 0xc0, 0xa6, 0xdc, 0x08, 0x69, 0x43, 0x0c, 0xf4, 0x9f, 0x0b, 0xad, 0x6a, - 0xde, 0xe7, 0xae, 0xe3, 0x59, 0x3d, 0x16, 0xbb, 0x97, 0xd2, 0x6a, 0xcc, 0xc0, 0xa9, 0x09, 0x03, - 0x4f, 0xa8, 0x9d, 0xbe, 0x94, 0xda, 0xfa, 0x1f, 0x8a, 0x44, 0x1e, 0x57, 0x50, 0x46, 0x6c, 0x01, - 0xd2, 0xc3, 0x40, 0xed, 0x4c, 0xf6, 0x13, 0xe9, 0x90, 0x21, 0x47, 0xd6, 0xe6, 0x7b, 0x8f, 0x84, - 0x26, 0x8f, 0xe1, 0xf4, 0xd5, 0x5a, 0xa6, 0xfd, 0xa4, 0xb2, 0xf9, 0xde, 0x23, 0x43, 0x62, 0x58, - 0xad, 0x3e, 0xb6, 0x1c, 0xbb, 0x67, 0x0e, 0x5d, 0x6a, 0x3b, 0x53, 0x6b, 0x75, 0x18, 0x70, 0xc0, - 0xc9, 0xf7, 0x18, 0xb5, 0xbe, 0x0a, 0x57, 0xab, 0x01, 0xb6, 0x28, 0xae, 0x3a, 0x43, 0x42, 0x47, - 0xe9, 0x48, 0xdf, 0x87, 0xd7, 0xc6, 0xe0, 0x52, 0xc7, 0x4f, 0x00, 0xba, 0x02, 0x64, 0x4e, 0xcf, - 0xa1, 0x0b, 0xa7, 0xaf, 0xd6, 0x72, 0x72, 0x66, 0xa3, 0x66, 0xe4, 0xe4, 0x8c, 0x46, 0x4f, 0xff, - 0x73, 0x0d, 0x6e, 0x89, 0xea, 0xf9, 0x2c, 0x68, 0xb8, 0x84, 0x5a, 0x8e, 0x13, 0x97, 0xfc, 0x1d, - 0x05, 0xa0, 0x22, 0xcc, 0x49, 0x6f, 0x49, 0xe7, 0xa9, 0x21, 0xf3, 0x3f, 0xcb, 0x12, 0xbe, 0xe3, - 0x9d, 0x98, 0x98, 0x76, 0xc5, 0xa9, 0x26, 0x6b, 0xcc, 0x2b, 0x60, 0x9d, 0x76, 0x7b, 0xfa, 0x16, - 0x94, 0xa7, 0xa9, 0x27, 0x0d, 0x70, 0x07, 0x16, 0x87, 0x9c, 0xc2, 0x24, 0xd4, 0x0a, 0x28, 0xee, - 0xc9, 0xd2, 0xb3, 0x20, 0xa0, 0x6d, 0x01, 0xd4, 0x3d, 0x98, 0xdf, 0xb7, 0xbf, 0xb0, 0x71, 0x50, - 0xf5, 0xdc, 0x43, 0xbb, 0x8f, 0x1e, 0xc0, 0x8a, 0x6f, 0x11, 0x42, 0x8f, 0x02, 0x6f, 0xd8, 0x3f, - 0x32, 0xb1, 0xcb, 0xf6, 0x9a, 0x9a, 0x8b, 0x22, 0xa8, 0xba, 0xc0, 0xa0, 0x0d, 0x58, 0xb1, 0x86, - 0xd4, 0x33, 0xa5, 0x30, 0x35, 0x21, 0xc5, 0x27, 0x2c, 0x33, 0x94, 0x50, 0x54, 0xd2, 0xeb, 0x7f, - 0xa5, 0x01, 0x8a, 0x4a, 0x14, 0x58, 0xb4, 0x3d, 0x5d, 0xee, 0xd9, 0xc5, 0x2c, 0x49, 0xa7, 0xa7, - 0xd3, 0x75, 0x3a, 0x9b, 0x59, 0x82, 0xbe, 0x3f, 0x82, 0xd7, 0xb6, 0x30, 0x55, 0x3e, 0x74, 0x0f, - 0xbd, 0x4b, 0x1f, 0x0e, 0xfe, 0x4c, 0x83, 0xec, 0xf6, 0x07, 0xa4, 0x7e, 0x8c, 0x5d, 0xca, 0xfc, - 0x3e, 0xc0, 0x84, 0x58, 0x7d, 0xb5, 0xaf, 0xd5, 0x10, 0x7d, 0xa8, 0x6a, 0x28, 0xcb, 0xb3, 0x53, - 0x75, 0x8d, 0xe4, 0x63, 0x4e, 0xcd, 0xc6, 0xac, 0xfe, 0xf3, 0xfa, 0xca, 0x67, 0x9e, 0xbf, 0xb1, - 0x78, 0xed, 0x65, 0x43, 0xfd, 0x1f, 0x52, 0x90, 0x6b, 0x79, 0xbd, 0x36, 0xb5, 0xe8, 0x90, 0x24, - 0x16, 0x99, 0xb7, 0x21, 0x43, 0x38, 0x56, 0xe6, 0xbd, 0x78, 0x89, 0x69, 0x79, 0xbd, 0xd6, 0x91, - 0x45, 0xb0, 0x21, 0x89, 0x58, 0xd4, 0x89, 0x5f, 0xa6, 0x5a, 0xa5, 0xc8, 0xfd, 0x0b, 0x02, 0xba, - 0x2b, 0xd7, 0xba, 0x0a, 0x99, 0x00, 0x5b, 0xc4, 0x73, 0x8b, 0x33, 0x1c, 0x2d, 0x47, 0xe8, 0x87, - 0x00, 0x5d, 0xcf, 0xa5, 0x96, 0xed, 0xe2, 0x80, 0x14, 0x67, 0x79, 0x51, 0xbb, 0x19, 0x93, 0x58, - 0x55, 0x68, 0xa1, 0xb3, 0x11, 0xa1, 0x47, 0x4f, 0x00, 0xba, 0x3c, 0x19, 0xf4, 0x58, 0x95, 0xce, - 0x9c, 0x67, 0x07, 0xb9, 0x3b, 0xc5, 0x8c, 0x0a, 0x35, 0x72, 0x5d, 0xf5, 0x93, 0xad, 0x1a, 0x33, - 0x77, 0x91, 0xe2, 0x5c, 0x42, 0x61, 0x55, 0xce, 0x34, 0x24, 0x91, 0xfe, 0xaf, 0x1a, 0x2c, 0x8d, - 0x29, 0x36, 0xa5, 0x62, 0xcf, 0x32, 0x3b, 0xa8, 0x1a, 0x72, 0x63, 0xfa, 0xca, 0xb0, 0x21, 0x28, - 0xa3, 0xf1, 0x92, 0x8e, 0xc7, 0xcb, 0x34, 0x1b, 0xfe, 0xda, 0xac, 0xa0, 0xff, 0xe3, 0x2c, 0xe4, - 0x23, 0x81, 0x7f, 0xf1, 0xf3, 0xe8, 0xe6, 0x58, 0xd0, 0x94, 0xe2, 0x0b, 0x15, 0x2c, 0xa5, 0x03, - 0x55, 0xe4, 0xdc, 0x83, 0x25, 0x16, 0x96, 0x4f, 0xb0, 0x15, 0xd0, 0x03, 0x6c, 0xd1, 0x26, 0x91, - 0x15, 0x73, 0x1c, 0x8c, 0x1e, 0x42, 0xa6, 0xcb, 0x53, 0x07, 0x5f, 0x78, 0x7e, 0xac, 0xa6, 0x45, - 0x73, 0x8b, 0x21, 0x09, 0xd1, 0x03, 0xc8, 0xab, 0x64, 0x3d, 0xb4, 0x7b, 0xe2, 0x90, 0xf0, 0x78, - 0xf1, 0xf4, 0xd5, 0x1a, 0x48, 0x65, 0xf6, 0x1a, 0x35, 0x43, 0xe5, 0xf3, 0x3d, 0xbb, 0xc7, 0xce, - 0x8d, 0x6a, 0x02, 0xf7, 0x62, 0x46, 0x9c, 0x1b, 0x25, 0x8c, 0x97, 0xe0, 0x0d, 0x58, 0xf1, 0x03, - 0x4c, 0xe9, 0x89, 0x19, 0xa3, 0xcc, 0x71, 0xca, 0x65, 0x81, 0xaa, 0x46, 0xe8, 0xef, 0xc2, 0x92, - 0x22, 0x54, 0x99, 0x7f, 0x8e, 0xd3, 0x2e, 0x4a, 0xf0, 0xbe, 0x2c, 0x00, 0x77, 0x60, 0xf1, 0x98, - 0x2f, 0x62, 0x44, 0x97, 0x15, 0x7b, 0x48, 0x40, 0x15, 0x59, 0x00, 0x25, 0x16, 0xfb, 0x81, 0xe7, - 0x98, 0xbe, 0x63, 0xb9, 0xd8, 0xf4, 0xbd, 0x9e, 0x29, 0x8c, 0x89, 0x49, 0x11, 0x78, 0xdc, 0xbe, - 0x97, 0x64, 0x78, 0xe6, 0x4b, 0x1e, 0x6d, 0x81, 0xe7, 0xb4, 0xd8, 0xcc, 0x51, 0x06, 0xc0, 0x44, - 0x5c, 0xaf, 0xae, 0x75, 0x93, 0xb1, 0xec, 0x20, 0xef, 0x0e, 0x07, 0xa6, 0xeb, 0xf5, 0x30, 0x29, - 0xe6, 0xd7, 0xb5, 0x7b, 0xb3, 0x46, 0xd6, 0x1d, 0x0e, 0x9a, 0x6c, 0x8c, 0xde, 0x85, 0x55, 0x86, - 0xb4, 0x5d, 0x42, 0x83, 0xe1, 0x00, 0xbb, 0x2c, 0x02, 0x05, 0xe5, 0x3c, 0xa7, 0xbc, 0xea, 0x0e, - 0x07, 0x8d, 0x08, 0x92, 0xcf, 0x2a, 0x1d, 0xc0, 0xcd, 0xb3, 0x74, 0x49, 0xb8, 0xcb, 0xbd, 0x15, - 0xbd, 0xcb, 0xe5, 0x37, 0x57, 0xc7, 0x33, 0x92, 0x0c, 0xac, 0xc8, 0x1d, 0xaf, 0xc9, 0x0f, 0x5b, - 0xb1, 0x1c, 0x2e, 0xab, 0xe4, 0xbb, 0x90, 0x95, 0xd6, 0x27, 0xf2, 0x42, 0x5a, 0x9c, 0x66, 0x32, - 0x63, 0x44, 0xa9, 0x3f, 0x85, 0xb5, 0x90, 0x5f, 0xd5, 0x73, 0x5d, 0xdc, 0xa5, 0xb6, 0xe7, 0x7e, - 0xab, 0xea, 0x80, 0x61, 0x7d, 0x3a, 0x2f, 0xa9, 0xe5, 0xf7, 0x21, 0x67, 0xfb, 0x95, 0x5e, 0x2f, - 0xc0, 0x44, 0x5e, 0x13, 0xc4, 0xae, 0x6d, 0xb4, 0x24, 0xd0, 0x08, 0xf1, 0xe1, 0x0d, 0x26, 0x15, - 0xb9, 0xc1, 0xe8, 0x7f, 0xa2, 0xc1, 0xba, 0x28, 0x6c, 0x52, 0x54, 0x6c, 0x9f, 0x5c, 0xf6, 0xc2, - 0x59, 0x83, 0x05, 0xb1, 0xb3, 0x64, 0x89, 0x95, 0xae, 0x58, 0x9b, 0xba, 0x13, 0x85, 0x68, 0x63, - 0xbe, 0x1b, 0x19, 0xe9, 0xb7, 0xe1, 0xf5, 0x33, 0x54, 0x92, 0xb7, 0xd0, 0x9f, 0x69, 0xb0, 0x50, - 0xe3, 0x07, 0x1f, 0x16, 0x35, 0xdb, 0xf8, 0xe4, 0xe2, 0x5a, 0xca, 0xd0, 0x49, 0x85, 0xa1, 0xf3, - 0x61, 0x2c, 0x37, 0x9e, 0x5f, 0x29, 0x23, 0x25, 0x01, 0xc1, 0x4c, 0x0f, 0x93, 0xae, 0x4c, 0xb6, - 0xfc, 0xb7, 0xfe, 0x03, 0x28, 0x89, 0xc4, 0x19, 0x53, 0x50, 0x59, 0x53, 0xcd, 0xd0, 0x22, 0x33, - 0x4a, 0x50, 0x64, 0x37, 0x90, 0x24, 0x7a, 0x7d, 0x1b, 0xae, 0x27, 0xe0, 0x64, 0x08, 0x6c, 0xc8, - 0x66, 0x8b, 0x08, 0xd2, 0x78, 0x42, 0x8d, 0xcf, 0x10, 0x8d, 0x98, 0xc7, 0xe2, 0xf8, 0x9e, 0xa4, - 0xd7, 0x85, 0x43, 0xf3, 0x09, 0x6f, 0x8d, 0x24, 0xeb, 0xf3, 0x56, 0xb8, 0x2d, 0xcf, 0x56, 0x87, - 0x91, 0xe9, 0x3f, 0xd5, 0x20, 0x53, 0x69, 0x35, 0xfe, 0x6f, 0x79, 0xef, 0x4d, 0x58, 0x11, 0xde, - 0x13, 0x9a, 0x9d, 0xe5, 0xb6, 0x15, 0x58, 0x66, 0xae, 0x89, 0x11, 0xea, 0x9f, 0x00, 0x8a, 0x02, - 0xa5, 0x61, 0xee, 0xc6, 0x1c, 0xb5, 0x12, 0xbf, 0x6f, 0x09, 0x52, 0xe1, 0xa1, 0x8f, 0xa1, 0xc0, - 0xee, 0xa5, 0x31, 0xd9, 0x17, 0x76, 0xcd, 0x47, 0xb0, 0x1c, 0x99, 0x3c, 0x3a, 0xf2, 0x47, 0x7c, - 0x92, 0x28, 0x99, 0x3b, 0x63, 0x19, 0x96, 0xb6, 0x30, 0xdd, 0xb1, 0x8f, 0xf1, 0xbe, 0x8d, 0x3f, - 0x27, 0x06, 0x7e, 0xa1, 0x1b, 0x50, 0x50, 0xe3, 0x5d, 0x4c, 0xad, 0x9e, 0x45, 0x2d, 0xb4, 0x3a, - 0xd2, 0x25, 0x37, 0xde, 0xf6, 0xe3, 0xf6, 0x49, 0x85, 0xf6, 0x19, 0x1d, 0x76, 0xd2, 0xe1, 0x61, - 0x47, 0x6f, 0xf1, 0xf5, 0x45, 0xc4, 0x10, 0x9f, 0x9d, 0xef, 0x1c, 0xfb, 0x18, 0x9b, 0xc7, 0x0c, - 0x22, 0x4d, 0x74, 0x2b, 0xa6, 0xe8, 0xb8, 0x1a, 0x46, 0xce, 0x51, 0x1c, 0xf4, 0xa7, 0x3c, 0x8d, - 0x2b, 0x0a, 0x56, 0x35, 0xd8, 0xe9, 0xcb, 0xc0, 0x2f, 0xd0, 0x0f, 0x60, 0x7e, 0xc4, 0xd7, 0x1c, - 0x69, 0xcd, 0x0b, 0xbc, 0x22, 0x67, 0x05, 0x5e, 0xb1, 0x6a, 0xf0, 0x43, 0xf9, 0xb5, 0x44, 0x66, - 0xc4, 0x47, 0x1f, 0x42, 0x76, 0x20, 0xc5, 0x4b, 0x63, 0x9e, 0xa3, 0xe3, 0x88, 0x9c, 0x9d, 0x1b, - 0xfc, 0x97, 0x8e, 0xd9, 0x95, 0xec, 0xa4, 0x91, 0xf2, 0xfe, 0x4b, 0x47, 0x49, 0x40, 0x6b, 0x90, - 0x3e, 0xb6, 0x89, 0x0c, 0xdf, 0x05, 0xc6, 0x98, 0xf7, 0xd6, 0x37, 0xf6, 0x6d, 0x62, 0x30, 0x8c, - 0xbe, 0x04, 0x0b, 0x5b, 0x98, 0xb6, 0xbb, 0x81, 0xed, 0xf3, 0xd5, 0xe9, 0x14, 0x16, 0xc5, 0xe8, - 0xd7, 0xe5, 0x1b, 0xa4, 0xc3, 0xc2, 0x91, 0x45, 0xcc, 0x91, 0xcd, 0xf8, 0xbe, 0xc8, 0x1a, 0xf9, - 0x23, 0x8b, 0xa8, 0xc5, 0xe9, 0x5b, 0xb0, 0x18, 0x55, 0x83, 0xf8, 0xe8, 0x3d, 0x98, 0x23, 0x62, - 0x28, 0x5d, 0x17, 0x3f, 0xc0, 0xc6, 0x75, 0x34, 0x14, 0xad, 0x5e, 0x81, 0xab, 0x23, 0x46, 0x51, - 0xa7, 0xbd, 0x09, 0x39, 0x41, 0x12, 0x7a, 0x6c, 0xfe, 0xf4, 0xd5, 0x5a, 0x56, 0x50, 0x36, 0x6a, - 0x46, 0x56, 0xa0, 0x1b, 0x3d, 0xdd, 0xe1, 0x97, 0xb0, 0x71, 0x16, 0xc4, 0x47, 0xef, 0x4f, 0xb8, - 0xea, 0x4c, 0x9d, 0x42, 0x47, 0x95, 0x20, 0x3b, 0xe6, 0xa4, 0xd1, 0x58, 0xff, 0x1b, 0x0d, 0x56, - 0x2a, 0x43, 0xea, 0x75, 0xbd, 0x81, 0xef, 0x60, 0x8a, 0x23, 0xbd, 0x4f, 0xdb, 0xf5, 0x87, 0x54, - 0x75, 0xea, 0xf8, 0x00, 0xdd, 0x02, 0xe8, 0x0e, 0x03, 0xe2, 0x05, 0xa6, 0xef, 0x11, 0xd5, 0x1b, - 0x14, 0x90, 0x96, 0x47, 0xd0, 0xc7, 0x90, 0xb1, 0x78, 0x45, 0x97, 0x1d, 0x98, 0xdb, 0xf1, 0x7d, - 0x19, 0x11, 0x53, 0xe1, 0x64, 0xbc, 0x17, 0x23, 0xa7, 0x8c, 0x9f, 0x5b, 0x67, 0xce, 0x3b, 0xb7, - 0xea, 0x7f, 0xa9, 0xc1, 0x42, 0xc7, 0x3a, 0x68, 0x0f, 0xfb, 0x7d, 0x4c, 0x38, 0x8b, 0x1b, 0x90, - 0xa3, 0xd6, 0x81, 0x69, 0xbb, 0x3d, 0xfc, 0x92, 0x2b, 0x9e, 0x36, 0xb2, 0xd4, 0x3a, 0x68, 0xb0, - 0x31, 0x7a, 0x04, 0xd7, 0xf0, 0x4b, 0xdc, 0x1d, 0x52, 0xd1, 0x87, 0x3b, 0x64, 0x82, 0x08, 0x76, - 0x70, 0x97, 0xca, 0x0b, 0xfc, 0x6b, 0x21, 0xba, 0xc2, 0xb0, 0x6d, 0x8e, 0x44, 0x75, 0xc8, 0x93, - 0x91, 0x08, 0x16, 0xcb, 0x2c, 0x1a, 0xa6, 0xaf, 0x2c, 0x54, 0xc7, 0x88, 0xce, 0xd3, 0xff, 0x4b, - 0x83, 0xd5, 0x64, 0x3a, 0xf4, 0x3e, 0xcc, 0x3c, 0xb7, 0x5d, 0x11, 0x17, 0x67, 0x19, 0xad, 0xee, - 0x52, 0x9b, 0x9e, 0x6c, 0xdb, 0x6e, 0xcf, 0xe0, 0x13, 0x46, 0xe1, 0x9e, 0x8a, 0x84, 0xfb, 0x3a, - 0xe4, 0xd9, 0x56, 0x60, 0xa1, 0xa0, 0x1c, 0x91, 0x33, 0xa2, 0x20, 0x76, 0x38, 0x1f, 0x58, 0xb4, - 0x7b, 0x84, 0x7b, 0xc2, 0x52, 0x58, 0xf4, 0x22, 0xd3, 0xc6, 0xa2, 0x04, 0x37, 0x04, 0x14, 0x7d, - 0xa4, 0xae, 0x70, 0xb3, 0x5c, 0xb1, 0x37, 0xce, 0x51, 0x2c, 0x7a, 0x97, 0xd3, 0x7f, 0xa1, 0xc1, - 0xd5, 0x78, 0x5c, 0x8d, 0x6a, 0xc6, 0xd2, 0xa1, 0x17, 0x0c, 0x2c, 0x4a, 0xb9, 0xfc, 0x30, 0xc4, - 0x16, 0x47, 0xe0, 0x06, 0x8f, 0xb5, 0xdb, 0xb0, 0x60, 0x13, 0x33, 0xf4, 0x89, 0xf4, 0xd2, 0xbc, - 0x4d, 0xea, 0x23, 0x18, 0x7a, 0x0c, 0x8b, 0x34, 0x1a, 0x02, 0xca, 0x3f, 0xf1, 0x2a, 0x1d, 0x8b, - 0x12, 0x63, 0x6c, 0x86, 0xfe, 0xdf, 0x1a, 0x14, 0xa3, 0xaa, 0xfe, 0xd8, 0xc6, 0x4e, 0xef, 0xec, - 0x7d, 0xf0, 0x18, 0xe0, 0x90, 0x51, 0x45, 0xbb, 0xa4, 0x17, 0xf2, 0x5b, 0x8e, 0x4f, 0xe3, 0xcd, - 0xd2, 0xdf, 0x00, 0x14, 0xe0, 0x17, 0x43, 0x3b, 0x60, 0x25, 0x3e, 0xe8, 0x73, 0x56, 0x42, 0xfd, - 0x0b, 0xf2, 0x2a, 0xa8, 0xe9, 0x95, 0xa0, 0xcf, 0x38, 0x92, 0xcb, 0x6f, 0xa1, 0x03, 0xb8, 0x9e, - 0xb0, 0x72, 0xe9, 0xa9, 0xb1, 0xc0, 0xd7, 0xbe, 0x65, 0xe0, 0xff, 0x4c, 0x83, 0xb9, 0x67, 0x41, - 0xff, 0x72, 0xb7, 0xea, 0xeb, 0x90, 0xf5, 0x82, 0x7e, 0xf4, 0x13, 0xcb, 0x9c, 0x17, 0xf4, 0x55, - 0x3b, 0xb8, 0xe7, 0x0d, 0x2c, 0xdb, 0x8d, 0x7e, 0x62, 0x01, 0x01, 0xe2, 0x04, 0x6f, 0x42, 0x41, - 0x74, 0xc1, 0xe4, 0xc7, 0x52, 0xcb, 0x21, 0x32, 0xe7, 0x2f, 0x09, 0x78, 0x45, 0x81, 0xf5, 0xdf, - 0xd3, 0xa0, 0xa0, 0x7a, 0x8b, 0xfd, 0x6f, 0xf1, 0x61, 0x77, 0x52, 0xd0, 0xf9, 0x7d, 0xb7, 0x09, - 0x25, 0x1a, 0xbc, 0x66, 0xec, 0x11, 0x1c, 0x90, 0x86, 0x1b, 0xd1, 0xe3, 0x21, 0x64, 0x98, 0x0d, - 0xa6, 0xeb, 0x92, 0x3b, 0x7d, 0xb5, 0x36, 0xcb, 0x4c, 0x5b, 0x33, 0x66, 0xbd, 0xa0, 0xdf, 0xe8, - 0xe9, 0x35, 0x5e, 0x3b, 0xa2, 0xac, 0x46, 0xb7, 0xaa, 0xd9, 0x21, 0x09, 0x2f, 0x7e, 0xf1, 0x1e, - 0x0f, 0xa3, 0xe7, 0x77, 0x30, 0x41, 0xa3, 0xff, 0x3c, 0x05, 0x59, 0x05, 0xbb, 0xb8, 0x35, 0x42, - 0x75, 0x53, 0x17, 0x54, 0x97, 0x15, 0x26, 0x26, 0x31, 0xfa, 0xa9, 0x4c, 0x8d, 0xc7, 0x3e, 0xb3, - 0xcd, 0x9c, 0xf9, 0x99, 0x6d, 0x36, 0xfe, 0x99, 0x2d, 0xfc, 0xa0, 0x96, 0x89, 0x7e, 0x50, 0xbb, - 0x0b, 0x4b, 0x7e, 0xe0, 0x1d, 0xda, 0x0e, 0x1e, 0x7d, 0x87, 0x97, 0x4d, 0x09, 0x09, 0x56, 0x5f, - 0xda, 0xd7, 0xe2, 0x5f, 0xda, 0xb3, 0x3c, 0x76, 0x22, 0x5f, 0xd3, 0xef, 0xff, 0x85, 0x06, 0xf3, - 0xd1, 0xef, 0x09, 0x68, 0x11, 0xa0, 0xd2, 0x31, 0xf7, 0x9a, 0xdb, 0xcd, 0x67, 0x9f, 0x36, 0x0b, - 0x57, 0x10, 0x82, 0xc5, 0x4a, 0xc7, 0xdc, 0x69, 0x34, 0xf7, 0x7e, 0xd3, 0xac, 0xec, 0xd6, 0x1e, - 0xbd, 0x5b, 0xd0, 0xd0, 0x0a, 0x2c, 0x55, 0x3a, 0x66, 0xad, 0x62, 0x7c, 0xda, 0x68, 0x4a, 0x60, - 0x0a, 0x95, 0x60, 0xb5, 0xd2, 0x31, 0xab, 0xcf, 0x9a, 0x9d, 0x4a, 0xa3, 0x59, 0x37, 0xcc, 0x76, - 0xbd, 0x63, 0x7e, 0x56, 0xd9, 0xdd, 0x69, 0x17, 0x36, 0xd1, 0x6d, 0x58, 0x9b, 0xc0, 0x75, 0xea, - 0xbb, 0xad, 0x9d, 0x4a, 0xa7, 0x2e, 0x89, 0x7e, 0x88, 0xd6, 0xe1, 0xe6, 0x04, 0x51, 0x54, 0x6e, - 0xef, 0xfe, 0x1f, 0x69, 0xb0, 0x10, 0x6b, 0x43, 0x31, 0x6d, 0xab, 0xed, 0x88, 0xb6, 0x62, 0xfc, - 0xa4, 0x5e, 0xd9, 0xe9, 0x3c, 0xf9, 0xac, 0xa0, 0xa1, 0x02, 0xcc, 0x73, 0xbc, 0x82, 0xa4, 0x98, - 0xee, 0xd5, 0xb6, 0x59, 0x6b, 0xb4, 0xab, 0xcf, 0x9a, 0xcd, 0x7a, 0xb5, 0x53, 0xaf, 0x15, 0xd2, - 0x68, 0x09, 0xf2, 0x8c, 0xac, 0x55, 0xab, 0x74, 0x1a, 0xcd, 0xad, 0xc2, 0x8c, 0x9c, 0x17, 0x92, - 0xcc, 0xa2, 0xab, 0x50, 0x50, 0x24, 0x75, 0xf3, 0xc7, 0x95, 0xc6, 0x4e, 0xbd, 0x56, 0xc8, 0xdc, - 0x37, 0x20, 0xab, 0x9a, 0xa9, 0x68, 0x19, 0x16, 0x5a, 0x4f, 0x2a, 0xed, 0x7a, 0x44, 0x9d, 0x3c, - 0xcc, 0xb5, 0xea, 0xcd, 0x1a, 0xe3, 0xa9, 0xb1, 0x81, 0xb1, 0xd7, 0x6c, 0xb2, 0x41, 0x0a, 0x2d, - 0x40, 0xae, 0xbd, 0x57, 0xad, 0xd6, 0xeb, 0x35, 0xae, 0x00, 0x40, 0x46, 0xf2, 0x9c, 0xb9, 0xff, - 0x07, 0x1a, 0x2c, 0xc6, 0xbb, 0x8a, 0xe8, 0x06, 0x5c, 0x8b, 0xd8, 0xa5, 0xc3, 0x54, 0x08, 0x85, - 0x24, 0x20, 0x95, 0x1c, 0x0d, 0x95, 0xa1, 0x34, 0x8e, 0xec, 0xd4, 0x8d, 0xdd, 0x46, 0xb3, 0xc2, - 0x96, 0x95, 0x4a, 0x9a, 0xfc, 0x69, 0xa5, 0xc1, 0xad, 0x90, 0xbe, 0xbf, 0x15, 0xaf, 0xf3, 0xe1, - 0x49, 0x87, 0x19, 0xac, 0x12, 0x0b, 0x93, 0x79, 0xc8, 0x32, 0x40, 0xbd, 0xd6, 0xe8, 0x14, 0x34, - 0x1e, 0x44, 0x95, 0x8e, 0xd9, 0xae, 0xef, 0xd4, 0xab, 0x9d, 0x42, 0xea, 0xfe, 0x61, 0x9c, 0x51, - 0x98, 0xf9, 0x39, 0xa3, 0xfa, 0x76, 0xdc, 0x64, 0x0c, 0xd0, 0x7a, 0x56, 0x13, 0x26, 0x63, 0x83, - 0xf6, 0x7e, 0xb5, 0x90, 0xe2, 0x4c, 0xd9, 0xa0, 0x6a, 0x34, 0x5a, 0x9d, 0x42, 0x9a, 0xd9, 0x9b, - 0x8d, 0x9b, 0x95, 0xdd, 0x7a, 0xbb, 0x55, 0xa9, 0xd6, 0x0b, 0x33, 0xf7, 0x7d, 0xb8, 0x36, 0xa5, - 0x98, 0x0b, 0x41, 0xd1, 0x50, 0x91, 0x80, 0xd0, 0x3f, 0x12, 0x10, 0xfa, 0x88, 0x0b, 0x6c, 0x2b, - 0x67, 0xa7, 0xf9, 0x56, 0xa8, 0xb7, 0xa3, 0xf6, 0x9b, 0xd9, 0xfc, 0xfb, 0x19, 0xc8, 0x8b, 0xb7, - 0x0f, 0xc1, 0xb1, 0xdd, 0xc5, 0xe8, 0x01, 0x64, 0xb6, 0x30, 0x7d, 0x16, 0xf4, 0xd1, 0x78, 0xd2, - 0x28, 0x5d, 0x8d, 0x65, 0x2a, 0x55, 0x47, 0x1e, 0xc2, 0x9c, 0xcc, 0x73, 0x93, 0x33, 0x92, 0x73, - 0x1b, 0xfa, 0x2d, 0x7e, 0x13, 0x8c, 0xbe, 0xb8, 0x40, 0xb7, 0xcf, 0x7e, 0x8f, 0xc1, 0xb3, 0x70, - 0xe9, 0x8d, 0x8b, 0x3c, 0xda, 0x40, 0x18, 0xd0, 0xe4, 0x03, 0x14, 0xf4, 0xbd, 0x8b, 0xbd, 0x8c, - 0x29, 0xdd, 0x3d, 0x97, 0x4e, 0x8a, 0x39, 0xe0, 0x57, 0xe1, 0xf8, 0x1b, 0x06, 0x74, 0x27, 0x49, - 0xc3, 0x89, 0x17, 0x16, 0xa5, 0xef, 0x9d, 0x47, 0x16, 0xca, 0x68, 0x9f, 0x23, 0xa3, 0x7d, 0x31, - 0x19, 0x53, 0x9f, 0x5b, 0xa0, 0x2a, 0x40, 0xb8, 0x4a, 0x54, 0x9e, 0xb2, 0x7c, 0xc5, 0x35, 0xd9, - 0xa3, 0x9b, 0xbf, 0x4c, 0xc1, 0xca, 0xb3, 0xa0, 0x6f, 0xb9, 0xf6, 0x17, 0x16, 0xdb, 0x63, 0x2a, - 0x9a, 0x76, 0x01, 0xc2, 0x47, 0x16, 0x63, 0xcc, 0x27, 0x1e, 0x79, 0x94, 0xd6, 0xa6, 0xe2, 0xa5, - 0xae, 0x97, 0x0e, 0xce, 0x1f, 0x41, 0x6e, 0x74, 0xa6, 0x40, 0xb7, 0x12, 0xd6, 0x16, 0xd6, 0xf8, - 0x29, 0x1c, 0xf6, 0xf9, 0xad, 0x38, 0x2c, 0xe3, 0xe8, 0xf5, 0x24, 0xdf, 0xc5, 0x4e, 0x0b, 0x25, - 0xfd, 0x2c, 0x12, 0xb1, 0x94, 0xcd, 0xa7, 0x90, 0xaf, 0x0c, 0xe9, 0x91, 0x32, 0xd4, 0xc7, 0x30, - 0xcb, 0x5f, 0x83, 0xa0, 0xf8, 0x57, 0x85, 0xe8, 0xa3, 0x92, 0xd2, 0xb5, 0x24, 0x94, 0xef, 0x9c, - 0x6c, 0xfe, 0xbe, 0x06, 0x45, 0xd1, 0xc4, 0xe4, 0xaf, 0x3d, 0x18, 0x5f, 0x2f, 0x90, 0x9e, 0x40, - 0x47, 0xb0, 0x92, 0xf0, 0x0c, 0x04, 0xdd, 0x1d, 0xd7, 0x71, 0xca, 0x33, 0x92, 0xd2, 0xbd, 0xf3, - 0x09, 0xe5, 0x92, 0xfe, 0x4e, 0x83, 0xa5, 0x51, 0x29, 0x0e, 0xac, 0xee, 0x73, 0x1c, 0xa0, 0x16, - 0xdf, 0xea, 0xd1, 0x57, 0x10, 0x93, 0x5b, 0x3d, 0xe1, 0x8d, 0x44, 0xa9, 0x98, 0xf8, 0x60, 0xa0, - 0x8d, 0xa9, 0x4c, 0x1e, 0xd1, 0x07, 0x02, 0x93, 0x1c, 0x13, 0xde, 0x37, 0x4c, 0x26, 0x8f, 0xa4, - 0x37, 0x06, 0x9b, 0x7f, 0x3d, 0x03, 0xcb, 0xb2, 0x1f, 0x1c, 0xf9, 0x02, 0xb5, 0x0f, 0x0b, 0xb1, - 0xcf, 0xfd, 0x63, 0x41, 0x90, 0xf4, 0x44, 0x60, 0x2c, 0x08, 0x92, 0x5f, 0x0b, 0x7c, 0xc6, 0x7b, - 0x1d, 0x51, 0x49, 0x13, 0xa1, 0x33, 0xf9, 0x05, 0xb8, 0x74, 0xfb, 0x4c, 0x1a, 0xc9, 0xfa, 0x73, - 0xde, 0x44, 0x4d, 0xec, 0xef, 0xa3, 0xb7, 0xa6, 0x30, 0x48, 0xfc, 0xa4, 0x50, 0x7a, 0xfb, 0x82, - 0xd4, 0x52, 0xf0, 0x17, 0xea, 0x75, 0x63, 0x42, 0x77, 0x1d, 0xbd, 0x9d, 0xb0, 0x05, 0xa7, 0x7f, - 0x18, 0x28, 0x6d, 0x5c, 0x94, 0x5c, 0xca, 0x7e, 0x01, 0xab, 0xc9, 0xcf, 0x13, 0xd0, 0xfd, 0xc4, - 0xbd, 0x9f, 0xf8, 0xc4, 0xa2, 0xf4, 0xfd, 0x0b, 0xd1, 0xca, 0x80, 0xf9, 0xe7, 0x14, 0x94, 0x84, - 0x2e, 0xb1, 0xfe, 0xf3, 0xae, 0xe5, 0x5a, 0x7d, 0x1c, 0xa0, 0x5d, 0xc8, 0x08, 0xd7, 0x8f, 0x6d, - 0xb8, 0xe9, 0xfd, 0xfb, 0xd2, 0x19, 0x5d, 0x6d, 0xb4, 0x07, 0x33, 0x7c, 0x0f, 0xdd, 0x19, 0x6b, - 0x0c, 0x26, 0xb7, 0xf6, 0xc7, 0x6a, 0xc0, 0xf4, 0x2e, 0xbf, 0x01, 0xe9, 0x2d, 0x4c, 0xd1, 0xe4, - 0x16, 0x49, 0x62, 0x7a, 0xe7, 0x1c, 0x2a, 0xc9, 0xf3, 0x21, 0x64, 0x6a, 0x98, 0x1d, 0x62, 0x26, - 0x73, 0xf5, 0xea, 0xc4, 0x95, 0xac, 0x3e, 0xf0, 0xe9, 0xc9, 0xe6, 0x4f, 0x53, 0xb0, 0x20, 0x3a, - 0xc6, 0xca, 0x7c, 0xff, 0x7f, 0x64, 0xbe, 0xf5, 0x04, 0xf3, 0xc5, 0x9a, 0xd8, 0xa5, 0xa4, 0xce, - 0x33, 0xda, 0x92, 0x06, 0x2b, 0x4f, 0x58, 0x22, 0x3e, 0x79, 0x6d, 0x2a, 0x5e, 0x2e, 0xa7, 0x26, - 0x4c, 0x74, 0x6b, 0x22, 0x79, 0xc5, 0xd8, 0x94, 0xa7, 0xa1, 0xbf, 0xbd, 0x51, 0xfe, 0x3d, 0x05, - 0x39, 0xd9, 0x4e, 0xec, 0x07, 0x68, 0x1b, 0xe6, 0xa3, 0xdd, 0x6d, 0x74, 0x73, 0x5c, 0x60, 0xb4, - 0xbf, 0x5e, 0xba, 0x75, 0x06, 0x96, 0xf8, 0xe8, 0xb7, 0x79, 0x69, 0x18, 0xef, 0x45, 0x4f, 0xa6, - 0xd3, 0x84, 0xd6, 0xf7, 0x64, 0x3a, 0x4d, 0x6c, 0x69, 0xd7, 0x01, 0xc2, 0x66, 0x2e, 0x2a, 0x8d, - 0xcf, 0x09, 0x9b, 0xcd, 0xa5, 0x1b, 0x53, 0x71, 0xc4, 0x47, 0x3f, 0xe1, 0x67, 0xad, 0x78, 0x1f, - 0x76, 0xb2, 0x10, 0x4f, 0xb4, 0x7a, 0x27, 0x0b, 0xf1, 0x64, 0x2b, 0x77, 0xf3, 0x5f, 0xc6, 0xba, - 0xae, 0xaa, 0x22, 0xb7, 0x61, 0x3e, 0x0a, 0x1e, 0x0b, 0xc0, 0x84, 0x3e, 0x6d, 0xe9, 0xf5, 0x33, - 0x28, 0xc2, 0x03, 0xdd, 0x44, 0x93, 0x67, 0x6c, 0x33, 0x4f, 0x6b, 0x7f, 0x8d, 0x6d, 0xe6, 0xa9, - 0xbd, 0xa2, 0xcd, 0x3a, 0x2c, 0xb6, 0xc4, 0x25, 0x5a, 0x2d, 0xe5, 0x1d, 0xee, 0x05, 0x75, 0xa2, - 0xb9, 0xd8, 0xd1, 0xe9, 0xf1, 0x27, 0x5f, 0x7e, 0x55, 0xbe, 0xf2, 0xab, 0xaf, 0xca, 0x57, 0xbe, - 0xf9, 0xaa, 0xac, 0xfd, 0xee, 0x69, 0x59, 0xfb, 0xc5, 0x69, 0x59, 0xfb, 0xa7, 0xd3, 0xb2, 0xf6, - 0xe5, 0x69, 0x59, 0xfb, 0x8f, 0xd3, 0xb2, 0xf6, 0x9f, 0xa7, 0xe5, 0x2b, 0xdf, 0x9c, 0x96, 0xb5, - 0x3f, 0xfe, 0xba, 0x7c, 0xe5, 0xcb, 0xaf, 0xcb, 0x57, 0x7e, 0xf5, 0x75, 0xf9, 0xca, 0x4f, 0xe6, - 0xe4, 0xff, 0x48, 0x38, 0xc8, 0xf0, 0x30, 0x7e, 0xe7, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x42, - 0xc8, 0x24, 0x63, 0xb1, 0x30, 0x00, 0x00, + // 4016 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x3b, 0x4b, 0x70, 0x1b, 0x47, + 0x76, 0x1a, 0x80, 0x04, 0x81, 0x07, 0x7e, 0xc0, 0xa6, 0x4c, 0x41, 0x90, 0x04, 0xca, 0x23, 0x7b, + 0x25, 0x6b, 0x6d, 0x68, 0x45, 0xdb, 0xf2, 0x47, 0xeb, 0x64, 0x21, 0x00, 0xa6, 0x20, 0x91, 0x10, + 0x32, 0x00, 0xe5, 0x78, 0x2b, 0x55, 0x93, 0x21, 0xd0, 0x04, 0xa7, 0x04, 0xcc, 0x8c, 0xa6, 0x1b, + 0xb4, 0xa8, 0xca, 0x21, 0x95, 0x4a, 0x55, 0x2e, 0xa9, 0x4a, 0xb2, 0xb9, 0x64, 0x0f, 0xd9, 0xf3, + 0x56, 0x52, 0xc9, 0x5e, 0x73, 0x4c, 0x2a, 0xa9, 0x54, 0x92, 0x43, 0xca, 0x87, 0x1c, 0xf6, 0x90, + 0xa8, 0x62, 0xfa, 0x92, 0x43, 0x0e, 0x3e, 0xe6, 0x98, 0xea, 0x1f, 0xe6, 0x83, 0x01, 0x3f, 0xf6, + 0xa6, 0x2a, 0x17, 0x62, 0xfa, 0xf5, 0xfb, 0xf5, 0x7b, 0xaf, 0xfb, 0x75, 0xbf, 0x6e, 0xc2, 0x1b, + 0xc4, 0xef, 0xdd, 0xb1, 0x3c, 0xfb, 0x8e, 0xe7, 0xbb, 0xd4, 0xbd, 0xd3, 0x1b, 0xba, 0xe3, 0xbe, + 0xb7, 0x27, 0x7e, 0x2d, 0xcf, 0xae, 0x70, 0x30, 0xca, 0x7b, 0x2f, 0x2a, 0x0a, 0x54, 0x7a, 0x67, + 0x60, 0xd3, 0x83, 0xf1, 0x5e, 0xa5, 0xe7, 0x8e, 0xee, 0x0c, 0xdc, 0x81, 0x2b, 0x48, 0xf7, 0xc6, + 0xfb, 0xbc, 0x25, 0xf8, 0xb0, 0x2f, 0x41, 0x5b, 0xba, 0x32, 0x70, 0xdd, 0xc1, 0x10, 0x07, 0x58, + 0x78, 0xe4, 0xd1, 0x23, 0xd9, 0xb9, 0x11, 0xef, 0xa4, 0xf6, 0x08, 0x13, 0x6a, 0x8d, 0x3c, 0x89, + 0x50, 0x8e, 0x23, 0x7c, 0xe1, 0x5b, 0x9e, 0x87, 0x7d, 0xa2, 0x18, 0x44, 0xf5, 0x1f, 0x8f, 0x6d, + 0xa6, 0x3e, 0xfb, 0x91, 0x08, 0xd7, 0xa2, 0x08, 0x87, 0x36, 0xf1, 0xf6, 0xd8, 0x5f, 0xd9, 0x7d, + 0x27, 0xde, 0xfd, 0xd2, 0xc6, 0x7e, 0xcf, 0x75, 0xf6, 0xed, 0x01, 0xc7, 0x63, 0x4d, 0x93, 0x1e, + 0x79, 0x58, 0x12, 0xe8, 0x7f, 0xab, 0xc1, 0xea, 0xae, 0xd7, 0xb7, 0x28, 0xde, 0x25, 0xd8, 0x37, + 0xf0, 0xf3, 0x31, 0x26, 0x14, 0xdd, 0x84, 0x94, 0xdd, 0x2f, 0x6a, 0xd7, 0xb5, 0x5b, 0xf9, 0xcd, + 0x95, 0x8a, 0xf7, 0xa2, 0x22, 0x14, 0xa9, 0xec, 0xee, 0x36, 0xeb, 0x0f, 0x32, 0xc7, 0xaf, 0x36, + 0x52, 0xcd, 0xba, 0x91, 0xb2, 0xfb, 0xa8, 0x01, 0x2b, 0x7d, 0x9b, 0x78, 0x43, 0xeb, 0xc8, 0xf4, + 0xec, 0x1e, 0x1d, 0xfb, 0xb8, 0x98, 0xe2, 0x54, 0x57, 0x2b, 0x62, 0xa4, 0x15, 0x35, 0xd2, 0x4a, + 0x87, 0xfa, 0xb6, 0x33, 0x78, 0x6a, 0x0d, 0xc7, 0xd8, 0x58, 0x96, 0x44, 0x6d, 0x41, 0x83, 0xee, + 0x43, 0xde, 0x26, 0xa6, 0xe5, 0x79, 0xbe, 0x7b, 0x88, 0xfb, 0xc5, 0x34, 0x67, 0x51, 0x9a, 0x62, + 0xf1, 0xc0, 0x75, 0x87, 0x82, 0x01, 0xd8, 0xa4, 0x2a, 0xb1, 0xf5, 0x7f, 0xd7, 0xe0, 0x72, 0x30, + 0x84, 0x0e, 0xa6, 0xd4, 0x76, 0x06, 0xe4, 0xdc, 0x43, 0xf9, 0x0c, 0xf2, 0x44, 0xd0, 0x9a, 0x23, + 0xcb, 0x2b, 0xa6, 0xae, 0xa7, 0x6f, 0xe5, 0x37, 0xef, 0x55, 0x42, 0xa1, 0x52, 0x99, 0x29, 0xa5, + 0x22, 0xdb, 0x3b, 0x96, 0xd7, 0x70, 0xa8, 0x7f, 0x64, 0x00, 0x99, 0x00, 0x4a, 0x9f, 0xc0, 0x4a, + 0xac, 0x1b, 0x15, 0x20, 0xfd, 0x0c, 0x1f, 0x71, 0xad, 0x72, 0x06, 0xfb, 0x44, 0x17, 0x61, 0xfe, + 0x90, 0x8d, 0x8c, 0x9b, 0x2f, 0x67, 0x88, 0xc6, 0xc7, 0xa9, 0x0f, 0x35, 0xfd, 0x2a, 0x94, 0x92, + 0xe4, 0x12, 0xcf, 0x75, 0x08, 0xd6, 0x77, 0x61, 0x7d, 0x0b, 0xd3, 0xef, 0x34, 0x70, 0x04, 0x73, + 0xcf, 0xf0, 0x11, 0xe1, 0x23, 0xce, 0x19, 0xfc, 0x5b, 0xff, 0x85, 0x06, 0x97, 0xa6, 0xf8, 0x0a, + 0x91, 0x68, 0x37, 0x6a, 0x28, 0x8d, 0x1b, 0xea, 0xbd, 0x88, 0xa1, 0x66, 0x90, 0xfe, 0x5f, 0x9a, + 0xa9, 0x06, 0x45, 0x29, 0xb5, 0x4a, 0xa9, 0x6f, 0xef, 0x8d, 0x29, 0x3e, 0xb7, 0x29, 0xf4, 0x0f, + 0xe1, 0x72, 0x02, 0x13, 0x39, 0xee, 0x2b, 0x90, 0xa3, 0xee, 0xd8, 0x37, 0x09, 0xc6, 0x0e, 0x67, + 0x96, 0x35, 0xb2, 0x0c, 0xd0, 0xc1, 0xd8, 0xd1, 0x7f, 0x07, 0x8a, 0x9d, 0xef, 0x2a, 0x1e, 0x7d, + 0x10, 0x96, 0x90, 0x3a, 0x75, 0x12, 0x04, 0xd2, 0xaf, 0xc0, 0xe5, 0xce, 0x2c, 0xbd, 0x75, 0x0c, + 0xab, 0x4d, 0xe7, 0xd0, 0x8e, 0xce, 0xf0, 0x8b, 0x30, 0x8f, 0x47, 0x96, 0x3d, 0x94, 0xc6, 0x15, + 0x0d, 0x74, 0x0d, 0x60, 0xdf, 0xf6, 0x09, 0x35, 0x1d, 0x6b, 0xa4, 0x6c, 0x9c, 0xe3, 0x90, 0x96, + 0x35, 0xe2, 0x16, 0x18, 0x5a, 0xaa, 0x37, 0xcd, 0x7b, 0xb3, 0x0c, 0xc0, 0x3a, 0xf5, 0xc7, 0x80, + 0xc2, 0x62, 0xa4, 0xd1, 0x92, 0xe5, 0x6c, 0x40, 0xde, 0xe6, 0xb8, 0xe6, 0xd0, 0x76, 0x9e, 0x49, + 0x41, 0x20, 0x40, 0xdb, 0xb6, 0xf3, 0x4c, 0xbf, 0x0b, 0x8b, 0xdb, 0xee, 0xc0, 0x76, 0x94, 0xba, + 0xaf, 0xc3, 0xa2, 0xd5, 0xeb, 0x61, 0x42, 0x4c, 0xea, 0x3e, 0x93, 0xe6, 0xcf, 0x19, 0x79, 0x01, + 0xeb, 0x32, 0x90, 0x5e, 0x05, 0x90, 0x24, 0xde, 0x90, 0x07, 0x4a, 0x18, 0x53, 0x34, 0xd8, 0xf8, + 0xf0, 0x0b, 0xcf, 0xf6, 0x31, 0x31, 0x2d, 0xca, 0xc5, 0xa6, 0x8d, 0x9c, 0x84, 0x54, 0x29, 0x9b, + 0x6a, 0x5b, 0x98, 0x36, 0x47, 0xd6, 0x00, 0xd7, 0x7c, 0xdc, 0xc7, 0x0e, 0xb5, 0xad, 0xa1, 0x72, + 0xa3, 0xfe, 0x2e, 0x5c, 0x49, 0xec, 0x0d, 0x46, 0xda, 0xf3, 0x71, 0x9f, 0x28, 0x89, 0xbc, 0xa1, + 0x77, 0x21, 0x5f, 0xf5, 0xa9, 0xbd, 0x6f, 0xf5, 0x68, 0x07, 0x53, 0x36, 0xd7, 0xb8, 0xf1, 0x04, + 0x0e, 0xff, 0x46, 0x77, 0x21, 0x6b, 0x49, 0x14, 0xb9, 0xea, 0xbc, 0x16, 0x99, 0x4c, 0x8a, 0xde, + 0x98, 0xa0, 0xe9, 0xdf, 0x68, 0x90, 0x55, 0x60, 0xf4, 0x21, 0xe4, 0x26, 0x69, 0x46, 0x46, 0xd9, + 0x74, 0xd4, 0x74, 0x15, 0x86, 0x11, 0x20, 0x33, 0x37, 0xf4, 0xdc, 0xd1, 0xc8, 0xa6, 0xe6, 0x81, + 0x45, 0x0e, 0x94, 0x1b, 0x04, 0xe8, 0xa1, 0x45, 0x0e, 0x18, 0xc2, 0x21, 0xf6, 0x89, 0xed, 0x3a, + 0x26, 0xa1, 0xbe, 0x74, 0x39, 0x48, 0x50, 0x87, 0xfa, 0xe8, 0x11, 0xac, 0x59, 0x87, 0x96, 0x3d, + 0xb4, 0xf6, 0x86, 0xd8, 0x54, 0xea, 0x91, 0xe2, 0xdc, 0xf5, 0xf4, 0xad, 0xe5, 0xcd, 0xcb, 0x89, + 0xc3, 0xe8, 0x1e, 0x79, 0xd8, 0x40, 0x13, 0x2a, 0x05, 0x26, 0xe8, 0x2a, 0xe4, 0x7a, 0x07, 0x96, + 0x33, 0xc0, 0x43, 0x77, 0x50, 0x9c, 0x17, 0xb1, 0x37, 0x01, 0xe8, 0x7f, 0xaa, 0xf1, 0x95, 0x4e, + 0xa1, 0x6f, 0xdb, 0x84, 0xaa, 0xe0, 0xb8, 0x01, 0x4b, 0x4a, 0xb4, 0x19, 0xb2, 0xee, 0xa2, 0x02, + 0xf2, 0xd8, 0xfd, 0xb5, 0x10, 0x12, 0x4b, 0x80, 0x7c, 0xb4, 0x27, 0xea, 0x38, 0xa1, 0x67, 0x2d, + 0xe6, 0xde, 0xa1, 0x3d, 0xb2, 0x29, 0x37, 0x42, 0xda, 0x10, 0x0d, 0xfd, 0x67, 0x42, 0xab, 0xba, + 0xfb, 0x85, 0x33, 0x74, 0xad, 0x3e, 0x8b, 0xdd, 0x73, 0x69, 0x15, 0x33, 0x70, 0x6a, 0xca, 0xc0, + 0x53, 0x6a, 0xa7, 0xcf, 0xa5, 0xb6, 0xfe, 0x87, 0x62, 0x21, 0x8f, 0x2a, 0x28, 0x23, 0xb6, 0x00, + 0xe9, 0xb1, 0xaf, 0x66, 0x26, 0xfb, 0x44, 0x3a, 0x64, 0xc8, 0x81, 0xb5, 0xf9, 0xfe, 0x3d, 0xa1, + 0xc9, 0x03, 0x38, 0x7e, 0xb5, 0x91, 0xe9, 0x3c, 0xac, 0x6e, 0xbe, 0x7f, 0xcf, 0x90, 0x3d, 0x2c, + 0x57, 0x1f, 0x5a, 0x43, 0xbb, 0x6f, 0x8e, 0x1d, 0x6a, 0x0f, 0x67, 0xe6, 0xea, 0x20, 0xe0, 0x80, + 0xa3, 0xef, 0x32, 0x6c, 0x7d, 0x1d, 0x2e, 0xd6, 0x7c, 0x6c, 0x51, 0x5c, 0x1b, 0x8e, 0x09, 0x9d, + 0x2c, 0x47, 0xfa, 0x53, 0x78, 0x2d, 0x06, 0x97, 0x3a, 0x7e, 0x02, 0xd0, 0x13, 0x20, 0x73, 0xf6, + 0x1a, 0xba, 0x74, 0xfc, 0x6a, 0x23, 0x27, 0x29, 0x9b, 0x75, 0x23, 0x27, 0x29, 0x9a, 0x7d, 0xfd, + 0xcf, 0x35, 0xb8, 0x26, 0xb2, 0xe7, 0x13, 0xbf, 0xe9, 0x10, 0x6a, 0x0d, 0x87, 0x51, 0xc9, 0xdf, + 0x51, 0x00, 0x2a, 0xc2, 0x82, 0xf4, 0x96, 0x74, 0x9e, 0x6a, 0x32, 0xff, 0xb3, 0x55, 0xc2, 0x1b, + 0xba, 0x47, 0x26, 0xa6, 0x3d, 0xb1, 0xab, 0xc9, 0x1a, 0x8b, 0x0a, 0xd8, 0xa0, 0xbd, 0xbe, 0xbe, + 0x05, 0xe5, 0x59, 0xea, 0x49, 0x03, 0xbc, 0x09, 0xcb, 0x63, 0x8e, 0x61, 0x12, 0x6a, 0xf9, 0x14, + 0xf7, 0x65, 0xea, 0x59, 0x12, 0xd0, 0x8e, 0x00, 0xea, 0x2e, 0x2c, 0x3e, 0xe5, 0xbb, 0xbb, 0x1a, + 0xdf, 0xec, 0xa1, 0x3b, 0xb0, 0xe6, 0x59, 0x84, 0xd0, 0x03, 0xdf, 0x1d, 0x0f, 0x0e, 0x4c, 0xec, + 0xb0, 0xb9, 0xa6, 0x68, 0x51, 0xa8, 0xab, 0x21, 0x7a, 0x50, 0x05, 0xd6, 0xac, 0x31, 0x75, 0x4d, + 0x29, 0x4c, 0x11, 0xa4, 0x38, 0xc1, 0x2a, 0xeb, 0x12, 0x8a, 0x4a, 0x7c, 0xfd, 0xaf, 0x34, 0x40, + 0x61, 0x89, 0xa2, 0x17, 0x3d, 0x9e, 0x2d, 0xf7, 0xe4, 0x64, 0x96, 0xa4, 0xd3, 0xa3, 0xd9, 0x3a, + 0x9d, 0xcc, 0x2c, 0x41, 0xdf, 0x1f, 0xc1, 0x6b, 0x5b, 0x98, 0x2a, 0x1f, 0x3a, 0xfb, 0xee, 0xb9, + 0x37, 0x07, 0x7f, 0xa6, 0x41, 0xf6, 0xf1, 0x87, 0xa4, 0x71, 0x88, 0x1d, 0xca, 0xfc, 0x3e, 0xc2, + 0x84, 0x58, 0x03, 0x35, 0xaf, 0x55, 0x13, 0x7d, 0xa4, 0x72, 0x28, 0x5b, 0x67, 0x67, 0xea, 0x1a, + 0x5a, 0x8f, 0x39, 0x36, 0x6b, 0xb3, 0xfc, 0xcf, 0xf3, 0x2b, 0xa7, 0x3c, 0x7d, 0x62, 0xf1, 0xdc, + 0xcb, 0x9a, 0xfa, 0x3f, 0xa4, 0x20, 0xd7, 0x76, 0xfb, 0x1d, 0x6a, 0xd1, 0x31, 0x49, 0x4c, 0x32, + 0xef, 0x40, 0x86, 0xf0, 0x5e, 0xb9, 0xee, 0x45, 0x53, 0x4c, 0xdb, 0xed, 0xb7, 0x0f, 0x2c, 0x82, + 0x0d, 0x89, 0xc4, 0xa2, 0x4e, 0x7c, 0x99, 0x6a, 0x94, 0x62, 0xed, 0x5f, 0x12, 0xd0, 0x1d, 0x39, + 0xd6, 0x75, 0xc8, 0xf8, 0xd8, 0x22, 0xae, 0x53, 0x9c, 0xe3, 0xdd, 0xb2, 0x85, 0x7e, 0x08, 0xd0, + 0x73, 0x1d, 0x6a, 0xd9, 0x0e, 0xf6, 0x49, 0x71, 0x9e, 0x27, 0xb5, 0xab, 0x11, 0x89, 0x35, 0xd5, + 0x2d, 0x74, 0x36, 0x42, 0xf8, 0xe8, 0x21, 0x40, 0x8f, 0x2f, 0x06, 0x7d, 0x96, 0xa5, 0x33, 0xa7, + 0xd9, 0x41, 0xce, 0x4e, 0x41, 0x51, 0xa5, 0x46, 0xae, 0xa7, 0x3e, 0xd9, 0xa8, 0x31, 0x73, 0x17, + 0x29, 0x2e, 0x24, 0x24, 0x56, 0xe5, 0x4c, 0x43, 0x22, 0xe9, 0xff, 0xa6, 0xc1, 0x4a, 0x4c, 0xb1, + 0x19, 0x19, 0x7b, 0x9e, 0xd9, 0x41, 0xe5, 0x90, 0x2b, 0xb3, 0x47, 0x86, 0x0d, 0x81, 0x19, 0x8e, + 0x97, 0x74, 0x34, 0x5e, 0x66, 0xd9, 0xf0, 0x57, 0x66, 0x05, 0xfd, 0x1f, 0xe7, 0x21, 0x1f, 0x0a, + 0xfc, 0xb3, 0xef, 0x47, 0x37, 0x63, 0x41, 0x53, 0x8a, 0x0e, 0x54, 0xb0, 0x94, 0x0e, 0x54, 0x91, + 0x73, 0x0b, 0x56, 0x58, 0x58, 0x3e, 0xc4, 0x96, 0x4f, 0xf7, 0xb0, 0x45, 0x5b, 0x44, 0x66, 0xcc, + 0x38, 0x18, 0xdd, 0x85, 0x8c, 0x38, 0x99, 0xf2, 0x81, 0xe7, 0x63, 0x39, 0x2d, 0xbc, 0xb6, 0x18, + 0x12, 0x11, 0xdd, 0x81, 0xbc, 0x5a, 0xac, 0xc7, 0x76, 0x5f, 0x6c, 0x12, 0x1e, 0x2c, 0x1f, 0xbf, + 0xda, 0x00, 0xa9, 0xcc, 0x6e, 0xb3, 0x6e, 0xa8, 0xf5, 0x7c, 0xd7, 0xee, 0xb3, 0x7d, 0xa3, 0x22, + 0xe0, 0x5e, 0xcc, 0x88, 0x7d, 0xa3, 0x84, 0xf1, 0x14, 0x5c, 0x81, 0x35, 0xcf, 0xc7, 0x94, 0x1e, + 0x99, 0x11, 0xcc, 0x1c, 0xc7, 0x5c, 0x15, 0x5d, 0xb5, 0x10, 0xfe, 0x4d, 0x58, 0x51, 0x88, 0x6a, + 0xe5, 0x5f, 0xe0, 0xb8, 0xcb, 0x12, 0xfc, 0x54, 0x26, 0x80, 0x37, 0x61, 0x59, 0x1e, 0xb8, 0x15, + 0x5e, 0x56, 0xcc, 0x21, 0x01, 0x55, 0x68, 0x3e, 0x94, 0x58, 0xec, 0xfb, 0xee, 0xd0, 0xf4, 0x86, + 0x96, 0x83, 0x4d, 0xcf, 0xed, 0x9b, 0xc2, 0x98, 0x98, 0x14, 0x81, 0xc7, 0xed, 0xfb, 0x49, 0x86, + 0x67, 0xbe, 0xe4, 0xd1, 0xe6, 0xbb, 0xc3, 0x36, 0xa3, 0x9c, 0xac, 0x00, 0x98, 0x88, 0xe3, 0xd5, + 0xa5, 0x5e, 0x72, 0x2f, 0xdb, 0xc8, 0x3b, 0xe3, 0x91, 0xe9, 0xb8, 0x7d, 0x4c, 0x8a, 0xf9, 0xeb, + 0xda, 0xad, 0x79, 0x23, 0xeb, 0x8c, 0x47, 0x2d, 0xd6, 0x46, 0xef, 0xc1, 0x3a, 0xeb, 0xb4, 0x1d, + 0x42, 0xfd, 0xf1, 0x08, 0x3b, 0x2c, 0x02, 0x05, 0xe6, 0x22, 0xc7, 0xbc, 0xe8, 0x8c, 0x47, 0xcd, + 0x50, 0x27, 0xa7, 0x2a, 0xed, 0xc1, 0xd5, 0x93, 0x74, 0x49, 0x38, 0xcb, 0xbd, 0x1d, 0x3e, 0xcb, + 0xe5, 0x37, 0xd7, 0xe3, 0x2b, 0x92, 0x0c, 0xac, 0xd0, 0x19, 0xaf, 0xc5, 0x37, 0x5b, 0x91, 0x35, + 0x5c, 0x66, 0xc9, 0xf7, 0x20, 0x2b, 0xad, 0x4f, 0xe4, 0x81, 0xb4, 0x38, 0xcb, 0x64, 0xc6, 0x04, + 0x53, 0x7f, 0x04, 0x1b, 0x01, 0xbf, 0x9a, 0xeb, 0x38, 0xb8, 0x47, 0x6d, 0xd7, 0xf9, 0x56, 0xd9, + 0x01, 0xc3, 0xf5, 0xd9, 0xbc, 0xa4, 0x96, 0xdf, 0x87, 0x9c, 0xed, 0x55, 0xfb, 0x7d, 0x1f, 0x13, + 0x79, 0x4c, 0x10, 0xb3, 0xb6, 0xd9, 0x96, 0x40, 0x23, 0xe8, 0x0f, 0x4e, 0x30, 0xa9, 0xd0, 0x09, + 0x46, 0xff, 0x13, 0x0d, 0xae, 0x8b, 0xc4, 0x26, 0x45, 0x45, 0xe6, 0xc9, 0x79, 0x0f, 0x9c, 0x75, + 0x58, 0x12, 0x33, 0x4b, 0xa6, 0x58, 0xe9, 0x8a, 0x8d, 0x99, 0x33, 0x51, 0x88, 0x36, 0x16, 0x7b, + 0xa1, 0x96, 0x7e, 0x03, 0x5e, 0x3f, 0x41, 0x25, 0x79, 0x0a, 0xfd, 0xa9, 0x06, 0x4b, 0x75, 0xbe, + 0xf1, 0x61, 0x51, 0xf3, 0x18, 0x1f, 0x9d, 0x5d, 0x4b, 0x19, 0x3a, 0xa9, 0x20, 0x74, 0x3e, 0x8a, + 0xac, 0x8d, 0xa7, 0x67, 0xca, 0x50, 0x4a, 0x40, 0x30, 0xd7, 0xc7, 0xa4, 0x27, 0x17, 0x5b, 0xfe, + 0xad, 0xff, 0x00, 0x4a, 0x62, 0xe1, 0x8c, 0x28, 0xa8, 0xac, 0xa9, 0x28, 0xb4, 0x10, 0x45, 0x09, + 0x8a, 0xec, 0x04, 0x92, 0x84, 0xaf, 0x3f, 0x86, 0xcb, 0x09, 0x7d, 0x32, 0x04, 0x2a, 0xb2, 0xd8, + 0x22, 0x82, 0x34, 0xba, 0xa0, 0x46, 0x29, 0x44, 0x21, 0xe6, 0x81, 0xd8, 0xbe, 0x27, 0xe9, 0x75, + 0xe6, 0xd0, 0x7c, 0xc8, 0x4b, 0x23, 0xc9, 0xfa, 0xbc, 0x1d, 0x4c, 0xcb, 0x93, 0xd5, 0x61, 0x68, + 0xfa, 0x4f, 0x34, 0xc8, 0x54, 0xdb, 0xcd, 0xff, 0x5f, 0xde, 0x7b, 0x0b, 0xd6, 0x84, 0xf7, 0x84, + 0x66, 0x27, 0xb9, 0x6d, 0x0d, 0x56, 0x99, 0x6b, 0x22, 0x88, 0xfa, 0x27, 0x80, 0xc2, 0x40, 0x69, + 0x98, 0x9b, 0x11, 0x47, 0xad, 0x45, 0xcf, 0x5b, 0x02, 0x55, 0x78, 0xe8, 0x3e, 0x14, 0xd8, 0xb9, + 0x34, 0x22, 0xfb, 0xcc, 0xae, 0xf9, 0x18, 0x56, 0x43, 0xc4, 0x93, 0x2d, 0x7f, 0xc8, 0x27, 0x89, + 0x92, 0xb9, 0x33, 0x56, 0x61, 0x65, 0x0b, 0xd3, 0x6d, 0xfb, 0x10, 0x3f, 0xb5, 0xf1, 0x17, 0xc4, + 0xc0, 0xcf, 0x75, 0x03, 0x0a, 0xaa, 0xbd, 0x83, 0xa9, 0xd5, 0xb7, 0xa8, 0x85, 0xd6, 0x27, 0xba, + 0xe4, 0xe2, 0x65, 0x3f, 0x6e, 0x9f, 0x54, 0x60, 0x9f, 0xc9, 0x66, 0x27, 0x1d, 0x6c, 0x76, 0xf4, + 0x36, 0x1f, 0x5f, 0x48, 0x0c, 0xf1, 0xd8, 0xfe, 0x6e, 0x68, 0x1f, 0x62, 0xf3, 0x90, 0x41, 0xa4, + 0x89, 0xae, 0x45, 0x14, 0x8d, 0xab, 0x61, 0xe4, 0x86, 0x8a, 0x83, 0xfe, 0x88, 0x2f, 0xe3, 0x0a, + 0x83, 0x65, 0x0d, 0xb6, 0xfb, 0x32, 0xf0, 0x73, 0xf4, 0x03, 0x58, 0x9c, 0xf0, 0x35, 0x27, 0x5a, + 0xf3, 0x04, 0xaf, 0xd0, 0x59, 0x82, 0x57, 0xac, 0x9a, 0x7c, 0x53, 0x7e, 0x29, 0x91, 0x19, 0xf1, + 0xd0, 0x47, 0x90, 0x1d, 0x49, 0xf1, 0xd2, 0x98, 0xa7, 0xe8, 0x38, 0x41, 0x67, 0xfb, 0x06, 0xef, + 0xc5, 0xd0, 0xec, 0x49, 0x76, 0xd2, 0x48, 0x79, 0xef, 0xc5, 0x50, 0x49, 0x40, 0x1b, 0x90, 0x3e, + 0xb4, 0x89, 0x0c, 0xdf, 0x25, 0xc6, 0x98, 0x17, 0xe3, 0x2b, 0x4f, 0x6d, 0x62, 0xb0, 0x1e, 0x7d, + 0x05, 0x96, 0xb6, 0x30, 0xed, 0xf4, 0x7c, 0xdb, 0xe3, 0xa3, 0xd3, 0x29, 0x2c, 0x8b, 0xd6, 0xaf, + 0xca, 0x37, 0x48, 0x87, 0xa5, 0x03, 0x8b, 0x98, 0x13, 0x9b, 0xf1, 0x79, 0x91, 0x35, 0xf2, 0x07, + 0x16, 0x51, 0x83, 0xd3, 0xb7, 0x60, 0x39, 0xac, 0x06, 0xf1, 0xd0, 0xfb, 0xb0, 0x40, 0x44, 0x53, + 0xba, 0x2e, 0xba, 0x81, 0x8d, 0xea, 0x68, 0x28, 0x5c, 0xbd, 0x0a, 0x17, 0x27, 0x8c, 0xc2, 0x4e, + 0x7b, 0x0b, 0x72, 0x02, 0x25, 0xf0, 0xd8, 0xe2, 0xf1, 0xab, 0x8d, 0xac, 0xc0, 0x6c, 0xd6, 0x8d, + 0xac, 0xe8, 0x6e, 0xf6, 0xf5, 0x21, 0x3f, 0x84, 0xc5, 0x59, 0x10, 0x0f, 0x7d, 0x30, 0xe5, 0xaa, + 0x13, 0x75, 0x0a, 0x1c, 0x55, 0x82, 0x6c, 0xcc, 0x49, 0x93, 0xb6, 0xfe, 0x37, 0x1a, 0xac, 0x55, + 0xc7, 0xd4, 0xed, 0xb9, 0x23, 0x6f, 0x88, 0x29, 0x0e, 0xd5, 0x3e, 0x6d, 0xc7, 0x1b, 0x53, 0x55, + 0xa9, 0xe3, 0x0d, 0x74, 0x0d, 0xa0, 0x37, 0xf6, 0x89, 0xeb, 0x9b, 0x9e, 0x4b, 0x54, 0x6d, 0x50, + 0x40, 0xda, 0x2e, 0x41, 0xf7, 0x21, 0x63, 0xf1, 0x8c, 0x2e, 0x2b, 0x30, 0x37, 0xa2, 0xf3, 0x32, + 0x24, 0xa6, 0xca, 0xd1, 0x78, 0x2d, 0x46, 0x92, 0xc4, 0xf7, 0xad, 0x73, 0xa7, 0xed, 0x5b, 0xf5, + 0xbf, 0xd4, 0x60, 0xa9, 0x6b, 0xed, 0x75, 0xc6, 0x83, 0x01, 0x26, 0x9c, 0xc5, 0x15, 0xc8, 0x51, + 0x6b, 0xcf, 0xb4, 0x9d, 0x3e, 0x7e, 0xc1, 0x15, 0x4f, 0x1b, 0x59, 0x6a, 0xed, 0x35, 0x59, 0x1b, + 0xdd, 0x83, 0x4b, 0xf8, 0x05, 0xee, 0x8d, 0xa9, 0xa8, 0xc3, 0xed, 0x33, 0x41, 0x04, 0x0f, 0x71, + 0x8f, 0xca, 0x03, 0xfc, 0x6b, 0x41, 0x77, 0x95, 0xf5, 0x76, 0x78, 0x27, 0x6a, 0x40, 0x9e, 0x4c, + 0x44, 0xb0, 0x58, 0x66, 0xd1, 0x30, 0x7b, 0x64, 0x81, 0x3a, 0x46, 0x98, 0x4e, 0xff, 0x6f, 0x0d, + 0xd6, 0x93, 0xf1, 0xd0, 0x07, 0x30, 0xf7, 0xcc, 0x76, 0x44, 0x5c, 0x9c, 0x64, 0xb4, 0x86, 0x43, + 0x6d, 0x7a, 0xf4, 0xd8, 0x76, 0xfa, 0x06, 0x27, 0x98, 0x84, 0x7b, 0x2a, 0x14, 0xee, 0xd7, 0x21, + 0xcf, 0xa6, 0x02, 0x0b, 0x05, 0xe5, 0x88, 0x9c, 0x11, 0x06, 0xb1, 0xcd, 0xf9, 0xc8, 0xa2, 0xbd, + 0x03, 0xdc, 0x17, 0x96, 0xc2, 0xa2, 0x16, 0x99, 0x36, 0x96, 0x25, 0xb8, 0x29, 0xa0, 0xe8, 0x63, + 0x75, 0x84, 0x9b, 0xe7, 0x8a, 0xbd, 0x71, 0x8a, 0x62, 0xe1, 0xb3, 0x9c, 0xfe, 0x73, 0x0d, 0x2e, + 0x46, 0xe3, 0x6a, 0x92, 0x33, 0x56, 0xf6, 0x5d, 0x7f, 0x64, 0x51, 0xca, 0xe5, 0x07, 0x21, 0xb6, + 0x3c, 0x01, 0x37, 0x79, 0xac, 0xdd, 0x80, 0x25, 0x9b, 0x98, 0x81, 0x4f, 0xa4, 0x97, 0x16, 0x6d, + 0xd2, 0x98, 0xc0, 0xd0, 0x03, 0x58, 0xa6, 0xe1, 0x10, 0x50, 0xfe, 0x89, 0x66, 0xe9, 0x48, 0x94, + 0x18, 0x31, 0x0a, 0xfd, 0x7f, 0x34, 0x28, 0x86, 0x55, 0xfd, 0xd4, 0xc6, 0xc3, 0xfe, 0xc9, 0xf3, + 0xe0, 0x01, 0xc0, 0x3e, 0xc3, 0x0a, 0x57, 0x49, 0xcf, 0xe4, 0xb7, 0x1c, 0x27, 0xe3, 0xc5, 0xd2, + 0xdf, 0x00, 0xe4, 0xe3, 0xe7, 0x63, 0xdb, 0x67, 0x29, 0xde, 0x1f, 0x88, 0x1b, 0x47, 0xae, 0xfe, + 0x19, 0x79, 0x15, 0x14, 0x79, 0xd5, 0x1f, 0x30, 0x8e, 0xe4, 0xfc, 0x53, 0x68, 0x0f, 0x2e, 0x27, + 0x8c, 0x5c, 0x7a, 0x2a, 0x16, 0xf8, 0xda, 0xb7, 0x0c, 0xfc, 0x9f, 0x6a, 0xb0, 0xf0, 0xc4, 0x1f, + 0x9c, 0xef, 0x54, 0x7d, 0x19, 0xb2, 0xae, 0x3f, 0x08, 0x5f, 0xb1, 0x2c, 0xb8, 0xfe, 0x40, 0x95, + 0x83, 0xfb, 0xee, 0xc8, 0xb2, 0x9d, 0xf0, 0x15, 0x0b, 0x08, 0x10, 0x47, 0x78, 0x0b, 0x0a, 0xa2, + 0x0a, 0x26, 0x2f, 0x4b, 0xad, 0x21, 0x91, 0x6b, 0xfe, 0x8a, 0x80, 0x57, 0x15, 0x58, 0xff, 0x3d, + 0x0d, 0x0a, 0xaa, 0xb6, 0x38, 0xf8, 0x16, 0x17, 0xbb, 0xd3, 0x82, 0x4e, 0xaf, 0xbb, 0x4d, 0x29, + 0xd1, 0xe4, 0x39, 0x63, 0x97, 0x60, 0x9f, 0x34, 0x9d, 0x90, 0x1e, 0x77, 0x21, 0xc3, 0x6c, 0x30, + 0x5b, 0x97, 0xdc, 0xf1, 0xab, 0x8d, 0x79, 0x66, 0xda, 0xba, 0x31, 0xef, 0xfa, 0x83, 0x66, 0x5f, + 0xaf, 0xf3, 0xdc, 0x11, 0x66, 0x35, 0x39, 0x55, 0xcd, 0x8f, 0x49, 0x70, 0xf0, 0x8b, 0xd6, 0x78, + 0x18, 0x3e, 0x3f, 0x83, 0x09, 0x1c, 0xfd, 0x67, 0x29, 0xc8, 0x2a, 0xd8, 0xd9, 0xad, 0x11, 0xa8, + 0x9b, 0x3a, 0xa3, 0xba, 0x2c, 0x31, 0x31, 0x89, 0xe1, 0xab, 0x32, 0xd5, 0x8e, 0x5d, 0xb3, 0xcd, + 0x9d, 0x78, 0xcd, 0x36, 0x1f, 0xbd, 0x66, 0x0b, 0x2e, 0xd4, 0x32, 0xe1, 0x0b, 0xb5, 0x9b, 0xb0, + 0xe2, 0xf9, 0xee, 0xbe, 0x3d, 0xc4, 0x93, 0x7b, 0x78, 0x59, 0x94, 0x90, 0x60, 0x75, 0xd3, 0xbe, + 0x11, 0xbd, 0x69, 0xcf, 0xf2, 0xd8, 0x09, 0xdf, 0xa6, 0x3b, 0xb0, 0x2e, 0x4e, 0x6e, 0x9f, 0xba, + 0xf2, 0x20, 0xa7, 0x7c, 0x76, 0x15, 0x72, 0x4c, 0x23, 0xe2, 0x59, 0x3d, 0x55, 0x0e, 0x0b, 0x00, + 0xe8, 0x1e, 0x2c, 0x1c, 0xbe, 0x34, 0x89, 0x87, 0x7b, 0xd2, 0x46, 0xd7, 0xc4, 0x96, 0x28, 0xfc, + 0x00, 0x41, 0x1e, 0x25, 0x3b, 0x1e, 0xee, 0x19, 0x99, 0xc3, 0x97, 0xec, 0x57, 0xff, 0x17, 0x0d, + 0x2e, 0x4d, 0x09, 0x94, 0x9e, 0xb5, 0x61, 0x95, 0x09, 0xe8, 0xba, 0x9f, 0x5b, 0x23, 0xb5, 0xf1, + 0x92, 0x5e, 0xbe, 0x1f, 0xaf, 0xb9, 0x25, 0x31, 0xa8, 0xb4, 0xe2, 0xd4, 0xa2, 0x2e, 0x32, 0xcd, + 0xb5, 0x54, 0x87, 0xf5, 0x64, 0xe4, 0xf3, 0x5c, 0x42, 0xdf, 0xfe, 0x0b, 0x0d, 0x16, 0xc3, 0x97, + 0x31, 0x68, 0x19, 0xa0, 0xda, 0x35, 0x77, 0x5b, 0x8f, 0x5b, 0x4f, 0x3e, 0x6b, 0x15, 0x2e, 0x20, + 0x04, 0xcb, 0xd5, 0xae, 0xb9, 0xdd, 0x6c, 0xed, 0xfe, 0xa6, 0x59, 0xdd, 0xa9, 0xdf, 0x7b, 0xaf, + 0xa0, 0xa1, 0x35, 0x58, 0xa9, 0x76, 0xcd, 0x7a, 0xd5, 0xf8, 0xac, 0xd9, 0x92, 0xc0, 0x14, 0x2a, + 0xc1, 0x7a, 0xb5, 0x6b, 0xd6, 0x9e, 0xb4, 0xba, 0xd5, 0x66, 0xab, 0x61, 0x98, 0x9d, 0x46, 0xd7, + 0xfc, 0xbc, 0xba, 0xb3, 0xdd, 0x29, 0x6c, 0xa2, 0x1b, 0xb0, 0x31, 0xd5, 0xd7, 0x6d, 0xec, 0xb4, + 0xb7, 0xab, 0xdd, 0x86, 0x44, 0xfa, 0x21, 0xba, 0x0e, 0x57, 0xa7, 0x90, 0xc2, 0x72, 0xfb, 0xb7, + 0xff, 0x48, 0x83, 0xa5, 0x48, 0x0d, 0x8f, 0x69, 0x5b, 0xeb, 0x84, 0xb4, 0x15, 0xed, 0x87, 0x8d, + 0xea, 0x76, 0xf7, 0xe1, 0xe7, 0x05, 0x0d, 0x15, 0x60, 0x91, 0xf7, 0x2b, 0x48, 0x8a, 0xe9, 0x5e, + 0xeb, 0x98, 0xf5, 0x66, 0xa7, 0xf6, 0xa4, 0xd5, 0x6a, 0xd4, 0xba, 0x8d, 0x7a, 0x21, 0x8d, 0x56, + 0x20, 0xcf, 0xd0, 0xda, 0xf5, 0x6a, 0xb7, 0xd9, 0xda, 0x2a, 0xcc, 0x49, 0xba, 0x00, 0x65, 0x1e, + 0x5d, 0x84, 0x82, 0x42, 0x69, 0x98, 0x9f, 0x56, 0x9b, 0xdb, 0x8d, 0x7a, 0x21, 0x73, 0xdb, 0x80, + 0xac, 0xaa, 0x44, 0xa3, 0x55, 0x58, 0x6a, 0x3f, 0xac, 0x76, 0x1a, 0x21, 0x75, 0xf2, 0xb0, 0xd0, + 0x6e, 0xb4, 0xea, 0x8c, 0xa7, 0xc6, 0x1a, 0xc6, 0x6e, 0xab, 0xc5, 0x1a, 0x29, 0xb4, 0x04, 0xb9, + 0xce, 0x6e, 0xad, 0xd6, 0x68, 0xd4, 0xb9, 0x02, 0x00, 0x19, 0xc9, 0x73, 0xee, 0xf6, 0x1f, 0x68, + 0xb0, 0x1c, 0x2d, 0xc9, 0xa2, 0x2b, 0x70, 0x29, 0x64, 0x97, 0x2e, 0x53, 0x21, 0x10, 0x92, 0xd0, + 0xa9, 0xe4, 0x68, 0xa8, 0x0c, 0xa5, 0x78, 0x67, 0xb7, 0x61, 0xec, 0x34, 0x5b, 0x55, 0x36, 0xac, + 0x54, 0x12, 0xf1, 0x67, 0xd5, 0x26, 0xb7, 0x42, 0xfa, 0xf6, 0x56, 0x74, 0x93, 0x14, 0x6c, 0x13, + 0x99, 0xc1, 0xaa, 0x91, 0x30, 0x59, 0x84, 0x2c, 0x03, 0x34, 0xea, 0xcd, 0x6e, 0x41, 0xe3, 0x41, + 0x54, 0xed, 0x9a, 0x9d, 0xc6, 0x76, 0xa3, 0xd6, 0x2d, 0xa4, 0x6e, 0xef, 0x47, 0x19, 0x05, 0x69, + 0x93, 0x33, 0x6a, 0x3c, 0x8e, 0x9a, 0x8c, 0x01, 0xda, 0x4f, 0xea, 0xc2, 0x64, 0xac, 0xd1, 0x79, + 0x5a, 0x2b, 0xa4, 0x38, 0x53, 0xd6, 0xa8, 0x19, 0xcd, 0x76, 0xb7, 0x90, 0x66, 0xf6, 0x66, 0xed, + 0x56, 0x75, 0xa7, 0xd1, 0x69, 0x57, 0x6b, 0x8d, 0xc2, 0xdc, 0x6d, 0x0f, 0x2e, 0xcd, 0xd8, 0x09, + 0x09, 0x41, 0xe1, 0x50, 0x91, 0x80, 0xc0, 0x3f, 0x12, 0x10, 0xf8, 0x88, 0x0b, 0xec, 0x28, 0x67, + 0xa7, 0xf9, 0x54, 0x68, 0x74, 0xc2, 0xf6, 0x9b, 0xdb, 0xfc, 0xfb, 0x39, 0xc8, 0x8b, 0x87, 0x23, + 0xfe, 0xa1, 0xdd, 0xc3, 0xe8, 0x0e, 0x64, 0xb6, 0x30, 0x7d, 0xe2, 0x0f, 0x50, 0x7c, 0xc5, 0x2d, + 0x5d, 0x8c, 0x2c, 0x00, 0x2a, 0x09, 0xdf, 0x85, 0x05, 0x99, 0x24, 0xa6, 0x29, 0x92, 0x13, 0x03, + 0xfa, 0x2d, 0x7e, 0x8c, 0x0e, 0x3f, 0x57, 0x41, 0x37, 0x4e, 0x7e, 0xcc, 0xc2, 0x97, 0xc3, 0xd2, + 0x1b, 0x67, 0x79, 0xf1, 0x82, 0x30, 0xa0, 0xe9, 0xd7, 0x3b, 0xe8, 0x7b, 0x67, 0x7b, 0x56, 0x54, + 0xba, 0x79, 0x2a, 0x9e, 0x14, 0xb3, 0xc7, 0xeb, 0x08, 0xd1, 0x07, 0x20, 0xe8, 0xcd, 0x24, 0x0d, + 0xa7, 0x9e, 0xa7, 0x94, 0xbe, 0x77, 0x1a, 0x5a, 0x20, 0xa3, 0x73, 0x8a, 0x8c, 0xce, 0xd9, 0x64, + 0xcc, 0x7c, 0xab, 0x82, 0x6a, 0x00, 0xc1, 0x28, 0x51, 0x79, 0xc6, 0xf0, 0x15, 0xd7, 0x64, 0x8f, + 0x6e, 0xfe, 0x22, 0x05, 0x6b, 0x4f, 0xfc, 0x81, 0xe5, 0xd8, 0x2f, 0x2d, 0x36, 0xc7, 0x54, 0x34, + 0xed, 0x00, 0x04, 0x2f, 0x54, 0x62, 0xcc, 0xa7, 0x5e, 0xc8, 0x94, 0x36, 0x66, 0xf6, 0x4b, 0x5d, + 0xcf, 0x1d, 0x9c, 0x3f, 0x82, 0xdc, 0x64, 0x43, 0x86, 0xae, 0x25, 0x8c, 0x2d, 0xd8, 0x20, 0xcd, + 0xe0, 0xf0, 0x94, 0x97, 0x14, 0x82, 0x3d, 0x10, 0x7a, 0x3d, 0xc9, 0x77, 0x91, 0xad, 0x56, 0x49, + 0x3f, 0x09, 0x45, 0x0c, 0x65, 0xf3, 0x11, 0xe4, 0xab, 0x63, 0x7a, 0xa0, 0x0c, 0x75, 0x1f, 0xe6, + 0xf9, 0x53, 0x1a, 0x14, 0xbd, 0x92, 0x09, 0xbf, 0xc8, 0x29, 0x5d, 0x4a, 0xea, 0xf2, 0x86, 0x47, + 0x9b, 0xbf, 0xaf, 0x41, 0x51, 0xa4, 0x61, 0xfe, 0x54, 0x86, 0xf1, 0x75, 0x7d, 0xe9, 0x09, 0x74, + 0x00, 0x6b, 0x09, 0x6f, 0x68, 0xd0, 0xcd, 0xb8, 0x8e, 0x33, 0xde, 0xe0, 0x94, 0x6e, 0x9d, 0x8e, + 0x28, 0x87, 0xf4, 0x77, 0x1a, 0xac, 0x4c, 0x52, 0xb1, 0x6f, 0xf5, 0x9e, 0x61, 0x1f, 0xb5, 0xf9, + 0x54, 0x0f, 0x3f, 0x21, 0x99, 0x9e, 0xea, 0x09, 0x0f, 0x4c, 0x4a, 0xc5, 0xc4, 0xd7, 0x16, 0x1d, + 0x4c, 0xe5, 0xe2, 0x11, 0x7e, 0x5d, 0x31, 0xcd, 0x31, 0xe1, 0x71, 0xc8, 0xf4, 0xe2, 0x91, 0xf4, + 0x40, 0x63, 0xf3, 0xaf, 0xe7, 0x60, 0x55, 0x16, 0xd3, 0x43, 0xd7, 0x77, 0x4f, 0x61, 0x29, 0xf2, + 0x56, 0x22, 0x16, 0x04, 0x49, 0xef, 0x2b, 0x62, 0x41, 0x90, 0xfc, 0xd4, 0xe2, 0x73, 0x5e, 0x28, + 0x0a, 0x4b, 0x9a, 0x0a, 0x9d, 0xe9, 0xeb, 0xf3, 0xd2, 0x8d, 0x13, 0x71, 0x24, 0xeb, 0x2f, 0x78, + 0x05, 0x3a, 0xf1, 0x72, 0x04, 0xbd, 0x3d, 0x83, 0x41, 0xe2, 0x7d, 0x4c, 0xe9, 0x9d, 0x33, 0x62, + 0x4b, 0xc1, 0x2f, 0xd5, 0xd3, 0xd0, 0x84, 0xab, 0x09, 0xf4, 0x4e, 0xc2, 0x14, 0x9c, 0x7d, 0xab, + 0x52, 0xaa, 0x9c, 0x15, 0x5d, 0xca, 0x7e, 0x0e, 0xeb, 0xc9, 0x6f, 0x3b, 0xd0, 0xed, 0xc4, 0xb9, + 0x9f, 0xf8, 0x3e, 0xa5, 0xf4, 0xfd, 0x33, 0xe1, 0xca, 0x80, 0xf9, 0xe7, 0x14, 0x94, 0x84, 0x2e, + 0x91, 0xe2, 0xfd, 0x8e, 0xe5, 0x58, 0x03, 0xec, 0xa3, 0x1d, 0xc8, 0x08, 0xd7, 0xc7, 0x26, 0xdc, + 0xec, 0xcb, 0x8f, 0xd2, 0x09, 0x57, 0x02, 0x68, 0x17, 0xe6, 0xf8, 0x1c, 0x7a, 0x33, 0x56, 0x55, + 0x4d, 0xbe, 0x17, 0x89, 0xe5, 0x80, 0xd9, 0x57, 0x24, 0x06, 0xa4, 0xb7, 0x30, 0x45, 0xd3, 0x53, + 0x24, 0x89, 0xe9, 0x9b, 0xa7, 0x60, 0x49, 0x9e, 0x77, 0x21, 0x53, 0xc7, 0x6c, 0x13, 0x33, 0xbd, + 0x56, 0xaf, 0x4f, 0x9d, 0x67, 0x1b, 0x23, 0x8f, 0x1e, 0x6d, 0xfe, 0x24, 0x05, 0x4b, 0xa2, 0xdc, + 0xae, 0xcc, 0xf7, 0xeb, 0x13, 0xf3, 0x5d, 0x4f, 0x30, 0x5f, 0xe4, 0x06, 0xa0, 0x94, 0x54, 0xb6, + 0x47, 0x5b, 0xd2, 0x60, 0xe5, 0x29, 0x4b, 0x44, 0x89, 0x37, 0x66, 0xf6, 0xcb, 0xe1, 0xd4, 0x85, + 0x89, 0xae, 0x4d, 0x2d, 0x5e, 0x11, 0x36, 0xe5, 0x59, 0xdd, 0xdf, 0xde, 0x28, 0xff, 0x91, 0x82, + 0x9c, 0xac, 0xc5, 0x0e, 0x7c, 0xf4, 0x18, 0x16, 0xc3, 0x57, 0x03, 0xe8, 0x6a, 0x5c, 0x60, 0xf8, + 0x72, 0xa2, 0x74, 0xed, 0x84, 0x5e, 0xe2, 0xa1, 0xdf, 0xe6, 0xa9, 0x21, 0x5e, 0xc8, 0x9f, 0x5e, + 0x4e, 0x13, 0xee, 0x0d, 0xa6, 0x97, 0xd3, 0xc4, 0xfb, 0x80, 0x06, 0x40, 0x50, 0x09, 0x47, 0xa5, + 0x38, 0x4d, 0x50, 0xa9, 0x2f, 0x5d, 0x99, 0xd9, 0x47, 0x3c, 0xf4, 0x63, 0xbe, 0xd7, 0x8a, 0x16, + 0xb1, 0xa7, 0x13, 0xf1, 0x54, 0x9d, 0x7c, 0x3a, 0x11, 0x4f, 0xd7, 0xc1, 0x37, 0xff, 0x35, 0x56, + 0xb2, 0x56, 0x19, 0xb9, 0x03, 0x8b, 0x61, 0x70, 0x2c, 0x00, 0x13, 0x8a, 0xdc, 0xa5, 0xd7, 0x4f, + 0xc0, 0x08, 0x36, 0x74, 0x53, 0x15, 0xb2, 0xd8, 0x64, 0x9e, 0x55, 0x3b, 0x8c, 0x4d, 0xe6, 0x99, + 0x85, 0xb6, 0xcd, 0x06, 0x2c, 0xb7, 0x45, 0x05, 0x42, 0x0d, 0xe5, 0x5d, 0xee, 0x05, 0xb5, 0xa3, + 0x39, 0xdb, 0xd6, 0x69, 0xd3, 0x83, 0x25, 0xb1, 0xba, 0x2a, 0x2e, 0x26, 0x20, 0xb6, 0xf8, 0x47, + 0xcf, 0xfd, 0xb1, 0x60, 0x49, 0xae, 0x63, 0xc4, 0x82, 0x65, 0x46, 0xe9, 0xe0, 0xc1, 0x27, 0x5f, + 0x7e, 0x55, 0xbe, 0xf0, 0xcb, 0xaf, 0xca, 0x17, 0xbe, 0xf9, 0xaa, 0xac, 0xfd, 0xee, 0x71, 0x59, + 0xfb, 0xf9, 0x71, 0x59, 0xfb, 0xa7, 0xe3, 0xb2, 0xf6, 0xe5, 0x71, 0x59, 0xfb, 0xcf, 0xe3, 0xb2, + 0xf6, 0x5f, 0xc7, 0xe5, 0x0b, 0xdf, 0x1c, 0x97, 0xb5, 0x3f, 0xfe, 0xba, 0x7c, 0xe1, 0xcb, 0xaf, + 0xcb, 0x17, 0x7e, 0xf9, 0x75, 0xf9, 0xc2, 0x8f, 0x17, 0xe4, 0x7f, 0x9c, 0xec, 0x65, 0xf8, 0xc4, + 0x79, 0xf7, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x0b, 0x64, 0x45, 0x9d, 0x91, 0x32, 0x00, 0x00, } func (x ArtifactType) String() string { @@ -6213,6 +6319,62 @@ func (this *UserInfo) Equal(that interface{}) bool { } return true } +func (this *ConfigForVizierRequest) Equal(that interface{}) bool { + if that == nil { + return this == nil + } + + that1, ok := that.(*ConfigForVizierRequest) + if !ok { + that2, ok := that.(ConfigForVizierRequest) + if ok { + that1 = &that2 + } else { + return false + } + } + if that1 == nil { + return this == nil + } else if this == nil { + return false + } + if this.Namespace != that1.Namespace { + return false + } + if !this.VzSpec.Equal(that1.VzSpec) { + return false + } + return true +} +func (this *ConfigForVizierResponse) Equal(that interface{}) bool { + if that == nil { + return this == nil + } + + that1, ok := that.(*ConfigForVizierResponse) + if !ok { + that2, ok := that.(ConfigForVizierResponse) + if ok { + that1 = &that2 + } else { + return false + } + } + if that1 == nil { + return this == nil + } else if this == nil { + return false + } + if len(this.NameToYamlContent) != len(that1.NameToYamlContent) { + return false + } + for i := range this.NameToYamlContent { + if this.NameToYamlContent[i] != that1.NameToYamlContent[i] { + return false + } + } + return true +} func (this *UpdateUserRequest) GoString() string { if this == nil { return "nil" @@ -7124,6 +7286,41 @@ func (this *UserInfo) GoString() string { s = append(s, "}") return strings.Join(s, "") } +func (this *ConfigForVizierRequest) GoString() string { + if this == nil { + return "nil" + } + s := make([]string, 0, 6) + s = append(s, "&cloudpb.ConfigForVizierRequest{") + s = append(s, "Namespace: "+fmt.Sprintf("%#v", this.Namespace)+",\n") + if this.VzSpec != nil { + s = append(s, "VzSpec: "+fmt.Sprintf("%#v", this.VzSpec)+",\n") + } + s = append(s, "}") + return strings.Join(s, "") +} +func (this *ConfigForVizierResponse) GoString() string { + if this == nil { + return "nil" + } + s := make([]string, 0, 5) + s = append(s, "&cloudpb.ConfigForVizierResponse{") + keysForNameToYamlContent := make([]string, 0, len(this.NameToYamlContent)) + for k, _ := range this.NameToYamlContent { + keysForNameToYamlContent = append(keysForNameToYamlContent, k) + } + github_com_gogo_protobuf_sortkeys.Strings(keysForNameToYamlContent) + mapStringForNameToYamlContent := "map[string]string{" + for _, k := range keysForNameToYamlContent { + mapStringForNameToYamlContent += fmt.Sprintf("%#v: %#v,", k, this.NameToYamlContent[k]) + } + mapStringForNameToYamlContent += "}" + if this.NameToYamlContent != nil { + s = append(s, "NameToYamlContent: "+mapStringForNameToYamlContent+",\n") + } + s = append(s, "}") + return strings.Join(s, "") +} func valueToGoStringCloudapi(v interface{}, typ string) string { rv := reflect.ValueOf(v) if rv.IsNil() { @@ -8797,6 +8994,78 @@ var _ProfileService_serviceDesc = grpc.ServiceDesc{ Metadata: "src/api/proto/cloudpb/cloudapi.proto", } +// ConfigServiceClient is the client API for ConfigService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type ConfigServiceClient interface { + GetConfigForVizier(ctx context.Context, in *ConfigForVizierRequest, opts ...grpc.CallOption) (*ConfigForVizierResponse, error) +} + +type configServiceClient struct { + cc *grpc.ClientConn +} + +func NewConfigServiceClient(cc *grpc.ClientConn) ConfigServiceClient { + return &configServiceClient{cc} +} + +func (c *configServiceClient) GetConfigForVizier(ctx context.Context, in *ConfigForVizierRequest, opts ...grpc.CallOption) (*ConfigForVizierResponse, error) { + out := new(ConfigForVizierResponse) + err := c.cc.Invoke(ctx, "/px.cloudapi.ConfigService/GetConfigForVizier", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// ConfigServiceServer is the server API for ConfigService service. +type ConfigServiceServer interface { + GetConfigForVizier(context.Context, *ConfigForVizierRequest) (*ConfigForVizierResponse, error) +} + +// UnimplementedConfigServiceServer can be embedded to have forward compatible implementations. +type UnimplementedConfigServiceServer struct { +} + +func (*UnimplementedConfigServiceServer) GetConfigForVizier(ctx context.Context, req *ConfigForVizierRequest) (*ConfigForVizierResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetConfigForVizier not implemented") +} + +func RegisterConfigServiceServer(s *grpc.Server, srv ConfigServiceServer) { + s.RegisterService(&_ConfigService_serviceDesc, srv) +} + +func _ConfigService_GetConfigForVizier_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ConfigForVizierRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ConfigServiceServer).GetConfigForVizier(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/px.cloudapi.ConfigService/GetConfigForVizier", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ConfigServiceServer).GetConfigForVizier(ctx, req.(*ConfigForVizierRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _ConfigService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "px.cloudapi.ConfigService", + HandlerType: (*ConfigServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "GetConfigForVizier", + Handler: _ConfigService_GetConfigForVizier_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "src/api/proto/cloudpb/cloudapi.proto", +} + func (m *UpdateUserRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -11786,6 +12055,90 @@ func (m *UserInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *ConfigForVizierRequest) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ConfigForVizierRequest) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ConfigForVizierRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.VzSpec != nil { + { + size, err := m.VzSpec.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintCloudapi(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if len(m.Namespace) > 0 { + i -= len(m.Namespace) + copy(dAtA[i:], m.Namespace) + i = encodeVarintCloudapi(dAtA, i, uint64(len(m.Namespace))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *ConfigForVizierResponse) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ConfigForVizierResponse) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ConfigForVizierResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if len(m.NameToYamlContent) > 0 { + for k := range m.NameToYamlContent { + v := m.NameToYamlContent[k] + baseI := i + i -= len(v) + copy(dAtA[i:], v) + i = encodeVarintCloudapi(dAtA, i, uint64(len(v))) + i-- + dAtA[i] = 0x12 + i -= len(k) + copy(dAtA[i:], k) + i = encodeVarintCloudapi(dAtA, i, uint64(len(k))) + i-- + dAtA[i] = 0xa + i = encodeVarintCloudapi(dAtA, i, uint64(baseI-i)) + i-- + dAtA[i] = 0xa + } + } + return len(dAtA) - i, nil +} + func encodeVarintCloudapi(dAtA []byte, offset int, v uint64) int { offset -= sovCloudapi(v) base := offset @@ -13036,17 +13389,51 @@ func (m *UserInfo) Size() (n int) { return n } -func sovCloudapi(x uint64) (n int) { - return (math_bits.Len64(x|1) + 6) / 7 -} -func sozCloudapi(x uint64) (n int) { - return sovCloudapi(uint64((x << 1) ^ uint64((int64(x) >> 63)))) +func (m *ConfigForVizierRequest) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Namespace) + if l > 0 { + n += 1 + l + sovCloudapi(uint64(l)) + } + if m.VzSpec != nil { + l = m.VzSpec.Size() + n += 1 + l + sovCloudapi(uint64(l)) + } + return n } -func (this *UpdateUserRequest) String() string { - if this == nil { - return "nil" + +func (m *ConfigForVizierResponse) Size() (n int) { + if m == nil { + return 0 } - s := strings.Join([]string{`&UpdateUserRequest{`, + var l int + _ = l + if len(m.NameToYamlContent) > 0 { + for k, v := range m.NameToYamlContent { + _ = k + _ = v + mapEntrySize := 1 + len(k) + sovCloudapi(uint64(len(k))) + 1 + len(v) + sovCloudapi(uint64(len(v))) + n += mapEntrySize + 1 + sovCloudapi(uint64(mapEntrySize)) + } + } + return n +} + +func sovCloudapi(x uint64) (n int) { + return (math_bits.Len64(x|1) + 6) / 7 +} +func sozCloudapi(x uint64) (n int) { + return sovCloudapi(uint64((x << 1) ^ uint64((int64(x) >> 63)))) +} +func (this *UpdateUserRequest) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&UpdateUserRequest{`, `ID:` + strings.Replace(fmt.Sprintf("%v", this.ID), "UUID", "uuidpb.UUID", 1) + `,`, `DisplayPicture:` + strings.Replace(fmt.Sprintf("%v", this.DisplayPicture), "StringValue", "types.StringValue", 1) + `,`, `IsApproved:` + strings.Replace(fmt.Sprintf("%v", this.IsApproved), "BoolValue", "types.BoolValue", 1) + `,`, @@ -13901,6 +14288,37 @@ func (this *UserInfo) String() string { }, "") return s } +func (this *ConfigForVizierRequest) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&ConfigForVizierRequest{`, + `Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`, + `VzSpec:` + strings.Replace(fmt.Sprintf("%v", this.VzSpec), "VizierSpec", "vizierconfigpb.VizierSpec", 1) + `,`, + `}`, + }, "") + return s +} +func (this *ConfigForVizierResponse) String() string { + if this == nil { + return "nil" + } + keysForNameToYamlContent := make([]string, 0, len(this.NameToYamlContent)) + for k, _ := range this.NameToYamlContent { + keysForNameToYamlContent = append(keysForNameToYamlContent, k) + } + github_com_gogo_protobuf_sortkeys.Strings(keysForNameToYamlContent) + mapStringForNameToYamlContent := "map[string]string{" + for _, k := range keysForNameToYamlContent { + mapStringForNameToYamlContent += fmt.Sprintf("%v: %v,", k, this.NameToYamlContent[k]) + } + mapStringForNameToYamlContent += "}" + s := strings.Join([]string{`&ConfigForVizierResponse{`, + `NameToYamlContent:` + mapStringForNameToYamlContent + `,`, + `}`, + }, "") + return s +} func valueToStringCloudapi(v interface{}) string { rv := reflect.ValueOf(v) if rv.IsNil() { @@ -22360,6 +22778,301 @@ func (m *UserInfo) Unmarshal(dAtA []byte) error { } return nil } +func (m *ConfigForVizierRequest) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCloudapi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: ConfigForVizierRequest: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: ConfigForVizierRequest: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Namespace", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCloudapi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthCloudapi + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthCloudapi + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Namespace = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field VzSpec", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCloudapi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthCloudapi + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthCloudapi + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.VzSpec == nil { + m.VzSpec = &vizierconfigpb.VizierSpec{} + } + if err := m.VzSpec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipCloudapi(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthCloudapi + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *ConfigForVizierResponse) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCloudapi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: ConfigForVizierResponse: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: ConfigForVizierResponse: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field NameToYamlContent", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCloudapi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthCloudapi + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthCloudapi + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.NameToYamlContent == nil { + m.NameToYamlContent = make(map[string]string) + } + var mapkey string + var mapvalue string + for iNdEx < postIndex { + entryPreIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCloudapi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + if fieldNum == 1 { + var stringLenmapkey uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCloudapi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLenmapkey |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLenmapkey := int(stringLenmapkey) + if intStringLenmapkey < 0 { + return ErrInvalidLengthCloudapi + } + postStringIndexmapkey := iNdEx + intStringLenmapkey + if postStringIndexmapkey < 0 { + return ErrInvalidLengthCloudapi + } + if postStringIndexmapkey > l { + return io.ErrUnexpectedEOF + } + mapkey = string(dAtA[iNdEx:postStringIndexmapkey]) + iNdEx = postStringIndexmapkey + } else if fieldNum == 2 { + var stringLenmapvalue uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCloudapi + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLenmapvalue |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLenmapvalue := int(stringLenmapvalue) + if intStringLenmapvalue < 0 { + return ErrInvalidLengthCloudapi + } + postStringIndexmapvalue := iNdEx + intStringLenmapvalue + if postStringIndexmapvalue < 0 { + return ErrInvalidLengthCloudapi + } + if postStringIndexmapvalue > l { + return io.ErrUnexpectedEOF + } + mapvalue = string(dAtA[iNdEx:postStringIndexmapvalue]) + iNdEx = postStringIndexmapvalue + } else { + iNdEx = entryPreIndex + skippy, err := skipCloudapi(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthCloudapi + } + if (iNdEx + skippy) > postIndex { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + m.NameToYamlContent[mapkey] = mapvalue + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipCloudapi(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthCloudapi + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipCloudapi(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 diff --git a/proto/cloudpb/cloudapi.proto b/proto/cloudpb/cloudapi.proto index 776f27a..df72374 100644 --- a/proto/cloudpb/cloudapi.proto +++ b/proto/cloudpb/cloudapi.proto @@ -28,6 +28,7 @@ import "google/protobuf/timestamp.proto"; import "google/protobuf/wrappers.proto"; import "src/api/proto/uuidpb/uuid.proto"; import "src/api/proto/vispb/vis.proto"; +import "src/api/proto/vizierconfigpb/vizier_types.proto"; // service UserService enables users to update/retrieve user information. service UserService { @@ -738,4 +739,24 @@ message UserInfo { string email = 6; string profile_picture = 7; bool is_approved = 8; -} \ No newline at end of file +} + +// ConfigService provides configuration specs from the Cloud. +service ConfigService { + // GetConfigForVizier provides yaml names and content that can be used to deploy Vizier + rpc GetConfigForVizier(ConfigForVizierRequest) returns (ConfigForVizierResponse); +} + +// ConfigForVizierRequest is a request for Vizier yamls given a set of specs. +message ConfigForVizierRequest { + // Namespace of the Vizier. + string namespace = 1; + // Specs that describe how the Vizier should be configured. + vizierconfigpb.VizierSpec vz_spec = 2; +} + +// ConfigForVizierResponse is the response to a ConfigForVizierRequest. +message ConfigForVizierResponse { + // A map from YAML name to content, containing yamls which can be used to deploy Vizier. + map nameToYamlContent = 1; +} diff --git a/proto/cloudpb/mock.go b/proto/cloudpb/mock.go index 6b21899..09e19fb 100644 --- a/proto/cloudpb/mock.go +++ b/proto/cloudpb/mock.go @@ -18,4 +18,4 @@ package cloudpb -//go:generate mockgen -source=cloudapi.pb.go -destination=mock/cloudapi_mock.gen.go UserServiceServer,OrganizationServiceServer,ArtifactTrackerServer,VizierClusterInfoServer,VizierDeploymentKeyManagerServer,ScriptMgrServer,AutocompleteServiceServer,APIKeyManagerServer +//go:generate mockgen -source=cloudapi.pb.go -destination=mock/cloudapi_mock.gen.go UserServiceServer,OrganizationServiceServer,ArtifactTrackerServer,VizierClusterInfoServer,VizierDeploymentKeyManagerServer,ScriptMgrServer,AutocompleteServiceServer,APIKeyManagerServer,ConfigServiceServer diff --git a/proto/cloudpb/mock/cloudapi_mock.gen.go b/proto/cloudpb/mock/cloudapi_mock.gen.go index bbe982a..2b8a151 100644 --- a/proto/cloudpb/mock/cloudapi_mock.gen.go +++ b/proto/cloudpb/mock/cloudapi_mock.gen.go @@ -1745,3 +1745,84 @@ func (mr *MockProfileServiceServerMockRecorder) GetOrgInfo(arg0, arg1 interface{ mr.mock.ctrl.T.Helper() return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetOrgInfo", reflect.TypeOf((*MockProfileServiceServer)(nil).GetOrgInfo), arg0, arg1) } + +// MockConfigServiceClient is a mock of ConfigServiceClient interface. +type MockConfigServiceClient struct { + ctrl *gomock.Controller + recorder *MockConfigServiceClientMockRecorder +} + +// MockConfigServiceClientMockRecorder is the mock recorder for MockConfigServiceClient. +type MockConfigServiceClientMockRecorder struct { + mock *MockConfigServiceClient +} + +// NewMockConfigServiceClient creates a new mock instance. +func NewMockConfigServiceClient(ctrl *gomock.Controller) *MockConfigServiceClient { + mock := &MockConfigServiceClient{ctrl: ctrl} + mock.recorder = &MockConfigServiceClientMockRecorder{mock} + return mock +} + +// EXPECT returns an object that allows the caller to indicate expected use. +func (m *MockConfigServiceClient) EXPECT() *MockConfigServiceClientMockRecorder { + return m.recorder +} + +// GetConfigForVizier mocks base method. +func (m *MockConfigServiceClient) GetConfigForVizier(ctx context.Context, in *cloudpb.ConfigForVizierRequest, opts ...grpc.CallOption) (*cloudpb.ConfigForVizierResponse, error) { + m.ctrl.T.Helper() + varargs := []interface{}{ctx, in} + for _, a := range opts { + varargs = append(varargs, a) + } + ret := m.ctrl.Call(m, "GetConfigForVizier", varargs...) + ret0, _ := ret[0].(*cloudpb.ConfigForVizierResponse) + ret1, _ := ret[1].(error) + return ret0, ret1 +} + +// GetConfigForVizier indicates an expected call of GetConfigForVizier. +func (mr *MockConfigServiceClientMockRecorder) GetConfigForVizier(ctx, in interface{}, opts ...interface{}) *gomock.Call { + mr.mock.ctrl.T.Helper() + varargs := append([]interface{}{ctx, in}, opts...) + return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetConfigForVizier", reflect.TypeOf((*MockConfigServiceClient)(nil).GetConfigForVizier), varargs...) +} + +// MockConfigServiceServer is a mock of ConfigServiceServer interface. +type MockConfigServiceServer struct { + ctrl *gomock.Controller + recorder *MockConfigServiceServerMockRecorder +} + +// MockConfigServiceServerMockRecorder is the mock recorder for MockConfigServiceServer. +type MockConfigServiceServerMockRecorder struct { + mock *MockConfigServiceServer +} + +// NewMockConfigServiceServer creates a new mock instance. +func NewMockConfigServiceServer(ctrl *gomock.Controller) *MockConfigServiceServer { + mock := &MockConfigServiceServer{ctrl: ctrl} + mock.recorder = &MockConfigServiceServerMockRecorder{mock} + return mock +} + +// EXPECT returns an object that allows the caller to indicate expected use. +func (m *MockConfigServiceServer) EXPECT() *MockConfigServiceServerMockRecorder { + return m.recorder +} + +// GetConfigForVizier mocks base method. +func (m *MockConfigServiceServer) GetConfigForVizier(arg0 context.Context, arg1 *cloudpb.ConfigForVizierRequest) (*cloudpb.ConfigForVizierResponse, error) { + m.ctrl.T.Helper() + ret := m.ctrl.Call(m, "GetConfigForVizier", arg0, arg1) + ret0, _ := ret[0].(*cloudpb.ConfigForVizierResponse) + ret1, _ := ret[1].(error) + return ret0, ret1 +} + +// GetConfigForVizier indicates an expected call of GetConfigForVizier. +func (mr *MockConfigServiceServerMockRecorder) GetConfigForVizier(arg0, arg1 interface{}) *gomock.Call { + mr.mock.ctrl.T.Helper() + return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetConfigForVizier", reflect.TypeOf((*MockConfigServiceServer)(nil).GetConfigForVizier), arg0, arg1) +}