alis.open.agent.v1 1.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- alis_open_agent_v1-1.2.0/PKG-INFO +8 -0
- alis_open_agent_v1-1.2.0/alis/__init__.py +1 -0
- alis_open_agent_v1-1.2.0/alis/__init__.pyi +1 -0
- alis_open_agent_v1-1.2.0/alis/open/__init__.py +1 -0
- alis_open_agent_v1-1.2.0/alis/open/__init__.pyi +1 -0
- alis_open_agent_v1-1.2.0/alis/open/agent/__init__.py +1 -0
- alis_open_agent_v1-1.2.0/alis/open/agent/__init__.pyi +1 -0
- alis_open_agent_v1-1.2.0/alis/open/agent/v1/__init__.py +1 -0
- alis_open_agent_v1-1.2.0/alis/open/agent/v1/__init__.pyi +1 -0
- alis_open_agent_v1-1.2.0/alis/open/agent/v1/agent_pb2.py +202 -0
- alis_open_agent_v1-1.2.0/alis/open/agent/v1/agent_pb2.pyi +1528 -0
- alis_open_agent_v1-1.2.0/alis/open/agent/v1/agent_pb2_grpc.py +528 -0
- alis_open_agent_v1-1.2.0/alis/open/agent/v1/agent_pb2_grpc.pyi +140 -0
- alis_open_agent_v1-1.2.0/alis.open.agent.v1.egg-info/PKG-INFO +8 -0
- alis_open_agent_v1-1.2.0/alis.open.agent.v1.egg-info/SOURCES.txt +18 -0
- alis_open_agent_v1-1.2.0/alis.open.agent.v1.egg-info/dependency_links.txt +1 -0
- alis_open_agent_v1-1.2.0/alis.open.agent.v1.egg-info/requires.txt +2 -0
- alis_open_agent_v1-1.2.0/alis.open.agent.v1.egg-info/top_level.txt +1 -0
- alis_open_agent_v1-1.2.0/setup.cfg +4 -0
- alis_open_agent_v1-1.2.0/setup.py +38 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__import__("pkg_resources").declare_namespace(__name__)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__import__("pkg_resources").declare_namespace(__name__)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__import__("pkg_resources").declare_namespace(__name__)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__import__("pkg_resources").declare_namespace(__name__)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__import__("pkg_resources").declare_namespace(__name__)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__import__("pkg_resources").declare_namespace(__name__)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__import__("pkg_resources").declare_namespace(__name__)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__import__("pkg_resources").declare_namespace(__name__)
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: alis/open/agent/v1/agent.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.5
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
5,
|
|
17
|
+
'',
|
|
18
|
+
'alis/open/agent/v1/agent.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
|
+
from google.api import client_pb2 as google_dot_api_dot_client__pb2
|
|
27
|
+
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
|
|
28
|
+
from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
|
|
29
|
+
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
30
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
31
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1e\x61lis/open/agent/v1/agent.proto\x12\x12\x61lis.open.agent.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/protobuf/any.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xea\x01\n\x18SendMessageConfiguration\x12\x32\n\x15\x61\x63\x63\x65pted_output_modes\x18\x01 \x03(\tR\x13\x61\x63\x63\x65ptedOutputModes\x12W\n\x11push_notification\x18\x02 \x01(\x0b\x32*.alis.open.agent.v1.PushNotificationConfigR\x10pushNotification\x12%\n\x0ehistory_length\x18\x03 \x01(\x05R\rhistoryLength\x12\x1a\n\x08\x62locking\x18\x04 \x01(\x08R\x08\x62locking\"\xa9\x02\n\x04Task\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12\x1d\n\ncontext_id\x18\x03 \x01(\tR\tcontextId\x12\x36\n\x06status\x18\x04 \x01(\x0b\x32\x1e.alis.open.agent.v1.TaskStatusR\x06status\x12:\n\tartifacts\x18\x05 \x03(\x0b\x32\x1c.alis.open.agent.v1.ArtifactR\tartifacts\x12\x35\n\x07history\x18\x06 \x03(\x0b\x32\x1b.alis.open.agent.v1.MessageR\x07history\x12\x33\n\x08metadata\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\xb1\x01\n\nTaskStatus\x12\x33\n\x05state\x18\x01 \x01(\x0e\x32\x1d.alis.open.agent.v1.TaskStateR\x05state\x12\x34\n\x06update\x18\x02 \x01(\x0b\x32\x1b.alis.open.agent.v1.MessageR\x07message\x12\x38\n\ttimestamp\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ttimestamp\"\xeb\x01\n\x04Part\x12\x14\n\x04text\x18\x01 \x01(\tH\x00R\x04text\x12\x32\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x1c.alis.open.agent.v1.FilePartH\x00R\x04\x66ile\x12\x32\n\x04\x64\x61ta\x18\x03 \x01(\x0b\x32\x1c.alis.open.agent.v1.DataPartH\x00R\x04\x64\x61ta\x12(\n\x03\x61ny\x18\x14 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00R\x03\x61ny\x12\x33\n\x08metadata\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadataB\x06\n\x04part\"\x93\x01\n\x08\x46ilePart\x12$\n\rfile_with_uri\x18\x01 \x01(\tH\x00R\x0b\x66ileWithUri\x12(\n\x0f\x66ile_with_bytes\x18\x02 \x01(\x0cH\x00R\rfileWithBytes\x12\x1b\n\tmime_type\x18\x03 \x01(\tR\x08mimeType\x12\x12\n\x04name\x18\x04 \x01(\tR\x04nameB\x06\n\x04\x66ile\"7\n\x08\x44\x61taPart\x12+\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.google.protobuf.StructR\x04\x64\x61ta\"\xc1\x02\n\x07Message\x12\x1d\n\nmessage_id\x18\x01 \x01(\tR\tmessageId\x12\x1d\n\ncontext_id\x18\x02 \x01(\tR\tcontextId\x12\x17\n\x07task_id\x18\x03 \x01(\tR\x06taskId\x12,\n\x04role\x18\x04 \x01(\x0e\x32\x18.alis.open.agent.v1.RoleR\x04role\x12.\n\x05parts\x18\x05 \x03(\x0b\x32\x18.alis.open.agent.v1.PartR\x05parts\x12\x33\n\x08metadata\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12\x1e\n\nextensions\x18\x07 \x03(\tR\nextensions\x12,\n\x12reference_task_ids\x18\x08 \x03(\tR\x10referenceTaskIds\"\xe6\x01\n\x08\x41rtifact\x12\x1f\n\x0b\x61rtifact_id\x18\x01 \x01(\tR\nartifactId\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12.\n\x05parts\x18\x05 \x03(\x0b\x32\x18.alis.open.agent.v1.PartR\x05parts\x12\x33\n\x08metadata\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12\x1e\n\nextensions\x18\x07 \x03(\tR\nextensions\"\xd2\x01\n\x15TaskStatusUpdateEvent\x12\x17\n\x07task_id\x18\x01 \x01(\tR\x06taskId\x12\x1d\n\ncontext_id\x18\x02 \x01(\tR\tcontextId\x12\x36\n\x06status\x18\x03 \x01(\x0b\x32\x1e.alis.open.agent.v1.TaskStatusR\x06status\x12\x14\n\x05\x66inal\x18\x04 \x01(\x08R\x05\x66inal\x12\x33\n\x08metadata\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\xf7\x01\n\x17TaskArtifactUpdateEvent\x12\x17\n\x07task_id\x18\x01 \x01(\tR\x06taskId\x12\x1d\n\ncontext_id\x18\x02 \x01(\tR\tcontextId\x12\x38\n\x08\x61rtifact\x18\x03 \x01(\x0b\x32\x1c.alis.open.agent.v1.ArtifactR\x08\x61rtifact\x12\x16\n\x06\x61ppend\x18\x04 \x01(\x08R\x06\x61ppend\x12\x1d\n\nlast_chunk\x18\x05 \x01(\x08R\tlastChunk\x12\x33\n\x08metadata\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\xa0\x01\n\x16PushNotificationConfig\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x10\n\x03url\x18\x02 \x01(\tR\x03url\x12\x14\n\x05token\x18\x03 \x01(\tR\x05token\x12N\n\x0e\x61uthentication\x18\x04 \x01(\x0b\x32&.alis.open.agent.v1.AuthenticationInfoR\x0e\x61uthentication\"P\n\x12\x41uthenticationInfo\x12\x18\n\x07schemes\x18\x01 \x03(\tR\x07schemes\x12 \n\x0b\x63redentials\x18\x02 \x01(\tR\x0b\x63redentials\"@\n\x0e\x41gentInterface\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\x12\x1c\n\ttransport\x18\x02 \x01(\tR\ttransport\"\xa8\x08\n\tAgentCard\x12)\n\x10protocol_version\x18\x10 \x01(\tR\x0fprotocolVersion\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x10\n\x03url\x18\x03 \x01(\tR\x03url\x12/\n\x13preferred_transport\x18\x0e \x01(\tR\x12preferredTransport\x12W\n\x15\x61\x64\x64itional_interfaces\x18\x0f \x03(\x0b\x32\".alis.open.agent.v1.AgentInterfaceR\x14\x61\x64\x64itionalInterfaces\x12=\n\x08provider\x18\x04 \x01(\x0b\x32!.alis.open.agent.v1.AgentProviderR\x08provider\x12\x18\n\x07version\x18\x05 \x01(\tR\x07version\x12+\n\x11\x64ocumentation_url\x18\x06 \x01(\tR\x10\x64ocumentationUrl\x12I\n\x0c\x63\x61pabilities\x18\x07 \x01(\x0b\x32%.alis.open.agent.v1.AgentCapabilitiesR\x0c\x63\x61pabilities\x12]\n\x10security_schemes\x18\x08 \x03(\x0b\x32\x32.alis.open.agent.v1.AgentCard.SecuritySchemesEntryR\x0fsecuritySchemes\x12\x38\n\x08security\x18\t \x03(\x0b\x32\x1c.alis.open.agent.v1.SecurityR\x08security\x12.\n\x13\x64\x65\x66\x61ult_input_modes\x18\n \x03(\tR\x11\x64\x65\x66\x61ultInputModes\x12\x30\n\x14\x64\x65\x66\x61ult_output_modes\x18\x0b \x03(\tR\x12\x64\x65\x66\x61ultOutputModes\x12\x36\n\x06skills\x18\x0c \x03(\x0b\x32\x1e.alis.open.agent.v1.AgentSkillR\x06skills\x12O\n$supports_authenticated_extended_card\x18\r \x01(\x08R!supportsAuthenticatedExtendedCard\x12\x46\n\nsignatures\x18\x11 \x03(\x0b\x32&.alis.open.agent.v1.AgentCardSignatureR\nsignatures\x12\x19\n\x08icon_url\x18\x12 \x01(\tR\x07iconUrl\x1a\x66\n\x14SecuritySchemesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32\".alis.open.agent.v1.SecuritySchemeR\x05value:\x02\x38\x01\"E\n\rAgentProvider\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\x12\"\n\x0corganization\x18\x02 \x01(\tR\x0corganization\"\xde\x01\n\x11\x41gentCapabilities\x12\x1c\n\tstreaming\x18\x01 \x01(\x08R\tstreaming\x12-\n\x12push_notifications\x18\x02 \x01(\x08R\x11pushNotifications\x12\x42\n\nextensions\x18\x03 \x03(\x0b\x32\".alis.open.agent.v1.AgentExtensionR\nextensions\x12\x38\n\x18state_transition_history\x18\x04 \x01(\x08R\x16stateTransitionHistory\"\x91\x01\n\x0e\x41gentExtension\x12\x10\n\x03uri\x18\x01 \x01(\tR\x03uri\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x1a\n\x08required\x18\x03 \x01(\x08R\x08required\x12/\n\x06params\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x06params\"\x80\x02\n\nAgentSkill\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x12\n\x04tags\x18\x04 \x03(\tR\x04tags\x12\x1a\n\x08\x65xamples\x18\x05 \x03(\tR\x08\x65xamples\x12\x1f\n\x0binput_modes\x18\x06 \x03(\tR\ninputModes\x12!\n\x0coutput_modes\x18\x07 \x03(\tR\x0boutputModes\x12\x38\n\x08security\x18\x08 \x03(\x0b\x32\x1c.alis.open.agent.v1.SecurityR\x08security\"\x8d\x01\n\x12\x41gentCardSignature\x12\"\n\tprotected\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\tprotected\x12\"\n\tsignature\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02R\tsignature\x12/\n\x06header\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x06header\"\x96\x01\n\x1aTaskPushNotificationConfig\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x64\n\x18push_notification_config\x18\x02 \x01(\x0b\x32*.alis.open.agent.v1.PushNotificationConfigR\x16pushNotificationConfig\" \n\nStringList\x12\x12\n\x04list\x18\x01 \x03(\tR\x04list\"\xab\x01\n\x08Security\x12\x43\n\x07schemes\x18\x01 \x03(\x0b\x32).alis.open.agent.v1.Security.SchemesEntryR\x07schemes\x1aZ\n\x0cSchemesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32\x1e.alis.open.agent.v1.StringListR\x05value:\x02\x38\x01\"\xa2\x04\n\x0eSecurityScheme\x12\x61\n\x17\x61pi_key_security_scheme\x18\x01 \x01(\x0b\x32(.alis.open.agent.v1.APIKeySecuritySchemeH\x00R\x14\x61piKeySecurityScheme\x12g\n\x19http_auth_security_scheme\x18\x02 \x01(\x0b\x32*.alis.open.agent.v1.HTTPAuthSecuritySchemeH\x00R\x16httpAuthSecurityScheme\x12`\n\x16oauth2_security_scheme\x18\x03 \x01(\x0b\x32(.alis.open.agent.v1.OAuth2SecuritySchemeH\x00R\x14oauth2SecurityScheme\x12w\n\x1fopen_id_connect_security_scheme\x18\x04 \x01(\x0b\x32/.alis.open.agent.v1.OpenIdConnectSecuritySchemeH\x00R\x1bopenIdConnectSecurityScheme\x12_\n\x14mtls_security_scheme\x18\x05 \x01(\x0b\x32+.alis.open.agent.v1.MutualTlsSecuritySchemeH\x00R\x12mtlsSecuritySchemeB\x08\n\x06scheme\"h\n\x14\x41PIKeySecurityScheme\x12 \n\x0b\x64\x65scription\x18\x01 \x01(\tR\x0b\x64\x65scription\x12\x1a\n\x08location\x18\x02 \x01(\tR\x08location\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\"w\n\x16HTTPAuthSecurityScheme\x12 \n\x0b\x64\x65scription\x18\x01 \x01(\tR\x0b\x64\x65scription\x12\x16\n\x06scheme\x18\x02 \x01(\tR\x06scheme\x12#\n\rbearer_format\x18\x03 \x01(\tR\x0c\x62\x65\x61rerFormat\"\x9e\x01\n\x14OAuth2SecurityScheme\x12 \n\x0b\x64\x65scription\x18\x01 \x01(\tR\x0b\x64\x65scription\x12\x34\n\x05\x66lows\x18\x02 \x01(\x0b\x32\x1e.alis.open.agent.v1.OAuthFlowsR\x05\x66lows\x12.\n\x13oauth2_metadata_url\x18\x03 \x01(\tR\x11oauth2MetadataUrl\"n\n\x1bOpenIdConnectSecurityScheme\x12 \n\x0b\x64\x65scription\x18\x01 \x01(\tR\x0b\x64\x65scription\x12-\n\x13open_id_connect_url\x18\x02 \x01(\tR\x10openIdConnectUrl\";\n\x17MutualTlsSecurityScheme\x12 \n\x0b\x64\x65scription\x18\x01 \x01(\tR\x0b\x64\x65scription\"\xe0\x02\n\nOAuthFlows\x12_\n\x12\x61uthorization_code\x18\x01 \x01(\x0b\x32..alis.open.agent.v1.AuthorizationCodeOAuthFlowH\x00R\x11\x61uthorizationCode\x12_\n\x12\x63lient_credentials\x18\x02 \x01(\x0b\x32..alis.open.agent.v1.ClientCredentialsOAuthFlowH\x00R\x11\x63lientCredentials\x12\x43\n\x08implicit\x18\x03 \x01(\x0b\x32%.alis.open.agent.v1.ImplicitOAuthFlowH\x00R\x08implicit\x12\x43\n\x08password\x18\x04 \x01(\x0b\x32%.alis.open.agent.v1.PasswordOAuthFlowH\x00R\x08passwordB\x06\n\x04\x66low\"\x96\x02\n\x1a\x41uthorizationCodeOAuthFlow\x12+\n\x11\x61uthorization_url\x18\x01 \x01(\tR\x10\x61uthorizationUrl\x12\x1b\n\ttoken_url\x18\x02 \x01(\tR\x08tokenUrl\x12\x1f\n\x0brefresh_url\x18\x03 \x01(\tR\nrefreshUrl\x12R\n\x06scopes\x18\x04 \x03(\x0b\x32:.alis.open.agent.v1.AuthorizationCodeOAuthFlow.ScopesEntryR\x06scopes\x1a\x39\n\x0bScopesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xe9\x01\n\x1a\x43lientCredentialsOAuthFlow\x12\x1b\n\ttoken_url\x18\x01 \x01(\tR\x08tokenUrl\x12\x1f\n\x0brefresh_url\x18\x02 \x01(\tR\nrefreshUrl\x12R\n\x06scopes\x18\x03 \x03(\x0b\x32:.alis.open.agent.v1.ClientCredentialsOAuthFlow.ScopesEntryR\x06scopes\x1a\x39\n\x0bScopesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xe7\x01\n\x11ImplicitOAuthFlow\x12+\n\x11\x61uthorization_url\x18\x01 \x01(\tR\x10\x61uthorizationUrl\x12\x1f\n\x0brefresh_url\x18\x02 \x01(\tR\nrefreshUrl\x12I\n\x06scopes\x18\x03 \x03(\x0b\x32\x31.alis.open.agent.v1.ImplicitOAuthFlow.ScopesEntryR\x06scopes\x1a\x39\n\x0bScopesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xd7\x01\n\x11PasswordOAuthFlow\x12\x1b\n\ttoken_url\x18\x01 \x01(\tR\x08tokenUrl\x12\x1f\n\x0brefresh_url\x18\x02 \x01(\tR\nrefreshUrl\x12I\n\x06scopes\x18\x03 \x03(\x0b\x32\x31.alis.open.agent.v1.PasswordOAuthFlow.ScopesEntryR\x06scopes\x1a\x39\n\x0bScopesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xda\x01\n\x12SendMessageRequest\x12;\n\x07request\x18\x01 \x01(\x0b\x32\x1b.alis.open.agent.v1.MessageB\x04\xe2\x41\x01\x02R\x07message\x12R\n\rconfiguration\x18\x02 \x01(\x0b\x32,.alis.open.agent.v1.SendMessageConfigurationR\rconfiguration\x12\x33\n\x08metadata\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"Q\n\x0eGetTaskRequest\x12\x18\n\x04name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x04name\x12%\n\x0ehistory_length\x18\x02 \x01(\x05R\rhistoryLength\"\xc0\x02\n\x10ListTasksRequest\x12\x1d\n\ncontext_id\x18\x01 \x01(\tR\tcontextId\x12\x35\n\x06status\x18\x02 \x01(\x0e\x32\x1d.alis.open.agent.v1.TaskStateR\x06status\x12\x1b\n\tpage_size\x18\x03 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x04 \x01(\tR\tpageToken\x12%\n\x0ehistory_length\x18\x05 \x01(\x05R\rhistoryLength\x12\x46\n\x11last_updated_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0flastUpdatedTime\x12+\n\x11include_artifacts\x18\x07 \x01(\x08R\x10includeArtifacts\"\'\n\x11\x43\x61ncelTaskRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\":\n$GetTaskPushNotificationConfigRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"=\n\'DeleteTaskPushNotificationConfigRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"\xb8\x01\n\'CreateTaskPushNotificationConfigRequest\x12\x1c\n\x06parent\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02R\x06parent\x12!\n\tconfig_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02R\x08\x63onfigId\x12L\n\x06\x63onfig\x18\x03 \x01(\x0b\x32..alis.open.agent.v1.TaskPushNotificationConfigB\x04\xe2\x41\x01\x02R\x06\x63onfig\"-\n\x17TaskSubscriptionRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\"{\n%ListTaskPushNotificationConfigRequest\x12\x16\n\x06parent\x18\x01 \x01(\tR\x06parent\x12\x1b\n\tpage_size\x18\x02 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x03 \x01(\tR\tpageToken\"\x15\n\x13GetAgentCardRequest\"\x85\x01\n\x13SendMessageResponse\x12.\n\x04task\x18\x01 \x01(\x0b\x32\x18.alis.open.agent.v1.TaskH\x00R\x04task\x12\x33\n\x03msg\x18\x02 \x01(\x0b\x32\x1b.alis.open.agent.v1.MessageH\x00R\x07messageB\t\n\x07payload\"\xaa\x02\n\x0eStreamResponse\x12.\n\x04task\x18\x01 \x01(\x0b\x32\x18.alis.open.agent.v1.TaskH\x00R\x04task\x12\x33\n\x03msg\x18\x02 \x01(\x0b\x32\x1b.alis.open.agent.v1.MessageH\x00R\x07message\x12P\n\rstatus_update\x18\x03 \x01(\x0b\x32).alis.open.agent.v1.TaskStatusUpdateEventH\x00R\x0cstatusUpdate\x12V\n\x0f\x61rtifact_update\x18\x04 \x01(\x0b\x32+.alis.open.agent.v1.TaskArtifactUpdateEventH\x00R\x0e\x61rtifactUpdateB\t\n\x07payload\"\x8a\x01\n\x11ListTasksResponse\x12.\n\x05tasks\x18\x01 \x03(\x0b\x32\x18.alis.open.agent.v1.TaskR\x05tasks\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1d\n\ntotal_size\x18\x03 \x01(\x05R\ttotalSize\"\x9a\x01\n&ListTaskPushNotificationConfigResponse\x12H\n\x07\x63onfigs\x18\x01 \x03(\x0b\x32..alis.open.agent.v1.TaskPushNotificationConfigR\x07\x63onfigs\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken*\xfa\x01\n\tTaskState\x12\x1a\n\x16TASK_STATE_UNSPECIFIED\x10\x00\x12\x18\n\x14TASK_STATE_SUBMITTED\x10\x01\x12\x16\n\x12TASK_STATE_WORKING\x10\x02\x12\x18\n\x14TASK_STATE_COMPLETED\x10\x03\x12\x15\n\x11TASK_STATE_FAILED\x10\x04\x12\x18\n\x14TASK_STATE_CANCELLED\x10\x05\x12\x1d\n\x19TASK_STATE_INPUT_REQUIRED\x10\x06\x12\x17\n\x13TASK_STATE_REJECTED\x10\x07\x12\x1c\n\x18TASK_STATE_AUTH_REQUIRED\x10\x08*;\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\r\n\tROLE_USER\x10\x01\x12\x0e\n\nROLE_AGENT\x10\x02\x32\x8e\r\n\nA2AService\x12{\n\x0bSendMessage\x12&.alis.open.agent.v1.SendMessageRequest\x1a\'.alis.open.agent.v1.SendMessageResponse\"\x1b\x82\xd3\xe4\x93\x02\x15\"\x10/v1/message:send:\x01*\x12\x83\x01\n\x14SendStreamingMessage\x12&.alis.open.agent.v1.SendMessageRequest\x1a\".alis.open.agent.v1.StreamResponse\"\x1d\x82\xd3\xe4\x93\x02\x17\"\x12/v1/message:stream:\x01*0\x01\x12j\n\x07GetTask\x12\".alis.open.agent.v1.GetTaskRequest\x1a\x18.alis.open.agent.v1.Task\"!\xda\x41\x04name\x82\xd3\xe4\x93\x02\x14\x12\x12/v1/{name=tasks/*}\x12k\n\tListTasks\x12$.alis.open.agent.v1.ListTasksRequest\x1a%.alis.open.agent.v1.ListTasksResponse\"\x11\x82\xd3\xe4\x93\x02\x0b\x12\t/v1/tasks\x12s\n\nCancelTask\x12%.alis.open.agent.v1.CancelTaskRequest\x1a\x18.alis.open.agent.v1.Task\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/v1/{name=tasks/*}:cancel:\x01*\x12\x8b\x01\n\x10TaskSubscription\x12+.alis.open.agent.v1.TaskSubscriptionRequest\x1a\".alis.open.agent.v1.StreamResponse\"$\x82\xd3\xe4\x93\x02\x1e\x12\x1c/v1/{name=tasks/*}:subscribe0\x01\x12\xdd\x01\n CreateTaskPushNotificationConfig\x12;.alis.open.agent.v1.CreateTaskPushNotificationConfigRequest\x1a..alis.open.agent.v1.TaskPushNotificationConfig\"L\xda\x41\rparent,config\x82\xd3\xe4\x93\x02\x36\",/v1/{parent=tasks/*/pushNotificationConfigs}:\x06\x63onfig\x12\xc6\x01\n\x1dGetTaskPushNotificationConfig\x12\x38.alis.open.agent.v1.GetTaskPushNotificationConfigRequest\x1a..alis.open.agent.v1.TaskPushNotificationConfig\";\xda\x41\x04name\x82\xd3\xe4\x93\x02.\x12,/v1/{name=tasks/*/pushNotificationConfigs/*}\x12\xd6\x01\n\x1eListTaskPushNotificationConfig\x12\x39.alis.open.agent.v1.ListTaskPushNotificationConfigRequest\x1a:.alis.open.agent.v1.ListTaskPushNotificationConfigResponse\"=\xda\x41\x06parent\x82\xd3\xe4\x93\x02.\x12,/v1/{parent=tasks/*}/pushNotificationConfigs\x12h\n\x0cGetAgentCard\x12\'.alis.open.agent.v1.GetAgentCardRequest\x1a\x1d.alis.open.agent.v1.AgentCard\"\x10\x82\xd3\xe4\x93\x02\n\x12\x08/v1/card\x12\xb4\x01\n DeleteTaskPushNotificationConfig\x12;.alis.open.agent.v1.DeleteTaskPushNotificationConfigRequest\x1a\x16.google.protobuf.Empty\";\xda\x41\x04name\x82\xd3\xe4\x93\x02.*,/v1/{name=tasks/*/pushNotificationConfigs/*}B&Z$go.alis.build/common/alis/open/agentb\x06proto3')
|
|
35
|
+
|
|
36
|
+
_globals = globals()
|
|
37
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
38
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'alis.open.agent.v1.agent_pb2', _globals)
|
|
39
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
40
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
41
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z$go.alis.build/common/alis/open/agent'
|
|
42
|
+
_globals['_AGENTCARD_SECURITYSCHEMESENTRY']._loaded_options = None
|
|
43
|
+
_globals['_AGENTCARD_SECURITYSCHEMESENTRY']._serialized_options = b'8\001'
|
|
44
|
+
_globals['_AGENTCARDSIGNATURE'].fields_by_name['protected']._loaded_options = None
|
|
45
|
+
_globals['_AGENTCARDSIGNATURE'].fields_by_name['protected']._serialized_options = b'\342A\001\002'
|
|
46
|
+
_globals['_AGENTCARDSIGNATURE'].fields_by_name['signature']._loaded_options = None
|
|
47
|
+
_globals['_AGENTCARDSIGNATURE'].fields_by_name['signature']._serialized_options = b'\342A\001\002'
|
|
48
|
+
_globals['_SECURITY_SCHEMESENTRY']._loaded_options = None
|
|
49
|
+
_globals['_SECURITY_SCHEMESENTRY']._serialized_options = b'8\001'
|
|
50
|
+
_globals['_AUTHORIZATIONCODEOAUTHFLOW_SCOPESENTRY']._loaded_options = None
|
|
51
|
+
_globals['_AUTHORIZATIONCODEOAUTHFLOW_SCOPESENTRY']._serialized_options = b'8\001'
|
|
52
|
+
_globals['_CLIENTCREDENTIALSOAUTHFLOW_SCOPESENTRY']._loaded_options = None
|
|
53
|
+
_globals['_CLIENTCREDENTIALSOAUTHFLOW_SCOPESENTRY']._serialized_options = b'8\001'
|
|
54
|
+
_globals['_IMPLICITOAUTHFLOW_SCOPESENTRY']._loaded_options = None
|
|
55
|
+
_globals['_IMPLICITOAUTHFLOW_SCOPESENTRY']._serialized_options = b'8\001'
|
|
56
|
+
_globals['_PASSWORDOAUTHFLOW_SCOPESENTRY']._loaded_options = None
|
|
57
|
+
_globals['_PASSWORDOAUTHFLOW_SCOPESENTRY']._serialized_options = b'8\001'
|
|
58
|
+
_globals['_SENDMESSAGEREQUEST'].fields_by_name['request']._loaded_options = None
|
|
59
|
+
_globals['_SENDMESSAGEREQUEST'].fields_by_name['request']._serialized_options = b'\342A\001\002'
|
|
60
|
+
_globals['_GETTASKREQUEST'].fields_by_name['name']._loaded_options = None
|
|
61
|
+
_globals['_GETTASKREQUEST'].fields_by_name['name']._serialized_options = b'\342A\001\002'
|
|
62
|
+
_globals['_CREATETASKPUSHNOTIFICATIONCONFIGREQUEST'].fields_by_name['parent']._loaded_options = None
|
|
63
|
+
_globals['_CREATETASKPUSHNOTIFICATIONCONFIGREQUEST'].fields_by_name['parent']._serialized_options = b'\342A\001\002'
|
|
64
|
+
_globals['_CREATETASKPUSHNOTIFICATIONCONFIGREQUEST'].fields_by_name['config_id']._loaded_options = None
|
|
65
|
+
_globals['_CREATETASKPUSHNOTIFICATIONCONFIGREQUEST'].fields_by_name['config_id']._serialized_options = b'\342A\001\002'
|
|
66
|
+
_globals['_CREATETASKPUSHNOTIFICATIONCONFIGREQUEST'].fields_by_name['config']._loaded_options = None
|
|
67
|
+
_globals['_CREATETASKPUSHNOTIFICATIONCONFIGREQUEST'].fields_by_name['config']._serialized_options = b'\342A\001\002'
|
|
68
|
+
_globals['_A2ASERVICE'].methods_by_name['SendMessage']._loaded_options = None
|
|
69
|
+
_globals['_A2ASERVICE'].methods_by_name['SendMessage']._serialized_options = b'\202\323\344\223\002\025\"\020/v1/message:send:\001*'
|
|
70
|
+
_globals['_A2ASERVICE'].methods_by_name['SendStreamingMessage']._loaded_options = None
|
|
71
|
+
_globals['_A2ASERVICE'].methods_by_name['SendStreamingMessage']._serialized_options = b'\202\323\344\223\002\027\"\022/v1/message:stream:\001*'
|
|
72
|
+
_globals['_A2ASERVICE'].methods_by_name['GetTask']._loaded_options = None
|
|
73
|
+
_globals['_A2ASERVICE'].methods_by_name['GetTask']._serialized_options = b'\332A\004name\202\323\344\223\002\024\022\022/v1/{name=tasks/*}'
|
|
74
|
+
_globals['_A2ASERVICE'].methods_by_name['ListTasks']._loaded_options = None
|
|
75
|
+
_globals['_A2ASERVICE'].methods_by_name['ListTasks']._serialized_options = b'\202\323\344\223\002\013\022\t/v1/tasks'
|
|
76
|
+
_globals['_A2ASERVICE'].methods_by_name['CancelTask']._loaded_options = None
|
|
77
|
+
_globals['_A2ASERVICE'].methods_by_name['CancelTask']._serialized_options = b'\202\323\344\223\002\036\"\031/v1/{name=tasks/*}:cancel:\001*'
|
|
78
|
+
_globals['_A2ASERVICE'].methods_by_name['TaskSubscription']._loaded_options = None
|
|
79
|
+
_globals['_A2ASERVICE'].methods_by_name['TaskSubscription']._serialized_options = b'\202\323\344\223\002\036\022\034/v1/{name=tasks/*}:subscribe'
|
|
80
|
+
_globals['_A2ASERVICE'].methods_by_name['CreateTaskPushNotificationConfig']._loaded_options = None
|
|
81
|
+
_globals['_A2ASERVICE'].methods_by_name['CreateTaskPushNotificationConfig']._serialized_options = b'\332A\rparent,config\202\323\344\223\0026\",/v1/{parent=tasks/*/pushNotificationConfigs}:\006config'
|
|
82
|
+
_globals['_A2ASERVICE'].methods_by_name['GetTaskPushNotificationConfig']._loaded_options = None
|
|
83
|
+
_globals['_A2ASERVICE'].methods_by_name['GetTaskPushNotificationConfig']._serialized_options = b'\332A\004name\202\323\344\223\002.\022,/v1/{name=tasks/*/pushNotificationConfigs/*}'
|
|
84
|
+
_globals['_A2ASERVICE'].methods_by_name['ListTaskPushNotificationConfig']._loaded_options = None
|
|
85
|
+
_globals['_A2ASERVICE'].methods_by_name['ListTaskPushNotificationConfig']._serialized_options = b'\332A\006parent\202\323\344\223\002.\022,/v1/{parent=tasks/*}/pushNotificationConfigs'
|
|
86
|
+
_globals['_A2ASERVICE'].methods_by_name['GetAgentCard']._loaded_options = None
|
|
87
|
+
_globals['_A2ASERVICE'].methods_by_name['GetAgentCard']._serialized_options = b'\202\323\344\223\002\n\022\010/v1/card'
|
|
88
|
+
_globals['_A2ASERVICE'].methods_by_name['DeleteTaskPushNotificationConfig']._loaded_options = None
|
|
89
|
+
_globals['_A2ASERVICE'].methods_by_name['DeleteTaskPushNotificationConfig']._serialized_options = b'\332A\004name\202\323\344\223\002.*,/v1/{name=tasks/*/pushNotificationConfigs/*}'
|
|
90
|
+
_globals['_TASKSTATE']._serialized_start=9372
|
|
91
|
+
_globals['_TASKSTATE']._serialized_end=9622
|
|
92
|
+
_globals['_ROLE']._serialized_start=9624
|
|
93
|
+
_globals['_ROLE']._serialized_end=9683
|
|
94
|
+
_globals['_SENDMESSAGECONFIGURATION']._serialized_start=262
|
|
95
|
+
_globals['_SENDMESSAGECONFIGURATION']._serialized_end=496
|
|
96
|
+
_globals['_TASK']._serialized_start=499
|
|
97
|
+
_globals['_TASK']._serialized_end=796
|
|
98
|
+
_globals['_TASKSTATUS']._serialized_start=799
|
|
99
|
+
_globals['_TASKSTATUS']._serialized_end=976
|
|
100
|
+
_globals['_PART']._serialized_start=979
|
|
101
|
+
_globals['_PART']._serialized_end=1214
|
|
102
|
+
_globals['_FILEPART']._serialized_start=1217
|
|
103
|
+
_globals['_FILEPART']._serialized_end=1364
|
|
104
|
+
_globals['_DATAPART']._serialized_start=1366
|
|
105
|
+
_globals['_DATAPART']._serialized_end=1421
|
|
106
|
+
_globals['_MESSAGE']._serialized_start=1424
|
|
107
|
+
_globals['_MESSAGE']._serialized_end=1745
|
|
108
|
+
_globals['_ARTIFACT']._serialized_start=1748
|
|
109
|
+
_globals['_ARTIFACT']._serialized_end=1978
|
|
110
|
+
_globals['_TASKSTATUSUPDATEEVENT']._serialized_start=1981
|
|
111
|
+
_globals['_TASKSTATUSUPDATEEVENT']._serialized_end=2191
|
|
112
|
+
_globals['_TASKARTIFACTUPDATEEVENT']._serialized_start=2194
|
|
113
|
+
_globals['_TASKARTIFACTUPDATEEVENT']._serialized_end=2441
|
|
114
|
+
_globals['_PUSHNOTIFICATIONCONFIG']._serialized_start=2444
|
|
115
|
+
_globals['_PUSHNOTIFICATIONCONFIG']._serialized_end=2604
|
|
116
|
+
_globals['_AUTHENTICATIONINFO']._serialized_start=2606
|
|
117
|
+
_globals['_AUTHENTICATIONINFO']._serialized_end=2686
|
|
118
|
+
_globals['_AGENTINTERFACE']._serialized_start=2688
|
|
119
|
+
_globals['_AGENTINTERFACE']._serialized_end=2752
|
|
120
|
+
_globals['_AGENTCARD']._serialized_start=2755
|
|
121
|
+
_globals['_AGENTCARD']._serialized_end=3819
|
|
122
|
+
_globals['_AGENTCARD_SECURITYSCHEMESENTRY']._serialized_start=3717
|
|
123
|
+
_globals['_AGENTCARD_SECURITYSCHEMESENTRY']._serialized_end=3819
|
|
124
|
+
_globals['_AGENTPROVIDER']._serialized_start=3821
|
|
125
|
+
_globals['_AGENTPROVIDER']._serialized_end=3890
|
|
126
|
+
_globals['_AGENTCAPABILITIES']._serialized_start=3893
|
|
127
|
+
_globals['_AGENTCAPABILITIES']._serialized_end=4115
|
|
128
|
+
_globals['_AGENTEXTENSION']._serialized_start=4118
|
|
129
|
+
_globals['_AGENTEXTENSION']._serialized_end=4263
|
|
130
|
+
_globals['_AGENTSKILL']._serialized_start=4266
|
|
131
|
+
_globals['_AGENTSKILL']._serialized_end=4522
|
|
132
|
+
_globals['_AGENTCARDSIGNATURE']._serialized_start=4525
|
|
133
|
+
_globals['_AGENTCARDSIGNATURE']._serialized_end=4666
|
|
134
|
+
_globals['_TASKPUSHNOTIFICATIONCONFIG']._serialized_start=4669
|
|
135
|
+
_globals['_TASKPUSHNOTIFICATIONCONFIG']._serialized_end=4819
|
|
136
|
+
_globals['_STRINGLIST']._serialized_start=4821
|
|
137
|
+
_globals['_STRINGLIST']._serialized_end=4853
|
|
138
|
+
_globals['_SECURITY']._serialized_start=4856
|
|
139
|
+
_globals['_SECURITY']._serialized_end=5027
|
|
140
|
+
_globals['_SECURITY_SCHEMESENTRY']._serialized_start=4937
|
|
141
|
+
_globals['_SECURITY_SCHEMESENTRY']._serialized_end=5027
|
|
142
|
+
_globals['_SECURITYSCHEME']._serialized_start=5030
|
|
143
|
+
_globals['_SECURITYSCHEME']._serialized_end=5576
|
|
144
|
+
_globals['_APIKEYSECURITYSCHEME']._serialized_start=5578
|
|
145
|
+
_globals['_APIKEYSECURITYSCHEME']._serialized_end=5682
|
|
146
|
+
_globals['_HTTPAUTHSECURITYSCHEME']._serialized_start=5684
|
|
147
|
+
_globals['_HTTPAUTHSECURITYSCHEME']._serialized_end=5803
|
|
148
|
+
_globals['_OAUTH2SECURITYSCHEME']._serialized_start=5806
|
|
149
|
+
_globals['_OAUTH2SECURITYSCHEME']._serialized_end=5964
|
|
150
|
+
_globals['_OPENIDCONNECTSECURITYSCHEME']._serialized_start=5966
|
|
151
|
+
_globals['_OPENIDCONNECTSECURITYSCHEME']._serialized_end=6076
|
|
152
|
+
_globals['_MUTUALTLSSECURITYSCHEME']._serialized_start=6078
|
|
153
|
+
_globals['_MUTUALTLSSECURITYSCHEME']._serialized_end=6137
|
|
154
|
+
_globals['_OAUTHFLOWS']._serialized_start=6140
|
|
155
|
+
_globals['_OAUTHFLOWS']._serialized_end=6492
|
|
156
|
+
_globals['_AUTHORIZATIONCODEOAUTHFLOW']._serialized_start=6495
|
|
157
|
+
_globals['_AUTHORIZATIONCODEOAUTHFLOW']._serialized_end=6773
|
|
158
|
+
_globals['_AUTHORIZATIONCODEOAUTHFLOW_SCOPESENTRY']._serialized_start=6716
|
|
159
|
+
_globals['_AUTHORIZATIONCODEOAUTHFLOW_SCOPESENTRY']._serialized_end=6773
|
|
160
|
+
_globals['_CLIENTCREDENTIALSOAUTHFLOW']._serialized_start=6776
|
|
161
|
+
_globals['_CLIENTCREDENTIALSOAUTHFLOW']._serialized_end=7009
|
|
162
|
+
_globals['_CLIENTCREDENTIALSOAUTHFLOW_SCOPESENTRY']._serialized_start=6716
|
|
163
|
+
_globals['_CLIENTCREDENTIALSOAUTHFLOW_SCOPESENTRY']._serialized_end=6773
|
|
164
|
+
_globals['_IMPLICITOAUTHFLOW']._serialized_start=7012
|
|
165
|
+
_globals['_IMPLICITOAUTHFLOW']._serialized_end=7243
|
|
166
|
+
_globals['_IMPLICITOAUTHFLOW_SCOPESENTRY']._serialized_start=6716
|
|
167
|
+
_globals['_IMPLICITOAUTHFLOW_SCOPESENTRY']._serialized_end=6773
|
|
168
|
+
_globals['_PASSWORDOAUTHFLOW']._serialized_start=7246
|
|
169
|
+
_globals['_PASSWORDOAUTHFLOW']._serialized_end=7461
|
|
170
|
+
_globals['_PASSWORDOAUTHFLOW_SCOPESENTRY']._serialized_start=6716
|
|
171
|
+
_globals['_PASSWORDOAUTHFLOW_SCOPESENTRY']._serialized_end=6773
|
|
172
|
+
_globals['_SENDMESSAGEREQUEST']._serialized_start=7464
|
|
173
|
+
_globals['_SENDMESSAGEREQUEST']._serialized_end=7682
|
|
174
|
+
_globals['_GETTASKREQUEST']._serialized_start=7684
|
|
175
|
+
_globals['_GETTASKREQUEST']._serialized_end=7765
|
|
176
|
+
_globals['_LISTTASKSREQUEST']._serialized_start=7768
|
|
177
|
+
_globals['_LISTTASKSREQUEST']._serialized_end=8088
|
|
178
|
+
_globals['_CANCELTASKREQUEST']._serialized_start=8090
|
|
179
|
+
_globals['_CANCELTASKREQUEST']._serialized_end=8129
|
|
180
|
+
_globals['_GETTASKPUSHNOTIFICATIONCONFIGREQUEST']._serialized_start=8131
|
|
181
|
+
_globals['_GETTASKPUSHNOTIFICATIONCONFIGREQUEST']._serialized_end=8189
|
|
182
|
+
_globals['_DELETETASKPUSHNOTIFICATIONCONFIGREQUEST']._serialized_start=8191
|
|
183
|
+
_globals['_DELETETASKPUSHNOTIFICATIONCONFIGREQUEST']._serialized_end=8252
|
|
184
|
+
_globals['_CREATETASKPUSHNOTIFICATIONCONFIGREQUEST']._serialized_start=8255
|
|
185
|
+
_globals['_CREATETASKPUSHNOTIFICATIONCONFIGREQUEST']._serialized_end=8439
|
|
186
|
+
_globals['_TASKSUBSCRIPTIONREQUEST']._serialized_start=8441
|
|
187
|
+
_globals['_TASKSUBSCRIPTIONREQUEST']._serialized_end=8486
|
|
188
|
+
_globals['_LISTTASKPUSHNOTIFICATIONCONFIGREQUEST']._serialized_start=8488
|
|
189
|
+
_globals['_LISTTASKPUSHNOTIFICATIONCONFIGREQUEST']._serialized_end=8611
|
|
190
|
+
_globals['_GETAGENTCARDREQUEST']._serialized_start=8613
|
|
191
|
+
_globals['_GETAGENTCARDREQUEST']._serialized_end=8634
|
|
192
|
+
_globals['_SENDMESSAGERESPONSE']._serialized_start=8637
|
|
193
|
+
_globals['_SENDMESSAGERESPONSE']._serialized_end=8770
|
|
194
|
+
_globals['_STREAMRESPONSE']._serialized_start=8773
|
|
195
|
+
_globals['_STREAMRESPONSE']._serialized_end=9071
|
|
196
|
+
_globals['_LISTTASKSRESPONSE']._serialized_start=9074
|
|
197
|
+
_globals['_LISTTASKSRESPONSE']._serialized_end=9212
|
|
198
|
+
_globals['_LISTTASKPUSHNOTIFICATIONCONFIGRESPONSE']._serialized_start=9215
|
|
199
|
+
_globals['_LISTTASKPUSHNOTIFICATIONCONFIGRESPONSE']._serialized_end=9369
|
|
200
|
+
_globals['_A2ASERVICE']._serialized_start=9686
|
|
201
|
+
_globals['_A2ASERVICE']._serialized_end=11364
|
|
202
|
+
# @@protoc_insertion_point(module_scope)
|