@@ -49,142 +49,6 @@ PACKAGE_FORMAT_XZ_EXECUTABLE: PackageFormat.ValueType
4949'decompress and set executable'
5050global___PackageFormat = PackageFormat
5151
52- @typing .final
53- class GetAgentConfigRequest (google .protobuf .message .Message ):
54- """App side"""
55- DESCRIPTOR : google .protobuf .descriptor .Descriptor
56- ID_FIELD_NUMBER : builtins .int
57- id : builtins .str
58-
59- def __init__ (self , * , id : builtins .str = ...) -> None :
60- ...
61-
62- def ClearField (self , field_name : typing .Literal ['id' , b'id' ]) -> None :
63- ...
64- global___GetAgentConfigRequest = GetAgentConfigRequest
65-
66- @typing .final
67- class GetAgentConfigResponse (google .protobuf .message .Message ):
68- DESCRIPTOR : google .protobuf .descriptor .Descriptor
69- AGENT_CONFIG_FIELD_NUMBER : builtins .int
70-
71- @property
72- def agent_config (self ) -> global___AppAgentConfig :
73- ...
74-
75- def __init__ (self , * , agent_config : global___AppAgentConfig | None = ...) -> None :
76- ...
77-
78- def HasField (self , field_name : typing .Literal ['agent_config' , b'agent_config' ]) -> builtins .bool :
79- ...
80-
81- def ClearField (self , field_name : typing .Literal ['agent_config' , b'agent_config' ]) -> None :
82- ...
83- global___GetAgentConfigResponse = GetAgentConfigResponse
84-
85- @typing .final
86- class UpdateAgentConfigRequest (google .protobuf .message .Message ):
87- DESCRIPTOR : google .protobuf .descriptor .Descriptor
88- ID_FIELD_NUMBER : builtins .int
89- AGENT_CONFIG_FIELD_NUMBER : builtins .int
90- id : builtins .str
91-
92- @property
93- def agent_config (self ) -> global___AppAgentConfig :
94- ...
95-
96- def __init__ (self , * , id : builtins .str = ..., agent_config : global___AppAgentConfig | None = ...) -> None :
97- ...
98-
99- def HasField (self , field_name : typing .Literal ['agent_config' , b'agent_config' ]) -> builtins .bool :
100- ...
101-
102- def ClearField (self , field_name : typing .Literal ['agent_config' , b'agent_config' , 'id' , b'id' ]) -> None :
103- ...
104- global___UpdateAgentConfigRequest = UpdateAgentConfigRequest
105-
106- @typing .final
107- class UpdateAgentConfigResponse (google .protobuf .message .Message ):
108- DESCRIPTOR : google .protobuf .descriptor .Descriptor
109- AGENT_CONFIG_FIELD_NUMBER : builtins .int
110-
111- @property
112- def agent_config (self ) -> global___AppAgentConfig :
113- ...
114-
115- def __init__ (self , * , agent_config : global___AppAgentConfig | None = ...) -> None :
116- ...
117-
118- def HasField (self , field_name : typing .Literal ['agent_config' , b'agent_config' ]) -> builtins .bool :
119- ...
120-
121- def ClearField (self , field_name : typing .Literal ['agent_config' , b'agent_config' ]) -> None :
122- ...
123- global___UpdateAgentConfigResponse = UpdateAgentConfigResponse
124-
125- @typing .final
126- class AppAgentConfig (google .protobuf .message .Message ):
127- DESCRIPTOR : google .protobuf .descriptor .Descriptor
128-
129- @typing .final
130- class SubsystemConfigsEntry (google .protobuf .message .Message ):
131- DESCRIPTOR : google .protobuf .descriptor .Descriptor
132- KEY_FIELD_NUMBER : builtins .int
133- VALUE_FIELD_NUMBER : builtins .int
134- key : builtins .str
135-
136- @property
137- def value (self ) -> global___AppSubsystemConfig :
138- ...
139-
140- def __init__ (self , * , key : builtins .str = ..., value : global___AppSubsystemConfig | None = ...) -> None :
141- ...
142-
143- def HasField (self , field_name : typing .Literal ['value' , b'value' ]) -> builtins .bool :
144- ...
145-
146- def ClearField (self , field_name : typing .Literal ['key' , b'key' , 'value' , b'value' ]) -> None :
147- ...
148- SUBSYSTEM_CONFIGS_FIELD_NUMBER : builtins .int
149-
150- @property
151- def subsystem_configs (self ) -> google .protobuf .internal .containers .MessageMap [builtins .str , global___AppSubsystemConfig ]:
152- ...
153-
154- def __init__ (self , * , subsystem_configs : collections .abc .Mapping [builtins .str , global___AppSubsystemConfig ] | None = ...) -> None :
155- ...
156-
157- def ClearField (self , field_name : typing .Literal ['subsystem_configs' , b'subsystem_configs' ]) -> None :
158- ...
159- global___AppAgentConfig = AppAgentConfig
160-
161- @typing .final
162- class AppSubsystemConfig (google .protobuf .message .Message ):
163- DESCRIPTOR : google .protobuf .descriptor .Descriptor
164- RELEASE_CHANNEL_FIELD_NUMBER : builtins .int
165- PIN_VERSION_FIELD_NUMBER : builtins .int
166- PIN_URL_FIELD_NUMBER : builtins .int
167- DISABLE_SUBSYSTEM_FIELD_NUMBER : builtins .int
168- ATTRIBUTES_FIELD_NUMBER : builtins .int
169- release_channel : builtins .str
170- pin_version : builtins .str
171- pin_url : builtins .str
172- disable_subsystem : builtins .bool
173-
174- @property
175- def attributes (self ) -> google .protobuf .struct_pb2 .Struct :
176- ...
177-
178- def __init__ (self , * , release_channel : builtins .str = ..., pin_version : builtins .str = ..., pin_url : builtins .str = ..., disable_subsystem : builtins .bool = ..., attributes : google .protobuf .struct_pb2 .Struct | None = ...) -> None :
179- ...
180-
181- def HasField (self , field_name : typing .Literal ['attributes' , b'attributes' ]) -> builtins .bool :
182- ...
183-
184- def ClearField (self , field_name : typing .Literal ['attributes' , b'attributes' , 'disable_subsystem' , b'disable_subsystem' , 'pin_url' , b'pin_url' , 'pin_version' , b'pin_version' , 'release_channel' , b'release_channel' ]) -> None :
185- ...
186- global___AppSubsystemConfig = AppSubsystemConfig
187-
18852@typing .final
18953class DeviceAgentConfigRequest (google .protobuf .message .Message ):
19054 """Device side"""
0 commit comments