@@ -2497,6 +2497,70 @@ class GetFragmentUsageResponse(google.protobuf.message.Message):
24972497 ...
24982498global___GetFragmentUsageResponse = GetFragmentUsageResponse
24992499
2500+ @typing .final
2501+ class SetFragmentTagRequest (google .protobuf .message .Message ):
2502+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2503+ FRAGMENT_ID_FIELD_NUMBER : builtins .int
2504+ TAG_FIELD_NUMBER : builtins .int
2505+ REVISION_FIELD_NUMBER : builtins .int
2506+ fragment_id : builtins .str
2507+ tag : builtins .str
2508+ revision : builtins .str
2509+
2510+ def __init__ (self , * , fragment_id : builtins .str = ..., tag : builtins .str = ..., revision : builtins .str = ...) -> None :
2511+ ...
2512+
2513+ def ClearField (self , field_name : typing .Literal ['fragment_id' , b'fragment_id' , 'revision' , b'revision' , 'tag' , b'tag' ]) -> None :
2514+ ...
2515+ global___SetFragmentTagRequest = SetFragmentTagRequest
2516+
2517+ @typing .final
2518+ class SetFragmentTagResponse (google .protobuf .message .Message ):
2519+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2520+ TAGS_FIELD_NUMBER : builtins .int
2521+
2522+ @property
2523+ def tags (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___FragmentTag ]:
2524+ ...
2525+
2526+ def __init__ (self , * , tags : collections .abc .Iterable [global___FragmentTag ] | None = ...) -> None :
2527+ ...
2528+
2529+ def ClearField (self , field_name : typing .Literal ['tags' , b'tags' ]) -> None :
2530+ ...
2531+ global___SetFragmentTagResponse = SetFragmentTagResponse
2532+
2533+ @typing .final
2534+ class DeleteFragmentTagRequest (google .protobuf .message .Message ):
2535+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2536+ FRAGMENT_ID_FIELD_NUMBER : builtins .int
2537+ TAG_FIELD_NUMBER : builtins .int
2538+ fragment_id : builtins .str
2539+ tag : builtins .str
2540+
2541+ def __init__ (self , * , fragment_id : builtins .str = ..., tag : builtins .str = ...) -> None :
2542+ ...
2543+
2544+ def ClearField (self , field_name : typing .Literal ['fragment_id' , b'fragment_id' , 'tag' , b'tag' ]) -> None :
2545+ ...
2546+ global___DeleteFragmentTagRequest = DeleteFragmentTagRequest
2547+
2548+ @typing .final
2549+ class DeleteFragmentTagResponse (google .protobuf .message .Message ):
2550+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
2551+ TAGS_FIELD_NUMBER : builtins .int
2552+
2553+ @property
2554+ def tags (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___FragmentTag ]:
2555+ ...
2556+
2557+ def __init__ (self , * , tags : collections .abc .Iterable [global___FragmentTag ] | None = ...) -> None :
2558+ ...
2559+
2560+ def ClearField (self , field_name : typing .Literal ['tags' , b'tags' ]) -> None :
2561+ ...
2562+ global___DeleteFragmentTagResponse = DeleteFragmentTagResponse
2563+
25002564@typing .final
25012565class ListRobotsRequest (google .protobuf .message .Message ):
25022566 DESCRIPTOR : google .protobuf .descriptor .Descriptor
0 commit comments