diff --git a/.changeset/chilly-adults-tie.md b/.changeset/chilly-adults-tie.md new file mode 100644 index 000000000..3c188b1da --- /dev/null +++ b/.changeset/chilly-adults-tie.md @@ -0,0 +1,6 @@ +--- +"github.com/livekit/protocol": minor +"@livekit/protocol": minor +--- + +Support cloud agent attributes in CRUD operations diff --git a/livekit/livekit_cloud_agent.pb.go b/livekit/livekit_cloud_agent.pb.go index 9c89a22b7..07fdc97e4 100644 --- a/livekit/livekit_cloud_agent.pb.go +++ b/livekit/livekit_cloud_agent.pb.go @@ -884,6 +884,7 @@ type AgentInfo struct { AgentDeployments []*AgentDeployment `protobuf:"bytes,4,rep,name=agent_deployments,json=agentDeployments,proto3" json:"agent_deployments,omitempty"` Secrets []*AgentSecret `protobuf:"bytes,5,rep,name=secrets,proto3" json:"secrets,omitempty"` DeployedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=deployed_at,json=deployedAt,proto3" json:"deployed_at,omitempty"` + Attributes map[string]string `protobuf:"bytes,7,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -960,6 +961,13 @@ func (x *AgentInfo) GetDeployedAt() *timestamppb.Timestamp { return nil } +func (x *AgentInfo) GetAttributes() map[string]string { + if x != nil { + return x.Attributes + } + return nil +} + type ListAgentsRequest struct { state protoimpl.MessageState `protogen:"open.v1"` AgentName string `protobuf:"bytes,1,opt,name=agent_name,json=agentName,proto3" json:"agent_name,omitempty"` @@ -1270,9 +1278,10 @@ type UpdateAgentRequest struct { // Deprecated: Marked as deprecated in livekit_cloud_agent.proto. MaxReplicas int32 `protobuf:"varint,4,opt,name=max_replicas,json=maxReplicas,proto3" json:"max_replicas,omitempty"` // Deprecated: Marked as deprecated in livekit_cloud_agent.proto. - CpuReq string `protobuf:"bytes,5,opt,name=cpu_req,json=cpuReq,proto3" json:"cpu_req,omitempty"` - Regions []string `protobuf:"bytes,6,rep,name=regions,proto3" json:"regions,omitempty"` - Secrets []*AgentSecret `protobuf:"bytes,7,rep,name=secrets,proto3" json:"secrets,omitempty"` + CpuReq string `protobuf:"bytes,5,opt,name=cpu_req,json=cpuReq,proto3" json:"cpu_req,omitempty"` + Regions []string `protobuf:"bytes,6,rep,name=regions,proto3" json:"regions,omitempty"` + Secrets []*AgentSecret `protobuf:"bytes,7,rep,name=secrets,proto3" json:"secrets,omitempty"` + Attributes map[string]string `protobuf:"bytes,8,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1360,6 +1369,13 @@ func (x *UpdateAgentRequest) GetSecrets() []*AgentSecret { return nil } +func (x *UpdateAgentRequest) GetAttributes() map[string]string { + if x != nil { + return x.Attributes + } + return nil +} + type UpdateAgentResponse struct { state protoimpl.MessageState `protogen:"open.v1"` Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` @@ -1519,8 +1535,9 @@ type DeployAgentRequest struct { // Deprecated: Marked as deprecated in livekit_cloud_agent.proto. MaxReplicas int32 `protobuf:"varint,5,opt,name=max_replicas,json=maxReplicas,proto3" json:"max_replicas,omitempty"` // Deprecated: Marked as deprecated in livekit_cloud_agent.proto. - CpuReq string `protobuf:"bytes,6,opt,name=cpu_req,json=cpuReq,proto3" json:"cpu_req,omitempty"` - Deployment string `protobuf:"bytes,7,opt,name=deployment,proto3" json:"deployment,omitempty"` + CpuReq string `protobuf:"bytes,6,opt,name=cpu_req,json=cpuReq,proto3" json:"cpu_req,omitempty"` + Deployment string `protobuf:"bytes,7,opt,name=deployment,proto3" json:"deployment,omitempty"` + Attributes map[string]string `protobuf:"bytes,8,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1608,6 +1625,13 @@ func (x *DeployAgentRequest) GetDeployment() string { return "" } +func (x *DeployAgentRequest) GetAttributes() map[string]string { + if x != nil { + return x.Attributes + } + return nil +} + type DeployAgentResponse struct { state protoimpl.MessageState `protogen:"open.v1"` Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` @@ -3020,7 +3044,7 @@ type PrivateLink_AWSConfig struct { func (x *PrivateLink_AWSConfig) Reset() { *x = PrivateLink_AWSConfig{} - mi := &file_livekit_cloud_agent_proto_msgTypes[45] + mi := &file_livekit_cloud_agent_proto_msgTypes[48] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3032,7 +3056,7 @@ func (x *PrivateLink_AWSConfig) String() string { func (*PrivateLink_AWSConfig) ProtoMessage() {} func (x *PrivateLink_AWSConfig) ProtoReflect() protoreflect.Message { - mi := &file_livekit_cloud_agent_proto_msgTypes[45] + mi := &file_livekit_cloud_agent_proto_msgTypes[48] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3066,7 +3090,7 @@ type CreatePrivateLinkRequest_AWSCreateConfig struct { func (x *CreatePrivateLinkRequest_AWSCreateConfig) Reset() { *x = CreatePrivateLinkRequest_AWSCreateConfig{} - mi := &file_livekit_cloud_agent_proto_msgTypes[46] + mi := &file_livekit_cloud_agent_proto_msgTypes[49] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3078,7 +3102,7 @@ func (x *CreatePrivateLinkRequest_AWSCreateConfig) String() string { func (*CreatePrivateLinkRequest_AWSCreateConfig) ProtoMessage() {} func (x *CreatePrivateLinkRequest_AWSCreateConfig) ProtoReflect() protoreflect.Message { - mi := &file_livekit_cloud_agent_proto_msgTypes[46] + mi := &file_livekit_cloud_agent_proto_msgTypes[49] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3177,7 +3201,7 @@ const file_livekit_cloud_agent_proto_rawDesc = "" + "\aversion\x18\x10 \x01(\tR\aversion\x12\x1d\n" + "\n" + "agent_name\x18\x11 \x01(\tR\tagentName\x12-\n" + - "\x12deployment_enabled\x18\x12 \x01(\bR\x11deploymentEnabled\"\x9f\x02\n" + + "\x12deployment_enabled\x18\x12 \x01(\bR\x11deploymentEnabled\"\xa2\x03\n" + "\tAgentInfo\x12%\n" + "\bagent_id\x18\x01 \x01(\tB\n" + "\xbaP\aagentIDR\aagentId\x12\x1d\n" + @@ -3187,7 +3211,13 @@ const file_livekit_cloud_agent_proto_rawDesc = "" + "\x11agent_deployments\x18\x04 \x03(\v2\x18.livekit.AgentDeploymentR\x10agentDeployments\x12.\n" + "\asecrets\x18\x05 \x03(\v2\x14.livekit.AgentSecretR\asecrets\x12;\n" + "\vdeployed_at\x18\x06 \x01(\v2\x1a.google.protobuf.TimestampR\n" + - "deployedAt\"Y\n" + + "deployedAt\x12B\n" + + "\n" + + "attributes\x18\a \x03(\v2\".livekit.AgentInfo.AttributesEntryR\n" + + "attributes\x1a=\n" + + "\x0fAttributesEntry\x12\x10\n" + + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"Y\n" + "\x11ListAgentsRequest\x12\x1d\n" + "\n" + "agent_name\x18\x01 \x01(\tR\tagentName\x12%\n" + @@ -3218,7 +3248,7 @@ const file_livekit_cloud_agent_proto_rawDesc = "" + "\n" + "agent_name\x18\x02 \x01(\tR\tagentName\"N\n" + "\x19ListAgentVersionsResponse\x121\n" + - "\bversions\x18\x01 \x03(\v2\x15.livekit.AgentVersionR\bversions\"\x8c\x02\n" + + "\bversions\x18\x01 \x03(\v2\x15.livekit.AgentVersionR\bversions\"\x98\x03\n" + "\x12UpdateAgentRequest\x12%\n" + "\bagent_id\x18\x01 \x01(\tB\n" + "\xbaP\aagentIDR\aagentId\x12!\n" + @@ -3228,7 +3258,13 @@ const file_livekit_cloud_agent_proto_rawDesc = "" + "\fmax_replicas\x18\x04 \x01(\x05B\x02\x18\x01R\vmaxReplicas\x12\x1b\n" + "\acpu_req\x18\x05 \x01(\tB\x02\x18\x01R\x06cpuReq\x12\x18\n" + "\aregions\x18\x06 \x03(\tR\aregions\x12.\n" + - "\asecrets\x18\a \x03(\v2\x14.livekit.AgentSecretR\asecrets\"I\n" + + "\asecrets\x18\a \x03(\v2\x14.livekit.AgentSecretR\asecrets\x12K\n" + + "\n" + + "attributes\x18\b \x03(\v2+.livekit.UpdateAgentRequest.AttributesEntryR\n" + + "attributes\x1a=\n" + + "\x0fAttributesEntry\x12\x10\n" + + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"I\n" + "\x13UpdateAgentResponse\x12\x18\n" + "\asuccess\x18\x01 \x01(\bR\asuccess\x12\x18\n" + "\amessage\x18\x02 \x01(\tR\amessage\"<\n" + @@ -3237,7 +3273,7 @@ const file_livekit_cloud_agent_proto_rawDesc = "" + "\xbaP\aagentIDR\aagentId\"J\n" + "\x14RestartAgentResponse\x12\x18\n" + "\asuccess\x18\x01 \x01(\bR\asuccess\x12\x18\n" + - "\amessage\x18\x02 \x01(\tR\amessage\"\x92\x02\n" + + "\amessage\x18\x02 \x01(\tR\amessage\"\x9e\x03\n" + "\x12DeployAgentRequest\x12%\n" + "\bagent_id\x18\x01 \x01(\tB\n" + "\xbaP\aagentIDR\aagentId\x12!\n" + @@ -3249,7 +3285,13 @@ const file_livekit_cloud_agent_proto_rawDesc = "" + "\acpu_req\x18\x06 \x01(\tB\x02\x18\x01R\x06cpuReq\x12\x1e\n" + "\n" + "deployment\x18\a \x01(\tR\n" + - "deployment\"\xa0\x02\n" + + "deployment\x12K\n" + + "\n" + + "attributes\x18\b \x03(\v2+.livekit.DeployAgentRequest.AttributesEntryR\n" + + "attributes\x1a=\n" + + "\x0fAttributesEntry\x12\x10\n" + + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"\xa0\x02\n" + "\x13DeployAgentResponse\x12\x18\n" + "\asuccess\x18\x01 \x01(\bR\asuccess\x12\x18\n" + "\amessage\x18\x02 \x01(\tR\amessage\x12%\n" + @@ -3412,7 +3454,7 @@ func file_livekit_cloud_agent_proto_rawDescGZIP() []byte { } var file_livekit_cloud_agent_proto_enumTypes = make([]protoimpl.EnumInfo, 3) -var file_livekit_cloud_agent_proto_msgTypes = make([]protoimpl.MessageInfo, 47) +var file_livekit_cloud_agent_proto_msgTypes = make([]protoimpl.MessageInfo, 50) var file_livekit_cloud_agent_proto_goTypes = []any{ (AgentSecretKind)(0), // 0: livekit.AgentSecretKind (AgentEventType)(0), // 1: livekit.AgentEventType @@ -3461,16 +3503,19 @@ var file_livekit_cloud_agent_proto_goTypes = []any{ (*GetPrivateLinkStatusRequest)(nil), // 44: livekit.GetPrivateLinkStatusRequest (*GetPrivateLinkStatusResponse)(nil), // 45: livekit.GetPrivateLinkStatusResponse nil, // 46: livekit.PresignedPostRequest.ValuesEntry - nil, // 47: livekit.AgentVersion.AttributesEntry - (*PrivateLink_AWSConfig)(nil), // 48: livekit.PrivateLink.AWSConfig - (*CreatePrivateLinkRequest_AWSCreateConfig)(nil), // 49: livekit.CreatePrivateLinkRequest.AWSCreateConfig - (*timestamppb.Timestamp)(nil), // 50: google.protobuf.Timestamp + nil, // 47: livekit.AgentInfo.AttributesEntry + nil, // 48: livekit.AgentVersion.AttributesEntry + nil, // 49: livekit.UpdateAgentRequest.AttributesEntry + nil, // 50: livekit.DeployAgentRequest.AttributesEntry + (*PrivateLink_AWSConfig)(nil), // 51: livekit.PrivateLink.AWSConfig + (*CreatePrivateLinkRequest_AWSCreateConfig)(nil), // 52: livekit.CreatePrivateLinkRequest.AWSCreateConfig + (*timestamppb.Timestamp)(nil), // 53: google.protobuf.Timestamp } var file_livekit_cloud_agent_proto_depIdxs = []int32{ 1, // 0: livekit.AgentEvent.type:type_name -> livekit.AgentEventType - 50, // 1: livekit.AgentEvent.timestamp:type_name -> google.protobuf.Timestamp - 50, // 2: livekit.AgentSecret.created_at:type_name -> google.protobuf.Timestamp - 50, // 3: livekit.AgentSecret.updated_at:type_name -> google.protobuf.Timestamp + 53, // 1: livekit.AgentEvent.timestamp:type_name -> google.protobuf.Timestamp + 53, // 2: livekit.AgentSecret.created_at:type_name -> google.protobuf.Timestamp + 53, // 3: livekit.AgentSecret.updated_at:type_name -> google.protobuf.Timestamp 0, // 4: livekit.AgentSecret.kind:type_name -> livekit.AgentSecretKind 4, // 5: livekit.CreateAgentRequest.secrets:type_name -> livekit.AgentSecret 9, // 6: livekit.CreateAgentResponse.presigned_post_request:type_name -> livekit.PresignedPostRequest @@ -3479,66 +3524,69 @@ var file_livekit_cloud_agent_proto_depIdxs = []int32{ 3, // 9: livekit.AgentDeployment.events:type_name -> livekit.AgentEvent 10, // 10: livekit.AgentInfo.agent_deployments:type_name -> livekit.AgentDeployment 4, // 11: livekit.AgentInfo.secrets:type_name -> livekit.AgentSecret - 50, // 12: livekit.AgentInfo.deployed_at:type_name -> google.protobuf.Timestamp - 11, // 13: livekit.ListAgentsResponse.agents:type_name -> livekit.AgentInfo - 50, // 14: livekit.AgentVersion.created_at:type_name -> google.protobuf.Timestamp - 50, // 15: livekit.AgentVersion.deployed_at:type_name -> google.protobuf.Timestamp - 47, // 16: livekit.AgentVersion.attributes:type_name -> livekit.AgentVersion.AttributesEntry - 14, // 17: livekit.ListAgentVersionsResponse.versions:type_name -> livekit.AgentVersion - 4, // 18: livekit.UpdateAgentRequest.secrets:type_name -> livekit.AgentSecret - 4, // 19: livekit.DeployAgentRequest.secrets:type_name -> livekit.AgentSecret - 9, // 20: livekit.DeployAgentResponse.presigned_post_request:type_name -> livekit.PresignedPostRequest - 4, // 21: livekit.DeployAgentV2Request.secrets:type_name -> livekit.AgentSecret - 9, // 22: livekit.DeployAgentV2Response.presigned_req:type_name -> livekit.PresignedPostRequest - 4, // 23: livekit.UpdateAgentSecretsRequest.secrets:type_name -> livekit.AgentSecret - 4, // 24: livekit.ListAgentSecretsResponse.secrets:type_name -> livekit.AgentSecret - 33, // 25: livekit.ClientSettingsResponse.params:type_name -> livekit.SettingsParam - 48, // 26: livekit.PrivateLink.aws:type_name -> livekit.PrivateLink.AWSConfig - 2, // 27: livekit.PrivateLinkStatus.status:type_name -> livekit.PrivateLinkStatus.Status - 50, // 28: livekit.PrivateLinkStatus.updated_at:type_name -> google.protobuf.Timestamp - 49, // 29: livekit.CreatePrivateLinkRequest.aws:type_name -> livekit.CreatePrivateLinkRequest.AWSCreateConfig - 36, // 30: livekit.CreatePrivateLinkResponse.private_link:type_name -> livekit.PrivateLink - 36, // 31: livekit.ListPrivateLinksResponse.items:type_name -> livekit.PrivateLink - 37, // 32: livekit.GetPrivateLinkStatusResponse.value:type_name -> livekit.PrivateLinkStatus - 5, // 33: livekit.CloudAgent.CreateAgent:input_type -> livekit.CreateAgentRequest - 7, // 34: livekit.CloudAgent.CreateAgentV2:input_type -> livekit.CreateAgentV2Request - 12, // 35: livekit.CloudAgent.ListAgents:input_type -> livekit.ListAgentsRequest - 15, // 36: livekit.CloudAgent.ListAgentVersions:input_type -> livekit.ListAgentVersionsRequest - 31, // 37: livekit.CloudAgent.ListAgentSecrets:input_type -> livekit.ListAgentSecretsRequest - 17, // 38: livekit.CloudAgent.UpdateAgent:input_type -> livekit.UpdateAgentRequest - 19, // 39: livekit.CloudAgent.RestartAgent:input_type -> livekit.RestartAgentRequest - 21, // 40: livekit.CloudAgent.DeployAgent:input_type -> livekit.DeployAgentRequest - 23, // 41: livekit.CloudAgent.DeployAgentV2:input_type -> livekit.DeployAgentV2Request - 25, // 42: livekit.CloudAgent.UpdateAgentSecrets:input_type -> livekit.UpdateAgentSecretsRequest - 27, // 43: livekit.CloudAgent.RollbackAgent:input_type -> livekit.RollbackAgentRequest - 29, // 44: livekit.CloudAgent.DeleteAgent:input_type -> livekit.DeleteAgentRequest - 35, // 45: livekit.CloudAgent.GetClientSettings:input_type -> livekit.ClientSettingsRequest - 38, // 46: livekit.CloudAgent.CreatePrivateLink:input_type -> livekit.CreatePrivateLinkRequest - 40, // 47: livekit.CloudAgent.DestroyPrivateLink:input_type -> livekit.DestroyPrivateLinkRequest - 42, // 48: livekit.CloudAgent.ListPrivateLinks:input_type -> livekit.ListPrivateLinksRequest - 44, // 49: livekit.CloudAgent.GetPrivateLinkStatus:input_type -> livekit.GetPrivateLinkStatusRequest - 6, // 50: livekit.CloudAgent.CreateAgent:output_type -> livekit.CreateAgentResponse - 8, // 51: livekit.CloudAgent.CreateAgentV2:output_type -> livekit.CreateAgentV2Response - 13, // 52: livekit.CloudAgent.ListAgents:output_type -> livekit.ListAgentsResponse - 16, // 53: livekit.CloudAgent.ListAgentVersions:output_type -> livekit.ListAgentVersionsResponse - 32, // 54: livekit.CloudAgent.ListAgentSecrets:output_type -> livekit.ListAgentSecretsResponse - 18, // 55: livekit.CloudAgent.UpdateAgent:output_type -> livekit.UpdateAgentResponse - 20, // 56: livekit.CloudAgent.RestartAgent:output_type -> livekit.RestartAgentResponse - 22, // 57: livekit.CloudAgent.DeployAgent:output_type -> livekit.DeployAgentResponse - 24, // 58: livekit.CloudAgent.DeployAgentV2:output_type -> livekit.DeployAgentV2Response - 26, // 59: livekit.CloudAgent.UpdateAgentSecrets:output_type -> livekit.UpdateAgentSecretsResponse - 28, // 60: livekit.CloudAgent.RollbackAgent:output_type -> livekit.RollbackAgentResponse - 30, // 61: livekit.CloudAgent.DeleteAgent:output_type -> livekit.DeleteAgentResponse - 34, // 62: livekit.CloudAgent.GetClientSettings:output_type -> livekit.ClientSettingsResponse - 39, // 63: livekit.CloudAgent.CreatePrivateLink:output_type -> livekit.CreatePrivateLinkResponse - 41, // 64: livekit.CloudAgent.DestroyPrivateLink:output_type -> livekit.DestroyPrivateLinkResponse - 43, // 65: livekit.CloudAgent.ListPrivateLinks:output_type -> livekit.ListPrivateLinksResponse - 45, // 66: livekit.CloudAgent.GetPrivateLinkStatus:output_type -> livekit.GetPrivateLinkStatusResponse - 50, // [50:67] is the sub-list for method output_type - 33, // [33:50] is the sub-list for method input_type - 33, // [33:33] is the sub-list for extension type_name - 33, // [33:33] is the sub-list for extension extendee - 0, // [0:33] is the sub-list for field type_name + 53, // 12: livekit.AgentInfo.deployed_at:type_name -> google.protobuf.Timestamp + 47, // 13: livekit.AgentInfo.attributes:type_name -> livekit.AgentInfo.AttributesEntry + 11, // 14: livekit.ListAgentsResponse.agents:type_name -> livekit.AgentInfo + 53, // 15: livekit.AgentVersion.created_at:type_name -> google.protobuf.Timestamp + 53, // 16: livekit.AgentVersion.deployed_at:type_name -> google.protobuf.Timestamp + 48, // 17: livekit.AgentVersion.attributes:type_name -> livekit.AgentVersion.AttributesEntry + 14, // 18: livekit.ListAgentVersionsResponse.versions:type_name -> livekit.AgentVersion + 4, // 19: livekit.UpdateAgentRequest.secrets:type_name -> livekit.AgentSecret + 49, // 20: livekit.UpdateAgentRequest.attributes:type_name -> livekit.UpdateAgentRequest.AttributesEntry + 4, // 21: livekit.DeployAgentRequest.secrets:type_name -> livekit.AgentSecret + 50, // 22: livekit.DeployAgentRequest.attributes:type_name -> livekit.DeployAgentRequest.AttributesEntry + 9, // 23: livekit.DeployAgentResponse.presigned_post_request:type_name -> livekit.PresignedPostRequest + 4, // 24: livekit.DeployAgentV2Request.secrets:type_name -> livekit.AgentSecret + 9, // 25: livekit.DeployAgentV2Response.presigned_req:type_name -> livekit.PresignedPostRequest + 4, // 26: livekit.UpdateAgentSecretsRequest.secrets:type_name -> livekit.AgentSecret + 4, // 27: livekit.ListAgentSecretsResponse.secrets:type_name -> livekit.AgentSecret + 33, // 28: livekit.ClientSettingsResponse.params:type_name -> livekit.SettingsParam + 51, // 29: livekit.PrivateLink.aws:type_name -> livekit.PrivateLink.AWSConfig + 2, // 30: livekit.PrivateLinkStatus.status:type_name -> livekit.PrivateLinkStatus.Status + 53, // 31: livekit.PrivateLinkStatus.updated_at:type_name -> google.protobuf.Timestamp + 52, // 32: livekit.CreatePrivateLinkRequest.aws:type_name -> livekit.CreatePrivateLinkRequest.AWSCreateConfig + 36, // 33: livekit.CreatePrivateLinkResponse.private_link:type_name -> livekit.PrivateLink + 36, // 34: livekit.ListPrivateLinksResponse.items:type_name -> livekit.PrivateLink + 37, // 35: livekit.GetPrivateLinkStatusResponse.value:type_name -> livekit.PrivateLinkStatus + 5, // 36: livekit.CloudAgent.CreateAgent:input_type -> livekit.CreateAgentRequest + 7, // 37: livekit.CloudAgent.CreateAgentV2:input_type -> livekit.CreateAgentV2Request + 12, // 38: livekit.CloudAgent.ListAgents:input_type -> livekit.ListAgentsRequest + 15, // 39: livekit.CloudAgent.ListAgentVersions:input_type -> livekit.ListAgentVersionsRequest + 31, // 40: livekit.CloudAgent.ListAgentSecrets:input_type -> livekit.ListAgentSecretsRequest + 17, // 41: livekit.CloudAgent.UpdateAgent:input_type -> livekit.UpdateAgentRequest + 19, // 42: livekit.CloudAgent.RestartAgent:input_type -> livekit.RestartAgentRequest + 21, // 43: livekit.CloudAgent.DeployAgent:input_type -> livekit.DeployAgentRequest + 23, // 44: livekit.CloudAgent.DeployAgentV2:input_type -> livekit.DeployAgentV2Request + 25, // 45: livekit.CloudAgent.UpdateAgentSecrets:input_type -> livekit.UpdateAgentSecretsRequest + 27, // 46: livekit.CloudAgent.RollbackAgent:input_type -> livekit.RollbackAgentRequest + 29, // 47: livekit.CloudAgent.DeleteAgent:input_type -> livekit.DeleteAgentRequest + 35, // 48: livekit.CloudAgent.GetClientSettings:input_type -> livekit.ClientSettingsRequest + 38, // 49: livekit.CloudAgent.CreatePrivateLink:input_type -> livekit.CreatePrivateLinkRequest + 40, // 50: livekit.CloudAgent.DestroyPrivateLink:input_type -> livekit.DestroyPrivateLinkRequest + 42, // 51: livekit.CloudAgent.ListPrivateLinks:input_type -> livekit.ListPrivateLinksRequest + 44, // 52: livekit.CloudAgent.GetPrivateLinkStatus:input_type -> livekit.GetPrivateLinkStatusRequest + 6, // 53: livekit.CloudAgent.CreateAgent:output_type -> livekit.CreateAgentResponse + 8, // 54: livekit.CloudAgent.CreateAgentV2:output_type -> livekit.CreateAgentV2Response + 13, // 55: livekit.CloudAgent.ListAgents:output_type -> livekit.ListAgentsResponse + 16, // 56: livekit.CloudAgent.ListAgentVersions:output_type -> livekit.ListAgentVersionsResponse + 32, // 57: livekit.CloudAgent.ListAgentSecrets:output_type -> livekit.ListAgentSecretsResponse + 18, // 58: livekit.CloudAgent.UpdateAgent:output_type -> livekit.UpdateAgentResponse + 20, // 59: livekit.CloudAgent.RestartAgent:output_type -> livekit.RestartAgentResponse + 22, // 60: livekit.CloudAgent.DeployAgent:output_type -> livekit.DeployAgentResponse + 24, // 61: livekit.CloudAgent.DeployAgentV2:output_type -> livekit.DeployAgentV2Response + 26, // 62: livekit.CloudAgent.UpdateAgentSecrets:output_type -> livekit.UpdateAgentSecretsResponse + 28, // 63: livekit.CloudAgent.RollbackAgent:output_type -> livekit.RollbackAgentResponse + 30, // 64: livekit.CloudAgent.DeleteAgent:output_type -> livekit.DeleteAgentResponse + 34, // 65: livekit.CloudAgent.GetClientSettings:output_type -> livekit.ClientSettingsResponse + 39, // 66: livekit.CloudAgent.CreatePrivateLink:output_type -> livekit.CreatePrivateLinkResponse + 41, // 67: livekit.CloudAgent.DestroyPrivateLink:output_type -> livekit.DestroyPrivateLinkResponse + 43, // 68: livekit.CloudAgent.ListPrivateLinks:output_type -> livekit.ListPrivateLinksResponse + 45, // 69: livekit.CloudAgent.GetPrivateLinkStatus:output_type -> livekit.GetPrivateLinkStatusResponse + 53, // [53:70] is the sub-list for method output_type + 36, // [36:53] is the sub-list for method input_type + 36, // [36:36] is the sub-list for extension type_name + 36, // [36:36] is the sub-list for extension extendee + 0, // [0:36] is the sub-list for field type_name } func init() { file_livekit_cloud_agent_proto_init() } @@ -3558,7 +3606,7 @@ func file_livekit_cloud_agent_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_livekit_cloud_agent_proto_rawDesc), len(file_livekit_cloud_agent_proto_rawDesc)), NumEnums: 3, - NumMessages: 47, + NumMessages: 50, NumExtensions: 0, NumServices: 1, }, diff --git a/livekit/livekit_cloud_agent.twirp.go b/livekit/livekit_cloud_agent.twirp.go index d137d01e8..4cec32508 100644 --- a/livekit/livekit_cloud_agent.twirp.go +++ b/livekit/livekit_cloud_agent.twirp.go @@ -4981,159 +4981,161 @@ func (s *cloudAgentServer) PathPrefix() string { } var twirpFileDescriptor6 = []byte{ - // 2455 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x1a, 0x5d, 0x6f, 0x1b, 0x4b, - 0x35, 0xeb, 0xaf, 0xd8, 0xc7, 0x49, 0xe3, 0x4c, 0xd2, 0xd6, 0x71, 0x92, 0xde, 0x64, 0xdb, 0x42, - 0xe8, 0xbd, 0xb8, 0xb7, 0x45, 0x82, 0xb6, 0x80, 0x84, 0x9b, 0x6c, 0x13, 0x37, 0xa9, 0x63, 0x8d, - 0x9d, 0x54, 0x45, 0x48, 0x7b, 0x37, 0xf6, 0xd4, 0xac, 0xe2, 0xfd, 0xe8, 0xee, 0xda, 0xbd, 0x41, - 0xe2, 0x89, 0x17, 0x90, 0xe0, 0x85, 0x3f, 0x00, 0xe2, 0x81, 0x07, 0xfe, 0x00, 0x52, 0x25, 0x24, - 0xc4, 0x0b, 0x3f, 0x83, 0x27, 0x10, 0xe2, 0x3f, 0x20, 0xa1, 0x9d, 0xd9, 0x8f, 0xd9, 0x0f, 0x27, - 0x4e, 0xd2, 0x8a, 0x97, 0x76, 0x67, 0xce, 0x99, 0x33, 0xe7, 0xfb, 0xcc, 0x39, 0x0e, 0xac, 0x0c, - 0xd5, 0x31, 0x39, 0x55, 0x1d, 0xb9, 0x37, 0x34, 0x46, 0x7d, 0x59, 0x19, 0x10, 0xdd, 0xa9, 0x9b, - 0x96, 0xe1, 0x18, 0x68, 0xd6, 0x03, 0xd5, 0x3e, 0x1b, 0x18, 0xc6, 0x60, 0x48, 0x1e, 0xd2, 0xed, - 0x93, 0xd1, 0xdb, 0x87, 0x8e, 0xaa, 0x11, 0xdb, 0x51, 0x34, 0x93, 0x61, 0xd6, 0x96, 0x87, 0xc6, - 0x60, 0x40, 0xac, 0x87, 0x86, 0xe9, 0xa8, 0x86, 0x6e, 0xb3, 0x5d, 0xf1, 0x57, 0x02, 0x40, 0xc3, - 0xa5, 0x27, 0x8d, 0x89, 0xee, 0xa0, 0xcf, 0x21, 0xe7, 0x9c, 0x99, 0xa4, 0x2a, 0x6c, 0x08, 0x5b, - 0x37, 0x1e, 0xdf, 0xae, 0x7b, 0xd4, 0xeb, 0x21, 0x4a, 0xf7, 0xcc, 0x24, 0x98, 0x22, 0xa1, 0x65, - 0xc8, 0xf7, 0x8c, 0x91, 0xee, 0x54, 0x33, 0x1b, 0xc2, 0x56, 0x1e, 0xb3, 0x05, 0x7a, 0x02, 0xa5, - 0xe0, 0xea, 0x6a, 0x76, 0x43, 0xd8, 0x2a, 0x3f, 0xae, 0xd5, 0x19, 0x73, 0x75, 0x9f, 0xb9, 0x7a, - 0xd7, 0xc7, 0xc0, 0x21, 0xb2, 0xf8, 0x5f, 0x01, 0xca, 0xf4, 0xa2, 0x0e, 0xe9, 0x59, 0xc4, 0x41, - 0x08, 0x72, 0xba, 0xa2, 0x31, 0x66, 0x4a, 0x98, 0x7e, 0xbb, 0x77, 0x8e, 0x95, 0xe1, 0x88, 0xd0, - 0x3b, 0xe7, 0x30, 0x5b, 0xa0, 0xa7, 0x00, 0x3d, 0x8b, 0x28, 0x0e, 0xe9, 0xcb, 0x8a, 0x33, 0xcd, - 0xa5, 0x1e, 0x76, 0xc3, 0x71, 0x8f, 0x8e, 0xcc, 0xbe, 0x7f, 0x34, 0x77, 0xf1, 0x51, 0x0f, 0xbb, - 0xe1, 0xa0, 0x2f, 0x20, 0x77, 0xaa, 0xea, 0xfd, 0x6a, 0x9e, 0x2a, 0xab, 0x1a, 0x55, 0x16, 0x93, - 0x61, 0x5f, 0xd5, 0xfb, 0x98, 0x62, 0xa1, 0x0d, 0x28, 0xf7, 0x89, 0x39, 0x34, 0xce, 0x34, 0xa2, - 0x3b, 0x76, 0xb5, 0xb0, 0x91, 0xdd, 0x2a, 0x61, 0x7e, 0x4b, 0xfc, 0xa7, 0x00, 0x68, 0x9b, 0x32, - 0x46, 0x29, 0x60, 0xf2, 0x6e, 0x44, 0x6c, 0x07, 0x6d, 0x02, 0x50, 0x8b, 0xcb, 0xa1, 0x32, 0x9e, - 0x67, 0xaa, 0x02, 0x2e, 0xd1, 0xdd, 0x96, 0xab, 0x95, 0x3a, 0xcc, 0xda, 0xf4, 0x3e, 0xbb, 0x9a, - 0xd9, 0xc8, 0x6e, 0x95, 0x1f, 0x2f, 0xa7, 0x31, 0x83, 0x7d, 0x24, 0x74, 0x07, 0x8a, 0x16, 0x31, - 0x87, 0x6a, 0x4f, 0xb1, 0xa9, 0xb6, 0xf2, 0x94, 0x60, 0xb0, 0x87, 0xee, 0xc3, 0x9c, 0xa6, 0x7c, - 0x2d, 0x07, 0x38, 0xb9, 0x00, 0xa7, 0xac, 0x29, 0x5f, 0x63, 0x1f, 0x6d, 0x15, 0x66, 0x7b, 0xe6, - 0x48, 0xb6, 0xc8, 0x3b, 0xaa, 0x03, 0xc6, 0x56, 0xa1, 0x67, 0x8e, 0x30, 0x79, 0x87, 0xaa, 0x30, - 0x6b, 0x91, 0x81, 0xeb, 0x6a, 0x9e, 0xac, 0xfe, 0x52, 0xfc, 0x6b, 0x06, 0x96, 0x22, 0x72, 0xda, - 0xa6, 0xa1, 0xdb, 0x04, 0xdd, 0x87, 0x22, 0x13, 0x54, 0xed, 0x7b, 0x62, 0xc2, 0x87, 0xf6, 0x2c, - 0xdd, 0x6a, 0xee, 0x60, 0xef, 0xa3, 0x8f, 0xd6, 0x23, 0xfa, 0xc8, 0x50, 0xe7, 0xe0, 0x74, 0x71, - 0x0b, 0x0a, 0xb6, 0xa3, 0x38, 0x23, 0x26, 0x59, 0x09, 0x7b, 0x2b, 0x97, 0x9f, 0x31, 0xb1, 0x6c, - 0xd5, 0xd0, 0xa9, 0x38, 0x25, 0xec, 0x2f, 0xd1, 0x5d, 0x98, 0x37, 0x2d, 0x62, 0xab, 0x03, 0x9d, - 0xf4, 0xe5, 0x91, 0x35, 0x64, 0xc2, 0xe0, 0xb9, 0x60, 0xf3, 0xc8, 0x1a, 0xa2, 0x0a, 0x64, 0x1d, - 0x65, 0x50, 0x2d, 0x50, 0x90, 0xfb, 0x89, 0xee, 0xc3, 0x0d, 0x9b, 0x58, 0x63, 0x62, 0xc9, 0xbe, - 0x9c, 0xb3, 0x54, 0xce, 0x79, 0xb6, 0x8b, 0xd9, 0x26, 0xea, 0xc0, 0xad, 0x90, 0xba, 0x69, 0xd8, - 0x8e, 0xab, 0x2f, 0xd7, 0xb0, 0xd5, 0x22, 0x75, 0xb6, 0xf5, 0xc0, 0x54, 0x6d, 0x1f, 0xad, 0x6d, - 0xd8, 0xbe, 0xf5, 0xf1, 0xb2, 0x99, 0xb2, 0x2b, 0x7e, 0x05, 0xcb, 0x9c, 0x06, 0x8f, 0x1f, 0xfb, - 0xbe, 0xc2, 0x39, 0x82, 0x30, 0x8d, 0x23, 0x70, 0x46, 0xca, 0x44, 0x8d, 0xf4, 0x73, 0xb8, 0x19, - 0xbb, 0xe1, 0x72, 0x56, 0x0a, 0xcd, 0x90, 0x89, 0x98, 0x21, 0xa9, 0xb5, 0x6c, 0x8a, 0xd6, 0xc4, - 0x3f, 0x0a, 0xb0, 0x9c, 0xa6, 0x0f, 0xd7, 0x0e, 0xae, 0x89, 0x58, 0x4e, 0x70, 0x3f, 0x51, 0x03, - 0x0a, 0x34, 0x0b, 0xf8, 0xbe, 0xff, 0xad, 0x73, 0x15, 0x5a, 0x3f, 0xa6, 0xb8, 0x92, 0xee, 0x58, - 0x67, 0xd8, 0x3b, 0x58, 0x7b, 0x0a, 0x65, 0x6e, 0xdb, 0xbd, 0xe3, 0x94, 0x9c, 0xf9, 0x77, 0x9c, - 0x92, 0xb3, 0x68, 0xda, 0x29, 0x79, 0x69, 0xe7, 0x59, 0xe6, 0x89, 0x20, 0xfe, 0x2d, 0x07, 0x0b, - 0x54, 0x45, 0x3b, 0x41, 0x24, 0xbb, 0xb2, 0x33, 0xe1, 0x3c, 0x12, 0xde, 0x2a, 0xa2, 0xba, 0xcc, - 0x34, 0xaa, 0x8b, 0x7a, 0x70, 0x8d, 0x8b, 0x5a, 0x1a, 0x91, 0x5c, 0xc4, 0x6e, 0xc2, 0x9c, 0xa6, - 0xea, 0x61, 0xc4, 0xe6, 0x29, 0xbc, 0xac, 0xa9, 0x3a, 0xe6, 0x51, 0xf8, 0xa0, 0x2e, 0x78, 0x28, - 0x5c, 0x40, 0xdf, 0x0e, 0x03, 0x7a, 0x96, 0x5d, 0xed, 0x05, 0xb3, 0x0b, 0x18, 0x59, 0x72, 0xcf, - 0x1c, 0x51, 0xaf, 0x75, 0x01, 0x23, 0x6b, 0xdb, 0x1c, 0xf9, 0x00, 0x8d, 0x68, 0xd5, 0x52, 0x00, - 0x78, 0x45, 0x34, 0x17, 0xa0, 0x11, 0x8d, 0x92, 0x02, 0x06, 0xd0, 0x88, 0xe6, 0x92, 0x5a, 0x85, - 0x92, 0x0b, 0x18, 0xaa, 0x9a, 0xea, 0x54, 0xcb, 0x14, 0x54, 0xd4, 0x88, 0x76, 0xe0, 0xae, 0x5d, - 0xa0, 0xcb, 0x00, 0x03, 0xce, 0x31, 0x60, 0xcf, 0x1c, 0x31, 0xe0, 0x5d, 0x98, 0x8f, 0xb8, 0x4e, - 0x75, 0x9e, 0xc5, 0x29, 0xef, 0x39, 0xe8, 0x73, 0x28, 0x90, 0x31, 0xcd, 0xb0, 0x37, 0xa8, 0x37, - 0x2c, 0xa5, 0xd4, 0x30, 0xec, 0xa1, 0xa0, 0x3b, 0x00, 0x61, 0x02, 0xae, 0x2e, 0x50, 0x72, 0xdc, - 0x0e, 0x9f, 0x33, 0x2a, 0xd1, 0x9c, 0x11, 0x4d, 0x42, 0x8b, 0xf1, 0x24, 0xf4, 0x6d, 0x40, 0x21, - 0x19, 0x99, 0xe8, 0xca, 0xc9, 0x90, 0xf4, 0xab, 0x68, 0x43, 0xd8, 0x2a, 0xe2, 0xc5, 0x10, 0x22, - 0x31, 0x80, 0xf8, 0xbb, 0x0c, 0x94, 0x28, 0x7b, 0x4d, 0xfd, 0xad, 0xf1, 0x91, 0xf2, 0x20, 0xc7, - 0x7b, 0x36, 0xca, 0xbb, 0x04, 0x8b, 0xec, 0x20, 0x5f, 0x8f, 0x72, 0x54, 0x5b, 0xb1, 0x22, 0x16, - 0xfa, 0x34, 0xae, 0x28, 0xd1, 0x0d, 0x9b, 0xcf, 0x35, 0xf9, 0x69, 0x72, 0xcd, 0xf7, 0xfd, 0x02, - 0xc8, 0x4a, 0x6d, 0xe1, 0xc2, 0x52, 0x0b, 0x3e, 0x7a, 0xc3, 0x11, 0xdf, 0xc0, 0xe2, 0x81, 0x6a, - 0x3b, 0x94, 0xb0, 0xed, 0xe7, 0x82, 0xf5, 0x64, 0x65, 0xe4, 0x35, 0x30, 0x5d, 0xb8, 0x89, 0x3f, - 0x02, 0xc4, 0x93, 0xf6, 0xd2, 0xdc, 0x03, 0x28, 0x50, 0x04, 0x3f, 0x91, 0xa2, 0xa8, 0x70, 0xae, - 0xa1, 0xb0, 0x87, 0x21, 0xfe, 0x21, 0x0b, 0x73, 0x2c, 0x4d, 0x7a, 0x1a, 0xe6, 0x74, 0x2f, 0x44, - 0x75, 0x5f, 0xa5, 0xf1, 0x62, 0x11, 0xef, 0xd5, 0x54, 0xc4, 0xfe, 0xf2, 0x3a, 0x6f, 0x98, 0x98, - 0x66, 0x73, 0x97, 0xd1, 0x2c, 0x92, 0x00, 0x14, 0xc7, 0xb1, 0xd4, 0x93, 0x91, 0x43, 0x7c, 0x4b, - 0xde, 0x8f, 0x0a, 0xeb, 0x89, 0x55, 0x6f, 0x04, 0x78, 0x2c, 0x7d, 0x72, 0x07, 0xb9, 0xa4, 0x55, - 0x88, 0x24, 0xad, 0x65, 0xc8, 0x1b, 0xef, 0x75, 0x62, 0x79, 0x09, 0x85, 0x2d, 0xdc, 0x54, 0xd6, - 0xb7, 0x14, 0x55, 0x57, 0xf5, 0x01, 0x4d, 0x28, 0x45, 0x1c, 0xac, 0x5d, 0x4a, 0x4a, 0xcf, 0x51, - 0xc7, 0x84, 0x66, 0x94, 0x22, 0xf6, 0x56, 0xb5, 0x1f, 0xc2, 0x42, 0x8c, 0x81, 0x4b, 0x25, 0xea, - 0xaf, 0xa0, 0x1a, 0x98, 0xd9, 0x13, 0x28, 0x70, 0xa4, 0x8f, 0x12, 0x71, 0x62, 0x0b, 0x56, 0x52, - 0x6e, 0xf0, 0xfc, 0xe9, 0x11, 0x14, 0x3d, 0x1f, 0xf0, 0x3d, 0xea, 0x66, 0xaa, 0x92, 0x71, 0x80, - 0x26, 0xfe, 0x3a, 0x03, 0xe8, 0x88, 0xbe, 0x36, 0x23, 0xef, 0xc1, 0x29, 0x99, 0xdd, 0x4c, 0x32, - 0x1b, 0x7f, 0x36, 0xfe, 0x5f, 0x9f, 0x81, 0x7c, 0xfe, 0x98, 0x9d, 0x22, 0x7f, 0x88, 0x4d, 0x58, - 0x8a, 0x68, 0xc3, 0x53, 0x6c, 0x15, 0x66, 0xed, 0x51, 0xaf, 0x47, 0x6c, 0x9b, 0x6a, 0xa3, 0x88, - 0xfd, 0xa5, 0x0b, 0xd1, 0x88, 0x6d, 0x2b, 0x03, 0xdf, 0x56, 0xfe, 0x52, 0xfc, 0x01, 0x2c, 0x61, - 0x37, 0x14, 0x2c, 0xe7, 0x0a, 0x9a, 0x15, 0x5f, 0xc2, 0x72, 0xf4, 0xf4, 0x35, 0x38, 0xf9, 0x6d, - 0x06, 0x10, 0x4b, 0xaa, 0x9f, 0xc8, 0xc6, 0x9c, 0x96, 0xb3, 0x97, 0x6d, 0x0d, 0x72, 0x53, 0xf8, - 0x44, 0xfe, 0x42, 0x9f, 0x28, 0x24, 0x7c, 0x22, 0x5a, 0x76, 0x67, 0xe3, 0x65, 0x57, 0xfc, 0x7d, - 0x06, 0x96, 0x22, 0x4a, 0xb9, 0xba, 0x82, 0x23, 0x9a, 0xcc, 0x4e, 0xd6, 0xe4, 0x37, 0xe3, 0x3d, - 0x40, 0x2e, 0xe0, 0x3a, 0xb5, 0x0f, 0xc8, 0x87, 0x7d, 0xc0, 0xe4, 0x07, 0x7e, 0xe1, 0xca, 0x0f, - 0xfc, 0x0b, 0x55, 0xf4, 0x1b, 0x01, 0x96, 0x39, 0x15, 0x85, 0x1d, 0xc0, 0x94, 0x9e, 0x73, 0xf9, - 0x8e, 0x91, 0xe7, 0x27, 0x9b, 0xe0, 0xe7, 0xdf, 0x02, 0xdc, 0x8c, 0xf1, 0xf3, 0xe9, 0x8d, 0xe6, - 0xd9, 0x22, 0x17, 0xda, 0xe2, 0x39, 0x6f, 0x46, 0x3f, 0x21, 0x5d, 0x68, 0x82, 0xd0, 0xc2, 0x49, - 0xef, 0x2c, 0x24, 0x44, 0xfd, 0xbb, 0x00, 0x2b, 0x5c, 0x22, 0x62, 0x9a, 0xfa, 0xb8, 0xa5, 0x04, - 0xad, 0x41, 0xc9, 0x18, 0x13, 0xeb, 0xbd, 0xa5, 0x3a, 0x84, 0x6a, 0xa0, 0x88, 0xc3, 0x0d, 0xde, - 0x78, 0xb9, 0x69, 0x8c, 0x47, 0xfb, 0x11, 0xcd, 0x18, 0x13, 0x5a, 0xde, 0x69, 0x3f, 0xe2, 0xae, - 0xc4, 0x36, 0xd4, 0xd2, 0x04, 0xb9, 0x46, 0x3a, 0x1b, 0xc3, 0x32, 0x36, 0x86, 0xc3, 0x13, 0xa5, - 0x77, 0x7a, 0x95, 0x7c, 0x76, 0xd5, 0x27, 0xad, 0xb8, 0x0f, 0x37, 0x63, 0xf7, 0x5e, 0x43, 0x88, - 0x9f, 0xb9, 0x29, 0x79, 0x48, 0xae, 0x56, 0x76, 0x2f, 0x10, 0xe1, 0xa2, 0x38, 0x6a, 0xba, 0x99, - 0x8f, 0xbb, 0xfb, 0x1a, 0x62, 0xc8, 0x70, 0x3b, 0x78, 0x8e, 0x7c, 0x0a, 0x27, 0x15, 0x5f, 0x72, - 0x2f, 0xaa, 0xb8, 0xf3, 0x5c, 0x72, 0x10, 0x21, 0x3e, 0x85, 0xf9, 0x0e, 0x71, 0x1c, 0x55, 0x1f, - 0xd8, 0x6d, 0xc5, 0x52, 0xb4, 0x8b, 0x87, 0x7f, 0xfe, 0xe3, 0x4e, 0xdc, 0x83, 0x5b, 0xdb, 0x43, - 0x95, 0xd2, 0x64, 0x04, 0x38, 0x26, 0x0a, 0xa6, 0x4b, 0xcc, 0xe7, 0xe1, 0x56, 0xc0, 0x43, 0xe4, - 0x2e, 0xec, 0x61, 0x89, 0xb7, 0xe1, 0x66, 0x9c, 0x12, 0x1b, 0xb7, 0xfc, 0x2b, 0x03, 0xe5, 0xb6, - 0xa5, 0x8e, 0x15, 0x87, 0x1c, 0xa8, 0xfa, 0x29, 0x7a, 0x02, 0x0b, 0x26, 0x5b, 0xca, 0x43, 0x55, - 0x3f, 0x0d, 0xd5, 0x58, 0xf9, 0xd0, 0x9e, 0x37, 0x43, 0xc4, 0xe6, 0x0e, 0x8e, 0x2c, 0xfb, 0x81, - 0x58, 0x19, 0x4e, 0xac, 0x70, 0x5c, 0x90, 0x8b, 0x8c, 0x0b, 0x10, 0xe4, 0x4c, 0xc3, 0x72, 0x68, - 0x0e, 0x9b, 0xc7, 0xf4, 0xdb, 0x7d, 0x38, 0x13, 0xbd, 0x6f, 0x1a, 0x6a, 0x90, 0x9a, 0x82, 0x35, - 0x7a, 0x08, 0x4b, 0x3d, 0x43, 0xd7, 0x49, 0xcf, 0x51, 0x0d, 0x5d, 0x0e, 0xd0, 0x58, 0xf1, 0x40, - 0x21, 0x48, 0xf2, 0x0f, 0x6c, 0xc2, 0x1c, 0x9b, 0x28, 0x7b, 0xd7, 0xb3, 0xd6, 0xbe, 0x4c, 0xf7, - 0xbc, 0x76, 0xfa, 0xbb, 0x90, 0x55, 0xde, 0xdb, 0x5e, 0x3b, 0x72, 0x87, 0x4b, 0xa3, 0x81, 0x50, - 0xf5, 0xc6, 0xeb, 0xce, 0xb6, 0xa1, 0xbf, 0x55, 0x07, 0x6e, 0xb5, 0xdc, 0x9b, 0xc1, 0xee, 0x81, - 0xda, 0xe7, 0x50, 0x0a, 0xf6, 0xdd, 0x37, 0x45, 0xc0, 0x4d, 0x38, 0xbf, 0x0c, 0xf6, 0x9e, 0x17, - 0xa1, 0xd0, 0xa3, 0x98, 0xe2, 0x2f, 0xb2, 0xb0, 0xc8, 0xd1, 0xee, 0xb0, 0x1e, 0xe2, 0x69, 0xd0, - 0x5b, 0xb0, 0xb9, 0xf4, 0x66, 0x1a, 0x1f, 0x0c, 0xb7, 0xce, 0xfe, 0x0b, 0xda, 0x8f, 0xe8, 0x78, - 0x37, 0x73, 0x99, 0xf1, 0x2e, 0x35, 0x8b, 0x62, 0x07, 0xc9, 0xc6, 0x5b, 0x89, 0xff, 0x10, 0xa0, - 0xe0, 0x31, 0xf6, 0x19, 0xac, 0xb6, 0x71, 0xf3, 0xb8, 0xd1, 0x95, 0xe4, 0x83, 0x66, 0x6b, 0x5f, - 0xee, 0x74, 0x1b, 0xdd, 0xa3, 0x8e, 0x7c, 0xd4, 0xda, 0x6f, 0x1d, 0xbe, 0x6e, 0x55, 0x66, 0xd0, - 0x3d, 0xd8, 0x48, 0x43, 0x68, 0xe3, 0xc3, 0xe3, 0x66, 0xa7, 0x79, 0xd8, 0x6a, 0xb6, 0x76, 0x2b, - 0x02, 0xda, 0x82, 0x7b, 0xa9, 0x58, 0x52, 0x6b, 0xa7, 0xd9, 0xda, 0x95, 0x1b, 0x6d, 0x17, 0xbf, - 0x71, 0x50, 0xc9, 0x4c, 0xba, 0x70, 0x4f, 0x6a, 0x1c, 0x74, 0xf7, 0xde, 0x54, 0xb2, 0x68, 0x13, - 0xd6, 0xd3, 0x39, 0xf2, 0x51, 0x72, 0x68, 0x03, 0xd6, 0xd2, 0x50, 0xd8, 0x2d, 0xd2, 0x4e, 0x25, - 0x2f, 0xfe, 0x39, 0x03, 0x55, 0x36, 0xfc, 0xe3, 0xf4, 0xeb, 0xe7, 0x8e, 0xb4, 0xc0, 0x0c, 0x3d, - 0x38, 0x9b, 0xea, 0xc1, 0xb9, 0x09, 0x1e, 0x9c, 0x8f, 0x79, 0xf0, 0x37, 0x62, 0x0e, 0x49, 0x3d, - 0x7c, 0x4f, 0x88, 0xb8, 0xe4, 0x2f, 0x05, 0x01, 0x35, 0x99, 0x57, 0x32, 0x73, 0x3e, 0x0a, 0xbc, - 0x61, 0x12, 0xcf, 0xd4, 0x45, 0x29, 0x2c, 0xe9, 0xa8, 0x8f, 0x60, 0x21, 0x06, 0x9d, 0xde, 0x5d, - 0x9f, 0x2f, 0xc0, 0xbc, 0xcc, 0x33, 0x2c, 0x76, 0x61, 0x25, 0x85, 0x09, 0x2f, 0x1d, 0x7d, 0x0f, - 0xe6, 0xf8, 0xac, 0x41, 0x69, 0xf3, 0x89, 0x91, 0x3f, 0x53, 0xe6, 0xd2, 0x86, 0x78, 0x04, 0x2b, - 0x3b, 0xc4, 0x76, 0x2c, 0xe3, 0x2c, 0xc5, 0x1e, 0x57, 0xce, 0x45, 0xe2, 0x1a, 0xd4, 0xd2, 0xc8, - 0x32, 0x6e, 0xc5, 0x15, 0x56, 0x3e, 0x38, 0x50, 0x90, 0x0e, 0x5f, 0xb0, 0xc4, 0x1f, 0x05, 0x05, - 0x73, 0x93, 0xbc, 0xea, 0x10, 0x2d, 0x99, 0xf6, 0xf9, 0x3b, 0x18, 0x8a, 0xf8, 0x1a, 0x56, 0x77, - 0x89, 0x93, 0x88, 0xe1, 0xeb, 0x4b, 0xd6, 0x86, 0xb5, 0x74, 0xc2, 0x1e, 0x93, 0x5f, 0xfa, 0x85, - 0x44, 0xf0, 0x12, 0xc2, 0xc4, 0x7c, 0xe2, 0x15, 0x99, 0x07, 0x86, 0x37, 0xe5, 0x0d, 0x7f, 0xd6, - 0x41, 0xeb, 0xb0, 0xd2, 0xd8, 0x95, 0x5a, 0x5d, 0xb9, 0x23, 0x6d, 0x63, 0xa9, 0x2b, 0xef, 0x37, - 0x5b, 0x3b, 0x5c, 0xe8, 0x6f, 0xc2, 0x7a, 0x12, 0x2c, 0xb5, 0x8e, 0x9b, 0xf8, 0xb0, 0xf5, 0x4a, - 0x6a, 0x75, 0x2b, 0x02, 0xaa, 0xc1, 0xad, 0x24, 0xca, 0x8b, 0xe6, 0x81, 0x54, 0xc9, 0x3c, 0xf8, - 0x20, 0xc0, 0x8d, 0xe8, 0xaf, 0x6e, 0x68, 0x0d, 0xaa, 0x0c, 0x5d, 0x3a, 0x76, 0xff, 0xed, 0xbe, - 0x69, 0x4b, 0xdc, 0x7d, 0x5b, 0x70, 0x2f, 0x01, 0x6d, 0xb4, 0xdb, 0x07, 0xcd, 0xed, 0x46, 0xb7, - 0x79, 0xd8, 0x92, 0xb7, 0x71, 0xa3, 0xb3, 0x27, 0xed, 0x54, 0x04, 0x54, 0x87, 0x07, 0x09, 0x4c, - 0x2c, 0x75, 0xba, 0x0d, 0xdc, 0x95, 0x76, 0xe4, 0xbd, 0xe6, 0xee, 0x9e, 0xbc, 0xd3, 0xec, 0xec, - 0xcb, 0x47, 0x9d, 0xc6, 0xae, 0x54, 0xc9, 0xa0, 0x2f, 0xe1, 0x8b, 0x8b, 0xf0, 0x5f, 0x49, 0xaf, - 0x0e, 0xf1, 0x1b, 0xef, 0x44, 0xf6, 0xf1, 0x5f, 0xca, 0x00, 0xdb, 0x6e, 0x5c, 0x50, 0x09, 0xd0, - 0x4b, 0x28, 0x73, 0xbf, 0x25, 0xa0, 0xd5, 0x58, 0xc0, 0xf2, 0xcf, 0xac, 0xda, 0x5a, 0x3a, 0xd0, - 0x73, 0xca, 0x19, 0xd4, 0x86, 0xf9, 0xc8, 0xef, 0x12, 0x68, 0x3d, 0xed, 0x40, 0xd0, 0x0f, 0xd5, - 0xee, 0x4c, 0x02, 0x07, 0x14, 0x77, 0x01, 0xc2, 0xf9, 0x1f, 0x0a, 0x7d, 0x21, 0x31, 0x6f, 0xac, - 0xad, 0xa6, 0xc2, 0x02, 0x42, 0x3f, 0xe1, 0x66, 0x94, 0xfe, 0xfc, 0x07, 0x6d, 0x26, 0xcf, 0xc4, - 0xa6, 0x4f, 0x35, 0xf1, 0x3c, 0x94, 0x80, 0xfa, 0x1b, 0xa8, 0xc4, 0x5f, 0x5b, 0x68, 0x23, 0x79, - 0x32, 0xfa, 0xd2, 0xab, 0x6d, 0x9e, 0x83, 0x11, 0x90, 0x7e, 0x09, 0x65, 0xae, 0x0f, 0xe0, 0xec, - 0x93, 0x9c, 0x3e, 0x71, 0xf6, 0x49, 0x19, 0xc6, 0x88, 0x33, 0xe8, 0x15, 0xcc, 0xf1, 0xc3, 0x11, - 0x14, 0xe2, 0xa7, 0x4c, 0x5c, 0x6a, 0xeb, 0x13, 0xa0, 0x3c, 0x6b, 0x5c, 0x5b, 0xc9, 0xb1, 0x96, - 0x1c, 0x9a, 0x70, 0xac, 0xa5, 0x0c, 0x0f, 0x98, 0xeb, 0x44, 0x5a, 0x54, 0xce, 0x75, 0xd2, 0x5a, - 0x69, 0xce, 0x75, 0x52, 0x3b, 0x5b, 0x71, 0x06, 0xc9, 0x91, 0x01, 0x9d, 0x6f, 0x15, 0x31, 0x4d, - 0x45, 0x31, 0xbb, 0xdc, 0x3d, 0x17, 0x87, 0x67, 0x39, 0xd2, 0xd7, 0x70, 0x2c, 0xa7, 0xf5, 0x59, - 0x1c, 0xcb, 0xa9, 0xed, 0x90, 0xaf, 0xd0, 0xa0, 0xc1, 0x88, 0x28, 0x34, 0xde, 0xf2, 0x44, 0x14, - 0x9a, 0xe8, 0x49, 0xc4, 0x19, 0x74, 0x0c, 0x8b, 0xbb, 0xc4, 0x89, 0x3e, 0x99, 0x11, 0x17, 0x70, - 0x69, 0x6f, 0xe9, 0xda, 0x67, 0x13, 0xe1, 0x7c, 0x20, 0x25, 0xaa, 0x28, 0x17, 0x48, 0x93, 0xca, - 0x3c, 0x17, 0x48, 0x13, 0x8b, 0x30, 0x33, 0x5a, 0xb2, 0xec, 0x71, 0x46, 0x9b, 0x58, 0x6a, 0x39, - 0xa3, 0x9d, 0x53, 0x37, 0x83, 0x48, 0xe5, 0xcb, 0x63, 0x2c, 0x52, 0x53, 0x8a, 0x6a, 0x2c, 0x52, - 0xd3, 0x6a, 0xab, 0x38, 0x83, 0x08, 0x2c, 0xa7, 0x15, 0x36, 0x74, 0x2f, 0x38, 0x7c, 0x4e, 0x41, - 0xad, 0xdd, 0xbf, 0x00, 0xcb, 0xbf, 0xe6, 0xf9, 0x8b, 0x1f, 0xdf, 0x1d, 0xa8, 0xce, 0x4f, 0x47, - 0x27, 0xf5, 0x9e, 0xa1, 0x3d, 0xf4, 0x0e, 0xb1, 0x3f, 0x2d, 0xe9, 0x19, 0x43, 0x7f, 0xe3, 0x4f, - 0x99, 0xf9, 0x03, 0x75, 0x4c, 0xf6, 0x69, 0xdd, 0x34, 0x1c, 0xe3, 0x3f, 0x99, 0x1b, 0xde, 0xfa, - 0xd9, 0x33, 0xba, 0x71, 0x52, 0xa0, 0x47, 0xbe, 0xf3, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x01, - 0x1e, 0x68, 0x3a, 0xc1, 0x22, 0x00, 0x00, + // 2492 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x3a, 0xdd, 0x6f, 0x1b, 0x4b, + 0xf5, 0x59, 0x7f, 0xc5, 0x3e, 0x4e, 0x1a, 0x67, 0xe2, 0xb6, 0x8e, 0x93, 0xf4, 0x26, 0xdb, 0xf6, + 0xf7, 0x0b, 0xed, 0xc5, 0xbd, 0x0d, 0x12, 0xb4, 0x05, 0x24, 0x9c, 0x64, 0x9b, 0xb8, 0x49, 0x1d, + 0x6b, 0xec, 0xa4, 0x2a, 0x42, 0xda, 0xbb, 0xb1, 0xa7, 0x66, 0x15, 0xef, 0x47, 0x77, 0xd7, 0xee, + 0x0d, 0x12, 0x4f, 0xbc, 0xc0, 0x03, 0xef, 0x3c, 0x21, 0xc4, 0x03, 0x0f, 0xfc, 0x03, 0x48, 0x95, + 0x90, 0x10, 0x2f, 0xfc, 0x19, 0x3c, 0x81, 0x10, 0xff, 0x03, 0x12, 0xda, 0x99, 0xfd, 0x98, 0xf5, + 0xae, 0x13, 0x27, 0x69, 0xc5, 0x4b, 0xeb, 0x99, 0x73, 0xe6, 0xcc, 0xf9, 0x3e, 0x73, 0xce, 0x06, + 0x96, 0x07, 0xea, 0x88, 0x9c, 0xa9, 0x8e, 0xdc, 0x1d, 0x18, 0xc3, 0x9e, 0xac, 0xf4, 0x89, 0xee, + 0xd4, 0x4c, 0xcb, 0x70, 0x0c, 0x34, 0xeb, 0x81, 0xaa, 0x5f, 0xf4, 0x0d, 0xa3, 0x3f, 0x20, 0x4f, + 0xe8, 0xf6, 0xe9, 0xf0, 0xdd, 0x13, 0x47, 0xd5, 0x88, 0xed, 0x28, 0x9a, 0xc9, 0x30, 0xab, 0xe5, + 0x81, 0xd1, 0xef, 0x13, 0xeb, 0x89, 0x61, 0x3a, 0xaa, 0xa1, 0xdb, 0x6c, 0x57, 0xfc, 0x95, 0x00, + 0x50, 0x77, 0xe9, 0x49, 0x23, 0xa2, 0x3b, 0xe8, 0x31, 0x64, 0x9c, 0x73, 0x93, 0x54, 0x84, 0x75, + 0x61, 0xf3, 0xd6, 0xd6, 0xdd, 0x9a, 0x47, 0xbd, 0x16, 0xa2, 0x74, 0xce, 0x4d, 0x82, 0x29, 0x12, + 0x2a, 0x43, 0xb6, 0x6b, 0x0c, 0x75, 0xa7, 0x92, 0x5a, 0x17, 0x36, 0xb3, 0x98, 0x2d, 0xd0, 0x33, + 0x28, 0x04, 0x57, 0x57, 0xd2, 0xeb, 0xc2, 0x66, 0x71, 0xab, 0x5a, 0x63, 0xcc, 0xd5, 0x7c, 0xe6, + 0x6a, 0x1d, 0x1f, 0x03, 0x87, 0xc8, 0xe2, 0x7f, 0x04, 0x28, 0xd2, 0x8b, 0xda, 0xa4, 0x6b, 0x11, + 0x07, 0x21, 0xc8, 0xe8, 0x8a, 0xc6, 0x98, 0x29, 0x60, 0xfa, 0xdb, 0xbd, 0x73, 0xa4, 0x0c, 0x86, + 0x84, 0xde, 0x39, 0x87, 0xd9, 0x02, 0x3d, 0x07, 0xe8, 0x5a, 0x44, 0x71, 0x48, 0x4f, 0x56, 0x9c, + 0x69, 0x2e, 0xf5, 0xb0, 0xeb, 0x8e, 0x7b, 0x74, 0x68, 0xf6, 0xfc, 0xa3, 0x99, 0xcb, 0x8f, 0x7a, + 0xd8, 0x75, 0x07, 0x7d, 0x09, 0x99, 0x33, 0x55, 0xef, 0x55, 0xb2, 0x54, 0x59, 0x95, 0xa8, 0xb2, + 0x98, 0x0c, 0x07, 0xaa, 0xde, 0xc3, 0x14, 0x0b, 0xad, 0x43, 0xb1, 0x47, 0xcc, 0x81, 0x71, 0xae, + 0x11, 0xdd, 0xb1, 0x2b, 0xb9, 0xf5, 0xf4, 0x66, 0x01, 0xf3, 0x5b, 0xe2, 0x3f, 0x04, 0x40, 0x3b, + 0x94, 0x31, 0x4a, 0x01, 0x93, 0xf7, 0x43, 0x62, 0x3b, 0x68, 0x03, 0x80, 0x5a, 0x5c, 0x0e, 0x95, + 0xb1, 0x9d, 0xaa, 0x08, 0xb8, 0x40, 0x77, 0x9b, 0xae, 0x56, 0x6a, 0x30, 0x6b, 0xd3, 0xfb, 0xec, + 0x4a, 0x6a, 0x3d, 0xbd, 0x59, 0xdc, 0x2a, 0x27, 0x31, 0x83, 0x7d, 0x24, 0x74, 0x0f, 0xf2, 0x16, + 0x31, 0x07, 0x6a, 0x57, 0xb1, 0xa9, 0xb6, 0xb2, 0x94, 0x60, 0xb0, 0x87, 0x1e, 0xc2, 0x9c, 0xa6, + 0x7c, 0x23, 0x07, 0x38, 0x99, 0x00, 0xa7, 0xa8, 0x29, 0xdf, 0x60, 0x1f, 0x6d, 0x05, 0x66, 0xbb, + 0xe6, 0x50, 0xb6, 0xc8, 0x7b, 0xaa, 0x03, 0xc6, 0x56, 0xae, 0x6b, 0x0e, 0x31, 0x79, 0x8f, 0x2a, + 0x30, 0x6b, 0x91, 0xbe, 0xeb, 0x6a, 0x9e, 0xac, 0xfe, 0x52, 0xfc, 0x4b, 0x0a, 0x96, 0x22, 0x72, + 0xda, 0xa6, 0xa1, 0xdb, 0x04, 0x3d, 0x84, 0x3c, 0x13, 0x54, 0xed, 0x79, 0x62, 0xc2, 0xc7, 0xd6, + 0x2c, 0xdd, 0x6a, 0xec, 0x62, 0xef, 0x47, 0x0f, 0xad, 0x45, 0xf4, 0x91, 0xa2, 0xce, 0xc1, 0xe9, + 0xe2, 0x0e, 0xe4, 0x6c, 0x47, 0x71, 0x86, 0x4c, 0xb2, 0x02, 0xf6, 0x56, 0x2e, 0x3f, 0x23, 0x62, + 0xd9, 0xaa, 0xa1, 0x53, 0x71, 0x0a, 0xd8, 0x5f, 0xa2, 0xfb, 0x30, 0x6f, 0x5a, 0xc4, 0x56, 0xfb, + 0x3a, 0xe9, 0xc9, 0x43, 0x6b, 0xc0, 0x84, 0xc1, 0x73, 0xc1, 0xe6, 0xb1, 0x35, 0x40, 0x25, 0x48, + 0x3b, 0x4a, 0xbf, 0x92, 0xa3, 0x20, 0xf7, 0x27, 0x7a, 0x08, 0xb7, 0x6c, 0x62, 0x8d, 0x88, 0x25, + 0xfb, 0x72, 0xce, 0x52, 0x39, 0xe7, 0xd9, 0x2e, 0x66, 0x9b, 0xa8, 0x0d, 0x77, 0x42, 0xea, 0xa6, + 0x61, 0x3b, 0xae, 0xbe, 0x5c, 0xc3, 0x56, 0xf2, 0xd4, 0xd9, 0xd6, 0x02, 0x53, 0xb5, 0x7c, 0xb4, + 0x96, 0x61, 0xfb, 0xd6, 0xc7, 0x65, 0x33, 0x61, 0x57, 0xfc, 0x1a, 0xca, 0x9c, 0x06, 0x4f, 0xb6, + 0x7c, 0x5f, 0xe1, 0x1c, 0x41, 0x98, 0xc6, 0x11, 0x38, 0x23, 0xa5, 0xa2, 0x46, 0xfa, 0x39, 0xdc, + 0x1e, 0xbb, 0xe1, 0x6a, 0x56, 0x0a, 0xcd, 0x90, 0x8a, 0x98, 0x21, 0xae, 0xb5, 0x74, 0x82, 0xd6, + 0xc4, 0x3f, 0x08, 0x50, 0x4e, 0xd2, 0x87, 0x6b, 0x07, 0xd7, 0x44, 0x2c, 0x27, 0xb8, 0x3f, 0x51, + 0x1d, 0x72, 0x34, 0x0b, 0xf8, 0xbe, 0xff, 0xad, 0x0b, 0x15, 0x5a, 0x3b, 0xa1, 0xb8, 0x92, 0xee, + 0x58, 0xe7, 0xd8, 0x3b, 0x58, 0x7d, 0x0e, 0x45, 0x6e, 0xdb, 0xbd, 0xe3, 0x8c, 0x9c, 0xfb, 0x77, + 0x9c, 0x91, 0xf3, 0x68, 0xda, 0x29, 0x78, 0x69, 0xe7, 0x45, 0xea, 0x99, 0x20, 0xfe, 0x35, 0x03, + 0x0b, 0x54, 0x45, 0xbb, 0x41, 0x24, 0xbb, 0xb2, 0x33, 0xe1, 0x3c, 0x12, 0xde, 0x2a, 0xa2, 0xba, + 0xd4, 0x34, 0xaa, 0x8b, 0x7a, 0x70, 0x95, 0x8b, 0x5a, 0x1a, 0x91, 0x5c, 0xc4, 0x6e, 0xc0, 0x9c, + 0xa6, 0xea, 0x61, 0xc4, 0x66, 0x29, 0xbc, 0xa8, 0xa9, 0x3a, 0xe6, 0x51, 0xf8, 0xa0, 0xce, 0x79, + 0x28, 0x5c, 0x40, 0xdf, 0x0d, 0x03, 0x7a, 0x96, 0x5d, 0xed, 0x05, 0xb3, 0x0b, 0x18, 0x5a, 0x72, + 0xd7, 0x1c, 0x52, 0xaf, 0x75, 0x01, 0x43, 0x6b, 0xc7, 0x1c, 0xfa, 0x00, 0x8d, 0x68, 0x95, 0x42, + 0x00, 0x78, 0x4d, 0x34, 0x17, 0xa0, 0x11, 0x8d, 0x92, 0x02, 0x06, 0xd0, 0x88, 0xe6, 0x92, 0x5a, + 0x81, 0x82, 0x0b, 0x18, 0xa8, 0x9a, 0xea, 0x54, 0x8a, 0x14, 0x94, 0xd7, 0x88, 0x76, 0xe8, 0xae, + 0x5d, 0xa0, 0xcb, 0x00, 0x03, 0xce, 0x31, 0x60, 0xd7, 0x1c, 0x32, 0xe0, 0x7d, 0x98, 0x8f, 0xb8, + 0x4e, 0x65, 0x9e, 0xc5, 0x29, 0xef, 0x39, 0xe8, 0x31, 0xe4, 0xc8, 0x88, 0x66, 0xd8, 0x5b, 0xd4, + 0x1b, 0x96, 0x12, 0x6a, 0x18, 0xf6, 0x50, 0xd0, 0x3d, 0x80, 0x30, 0x01, 0x57, 0x16, 0x28, 0x39, + 0x6e, 0x87, 0xcf, 0x19, 0xa5, 0x68, 0xce, 0x88, 0x26, 0xa1, 0xc5, 0xf1, 0x24, 0xf4, 0x6d, 0x40, + 0x21, 0x19, 0x99, 0xe8, 0xca, 0xe9, 0x80, 0xf4, 0x2a, 0x68, 0x5d, 0xd8, 0xcc, 0xe3, 0xc5, 0x10, + 0x22, 0x31, 0x80, 0xf8, 0xfb, 0x34, 0x14, 0x28, 0x7b, 0x0d, 0xfd, 0x9d, 0xf1, 0x89, 0xf2, 0x20, + 0xc7, 0x7b, 0x3a, 0xca, 0xbb, 0x04, 0x8b, 0xec, 0x20, 0x5f, 0x8f, 0x32, 0x54, 0x5b, 0x63, 0x45, + 0x2c, 0xf4, 0x69, 0x5c, 0x52, 0xa2, 0x1b, 0x36, 0x9f, 0x6b, 0xb2, 0xd3, 0xe4, 0x9a, 0xef, 0xfb, + 0x05, 0x90, 0x95, 0xda, 0xdc, 0xa5, 0xa5, 0x16, 0x7c, 0xf4, 0xba, 0x83, 0xb6, 0x01, 0x14, 0xc7, + 0xb1, 0xd4, 0xd3, 0xa1, 0x43, 0x58, 0xa2, 0x2d, 0x6e, 0x89, 0xd1, 0xfb, 0x5c, 0xdd, 0xd5, 0xea, + 0x01, 0x12, 0x8b, 0x70, 0xee, 0x54, 0xf5, 0x87, 0xb0, 0x30, 0x06, 0xbe, 0x52, 0xa4, 0xbf, 0x85, + 0xc5, 0x43, 0xd5, 0x76, 0xe8, 0x5d, 0xb6, 0x9f, 0x8e, 0xd6, 0xe2, 0xc5, 0x99, 0x37, 0xc2, 0x74, + 0x11, 0x2f, 0xfe, 0x08, 0x10, 0x4f, 0xda, 0xcb, 0xb4, 0x8f, 0x20, 0x47, 0x11, 0xfc, 0x5c, 0x8e, + 0xe2, 0xf2, 0x62, 0x0f, 0xc3, 0xf5, 0xa0, 0x39, 0x96, 0xa9, 0x3d, 0x23, 0x73, 0xe6, 0x17, 0xa2, + 0xe6, 0xaf, 0xd0, 0x90, 0xb5, 0x88, 0xf7, 0x70, 0xcb, 0x63, 0x7f, 0x79, 0x93, 0x67, 0xd4, 0x98, + 0x71, 0x33, 0x57, 0x32, 0xae, 0x14, 0x31, 0x2e, 0x73, 0xa6, 0x87, 0x51, 0x61, 0x3d, 0xb1, 0x2e, + 0xb2, 0x2f, 0x97, 0x37, 0x73, 0x91, 0xbc, 0x59, 0x86, 0xac, 0xf1, 0x41, 0x27, 0x96, 0x97, 0xd3, + 0xd8, 0xc2, 0xcd, 0xa6, 0x3d, 0x4b, 0x51, 0x75, 0x55, 0xef, 0xd3, 0x9c, 0x96, 0xc7, 0xc1, 0xda, + 0xa5, 0xa4, 0x74, 0x1d, 0x75, 0x44, 0x68, 0x52, 0xcb, 0x63, 0x6f, 0x75, 0x53, 0x0f, 0xfa, 0x1a, + 0x2a, 0x81, 0x99, 0x3d, 0x81, 0x02, 0x47, 0xfa, 0x24, 0x41, 0x2f, 0x36, 0x61, 0x39, 0xe1, 0x06, + 0xcf, 0x9f, 0x9e, 0x42, 0xde, 0xf3, 0x01, 0xdf, 0xa3, 0x6e, 0x27, 0x2a, 0x19, 0x07, 0x68, 0xe2, + 0x6f, 0xd2, 0x80, 0x8e, 0xe9, 0x83, 0x37, 0xf2, 0x24, 0x9d, 0x92, 0xd9, 0x8d, 0x38, 0xb3, 0xe3, + 0x2f, 0xd7, 0xff, 0xe9, 0x4b, 0x94, 0x4f, 0x61, 0xb3, 0xd3, 0xa4, 0xb0, 0x83, 0x88, 0xa3, 0xe6, + 0xe9, 0x91, 0xc7, 0xc1, 0x91, 0xb8, 0xa2, 0x3e, 0x67, 0x3a, 0x6a, 0xc0, 0x52, 0xe4, 0x42, 0xcf, + 0xc8, 0x15, 0x98, 0xb5, 0x87, 0xdd, 0x2e, 0xb1, 0x6d, 0x4a, 0x26, 0x8f, 0xfd, 0xa5, 0x0b, 0xd1, + 0x88, 0x6d, 0x2b, 0x7d, 0x9f, 0x98, 0xbf, 0x14, 0x7f, 0x00, 0x4b, 0xd8, 0x0d, 0x4b, 0xcb, 0xb9, + 0x86, 0x95, 0xc5, 0x57, 0x50, 0x8e, 0x9e, 0xbe, 0x01, 0x27, 0xbf, 0x4d, 0x03, 0x62, 0x35, 0xe6, + 0x33, 0xf9, 0x1b, 0x67, 0xf1, 0xf4, 0x55, 0x3b, 0xa5, 0xcc, 0x14, 0xfe, 0x99, 0xbd, 0xd4, 0x3f, + 0x73, 0x31, 0xff, 0x8c, 0xbe, 0x42, 0x66, 0x63, 0xaf, 0x90, 0x8b, 0xbd, 0x2e, 0xae, 0xae, 0xcf, + 0xe9, 0x75, 0xbf, 0x4b, 0xc1, 0x52, 0xe4, 0xc6, 0xeb, 0x1b, 0x3b, 0x62, 0xd5, 0xf4, 0x64, 0xab, + 0xfe, 0xff, 0x78, 0x7b, 0x96, 0x09, 0x34, 0x98, 0xd8, 0xa2, 0x65, 0xc3, 0x16, 0x6d, 0x72, 0xef, + 0x95, 0xbb, 0x76, 0xef, 0x75, 0x99, 0xb9, 0xc4, 0x5f, 0x0b, 0x50, 0xe6, 0x54, 0x14, 0x36, 0x67, + 0x53, 0x7a, 0xf1, 0xd5, 0x9b, 0x79, 0x9e, 0x9f, 0x74, 0x8c, 0x9f, 0x7f, 0x09, 0x70, 0x7b, 0x8c, + 0x9f, 0xcf, 0x6f, 0x34, 0xcf, 0x16, 0x99, 0xd0, 0x16, 0xdb, 0xbc, 0x19, 0xfd, 0x44, 0x7d, 0xa9, + 0x09, 0x42, 0x0b, 0xc7, 0x23, 0x25, 0x17, 0x13, 0xf5, 0x6f, 0x02, 0x2c, 0x73, 0x49, 0x91, 0x69, + 0xea, 0xd3, 0x96, 0x58, 0xb4, 0x0a, 0x05, 0x63, 0x44, 0xac, 0x0f, 0x96, 0xea, 0x10, 0xaa, 0x81, + 0x3c, 0x0e, 0x37, 0x78, 0xe3, 0x65, 0xa6, 0x31, 0x1e, 0x6d, 0x15, 0x35, 0x63, 0x44, 0xe8, 0xb3, + 0x87, 0xb6, 0x8a, 0xee, 0x4a, 0x6c, 0x41, 0x35, 0x49, 0x90, 0x1b, 0xa4, 0xd6, 0x11, 0x94, 0xb1, + 0x31, 0x18, 0x9c, 0x2a, 0xdd, 0xb3, 0xeb, 0xe4, 0xd6, 0xeb, 0x76, 0x1b, 0xe2, 0x01, 0xdc, 0x1e, + 0xbb, 0xf7, 0x06, 0x42, 0xfc, 0xcc, 0x2d, 0x0f, 0x03, 0x72, 0xbd, 0xe7, 0xc8, 0x25, 0x22, 0x5c, + 0x16, 0x47, 0x0d, 0x37, 0xf3, 0x71, 0x77, 0xdf, 0x40, 0x0c, 0x19, 0xee, 0x06, 0xcf, 0xb4, 0xcf, + 0xe1, 0xa4, 0xe2, 0x2b, 0xee, 0xa5, 0x39, 0xee, 0x3c, 0x57, 0x9c, 0x11, 0x89, 0xcf, 0x61, 0xbe, + 0x4d, 0x1c, 0x47, 0xd5, 0xfb, 0x76, 0x4b, 0xb1, 0x14, 0xed, 0xf2, 0xb9, 0xac, 0x5f, 0x31, 0xc4, + 0x7d, 0xb8, 0xb3, 0x33, 0x50, 0x29, 0x4d, 0x46, 0x80, 0x63, 0x22, 0x67, 0xba, 0xc4, 0x7c, 0x1e, + 0xee, 0x04, 0x3c, 0x44, 0xee, 0xc2, 0x1e, 0x96, 0x78, 0x17, 0x6e, 0x8f, 0x53, 0x62, 0x93, 0xb0, + 0x7f, 0xa6, 0xa0, 0xd8, 0xb2, 0xd4, 0x91, 0xe2, 0x90, 0x43, 0x55, 0x3f, 0x43, 0xcf, 0x60, 0xc1, + 0x64, 0x4b, 0x79, 0xa0, 0xea, 0x67, 0xa1, 0x1a, 0x4b, 0x1f, 0x5b, 0xf3, 0x66, 0x88, 0xd8, 0xd8, + 0xc5, 0x91, 0x65, 0x2f, 0x10, 0x2b, 0xc5, 0x89, 0x15, 0x4e, 0x72, 0x32, 0x91, 0x49, 0x0e, 0x82, + 0x8c, 0x69, 0x58, 0x0e, 0xcd, 0x61, 0xf3, 0x98, 0xfe, 0x76, 0x1b, 0x0a, 0xa2, 0xf7, 0x4c, 0x43, + 0x0d, 0x52, 0x53, 0xb0, 0x46, 0x4f, 0x60, 0xa9, 0x6b, 0xe8, 0x3a, 0xe9, 0x3a, 0xaa, 0xa1, 0xcb, + 0x01, 0x1a, 0x2b, 0x1e, 0x28, 0x04, 0x49, 0xfe, 0x81, 0x0d, 0x98, 0x63, 0xc3, 0x7e, 0xef, 0x7a, + 0x36, 0x75, 0x29, 0xd2, 0x3d, 0x6f, 0xd2, 0xf1, 0x5d, 0x48, 0x2b, 0x1f, 0x6c, 0xaf, 0x4d, 0xbb, + 0xc7, 0xa5, 0xd1, 0x40, 0xa8, 0x5a, 0xfd, 0x4d, 0x7b, 0xc7, 0xd0, 0xdf, 0xa9, 0x7d, 0xb7, 0x5a, + 0xee, 0xcf, 0x60, 0xf7, 0x40, 0xf5, 0x31, 0x14, 0x82, 0x7d, 0xf7, 0x7d, 0x13, 0x70, 0x13, 0x8e, + 0x96, 0x83, 0xbd, 0xed, 0x3c, 0xe4, 0xba, 0x14, 0x53, 0xfc, 0x45, 0x1a, 0x16, 0x39, 0xda, 0x6d, + 0xd6, 0x5b, 0x3d, 0x0f, 0x7a, 0x2e, 0xf6, 0xc9, 0x60, 0x23, 0x89, 0x0f, 0x86, 0x5b, 0x63, 0xff, + 0x05, 0x6d, 0x59, 0x74, 0xf2, 0x9e, 0xba, 0xca, 0xe4, 0x9d, 0x9a, 0x45, 0xb1, 0x83, 0x64, 0xe3, + 0xad, 0xc4, 0xbf, 0x0b, 0x90, 0xf3, 0x18, 0xfb, 0x02, 0x56, 0x5a, 0xb8, 0x71, 0x52, 0xef, 0x48, + 0xf2, 0x61, 0xa3, 0x79, 0x20, 0xb7, 0x3b, 0xf5, 0xce, 0x71, 0x5b, 0x3e, 0x6e, 0x1e, 0x34, 0x8f, + 0xde, 0x34, 0x4b, 0x33, 0xe8, 0x01, 0xac, 0x27, 0x21, 0xb4, 0xf0, 0xd1, 0x49, 0xa3, 0xdd, 0x38, + 0x6a, 0x36, 0x9a, 0x7b, 0x25, 0x01, 0x6d, 0xc2, 0x83, 0x44, 0x2c, 0xa9, 0xb9, 0xdb, 0x68, 0xee, + 0xc9, 0xf5, 0x96, 0x8b, 0x5f, 0x3f, 0x2c, 0xa5, 0x26, 0x5d, 0xb8, 0x2f, 0xd5, 0x0f, 0x3b, 0xfb, + 0x6f, 0x4b, 0x69, 0xb4, 0x01, 0x6b, 0xc9, 0x1c, 0xf9, 0x28, 0x19, 0xb4, 0x0e, 0xab, 0x49, 0x28, + 0xec, 0x16, 0x69, 0xb7, 0x94, 0x15, 0xff, 0x94, 0x82, 0x0a, 0x9b, 0xcb, 0x72, 0xfa, 0xf5, 0x73, + 0x47, 0x52, 0x60, 0x86, 0x1e, 0x9c, 0x4e, 0xf4, 0xe0, 0xcc, 0x04, 0x0f, 0xce, 0x8e, 0x79, 0xf0, + 0xff, 0x8d, 0x39, 0x24, 0xf5, 0xf0, 0x7d, 0x21, 0xe2, 0x92, 0xbf, 0x14, 0x04, 0xd4, 0x60, 0x5e, + 0xc9, 0xcc, 0xf9, 0x34, 0xf0, 0x86, 0x49, 0x3c, 0x53, 0x17, 0xa5, 0xb0, 0xb8, 0xa3, 0x3e, 0x85, + 0x85, 0x31, 0xe8, 0xf4, 0xee, 0xba, 0xbd, 0x00, 0xf3, 0x32, 0xcf, 0xb0, 0xd8, 0x81, 0xe5, 0x04, + 0x26, 0xbc, 0x74, 0xf4, 0x3d, 0x98, 0xe3, 0xb3, 0x06, 0xa5, 0xcd, 0x27, 0x46, 0xfe, 0x4c, 0x91, + 0x4b, 0x1b, 0xe2, 0x31, 0x2c, 0xef, 0x12, 0xdb, 0xb1, 0x8c, 0xf3, 0x04, 0x7b, 0x5c, 0x3b, 0x17, + 0x89, 0xab, 0x50, 0x4d, 0x22, 0xcb, 0xb8, 0x15, 0x97, 0x59, 0xf9, 0xe0, 0x40, 0x41, 0x3a, 0x7c, + 0xc9, 0x12, 0x7f, 0x14, 0x14, 0xcc, 0x93, 0xb2, 0xaa, 0x43, 0xb4, 0x78, 0xda, 0xe7, 0xef, 0x60, + 0x28, 0xe2, 0x1b, 0x58, 0xd9, 0x23, 0x4e, 0x2c, 0x86, 0x6f, 0x2e, 0x59, 0x0b, 0x56, 0x93, 0x09, + 0x7b, 0x4c, 0x7e, 0xe5, 0x17, 0x12, 0xc1, 0x4b, 0x08, 0x13, 0xf3, 0x89, 0x57, 0x64, 0x1e, 0x19, + 0xde, 0x00, 0x3e, 0xfc, 0xe2, 0x86, 0xd6, 0x60, 0xb9, 0xbe, 0x27, 0x35, 0x3b, 0x72, 0x5b, 0xda, + 0xc1, 0x52, 0x47, 0x3e, 0x68, 0x34, 0x77, 0xb9, 0xd0, 0xdf, 0x80, 0xb5, 0x38, 0x58, 0x6a, 0x9e, + 0x34, 0xf0, 0x51, 0xf3, 0xb5, 0xd4, 0xec, 0x94, 0x04, 0x54, 0x85, 0x3b, 0x71, 0x94, 0x97, 0x8d, + 0x43, 0xa9, 0x94, 0x7a, 0xf4, 0x51, 0x80, 0x5b, 0xd1, 0x0f, 0xa2, 0x68, 0x15, 0x2a, 0x0c, 0x5d, + 0x3a, 0x71, 0xff, 0xed, 0xbc, 0x6d, 0x49, 0xdc, 0x7d, 0x9b, 0xf0, 0x20, 0x06, 0xad, 0xb7, 0x5a, + 0x87, 0x8d, 0x9d, 0x7a, 0xa7, 0x71, 0xd4, 0x94, 0x77, 0x70, 0xbd, 0xbd, 0x2f, 0xed, 0x96, 0x04, + 0x54, 0x83, 0x47, 0x31, 0x4c, 0x2c, 0xb5, 0x3b, 0x75, 0xdc, 0x91, 0x76, 0xe5, 0xfd, 0xc6, 0xde, + 0xbe, 0xbc, 0xdb, 0x68, 0x1f, 0xc8, 0xc7, 0xed, 0xfa, 0x9e, 0x54, 0x4a, 0xa1, 0xaf, 0xe0, 0xcb, + 0xcb, 0xf0, 0x5f, 0x4b, 0xaf, 0x8f, 0xf0, 0x5b, 0xef, 0x44, 0x7a, 0xeb, 0xcf, 0x45, 0x80, 0x1d, + 0x37, 0x2e, 0xa8, 0x04, 0xe8, 0x15, 0x14, 0xb9, 0xcf, 0x3c, 0x68, 0x65, 0x2c, 0x60, 0xf9, 0x67, + 0x56, 0x75, 0x35, 0x19, 0xe8, 0x39, 0xe5, 0x0c, 0x6a, 0xc1, 0x7c, 0xe4, 0x93, 0x11, 0x5a, 0x4b, + 0x3a, 0x10, 0xf4, 0x43, 0xd5, 0x7b, 0x93, 0xc0, 0x01, 0xc5, 0x3d, 0x80, 0x70, 0x2e, 0x8a, 0x42, + 0x5f, 0x88, 0xcd, 0x61, 0xab, 0x2b, 0x89, 0xb0, 0x80, 0xd0, 0x4f, 0xb8, 0xd9, 0xad, 0x3f, 0x17, + 0x43, 0x1b, 0xf1, 0x33, 0x63, 0x53, 0xb9, 0xaa, 0x78, 0x11, 0x4a, 0x40, 0xfd, 0x2d, 0x94, 0xc6, + 0x5f, 0x5b, 0x68, 0x3d, 0x7e, 0x32, 0xfa, 0xd2, 0xab, 0x6e, 0x5c, 0x80, 0x11, 0x90, 0x7e, 0x05, + 0x45, 0xae, 0x0f, 0xe0, 0xec, 0x13, 0x1f, 0x36, 0x71, 0xf6, 0x49, 0x18, 0x0c, 0x89, 0x33, 0xe8, + 0x35, 0xcc, 0xf1, 0x83, 0x1a, 0x14, 0xe2, 0x27, 0x4c, 0x7f, 0xaa, 0x6b, 0x13, 0xa0, 0x3c, 0x6b, + 0x5c, 0x5b, 0xc9, 0xb1, 0x16, 0x9f, 0x48, 0x70, 0xac, 0x25, 0x0c, 0x0f, 0x98, 0xeb, 0x44, 0x5a, + 0x54, 0xce, 0x75, 0x92, 0x5a, 0x69, 0xce, 0x75, 0x12, 0x3b, 0x5b, 0x71, 0x06, 0xc9, 0x91, 0xc1, + 0xa5, 0x6f, 0x15, 0x31, 0x49, 0x45, 0x63, 0x76, 0xb9, 0x7f, 0x21, 0x0e, 0xcf, 0x72, 0xa4, 0xaf, + 0xe1, 0x58, 0x4e, 0xea, 0xb3, 0x38, 0x96, 0x13, 0xdb, 0x21, 0x5f, 0xa1, 0x41, 0x83, 0x11, 0x51, + 0xe8, 0x78, 0xcb, 0x13, 0x51, 0x68, 0xac, 0x27, 0x11, 0x67, 0xd0, 0x09, 0x2c, 0xee, 0x11, 0x27, + 0xfa, 0x64, 0x46, 0x5c, 0xc0, 0x25, 0xbd, 0xa5, 0xab, 0x5f, 0x4c, 0x84, 0xf3, 0x81, 0x14, 0xab, + 0xa2, 0x5c, 0x20, 0x4d, 0x2a, 0xf3, 0x5c, 0x20, 0x4d, 0x2c, 0xc2, 0xcc, 0x68, 0xf1, 0xb2, 0xc7, + 0x19, 0x6d, 0x62, 0xa9, 0xe5, 0x8c, 0x76, 0x41, 0xdd, 0x0c, 0x22, 0x95, 0x2f, 0x8f, 0x63, 0x91, + 0x9a, 0x50, 0x54, 0xc7, 0x22, 0x35, 0xa9, 0xb6, 0x8a, 0x33, 0x88, 0x40, 0x39, 0xa9, 0xb0, 0xa1, + 0x07, 0xc1, 0xe1, 0x0b, 0x0a, 0x6a, 0xf5, 0xe1, 0x25, 0x58, 0xfe, 0x35, 0xdb, 0x2f, 0x7f, 0x7c, + 0xbf, 0xaf, 0x3a, 0x3f, 0x1d, 0x9e, 0xd6, 0xba, 0x86, 0xf6, 0xc4, 0x3b, 0xc4, 0xfe, 0xea, 0xa7, + 0x6b, 0x0c, 0xfc, 0x8d, 0x3f, 0xa6, 0xe6, 0x0f, 0xd5, 0x11, 0x39, 0xa0, 0x75, 0xd3, 0x70, 0x8c, + 0x7f, 0xa7, 0x6e, 0x79, 0xeb, 0x17, 0x2f, 0xe8, 0xc6, 0x69, 0x8e, 0x1e, 0xf9, 0xce, 0x7f, 0x03, + 0x00, 0x00, 0xff, 0xff, 0x3a, 0x34, 0x80, 0x6b, 0x5c, 0x24, 0x00, 0x00, } diff --git a/protobufs/livekit_cloud_agent.proto b/protobufs/livekit_cloud_agent.proto index 860bc230f..bcfad318e 100644 --- a/protobufs/livekit_cloud_agent.proto +++ b/protobufs/livekit_cloud_agent.proto @@ -114,6 +114,7 @@ message AgentInfo { repeated AgentDeployment agent_deployments = 4; repeated AgentSecret secrets = 5; google.protobuf.Timestamp deployed_at = 6; + map attributes = 7; } message ListAgentsRequest { @@ -147,13 +148,14 @@ message ListAgentVersionsResponse { } message UpdateAgentRequest { - string agent_id = 1 [(logger.name) = "agentID"]; - string agent_name = 2 [deprecated=true]; - int32 replicas = 3 [deprecated=true]; - int32 max_replicas = 4 [deprecated=true]; - string cpu_req = 5 [deprecated=true]; - repeated string regions = 6; - repeated AgentSecret secrets = 7; + string agent_id = 1 [(logger.name) = "agentID"]; + string agent_name = 2 [deprecated=true]; + int32 replicas = 3 [deprecated=true]; + int32 max_replicas = 4 [deprecated=true]; + string cpu_req = 5 [deprecated=true]; + repeated string regions = 6; + repeated AgentSecret secrets = 7; + map attributes = 8; } message UpdateAgentResponse { @@ -171,13 +173,14 @@ message RestartAgentResponse { } message DeployAgentRequest { - string agent_id = 1 [(logger.name) = "agentID"]; - string agent_name = 2 [deprecated=true]; - repeated AgentSecret secrets = 3; - int32 replicas = 4 [deprecated=true]; - int32 max_replicas = 5 [deprecated=true]; - string cpu_req = 6 [deprecated=true]; - string deployment = 7; + string agent_id = 1 [(logger.name) = "agentID"]; + string agent_name = 2 [deprecated=true]; + repeated AgentSecret secrets = 3; + int32 replicas = 4 [deprecated=true]; + int32 max_replicas = 5 [deprecated=true]; + string cpu_req = 6 [deprecated=true]; + string deployment = 7; + map attributes = 8; } message DeployAgentResponse {