@@ -24,56 +24,56 @@ import google.protobuf.message
2424import typing
2525import typing_extensions
2626
27- DESCRIPTOR : google .protobuf .descriptor .FileDescriptor = ...
27+ DESCRIPTOR : google .protobuf .descriptor .FileDescriptor
2828
2929class RoboticsClientConfig (google .protobuf .message .Message ):
30- DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
30+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
3131 PROJECT_NAME_FIELD_NUMBER : builtins .int
32- project_name : typing .Text = ...
32+ project_name : typing .Text
3333 def __init__ (self ,
3434 * ,
35- project_name : typing .Text = ...,
35+ project_name : typing .Text = ...,
3636 ) -> None : ...
3737 def ClearField (self , field_name : typing_extensions .Literal ["project_name" ,b"project_name" ]) -> None : ...
3838global___RoboticsClientConfig = RoboticsClientConfig
3939
4040class TaskProperties (google .protobuf .message .Message ):
41- DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
41+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
4242 TASK_NAME_FIELD_NUMBER : builtins .int
4343 EPISODE_ID_FIELD_NUMBER : builtins .int
4444 TIMESTAMP_COARSE_FIELD_NUMBER : builtins .int
45- task_name : typing .Text = ...
46- episode_id : typing .Text = ...
47- timestamp_coarse : builtins .int = ...
45+ task_name : typing .Text
46+ episode_id : typing .Text
47+ timestamp_coarse : builtins .int
4848 def __init__ (self ,
4949 * ,
50- task_name : typing .Text = ...,
51- episode_id : typing .Text = ...,
52- timestamp_coarse : builtins .int = ...,
50+ task_name : typing .Text = ...,
51+ episode_id : typing .Text = ...,
52+ timestamp_coarse : builtins .int = ...,
5353 ) -> None : ...
5454 def ClearField (self , field_name : typing_extensions .Literal ["episode_id" ,b"episode_id" ,"task_name" ,b"task_name" ,"timestamp_coarse" ,b"timestamp_coarse" ]) -> None : ...
5555global___TaskProperties = TaskProperties
5656
5757class Flag (google .protobuf .message .Message ):
5858 """Flag defines a specific experiment flag."""
59- DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
59+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
6060 NAME_FIELD_NUMBER : builtins .int
6161 INT_VALUE_FIELD_NUMBER : builtins .int
6262 STRING_VALUE_FIELD_NUMBER : builtins .int
6363 DOUBLE_VALUE_FIELD_NUMBER : builtins .int
6464 BOOL_VALUE_FIELD_NUMBER : builtins .int
65- name : typing .Text = ...
66- int_value : builtins .int = ...
67- string_value : typing .Text = ...
68- double_value : builtins .float = ...
69- bool_value : builtins .bool = ...
65+ name : typing .Text
66+ int_value : builtins .int
67+ string_value : typing .Text
68+ double_value : builtins .float
69+ bool_value : builtins .bool
7070 def __init__ (self ,
7171 * ,
72- name : typing .Text = ...,
73- int_value : builtins .int = ...,
74- string_value : typing .Text = ...,
75- double_value : builtins .float = ...,
76- bool_value : builtins .bool = ...,
72+ name : typing .Text = ...,
73+ int_value : builtins .int = ...,
74+ string_value : typing .Text = ...,
75+ double_value : builtins .float = ...,
76+ bool_value : builtins .bool = ...,
7777 ) -> None : ...
7878 def HasField (self , field_name : typing_extensions .Literal ["bool_value" ,b"bool_value" ,"double_value" ,b"double_value" ,"int_value" ,b"int_value" ,"string_value" ,b"string_value" ,"value" ,b"value" ]) -> builtins .bool : ...
7979 def ClearField (self , field_name : typing_extensions .Literal ["bool_value" ,b"bool_value" ,"double_value" ,b"double_value" ,"int_value" ,b"int_value" ,"name" ,b"name" ,"string_value" ,b"string_value" ,"value" ,b"value" ]) -> None : ...
@@ -82,63 +82,63 @@ global___Flag = Flag
8282
8383class Flags (google .protobuf .message .Message ):
8484 """Flags defines a list of experiment flags for a given experiment token."""
85- DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
85+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
8686 FLAGS_FIELD_NUMBER : builtins .int
8787 EXPERIMENT_TOKEN_FIELD_NUMBER : builtins .int
8888 @property
8989 def flags (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___Flag ]: ...
90- experiment_token : typing .Text = ...
90+ experiment_token : typing .Text
9191 def __init__ (self ,
9292 * ,
93- flags : typing .Optional [typing .Iterable [global___Flag ]] = ...,
94- experiment_token : typing .Text = ...,
93+ flags : typing .Optional [typing .Iterable [global___Flag ]] = ...,
94+ experiment_token : typing .Text = ...,
9595 ) -> None : ...
9696 def ClearField (self , field_name : typing_extensions .Literal ["experiment_token" ,b"experiment_token" ,"flags" ,b"flags" ]) -> None : ...
9797global___Flags = Flags
9898
9999class FwFlagsRequest (google .protobuf .message .Message ):
100- DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
100+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
101101 PROPERTIES_FIELD_NUMBER : builtins .int
102102 @property
103103 def properties (self ) -> google .protobuf .any_pb2 .Any : ...
104104 def __init__ (self ,
105105 * ,
106- properties : typing .Optional [google .protobuf .any_pb2 .Any ] = ...,
106+ properties : typing .Optional [google .protobuf .any_pb2 .Any ] = ...,
107107 ) -> None : ...
108108 def HasField (self , field_name : typing_extensions .Literal ["properties" ,b"properties" ]) -> builtins .bool : ...
109109 def ClearField (self , field_name : typing_extensions .Literal ["properties" ,b"properties" ]) -> None : ...
110110global___FwFlagsRequest = FwFlagsRequest
111111
112112class FwFlagsResponse (google .protobuf .message .Message ):
113- DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
113+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
114114 SUBSCRIPTION_ID_FIELD_NUMBER : builtins .int
115115 FLAGS_FIELD_NUMBER : builtins .int
116- subscription_id : typing .Text = ...
116+ subscription_id : typing .Text
117117 @property
118118 def flags (self ) -> global___Flags : ...
119119 def __init__ (self ,
120120 * ,
121- subscription_id : typing .Text = ...,
122- flags : typing .Optional [global___Flags ] = ...,
121+ subscription_id : typing .Text = ...,
122+ flags : typing .Optional [global___Flags ] = ...,
123123 ) -> None : ...
124124 def HasField (self , field_name : typing_extensions .Literal ["flags" ,b"flags" ]) -> builtins .bool : ...
125125 def ClearField (self , field_name : typing_extensions .Literal ["flags" ,b"flags" ,"subscription_id" ,b"subscription_id" ]) -> None : ...
126126global___FwFlagsResponse = FwFlagsResponse
127127
128128class FwExperimentSubscriptionRequest (google .protobuf .message .Message ):
129- DESCRIPTOR : google .protobuf .descriptor .Descriptor = ...
129+ DESCRIPTOR : google .protobuf .descriptor .Descriptor
130130 SUBSCRIPTION_ID_FIELD_NUMBER : builtins .int
131131 PROPERTIES_FIELD_NUMBER : builtins .int
132132 REFRESH_RATE_SECONDS_FIELD_NUMBER : builtins .int
133- subscription_id : typing .Text = ...
133+ subscription_id : typing .Text
134134 @property
135135 def properties (self ) -> google .protobuf .any_pb2 .Any : ...
136- refresh_rate_seconds : builtins .int = ...
136+ refresh_rate_seconds : builtins .int
137137 def __init__ (self ,
138138 * ,
139- subscription_id : typing .Text = ...,
140- properties : typing .Optional [google .protobuf .any_pb2 .Any ] = ...,
141- refresh_rate_seconds : builtins .int = ...,
139+ subscription_id : typing .Text = ...,
140+ properties : typing .Optional [google .protobuf .any_pb2 .Any ] = ...,
141+ refresh_rate_seconds : builtins .int = ...,
142142 ) -> None : ...
143143 def HasField (self , field_name : typing_extensions .Literal ["properties" ,b"properties" ]) -> builtins .bool : ...
144144 def ClearField (self , field_name : typing_extensions .Literal ["properties" ,b"properties" ,"refresh_rate_seconds" ,b"refresh_rate_seconds" ,"subscription_id" ,b"subscription_id" ]) -> None : ...
0 commit comments