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 859fac83f..58432e641 100644 --- a/livekit/livekit_cloud_agent.pb.go +++ b/livekit/livekit_cloud_agent.pb.go @@ -1671,8 +1671,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 } @@ -1760,6 +1761,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"` @@ -1859,6 +1867,7 @@ type DeployAgentV2Request struct { AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` Secrets []*AgentSecret `protobuf:"bytes,2,rep,name=secrets,proto3" json:"secrets,omitempty"` Deployment string `protobuf:"bytes,3,opt,name=deployment,proto3" json:"deployment,omitempty"` + Attributes map[string]string `protobuf:"bytes,4,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 } @@ -1914,6 +1923,13 @@ func (x *DeployAgentV2Request) GetDeployment() string { return "" } +func (x *DeployAgentV2Request) GetAttributes() map[string]string { + if x != nil { + return x.Attributes + } + return nil +} + type DeployAgentV2Response struct { state protoimpl.MessageState `protogen:"open.v1"` Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` @@ -3172,7 +3188,7 @@ type PrivateLink_AWSConfig struct { func (x *PrivateLink_AWSConfig) Reset() { *x = PrivateLink_AWSConfig{} - mi := &file_livekit_cloud_agent_proto_msgTypes[47] + mi := &file_livekit_cloud_agent_proto_msgTypes[49] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3184,7 +3200,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[47] + mi := &file_livekit_cloud_agent_proto_msgTypes[49] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3218,7 +3234,7 @@ type CreatePrivateLinkRequest_AWSCreateConfig struct { func (x *CreatePrivateLinkRequest_AWSCreateConfig) Reset() { *x = CreatePrivateLinkRequest_AWSCreateConfig{} - mi := &file_livekit_cloud_agent_proto_msgTypes[48] + mi := &file_livekit_cloud_agent_proto_msgTypes[50] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3230,7 +3246,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[48] + mi := &file_livekit_cloud_agent_proto_msgTypes[50] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3404,7 +3420,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" + @@ -3416,7 +3432,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" + @@ -3427,14 +3449,20 @@ const file_livekit_cloud_agent_proto_rawDesc = "" + "\x16presigned_post_request\x18\x06 \x01(\v2\x1d.livekit.PresignedPostRequestR\x14presignedPostRequest\x12\x1e\n" + "\n" + "deployment\x18\a \x01(\tR\n" + - "deployment\"\x8d\x01\n" + + "deployment\"\x9b\x02\n" + "\x14DeployAgentV2Request\x12%\n" + "\bagent_id\x18\x01 \x01(\tB\n" + "\xbaP\aagentIDR\aagentId\x12.\n" + "\asecrets\x18\x02 \x03(\v2\x14.livekit.AgentSecretR\asecrets\x12\x1e\n" + "\n" + "deployment\x18\x03 \x01(\tR\n" + - "deployment\"\xe8\x01\n" + + "deployment\x12M\n" + + "\n" + + "attributes\x18\x04 \x03(\v2-.livekit.DeployAgentV2Request.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\"\xe8\x01\n" + "\x15DeployAgentV2Response\x12\x18\n" + "\asuccess\x18\x01 \x01(\bR\asuccess\x12\x18\n" + "\amessage\x18\x02 \x01(\tR\amessage\x12%\n" + @@ -3580,7 +3608,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, 49) +var file_livekit_cloud_agent_proto_msgTypes = make([]protoimpl.MessageInfo, 51) var file_livekit_cloud_agent_proto_goTypes = []any{ (AgentSecretKind)(0), // 0: livekit.AgentSecretKind (AgentEventType)(0), // 1: livekit.AgentEventType @@ -3632,86 +3660,90 @@ var file_livekit_cloud_agent_proto_goTypes = []any{ (*GetPrivateLinkStatusResponse)(nil), // 47: livekit.GetPrivateLinkStatusResponse nil, // 48: livekit.PresignedPostRequest.ValuesEntry nil, // 49: livekit.AgentVersion.AttributesEntry - (*PrivateLink_AWSConfig)(nil), // 50: livekit.PrivateLink.AWSConfig - (*CreatePrivateLinkRequest_AWSCreateConfig)(nil), // 51: livekit.CreatePrivateLinkRequest.AWSCreateConfig - (*timestamppb.Timestamp)(nil), // 52: google.protobuf.Timestamp + nil, // 50: livekit.DeployAgentRequest.AttributesEntry + nil, // 51: livekit.DeployAgentV2Request.AttributesEntry + (*PrivateLink_AWSConfig)(nil), // 52: livekit.PrivateLink.AWSConfig + (*CreatePrivateLinkRequest_AWSCreateConfig)(nil), // 53: livekit.CreatePrivateLinkRequest.AWSCreateConfig + (*timestamppb.Timestamp)(nil), // 54: google.protobuf.Timestamp } var file_livekit_cloud_agent_proto_depIdxs = []int32{ 1, // 0: livekit.AgentEvent.type:type_name -> livekit.AgentEventType - 52, // 1: livekit.AgentEvent.timestamp:type_name -> google.protobuf.Timestamp - 52, // 2: livekit.AgentSecret.created_at:type_name -> google.protobuf.Timestamp - 52, // 3: livekit.AgentSecret.updated_at:type_name -> google.protobuf.Timestamp + 54, // 1: livekit.AgentEvent.timestamp:type_name -> google.protobuf.Timestamp + 54, // 2: livekit.AgentSecret.created_at:type_name -> google.protobuf.Timestamp + 54, // 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 11, // 6: livekit.CreateAgentResponse.presigned_post_request:type_name -> livekit.PresignedPostRequest 4, // 7: livekit.CreateAgentV2Request.secrets:type_name -> livekit.AgentSecret 48, // 8: livekit.PresignedPostRequest.values:type_name -> livekit.PresignedPostRequest.ValuesEntry 3, // 9: livekit.AgentDeployment.events:type_name -> livekit.AgentEvent - 52, // 10: livekit.AgentDeployment.last_scraped_at:type_name -> google.protobuf.Timestamp + 54, // 10: livekit.AgentDeployment.last_scraped_at:type_name -> google.protobuf.Timestamp 12, // 11: livekit.AgentInfo.agent_deployments:type_name -> livekit.AgentDeployment 4, // 12: livekit.AgentInfo.secrets:type_name -> livekit.AgentSecret - 52, // 13: livekit.AgentInfo.deployed_at:type_name -> google.protobuf.Timestamp + 54, // 13: livekit.AgentInfo.deployed_at:type_name -> google.protobuf.Timestamp 13, // 14: livekit.ListAgentsResponse.agents:type_name -> livekit.AgentInfo - 52, // 15: livekit.AgentVersion.created_at:type_name -> google.protobuf.Timestamp - 52, // 16: livekit.AgentVersion.deployed_at:type_name -> google.protobuf.Timestamp + 54, // 15: livekit.AgentVersion.created_at:type_name -> google.protobuf.Timestamp + 54, // 16: livekit.AgentVersion.deployed_at:type_name -> google.protobuf.Timestamp 49, // 17: livekit.AgentVersion.attributes:type_name -> livekit.AgentVersion.AttributesEntry 16, // 18: livekit.ListAgentVersionsResponse.versions:type_name -> livekit.AgentVersion 4, // 19: livekit.UpdateAgentRequest.secrets:type_name -> livekit.AgentSecret 4, // 20: livekit.DeployAgentRequest.secrets:type_name -> livekit.AgentSecret - 11, // 21: livekit.DeployAgentResponse.presigned_post_request:type_name -> livekit.PresignedPostRequest - 4, // 22: livekit.DeployAgentV2Request.secrets:type_name -> livekit.AgentSecret - 11, // 23: livekit.DeployAgentV2Response.presigned_req:type_name -> livekit.PresignedPostRequest - 4, // 24: livekit.UpdateAgentSecretsRequest.secrets:type_name -> livekit.AgentSecret - 4, // 25: livekit.ListAgentSecretsResponse.secrets:type_name -> livekit.AgentSecret - 35, // 26: livekit.ClientSettingsResponse.params:type_name -> livekit.SettingsParam - 50, // 27: livekit.PrivateLink.aws:type_name -> livekit.PrivateLink.AWSConfig - 2, // 28: livekit.PrivateLinkStatus.status:type_name -> livekit.PrivateLinkStatus.Status - 52, // 29: livekit.PrivateLinkStatus.updated_at:type_name -> google.protobuf.Timestamp - 51, // 30: livekit.CreatePrivateLinkRequest.aws:type_name -> livekit.CreatePrivateLinkRequest.AWSCreateConfig - 38, // 31: livekit.CreatePrivateLinkResponse.private_link:type_name -> livekit.PrivateLink - 38, // 32: livekit.ListPrivateLinksResponse.items:type_name -> livekit.PrivateLink - 39, // 33: livekit.GetPrivateLinkStatusResponse.value:type_name -> livekit.PrivateLinkStatus - 5, // 34: livekit.CloudAgent.CreateAgent:input_type -> livekit.CreateAgentRequest - 7, // 35: livekit.CloudAgent.CreateAgentV2:input_type -> livekit.CreateAgentV2Request - 9, // 36: livekit.CloudAgent.PromoteAgent:input_type -> livekit.PromoteAgentRequest - 14, // 37: livekit.CloudAgent.ListAgents:input_type -> livekit.ListAgentsRequest - 17, // 38: livekit.CloudAgent.ListAgentVersions:input_type -> livekit.ListAgentVersionsRequest - 33, // 39: livekit.CloudAgent.ListAgentSecrets:input_type -> livekit.ListAgentSecretsRequest - 19, // 40: livekit.CloudAgent.UpdateAgent:input_type -> livekit.UpdateAgentRequest - 21, // 41: livekit.CloudAgent.RestartAgent:input_type -> livekit.RestartAgentRequest - 23, // 42: livekit.CloudAgent.DeployAgent:input_type -> livekit.DeployAgentRequest - 25, // 43: livekit.CloudAgent.DeployAgentV2:input_type -> livekit.DeployAgentV2Request - 27, // 44: livekit.CloudAgent.UpdateAgentSecrets:input_type -> livekit.UpdateAgentSecretsRequest - 29, // 45: livekit.CloudAgent.RollbackAgent:input_type -> livekit.RollbackAgentRequest - 31, // 46: livekit.CloudAgent.DeleteAgent:input_type -> livekit.DeleteAgentRequest - 37, // 47: livekit.CloudAgent.GetClientSettings:input_type -> livekit.ClientSettingsRequest - 40, // 48: livekit.CloudAgent.CreatePrivateLink:input_type -> livekit.CreatePrivateLinkRequest - 42, // 49: livekit.CloudAgent.DestroyPrivateLink:input_type -> livekit.DestroyPrivateLinkRequest - 44, // 50: livekit.CloudAgent.ListPrivateLinks:input_type -> livekit.ListPrivateLinksRequest - 46, // 51: livekit.CloudAgent.GetPrivateLinkStatus:input_type -> livekit.GetPrivateLinkStatusRequest - 6, // 52: livekit.CloudAgent.CreateAgent:output_type -> livekit.CreateAgentResponse - 8, // 53: livekit.CloudAgent.CreateAgentV2:output_type -> livekit.CreateAgentV2Response - 10, // 54: livekit.CloudAgent.PromoteAgent:output_type -> livekit.PromoteAgentResponse - 15, // 55: livekit.CloudAgent.ListAgents:output_type -> livekit.ListAgentsResponse - 18, // 56: livekit.CloudAgent.ListAgentVersions:output_type -> livekit.ListAgentVersionsResponse - 34, // 57: livekit.CloudAgent.ListAgentSecrets:output_type -> livekit.ListAgentSecretsResponse - 20, // 58: livekit.CloudAgent.UpdateAgent:output_type -> livekit.UpdateAgentResponse - 22, // 59: livekit.CloudAgent.RestartAgent:output_type -> livekit.RestartAgentResponse - 24, // 60: livekit.CloudAgent.DeployAgent:output_type -> livekit.DeployAgentResponse - 26, // 61: livekit.CloudAgent.DeployAgentV2:output_type -> livekit.DeployAgentV2Response - 28, // 62: livekit.CloudAgent.UpdateAgentSecrets:output_type -> livekit.UpdateAgentSecretsResponse - 30, // 63: livekit.CloudAgent.RollbackAgent:output_type -> livekit.RollbackAgentResponse - 32, // 64: livekit.CloudAgent.DeleteAgent:output_type -> livekit.DeleteAgentResponse - 36, // 65: livekit.CloudAgent.GetClientSettings:output_type -> livekit.ClientSettingsResponse - 41, // 66: livekit.CloudAgent.CreatePrivateLink:output_type -> livekit.CreatePrivateLinkResponse - 43, // 67: livekit.CloudAgent.DestroyPrivateLink:output_type -> livekit.DestroyPrivateLinkResponse - 45, // 68: livekit.CloudAgent.ListPrivateLinks:output_type -> livekit.ListPrivateLinksResponse - 47, // 69: livekit.CloudAgent.GetPrivateLinkStatus:output_type -> livekit.GetPrivateLinkStatusResponse - 52, // [52:70] is the sub-list for method output_type - 34, // [34:52] is the sub-list for method input_type - 34, // [34:34] is the sub-list for extension type_name - 34, // [34:34] is the sub-list for extension extendee - 0, // [0:34] is the sub-list for field type_name + 50, // 21: livekit.DeployAgentRequest.attributes:type_name -> livekit.DeployAgentRequest.AttributesEntry + 11, // 22: livekit.DeployAgentResponse.presigned_post_request:type_name -> livekit.PresignedPostRequest + 4, // 23: livekit.DeployAgentV2Request.secrets:type_name -> livekit.AgentSecret + 51, // 24: livekit.DeployAgentV2Request.attributes:type_name -> livekit.DeployAgentV2Request.AttributesEntry + 11, // 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 + 35, // 28: livekit.ClientSettingsResponse.params:type_name -> livekit.SettingsParam + 52, // 29: livekit.PrivateLink.aws:type_name -> livekit.PrivateLink.AWSConfig + 2, // 30: livekit.PrivateLinkStatus.status:type_name -> livekit.PrivateLinkStatus.Status + 54, // 31: livekit.PrivateLinkStatus.updated_at:type_name -> google.protobuf.Timestamp + 53, // 32: livekit.CreatePrivateLinkRequest.aws:type_name -> livekit.CreatePrivateLinkRequest.AWSCreateConfig + 38, // 33: livekit.CreatePrivateLinkResponse.private_link:type_name -> livekit.PrivateLink + 38, // 34: livekit.ListPrivateLinksResponse.items:type_name -> livekit.PrivateLink + 39, // 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 + 9, // 38: livekit.CloudAgent.PromoteAgent:input_type -> livekit.PromoteAgentRequest + 14, // 39: livekit.CloudAgent.ListAgents:input_type -> livekit.ListAgentsRequest + 17, // 40: livekit.CloudAgent.ListAgentVersions:input_type -> livekit.ListAgentVersionsRequest + 33, // 41: livekit.CloudAgent.ListAgentSecrets:input_type -> livekit.ListAgentSecretsRequest + 19, // 42: livekit.CloudAgent.UpdateAgent:input_type -> livekit.UpdateAgentRequest + 21, // 43: livekit.CloudAgent.RestartAgent:input_type -> livekit.RestartAgentRequest + 23, // 44: livekit.CloudAgent.DeployAgent:input_type -> livekit.DeployAgentRequest + 25, // 45: livekit.CloudAgent.DeployAgentV2:input_type -> livekit.DeployAgentV2Request + 27, // 46: livekit.CloudAgent.UpdateAgentSecrets:input_type -> livekit.UpdateAgentSecretsRequest + 29, // 47: livekit.CloudAgent.RollbackAgent:input_type -> livekit.RollbackAgentRequest + 31, // 48: livekit.CloudAgent.DeleteAgent:input_type -> livekit.DeleteAgentRequest + 37, // 49: livekit.CloudAgent.GetClientSettings:input_type -> livekit.ClientSettingsRequest + 40, // 50: livekit.CloudAgent.CreatePrivateLink:input_type -> livekit.CreatePrivateLinkRequest + 42, // 51: livekit.CloudAgent.DestroyPrivateLink:input_type -> livekit.DestroyPrivateLinkRequest + 44, // 52: livekit.CloudAgent.ListPrivateLinks:input_type -> livekit.ListPrivateLinksRequest + 46, // 53: livekit.CloudAgent.GetPrivateLinkStatus:input_type -> livekit.GetPrivateLinkStatusRequest + 6, // 54: livekit.CloudAgent.CreateAgent:output_type -> livekit.CreateAgentResponse + 8, // 55: livekit.CloudAgent.CreateAgentV2:output_type -> livekit.CreateAgentV2Response + 10, // 56: livekit.CloudAgent.PromoteAgent:output_type -> livekit.PromoteAgentResponse + 15, // 57: livekit.CloudAgent.ListAgents:output_type -> livekit.ListAgentsResponse + 18, // 58: livekit.CloudAgent.ListAgentVersions:output_type -> livekit.ListAgentVersionsResponse + 34, // 59: livekit.CloudAgent.ListAgentSecrets:output_type -> livekit.ListAgentSecretsResponse + 20, // 60: livekit.CloudAgent.UpdateAgent:output_type -> livekit.UpdateAgentResponse + 22, // 61: livekit.CloudAgent.RestartAgent:output_type -> livekit.RestartAgentResponse + 24, // 62: livekit.CloudAgent.DeployAgent:output_type -> livekit.DeployAgentResponse + 26, // 63: livekit.CloudAgent.DeployAgentV2:output_type -> livekit.DeployAgentV2Response + 28, // 64: livekit.CloudAgent.UpdateAgentSecrets:output_type -> livekit.UpdateAgentSecretsResponse + 30, // 65: livekit.CloudAgent.RollbackAgent:output_type -> livekit.RollbackAgentResponse + 32, // 66: livekit.CloudAgent.DeleteAgent:output_type -> livekit.DeleteAgentResponse + 36, // 67: livekit.CloudAgent.GetClientSettings:output_type -> livekit.ClientSettingsResponse + 41, // 68: livekit.CloudAgent.CreatePrivateLink:output_type -> livekit.CreatePrivateLinkResponse + 43, // 69: livekit.CloudAgent.DestroyPrivateLink:output_type -> livekit.DestroyPrivateLinkResponse + 45, // 70: livekit.CloudAgent.ListPrivateLinks:output_type -> livekit.ListPrivateLinksResponse + 47, // 71: livekit.CloudAgent.GetPrivateLinkStatus:output_type -> livekit.GetPrivateLinkStatusResponse + 54, // [54:72] is the sub-list for method output_type + 36, // [36:54] 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() } @@ -3731,7 +3763,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: 49, + NumMessages: 51, NumExtensions: 0, NumServices: 1, }, diff --git a/livekit/livekit_cloud_agent.twirp.go b/livekit/livekit_cloud_agent.twirp.go index f49d23def..27ce9a912 100644 --- a/livekit/livekit_cloud_agent.twirp.go +++ b/livekit/livekit_cloud_agent.twirp.go @@ -5260,166 +5260,168 @@ func (s *cloudAgentServer) PathPrefix() string { } var twirpFileDescriptor6 = []byte{ - // 2565 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0x5f, 0x6f, 0x1b, 0x4b, - 0x15, 0xcf, 0xfa, 0x5f, 0xe2, 0xe3, 0xb8, 0x71, 0x26, 0x69, 0xea, 0x38, 0x49, 0x9b, 0x6c, 0x5b, - 0x08, 0xbd, 0x17, 0xf7, 0xde, 0x22, 0x41, 0x5b, 0x40, 0xc2, 0x49, 0xb6, 0x89, 0x9b, 0xd4, 0xb1, - 0xd6, 0x4e, 0xaa, 0x22, 0xa4, 0xbd, 0x1b, 0x7b, 0x6a, 0x56, 0xf1, 0xfe, 0xe9, 0xee, 0xda, 0xbd, - 0x41, 0xe2, 0x09, 0x09, 0x01, 0xba, 0xbc, 0xf0, 0x05, 0x40, 0x3c, 0xf0, 0xc0, 0x17, 0x40, 0xea, - 0x13, 0x6f, 0x7c, 0x0c, 0x78, 0x01, 0x21, 0xbe, 0x03, 0x12, 0xda, 0x99, 0xd9, 0xdd, 0xd9, 0x3f, - 0x49, 0x9c, 0xe4, 0x56, 0xbc, 0xb4, 0x9e, 0x39, 0x67, 0x66, 0xce, 0xbf, 0xf9, 0x9d, 0x39, 0x67, - 0x03, 0xcb, 0x43, 0x6d, 0x8c, 0x4f, 0x35, 0x57, 0xe9, 0x0d, 0xcd, 0x51, 0x5f, 0x51, 0x07, 0xd8, - 0x70, 0xeb, 0x96, 0x6d, 0xba, 0x26, 0x9a, 0x66, 0xa4, 0xda, 0xbd, 0x81, 0x69, 0x0e, 0x86, 0xf8, - 0x31, 0x99, 0x3e, 0x19, 0xbd, 0x7d, 0xec, 0x6a, 0x3a, 0x76, 0x5c, 0x55, 0xb7, 0x28, 0x67, 0x6d, - 0x71, 0x68, 0x0e, 0x06, 0xd8, 0x7e, 0x6c, 0x5a, 0xae, 0x66, 0x1a, 0x0e, 0x9d, 0x15, 0x7f, 0x2d, - 0x00, 0x34, 0xbc, 0xfd, 0xa4, 0x31, 0x36, 0x5c, 0xf4, 0x09, 0xe4, 0xdc, 0x33, 0x0b, 0x57, 0x85, - 0x75, 0x61, 0xf3, 0xd6, 0x93, 0x3b, 0x75, 0xb6, 0x7b, 0x3d, 0x64, 0xe9, 0x9e, 0x59, 0x58, 0x26, - 0x4c, 0x68, 0x11, 0xf2, 0x3d, 0x73, 0x64, 0xb8, 0xd5, 0xcc, 0xba, 0xb0, 0x99, 0x97, 0xe9, 0x00, - 0x3d, 0x85, 0x62, 0x70, 0x74, 0x35, 0xbb, 0x2e, 0x6c, 0x96, 0x9e, 0xd4, 0xea, 0x54, 0xb8, 0xba, - 0x2f, 0x5c, 0xbd, 0xeb, 0x73, 0xc8, 0x21, 0xb3, 0xf8, 0x5f, 0x01, 0x4a, 0xe4, 0xa0, 0x0e, 0xee, - 0xd9, 0xd8, 0x45, 0x08, 0x72, 0x86, 0xaa, 0x53, 0x61, 0x8a, 0x32, 0xf9, 0xed, 0x9d, 0x39, 0x56, - 0x87, 0x23, 0x4c, 0xce, 0x9c, 0x95, 0xe9, 0x00, 0x3d, 0x03, 0xe8, 0xd9, 0x58, 0x75, 0x71, 0x5f, - 0x51, 0xdd, 0x49, 0x0e, 0x65, 0xdc, 0x0d, 0xd7, 0x5b, 0x3a, 0xb2, 0xfa, 0xfe, 0xd2, 0xdc, 0xe5, - 0x4b, 0x19, 0x77, 0xc3, 0x45, 0x9f, 0x42, 0xee, 0x54, 0x33, 0xfa, 0xd5, 0x3c, 0x31, 0x56, 0x35, - 0x6a, 0x2c, 0xaa, 0xc3, 0xbe, 0x66, 0xf4, 0x65, 0xc2, 0x85, 0xd6, 0xa1, 0xd4, 0xc7, 0xd6, 0xd0, - 0x3c, 0xd3, 0xb1, 0xe1, 0x3a, 0xd5, 0xc2, 0x7a, 0x76, 0xb3, 0x28, 0xf3, 0x53, 0xe2, 0x3f, 0x05, - 0x40, 0xdb, 0x44, 0x30, 0xb2, 0x83, 0x8c, 0xdf, 0x8d, 0xb0, 0xe3, 0xa2, 0x0d, 0x00, 0xe2, 0x71, - 0x25, 0x34, 0xc6, 0x56, 0xa6, 0x2a, 0xc8, 0x45, 0x32, 0xdb, 0xf2, 0xac, 0x52, 0x87, 0x69, 0x87, - 0x9c, 0xe7, 0x54, 0x33, 0xeb, 0xd9, 0xcd, 0xd2, 0x93, 0xc5, 0x34, 0x61, 0x64, 0x9f, 0x09, 0xdd, - 0x85, 0x19, 0x1b, 0x5b, 0x43, 0xad, 0xa7, 0x3a, 0xc4, 0x5a, 0x79, 0xb2, 0x61, 0x30, 0x87, 0x1e, - 0xc2, 0xac, 0xae, 0x7e, 0xa9, 0x04, 0x3c, 0xb9, 0x80, 0xa7, 0xa4, 0xab, 0x5f, 0xca, 0x3e, 0xdb, - 0x0a, 0x4c, 0xf7, 0xac, 0x91, 0x62, 0xe3, 0x77, 0xc4, 0x06, 0x54, 0xac, 0x42, 0xcf, 0x1a, 0xc9, - 0xf8, 0x1d, 0xaa, 0xc2, 0xb4, 0x8d, 0x07, 0x5e, 0xa8, 0x31, 0x5d, 0xfd, 0xa1, 0xf8, 0xd7, 0x0c, - 0x2c, 0x44, 0xf4, 0x74, 0x2c, 0xd3, 0x70, 0x30, 0x7a, 0x08, 0x33, 0x54, 0x51, 0xad, 0xcf, 0xd4, - 0x84, 0x0f, 0xed, 0x69, 0x32, 0xd5, 0xdc, 0x91, 0xd9, 0x8f, 0x3e, 0x5a, 0x8b, 0xd8, 0x23, 0x43, - 0x82, 0x83, 0xb3, 0xc5, 0x12, 0x14, 0x1c, 0x57, 0x75, 0x47, 0x54, 0xb3, 0xa2, 0xcc, 0x46, 0x9e, - 0x3c, 0x63, 0x6c, 0x3b, 0x9a, 0x69, 0x10, 0x75, 0x8a, 0xb2, 0x3f, 0x44, 0xf7, 0xa1, 0x6c, 0xd9, - 0xd8, 0xd1, 0x06, 0x06, 0xee, 0x2b, 0x23, 0x7b, 0x48, 0x95, 0x91, 0x67, 0x83, 0xc9, 0x23, 0x7b, - 0x88, 0x2a, 0x90, 0x75, 0xd5, 0x41, 0xb5, 0x40, 0x48, 0xde, 0x4f, 0xf4, 0x10, 0x6e, 0x39, 0xd8, - 0x1e, 0x63, 0x5b, 0xf1, 0xf5, 0x9c, 0x26, 0x7a, 0x96, 0xe9, 0xac, 0x4c, 0x27, 0x51, 0x07, 0x96, - 0xc2, 0xdd, 0x2d, 0xd3, 0x71, 0x3d, 0x7b, 0x79, 0x8e, 0xad, 0xce, 0x90, 0x60, 0x5b, 0x0b, 0x5c, - 0xd5, 0xf6, 0xd9, 0xda, 0xa6, 0xe3, 0x7b, 0x5f, 0x5e, 0xb4, 0x52, 0x66, 0xc5, 0x2f, 0x60, 0x91, - 0xb3, 0xe0, 0xf1, 0x13, 0x3f, 0x56, 0xb8, 0x40, 0x10, 0x26, 0x09, 0x04, 0xce, 0x49, 0x99, 0xa8, - 0x93, 0x7e, 0x0e, 0xb7, 0x63, 0x27, 0x5c, 0xcd, 0x4b, 0xa1, 0x1b, 0x32, 0x11, 0x37, 0x24, 0xad, - 0x96, 0x4d, 0xb1, 0x9a, 0xf8, 0x1b, 0x01, 0x16, 0xda, 0xb6, 0xa9, 0x9b, 0xb1, 0xcb, 0x30, 0xe1, - 0xe9, 0xde, 0x29, 0x76, 0x4f, 0x09, 0x6f, 0x17, 0x93, 0xa2, 0xec, 0xd8, 0xbd, 0x9d, 0x60, 0xd2, - 0x63, 0xeb, 0x3b, 0x2e, 0xcf, 0x46, 0x63, 0xa6, 0xdc, 0x77, 0xdc, 0x90, 0x4d, 0xfc, 0x87, 0x00, - 0x8b, 0x51, 0x61, 0x98, 0x2d, 0xaa, 0x30, 0xed, 0x8c, 0x7a, 0x3d, 0xec, 0x38, 0x44, 0x98, 0x19, - 0xd9, 0x1f, 0x7a, 0x14, 0x1d, 0x3b, 0x8e, 0x3a, 0xf0, 0x23, 0xd4, 0x1f, 0x46, 0x34, 0xc8, 0x5e, - 0x45, 0x83, 0xdc, 0x64, 0x1a, 0xe4, 0x53, 0x34, 0x40, 0xf7, 0xa0, 0xc4, 0xa2, 0x5d, 0x09, 0xa3, - 0x18, 0xd8, 0x54, 0x57, 0x1d, 0x88, 0x7f, 0x22, 0x2a, 0x26, 0x23, 0xcd, 0x8b, 0x7b, 0xef, 0x4a, - 0x50, 0x0c, 0xf6, 0x7e, 0xa2, 0x06, 0x14, 0x08, 0xea, 0xfa, 0x58, 0xf3, 0xad, 0x0b, 0x03, 0xb8, - 0x7e, 0x4c, 0x78, 0x25, 0xc3, 0xb5, 0xcf, 0x64, 0xb6, 0xb0, 0xf6, 0x0c, 0x4a, 0xdc, 0xb4, 0x77, - 0xc6, 0x29, 0x3e, 0xf3, 0xcf, 0x38, 0xc5, 0x67, 0x51, 0x98, 0x2f, 0x32, 0x98, 0x7f, 0x9e, 0x79, - 0x2a, 0x88, 0xbf, 0xcc, 0xc3, 0x1c, 0x71, 0x02, 0xa7, 0xdd, 0x12, 0x14, 0x68, 0x30, 0xb1, 0x2d, - 0xd8, 0x28, 0x62, 0xea, 0xcc, 0x24, 0xa1, 0x1a, 0x45, 0x8c, 0x1a, 0x87, 0x92, 0x04, 0x01, 0x39, - 0x84, 0xdc, 0x80, 0x59, 0x5d, 0x33, 0x42, 0x84, 0xcc, 0x13, 0x7a, 0x49, 0xd7, 0x0c, 0x99, 0x67, - 0xe1, 0x41, 0xb4, 0xc0, 0x58, 0x38, 0x00, 0xbd, 0x13, 0x02, 0xe8, 0x34, 0x3d, 0x9a, 0x81, 0xa7, - 0x47, 0x18, 0xd9, 0x4a, 0xcf, 0x1a, 0x11, 0x94, 0xf0, 0x08, 0x23, 0x7b, 0xdb, 0x1a, 0xf9, 0x04, - 0x1d, 0xeb, 0xd5, 0x62, 0x40, 0x78, 0x85, 0x75, 0x8f, 0xa0, 0x63, 0x9d, 0x6c, 0x05, 0x94, 0xa0, - 0x63, 0xdd, 0xdb, 0x6a, 0x05, 0x8a, 0x1e, 0x61, 0xa8, 0xe9, 0x9a, 0x5b, 0x2d, 0x11, 0xd2, 0x8c, - 0x8e, 0xf5, 0x03, 0x6f, 0xec, 0x11, 0x3d, 0x01, 0x28, 0x71, 0x96, 0x12, 0x7b, 0xd6, 0x88, 0x12, - 0xef, 0x43, 0x39, 0x72, 0x55, 0xab, 0x65, 0x8a, 0x8b, 0xfc, 0x4d, 0x45, 0x9f, 0x40, 0x01, 0x8f, - 0x49, 0x46, 0xbb, 0x45, 0xa2, 0x61, 0x21, 0xe5, 0xcd, 0x20, 0x33, 0x16, 0x74, 0x17, 0x80, 0x8b, - 0xd4, 0x39, 0x1a, 0x85, 0xe1, 0x0c, 0x8f, 0xd1, 0x95, 0x28, 0x46, 0x47, 0x41, 0x7f, 0x3e, 0x0e, - 0xfa, 0xdf, 0x06, 0x14, 0x6e, 0xa3, 0x60, 0x43, 0x3d, 0x19, 0xe2, 0x7e, 0x15, 0x91, 0x3b, 0x39, - 0x1f, 0x52, 0x24, 0x4a, 0x40, 0x5b, 0x30, 0x37, 0x54, 0x1d, 0x57, 0x71, 0x7a, 0xb6, 0x6a, 0xd1, - 0xcc, 0xbf, 0x70, 0x69, 0xe6, 0x2f, 0x7b, 0x4b, 0x3a, 0x74, 0x45, 0xc3, 0x15, 0x7f, 0x9f, 0x81, - 0x22, 0x51, 0xb1, 0x69, 0xbc, 0x35, 0xbf, 0xa6, 0xdc, 0xc5, 0xe9, 0x9f, 0x8d, 0xea, 0x2f, 0xc1, - 0x3c, 0x5d, 0xc8, 0xbf, 0x21, 0x72, 0xc4, 0xe2, 0xb1, 0x87, 0x47, 0x78, 0x2f, 0xe4, 0x8a, 0x1a, - 0x9d, 0x70, 0xf8, 0xfc, 0x90, 0x9f, 0x24, 0x3f, 0x7c, 0xdf, 0x7f, 0xb4, 0x50, 0x23, 0x15, 0x2e, - 0x35, 0x12, 0xf8, 0xec, 0x0d, 0x57, 0x7c, 0x03, 0xf3, 0x07, 0x9a, 0xe3, 0x92, 0x8d, 0x1d, 0x1f, - 0x4f, 0xd6, 0x92, 0xaf, 0x19, 0xde, 0x02, 0x93, 0x5d, 0x59, 0xf1, 0x47, 0x80, 0xf8, 0xad, 0x19, - 0x1c, 0x3f, 0x82, 0x02, 0x61, 0xf0, 0x93, 0x1f, 0x8a, 0x2a, 0xe7, 0x39, 0x4a, 0x66, 0x1c, 0xe2, - 0x1f, 0xb3, 0x30, 0x4b, 0x53, 0x1b, 0xb3, 0x30, 0x67, 0x7b, 0x21, 0x6a, 0xfb, 0x2a, 0xb9, 0x73, - 0xb6, 0x9f, 0x45, 0x66, 0x64, 0x7f, 0x78, 0x93, 0x77, 0x67, 0xcc, 0xb2, 0xb9, 0xab, 0x58, 0x16, - 0x49, 0x00, 0xaa, 0xeb, 0xda, 0xda, 0xc9, 0xc8, 0xc5, 0xbe, 0x27, 0x1f, 0x46, 0x95, 0x65, 0x6a, - 0xd5, 0x1b, 0x01, 0x1f, 0x85, 0x60, 0x6e, 0x21, 0x07, 0x7c, 0x85, 0x08, 0xf0, 0x2d, 0x42, 0xde, - 0x7c, 0x6f, 0x60, 0x9b, 0x81, 0x12, 0x1d, 0x78, 0x70, 0xd8, 0xb7, 0x55, 0xcd, 0xd0, 0x8c, 0x01, - 0x01, 0xa5, 0x19, 0x39, 0x18, 0x7b, 0x3b, 0xa9, 0x3d, 0x57, 0x1b, 0x63, 0x82, 0x4a, 0x33, 0x32, - 0x1b, 0xd5, 0x7e, 0x08, 0x73, 0x31, 0x01, 0xae, 0x04, 0xf6, 0x5f, 0x40, 0x35, 0x70, 0x33, 0x53, - 0xc8, 0xb9, 0xe2, 0x4b, 0xe0, 0xe2, 0x1b, 0x27, 0xb6, 0x60, 0x39, 0xe5, 0x04, 0x16, 0x4f, 0x9f, - 0xc3, 0x0c, 0x8b, 0x01, 0x3f, 0xa2, 0x6e, 0xa7, 0x1a, 0x59, 0x0e, 0xd8, 0xc4, 0xaf, 0x32, 0x80, - 0x8e, 0x48, 0x85, 0x70, 0x9d, 0x67, 0xcb, 0x46, 0x52, 0xd8, 0xf8, 0x53, 0xff, 0xff, 0xfa, 0x74, - 0xe7, 0xf1, 0x63, 0x7a, 0x02, 0xfc, 0x10, 0x9b, 0xb0, 0x10, 0xb1, 0xc6, 0xf5, 0xdf, 0x4d, 0xe2, - 0x0f, 0x60, 0x41, 0xf6, 0xae, 0x82, 0xed, 0x5e, 0xc3, 0xb2, 0xe2, 0x4b, 0x58, 0x8c, 0xae, 0xbe, - 0x81, 0x24, 0xbf, 0xcb, 0x00, 0xa2, 0xa0, 0xfa, 0x91, 0x7c, 0xcc, 0x59, 0x39, 0x7b, 0xd5, 0x72, - 0x2e, 0x37, 0x41, 0x4c, 0xe4, 0x2f, 0x8d, 0x89, 0x42, 0x22, 0x26, 0xa2, 0xa9, 0x7b, 0x3a, 0x9e, - 0xba, 0xc5, 0x3f, 0x64, 0x60, 0x21, 0x62, 0x94, 0x8f, 0xff, 0x44, 0xfe, 0x66, 0xbc, 0x6e, 0xcb, - 0x05, 0x52, 0xa7, 0xd6, 0x6e, 0xf9, 0xb0, 0x76, 0x3b, 0xbf, 0x28, 0x2b, 0x5c, 0xbb, 0x28, 0xbb, - 0xd4, 0x44, 0xbf, 0x15, 0x60, 0x91, 0x33, 0x51, 0x58, 0xb5, 0x4d, 0x18, 0x39, 0x57, 0xaf, 0xf2, - 0x21, 0x51, 0xd9, 0xf0, 0xf2, 0xfc, 0x5b, 0x80, 0xdb, 0x31, 0x79, 0x3e, 0xbe, 0xd3, 0x98, 0x2f, - 0x72, 0xa1, 0x2f, 0xb6, 0x78, 0x37, 0xfa, 0x80, 0x74, 0xa9, 0x0b, 0x42, 0x0f, 0x27, 0xa3, 0xb3, - 0x90, 0x50, 0xf5, 0x6f, 0x02, 0x2c, 0x73, 0x40, 0x44, 0x2d, 0xf5, 0xf5, 0xa6, 0x12, 0xb4, 0x0a, - 0x45, 0x73, 0x8c, 0xed, 0xf7, 0xb6, 0xe6, 0x62, 0x62, 0x81, 0x19, 0x39, 0x9c, 0xe0, 0x9d, 0x97, - 0x9b, 0xc4, 0x79, 0xa4, 0xa6, 0xd1, 0xcd, 0x31, 0x26, 0xe9, 0x9d, 0xd4, 0x34, 0xde, 0x48, 0x6c, - 0x43, 0x2d, 0x4d, 0x91, 0x1b, 0xc0, 0xd9, 0x18, 0x16, 0x65, 0x73, 0x38, 0x3c, 0x51, 0x7b, 0xa7, - 0xd7, 0xc1, 0xb3, 0xeb, 0x3e, 0x69, 0xc5, 0x7d, 0xb8, 0x1d, 0x3b, 0xf7, 0x06, 0x4a, 0xfc, 0xcc, - 0x83, 0xe4, 0x21, 0xbe, 0x5e, 0xda, 0xbd, 0x44, 0x85, 0xcb, 0xee, 0x51, 0xd3, 0x43, 0x3e, 0xee, - 0xec, 0x1b, 0xa8, 0xa1, 0xc0, 0x9d, 0xe0, 0x39, 0xf2, 0x31, 0x82, 0x54, 0x7c, 0xc9, 0xbd, 0xa8, - 0xe2, 0xc1, 0x73, 0xc5, 0xe6, 0x91, 0xf8, 0x0c, 0xca, 0x1d, 0xec, 0xba, 0x9a, 0x31, 0x70, 0xda, - 0xaa, 0xad, 0xea, 0x97, 0x37, 0x6c, 0xfd, 0xc7, 0x9d, 0xb8, 0x07, 0x4b, 0xdb, 0x43, 0x8d, 0xec, - 0x49, 0x37, 0xe0, 0x84, 0x28, 0x58, 0xde, 0x66, 0xbe, 0x0c, 0x4b, 0x81, 0x0c, 0x91, 0xb3, 0x64, - 0xc6, 0x25, 0xde, 0x81, 0xdb, 0xf1, 0x9d, 0x68, 0x8b, 0xec, 0x5f, 0x19, 0x28, 0xb5, 0x6d, 0x6d, - 0xac, 0xba, 0xf8, 0x40, 0x33, 0x4e, 0xd1, 0x53, 0x98, 0xb3, 0xe8, 0x50, 0x19, 0x6a, 0xc6, 0x69, - 0x68, 0xc6, 0xca, 0x87, 0x76, 0xd9, 0x0a, 0x19, 0x9b, 0x3b, 0x72, 0x64, 0xd8, 0x0f, 0xd4, 0xca, - 0x70, 0x6a, 0x85, 0x2d, 0x87, 0x5c, 0xa4, 0xe5, 0x80, 0x20, 0x67, 0x99, 0x36, 0xed, 0xc2, 0x94, - 0x65, 0xf2, 0xdb, 0x7b, 0x38, 0x63, 0xa3, 0x6f, 0x99, 0x5a, 0x00, 0x4d, 0xc1, 0x18, 0x3d, 0x86, - 0x85, 0x9e, 0x69, 0x18, 0xb8, 0xe7, 0x6a, 0xa6, 0xa1, 0x04, 0x6c, 0x34, 0x79, 0xa0, 0x90, 0x24, - 0xf9, 0x0b, 0x36, 0x60, 0x96, 0x7e, 0x05, 0x60, 0xc7, 0xd3, 0xf6, 0x40, 0x89, 0xcc, 0xb1, 0x92, - 0xfc, 0xbb, 0x90, 0x55, 0xdf, 0x3b, 0xac, 0x1c, 0xb9, 0xcb, 0xc1, 0x68, 0xa0, 0x54, 0xbd, 0xf1, - 0xba, 0xb3, 0x6d, 0x1a, 0x6f, 0xb5, 0x81, 0x97, 0x2d, 0xf7, 0xa6, 0x64, 0x6f, 0x41, 0xed, 0x13, - 0x28, 0x06, 0xf3, 0xde, 0x9b, 0x22, 0x90, 0x26, 0xec, 0x39, 0x07, 0x73, 0x5b, 0x33, 0x50, 0xe8, - 0x11, 0x4e, 0xf1, 0x17, 0x59, 0x98, 0xe7, 0xf6, 0xee, 0xd0, 0x1a, 0xe2, 0x59, 0x50, 0x5b, 0xd0, - 0x6f, 0x09, 0x1b, 0x69, 0x72, 0x50, 0xde, 0x3a, 0xfd, 0x2f, 0x28, 0x3f, 0xa2, 0x2d, 0xf9, 0xcc, - 0x55, 0x5a, 0xf2, 0xc4, 0x2d, 0xaa, 0x13, 0x80, 0x0d, 0x1b, 0x89, 0x7f, 0x17, 0xa0, 0xc0, 0x04, - 0xbb, 0x07, 0x2b, 0x6d, 0xb9, 0x79, 0xdc, 0xe8, 0x4a, 0xca, 0x41, 0xb3, 0xb5, 0xaf, 0x74, 0xba, - 0x8d, 0xee, 0x51, 0x47, 0x39, 0x6a, 0xed, 0xb7, 0x0e, 0x5f, 0xb7, 0x2a, 0x53, 0xe8, 0x01, 0xac, - 0xa7, 0x31, 0xb4, 0xe5, 0xc3, 0xe3, 0x66, 0xa7, 0x79, 0xd8, 0x6a, 0xb6, 0x76, 0x2b, 0x02, 0xda, - 0x84, 0x07, 0xa9, 0x5c, 0x52, 0x6b, 0xa7, 0xd9, 0xda, 0x55, 0x1a, 0x6d, 0x8f, 0xbf, 0x71, 0x50, - 0xc9, 0x9c, 0x77, 0xe0, 0x9e, 0xd4, 0x38, 0xe8, 0xee, 0xbd, 0xa9, 0x64, 0xd1, 0x06, 0xac, 0xa5, - 0x4b, 0xe4, 0xb3, 0xe4, 0xd0, 0x3a, 0xac, 0xa6, 0xb1, 0xd0, 0x53, 0xa4, 0x9d, 0x4a, 0x5e, 0xfc, - 0x4b, 0x06, 0xaa, 0xb4, 0x61, 0xcb, 0xd9, 0xd7, 0xc7, 0x8e, 0xb4, 0x8b, 0x19, 0x46, 0x70, 0x36, - 0x35, 0x82, 0x73, 0xe7, 0x44, 0x70, 0x3e, 0x16, 0xc1, 0xdf, 0x88, 0x05, 0x24, 0x89, 0xf0, 0x3d, - 0x21, 0x12, 0x92, 0xbf, 0x12, 0x04, 0xd4, 0xa4, 0x51, 0x49, 0xdd, 0xf9, 0x79, 0x10, 0x0d, 0xe7, - 0xc9, 0x4c, 0x42, 0x94, 0xd0, 0x92, 0x81, 0xfa, 0x39, 0xcc, 0xc5, 0xa8, 0x93, 0x87, 0xeb, 0xd6, - 0x1c, 0x94, 0x15, 0x5e, 0x60, 0xb1, 0x0b, 0xcb, 0x29, 0x42, 0x30, 0x38, 0xfa, 0x1e, 0xcc, 0xf2, - 0xa8, 0x41, 0xf6, 0xe6, 0x81, 0x91, 0x5f, 0x53, 0xe2, 0x60, 0x43, 0x3c, 0x82, 0xe5, 0x1d, 0xec, - 0xb8, 0xb6, 0x79, 0x96, 0xe2, 0x8f, 0x6b, 0x63, 0x91, 0xb8, 0x0a, 0xb5, 0xb4, 0x6d, 0xa9, 0xb4, - 0xe2, 0x32, 0x4d, 0x1f, 0x1c, 0x29, 0x80, 0xc3, 0x17, 0x14, 0xf8, 0xa3, 0xa4, 0xa0, 0x6f, 0x92, - 0xd7, 0x5c, 0xac, 0x27, 0x61, 0x9f, 0x3f, 0x83, 0xb2, 0x88, 0xaf, 0x61, 0x65, 0x17, 0xbb, 0x89, - 0x3b, 0x7c, 0x73, 0xcd, 0xda, 0xb0, 0x9a, 0xbe, 0x31, 0x13, 0xf2, 0x33, 0x3f, 0x91, 0x08, 0x0c, - 0x10, 0xce, 0xc5, 0x13, 0x96, 0x64, 0x1e, 0x99, 0xac, 0x53, 0x1c, 0x7e, 0x8a, 0x43, 0x6b, 0xb0, - 0xdc, 0xd8, 0x95, 0x5a, 0x5d, 0xa5, 0x23, 0x6d, 0xcb, 0x52, 0x57, 0xd9, 0x6f, 0xb6, 0x76, 0xb8, - 0xab, 0xbf, 0x01, 0x6b, 0x49, 0xb2, 0xd4, 0x3a, 0x6e, 0xca, 0x87, 0xad, 0x57, 0x52, 0xab, 0x5b, - 0x11, 0x50, 0x0d, 0x96, 0x92, 0x2c, 0x2f, 0x9a, 0x07, 0x52, 0x25, 0xf3, 0xe8, 0x83, 0x00, 0xb7, - 0xa2, 0x5f, 0x4a, 0xd1, 0x2a, 0x54, 0x29, 0xbb, 0x74, 0xec, 0xfd, 0xdb, 0x7d, 0xd3, 0x96, 0xb8, - 0xf3, 0x36, 0xe1, 0x41, 0x82, 0xda, 0x68, 0xb7, 0x0f, 0x9a, 0xdb, 0x8d, 0x6e, 0xf3, 0xb0, 0xa5, - 0x6c, 0xcb, 0x8d, 0xce, 0x9e, 0xb4, 0x53, 0x11, 0x50, 0x1d, 0x1e, 0x25, 0x38, 0x65, 0xa9, 0xd3, - 0x6d, 0xc8, 0x5d, 0x69, 0x47, 0xd9, 0x6b, 0xee, 0xee, 0x29, 0x3b, 0xcd, 0xce, 0xbe, 0x72, 0xd4, - 0x69, 0xec, 0x4a, 0x95, 0x0c, 0xfa, 0x0c, 0x3e, 0xbd, 0x8c, 0xff, 0x95, 0xf4, 0xea, 0x50, 0x7e, - 0xc3, 0x56, 0x64, 0x9f, 0x7c, 0x35, 0x0b, 0xb0, 0xed, 0xdd, 0x0b, 0xa2, 0x01, 0x7a, 0x09, 0x25, - 0xee, 0xfb, 0x0f, 0x5a, 0x89, 0x5d, 0x58, 0xfe, 0x99, 0x55, 0x5b, 0x4d, 0x27, 0xb2, 0xa0, 0x9c, - 0x42, 0x6d, 0x28, 0x47, 0xbe, 0x25, 0xa1, 0xb5, 0xb4, 0x05, 0x41, 0x3d, 0x54, 0xbb, 0x7b, 0x1e, - 0x39, 0xd8, 0xf1, 0x15, 0xcc, 0xf2, 0x1f, 0x64, 0xd0, 0x2a, 0x17, 0x0d, 0x89, 0x8f, 0x46, 0xb5, - 0xb5, 0x73, 0xa8, 0xc1, 0x76, 0xbb, 0x00, 0x61, 0x3b, 0x11, 0x85, 0xa1, 0x95, 0x68, 0x5f, 0xd6, - 0x56, 0x52, 0x69, 0xc1, 0x46, 0x3f, 0xe1, 0x5a, 0x9e, 0x7e, 0x3b, 0x09, 0x6d, 0x24, 0xd7, 0xc4, - 0x9a, 0x59, 0x35, 0xf1, 0x22, 0x96, 0x60, 0xf7, 0x37, 0x50, 0x89, 0x3f, 0xde, 0xd0, 0x7a, 0x72, - 0x65, 0xf4, 0xe1, 0x58, 0xdb, 0xb8, 0x80, 0x23, 0xd8, 0xfa, 0x25, 0x94, 0xb8, 0xb2, 0x82, 0x73, - 0x77, 0xb2, 0x99, 0xc5, 0xb9, 0x3b, 0xa5, 0xb7, 0x43, 0x9d, 0xc3, 0xf7, 0x5a, 0x38, 0xe7, 0xa4, - 0x34, 0x70, 0x38, 0xe7, 0xa4, 0x35, 0x68, 0xa8, 0x68, 0x5c, 0x95, 0xca, 0x89, 0x96, 0xec, 0xc1, - 0x70, 0xa2, 0xa5, 0xf4, 0x22, 0x68, 0x24, 0x46, 0x2a, 0x5e, 0x2e, 0x12, 0xd3, 0x2a, 0x73, 0x2e, - 0x12, 0x53, 0x0b, 0x65, 0x71, 0x0a, 0x29, 0x91, 0x7e, 0x9f, 0xef, 0x15, 0x31, 0xcd, 0x44, 0x31, - 0xbf, 0xdc, 0xbf, 0x90, 0x87, 0x17, 0x39, 0x52, 0x26, 0x71, 0x22, 0xa7, 0x95, 0x6d, 0x9c, 0xc8, - 0xa9, 0xd5, 0x95, 0x6f, 0xd0, 0xa0, 0x5e, 0x89, 0x18, 0x34, 0x5e, 0x41, 0x45, 0x0c, 0x9a, 0x28, - 0x71, 0xc4, 0x29, 0x74, 0x0c, 0xf3, 0xbb, 0xd8, 0x8d, 0xbe, 0xc0, 0x11, 0x77, 0x7f, 0xd3, 0x9e, - 0xe6, 0xb5, 0x7b, 0xe7, 0xd2, 0xf9, 0x8b, 0x94, 0x48, 0xca, 0xdc, 0x45, 0x3a, 0xef, 0xd5, 0xc0, - 0x5d, 0xa4, 0x73, 0x73, 0x3a, 0x75, 0x5a, 0x32, 0x8b, 0x72, 0x4e, 0x3b, 0x37, 0x73, 0x73, 0x4e, - 0xbb, 0x20, 0x0d, 0x07, 0x37, 0x95, 0xcf, 0xb6, 0xb1, 0x9b, 0x9a, 0x92, 0xa3, 0x63, 0x37, 0x35, - 0x2d, 0x55, 0x8b, 0x53, 0x08, 0xc3, 0x62, 0x5a, 0x9e, 0x44, 0x0f, 0x82, 0xc5, 0x17, 0xe4, 0xe7, - 0xda, 0xc3, 0x4b, 0xb8, 0xfc, 0x63, 0xb6, 0x5e, 0xfc, 0xf8, 0xfe, 0x40, 0x73, 0x7f, 0x3a, 0x3a, - 0xa9, 0xf7, 0x4c, 0xfd, 0x31, 0x5b, 0x44, 0xff, 0xba, 0xa8, 0x67, 0x0e, 0xfd, 0x89, 0x3f, 0x67, - 0xca, 0x07, 0xda, 0x18, 0xef, 0x53, 0x68, 0x75, 0xcd, 0xff, 0x64, 0x6e, 0xb1, 0xf1, 0xf3, 0xe7, - 0x64, 0xe2, 0xa4, 0x40, 0x96, 0x7c, 0xe7, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x86, 0xeb, 0x9f, - 0xcf, 0xc4, 0x24, 0x00, 0x00, + // 2600 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0x5d, 0x6f, 0x1b, 0x4b, + 0xf9, 0xcf, 0xfa, 0x2d, 0xf6, 0xe3, 0xb8, 0x71, 0x26, 0x69, 0xea, 0x38, 0x49, 0x9b, 0x6c, 0xdb, + 0xff, 0x3f, 0xb4, 0xe7, 0xb8, 0xa7, 0x45, 0x82, 0xb6, 0x80, 0x84, 0x93, 0x6c, 0x13, 0x37, 0x89, + 0x63, 0xad, 0x9d, 0x54, 0x45, 0x48, 0x7b, 0x36, 0xf6, 0xd4, 0xac, 0xe2, 0x7d, 0xe9, 0xee, 0xda, + 0x3d, 0x41, 0xe2, 0x0a, 0x09, 0x01, 0x3a, 0xdf, 0x00, 0x09, 0x10, 0x17, 0x5c, 0xf0, 0x05, 0x90, + 0x7a, 0xc5, 0x1d, 0x1f, 0x03, 0x6e, 0x40, 0x88, 0xef, 0x80, 0x84, 0x76, 0x66, 0x76, 0x77, 0xd6, + 0xbb, 0x49, 0x9c, 0xe4, 0x54, 0xdc, 0xb4, 0x9e, 0x79, 0x9e, 0x99, 0x79, 0x5e, 0x7e, 0xf3, 0x7b, + 0x66, 0x66, 0x03, 0x4b, 0x03, 0x6d, 0x84, 0x4f, 0x35, 0x57, 0xe9, 0x0e, 0xcc, 0x61, 0x4f, 0x51, + 0xfb, 0xd8, 0x70, 0x6b, 0x96, 0x6d, 0xba, 0x26, 0x9a, 0x66, 0xa2, 0xea, 0xbd, 0xbe, 0x69, 0xf6, + 0x07, 0xf8, 0x09, 0xe9, 0x3e, 0x19, 0xbe, 0x7b, 0xe2, 0x6a, 0x3a, 0x76, 0x5c, 0x55, 0xb7, 0xa8, + 0x66, 0x75, 0x61, 0x60, 0xf6, 0xfb, 0xd8, 0x7e, 0x62, 0x5a, 0xae, 0x66, 0x1a, 0x0e, 0xed, 0x15, + 0x7f, 0x25, 0x00, 0xd4, 0xbd, 0xf9, 0xa4, 0x11, 0x36, 0x5c, 0xf4, 0x18, 0x32, 0xee, 0x99, 0x85, + 0x2b, 0xc2, 0x9a, 0xb0, 0x71, 0xeb, 0xd9, 0x9d, 0x1a, 0x9b, 0xbd, 0x16, 0xaa, 0x74, 0xce, 0x2c, + 0x2c, 0x13, 0x25, 0xb4, 0x00, 0xd9, 0xae, 0x39, 0x34, 0xdc, 0x4a, 0x6a, 0x4d, 0xd8, 0xc8, 0xca, + 0xb4, 0x81, 0x9e, 0x43, 0x21, 0x58, 0xba, 0x92, 0x5e, 0x13, 0x36, 0x8a, 0xcf, 0xaa, 0x35, 0x6a, + 0x5c, 0xcd, 0x37, 0xae, 0xd6, 0xf1, 0x35, 0xe4, 0x50, 0x59, 0xfc, 0x8f, 0x00, 0x45, 0xb2, 0x50, + 0x1b, 0x77, 0x6d, 0xec, 0x22, 0x04, 0x19, 0x43, 0xd5, 0xa9, 0x31, 0x05, 0x99, 0xfc, 0xf6, 0xd6, + 0x1c, 0xa9, 0x83, 0x21, 0x26, 0x6b, 0xce, 0xc8, 0xb4, 0x81, 0x5e, 0x00, 0x74, 0x6d, 0xac, 0xba, + 0xb8, 0xa7, 0xa8, 0xee, 0x24, 0x8b, 0x32, 0xed, 0xba, 0xeb, 0x0d, 0x1d, 0x5a, 0x3d, 0x7f, 0x68, + 0xe6, 0xf2, 0xa1, 0x4c, 0xbb, 0xee, 0xa2, 0xcf, 0x20, 0x73, 0xaa, 0x19, 0xbd, 0x4a, 0x96, 0x04, + 0xab, 0x12, 0x0d, 0x16, 0xf5, 0x61, 0x4f, 0x33, 0x7a, 0x32, 0xd1, 0x42, 0x6b, 0x50, 0xec, 0x61, + 0x6b, 0x60, 0x9e, 0xe9, 0xd8, 0x70, 0x9d, 0x4a, 0x6e, 0x2d, 0xbd, 0x51, 0x90, 0xf9, 0x2e, 0xf1, + 0x1f, 0x02, 0xa0, 0x2d, 0x62, 0x18, 0x99, 0x41, 0xc6, 0xef, 0x87, 0xd8, 0x71, 0xd1, 0x3a, 0x00, + 0xc9, 0xb8, 0x12, 0x06, 0x63, 0x33, 0x55, 0x11, 0xe4, 0x02, 0xe9, 0x6d, 0x7a, 0x51, 0xa9, 0xc1, + 0xb4, 0x43, 0xd6, 0x73, 0x2a, 0xa9, 0xb5, 0xf4, 0x46, 0xf1, 0xd9, 0x42, 0x92, 0x31, 0xb2, 0xaf, + 0x84, 0xee, 0x42, 0xde, 0xc6, 0xd6, 0x40, 0xeb, 0xaa, 0x0e, 0x89, 0x56, 0x96, 0x4c, 0x18, 0xf4, + 0xa1, 0x87, 0x30, 0xa3, 0xab, 0x5f, 0x29, 0x81, 0x4e, 0x26, 0xd0, 0x29, 0xea, 0xea, 0x57, 0xb2, + 0xaf, 0xb6, 0x0c, 0xd3, 0x5d, 0x6b, 0xa8, 0xd8, 0xf8, 0x3d, 0x89, 0x01, 0x35, 0x2b, 0xd7, 0xb5, + 0x86, 0x32, 0x7e, 0x8f, 0x2a, 0x30, 0x6d, 0xe3, 0xbe, 0x07, 0x35, 0xe6, 0xab, 0xdf, 0x14, 0xff, + 0x92, 0x82, 0xf9, 0x88, 0x9f, 0x8e, 0x65, 0x1a, 0x0e, 0x46, 0x0f, 0x21, 0x4f, 0x1d, 0xd5, 0x7a, + 0xcc, 0x4d, 0xf8, 0xd8, 0x9a, 0x26, 0x5d, 0x8d, 0x6d, 0x99, 0xfd, 0xe8, 0xa1, 0xd5, 0x48, 0x3c, + 0x52, 0x04, 0x1c, 0x5c, 0x2c, 0x16, 0x21, 0xe7, 0xb8, 0xaa, 0x3b, 0xa4, 0x9e, 0x15, 0x64, 0xd6, + 0xf2, 0xec, 0x19, 0x61, 0xdb, 0xd1, 0x4c, 0x83, 0xb8, 0x53, 0x90, 0xfd, 0x26, 0xba, 0x0f, 0x25, + 0xcb, 0xc6, 0x8e, 0xd6, 0x37, 0x70, 0x4f, 0x19, 0xda, 0x03, 0xea, 0x8c, 0x3c, 0x13, 0x74, 0x1e, + 0xd9, 0x03, 0x54, 0x86, 0xb4, 0xab, 0xf6, 0x2b, 0x39, 0x22, 0xf2, 0x7e, 0xa2, 0x87, 0x70, 0xcb, + 0xc1, 0xf6, 0x08, 0xdb, 0x8a, 0xef, 0xe7, 0x34, 0xf1, 0xb3, 0x44, 0x7b, 0x65, 0xda, 0x89, 0xda, + 0xb0, 0x18, 0xce, 0x6e, 0x99, 0x8e, 0xeb, 0xc5, 0xcb, 0x4b, 0x6c, 0x25, 0x4f, 0xc0, 0xb6, 0x1a, + 0xa4, 0xaa, 0xe5, 0xab, 0xb5, 0x4c, 0xc7, 0xcf, 0xbe, 0xbc, 0x60, 0x25, 0xf4, 0x8a, 0x5f, 0xc2, + 0x02, 0x17, 0xc1, 0xe3, 0x67, 0x3e, 0x56, 0x38, 0x20, 0x08, 0x93, 0x00, 0x81, 0x4b, 0x52, 0x2a, + 0x9a, 0xa4, 0x9f, 0xc1, 0xed, 0xb1, 0x15, 0xae, 0x96, 0xa5, 0x30, 0x0d, 0xa9, 0x48, 0x1a, 0xe2, + 0x51, 0x4b, 0x27, 0x44, 0x4d, 0xfc, 0xb5, 0x00, 0xf3, 0x2d, 0xdb, 0xd4, 0xcd, 0xb1, 0xcd, 0x30, + 0xe1, 0xea, 0xde, 0x2a, 0x76, 0x57, 0x09, 0x77, 0x17, 0xb3, 0xa2, 0xe4, 0xd8, 0xdd, 0xed, 0xa0, + 0xd3, 0x53, 0xeb, 0x39, 0x2e, 0xaf, 0x46, 0x31, 0x53, 0xea, 0x39, 0x6e, 0xa8, 0x26, 0xfe, 0x5d, + 0x80, 0x85, 0xa8, 0x31, 0x2c, 0x16, 0x15, 0x98, 0x76, 0x86, 0xdd, 0x2e, 0x76, 0x1c, 0x62, 0x4c, + 0x5e, 0xf6, 0x9b, 0x9e, 0x44, 0xc7, 0x8e, 0xa3, 0xf6, 0x7d, 0x84, 0xfa, 0xcd, 0x88, 0x07, 0xe9, + 0xab, 0x78, 0x90, 0x99, 0xcc, 0x83, 0x6c, 0x82, 0x07, 0xe8, 0x1e, 0x14, 0x19, 0xda, 0x95, 0x10, + 0xc5, 0xc0, 0xba, 0x3a, 0x6a, 0x5f, 0xfc, 0x23, 0x71, 0x31, 0x8e, 0x34, 0x0f, 0xf7, 0xde, 0x96, + 0xa0, 0x1c, 0xec, 0xfd, 0x44, 0x75, 0xc8, 0x11, 0xd6, 0xf5, 0xb9, 0xe6, 0x5b, 0x17, 0x02, 0xb8, + 0x76, 0x4c, 0x74, 0x25, 0xc3, 0xb5, 0xcf, 0x64, 0x36, 0xb0, 0xfa, 0x02, 0x8a, 0x5c, 0xb7, 0xb7, + 0xc6, 0x29, 0x3e, 0xf3, 0xd7, 0x38, 0xc5, 0x67, 0x51, 0x9a, 0x2f, 0x30, 0x9a, 0x7f, 0x99, 0x7a, + 0x2e, 0x88, 0xbf, 0xc8, 0xc2, 0x2c, 0x49, 0x02, 0xe7, 0xdd, 0x22, 0xe4, 0x28, 0x98, 0xd8, 0x14, + 0xac, 0x15, 0x09, 0x75, 0x6a, 0x12, 0xa8, 0x46, 0x19, 0xa3, 0xca, 0xb1, 0x24, 0x61, 0x40, 0x8e, + 0x21, 0xd7, 0x61, 0x46, 0xd7, 0x8c, 0x90, 0x21, 0xb3, 0x44, 0x5e, 0xd4, 0x35, 0x43, 0xe6, 0x55, + 0x78, 0x12, 0xcd, 0x31, 0x15, 0x8e, 0x40, 0xef, 0x84, 0x04, 0x3a, 0x4d, 0x97, 0x66, 0xe4, 0xe9, + 0x09, 0x86, 0xb6, 0xd2, 0xb5, 0x86, 0x84, 0x25, 0x3c, 0xc1, 0xd0, 0xde, 0xb2, 0x86, 0xbe, 0x40, + 0xc7, 0x7a, 0xa5, 0x10, 0x08, 0x0e, 0xb0, 0xee, 0x09, 0x74, 0xac, 0x93, 0xa9, 0x80, 0x0a, 0x74, + 0xac, 0x7b, 0x53, 0x2d, 0x43, 0xc1, 0x13, 0x0c, 0x34, 0x5d, 0x73, 0x2b, 0x45, 0x22, 0xca, 0xeb, + 0x58, 0xdf, 0xf7, 0xda, 0x9e, 0xd0, 0x33, 0x80, 0x0a, 0x67, 0xa8, 0xb0, 0x6b, 0x0d, 0xa9, 0xf0, + 0x3e, 0x94, 0x22, 0x5b, 0xb5, 0x52, 0xa2, 0xbc, 0xc8, 0xef, 0x54, 0xf4, 0x18, 0x72, 0x78, 0x44, + 0x2a, 0xda, 0x2d, 0x82, 0x86, 0xf9, 0x84, 0x33, 0x83, 0xcc, 0x54, 0xd0, 0x5d, 0x00, 0x0e, 0xa9, + 0xb3, 0x14, 0x85, 0x61, 0x0f, 0xcf, 0xd1, 0xe5, 0x28, 0x47, 0x47, 0x49, 0x7f, 0x6e, 0x9c, 0xf4, + 0x3f, 0x07, 0x14, 0x4e, 0xa3, 0x60, 0x43, 0x3d, 0x19, 0xe0, 0x5e, 0x05, 0x91, 0x3d, 0x39, 0x17, + 0x4a, 0x24, 0x2a, 0x40, 0x9b, 0x30, 0x3b, 0x50, 0x1d, 0x57, 0x71, 0xba, 0xb6, 0x6a, 0xd1, 0xca, + 0x3f, 0x7f, 0x69, 0xe5, 0x2f, 0x79, 0x43, 0xda, 0x74, 0x44, 0xdd, 0x15, 0x7f, 0x97, 0x82, 0x02, + 0x71, 0xb1, 0x61, 0xbc, 0x33, 0xbf, 0xa1, 0xda, 0xc5, 0xf9, 0x9f, 0x8e, 0xfa, 0x2f, 0xc1, 0x1c, + 0x1d, 0xc8, 0x9f, 0x21, 0x32, 0x24, 0xe2, 0x63, 0x07, 0x8f, 0x70, 0x5f, 0xc8, 0x65, 0x35, 0xda, + 0xe1, 0xf0, 0xf5, 0x21, 0x3b, 0x49, 0x7d, 0xf8, 0x9e, 0x7f, 0x68, 0xa1, 0x41, 0xca, 0x5d, 0x1a, + 0x24, 0xf0, 0xd5, 0xeb, 0xae, 0xf8, 0x16, 0xe6, 0xf6, 0x35, 0xc7, 0x25, 0x13, 0x3b, 0x3e, 0x9f, + 0xac, 0xc6, 0x4f, 0x33, 0x7c, 0x04, 0x26, 0xdb, 0xb2, 0xe2, 0x0f, 0x01, 0xf1, 0x53, 0x33, 0x3a, + 0x7e, 0x04, 0x39, 0xa2, 0xe0, 0x17, 0x3f, 0x14, 0x75, 0xce, 0x4b, 0x94, 0xcc, 0x34, 0xc4, 0x3f, + 0xa4, 0x61, 0x86, 0x96, 0x36, 0x16, 0x61, 0x2e, 0xf6, 0x42, 0x34, 0xf6, 0x15, 0xb2, 0xe7, 0x6c, + 0xbf, 0x8a, 0xe4, 0x65, 0xbf, 0x79, 0x93, 0x73, 0xe7, 0x58, 0x64, 0x33, 0x57, 0x89, 0x2c, 0x92, + 0x00, 0x54, 0xd7, 0xb5, 0xb5, 0x93, 0xa1, 0x8b, 0xfd, 0x4c, 0x3e, 0x8c, 0x3a, 0xcb, 0xdc, 0xaa, + 0xd5, 0x03, 0x3d, 0x4a, 0xc1, 0xdc, 0x40, 0x8e, 0xf8, 0x72, 0x11, 0xe2, 0x5b, 0x80, 0xac, 0xf9, + 0xc1, 0xc0, 0x36, 0x23, 0x25, 0xda, 0xf0, 0xe8, 0xb0, 0x67, 0xab, 0x9a, 0xa1, 0x19, 0x7d, 0x42, + 0x4a, 0x79, 0x39, 0x68, 0x7b, 0x33, 0xa9, 0x5d, 0x57, 0x1b, 0x61, 0xc2, 0x4a, 0x79, 0x99, 0xb5, + 0xaa, 0x3f, 0x80, 0xd9, 0x31, 0x03, 0xae, 0x44, 0xf6, 0x5f, 0x42, 0x25, 0x48, 0x33, 0x73, 0xc8, + 0xb9, 0xe2, 0x49, 0xe0, 0xe2, 0x1d, 0x27, 0x36, 0x61, 0x29, 0x61, 0x05, 0x86, 0xa7, 0xa7, 0x90, + 0x67, 0x18, 0xf0, 0x11, 0x75, 0x3b, 0x31, 0xc8, 0x72, 0xa0, 0x26, 0x7e, 0x9d, 0x02, 0x74, 0x44, + 0x6e, 0x08, 0xd7, 0x39, 0xb6, 0xac, 0xc7, 0x8d, 0x1d, 0x3f, 0xea, 0xff, 0x4f, 0x8f, 0xee, 0x3c, + 0x7f, 0x4c, 0x4f, 0xc0, 0x1f, 0x62, 0x03, 0xe6, 0x23, 0xd1, 0xb8, 0xfe, 0xb9, 0x49, 0xfc, 0x3e, + 0xcc, 0xcb, 0xde, 0x56, 0xb0, 0xdd, 0x6b, 0x44, 0x56, 0x7c, 0x0d, 0x0b, 0xd1, 0xd1, 0x37, 0xb0, + 0xe4, 0xb7, 0x69, 0x40, 0x94, 0x54, 0x3f, 0x51, 0x8e, 0xb9, 0x28, 0xa7, 0xaf, 0x7a, 0x9d, 0xcb, + 0x4c, 0x80, 0x89, 0xec, 0xa5, 0x98, 0xc8, 0xc5, 0x30, 0x11, 0x2d, 0xdd, 0xd3, 0xb1, 0xd2, 0xbd, + 0x17, 0xa1, 0xa4, 0x3c, 0x31, 0xfb, 0x71, 0x60, 0x76, 0x3c, 0x5c, 0x17, 0x11, 0xd3, 0x4d, 0x69, + 0xe3, 0xf7, 0x29, 0x98, 0x8f, 0xac, 0xf8, 0xe9, 0x8f, 0xeb, 0xff, 0x3f, 0x7e, 0x87, 0xcc, 0x04, + 0x11, 0x4c, 0xbc, 0x47, 0x66, 0xc3, 0x7b, 0xe4, 0xf9, 0x17, 0xc4, 0xdc, 0xb5, 0x2f, 0x88, 0x97, + 0xa5, 0x4b, 0xfc, 0x4d, 0x0a, 0x16, 0xb8, 0x10, 0x85, 0x37, 0xc8, 0x09, 0x51, 0x7c, 0xf5, 0x17, + 0x07, 0x88, 0xdd, 0xb2, 0x78, 0xf8, 0x1c, 0x44, 0xe0, 0x43, 0x0f, 0x36, 0x9f, 0x27, 0xc1, 0x27, + 0xb0, 0xf4, 0x53, 0x02, 0xe8, 0x5f, 0x02, 0xdc, 0x1e, 0x5b, 0xf3, 0xd3, 0x43, 0x88, 0x21, 0x23, + 0x13, 0x22, 0x63, 0x93, 0x07, 0x95, 0x4f, 0xd5, 0x97, 0x02, 0x22, 0xc4, 0x5b, 0x7c, 0xdf, 0xe6, + 0x62, 0x40, 0xf8, 0xab, 0x00, 0x4b, 0x1c, 0x45, 0xd3, 0xbc, 0x7d, 0xb3, 0x45, 0x16, 0xad, 0x40, + 0xc1, 0x1c, 0x61, 0xfb, 0x83, 0xad, 0xb9, 0x98, 0x44, 0x20, 0x2f, 0x87, 0x1d, 0x3c, 0x94, 0x32, + 0x93, 0x40, 0x89, 0xdc, 0xf6, 0x74, 0x73, 0x84, 0xc9, 0xc1, 0x87, 0xdc, 0xf6, 0xbc, 0x96, 0xd8, + 0x82, 0x6a, 0x92, 0x23, 0x37, 0x20, 0xfa, 0x11, 0x2c, 0xc8, 0xe6, 0x60, 0x70, 0xa2, 0x76, 0x4f, + 0xaf, 0xc3, 0xf4, 0xd7, 0x3d, 0xec, 0x8b, 0x7b, 0x70, 0x7b, 0x6c, 0xdd, 0x1b, 0x38, 0xf1, 0x53, + 0xaf, 0x58, 0x0d, 0xf0, 0xf5, 0x0e, 0x24, 0x97, 0xb8, 0x70, 0xc9, 0xae, 0xf6, 0xca, 0x7f, 0x64, + 0xed, 0x1b, 0xb8, 0xa1, 0xc0, 0x9d, 0xe0, 0xa0, 0xf6, 0x29, 0x40, 0x2a, 0xbe, 0xe6, 0xce, 0x9a, + 0xe3, 0xe0, 0xb9, 0xe2, 0xb3, 0x9a, 0xf8, 0x02, 0x4a, 0x6d, 0xec, 0xba, 0x9a, 0xd1, 0x77, 0x5a, + 0xaa, 0xad, 0xea, 0x97, 0x3f, 0x65, 0xfb, 0xf4, 0x23, 0xee, 0xc2, 0xe2, 0xd6, 0x40, 0x23, 0x73, + 0xd2, 0x09, 0x38, 0x23, 0x72, 0x96, 0x37, 0x99, 0x6f, 0xc3, 0x62, 0x60, 0x43, 0x64, 0x2d, 0x99, + 0x69, 0x89, 0x77, 0xe0, 0xf6, 0xf8, 0x4c, 0xf4, 0xf1, 0xf0, 0x9f, 0x29, 0x28, 0xb6, 0x6c, 0x6d, + 0xa4, 0xba, 0x78, 0x5f, 0x33, 0x4e, 0xd1, 0x73, 0x98, 0xb5, 0x68, 0x53, 0x19, 0x68, 0xc6, 0x69, + 0x18, 0xc6, 0xf2, 0xc7, 0x56, 0xc9, 0x0a, 0x15, 0x1b, 0xdb, 0x72, 0xa4, 0xd9, 0x0b, 0xdc, 0x4a, + 0x71, 0x6e, 0x85, 0x8f, 0x31, 0x99, 0xc8, 0x63, 0x0c, 0x82, 0x8c, 0x65, 0xda, 0xf4, 0x7d, 0xaa, + 0x24, 0x93, 0xdf, 0xde, 0x95, 0x02, 0x1b, 0x3d, 0xcb, 0xd4, 0x02, 0x6a, 0x0a, 0xda, 0xe8, 0x09, + 0xcc, 0x77, 0x4d, 0xc3, 0xc0, 0x5d, 0x57, 0x33, 0x0d, 0x25, 0x50, 0xa3, 0xa5, 0x0c, 0x85, 0x22, + 0xc9, 0x1f, 0xb0, 0x0e, 0x33, 0xf4, 0xfb, 0x08, 0x5b, 0x9e, 0x3e, 0x9c, 0x14, 0x49, 0x1f, 0x7b, + 0xac, 0xf8, 0x0e, 0xa4, 0xd5, 0x0f, 0x0e, 0xbb, 0xa8, 0xdd, 0xe5, 0x68, 0x34, 0x70, 0xaa, 0x56, + 0x7f, 0xd3, 0xde, 0x32, 0x8d, 0x77, 0x5a, 0xdf, 0xab, 0xdd, 0xbb, 0x53, 0xb2, 0x37, 0xa0, 0xfa, + 0x18, 0x0a, 0x41, 0xbf, 0x77, 0xda, 0x0a, 0xac, 0x09, 0x5f, 0xe3, 0x83, 0xbe, 0xcd, 0x3c, 0xe4, + 0xba, 0x44, 0x53, 0xfc, 0x79, 0x1a, 0xe6, 0xb8, 0xb9, 0xdb, 0xf4, 0x76, 0xf5, 0x22, 0xb8, 0x75, + 0xd1, 0xaf, 0x2c, 0xeb, 0x49, 0x76, 0x50, 0xdd, 0x1a, 0xfd, 0x2f, 0xb8, 0x98, 0x45, 0x3f, 0x56, + 0xa4, 0xae, 0xf2, 0xb1, 0x82, 0xa4, 0x45, 0x75, 0x02, 0xb2, 0x61, 0x2d, 0xf1, 0x6f, 0x02, 0xe4, + 0x98, 0x61, 0xf7, 0x60, 0xb9, 0x25, 0x37, 0x8e, 0xeb, 0x1d, 0x49, 0xd9, 0x6f, 0x34, 0xf7, 0x94, + 0x76, 0xa7, 0xde, 0x39, 0x6a, 0x2b, 0x47, 0xcd, 0xbd, 0xe6, 0xe1, 0x9b, 0x66, 0x79, 0x0a, 0x3d, + 0x80, 0xb5, 0x24, 0x85, 0x96, 0x7c, 0x78, 0xdc, 0x68, 0x37, 0x0e, 0x9b, 0x8d, 0xe6, 0x4e, 0x59, + 0x40, 0x1b, 0xf0, 0x20, 0x51, 0x4b, 0x6a, 0x6e, 0x37, 0x9a, 0x3b, 0x4a, 0xbd, 0xe5, 0xe9, 0xd7, + 0xf7, 0xcb, 0xa9, 0xf3, 0x16, 0xdc, 0x95, 0xea, 0xfb, 0x9d, 0xdd, 0xb7, 0xe5, 0x34, 0x5a, 0x87, + 0xd5, 0x64, 0x8b, 0x7c, 0x95, 0x0c, 0x5a, 0x83, 0x95, 0x24, 0x15, 0xba, 0x8a, 0xb4, 0x5d, 0xce, + 0x8a, 0x7f, 0x4e, 0x41, 0x85, 0x3e, 0x65, 0x73, 0xf1, 0xf5, 0xb9, 0x23, 0x69, 0x63, 0x86, 0x08, + 0x4e, 0x27, 0x22, 0x38, 0x73, 0x0e, 0x82, 0xb3, 0x63, 0x08, 0xfe, 0xbf, 0x31, 0x40, 0x12, 0x84, + 0xef, 0x0a, 0x11, 0x48, 0xfe, 0x52, 0x10, 0x50, 0x83, 0xa2, 0x92, 0xa6, 0xf3, 0x69, 0x80, 0x86, + 0xf3, 0x6c, 0x26, 0x10, 0x25, 0xb2, 0x38, 0x50, 0x9f, 0xc2, 0xec, 0x98, 0x74, 0x72, 0xb8, 0x6e, + 0xce, 0x42, 0x49, 0xe1, 0x0d, 0x16, 0x3b, 0xb0, 0x94, 0x60, 0x04, 0xa3, 0xa3, 0xef, 0xc2, 0x0c, + 0xcf, 0x1a, 0x64, 0x6e, 0x9e, 0x18, 0xf9, 0x31, 0x45, 0x8e, 0x36, 0xc4, 0x23, 0x58, 0xda, 0xc6, + 0x8e, 0x6b, 0x9b, 0x67, 0x09, 0xf9, 0xb8, 0x36, 0x17, 0x89, 0x2b, 0x50, 0x4d, 0x9a, 0x96, 0x5a, + 0x2b, 0x2e, 0xd1, 0xf2, 0xc1, 0x89, 0x02, 0x3a, 0x7c, 0x45, 0x89, 0x3f, 0x2a, 0x0a, 0x5e, 0x94, + 0xb2, 0x9a, 0x8b, 0xf5, 0x38, 0xed, 0xf3, 0x6b, 0x50, 0x15, 0xf1, 0x0d, 0x2c, 0xef, 0x60, 0x37, + 0xb6, 0x87, 0x6f, 0xee, 0x59, 0x0b, 0x56, 0x92, 0x27, 0x66, 0x46, 0x7e, 0xe1, 0x17, 0x12, 0x81, + 0x11, 0xc2, 0xb9, 0x7c, 0xc2, 0x8a, 0xcc, 0x23, 0x93, 0xbd, 0xa1, 0x87, 0x1f, 0x29, 0xd1, 0x2a, + 0x2c, 0xd5, 0x77, 0xa4, 0x66, 0x47, 0x69, 0x4b, 0x5b, 0xb2, 0xd4, 0x51, 0xf6, 0x1a, 0xcd, 0x6d, + 0x6e, 0xeb, 0xaf, 0xc3, 0x6a, 0x5c, 0x2c, 0x35, 0x8f, 0x1b, 0xf2, 0x61, 0xf3, 0x40, 0x6a, 0x76, + 0xca, 0x02, 0xaa, 0xc2, 0x62, 0x5c, 0xe5, 0x55, 0x63, 0x5f, 0x2a, 0xa7, 0x1e, 0x7d, 0x14, 0xe0, + 0x56, 0xf4, 0x1b, 0x32, 0x5a, 0x81, 0x0a, 0x55, 0x97, 0x8e, 0xbd, 0x7f, 0x3b, 0x6f, 0x5b, 0x12, + 0xb7, 0xde, 0x06, 0x3c, 0x88, 0x49, 0xeb, 0xad, 0xd6, 0x7e, 0x63, 0xab, 0xde, 0x69, 0x1c, 0x36, + 0x95, 0x2d, 0xb9, 0xde, 0xde, 0x95, 0xb6, 0xcb, 0x02, 0xaa, 0xc1, 0xa3, 0x98, 0xa6, 0x2c, 0xb5, + 0x3b, 0x75, 0xb9, 0x23, 0x6d, 0x2b, 0xbb, 0x8d, 0x9d, 0x5d, 0x65, 0xbb, 0xd1, 0xde, 0x53, 0x8e, + 0xda, 0xf5, 0x1d, 0xa9, 0x9c, 0x42, 0x5f, 0xc0, 0x67, 0x97, 0xe9, 0x1f, 0x48, 0x07, 0x87, 0xf2, + 0x5b, 0x36, 0x22, 0xfd, 0xec, 0xeb, 0x19, 0x80, 0x2d, 0x6f, 0x5f, 0x10, 0x0f, 0xd0, 0x6b, 0x28, + 0x72, 0x5f, 0xc6, 0xd0, 0xf2, 0xd8, 0x86, 0xe5, 0x8f, 0x59, 0xd5, 0x95, 0x64, 0x21, 0x03, 0xe5, + 0x14, 0x6a, 0x41, 0x29, 0xf2, 0x95, 0x0d, 0xad, 0x26, 0x0d, 0x08, 0xee, 0x3c, 0xd5, 0xbb, 0xe7, + 0x89, 0x83, 0x19, 0x0f, 0x60, 0x86, 0xff, 0x54, 0x85, 0x56, 0x38, 0x34, 0xc4, 0x3e, 0xa7, 0x55, + 0x57, 0xcf, 0x91, 0x06, 0xd3, 0xed, 0x00, 0x84, 0x0f, 0xad, 0x28, 0x84, 0x56, 0xec, 0x61, 0xb7, + 0xba, 0x9c, 0x28, 0x0b, 0x26, 0xfa, 0x31, 0xf7, 0x18, 0xec, 0x3f, 0xb4, 0xa1, 0xf5, 0xf8, 0x98, + 0xb1, 0x67, 0xbe, 0xaa, 0x78, 0x91, 0x4a, 0x30, 0xfb, 0x5b, 0x28, 0x8f, 0x1f, 0xde, 0xd0, 0x5a, + 0x7c, 0x64, 0xf4, 0xe0, 0x58, 0x5d, 0xbf, 0x40, 0x23, 0x98, 0xfa, 0x35, 0x14, 0xb9, 0x6b, 0x05, + 0x97, 0xee, 0xf8, 0x33, 0x1f, 0x97, 0xee, 0x84, 0x57, 0x2f, 0x9a, 0x1c, 0xfe, 0x15, 0x8a, 0x4b, + 0x4e, 0xc2, 0xd3, 0x16, 0x97, 0x9c, 0xa4, 0xa7, 0x2b, 0x6a, 0x1a, 0x77, 0x4b, 0xe5, 0x4c, 0x8b, + 0x3f, 0xb7, 0x70, 0xa6, 0x25, 0xbc, 0x8c, 0x50, 0x24, 0x46, 0x6e, 0xbc, 0x1c, 0x12, 0x93, 0x6e, + 0xdf, 0x1c, 0x12, 0x13, 0x2f, 0xca, 0xe2, 0x14, 0x52, 0x22, 0x2f, 0xa1, 0x7e, 0x56, 0xc4, 0xa4, + 0x10, 0x8d, 0xe5, 0xe5, 0xfe, 0x85, 0x3a, 0xbc, 0xc9, 0x91, 0x6b, 0x12, 0x67, 0x72, 0xd2, 0xb5, + 0x8d, 0x33, 0x39, 0xf1, 0x76, 0xe5, 0x07, 0x34, 0xb8, 0xaf, 0x44, 0x02, 0x3a, 0x7e, 0x83, 0x8a, + 0x04, 0x34, 0x76, 0xc5, 0x11, 0xa7, 0xd0, 0x31, 0xcc, 0xed, 0x60, 0x37, 0x7a, 0x02, 0x47, 0xdc, + 0xfe, 0x4d, 0x3a, 0x9a, 0x57, 0xef, 0x9d, 0x2b, 0xe7, 0x37, 0x52, 0xac, 0x28, 0x73, 0x1b, 0xe9, + 0xbc, 0x53, 0x03, 0xb7, 0x91, 0xce, 0xad, 0xe9, 0x34, 0x69, 0xf1, 0x2a, 0xca, 0x25, 0xed, 0xdc, + 0xca, 0xcd, 0x25, 0xed, 0x82, 0x32, 0x1c, 0xec, 0x54, 0xbe, 0xda, 0x8e, 0xed, 0xd4, 0x84, 0x1a, + 0x3d, 0xb6, 0x53, 0x93, 0x4a, 0xb5, 0x38, 0x85, 0x30, 0x2c, 0x24, 0xd5, 0x49, 0xf4, 0x20, 0x18, + 0x7c, 0x41, 0x7d, 0xae, 0x3e, 0xbc, 0x44, 0xcb, 0x5f, 0x66, 0xf3, 0xd5, 0x8f, 0xee, 0xf7, 0x35, + 0xf7, 0x27, 0xc3, 0x93, 0x5a, 0xd7, 0xd4, 0x9f, 0xb0, 0x41, 0xf4, 0xef, 0xae, 0xba, 0xe6, 0xc0, + 0xef, 0xf8, 0x53, 0xaa, 0xb4, 0xaf, 0x8d, 0xf0, 0x1e, 0xa5, 0x56, 0xd7, 0xfc, 0x77, 0xea, 0x16, + 0x6b, 0xbf, 0x7c, 0x49, 0x3a, 0x4e, 0x72, 0x64, 0xc8, 0xb7, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, + 0xea, 0x70, 0xc2, 0x36, 0xde, 0x25, 0x00, 0x00, } diff --git a/protobufs/livekit_cloud_agent.proto b/protobufs/livekit_cloud_agent.proto index 38d294af2..4e8ca84c2 100644 --- a/protobufs/livekit_cloud_agent.proto +++ b/protobufs/livekit_cloud_agent.proto @@ -187,13 +187,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 { @@ -207,9 +208,10 @@ message DeployAgentResponse { } message DeployAgentV2Request { - string agent_id = 1 [(logger.name) = "agentID"]; - repeated AgentSecret secrets = 2; - string deployment = 3; + string agent_id = 1 [(logger.name) = "agentID"]; + repeated AgentSecret secrets = 2; + string deployment = 3; + map attributes = 4; } message DeployAgentV2Response {