Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1559)

Unified Diff: deploytool/api/deploy/component.pb.go

Issue 2580213002: luci_depkoy: Add instance class, params. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « deploytool/api/deploy/component.proto ('k') | deploytool/api/deploy/util.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deploytool/api/deploy/component.pb.go
diff --git a/deploytool/api/deploy/component.pb.go b/deploytool/api/deploy/component.pb.go
index 674e6f8c02819a5d5302f9a99c18927f09726775..b86d869cf5eacb6f32d88023ac400c3dd861ab8f 100644
--- a/deploytool/api/deploy/component.pb.go
+++ b/deploytool/api/deploy/component.pb.go
@@ -14,6 +14,78 @@ var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
+type Duration_Unit int32
+
+const (
+ Duration_MILLISECONDS Duration_Unit = 0
+ Duration_SECONDS Duration_Unit = 1
+ Duration_MINUTES Duration_Unit = 2
+ Duration_HOURS Duration_Unit = 3
+ Duration_DAYS Duration_Unit = 4
+)
+
+var Duration_Unit_name = map[int32]string{
+ 0: "MILLISECONDS",
+ 1: "SECONDS",
+ 2: "MINUTES",
+ 3: "HOURS",
+ 4: "DAYS",
+}
+var Duration_Unit_value = map[string]int32{
+ "MILLISECONDS": 0,
+ "SECONDS": 1,
+ "MINUTES": 2,
+ "HOURS": 3,
+ "DAYS": 4,
+}
+
+func (x Duration_Unit) String() string {
+ return proto.EnumName(Duration_Unit_name, int32(x))
+}
+func (Duration_Unit) EnumDescriptor() ([]byte, []int) { return fileDescriptor1, []int{2, 0} }
+
+// * Generic instance class types.
+type AppEngineModule_ClassicParams_InstanceClass int32
+
+const (
+ // * Default for this scaling type.
+ AppEngineModule_ClassicParams_IC_DEFAULT AppEngineModule_ClassicParams_InstanceClass = 0
+ // 1-core
+ AppEngineModule_ClassicParams_IC_1 AppEngineModule_ClassicParams_InstanceClass = 1
+ // 2-core
+ AppEngineModule_ClassicParams_IC_2 AppEngineModule_ClassicParams_InstanceClass = 2
+ // 4-core
+ AppEngineModule_ClassicParams_IC_4 AppEngineModule_ClassicParams_InstanceClass = 3
+ // 4-core, 1G memory
+ AppEngineModule_ClassicParams_IC_4_1G AppEngineModule_ClassicParams_InstanceClass = 4
+ // 8-core instance class. Only available with basic/manual scaling.
+ AppEngineModule_ClassicParams_IC_8 AppEngineModule_ClassicParams_InstanceClass = 5
+)
+
+var AppEngineModule_ClassicParams_InstanceClass_name = map[int32]string{
+ 0: "IC_DEFAULT",
+ 1: "IC_1",
+ 2: "IC_2",
+ 3: "IC_4",
+ 4: "IC_4_1G",
+ 5: "IC_8",
+}
+var AppEngineModule_ClassicParams_InstanceClass_value = map[string]int32{
+ "IC_DEFAULT": 0,
+ "IC_1": 1,
+ "IC_2": 2,
+ "IC_4": 3,
+ "IC_4_1G": 4,
+ "IC_8": 5,
+}
+
+func (x AppEngineModule_ClassicParams_InstanceClass) String() string {
+ return proto.EnumName(AppEngineModule_ClassicParams_InstanceClass_name, int32(x))
+}
+func (AppEngineModule_ClassicParams_InstanceClass) EnumDescriptor() ([]byte, []int) {
+ return fileDescriptor1, []int{3, 2, 0}
+}
+
// * Option for "login" handler field.
type AppEngineModule_Handler_LoginOption int32
@@ -38,7 +110,7 @@ func (x AppEngineModule_Handler_LoginOption) String() string {
return proto.EnumName(AppEngineModule_Handler_LoginOption_name, int32(x))
}
func (AppEngineModule_Handler_LoginOption) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor1, []int{2, 3, 0}
+ return fileDescriptor1, []int{3, 4, 0}
}
// * Option for "secure" handler field.
@@ -65,7 +137,7 @@ func (x AppEngineModule_Handler_SecureOption) String() string {
return proto.EnumName(AppEngineModule_Handler_SecureOption_name, int32(x))
}
func (AppEngineModule_Handler_SecureOption) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor1, []int{2, 3, 1}
+ return fileDescriptor1, []int{3, 4, 1}
}
// Property sort direction.
@@ -91,7 +163,7 @@ func (x AppEngineResources_Index_Direction) String() string {
return proto.EnumName(AppEngineResources_Index_Direction_name, int32(x))
}
func (AppEngineResources_Index_Direction) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor1, []int{3, 0, 0}
+ return fileDescriptor1, []int{4, 0, 0}
}
type KubernetesPod_RestartPolicy int32
@@ -117,7 +189,7 @@ func (x KubernetesPod_RestartPolicy) String() string {
return proto.EnumName(KubernetesPod_RestartPolicy_name, int32(x))
}
func (KubernetesPod_RestartPolicy) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0}
+ return fileDescriptor1, []int{6, 0}
}
type KubernetesPod_Container_Type int32
@@ -143,7 +215,7 @@ func (x KubernetesPod_Container_Type) String() string {
return proto.EnumName(KubernetesPod_Container_Type_name, int32(x))
}
func (KubernetesPod_Container_Type) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0, 0}
+ return fileDescriptor1, []int{6, 0, 0}
}
type KubernetesPod_Container_ContainerPort_Protocol int32
@@ -166,7 +238,7 @@ func (x KubernetesPod_Container_ContainerPort_Protocol) String() string {
return proto.EnumName(KubernetesPod_Container_ContainerPort_Protocol_name, int32(x))
}
func (KubernetesPod_Container_ContainerPort_Protocol) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0, 0, 0}
+ return fileDescriptor1, []int{6, 0, 0, 0}
}
// * Resource unit granularity.
@@ -235,7 +307,7 @@ func (x KubernetesPod_Container_Resources_Unit) String() string {
return proto.EnumName(KubernetesPod_Container_Resources_Unit_name, int32(x))
}
func (KubernetesPod_Container_Resources_Unit) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0, 2, 0}
+ return fileDescriptor1, []int{6, 0, 2, 0}
}
// *
@@ -578,6 +650,46 @@ func (m *BuildPath) GetPath() string {
}
// *
+// A Duration expression.
+//
+// This is preferred to google.protobuf.Duration since it is more easily
+// expressed by a human.
+type Duration struct {
+ // * The duration value, taken in units of "unit".
+ Value uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
+ // * The unit for this duration value.
+ Unit Duration_Unit `protobuf:"varint,2,opt,name=unit,enum=deploy.Duration_Unit" json:"unit,omitempty"`
+ // * Additional duration units to append.
+ Plus []*Duration `protobuf:"bytes,3,rep,name=plus" json:"plus,omitempty"`
+}
+
+func (m *Duration) Reset() { *m = Duration{} }
+func (m *Duration) String() string { return proto.CompactTextString(m) }
+func (*Duration) ProtoMessage() {}
+func (*Duration) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{2} }
+
+func (m *Duration) GetValue() uint32 {
+ if m != nil {
+ return m.Value
+ }
+ return 0
+}
+
+func (m *Duration) GetUnit() Duration_Unit {
+ if m != nil {
+ return m.Unit
+ }
+ return Duration_MILLISECONDS
+}
+
+func (m *Duration) GetPlus() []*Duration {
+ if m != nil {
+ return m.Plus
+ }
+ return nil
+}
+
+// *
// Describes an AppEngine module.
type AppEngineModule struct {
// * The name of the module. Leave blank for default module.
@@ -588,10 +700,10 @@ type AppEngineModule struct {
// *AppEngineModule_GoModule_
// *AppEngineModule_StaticModule_
Runtime isAppEngineModule_Runtime `protobuf_oneof:"runtime"`
- // *
- // If set, this is a Managed VM AppEngine module, and these are additional
- // parameters.
- ManagedVm *AppEngineModule_ManagedVmParams `protobuf:"bytes,10,opt,name=managed_vm,json=managedVm" json:"managed_vm,omitempty"`
+ // Types that are valid to be assigned to Params:
+ // *AppEngineModule_Classic
+ // *AppEngineModule_ManagedVm
+ Params isAppEngineModule_Params `protobuf_oneof:"params"`
// * Module handlers.
Handlers *AppEngineModule_HandlerSet `protobuf:"bytes,20,opt,name=handlers" json:"handlers,omitempty"`
// * Source-relative paths to HandlerSet protobufs to include.
@@ -627,11 +739,14 @@ type AppEngineModule struct {
func (m *AppEngineModule) Reset() { *m = AppEngineModule{} }
func (m *AppEngineModule) String() string { return proto.CompactTextString(m) }
func (*AppEngineModule) ProtoMessage() {}
-func (*AppEngineModule) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{2} }
+func (*AppEngineModule) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3} }
type isAppEngineModule_Runtime interface {
isAppEngineModule_Runtime()
}
+type isAppEngineModule_Params interface {
+ isAppEngineModule_Params()
+}
type AppEngineModule_GoModule_ struct {
GoModule *AppEngineModule_GoModule `protobuf:"bytes,2,opt,name=go_module,json=goModule,oneof"`
@@ -639,9 +754,17 @@ type AppEngineModule_GoModule_ struct {
type AppEngineModule_StaticModule_ struct {
StaticModule *AppEngineModule_StaticModule `protobuf:"bytes,3,opt,name=static_module,json=staticModule,oneof"`
}
+type AppEngineModule_Classic struct {
+ Classic *AppEngineModule_ClassicParams `protobuf:"bytes,10,opt,name=classic,oneof"`
+}
+type AppEngineModule_ManagedVm struct {
+ ManagedVm *AppEngineModule_ManagedVmParams `protobuf:"bytes,11,opt,name=managed_vm,json=managedVm,oneof"`
+}
func (*AppEngineModule_GoModule_) isAppEngineModule_Runtime() {}
func (*AppEngineModule_StaticModule_) isAppEngineModule_Runtime() {}
+func (*AppEngineModule_Classic) isAppEngineModule_Params() {}
+func (*AppEngineModule_ManagedVm) isAppEngineModule_Params() {}
func (m *AppEngineModule) GetRuntime() isAppEngineModule_Runtime {
if m != nil {
@@ -649,6 +772,12 @@ func (m *AppEngineModule) GetRuntime() isAppEngineModule_Runtime {
}
return nil
}
+func (m *AppEngineModule) GetParams() isAppEngineModule_Params {
+ if m != nil {
+ return m.Params
+ }
+ return nil
+}
func (m *AppEngineModule) GetModuleName() string {
if m != nil {
@@ -671,9 +800,16 @@ func (m *AppEngineModule) GetStaticModule() *AppEngineModule_StaticModule {
return nil
}
+func (m *AppEngineModule) GetClassic() *AppEngineModule_ClassicParams {
+ if x, ok := m.GetParams().(*AppEngineModule_Classic); ok {
+ return x.Classic
+ }
+ return nil
+}
+
func (m *AppEngineModule) GetManagedVm() *AppEngineModule_ManagedVmParams {
- if m != nil {
- return m.ManagedVm
+ if x, ok := m.GetParams().(*AppEngineModule_ManagedVm); ok {
+ return x.ManagedVm
}
return nil
}
@@ -718,6 +854,8 @@ func (*AppEngineModule) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffe
return _AppEngineModule_OneofMarshaler, _AppEngineModule_OneofUnmarshaler, _AppEngineModule_OneofSizer, []interface{}{
(*AppEngineModule_GoModule_)(nil),
(*AppEngineModule_StaticModule_)(nil),
+ (*AppEngineModule_Classic)(nil),
+ (*AppEngineModule_ManagedVm)(nil),
}
}
@@ -739,6 +877,22 @@ func _AppEngineModule_OneofMarshaler(msg proto.Message, b *proto.Buffer) error {
default:
return fmt.Errorf("AppEngineModule.Runtime has unexpected type %T", x)
}
+ // params
+ switch x := m.Params.(type) {
+ case *AppEngineModule_Classic:
+ b.EncodeVarint(10<<3 | proto.WireBytes)
+ if err := b.EncodeMessage(x.Classic); err != nil {
+ return err
+ }
+ case *AppEngineModule_ManagedVm:
+ b.EncodeVarint(11<<3 | proto.WireBytes)
+ if err := b.EncodeMessage(x.ManagedVm); err != nil {
+ return err
+ }
+ case nil:
+ default:
+ return fmt.Errorf("AppEngineModule.Params has unexpected type %T", x)
+ }
return nil
}
@@ -761,6 +915,22 @@ func _AppEngineModule_OneofUnmarshaler(msg proto.Message, tag, wire int, b *prot
err := b.DecodeMessage(msg)
m.Runtime = &AppEngineModule_StaticModule_{msg}
return true, err
+ case 10: // params.classic
+ if wire != proto.WireBytes {
+ return true, proto.ErrInternalBadWireType
+ }
+ msg := new(AppEngineModule_ClassicParams)
+ err := b.DecodeMessage(msg)
+ m.Params = &AppEngineModule_Classic{msg}
+ return true, err
+ case 11: // params.managed_vm
+ if wire != proto.WireBytes {
+ return true, proto.ErrInternalBadWireType
+ }
+ msg := new(AppEngineModule_ManagedVmParams)
+ err := b.DecodeMessage(msg)
+ m.Params = &AppEngineModule_ManagedVm{msg}
+ return true, err
default:
return false, nil
}
@@ -784,6 +954,22 @@ func _AppEngineModule_OneofSizer(msg proto.Message) (n int) {
default:
panic(fmt.Sprintf("proto: unexpected type %T in oneof", x))
}
+ // params
+ switch x := m.Params.(type) {
+ case *AppEngineModule_Classic:
+ s := proto.Size(x.Classic)
+ n += proto.SizeVarint(10<<3 | proto.WireBytes)
+ n += proto.SizeVarint(uint64(s))
+ n += s
+ case *AppEngineModule_ManagedVm:
+ s := proto.Size(x.ManagedVm)
+ n += proto.SizeVarint(11<<3 | proto.WireBytes)
+ n += proto.SizeVarint(uint64(s))
+ n += s
+ case nil:
+ default:
+ panic(fmt.Sprintf("proto: unexpected type %T in oneof", x))
+ }
return n
}
@@ -799,7 +985,7 @@ type AppEngineModule_GoModule struct {
func (m *AppEngineModule_GoModule) Reset() { *m = AppEngineModule_GoModule{} }
func (m *AppEngineModule_GoModule) String() string { return proto.CompactTextString(m) }
func (*AppEngineModule_GoModule) ProtoMessage() {}
-func (*AppEngineModule_GoModule) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{2, 0} }
+func (*AppEngineModule_GoModule) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3, 0} }
func (m *AppEngineModule_GoModule) GetEntryPackage() string {
if m != nil {
@@ -816,7 +1002,290 @@ type AppEngineModule_StaticModule struct {
func (m *AppEngineModule_StaticModule) Reset() { *m = AppEngineModule_StaticModule{} }
func (m *AppEngineModule_StaticModule) String() string { return proto.CompactTextString(m) }
func (*AppEngineModule_StaticModule) ProtoMessage() {}
-func (*AppEngineModule_StaticModule) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{2, 1} }
+func (*AppEngineModule_StaticModule) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3, 1} }
+
+// * Parameters for a classic AppEngine instance.
+type AppEngineModule_ClassicParams struct {
+ InstanceClass AppEngineModule_ClassicParams_InstanceClass `protobuf:"varint,1,opt,name=instance_class,json=instanceClass,enum=deploy.AppEngineModule_ClassicParams_InstanceClass" json:"instance_class,omitempty"`
+ // * Instance scaling type.
+ //
+ // Types that are valid to be assigned to Scaling:
+ // *AppEngineModule_ClassicParams_AutomaticScaling_
+ // *AppEngineModule_ClassicParams_BasicScaling_
+ // *AppEngineModule_ClassicParams_ManualScaling_
+ Scaling isAppEngineModule_ClassicParams_Scaling `protobuf_oneof:"scaling"`
+}
+
+func (m *AppEngineModule_ClassicParams) Reset() { *m = AppEngineModule_ClassicParams{} }
+func (m *AppEngineModule_ClassicParams) String() string { return proto.CompactTextString(m) }
+func (*AppEngineModule_ClassicParams) ProtoMessage() {}
+func (*AppEngineModule_ClassicParams) Descriptor() ([]byte, []int) {
+ return fileDescriptor1, []int{3, 2}
+}
+
+type isAppEngineModule_ClassicParams_Scaling interface {
+ isAppEngineModule_ClassicParams_Scaling()
+}
+
+type AppEngineModule_ClassicParams_AutomaticScaling_ struct {
+ AutomaticScaling *AppEngineModule_ClassicParams_AutomaticScaling `protobuf:"bytes,10,opt,name=automatic_scaling,json=automaticScaling,oneof"`
+}
+type AppEngineModule_ClassicParams_BasicScaling_ struct {
+ BasicScaling *AppEngineModule_ClassicParams_BasicScaling `protobuf:"bytes,11,opt,name=basic_scaling,json=basicScaling,oneof"`
+}
+type AppEngineModule_ClassicParams_ManualScaling_ struct {
+ ManualScaling *AppEngineModule_ClassicParams_ManualScaling `protobuf:"bytes,12,opt,name=manual_scaling,json=manualScaling,oneof"`
+}
+
+func (*AppEngineModule_ClassicParams_AutomaticScaling_) isAppEngineModule_ClassicParams_Scaling() {}
+func (*AppEngineModule_ClassicParams_BasicScaling_) isAppEngineModule_ClassicParams_Scaling() {}
+func (*AppEngineModule_ClassicParams_ManualScaling_) isAppEngineModule_ClassicParams_Scaling() {}
+
+func (m *AppEngineModule_ClassicParams) GetScaling() isAppEngineModule_ClassicParams_Scaling {
+ if m != nil {
+ return m.Scaling
+ }
+ return nil
+}
+
+func (m *AppEngineModule_ClassicParams) GetInstanceClass() AppEngineModule_ClassicParams_InstanceClass {
+ if m != nil {
+ return m.InstanceClass
+ }
+ return AppEngineModule_ClassicParams_IC_DEFAULT
+}
+
+func (m *AppEngineModule_ClassicParams) GetAutomaticScaling() *AppEngineModule_ClassicParams_AutomaticScaling {
+ if x, ok := m.GetScaling().(*AppEngineModule_ClassicParams_AutomaticScaling_); ok {
+ return x.AutomaticScaling
+ }
+ return nil
+}
+
+func (m *AppEngineModule_ClassicParams) GetBasicScaling() *AppEngineModule_ClassicParams_BasicScaling {
+ if x, ok := m.GetScaling().(*AppEngineModule_ClassicParams_BasicScaling_); ok {
+ return x.BasicScaling
+ }
+ return nil
+}
+
+func (m *AppEngineModule_ClassicParams) GetManualScaling() *AppEngineModule_ClassicParams_ManualScaling {
+ if x, ok := m.GetScaling().(*AppEngineModule_ClassicParams_ManualScaling_); ok {
+ return x.ManualScaling
+ }
+ return nil
+}
+
+// XXX_OneofFuncs is for the internal use of the proto package.
+func (*AppEngineModule_ClassicParams) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) {
+ return _AppEngineModule_ClassicParams_OneofMarshaler, _AppEngineModule_ClassicParams_OneofUnmarshaler, _AppEngineModule_ClassicParams_OneofSizer, []interface{}{
+ (*AppEngineModule_ClassicParams_AutomaticScaling_)(nil),
+ (*AppEngineModule_ClassicParams_BasicScaling_)(nil),
+ (*AppEngineModule_ClassicParams_ManualScaling_)(nil),
+ }
+}
+
+func _AppEngineModule_ClassicParams_OneofMarshaler(msg proto.Message, b *proto.Buffer) error {
+ m := msg.(*AppEngineModule_ClassicParams)
+ // scaling
+ switch x := m.Scaling.(type) {
+ case *AppEngineModule_ClassicParams_AutomaticScaling_:
+ b.EncodeVarint(10<<3 | proto.WireBytes)
+ if err := b.EncodeMessage(x.AutomaticScaling); err != nil {
+ return err
+ }
+ case *AppEngineModule_ClassicParams_BasicScaling_:
+ b.EncodeVarint(11<<3 | proto.WireBytes)
+ if err := b.EncodeMessage(x.BasicScaling); err != nil {
+ return err
+ }
+ case *AppEngineModule_ClassicParams_ManualScaling_:
+ b.EncodeVarint(12<<3 | proto.WireBytes)
+ if err := b.EncodeMessage(x.ManualScaling); err != nil {
+ return err
+ }
+ case nil:
+ default:
+ return fmt.Errorf("AppEngineModule_ClassicParams.Scaling has unexpected type %T", x)
+ }
+ return nil
+}
+
+func _AppEngineModule_ClassicParams_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) {
+ m := msg.(*AppEngineModule_ClassicParams)
+ switch tag {
+ case 10: // scaling.automatic_scaling
+ if wire != proto.WireBytes {
+ return true, proto.ErrInternalBadWireType
+ }
+ msg := new(AppEngineModule_ClassicParams_AutomaticScaling)
+ err := b.DecodeMessage(msg)
+ m.Scaling = &AppEngineModule_ClassicParams_AutomaticScaling_{msg}
+ return true, err
+ case 11: // scaling.basic_scaling
+ if wire != proto.WireBytes {
+ return true, proto.ErrInternalBadWireType
+ }
+ msg := new(AppEngineModule_ClassicParams_BasicScaling)
+ err := b.DecodeMessage(msg)
+ m.Scaling = &AppEngineModule_ClassicParams_BasicScaling_{msg}
+ return true, err
+ case 12: // scaling.manual_scaling
+ if wire != proto.WireBytes {
+ return true, proto.ErrInternalBadWireType
+ }
+ msg := new(AppEngineModule_ClassicParams_ManualScaling)
+ err := b.DecodeMessage(msg)
+ m.Scaling = &AppEngineModule_ClassicParams_ManualScaling_{msg}
+ return true, err
+ default:
+ return false, nil
+ }
+}
+
+func _AppEngineModule_ClassicParams_OneofSizer(msg proto.Message) (n int) {
+ m := msg.(*AppEngineModule_ClassicParams)
+ // scaling
+ switch x := m.Scaling.(type) {
+ case *AppEngineModule_ClassicParams_AutomaticScaling_:
+ s := proto.Size(x.AutomaticScaling)
+ n += proto.SizeVarint(10<<3 | proto.WireBytes)
+ n += proto.SizeVarint(uint64(s))
+ n += s
+ case *AppEngineModule_ClassicParams_BasicScaling_:
+ s := proto.Size(x.BasicScaling)
+ n += proto.SizeVarint(11<<3 | proto.WireBytes)
+ n += proto.SizeVarint(uint64(s))
+ n += s
+ case *AppEngineModule_ClassicParams_ManualScaling_:
+ s := proto.Size(x.ManualScaling)
+ n += proto.SizeVarint(12<<3 | proto.WireBytes)
+ n += proto.SizeVarint(uint64(s))
+ n += s
+ case nil:
+ default:
+ panic(fmt.Sprintf("proto: unexpected type %T in oneof", x))
+ }
+ return n
+}
+
+// * Describes automatic scaling parameters.
+type AppEngineModule_ClassicParams_AutomaticScaling struct {
+ // * Minimum number of idle instances.
+ MinIdleInstances uint32 `protobuf:"varint,1,opt,name=min_idle_instances,json=minIdleInstances" json:"min_idle_instances,omitempty"`
+ // * Maximum number of idle instances. 0 is automatic (default).
+ MaxIdleInstances uint32 `protobuf:"varint,2,opt,name=max_idle_instances,json=maxIdleInstances" json:"max_idle_instances,omitempty"`
+ // * Minimum pending latency.
+ MinPendingLatency *Duration `protobuf:"bytes,3,opt,name=min_pending_latency,json=minPendingLatency" json:"min_pending_latency,omitempty"`
+ // * Maximum pending latency. 0 is automatic (default).
+ MaxPendingLatency *Duration `protobuf:"bytes,4,opt,name=max_pending_latency,json=maxPendingLatency" json:"max_pending_latency,omitempty"`
+ // * Number of concurrent requests before respawning a new instance.
+ MaxConcurrentRequests uint32 `protobuf:"varint,5,opt,name=max_concurrent_requests,json=maxConcurrentRequests" json:"max_concurrent_requests,omitempty"`
+}
+
+func (m *AppEngineModule_ClassicParams_AutomaticScaling) Reset() {
+ *m = AppEngineModule_ClassicParams_AutomaticScaling{}
+}
+func (m *AppEngineModule_ClassicParams_AutomaticScaling) String() string {
+ return proto.CompactTextString(m)
+}
+func (*AppEngineModule_ClassicParams_AutomaticScaling) ProtoMessage() {}
+func (*AppEngineModule_ClassicParams_AutomaticScaling) Descriptor() ([]byte, []int) {
+ return fileDescriptor1, []int{3, 2, 0}
+}
+
+func (m *AppEngineModule_ClassicParams_AutomaticScaling) GetMinIdleInstances() uint32 {
+ if m != nil {
+ return m.MinIdleInstances
+ }
+ return 0
+}
+
+func (m *AppEngineModule_ClassicParams_AutomaticScaling) GetMaxIdleInstances() uint32 {
+ if m != nil {
+ return m.MaxIdleInstances
+ }
+ return 0
+}
+
+func (m *AppEngineModule_ClassicParams_AutomaticScaling) GetMinPendingLatency() *Duration {
+ if m != nil {
+ return m.MinPendingLatency
+ }
+ return nil
+}
+
+func (m *AppEngineModule_ClassicParams_AutomaticScaling) GetMaxPendingLatency() *Duration {
+ if m != nil {
+ return m.MaxPendingLatency
+ }
+ return nil
+}
+
+func (m *AppEngineModule_ClassicParams_AutomaticScaling) GetMaxConcurrentRequests() uint32 {
+ if m != nil {
+ return m.MaxConcurrentRequests
+ }
+ return 0
+}
+
+// * Describes basic scaling parameters.
+type AppEngineModule_ClassicParams_BasicScaling struct {
+ // Time after last request when instance will be shut down.
+ IdleTimeout *Duration `protobuf:"bytes,1,opt,name=idle_timeout,json=idleTimeout" json:"idle_timeout,omitempty"`
+ // *
+ // The maximum number of instances to creaet for this version (required).
+ MaxInstances uint32 `protobuf:"varint,2,opt,name=max_instances,json=maxInstances" json:"max_instances,omitempty"`
+}
+
+func (m *AppEngineModule_ClassicParams_BasicScaling) Reset() {
+ *m = AppEngineModule_ClassicParams_BasicScaling{}
+}
+func (m *AppEngineModule_ClassicParams_BasicScaling) String() string {
+ return proto.CompactTextString(m)
+}
+func (*AppEngineModule_ClassicParams_BasicScaling) ProtoMessage() {}
+func (*AppEngineModule_ClassicParams_BasicScaling) Descriptor() ([]byte, []int) {
+ return fileDescriptor1, []int{3, 2, 1}
+}
+
+func (m *AppEngineModule_ClassicParams_BasicScaling) GetIdleTimeout() *Duration {
+ if m != nil {
+ return m.IdleTimeout
+ }
+ return nil
+}
+
+func (m *AppEngineModule_ClassicParams_BasicScaling) GetMaxInstances() uint32 {
+ if m != nil {
+ return m.MaxInstances
+ }
+ return 0
+}
+
+// * Describes manual scaling parameters.
+type AppEngineModule_ClassicParams_ManualScaling struct {
+ // * The number of instances to assign.
+ Instances uint32 `protobuf:"varint,1,opt,name=instances" json:"instances,omitempty"`
+}
+
+func (m *AppEngineModule_ClassicParams_ManualScaling) Reset() {
+ *m = AppEngineModule_ClassicParams_ManualScaling{}
+}
+func (m *AppEngineModule_ClassicParams_ManualScaling) String() string {
+ return proto.CompactTextString(m)
+}
+func (*AppEngineModule_ClassicParams_ManualScaling) ProtoMessage() {}
+func (*AppEngineModule_ClassicParams_ManualScaling) Descriptor() ([]byte, []int) {
+ return fileDescriptor1, []int{3, 2, 2}
+}
+
+func (m *AppEngineModule_ClassicParams_ManualScaling) GetInstances() uint32 {
+ if m != nil {
+ return m.Instances
+ }
+ return 0
+}
// * Parameters for Managed VM
type AppEngineModule_ManagedVmParams struct {
@@ -828,7 +1297,7 @@ func (m *AppEngineModule_ManagedVmParams) Reset() { *m = AppEngineModule
func (m *AppEngineModule_ManagedVmParams) String() string { return proto.CompactTextString(m) }
func (*AppEngineModule_ManagedVmParams) ProtoMessage() {}
func (*AppEngineModule_ManagedVmParams) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{2, 2}
+ return fileDescriptor1, []int{3, 3}
}
func (m *AppEngineModule_ManagedVmParams) GetScopes() []string {
@@ -855,7 +1324,7 @@ type AppEngineModule_Handler struct {
func (m *AppEngineModule_Handler) Reset() { *m = AppEngineModule_Handler{} }
func (m *AppEngineModule_Handler) String() string { return proto.CompactTextString(m) }
func (*AppEngineModule_Handler) ProtoMessage() {}
-func (*AppEngineModule_Handler) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{2, 3} }
+func (*AppEngineModule_Handler) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3, 4} }
type isAppEngineModule_Handler_Content interface {
isAppEngineModule_Handler_Content()
@@ -1062,7 +1531,7 @@ func (m *AppEngineModule_Handler_StaticFiles) Reset() { *m = AppEngineMo
func (m *AppEngineModule_Handler_StaticFiles) String() string { return proto.CompactTextString(m) }
func (*AppEngineModule_Handler_StaticFiles) ProtoMessage() {}
func (*AppEngineModule_Handler_StaticFiles) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{2, 3, 0}
+ return fileDescriptor1, []int{3, 4, 0}
}
type isAppEngineModule_Handler_StaticFiles_BaseDir interface {
@@ -1193,7 +1662,7 @@ type AppEngineModule_HandlerSet struct {
func (m *AppEngineModule_HandlerSet) Reset() { *m = AppEngineModule_HandlerSet{} }
func (m *AppEngineModule_HandlerSet) String() string { return proto.CompactTextString(m) }
func (*AppEngineModule_HandlerSet) ProtoMessage() {}
-func (*AppEngineModule_HandlerSet) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{2, 4} }
+func (*AppEngineModule_HandlerSet) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3, 5} }
func (m *AppEngineModule_HandlerSet) GetHandler() []*AppEngineModule_Handler {
if m != nil {
@@ -1225,7 +1694,7 @@ type AppEngineResources struct {
func (m *AppEngineResources) Reset() { *m = AppEngineResources{} }
func (m *AppEngineResources) String() string { return proto.CompactTextString(m) }
func (*AppEngineResources) ProtoMessage() {}
-func (*AppEngineResources) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3} }
+func (*AppEngineResources) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{4} }
func (m *AppEngineResources) GetIndex() []*AppEngineResources_Index {
if m != nil {
@@ -1268,7 +1737,7 @@ type AppEngineResources_Index struct {
func (m *AppEngineResources_Index) Reset() { *m = AppEngineResources_Index{} }
func (m *AppEngineResources_Index) String() string { return proto.CompactTextString(m) }
func (*AppEngineResources_Index) ProtoMessage() {}
-func (*AppEngineResources_Index) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3, 0} }
+func (*AppEngineResources_Index) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{4, 0} }
func (m *AppEngineResources_Index) GetKind() string {
if m != nil {
@@ -1301,7 +1770,7 @@ func (m *AppEngineResources_Index_Property) Reset() { *m = AppEngineReso
func (m *AppEngineResources_Index_Property) String() string { return proto.CompactTextString(m) }
func (*AppEngineResources_Index_Property) ProtoMessage() {}
func (*AppEngineResources_Index_Property) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{3, 0, 0}
+ return fileDescriptor1, []int{4, 0, 0}
}
func (m *AppEngineResources_Index_Property) GetName() string {
@@ -1329,7 +1798,7 @@ type AppEngineResources_TaskQueue struct {
func (m *AppEngineResources_TaskQueue) Reset() { *m = AppEngineResources_TaskQueue{} }
func (m *AppEngineResources_TaskQueue) String() string { return proto.CompactTextString(m) }
func (*AppEngineResources_TaskQueue) ProtoMessage() {}
-func (*AppEngineResources_TaskQueue) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3, 1} }
+func (*AppEngineResources_TaskQueue) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{4, 1} }
type isAppEngineResources_TaskQueue_Type interface {
isAppEngineResources_TaskQueue_Type()
@@ -1428,13 +1897,14 @@ type AppEngineResources_TaskQueue_Push struct {
RetryMinBackoffSeconds int32 `protobuf:"varint,4,opt,name=retry_min_backoff_seconds,json=retryMinBackoffSeconds" json:"retry_min_backoff_seconds,omitempty"`
RetryMaxBackoffSeconds int32 `protobuf:"varint,5,opt,name=retry_max_backoff_seconds,json=retryMaxBackoffSeconds" json:"retry_max_backoff_seconds,omitempty"`
RetryMaxDoublings int32 `protobuf:"varint,6,opt,name=retry_max_doublings,json=retryMaxDoublings" json:"retry_max_doublings,omitempty"`
+ MaxConcurrentRequests int32 `protobuf:"varint,7,opt,name=max_concurrent_requests,json=maxConcurrentRequests" json:"max_concurrent_requests,omitempty"`
}
func (m *AppEngineResources_TaskQueue_Push) Reset() { *m = AppEngineResources_TaskQueue_Push{} }
func (m *AppEngineResources_TaskQueue_Push) String() string { return proto.CompactTextString(m) }
func (*AppEngineResources_TaskQueue_Push) ProtoMessage() {}
func (*AppEngineResources_TaskQueue_Push) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{3, 1, 0}
+ return fileDescriptor1, []int{4, 1, 0}
}
func (m *AppEngineResources_TaskQueue_Push) GetRate() string {
@@ -1479,6 +1949,13 @@ func (m *AppEngineResources_TaskQueue_Push) GetRetryMaxDoublings() int32 {
return 0
}
+func (m *AppEngineResources_TaskQueue_Push) GetMaxConcurrentRequests() int32 {
+ if m != nil {
+ return m.MaxConcurrentRequests
+ }
+ return 0
+}
+
// *
// Defines a cron entry.
//
@@ -1495,7 +1972,7 @@ type AppEngineResources_Cron struct {
func (m *AppEngineResources_Cron) Reset() { *m = AppEngineResources_Cron{} }
func (m *AppEngineResources_Cron) String() string { return proto.CompactTextString(m) }
func (*AppEngineResources_Cron) ProtoMessage() {}
-func (*AppEngineResources_Cron) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3, 2} }
+func (*AppEngineResources_Cron) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{4, 2} }
func (m *AppEngineResources_Cron) GetUrl() string {
if m != nil {
@@ -1529,7 +2006,7 @@ type ContainerEnginePod struct {
func (m *ContainerEnginePod) Reset() { *m = ContainerEnginePod{} }
func (m *ContainerEnginePod) String() string { return proto.CompactTextString(m) }
func (*ContainerEnginePod) ProtoMessage() {}
-func (*ContainerEnginePod) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{4} }
+func (*ContainerEnginePod) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{5} }
func (m *ContainerEnginePod) GetKubePod() *KubernetesPod {
if m != nil {
@@ -1585,7 +2062,7 @@ type KubernetesPod struct {
func (m *KubernetesPod) Reset() { *m = KubernetesPod{} }
func (m *KubernetesPod) String() string { return proto.CompactTextString(m) }
func (*KubernetesPod) ProtoMessage() {}
-func (*KubernetesPod) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{5} }
+func (*KubernetesPod) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{6} }
func (m *KubernetesPod) GetName() string {
if m != nil {
@@ -1689,7 +2166,7 @@ type KubernetesPod_Container struct {
func (m *KubernetesPod_Container) Reset() { *m = KubernetesPod_Container{} }
func (m *KubernetesPod_Container) String() string { return proto.CompactTextString(m) }
func (*KubernetesPod_Container) ProtoMessage() {}
-func (*KubernetesPod_Container) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{5, 0} }
+func (*KubernetesPod_Container) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{6, 0} }
type isKubernetesPod_Container_Dockerfile interface {
isKubernetesPod_Container_Dockerfile()
@@ -1902,7 +2379,7 @@ func (m *KubernetesPod_Container_ContainerPort) Reset() { *m = Kubernete
func (m *KubernetesPod_Container_ContainerPort) String() string { return proto.CompactTextString(m) }
func (*KubernetesPod_Container_ContainerPort) ProtoMessage() {}
func (*KubernetesPod_Container_ContainerPort) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0, 0}
+ return fileDescriptor1, []int{6, 0, 0}
}
func (m *KubernetesPod_Container_ContainerPort) GetName() string {
@@ -1937,7 +2414,7 @@ func (m *KubernetesPod_Container_Resources) Reset() { *m = KubernetesPod
func (m *KubernetesPod_Container_Resources) String() string { return proto.CompactTextString(m) }
func (*KubernetesPod_Container_Resources) ProtoMessage() {}
func (*KubernetesPod_Container_Resources) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0, 2}
+ return fileDescriptor1, []int{6, 0, 2}
}
func (m *KubernetesPod_Container_Resources) GetCpu() float32 {
@@ -1968,7 +2445,7 @@ func (m *KubernetesPod_Container_Resources_Memory) Reset() {
func (m *KubernetesPod_Container_Resources_Memory) String() string { return proto.CompactTextString(m) }
func (*KubernetesPod_Container_Resources_Memory) ProtoMessage() {}
func (*KubernetesPod_Container_Resources_Memory) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0, 2, 0}
+ return fileDescriptor1, []int{6, 0, 2, 0}
}
func (m *KubernetesPod_Container_Resources_Memory) GetUnit() KubernetesPod_Container_Resources_Unit {
@@ -2005,7 +2482,7 @@ func (m *KubernetesPod_Container_HttpGet) Reset() { *m = KubernetesPod_C
func (m *KubernetesPod_Container_HttpGet) String() string { return proto.CompactTextString(m) }
func (*KubernetesPod_Container_HttpGet) ProtoMessage() {}
func (*KubernetesPod_Container_HttpGet) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0, 3}
+ return fileDescriptor1, []int{6, 0, 3}
}
func (m *KubernetesPod_Container_HttpGet) GetPath() string {
@@ -2060,7 +2537,7 @@ func (m *KubernetesPod_Container_HttpGet_Header) Reset() {
func (m *KubernetesPod_Container_HttpGet_Header) String() string { return proto.CompactTextString(m) }
func (*KubernetesPod_Container_HttpGet_Header) ProtoMessage() {}
func (*KubernetesPod_Container_HttpGet_Header) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0, 3, 0}
+ return fileDescriptor1, []int{6, 0, 3, 0}
}
func (m *KubernetesPod_Container_HttpGet_Header) GetName() string {
@@ -2099,7 +2576,7 @@ func (m *KubernetesPod_Container_Probe) Reset() { *m = KubernetesPod_Con
func (m *KubernetesPod_Container_Probe) String() string { return proto.CompactTextString(m) }
func (*KubernetesPod_Container_Probe) ProtoMessage() {}
func (*KubernetesPod_Container_Probe) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0, 4}
+ return fileDescriptor1, []int{6, 0, 4}
}
func (m *KubernetesPod_Container_Probe) GetExec() []string {
@@ -2166,7 +2643,7 @@ func (m *KubernetesPod_Container_Handler) Reset() { *m = KubernetesPod_C
func (m *KubernetesPod_Container_Handler) String() string { return proto.CompactTextString(m) }
func (*KubernetesPod_Container_Handler) ProtoMessage() {}
func (*KubernetesPod_Container_Handler) Descriptor() ([]byte, []int) {
- return fileDescriptor1, []int{5, 0, 5}
+ return fileDescriptor1, []int{6, 0, 5}
}
func (m *KubernetesPod_Container_Handler) GetExecCommand() []string {
@@ -2188,9 +2665,14 @@ func init() {
proto.RegisterType((*Component_Build)(nil), "deploy.Component.Build")
proto.RegisterType((*Component_Build_PythonScript)(nil), "deploy.Component.Build.PythonScript")
proto.RegisterType((*BuildPath)(nil), "deploy.BuildPath")
+ proto.RegisterType((*Duration)(nil), "deploy.Duration")
proto.RegisterType((*AppEngineModule)(nil), "deploy.AppEngineModule")
proto.RegisterType((*AppEngineModule_GoModule)(nil), "deploy.AppEngineModule.GoModule")
proto.RegisterType((*AppEngineModule_StaticModule)(nil), "deploy.AppEngineModule.StaticModule")
+ proto.RegisterType((*AppEngineModule_ClassicParams)(nil), "deploy.AppEngineModule.ClassicParams")
+ proto.RegisterType((*AppEngineModule_ClassicParams_AutomaticScaling)(nil), "deploy.AppEngineModule.ClassicParams.AutomaticScaling")
+ proto.RegisterType((*AppEngineModule_ClassicParams_BasicScaling)(nil), "deploy.AppEngineModule.ClassicParams.BasicScaling")
+ proto.RegisterType((*AppEngineModule_ClassicParams_ManualScaling)(nil), "deploy.AppEngineModule.ClassicParams.ManualScaling")
proto.RegisterType((*AppEngineModule_ManagedVmParams)(nil), "deploy.AppEngineModule.ManagedVmParams")
proto.RegisterType((*AppEngineModule_Handler)(nil), "deploy.AppEngineModule.Handler")
proto.RegisterType((*AppEngineModule_Handler_StaticFiles)(nil), "deploy.AppEngineModule.Handler.StaticFiles")
@@ -2211,6 +2693,8 @@ func init() {
proto.RegisterType((*KubernetesPod_Container_HttpGet_Header)(nil), "deploy.KubernetesPod.Container.HttpGet.Header")
proto.RegisterType((*KubernetesPod_Container_Probe)(nil), "deploy.KubernetesPod.Container.Probe")
proto.RegisterType((*KubernetesPod_Container_Handler)(nil), "deploy.KubernetesPod.Container.Handler")
+ proto.RegisterEnum("deploy.Duration_Unit", Duration_Unit_name, Duration_Unit_value)
+ proto.RegisterEnum("deploy.AppEngineModule_ClassicParams_InstanceClass", AppEngineModule_ClassicParams_InstanceClass_name, AppEngineModule_ClassicParams_InstanceClass_value)
proto.RegisterEnum("deploy.AppEngineModule_Handler_LoginOption", AppEngineModule_Handler_LoginOption_name, AppEngineModule_Handler_LoginOption_value)
proto.RegisterEnum("deploy.AppEngineModule_Handler_SecureOption", AppEngineModule_Handler_SecureOption_name, AppEngineModule_Handler_SecureOption_value)
proto.RegisterEnum("deploy.AppEngineResources_Index_Direction", AppEngineResources_Index_Direction_name, AppEngineResources_Index_Direction_value)
@@ -2225,149 +2709,177 @@ func init() {
}
var fileDescriptor1 = []byte{
- // 2290 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xac, 0x58, 0xcd, 0x72, 0xe3, 0xc6,
- 0xf1, 0xe7, 0x37, 0x89, 0xe6, 0x87, 0xa8, 0xf1, 0x5a, 0x86, 0x51, 0xff, 0x7f, 0x2c, 0xd3, 0x71,
- 0xbc, 0x6b, 0xc7, 0x94, 0x23, 0x57, 0xb6, 0x76, 0x5d, 0xb5, 0x76, 0x91, 0x22, 0x57, 0x54, 0x56,
- 0x1f, 0xf4, 0x50, 0xbb, 0xf1, 0x5e, 0x82, 0x02, 0x81, 0x11, 0x89, 0x22, 0x80, 0x81, 0x81, 0x81,
- 0x22, 0xfa, 0x05, 0x72, 0xc8, 0x2d, 0x95, 0x5b, 0x8e, 0x79, 0x88, 0x1c, 0x92, 0xbc, 0x43, 0x72,
- 0xce, 0x29, 0xcf, 0x90, 0x73, 0xaa, 0x52, 0xf3, 0x01, 0x90, 0xda, 0x15, 0xc3, 0xdd, 0xaa, 0x5c,
- 0x54, 0xd3, 0x8d, 0xfe, 0xfd, 0x66, 0xd8, 0xdd, 0xd3, 0xdd, 0x23, 0x78, 0x32, 0x73, 0xd9, 0x3c,
- 0x99, 0x76, 0x6d, 0xea, 0x1f, 0x78, 0x89, 0xed, 0x8a, 0x3f, 0x9f, 0xcf, 0xe8, 0x81, 0x43, 0x42,
- 0x8f, 0x2e, 0x19, 0xa5, 0xde, 0x81, 0x15, 0xba, 0x4a, 0x3c, 0xb0, 0xa9, 0x1f, 0xd2, 0x80, 0x04,
- 0xac, 0x1b, 0x46, 0x94, 0x51, 0x54, 0x91, 0x7a, 0xe3, 0x47, 0x33, 0x4a, 0x67, 0x1e, 0x39, 0x10,
- 0xda, 0x69, 0x72, 0x75, 0xe0, 0x24, 0x91, 0xc5, 0x5c, 0x1a, 0x48, 0xbb, 0xce, 0x1f, 0x8b, 0xa0,
- 0x1d, 0xa5, 0x58, 0xf4, 0x39, 0x94, 0xa7, 0x89, 0xeb, 0x39, 0x7a, 0x7e, 0xbf, 0x78, 0xbf, 0x7e,
- 0xf8, 0x5e, 0x57, 0xb2, 0x74, 0x33, 0x8b, 0x6e, 0x9f, 0x7f, 0xc6, 0xd2, 0x0a, 0xfd, 0x3f, 0x80,
- 0x58, 0x98, 0xa1, 0xc5, 0xe6, 0x7a, 0x61, 0xbf, 0x78, 0x5f, 0xc3, 0x9a, 0xd0, 0x8c, 0x2d, 0x36,
- 0x47, 0x03, 0x68, 0x5b, 0x61, 0x48, 0x82, 0x99, 0x1b, 0x10, 0xd3, 0xa7, 0x4e, 0xe2, 0x11, 0x1d,
- 0xf6, 0xf3, 0xeb, 0xc4, 0xbd, 0x30, 0x1c, 0x8a, 0xef, 0x67, 0xe2, 0xf3, 0x28, 0x87, 0x77, 0x32,
- 0x88, 0x54, 0xa1, 0x9f, 0x43, 0x75, 0xb6, 0x20, 0x66, 0x48, 0x1d, 0xbd, 0x2e, 0xc0, 0xc6, 0xea,
- 0x54, 0x01, 0xb3, 0xdc, 0x80, 0x44, 0x92, 0x62, 0x4c, 0x9d, 0x51, 0x0e, 0x57, 0x66, 0x0b, 0xbe,
- 0x32, 0xfe, 0x9a, 0x87, 0xb2, 0x38, 0x2c, 0x7a, 0x0f, 0xaa, 0x8e, 0x1b, 0x99, 0x0b, 0xb2, 0xd4,
- 0xf3, 0xfb, 0xf9, 0xfb, 0x1a, 0xae, 0x38, 0x6e, 0xf4, 0x8c, 0x2c, 0xd1, 0x33, 0x68, 0x86, 0x4b,
- 0x36, 0xa7, 0x81, 0x19, 0xdb, 0x91, 0x1b, 0x32, 0xbd, 0x20, 0xf8, 0x7f, 0xbc, 0xe1, 0x57, 0x77,
- 0xc7, 0xc2, 0x78, 0x22, 0x6c, 0x47, 0x39, 0xdc, 0x08, 0xd7, 0x64, 0xa3, 0x07, 0x8d, 0xf5, 0xef,
- 0x08, 0x41, 0x49, 0x78, 0x45, 0x6e, 0x29, 0xd6, 0xdc, 0x5f, 0xe4, 0x86, 0x45, 0x96, 0x69, 0x45,
- 0xb3, 0x38, 0xf5, 0x97, 0xd0, 0xf4, 0xa2, 0x59, 0xdc, 0xaf, 0x83, 0x46, 0x43, 0x22, 0xc3, 0xc3,
- 0x85, 0x2c, 0xa6, 0x9d, 0x47, 0xa0, 0xf5, 0x33, 0xb7, 0x6e, 0xfc, 0x3d, 0xe9, 0x96, 0x85, 0xd5,
- 0x96, 0x9d, 0xbf, 0x01, 0xec, 0xbc, 0xe2, 0x64, 0xf4, 0x01, 0xd4, 0x65, 0x34, 0xcc, 0xc0, 0xf2,
- 0x89, 0x22, 0x01, 0xa9, 0x3a, 0xb7, 0x7c, 0x82, 0xbe, 0x01, 0x6d, 0x46, 0xd3, 0x88, 0x49, 0xa7,
- 0xec, 0x6f, 0x88, 0x58, 0xf7, 0x98, 0x66, 0xa1, 0xab, 0xcd, 0xd4, 0x9a, 0x7b, 0x36, 0x66, 0x16,
- 0x73, 0xed, 0x94, 0xa4, 0x78, 0xdb, 0xb3, 0xaf, 0x92, 0x4c, 0x84, 0x71, 0x46, 0xd4, 0x88, 0xd7,
- 0x64, 0xf4, 0x14, 0xc0, 0xb7, 0x02, 0x6b, 0x46, 0x1c, 0xf3, 0xda, 0x57, 0x09, 0xf4, 0xc9, 0x26,
- 0xa6, 0x33, 0x69, 0xf9, 0xc2, 0x1f, 0x5b, 0x91, 0xe5, 0xc7, 0x58, 0xf3, 0x53, 0x05, 0xfa, 0x1a,
- 0x6a, 0x73, 0x2b, 0x70, 0x3c, 0x12, 0xc5, 0xfa, 0x3d, 0xc1, 0xd2, 0xd9, 0xc4, 0x32, 0x92, 0x76,
- 0x13, 0xc2, 0x70, 0x86, 0x41, 0x1f, 0x42, 0x43, 0xad, 0x65, 0xbe, 0xbf, 0x2b, 0xe2, 0x57, 0x57,
- 0x3a, 0x11, 0x9a, 0x47, 0xa0, 0x45, 0x24, 0xa6, 0x49, 0x64, 0x93, 0x58, 0xdf, 0xbb, 0x9d, 0xad,
- 0xd9, 0x1e, 0x38, 0xb5, 0xc0, 0x2b, 0x63, 0xf4, 0x11, 0x34, 0x53, 0x41, 0xb2, 0xbf, 0x27, 0xd8,
- 0x1b, 0xa9, 0x52, 0xd0, 0xff, 0x04, 0x76, 0xdc, 0xc0, 0x21, 0x37, 0xe6, 0xd2, 0xf2, 0x3d, 0x69,
- 0xa6, 0x8b, 0xe0, 0x35, 0x85, 0xfa, 0xa5, 0xe5, 0x7b, 0xdc, 0xce, 0x38, 0x80, 0x5a, 0x1a, 0x16,
- 0x4e, 0x4c, 0x02, 0x16, 0x2d, 0xcd, 0xd0, 0xb2, 0x17, 0xd6, 0x2c, 0x0d, 0x77, 0x43, 0x28, 0xc7,
- 0x52, 0x67, 0xb4, 0xa0, 0xb1, 0x1e, 0x02, 0xe3, 0x01, 0xec, 0xbc, 0xe2, 0x48, 0xb4, 0x07, 0x95,
- 0xd8, 0xa6, 0x21, 0x89, 0x45, 0x6d, 0xd0, 0xb0, 0x92, 0x8c, 0x3f, 0x94, 0xa1, 0xaa, 0xdc, 0x85,
- 0xda, 0x50, 0x4c, 0x22, 0x4f, 0xed, 0xc0, 0x97, 0xa8, 0x07, 0x65, 0x8f, 0xce, 0xdc, 0x40, 0x64,
- 0x51, 0xeb, 0xf0, 0xb3, 0x2d, 0x0e, 0xef, 0x9e, 0x72, 0xe3, 0x8b, 0x90, 0xdf, 0x00, 0x2c, 0x91,
- 0x68, 0x00, 0x95, 0x98, 0xd8, 0x49, 0x24, 0x93, 0xa8, 0x75, 0xf8, 0xd3, 0x6d, 0x1c, 0x13, 0x61,
- 0xad, 0x48, 0x14, 0x16, 0xe9, 0xfc, 0xf8, 0xe2, 0x92, 0x97, 0xf8, 0xe9, 0x78, 0xa1, 0x90, 0x32,
- 0x1a, 0x83, 0x4a, 0x37, 0xf3, 0xca, 0xf5, 0x48, 0xac, 0x97, 0x45, 0xd8, 0xb6, 0x9e, 0x54, 0xfa,
- 0xeb, 0x29, 0x87, 0x8c, 0x72, 0xb8, 0x1e, 0xaf, 0x44, 0xf4, 0x01, 0x80, 0x62, 0x74, 0xdc, 0x48,
- 0xaf, 0xa8, 0xfd, 0x34, 0xa9, 0x1b, 0xb8, 0x11, 0x7a, 0x02, 0x6d, 0x65, 0x20, 0xcb, 0x27, 0x37,
- 0xab, 0x8a, 0x6d, 0x77, 0xd3, 0x6d, 0xb3, 0xeb, 0x3e, 0xca, 0xe1, 0x96, 0x34, 0x16, 0xaa, 0x81,
- 0x1b, 0x19, 0xbf, 0xcd, 0x43, 0x7d, 0x6d, 0x7b, 0x74, 0x6f, 0xbd, 0xd4, 0x8c, 0x72, 0xaa, 0xd8,
- 0x3c, 0x48, 0x6b, 0x79, 0x61, 0x33, 0xb3, 0xaa, 0xe3, 0x7b, 0x50, 0x49, 0x42, 0x8f, 0x5a, 0x8e,
- 0x70, 0xb1, 0x86, 0x95, 0xc4, 0x2b, 0x4d, 0x12, 0x79, 0xa6, 0x6f, 0x85, 0xd2, 0x6b, 0xb8, 0x92,
- 0x44, 0xde, 0x99, 0x15, 0xf6, 0x01, 0x6a, 0x53, 0x2b, 0x26, 0xfc, 0xe0, 0x9d, 0xa7, 0x50, 0x5f,
- 0x8b, 0x1a, 0x42, 0xd0, 0x3a, 0xbd, 0x38, 0x3e, 0x39, 0x37, 0x2f, 0xc6, 0x97, 0x27, 0x17, 0xe7,
- 0xbd, 0xd3, 0x76, 0x6e, 0xa5, 0xc3, 0xc3, 0x6f, 0x9f, 0x9f, 0xe0, 0xe1, 0xa0, 0x9d, 0x47, 0x3b,
- 0x50, 0x97, 0xba, 0xde, 0xe0, 0xec, 0xe4, 0xbc, 0x5d, 0xe8, 0x8c, 0xa0, 0xb1, 0x1e, 0x39, 0xb4,
- 0x0b, 0xcd, 0xc9, 0xf0, 0xe8, 0x39, 0x1e, 0x9a, 0xbd, 0xd3, 0x5f, 0xf6, 0x5e, 0x4e, 0xda, 0x39,
- 0xf4, 0x0e, 0xec, 0x28, 0x55, 0x46, 0x9e, 0x47, 0x6d, 0x68, 0x28, 0xe5, 0xf9, 0xf0, 0xc5, 0x10,
- 0xb7, 0x0b, 0x7d, 0x0d, 0xaa, 0x36, 0x0d, 0x18, 0x09, 0x98, 0x71, 0x0c, 0xb0, 0xba, 0xcb, 0xe8,
- 0x31, 0x54, 0xd5, 0x6d, 0x55, 0x0d, 0xee, 0x83, 0x2d, 0x51, 0xc6, 0xa9, 0x3d, 0xe7, 0x8c, 0x92,
- 0x80, 0xb9, 0x3e, 0xe9, 0xfc, 0xbd, 0x0a, 0xe8, 0xf5, 0xcb, 0x8c, 0x1e, 0x42, 0x59, 0xdc, 0x42,
- 0x45, 0xbd, 0xbf, 0xf9, 0xde, 0x77, 0x4f, 0xb8, 0x1d, 0x96, 0xe6, 0xc8, 0x80, 0x9a, 0xe3, 0xc6,
- 0xa1, 0xc5, 0xec, 0xb4, 0x85, 0x66, 0x32, 0x3a, 0x02, 0x60, 0x56, 0xbc, 0x30, 0xbf, 0x4f, 0x48,
- 0xc2, 0xf3, 0xbf, 0x78, 0x67, 0x11, 0x5d, 0x11, 0x5f, 0x5a, 0xf1, 0xe2, 0x5b, 0x6e, 0x8b, 0x35,
- 0x96, 0x2e, 0xd1, 0x97, 0x50, 0xb2, 0x23, 0x1a, 0xe8, 0xa5, 0x0d, 0x3f, 0x79, 0x05, 0x3f, 0x8a,
- 0x68, 0x80, 0x85, 0xb1, 0xf1, 0xfb, 0x02, 0x94, 0xc5, 0x31, 0x79, 0x57, 0x59, 0xb8, 0x81, 0x93,
- 0x36, 0x32, 0xbe, 0x46, 0x43, 0xa8, 0x85, 0x11, 0xef, 0x55, 0x6c, 0x29, 0xce, 0x5c, 0x3f, 0x7c,
- 0xb0, 0xed, 0xe7, 0x76, 0xc7, 0x0a, 0x80, 0x33, 0x28, 0xff, 0xe9, 0x56, 0x60, 0x93, 0x98, 0xd1,
- 0x48, 0x24, 0x58, 0x0d, 0x67, 0xb2, 0x31, 0x87, 0x5a, 0x8a, 0xe0, 0x47, 0x58, 0xeb, 0x54, 0x62,
- 0x8d, 0x46, 0xa0, 0x39, 0x6e, 0x44, 0x6c, 0x9e, 0x2b, 0xaa, 0xba, 0x7c, 0xba, 0xf5, 0x0c, 0x83,
- 0x14, 0x81, 0x57, 0xe0, 0xce, 0xa7, 0xa0, 0x65, 0x7a, 0xd4, 0x04, 0xad, 0x37, 0x39, 0x1a, 0x9e,
- 0x0f, 0x4e, 0xce, 0x8f, 0xdb, 0x39, 0xd4, 0x02, 0x18, 0x0c, 0x33, 0x39, 0x6f, 0xfc, 0xbb, 0x00,
- 0x5a, 0xe6, 0xe4, 0x3b, 0xcf, 0xf5, 0x0d, 0x94, 0xc2, 0x24, 0x9e, 0xab, 0x5b, 0xf7, 0xe0, 0x4d,
- 0x82, 0xd5, 0x1d, 0x27, 0xf1, 0x5c, 0xdc, 0xdb, 0x24, 0x9e, 0x1b, 0xbf, 0x2b, 0x40, 0x89, 0x2b,
- 0x38, 0x7b, 0x64, 0xb1, 0x8c, 0x9d, 0xaf, 0x79, 0xeb, 0x9e, 0x26, 0xf6, 0x82, 0x30, 0x33, 0x76,
- 0x7f, 0x90, 0xbd, 0xb9, 0x8c, 0x41, 0xaa, 0x26, 0xee, 0x0f, 0x04, 0x1d, 0xc0, 0xbd, 0x88, 0xf0,
- 0x72, 0x2f, 0xf2, 0xc6, 0x9a, 0x11, 0xd3, 0x73, 0x7d, 0x97, 0xa9, 0x8b, 0xbd, 0x2b, 0xbe, 0xf1,
- 0x8d, 0x7b, 0x33, 0x72, 0xca, 0x3f, 0xa0, 0xc7, 0xf0, 0xbe, 0x04, 0xf8, 0x6e, 0x60, 0x4e, 0x2d,
- 0x7b, 0x41, 0xaf, 0xae, 0xcc, 0x98, 0xd8, 0x34, 0x70, 0x62, 0x11, 0x94, 0x32, 0xde, 0x13, 0x06,
- 0x67, 0x6e, 0xd0, 0x97, 0x9f, 0x27, 0xf2, 0xeb, 0x1a, 0xd4, 0xba, 0x79, 0x0d, 0x5a, 0x5e, 0x87,
- 0x5a, 0x37, 0xaf, 0x40, 0xbb, 0xf0, 0xce, 0x0a, 0xea, 0xd0, 0x64, 0xea, 0xb9, 0xc1, 0x2c, 0x16,
- 0xb5, 0xb2, 0xac, 0x4e, 0x79, 0x66, 0xdd, 0x0c, 0xd2, 0x0f, 0xfd, 0x0a, 0x94, 0xd8, 0x32, 0x24,
- 0xc6, 0x0b, 0x28, 0xf1, 0x24, 0xbd, 0xa3, 0xd3, 0xec, 0x43, 0xdd, 0x21, 0xb2, 0xa4, 0xa7, 0x19,
- 0xa1, 0xe1, 0x75, 0x15, 0xcf, 0xb6, 0xd8, 0x9e, 0x93, 0x6c, 0x1e, 0xd1, 0x70, 0x26, 0x77, 0x7e,
- 0x05, 0xe8, 0xf5, 0x69, 0x12, 0x7d, 0x01, 0xb5, 0x45, 0x32, 0x95, 0xb3, 0x67, 0x5e, 0xc4, 0xf3,
- 0xdd, 0x34, 0x9e, 0xcf, 0x92, 0x29, 0x89, 0x02, 0xc2, 0x48, 0x3c, 0xa6, 0x0e, 0xae, 0x72, 0x33,
- 0x8e, 0x58, 0x75, 0xc9, 0xc2, 0x7a, 0x97, 0xec, 0xfc, 0xf9, 0x5d, 0x68, 0xde, 0x82, 0xdc, 0x99,
- 0x3b, 0xbf, 0x80, 0x56, 0x44, 0x62, 0x66, 0x45, 0xcc, 0x0c, 0xa9, 0xe7, 0xda, 0x4b, 0x95, 0xd8,
- 0x1f, 0xdd, 0xb9, 0x6b, 0x17, 0x4b, 0xdb, 0xb1, 0x30, 0xc5, 0xcd, 0x68, 0x5d, 0x44, 0x13, 0xd0,
- 0x19, 0x89, 0x7c, 0x37, 0x10, 0xe3, 0xa4, 0x39, 0x8b, 0x2c, 0x3e, 0x59, 0x90, 0xc8, 0xa5, 0x8e,
- 0x9a, 0xc6, 0xde, 0xef, 0xca, 0xb7, 0x41, 0x37, 0x7d, 0x1b, 0x74, 0x07, 0xea, 0x6d, 0x80, 0xf7,
- 0xd6, 0xa0, 0xc7, 0x1c, 0x39, 0x16, 0x40, 0xd4, 0x87, 0x1d, 0xcb, 0x66, 0xee, 0x35, 0x31, 0x1d,
- 0x62, 0x39, 0x9e, 0x1b, 0x10, 0x91, 0x22, 0xff, 0x95, 0xab, 0x25, 0x11, 0x03, 0x05, 0x40, 0x4f,
- 0xf8, 0x60, 0xab, 0x5c, 0xad, 0xc3, 0xed, 0x9a, 0x74, 0xfb, 0xf7, 0x65, 0x11, 0xc1, 0x2b, 0x04,
- 0x7a, 0x0c, 0x15, 0xcf, 0x9a, 0x12, 0x2f, 0xd6, 0xeb, 0x02, 0xfb, 0xe1, 0xdd, 0xd8, 0x53, 0x61,
- 0x33, 0xe4, 0x43, 0x0e, 0x56, 0x00, 0xf4, 0x10, 0x34, 0x9e, 0xe4, 0x11, 0xb1, 0x9c, 0xa5, 0xde,
- 0xd8, 0x76, 0xee, 0x9a, 0xef, 0x06, 0x98, 0x9b, 0x1a, 0xff, 0x6a, 0xf3, 0x37, 0x52, 0x7a, 0x80,
- 0xbb, 0x02, 0x77, 0x6f, 0x7d, 0xf2, 0x7e, 0xbd, 0x03, 0x17, 0xb7, 0x76, 0xe0, 0x47, 0x32, 0xbf,
- 0x85, 0x37, 0x5b, 0xab, 0x12, 0xbf, 0xc1, 0x1f, 0xdd, 0xcb, 0x65, 0x48, 0xb0, 0x40, 0x20, 0x9d,
- 0x37, 0x3b, 0xdf, 0xb7, 0x02, 0x47, 0x38, 0x53, 0xc3, 0xa9, 0xc8, 0x0f, 0x2a, 0xde, 0x19, 0x75,
- 0xa1, 0x16, 0x6b, 0x5e, 0x3f, 0x7e, 0x4d, 0xa3, 0x85, 0x1b, 0xcc, 0xc4, 0xd0, 0xd1, 0x90, 0xa3,
- 0xbf, 0x52, 0xf1, 0xd1, 0xe4, 0x08, 0xca, 0x21, 0x8d, 0x18, 0xbf, 0x8a, 0xdc, 0xbb, 0x9f, 0x6f,
- 0x3b, 0x49, 0xb6, 0x1a, 0xd3, 0x88, 0x61, 0x89, 0x45, 0x5f, 0x41, 0x91, 0x04, 0xd7, 0x7a, 0x53,
- 0x50, 0xdc, 0xdf, 0x46, 0x31, 0x0c, 0xae, 0x65, 0x9c, 0x38, 0x08, 0xf5, 0xa0, 0x22, 0x2a, 0x56,
- 0xac, 0xb7, 0x6e, 0x57, 0xd0, 0x4d, 0xf0, 0xd5, 0x38, 0xad, 0x80, 0xe8, 0x98, 0x4f, 0xe1, 0xdf,
- 0x27, 0x24, 0x66, 0xc4, 0xd1, 0x77, 0xde, 0x96, 0x65, 0x85, 0x45, 0xa7, 0xd0, 0xf2, 0xdc, 0x6b,
- 0x12, 0x90, 0x38, 0x36, 0xc3, 0x88, 0x4e, 0x89, 0xde, 0x16, 0x6c, 0x1f, 0x6f, 0x63, 0x1b, 0x73,
- 0x63, 0xdc, 0x4c, 0xc1, 0x42, 0x44, 0xe7, 0xb0, 0xc3, 0x53, 0xcf, 0x5d, 0xa3, 0xdb, 0x7d, 0x1b,
- 0xba, 0x56, 0x86, 0x96, 0x7c, 0x4f, 0x01, 0x42, 0x1a, 0x33, 0x53, 0xdc, 0x7a, 0x1d, 0xdd, 0x7e,
- 0x17, 0x6d, 0xa2, 0x4a, 0x07, 0x1b, 0x8d, 0x43, 0x27, 0x1c, 0x89, 0xfa, 0xbc, 0x99, 0x13, 0x33,
- 0x66, 0x34, 0xd4, 0xdf, 0x79, 0x3b, 0x96, 0x6a, 0x18, 0x91, 0x09, 0xa3, 0xa1, 0xf1, 0x97, 0x3c,
- 0x34, 0x6f, 0xa5, 0xc2, 0x9d, 0xd7, 0xe4, 0x63, 0x68, 0x65, 0x17, 0xd9, 0xe4, 0xa9, 0xa2, 0x1a,
- 0x58, 0xd3, 0xbe, 0x05, 0xc5, 0x62, 0xba, 0x60, 0xd4, 0xa6, 0x9e, 0xba, 0x10, 0x0f, 0xdf, 0x2a,
- 0x0d, 0xb9, 0xbf, 0x04, 0x1a, 0x67, 0x3c, 0x9d, 0xff, 0x13, 0xe3, 0x84, 0x58, 0xa3, 0x2a, 0x14,
- 0x2f, 0x8f, 0xc6, 0xed, 0x1c, 0x5f, 0x3c, 0x1f, 0x8c, 0xdb, 0x79, 0xe3, 0x21, 0xd4, 0xd2, 0x2c,
- 0xe4, 0xad, 0x65, 0xf5, 0xb4, 0xe6, 0x4b, 0x74, 0x0f, 0xca, 0xd7, 0x96, 0x97, 0x10, 0xd5, 0x54,
- 0xa4, 0xf0, 0x55, 0xe1, 0x51, 0xde, 0xf8, 0x4d, 0x11, 0xb4, 0xd5, 0x04, 0xd8, 0x86, 0xa2, 0x1d,
- 0x26, 0x02, 0x59, 0xc0, 0x7c, 0x89, 0x46, 0x50, 0xf1, 0x89, 0x4f, 0xa3, 0xa5, 0x1a, 0x07, 0xbe,
- 0x78, 0xe3, 0x34, 0xec, 0x9e, 0x09, 0x1c, 0x56, 0x78, 0xc3, 0x81, 0x8a, 0xd4, 0xa0, 0x3e, 0x94,
- 0x92, 0xc0, 0x65, 0x62, 0x9b, 0xd6, 0x61, 0xf7, 0xcd, 0x19, 0x9f, 0x07, 0x2e, 0xc3, 0x02, 0xcb,
- 0xdb, 0x94, 0xe5, 0xd3, 0x24, 0x48, 0x03, 0xa0, 0xa4, 0xce, 0x9f, 0xf2, 0x50, 0xe2, 0x66, 0xa8,
- 0x06, 0xa5, 0xfe, 0xcb, 0xcb, 0x61, 0x3b, 0x87, 0x1a, 0x50, 0x7b, 0x76, 0x72, 0x7a, 0x21, 0xa4,
- 0x3c, 0x97, 0xce, 0x86, 0xc7, 0x3d, 0x21, 0x15, 0xb8, 0x74, 0x7c, 0xa2, 0xa4, 0x22, 0x97, 0x2e,
- 0x87, 0x58, 0x4a, 0x25, 0x2e, 0x8d, 0x87, 0x97, 0x52, 0x2a, 0xa3, 0x3a, 0x54, 0x87, 0xdf, 0x49,
- 0xa1, 0x22, 0x29, 0xfb, 0x27, 0x42, 0xaa, 0x4a, 0x4a, 0x25, 0xd5, 0x24, 0xa5, 0x92, 0x34, 0x49,
- 0xa9, 0x24, 0x90, 0x94, 0x4a, 0xaa, 0x73, 0x69, 0xf8, 0x9d, 0x92, 0x1a, 0xc6, 0x3f, 0xf2, 0x50,
- 0x1d, 0x31, 0x16, 0x1e, 0x93, 0xbb, 0xff, 0xf5, 0xc2, 0x75, 0xab, 0x84, 0x13, 0x6b, 0xae, 0x9b,
- 0xd3, 0x38, 0x9d, 0x8d, 0xc4, 0x5a, 0x36, 0xf0, 0x39, 0xf1, 0x49, 0xfa, 0xe2, 0x91, 0x12, 0x1a,
- 0x41, 0x75, 0x4e, 0x2c, 0x87, 0x44, 0x7c, 0xb2, 0xe1, 0x65, 0x6d, 0xab, 0xe3, 0xd5, 0x69, 0xba,
- 0x23, 0x01, 0xc3, 0x29, 0xdc, 0x38, 0x84, 0x8a, 0x54, 0x6d, 0xe8, 0x24, 0x77, 0xe4, 0x9a, 0xf1,
- 0xcf, 0x02, 0x94, 0xe5, 0xa5, 0x47, 0x50, 0x22, 0x37, 0xc4, 0x56, 0x8f, 0x70, 0xb1, 0xe6, 0x17,
- 0x78, 0xce, 0x58, 0x68, 0xce, 0x48, 0xfa, 0x2f, 0xac, 0x4f, 0xde, 0xf0, 0x70, 0xb8, 0x3a, 0x57,
- 0x3e, 0xfb, 0x1a, 0x9a, 0x6e, 0xe0, 0x32, 0xd7, 0xf2, 0x4c, 0x87, 0x78, 0xd6, 0x72, 0xfb, 0x8c,
- 0xd0, 0x50, 0xf6, 0x03, 0x6e, 0x8e, 0xbe, 0x84, 0x2a, 0x7f, 0x1c, 0xd1, 0x84, 0x6d, 0x9f, 0x08,
- 0x52, 0x4b, 0xf4, 0x33, 0xa8, 0xa8, 0x89, 0xa4, 0xbc, 0x0d, 0xa3, 0x0c, 0xd1, 0x67, 0xb0, 0x1b,
- 0x27, 0xb6, 0xcd, 0x4b, 0x28, 0x9b, 0x47, 0x24, 0x9e, 0x53, 0xcf, 0x51, 0x63, 0x63, 0x5b, 0x7d,
- 0xb8, 0x4c, 0xf5, 0xdc, 0xf8, 0xca, 0x72, 0xbd, 0x24, 0x22, 0x6b, 0xc6, 0x55, 0x69, 0xac, 0x3e,
- 0x64, 0xc6, 0x46, 0xb8, 0xfa, 0x3f, 0xc6, 0x87, 0xd0, 0xe0, 0x8e, 0x35, 0xd3, 0xc6, 0x2a, 0x9d,
- 0x5d, 0xe7, 0xba, 0x23, 0xd5, 0x5c, 0xff, 0x07, 0x3e, 0xef, 0xb4, 0xa0, 0xc4, 0x1b, 0x39, 0xaa,
- 0x40, 0xe1, 0xf8, 0xa2, 0x9d, 0xeb, 0x37, 0x00, 0x1c, 0x6a, 0x2f, 0x48, 0x74, 0xe5, 0x7a, 0xc4,
- 0x78, 0x0c, 0xf5, 0xb5, 0x21, 0xe6, 0x6d, 0xca, 0x52, 0xe7, 0x1c, 0x9a, 0xb7, 0x66, 0x43, 0xfe,
- 0x00, 0xc7, 0xc3, 0xc9, 0x65, 0x0f, 0x5f, 0xae, 0x1e, 0xd3, 0x7b, 0x80, 0x52, 0xdd, 0xc5, 0xb9,
- 0xf9, 0xb4, 0x77, 0x72, 0xfa, 0x1c, 0xf3, 0x2b, 0xbe, 0x0b, 0xcd, 0x54, 0xaf, 0x1e, 0xd4, 0xd3,
- 0x8a, 0x88, 0xc7, 0x97, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0x6b, 0x11, 0x34, 0xfd, 0x94, 0x16,
- 0x00, 0x00,
+ // 2746 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xac, 0x58, 0x4b, 0x8f, 0x1b, 0xc7,
+ 0xf1, 0xe7, 0x9b, 0x9c, 0xe2, 0x63, 0x67, 0x5b, 0xd2, 0x8a, 0x1e, 0xf8, 0xff, 0xf7, 0x9a, 0xb6,
+ 0x63, 0xc9, 0xb6, 0xb8, 0xf6, 0x2a, 0x11, 0x24, 0x03, 0xb6, 0x43, 0x2e, 0xa9, 0x25, 0xa3, 0x7d,
+ 0xd0, 0x4d, 0xae, 0x63, 0x05, 0x41, 0x06, 0xcd, 0x99, 0x16, 0x39, 0xd8, 0x79, 0x79, 0x1e, 0xca,
+ 0xd2, 0x5f, 0x20, 0x08, 0x72, 0xcd, 0x2d, 0xc7, 0xdc, 0x72, 0x0c, 0x10, 0x04, 0xc8, 0xe3, 0x0b,
+ 0xe4, 0x9c, 0x5b, 0x4e, 0xf9, 0x0c, 0xf9, 0x02, 0x41, 0x3f, 0x66, 0x48, 0xae, 0x96, 0xda, 0x15,
+ 0x90, 0xcb, 0xa0, 0xab, 0xba, 0x7e, 0xbf, 0xee, 0xa9, 0xae, 0xee, 0xaa, 0x6e, 0xf8, 0x62, 0x66,
+ 0x45, 0xf3, 0x78, 0xda, 0x36, 0x3c, 0x67, 0xcf, 0x8e, 0x0d, 0x8b, 0x7f, 0x1e, 0xcc, 0xbc, 0x3d,
+ 0x93, 0xfa, 0xb6, 0xb7, 0x88, 0x3c, 0xcf, 0xde, 0x23, 0xbe, 0x25, 0xc5, 0x3d, 0xc3, 0x73, 0x7c,
+ 0xcf, 0xa5, 0x6e, 0xd4, 0xf6, 0x03, 0x2f, 0xf2, 0x50, 0x49, 0xe8, 0xb5, 0xff, 0x9f, 0x79, 0xde,
+ 0xcc, 0xa6, 0x7b, 0x5c, 0x3b, 0x8d, 0x5f, 0xec, 0x99, 0x71, 0x40, 0x22, 0xcb, 0x73, 0x85, 0x5d,
+ 0xeb, 0xf7, 0x79, 0x50, 0x0e, 0x12, 0x2c, 0x7a, 0x00, 0xc5, 0x69, 0x6c, 0xd9, 0x66, 0x33, 0xbb,
+ 0x9b, 0xbf, 0x57, 0xdd, 0xbf, 0xdb, 0x16, 0x2c, 0xed, 0xd4, 0xa2, 0xdd, 0x65, 0xdd, 0x58, 0x58,
+ 0xa1, 0xff, 0x03, 0xe0, 0x0d, 0xdd, 0x27, 0xd1, 0xbc, 0x99, 0xdb, 0xcd, 0xdf, 0x53, 0xb0, 0xc2,
+ 0x35, 0x23, 0x12, 0xcd, 0x51, 0x0f, 0x54, 0xe2, 0xfb, 0xd4, 0x9d, 0x59, 0x2e, 0xd5, 0x1d, 0xcf,
+ 0x8c, 0x6d, 0xda, 0x84, 0xdd, 0xec, 0x2a, 0x71, 0xc7, 0xf7, 0xfb, 0xbc, 0xff, 0x98, 0x77, 0x0f,
+ 0x32, 0x78, 0x2b, 0x85, 0x08, 0x15, 0xfa, 0x11, 0x94, 0x67, 0xe7, 0x54, 0xf7, 0x3d, 0xb3, 0x59,
+ 0xe5, 0x60, 0x6d, 0x39, 0x2b, 0x37, 0x22, 0x96, 0x4b, 0x03, 0x41, 0x31, 0xf2, 0xcc, 0x41, 0x06,
+ 0x97, 0x66, 0xe7, 0xac, 0xa5, 0xfd, 0x3d, 0x0b, 0x45, 0x3e, 0x59, 0x74, 0x17, 0xca, 0xa6, 0x15,
+ 0xe8, 0xe7, 0x74, 0xd1, 0xcc, 0xee, 0x66, 0xef, 0x29, 0xb8, 0x64, 0x5a, 0xc1, 0x33, 0xba, 0x40,
+ 0xcf, 0xa0, 0xee, 0x2f, 0xa2, 0xb9, 0xe7, 0xea, 0xa1, 0x11, 0x58, 0x7e, 0xd4, 0xcc, 0x71, 0xfe,
+ 0xf7, 0x37, 0xfc, 0x75, 0x7b, 0xc4, 0x8d, 0xc7, 0xdc, 0x76, 0x90, 0xc1, 0x35, 0x7f, 0x45, 0xd6,
+ 0x3a, 0x50, 0x5b, 0xed, 0x47, 0x08, 0x0a, 0xdc, 0x2b, 0x62, 0x48, 0xde, 0x66, 0xfe, 0xa2, 0x17,
+ 0x51, 0x40, 0x74, 0x12, 0xcc, 0xc2, 0xc4, 0x5f, 0x5c, 0xd3, 0x09, 0x66, 0x61, 0xb7, 0x0a, 0x8a,
+ 0xe7, 0x53, 0xb1, 0x3c, 0x4c, 0x48, 0xd7, 0xb4, 0xf5, 0x18, 0x94, 0x6e, 0xea, 0xd6, 0x8d, 0xff,
+ 0x93, 0x0c, 0x99, 0x5b, 0x0e, 0xd9, 0xfa, 0x4b, 0x16, 0x2a, 0x3d, 0xb9, 0xe4, 0xe8, 0x36, 0x14,
+ 0x5f, 0x12, 0x3b, 0xa6, 0x1c, 0x57, 0xc7, 0x42, 0x40, 0xf7, 0xa1, 0x10, 0xbb, 0x96, 0xf8, 0xfb,
+ 0xc6, 0xfe, 0x9d, 0xe4, 0xef, 0x13, 0x54, 0xfb, 0xcc, 0xb5, 0x22, 0xcc, 0x4d, 0xd0, 0xfb, 0x50,
+ 0xf0, 0xed, 0x38, 0x6c, 0xe6, 0x79, 0x78, 0xa8, 0x97, 0x4d, 0x31, 0xef, 0x6d, 0x1d, 0x42, 0x81,
+ 0x61, 0x90, 0x0a, 0xb5, 0xe3, 0xe1, 0xd1, 0xd1, 0x70, 0xdc, 0x3f, 0x38, 0x3d, 0xe9, 0x8d, 0xd5,
+ 0x0c, 0xaa, 0x42, 0x39, 0x11, 0xb2, 0x4c, 0x38, 0x1e, 0x9e, 0x9c, 0x4d, 0xfa, 0x63, 0x35, 0x87,
+ 0x14, 0x28, 0x0e, 0x4e, 0xcf, 0xf0, 0x58, 0xcd, 0xa3, 0x0a, 0x14, 0x7a, 0x9d, 0xe7, 0x63, 0xb5,
+ 0xd0, 0xfa, 0x27, 0x82, 0xad, 0x4b, 0x11, 0x82, 0xde, 0x81, 0xaa, 0x08, 0x25, 0xdd, 0x25, 0x0e,
+ 0x95, 0x1e, 0x00, 0xa1, 0x3a, 0x21, 0x0e, 0x45, 0x5f, 0x81, 0x32, 0xf3, 0x92, 0x70, 0x13, 0x2b,
+ 0xba, 0xbb, 0x21, 0xdc, 0xda, 0x87, 0x5e, 0x1a, 0x77, 0x95, 0x99, 0x6c, 0xb3, 0xb0, 0x08, 0x23,
+ 0x12, 0x59, 0x46, 0x42, 0x92, 0x5f, 0x0f, 0x8b, 0xcb, 0x24, 0x63, 0x6e, 0x9c, 0x12, 0xd5, 0xc2,
+ 0x15, 0x19, 0x75, 0xa0, 0x6c, 0xd8, 0x24, 0x0c, 0x2d, 0x43, 0x86, 0xfe, 0x07, 0x9b, 0x68, 0x0e,
+ 0x84, 0xd9, 0x88, 0x04, 0xc4, 0x09, 0x07, 0x59, 0x9c, 0xe0, 0xd0, 0x00, 0xc0, 0x21, 0x2e, 0x99,
+ 0x51, 0x53, 0x7f, 0xe9, 0xc8, 0x3d, 0xf0, 0xe1, 0x26, 0x96, 0x63, 0x61, 0xf9, 0x8d, 0x93, 0xf2,
+ 0x28, 0x4e, 0xa2, 0x42, 0x5f, 0x42, 0x65, 0x4e, 0x5c, 0xd3, 0xa6, 0x41, 0xd8, 0xbc, 0xcd, 0x79,
+ 0x5a, 0x9b, 0x78, 0x06, 0xc2, 0x6e, 0x4c, 0x23, 0x9c, 0x62, 0xd0, 0xbb, 0x50, 0x93, 0x6d, 0xb1,
+ 0xe3, 0xef, 0xf0, 0x08, 0xae, 0x4a, 0x1d, 0x0f, 0xce, 0xc7, 0xa0, 0x04, 0x34, 0xf4, 0xe2, 0xc0,
+ 0xa0, 0x61, 0x73, 0x67, 0x7d, 0xbf, 0xa6, 0x63, 0xe0, 0xc4, 0x02, 0x2f, 0x8d, 0xd1, 0x7b, 0x50,
+ 0x4f, 0x04, 0xc1, 0x7e, 0x97, 0xb3, 0xd7, 0x12, 0x25, 0xa7, 0xff, 0x01, 0x6c, 0x59, 0xae, 0x49,
+ 0x2f, 0xf4, 0x05, 0x71, 0x6c, 0x61, 0xd6, 0xe4, 0x11, 0x50, 0xe7, 0xea, 0xe7, 0xc4, 0xb1, 0x99,
+ 0x9d, 0xb6, 0x07, 0x95, 0x64, 0x6d, 0x19, 0x31, 0x75, 0xa3, 0x60, 0xa1, 0xfb, 0xc4, 0x38, 0x27,
+ 0xb3, 0x24, 0x66, 0x6a, 0x5c, 0x39, 0x12, 0x3a, 0xad, 0x01, 0xb5, 0xd5, 0x75, 0xd4, 0xfe, 0x58,
+ 0x86, 0xfa, 0xda, 0x8a, 0xa0, 0x9f, 0x41, 0xc3, 0x72, 0xc3, 0x88, 0xb8, 0x06, 0xd5, 0xf9, 0xd2,
+ 0x70, 0x9e, 0xc6, 0xfe, 0xc3, 0x1b, 0x2d, 0x68, 0x7b, 0x28, 0xb1, 0x5c, 0xcb, 0xa6, 0xbb, 0x22,
+ 0x22, 0x0a, 0xdb, 0x24, 0x8e, 0x3c, 0x87, 0x47, 0x5d, 0x68, 0x10, 0xdb, 0x72, 0x67, 0x32, 0x5e,
+ 0x1e, 0xdd, 0x8c, 0xbe, 0x93, 0xc0, 0xc7, 0x02, 0x3d, 0xc8, 0x60, 0x95, 0x5c, 0xd2, 0xa1, 0xe7,
+ 0x50, 0x9f, 0x92, 0x70, 0x65, 0x08, 0x11, 0x4c, 0xfb, 0x37, 0x1b, 0xa2, 0xcb, 0xa0, 0x4b, 0xfa,
+ 0xda, 0x74, 0x45, 0x46, 0x3f, 0x87, 0x86, 0x43, 0xdc, 0x98, 0xd8, 0x29, 0x77, 0x8d, 0x73, 0xdf,
+ 0xd0, 0x3b, 0xc7, 0x1c, 0xbb, 0x24, 0xaf, 0x3b, 0xab, 0x0a, 0xed, 0x0f, 0x39, 0x50, 0x2f, 0xff,
+ 0x21, 0xfa, 0x04, 0x90, 0x63, 0xb9, 0xba, 0x65, 0xda, 0x54, 0x4f, 0xdc, 0x19, 0xca, 0xa3, 0x4d,
+ 0x75, 0x2c, 0x77, 0x68, 0xda, 0x34, 0xf1, 0x7a, 0xc8, 0xad, 0xc9, 0xc5, 0x65, 0xeb, 0x9c, 0xb4,
+ 0x26, 0x17, 0xeb, 0xd6, 0x3f, 0x86, 0x5b, 0x8c, 0xdb, 0xa7, 0xae, 0x69, 0xb9, 0x33, 0xdd, 0x26,
+ 0x11, 0x75, 0x8d, 0x85, 0x3c, 0x09, 0x5e, 0x3d, 0xf7, 0xb6, 0x1d, 0xcb, 0x1d, 0x09, 0xdb, 0x23,
+ 0x61, 0xca, 0x19, 0xc8, 0xc5, 0x2b, 0x0c, 0x85, 0x8d, 0x0c, 0xe4, 0xe2, 0x12, 0xc3, 0x23, 0xb8,
+ 0xcb, 0x18, 0x0c, 0xcf, 0x35, 0xe2, 0x20, 0xa0, 0x6e, 0xa4, 0x07, 0xf4, 0xbb, 0x98, 0x86, 0x51,
+ 0xd8, 0x2c, 0xf2, 0x69, 0xdf, 0x71, 0xc8, 0xc5, 0x41, 0xda, 0x8b, 0x65, 0xa7, 0x36, 0x87, 0xda,
+ 0xea, 0x52, 0xa1, 0x87, 0x50, 0xe3, 0x7f, 0x1d, 0x59, 0x0e, 0xf5, 0xe2, 0x88, 0x7b, 0xe8, 0xaa,
+ 0x29, 0x54, 0x99, 0xd5, 0x44, 0x18, 0xb1, 0x4d, 0xc3, 0xdd, 0x75, 0xc9, 0x53, 0x35, 0xe6, 0xa9,
+ 0x44, 0xa7, 0x3d, 0x80, 0xfa, 0xda, 0xc2, 0xa1, 0xb7, 0x41, 0xb9, 0xbc, 0x12, 0x4b, 0x45, 0x6b,
+ 0x02, 0xf5, 0xb5, 0x5d, 0x80, 0x1a, 0x00, 0xc3, 0x03, 0xbd, 0xd7, 0x7f, 0xda, 0x39, 0x3b, 0x9a,
+ 0xa8, 0x19, 0x76, 0xf2, 0x0f, 0x0f, 0xf4, 0xcf, 0xd4, 0xac, 0x6c, 0xed, 0xab, 0x39, 0xd9, 0xfa,
+ 0xa1, 0x9a, 0x67, 0xf9, 0x82, 0xb5, 0xf4, 0xcf, 0x0e, 0xd5, 0x82, 0x54, 0x3f, 0x56, 0x8b, 0x5d,
+ 0x05, 0xca, 0x32, 0xe4, 0xb4, 0xfb, 0xb0, 0x75, 0xe9, 0xfc, 0x43, 0x3b, 0x50, 0x0a, 0x0d, 0xcf,
+ 0xe7, 0xd3, 0x61, 0xc7, 0x89, 0x94, 0xb4, 0xdf, 0x15, 0xa1, 0x2c, 0xcf, 0x38, 0xa4, 0x42, 0x3e,
+ 0x0e, 0x6c, 0x79, 0x2c, 0xb0, 0x26, 0xea, 0x40, 0xd1, 0xf6, 0x66, 0x96, 0x2b, 0x73, 0xe2, 0xc7,
+ 0xd7, 0x9c, 0x92, 0xed, 0x23, 0x66, 0x7c, 0xea, 0x73, 0x37, 0x0a, 0x24, 0xea, 0x41, 0x29, 0xa4,
+ 0x46, 0x1c, 0x88, 0xf4, 0xd1, 0xd8, 0xff, 0xe4, 0x3a, 0x8e, 0x31, 0xb7, 0x96, 0x24, 0x12, 0x8b,
+ 0x9a, 0x6c, 0xfa, 0xbc, 0x36, 0x61, 0x81, 0xa3, 0xb0, 0xfa, 0x46, 0xc8, 0x68, 0x04, 0x32, 0xd1,
+ 0xe8, 0x2f, 0x2c, 0x9b, 0x8a, 0x90, 0xa8, 0x5e, 0x3f, 0x53, 0x71, 0xc8, 0x3d, 0x65, 0x90, 0x41,
+ 0x06, 0x57, 0xc3, 0xa5, 0x88, 0xde, 0x01, 0x90, 0x8c, 0xa6, 0x15, 0x34, 0x4b, 0x72, 0x3c, 0x45,
+ 0xe8, 0x7a, 0x56, 0x80, 0xbe, 0x00, 0x55, 0x1a, 0x88, 0xaa, 0x8f, 0x99, 0x95, 0xf9, 0xb0, 0xdb,
+ 0xc9, 0xb0, 0x69, 0x95, 0x32, 0xc8, 0xe0, 0x86, 0x30, 0xe6, 0xaa, 0x9e, 0x15, 0x68, 0xbf, 0xc9,
+ 0x42, 0x75, 0x65, 0x78, 0x74, 0x7b, 0xb5, 0x42, 0x1a, 0x64, 0x64, 0x8d, 0x74, 0x3f, 0x29, 0x41,
+ 0x73, 0x9b, 0x99, 0x65, 0xf9, 0xb9, 0x03, 0xa5, 0xd8, 0xb7, 0x3d, 0x62, 0x72, 0x17, 0x2b, 0x58,
+ 0x4a, 0xac, 0x40, 0x8a, 0x03, 0x5b, 0x77, 0x88, 0x2f, 0xbc, 0x86, 0x4b, 0x71, 0x60, 0x1f, 0x13,
+ 0xbf, 0x0b, 0x50, 0x99, 0x92, 0x90, 0xb2, 0x89, 0xb7, 0x9e, 0x42, 0x75, 0x65, 0xd5, 0x10, 0x82,
+ 0xc6, 0xd1, 0xe9, 0xe1, 0xf0, 0x44, 0x3f, 0x1d, 0x4d, 0x86, 0xa7, 0x27, 0x9d, 0x23, 0x35, 0xb3,
+ 0xd4, 0xe1, 0xfe, 0xd7, 0x67, 0x43, 0xdc, 0xef, 0xa9, 0x59, 0xb4, 0x05, 0x55, 0xa1, 0xeb, 0xf4,
+ 0x8e, 0x87, 0x27, 0x6a, 0xae, 0x35, 0x80, 0xda, 0xea, 0xca, 0xa1, 0x6d, 0xa8, 0x8f, 0xfb, 0x07,
+ 0x67, 0xb8, 0xaf, 0x77, 0x8e, 0x7e, 0xca, 0xca, 0x98, 0x0c, 0xba, 0x05, 0x5b, 0x52, 0x95, 0x92,
+ 0x67, 0x59, 0x71, 0x24, 0x95, 0x27, 0xfd, 0x6f, 0xfa, 0x58, 0xcd, 0xb1, 0x40, 0x36, 0x3c, 0x37,
+ 0xa2, 0x6e, 0xa4, 0x1d, 0x02, 0x2c, 0x13, 0x30, 0x7a, 0x02, 0x65, 0x99, 0x62, 0x65, 0x5d, 0xfe,
+ 0xce, 0x35, 0xab, 0x8c, 0x13, 0x7b, 0xc6, 0x19, 0xc4, 0x2e, 0xdb, 0xf9, 0xdd, 0x0a, 0x94, 0x7c,
+ 0xbe, 0x27, 0x5a, 0xbf, 0xae, 0x00, 0x7a, 0x35, 0x17, 0xa3, 0x47, 0x50, 0xe4, 0x49, 0x54, 0x0e,
+ 0xb2, 0xbb, 0x39, 0x6d, 0xb7, 0x87, 0xcc, 0x0e, 0x0b, 0x73, 0xa4, 0x41, 0xc5, 0xb4, 0x42, 0x9f,
+ 0x44, 0x46, 0x72, 0x07, 0x48, 0x65, 0x74, 0x00, 0x10, 0x91, 0xf0, 0x5c, 0xff, 0x2e, 0xa6, 0x31,
+ 0x95, 0x65, 0xe3, 0xfb, 0xaf, 0x21, 0x9e, 0x90, 0xf0, 0xfc, 0x6b, 0x66, 0x8b, 0x95, 0x28, 0x69,
+ 0xa2, 0x87, 0x50, 0x30, 0x02, 0xcf, 0x6d, 0x16, 0x36, 0xfc, 0xfc, 0x12, 0x7e, 0x10, 0xb0, 0x22,
+ 0x94, 0x19, 0x6b, 0xbf, 0xcd, 0x41, 0x91, 0x4f, 0x93, 0x95, 0xc5, 0xe7, 0x96, 0x6b, 0x26, 0x95,
+ 0x38, 0x6b, 0xa3, 0x3e, 0x54, 0xfc, 0x80, 0x15, 0xdb, 0xd1, 0x82, 0xcf, 0xb9, 0xba, 0x7f, 0xff,
+ 0xba, 0xdf, 0x6d, 0x8f, 0x24, 0x00, 0xa7, 0x50, 0xf6, 0xeb, 0xfc, 0x68, 0x8b, 0xbc, 0x80, 0x87,
+ 0x5a, 0x05, 0xa7, 0xb2, 0x36, 0x87, 0x4a, 0x82, 0x60, 0x53, 0x58, 0xa9, 0x56, 0x79, 0x1b, 0x0d,
+ 0x40, 0x31, 0xad, 0x80, 0x1a, 0x2c, 0x6a, 0xe4, 0x39, 0xf3, 0xd1, 0xb5, 0x73, 0xe8, 0x25, 0x08,
+ 0xbc, 0x04, 0xb7, 0x3e, 0x02, 0x25, 0xd5, 0xa3, 0x3a, 0x28, 0x9d, 0xf1, 0x41, 0xff, 0xa4, 0x37,
+ 0x3c, 0x39, 0x54, 0x33, 0xec, 0x88, 0xed, 0xf5, 0x53, 0x39, 0xab, 0xfd, 0x29, 0x0f, 0x4a, 0xea,
+ 0xe4, 0x2b, 0xe7, 0xf5, 0x15, 0x14, 0xfc, 0x38, 0x9c, 0xcb, 0xfd, 0x77, 0xff, 0x26, 0x8b, 0xd5,
+ 0x1e, 0xc5, 0xe1, 0x9c, 0xef, 0xe0, 0x38, 0x9c, 0x6b, 0xff, 0xc8, 0x41, 0x81, 0x29, 0x18, 0x7b,
+ 0x40, 0xa2, 0x94, 0x9d, 0xb5, 0x59, 0xf9, 0x3e, 0x8d, 0x8d, 0x73, 0x1a, 0xe9, 0xa1, 0xf5, 0xbd,
+ 0xa8, 0xcf, 0x8b, 0x18, 0x84, 0x6a, 0x6c, 0x7d, 0x4f, 0xd1, 0x1e, 0xdc, 0x0e, 0x28, 0xab, 0xd6,
+ 0x78, 0xdc, 0x90, 0x19, 0xd5, 0x6d, 0xcb, 0xb1, 0x22, 0xb9, 0xc5, 0xb7, 0x79, 0x1f, 0x1b, 0xb8,
+ 0x33, 0xa3, 0x47, 0xac, 0x03, 0x3d, 0x81, 0xb7, 0x04, 0x80, 0x25, 0xec, 0x29, 0x31, 0xce, 0xbd,
+ 0x17, 0x2f, 0xf4, 0x90, 0x1a, 0x9e, 0x6b, 0x86, 0x7c, 0x51, 0x8a, 0x78, 0x87, 0x1b, 0x1c, 0x5b,
+ 0x6e, 0x57, 0x74, 0x8f, 0x45, 0xef, 0x0a, 0x94, 0x5c, 0xbc, 0x02, 0x2d, 0xae, 0x42, 0xc9, 0xc5,
+ 0x25, 0x68, 0x1b, 0x6e, 0x2d, 0xa1, 0xa6, 0x17, 0x4f, 0x59, 0x02, 0x0a, 0xf9, 0xa9, 0x59, 0x94,
+ 0xb3, 0x3c, 0x26, 0x17, 0xbd, 0xa4, 0xe3, 0x75, 0xc9, 0xbc, 0xcc, 0x31, 0x57, 0x27, 0xf3, 0x6e,
+ 0x09, 0x0a, 0xd1, 0xc2, 0xa7, 0xda, 0x37, 0x50, 0x60, 0xc1, 0x7d, 0x45, 0xae, 0xda, 0x85, 0xaa,
+ 0x49, 0x45, 0x52, 0x48, 0x22, 0x49, 0xc1, 0xab, 0x2a, 0x16, 0xa5, 0xa1, 0x31, 0xa7, 0xe9, 0x5d,
+ 0x46, 0xc1, 0xa9, 0xdc, 0xfa, 0x05, 0xa0, 0x57, 0xaf, 0xd1, 0xe8, 0x53, 0xa8, 0x9c, 0xc7, 0x53,
+ 0x71, 0xe9, 0x16, 0xe5, 0x42, 0x7a, 0x2d, 0x7c, 0x16, 0x4f, 0x69, 0xe0, 0xd2, 0x88, 0x86, 0x23,
+ 0xcf, 0xc4, 0x65, 0x66, 0xc6, 0x10, 0xcb, 0x3c, 0x9b, 0x5b, 0xcd, 0xb3, 0xad, 0xbf, 0xde, 0x81,
+ 0xfa, 0x1a, 0xe4, 0xca, 0x98, 0xfb, 0x09, 0x34, 0x02, 0x1a, 0x46, 0x24, 0x88, 0x74, 0xdf, 0xb3,
+ 0x2d, 0x63, 0x21, 0x37, 0xc4, 0x7b, 0x57, 0x8e, 0xda, 0xc6, 0xc2, 0x76, 0xc4, 0x4d, 0x71, 0x3d,
+ 0x58, 0x15, 0xd1, 0x18, 0x9a, 0x11, 0x0d, 0x1c, 0xcb, 0xe5, 0x55, 0x8d, 0x3e, 0x0b, 0x08, 0xbb,
+ 0x50, 0xd0, 0xc0, 0xf2, 0x4c, 0x59, 0xbf, 0xbd, 0xd5, 0x16, 0x8f, 0x22, 0xed, 0xe4, 0x51, 0x64,
+ 0x59, 0x03, 0xed, 0xac, 0x40, 0x0f, 0x19, 0x72, 0xc4, 0x81, 0xa8, 0x0b, 0x5b, 0xc4, 0x88, 0xac,
+ 0x97, 0x54, 0x37, 0x29, 0x31, 0x6d, 0xcb, 0xa5, 0xb2, 0x92, 0x7b, 0x0d, 0x57, 0x43, 0x20, 0x7a,
+ 0x12, 0x80, 0xbe, 0x60, 0x37, 0x7a, 0xe9, 0xea, 0x26, 0xac, 0x9f, 0x65, 0xeb, 0xff, 0x97, 0xae,
+ 0x08, 0x5e, 0x22, 0xd0, 0x13, 0x28, 0xd9, 0x64, 0x4a, 0xed, 0xb0, 0x59, 0xe5, 0xd8, 0x77, 0xaf,
+ 0xc6, 0x1e, 0x71, 0x9b, 0x3e, 0xbb, 0xdb, 0x60, 0x09, 0x40, 0x8f, 0x40, 0x61, 0x9b, 0x23, 0xa0,
+ 0xc4, 0x5c, 0xc8, 0xba, 0xfc, 0x35, 0xf3, 0xae, 0x38, 0x96, 0x8b, 0x99, 0xa9, 0xf6, 0x1f, 0x15,
+ 0x94, 0x74, 0x2e, 0x57, 0x2e, 0xdc, 0xed, 0xd5, 0x27, 0x87, 0x57, 0x73, 0x78, 0xfe, 0xda, 0x1c,
+ 0xfe, 0x58, 0xc4, 0x37, 0xf7, 0x66, 0x63, 0x99, 0x1a, 0x36, 0xf8, 0xa3, 0x3d, 0x59, 0xf8, 0x14,
+ 0x73, 0x04, 0x6a, 0xb2, 0x74, 0xe9, 0x38, 0xc4, 0x35, 0xb9, 0x33, 0x15, 0x9c, 0x88, 0x6c, 0xa2,
+ 0xfc, 0x81, 0xa5, 0xca, 0xd5, 0xbc, 0xcd, 0xce, 0x9d, 0x5f, 0x7a, 0xc1, 0x39, 0x2b, 0xc5, 0x59,
+ 0xd9, 0x52, 0x13, 0xcf, 0x06, 0x52, 0xc5, 0x8a, 0x9b, 0x03, 0x28, 0xfa, 0x5e, 0x10, 0xb1, 0x2d,
+ 0xcc, 0xbc, 0xfb, 0xe0, 0xba, 0x99, 0xa4, 0xad, 0x91, 0x17, 0x44, 0x58, 0x60, 0xd1, 0xe7, 0x90,
+ 0xa7, 0xee, 0xcb, 0x66, 0x9d, 0x53, 0xdc, 0xbb, 0x8e, 0xa2, 0xef, 0xbe, 0x14, 0xeb, 0xc4, 0x40,
+ 0xa8, 0x03, 0x25, 0x7e, 0xd2, 0x85, 0xcd, 0xc6, 0xfa, 0xc9, 0xbb, 0x09, 0xbe, 0xbc, 0x45, 0x4b,
+ 0x20, 0x3a, 0x64, 0x97, 0x6f, 0x7e, 0x70, 0x50, 0xb3, 0xb9, 0xf5, 0xa6, 0x2c, 0x4b, 0x2c, 0x3a,
+ 0x82, 0x86, 0x6d, 0xbd, 0xa4, 0x2e, 0x0d, 0x43, 0xdd, 0x0f, 0xbc, 0x29, 0x6d, 0xaa, 0xeb, 0x8f,
+ 0x17, 0x9b, 0xd8, 0x46, 0xcc, 0x18, 0xd7, 0x13, 0x30, 0x17, 0xd1, 0x09, 0x6c, 0xb1, 0xd0, 0xb3,
+ 0x56, 0xe8, 0xb6, 0xdf, 0x84, 0xae, 0x91, 0xa2, 0x05, 0xdf, 0x53, 0x00, 0xdf, 0x0b, 0x23, 0x9d,
+ 0xef, 0xfa, 0x26, 0x5a, 0x7f, 0x10, 0xd9, 0x44, 0x95, 0x94, 0x46, 0x0a, 0x83, 0x8e, 0x19, 0x12,
+ 0x75, 0x59, 0x11, 0x40, 0xf5, 0x30, 0xf2, 0xfc, 0xe6, 0xad, 0x37, 0x63, 0x29, 0xfb, 0x01, 0x1d,
+ 0x47, 0x9e, 0xaf, 0xfd, 0x2d, 0x0b, 0xf5, 0xb5, 0x50, 0xb8, 0x72, 0x9b, 0x7c, 0x00, 0x8d, 0x74,
+ 0x23, 0xeb, 0x2c, 0x54, 0x64, 0xe2, 0xab, 0x1b, 0x6b, 0x50, 0xcc, 0xab, 0x92, 0xc8, 0x33, 0x3c,
+ 0x5b, 0x6e, 0x88, 0x47, 0x6f, 0x14, 0x86, 0xcc, 0x5f, 0x1c, 0x8d, 0x53, 0x9e, 0xd6, 0xdb, 0xbc,
+ 0x0c, 0xe1, 0x6d, 0x54, 0x86, 0xfc, 0xe4, 0x60, 0xa4, 0x66, 0x58, 0xe3, 0xac, 0x37, 0x52, 0xb3,
+ 0xda, 0x23, 0xa8, 0x24, 0x51, 0xc8, 0x52, 0xcb, 0xf2, 0x4d, 0x91, 0x35, 0x97, 0xef, 0x85, 0x22,
+ 0xa9, 0x08, 0xe1, 0xf3, 0xdc, 0xe3, 0xac, 0xf6, 0xab, 0x3c, 0x28, 0xcb, 0xca, 0x51, 0x85, 0xbc,
+ 0xe1, 0xc7, 0x1c, 0x99, 0xc3, 0xac, 0x89, 0x06, 0x50, 0x72, 0xa8, 0xe3, 0x05, 0x0b, 0x59, 0x46,
+ 0x7c, 0x7a, 0xe3, 0x30, 0x6c, 0x1f, 0x73, 0x1c, 0x96, 0x78, 0xcd, 0x84, 0x92, 0xd0, 0xa0, 0xae,
+ 0x7c, 0xa7, 0x14, 0xcf, 0x2e, 0xed, 0x9b, 0x33, 0xae, 0x3c, 0x60, 0xee, 0x40, 0x89, 0x38, 0x5e,
+ 0xec, 0x26, 0x0b, 0x20, 0xa5, 0xd6, 0x9f, 0xb3, 0xf2, 0xcd, 0xb2, 0x02, 0x85, 0xee, 0xf3, 0x49,
+ 0x5f, 0xcd, 0xa0, 0x1a, 0x54, 0x9e, 0x0d, 0x8f, 0x4e, 0xb9, 0x94, 0x65, 0xd2, 0x71, 0xff, 0xb0,
+ 0xc3, 0xa5, 0x1c, 0x93, 0x0e, 0x87, 0x52, 0xca, 0x33, 0x69, 0xd2, 0xc7, 0x42, 0x2a, 0x30, 0x69,
+ 0xd4, 0x9f, 0x08, 0xa9, 0xc8, 0x2e, 0xad, 0xfd, 0x6f, 0x85, 0x50, 0x12, 0x94, 0xdd, 0x21, 0x97,
+ 0xca, 0x82, 0x52, 0x4a, 0x15, 0x41, 0x29, 0x25, 0x45, 0x50, 0x4a, 0x09, 0x04, 0xa5, 0x94, 0xaa,
+ 0x4c, 0xea, 0x7f, 0x2b, 0xa5, 0x9a, 0xf6, 0xaf, 0x2c, 0x94, 0x07, 0x51, 0xe4, 0x1f, 0xd2, 0xab,
+ 0xdf, 0x9c, 0x99, 0x6e, 0x19, 0x70, 0xbc, 0xcd, 0x74, 0x73, 0x2f, 0x4c, 0x6a, 0x2a, 0xde, 0x16,
+ 0x09, 0x7c, 0x4e, 0x1d, 0x9a, 0xdc, 0x99, 0x84, 0x84, 0x06, 0x50, 0x9e, 0x53, 0x62, 0xd2, 0x80,
+ 0x55, 0x44, 0xec, 0x58, 0xbb, 0xd6, 0xf1, 0x72, 0x36, 0xed, 0x01, 0x87, 0xe1, 0x04, 0xae, 0xed,
+ 0x43, 0x49, 0xa8, 0x36, 0x64, 0x92, 0x2b, 0x62, 0x4d, 0xfb, 0x77, 0x0e, 0x8a, 0x62, 0xd3, 0x23,
+ 0x28, 0xd0, 0x0b, 0x6a, 0xc8, 0x6b, 0x3c, 0x6f, 0xb3, 0x0d, 0x3c, 0x8f, 0x22, 0x5f, 0x9f, 0xd1,
+ 0xe4, 0xed, 0xfe, 0xc3, 0x1b, 0x4e, 0x0e, 0x97, 0xe7, 0xd2, 0x67, 0x5f, 0x42, 0xdd, 0x72, 0xad,
+ 0xc8, 0x22, 0xb6, 0x6e, 0x52, 0x9b, 0x2c, 0xae, 0xaf, 0x11, 0x6a, 0xd2, 0xbe, 0xc7, 0xcc, 0xd1,
+ 0x43, 0x28, 0x27, 0x0f, 0x2b, 0xd7, 0x56, 0x04, 0x89, 0x25, 0xfa, 0x0c, 0x4a, 0xb2, 0x22, 0x29,
+ 0x5e, 0x87, 0x91, 0x86, 0xe8, 0x63, 0xd8, 0x0e, 0x63, 0xc3, 0x60, 0x47, 0x68, 0x34, 0x0f, 0x68,
+ 0x38, 0xf7, 0x6c, 0x53, 0x96, 0x9b, 0xaa, 0xec, 0x98, 0x24, 0x7a, 0x66, 0xfc, 0x82, 0x58, 0x76,
+ 0x1c, 0xd0, 0x15, 0x63, 0x51, 0x67, 0xaa, 0xb2, 0x23, 0x35, 0xd6, 0xfc, 0xe5, 0x4b, 0xc8, 0xbb,
+ 0x50, 0x63, 0x8e, 0xd5, 0x93, 0xc4, 0x2a, 0x9c, 0x5d, 0x65, 0xba, 0x03, 0x99, 0x5c, 0xff, 0x07,
+ 0x3e, 0x6f, 0x35, 0xa0, 0xc0, 0x12, 0x39, 0x2a, 0x41, 0xee, 0xf0, 0x54, 0xcd, 0x74, 0x6b, 0x00,
+ 0xa6, 0x67, 0x9c, 0xd3, 0xe0, 0x85, 0x65, 0x53, 0xed, 0x09, 0x54, 0x57, 0x8a, 0x98, 0x37, 0x39,
+ 0x96, 0x5a, 0x27, 0x50, 0x5f, 0xab, 0x0d, 0xd9, 0x15, 0x1e, 0xf7, 0xc7, 0x93, 0x0e, 0x9e, 0x2c,
+ 0xaf, 0xe3, 0x3b, 0x80, 0x12, 0xdd, 0xe9, 0x89, 0xfe, 0xb4, 0x33, 0x3c, 0x3a, 0xc3, 0x6c, 0x8b,
+ 0x6f, 0x43, 0x3d, 0xd1, 0xcb, 0x2b, 0xf9, 0xb4, 0xc4, 0xd7, 0xe3, 0xe1, 0x7f, 0x03, 0x00, 0x00,
+ 0xff, 0xff, 0xcc, 0xb5, 0x4f, 0xb9, 0x8d, 0x1b, 0x00, 0x00,
}
« no previous file with comments | « deploytool/api/deploy/component.proto ('k') | deploytool/api/deploy/util.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698