From e49886c698da8b00239da50c842ff02ff95de62b Mon Sep 17 00:00:00 2001 From: Jason Collins Date: Tue, 29 Oct 2024 09:20:36 -0700 Subject: [PATCH] regen go protocol buffers --- .../agent/customunits/customunits.pb.go | 350 +++++++----------- 1 file changed, 135 insertions(+), 215 deletions(-) diff --git a/pkg/amplify/agent/customunits/customunits.pb.go b/pkg/amplify/agent/customunits/customunits.pb.go index 96dac0a7a..06ad41ebd 100644 --- a/pkg/amplify/agent/customunits/customunits.pb.go +++ b/pkg/amplify/agent/customunits/customunits.pb.go @@ -127,55 +127,6 @@ func (AppLookupType) EnumDescriptor() ([]byte, []int) { return file_customunits_customunits_proto_rawDescGZIP(), []int{1} } -type UnitLookupType int32 - -const ( - UnitLookupType_CustomUnitLookup UnitLookupType = 0 - UnitLookupType_UnitName UnitLookupType = 1 - UnitLookupType_UnitID UnitLookupType = 2 -) - -// Enum value maps for UnitLookupType. -var ( - UnitLookupType_name = map[int32]string{ - 0: "CustomUnitLookup", - 1: "UnitName", - 2: "UnitID", - } - UnitLookupType_value = map[string]int32{ - "CustomUnitLookup": 0, - "UnitName": 1, - "UnitID": 2, - } -) - -func (x UnitLookupType) Enum() *UnitLookupType { - p := new(UnitLookupType) - *p = x - return p -} - -func (x UnitLookupType) String() string { - return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) -} - -func (UnitLookupType) Descriptor() protoreflect.EnumDescriptor { - return file_customunits_customunits_proto_enumTypes[2].Descriptor() -} - -func (UnitLookupType) Type() protoreflect.EnumType { - return &file_customunits_customunits_proto_enumTypes[2] -} - -func (x UnitLookupType) Number() protoreflect.EnumNumber { - return protoreflect.EnumNumber(x) -} - -// Deprecated: Use UnitLookupType.Descriptor instead. -func (UnitLookupType) EnumDescriptor() ([]byte, []int) { - return file_customunits_customunits_proto_rawDescGZIP(), []int{2} -} - type APIServiceLookup struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache @@ -313,12 +264,8 @@ type UnitLookup struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // the type that the agent will look to match against in the resource - Type UnitLookupType `protobuf:"varint,1,opt,name=type,proto3,enum=amplify.agent.customunits.UnitLookupType" json:"type,omitempty"` - // Only required when Custom is the type - CustomAttribute string `protobuf:"bytes,2,opt,name=customAttribute,proto3" json:"customAttribute,omitempty"` - // the value of the attribute the agent will look for in the resource - Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` + // the logical name of the plan unit the agent will look for in the resource + UnitName string `protobuf:"bytes,1,opt,name=unitName,proto3" json:"unitName,omitempty"` } func (x *UnitLookup) Reset() { @@ -353,23 +300,9 @@ func (*UnitLookup) Descriptor() ([]byte, []int) { return file_customunits_customunits_proto_rawDescGZIP(), []int{2} } -func (x *UnitLookup) GetType() UnitLookupType { - if x != nil { - return x.Type - } - return UnitLookupType_CustomUnitLookup -} - -func (x *UnitLookup) GetCustomAttribute() string { - if x != nil { - return x.CustomAttribute - } - return "" -} - -func (x *UnitLookup) GetValue() string { +func (x *UnitLookup) GetUnitName() string { if x != nil { - return x.Value + return x.UnitName } return "" } @@ -819,121 +752,110 @@ var file_customunits_customunits_proto_rawDesc = []byte{ 0x75, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, - 0x22, 0x8b, 0x01, 0x0a, 0x0a, 0x55, 0x6e, 0x69, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, - 0x3d, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, - 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, - 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x55, 0x6e, 0x69, 0x74, 0x4c, 0x6f, - 0x6f, 0x6b, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x28, - 0x0a, 0x0f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x41, - 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xfa, - 0x01, 0x0a, 0x0c, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, - 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, - 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4b, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x61, 0x6d, 0x70, 0x6c, - 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, - 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x12, 0x44, 0x0a, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x41, 0x70, 0x70, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, + 0x22, 0x28, 0x0a, 0x0a, 0x55, 0x6e, 0x69, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, 0x1a, + 0x0a, 0x08, 0x75, 0x6e, 0x69, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x75, 0x6e, 0x69, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xfa, 0x01, 0x0a, 0x0c, 0x4d, + 0x65, 0x74, 0x72, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, + 0x74, 0x12, 0x4b, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, + 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, + 0x73, 0x2e, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x6f, 0x6b, + 0x75, 0x70, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x44, + 0x0a, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x41, 0x70, 0x70, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, + 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x41, + 0x70, 0x70, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x64, 0x41, 0x70, 0x70, 0x12, 0x41, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x6e, 0x55, 0x6e, 0x69, 0x74, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x73, 0x2e, 0x41, 0x70, 0x70, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x0a, 0x6d, 0x61, - 0x6e, 0x61, 0x67, 0x65, 0x64, 0x41, 0x70, 0x70, 0x12, 0x41, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x6e, - 0x55, 0x6e, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x61, 0x6d, 0x70, - 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x55, 0x6e, 0x69, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, - 0x70, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x6e, 0x55, 0x6e, 0x69, 0x74, 0x22, 0x13, 0x0a, 0x11, 0x4d, - 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x69, 0x74, - 0x22, 0x31, 0x0a, 0x05, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, - 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, - 0x12, 0x0a, 0x04, 0x75, 0x6e, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, - 0x6e, 0x69, 0x74, 0x22, 0x92, 0x02, 0x0a, 0x07, 0x41, 0x50, 0x49, 0x49, 0x6e, 0x66, 0x6f, 0x12, - 0x5e, 0x0a, 0x0e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, - 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, - 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, - 0x69, 0x74, 0x73, 0x2e, 0x41, 0x50, 0x49, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x53, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, - 0x0e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, - 0x20, 0x0a, 0x0b, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, - 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x44, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x44, 0x12, - 0x24, 0x0a, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x50, 0x49, 0x49, 0x44, - 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, - 0x41, 0x50, 0x49, 0x49, 0x44, 0x1a, 0x41, 0x0a, 0x13, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, - 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, - 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, - 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xf2, 0x01, 0x0a, 0x07, 0x41, 0x70, 0x70, - 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x52, 0x0a, 0x0a, 0x41, 0x70, 0x70, 0x44, 0x65, 0x74, 0x61, 0x69, - 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, + 0x74, 0x73, 0x2e, 0x55, 0x6e, 0x69, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x08, 0x70, + 0x6c, 0x61, 0x6e, 0x55, 0x6e, 0x69, 0x74, 0x22, 0x13, 0x0a, 0x11, 0x4d, 0x65, 0x74, 0x72, 0x69, + 0x63, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x69, 0x74, 0x22, 0x31, 0x0a, 0x05, + 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, + 0x6e, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x6e, 0x69, 0x74, 0x22, + 0x92, 0x02, 0x0a, 0x07, 0x41, 0x50, 0x49, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x5e, 0x0a, 0x0e, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, + 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, + 0x41, 0x50, 0x49, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x44, + 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0e, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0b, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x44, 0x12, 0x24, 0x0a, 0x0d, 0x45, + 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x50, 0x49, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x50, 0x49, 0x49, + 0x44, 0x1a, 0x41, 0x0a, 0x13, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, + 0x69, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, + 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x3a, 0x02, 0x38, 0x01, 0x22, 0xf2, 0x01, 0x0a, 0x07, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, + 0x12, 0x52, 0x0a, 0x0a, 0x41, 0x70, 0x70, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x01, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, + 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, + 0x2e, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x70, 0x70, 0x44, 0x65, 0x74, 0x61, + 0x69, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x41, 0x70, 0x70, 0x44, 0x65, 0x74, + 0x61, 0x69, 0x6c, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x41, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14, + 0x0a, 0x05, 0x41, 0x70, 0x70, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x41, + 0x70, 0x70, 0x49, 0x44, 0x12, 0x24, 0x0a, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x41, 0x70, 0x70, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x45, 0x78, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x70, 0x49, 0x44, 0x1a, 0x3d, 0x0a, 0x0f, 0x41, 0x70, + 0x70, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, + 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, + 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xbf, 0x01, 0x0a, 0x09, 0x51, 0x75, + 0x6f, 0x74, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3c, 0x0a, 0x07, 0x61, 0x70, 0x69, 0x49, 0x6e, + 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, - 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x70, 0x70, - 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x41, 0x70, - 0x70, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x70, 0x70, 0x4e, - 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x41, 0x70, 0x70, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x41, 0x70, 0x70, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x05, 0x41, 0x70, 0x70, 0x49, 0x44, 0x12, 0x24, 0x0a, 0x0d, 0x45, 0x78, 0x74, 0x65, - 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x70, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x70, 0x49, 0x44, 0x1a, 0x3d, - 0x0a, 0x0f, 0x41, 0x70, 0x70, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, - 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, - 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xbf, 0x01, - 0x0a, 0x09, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3c, 0x0a, 0x07, 0x61, - 0x70, 0x69, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x61, - 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, - 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x41, 0x50, 0x49, 0x49, 0x6e, 0x66, 0x6f, - 0x52, 0x07, 0x61, 0x70, 0x69, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3c, 0x0a, 0x07, 0x61, 0x70, 0x70, - 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x61, 0x6d, 0x70, - 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, - 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, - 0x61, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x36, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, + 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x41, 0x50, 0x49, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x61, 0x70, + 0x69, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3c, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, - 0x74, 0x73, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x22, - 0x30, 0x0a, 0x18, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x45, 0x6e, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x6d, - 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, - 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, - 0x72, 0x2a, 0x65, 0x0a, 0x14, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, - 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x75, 0x73, - 0x74, 0x6f, 0x6d, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x6f, - 0x6b, 0x75, 0x70, 0x10, 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x4e, 0x61, 0x6d, 0x65, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x49, 0x44, 0x10, 0x02, 0x12, 0x11, 0x0a, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, - 0x6c, 0x41, 0x50, 0x49, 0x49, 0x44, 0x10, 0x03, 0x2a, 0x6b, 0x0a, 0x0d, 0x41, 0x70, 0x70, 0x4c, - 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x13, 0x0a, 0x0f, 0x43, 0x75, 0x73, - 0x74, 0x6f, 0x6d, 0x41, 0x70, 0x70, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x10, 0x00, 0x12, 0x12, - 0x0a, 0x0e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x41, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, - 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x41, 0x70, 0x70, - 0x49, 0x44, 0x10, 0x02, 0x12, 0x11, 0x0a, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, - 0x41, 0x70, 0x70, 0x49, 0x44, 0x10, 0x03, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x6c, 0x69, 0x65, 0x6e, - 0x74, 0x49, 0x44, 0x10, 0x04, 0x2a, 0x40, 0x0a, 0x0e, 0x55, 0x6e, 0x69, 0x74, 0x4c, 0x6f, 0x6f, - 0x6b, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x10, 0x43, 0x75, 0x73, 0x74, 0x6f, - 0x6d, 0x55, 0x6e, 0x69, 0x74, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x10, 0x00, 0x12, 0x0c, 0x0a, - 0x08, 0x55, 0x6e, 0x69, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x55, - 0x6e, 0x69, 0x74, 0x49, 0x44, 0x10, 0x02, 0x32, 0x86, 0x01, 0x0a, 0x16, 0x4d, 0x65, 0x74, 0x72, - 0x69, 0x63, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x12, 0x6c, 0x0a, 0x0f, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6f, - 0x72, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x2c, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, - 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, - 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, - 0x6e, 0x69, 0x74, 0x1a, 0x27, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, - 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, - 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x00, 0x30, 0x01, - 0x32, 0x87, 0x01, 0x0a, 0x10, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x45, 0x6e, 0x66, 0x6f, 0x72, 0x63, - 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x73, 0x0a, 0x14, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x45, 0x6e, - 0x66, 0x6f, 0x72, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x2e, + 0x74, 0x73, 0x2e, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x61, 0x70, 0x70, 0x49, + 0x6e, 0x66, 0x6f, 0x12, 0x36, 0x0a, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, + 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x51, + 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x71, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x30, 0x0a, 0x18, 0x51, + 0x75, 0x6f, 0x74, 0x61, 0x45, 0x6e, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x2a, 0x65, 0x0a, + 0x14, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, + 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x41, + 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x10, + 0x00, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, + 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x44, 0x10, + 0x02, 0x12, 0x11, 0x0a, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x50, 0x49, + 0x49, 0x44, 0x10, 0x03, 0x2a, 0x6b, 0x0a, 0x0d, 0x41, 0x70, 0x70, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, + 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x13, 0x0a, 0x0f, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x41, + 0x70, 0x70, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x64, 0x41, 0x70, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x10, 0x01, 0x12, 0x10, + 0x0a, 0x0c, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x41, 0x70, 0x70, 0x49, 0x44, 0x10, 0x02, + 0x12, 0x11, 0x0a, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x70, 0x49, + 0x44, 0x10, 0x03, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x44, 0x10, + 0x04, 0x32, 0x86, 0x01, 0x0a, 0x16, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6f, + 0x72, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6c, 0x0a, 0x0f, + 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x12, + 0x2c, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, + 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x72, + 0x69, 0x63, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x69, 0x74, 0x1a, 0x27, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, - 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x49, - 0x6e, 0x66, 0x6f, 0x1a, 0x33, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, - 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, - 0x51, 0x75, 0x6f, 0x74, 0x61, 0x45, 0x6e, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x1f, 0x5a, 0x1d, 0x70, 0x6b, - 0x67, 0x2f, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2f, - 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, + 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, + 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x00, 0x30, 0x01, 0x32, 0x87, 0x01, 0x0a, 0x10, 0x51, + 0x75, 0x6f, 0x74, 0x61, 0x45, 0x6e, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, + 0x73, 0x0a, 0x14, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x45, 0x6e, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x6d, + 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x2e, 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, + 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, + 0x69, 0x74, 0x73, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x33, 0x2e, + 0x61, 0x6d, 0x70, 0x6c, 0x69, 0x66, 0x79, 0x2e, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2e, 0x63, 0x75, + 0x73, 0x74, 0x6f, 0x6d, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x2e, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x45, + 0x6e, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x22, 0x00, 0x42, 0x1f, 0x5a, 0x1d, 0x70, 0x6b, 0x67, 0x2f, 0x61, 0x6d, 0x70, 0x6c, + 0x69, 0x66, 0x79, 0x2f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, + 0x75, 0x6e, 0x69, 0x74, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -948,46 +870,44 @@ func file_customunits_customunits_proto_rawDescGZIP() []byte { return file_customunits_customunits_proto_rawDescData } -var file_customunits_customunits_proto_enumTypes = make([]protoimpl.EnumInfo, 3) +var file_customunits_customunits_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_customunits_customunits_proto_msgTypes = make([]protoimpl.MessageInfo, 12) var file_customunits_customunits_proto_goTypes = []any{ (APIServiceLookupType)(0), // 0: amplify.agent.customunits.APIServiceLookupType (AppLookupType)(0), // 1: amplify.agent.customunits.AppLookupType - (UnitLookupType)(0), // 2: amplify.agent.customunits.UnitLookupType - (*APIServiceLookup)(nil), // 3: amplify.agent.customunits.APIServiceLookup - (*AppLookup)(nil), // 4: amplify.agent.customunits.AppLookup - (*UnitLookup)(nil), // 5: amplify.agent.customunits.UnitLookup - (*MetricReport)(nil), // 6: amplify.agent.customunits.MetricReport - (*MetricServiceInit)(nil), // 7: amplify.agent.customunits.MetricServiceInit - (*Quota)(nil), // 8: amplify.agent.customunits.Quota - (*APIInfo)(nil), // 9: amplify.agent.customunits.APIInfo - (*AppInfo)(nil), // 10: amplify.agent.customunits.AppInfo - (*QuotaInfo)(nil), // 11: amplify.agent.customunits.QuotaInfo - (*QuotaEnforcementResponse)(nil), // 12: amplify.agent.customunits.QuotaEnforcementResponse - nil, // 13: amplify.agent.customunits.APIInfo.ServiceDetailsEntry - nil, // 14: amplify.agent.customunits.AppInfo.AppDetailsEntry + (*APIServiceLookup)(nil), // 2: amplify.agent.customunits.APIServiceLookup + (*AppLookup)(nil), // 3: amplify.agent.customunits.AppLookup + (*UnitLookup)(nil), // 4: amplify.agent.customunits.UnitLookup + (*MetricReport)(nil), // 5: amplify.agent.customunits.MetricReport + (*MetricServiceInit)(nil), // 6: amplify.agent.customunits.MetricServiceInit + (*Quota)(nil), // 7: amplify.agent.customunits.Quota + (*APIInfo)(nil), // 8: amplify.agent.customunits.APIInfo + (*AppInfo)(nil), // 9: amplify.agent.customunits.AppInfo + (*QuotaInfo)(nil), // 10: amplify.agent.customunits.QuotaInfo + (*QuotaEnforcementResponse)(nil), // 11: amplify.agent.customunits.QuotaEnforcementResponse + nil, // 12: amplify.agent.customunits.APIInfo.ServiceDetailsEntry + nil, // 13: amplify.agent.customunits.AppInfo.AppDetailsEntry } var file_customunits_customunits_proto_depIdxs = []int32{ 0, // 0: amplify.agent.customunits.APIServiceLookup.type:type_name -> amplify.agent.customunits.APIServiceLookupType 1, // 1: amplify.agent.customunits.AppLookup.type:type_name -> amplify.agent.customunits.AppLookupType - 2, // 2: amplify.agent.customunits.UnitLookup.type:type_name -> amplify.agent.customunits.UnitLookupType - 3, // 3: amplify.agent.customunits.MetricReport.apiService:type_name -> amplify.agent.customunits.APIServiceLookup - 4, // 4: amplify.agent.customunits.MetricReport.managedApp:type_name -> amplify.agent.customunits.AppLookup - 5, // 5: amplify.agent.customunits.MetricReport.planUnit:type_name -> amplify.agent.customunits.UnitLookup - 13, // 6: amplify.agent.customunits.APIInfo.ServiceDetails:type_name -> amplify.agent.customunits.APIInfo.ServiceDetailsEntry - 14, // 7: amplify.agent.customunits.AppInfo.AppDetails:type_name -> amplify.agent.customunits.AppInfo.AppDetailsEntry - 9, // 8: amplify.agent.customunits.QuotaInfo.apiInfo:type_name -> amplify.agent.customunits.APIInfo - 10, // 9: amplify.agent.customunits.QuotaInfo.appInfo:type_name -> amplify.agent.customunits.AppInfo - 8, // 10: amplify.agent.customunits.QuotaInfo.quota:type_name -> amplify.agent.customunits.Quota - 7, // 11: amplify.agent.customunits.MetricReportingService.MetricReporting:input_type -> amplify.agent.customunits.MetricServiceInit - 11, // 12: amplify.agent.customunits.QuotaEnforcement.QuotaEnforcementInfo:input_type -> amplify.agent.customunits.QuotaInfo - 6, // 13: amplify.agent.customunits.MetricReportingService.MetricReporting:output_type -> amplify.agent.customunits.MetricReport - 12, // 14: amplify.agent.customunits.QuotaEnforcement.QuotaEnforcementInfo:output_type -> amplify.agent.customunits.QuotaEnforcementResponse - 13, // [13:15] is the sub-list for method output_type - 11, // [11:13] is the sub-list for method input_type - 11, // [11:11] is the sub-list for extension type_name - 11, // [11:11] is the sub-list for extension extendee - 0, // [0:11] is the sub-list for field type_name + 2, // 2: amplify.agent.customunits.MetricReport.apiService:type_name -> amplify.agent.customunits.APIServiceLookup + 3, // 3: amplify.agent.customunits.MetricReport.managedApp:type_name -> amplify.agent.customunits.AppLookup + 4, // 4: amplify.agent.customunits.MetricReport.planUnit:type_name -> amplify.agent.customunits.UnitLookup + 12, // 5: amplify.agent.customunits.APIInfo.ServiceDetails:type_name -> amplify.agent.customunits.APIInfo.ServiceDetailsEntry + 13, // 6: amplify.agent.customunits.AppInfo.AppDetails:type_name -> amplify.agent.customunits.AppInfo.AppDetailsEntry + 8, // 7: amplify.agent.customunits.QuotaInfo.apiInfo:type_name -> amplify.agent.customunits.APIInfo + 9, // 8: amplify.agent.customunits.QuotaInfo.appInfo:type_name -> amplify.agent.customunits.AppInfo + 7, // 9: amplify.agent.customunits.QuotaInfo.quota:type_name -> amplify.agent.customunits.Quota + 6, // 10: amplify.agent.customunits.MetricReportingService.MetricReporting:input_type -> amplify.agent.customunits.MetricServiceInit + 10, // 11: amplify.agent.customunits.QuotaEnforcement.QuotaEnforcementInfo:input_type -> amplify.agent.customunits.QuotaInfo + 5, // 12: amplify.agent.customunits.MetricReportingService.MetricReporting:output_type -> amplify.agent.customunits.MetricReport + 11, // 13: amplify.agent.customunits.QuotaEnforcement.QuotaEnforcementInfo:output_type -> amplify.agent.customunits.QuotaEnforcementResponse + 12, // [12:14] is the sub-list for method output_type + 10, // [10:12] is the sub-list for method input_type + 10, // [10:10] is the sub-list for extension type_name + 10, // [10:10] is the sub-list for extension extendee + 0, // [0:10] is the sub-list for field type_name } func init() { file_customunits_customunits_proto_init() } @@ -1122,7 +1042,7 @@ func file_customunits_customunits_proto_init() { File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_customunits_customunits_proto_rawDesc, - NumEnums: 3, + NumEnums: 2, NumMessages: 12, NumExtensions: 0, NumServices: 2,