@@ -57,11 +57,14 @@ class RobotConfig(google.protobuf.message.Message):
57
57
OVERWRITE_FRAGMENT_STATUS_FIELD_NUMBER : builtins .int
58
58
ENABLE_WEB_PROFILE_FIELD_NUMBER : builtins .int
59
59
LOG_FIELD_NUMBER : builtins .int
60
+ REVISION_FIELD_NUMBER : builtins .int
60
61
debug : builtins .bool
61
62
'Turns on debug mode for robot, adding an echo server and more logging and tracing. Only works after restart'
62
63
disable_partial_start : builtins .bool
63
64
enable_web_profile : builtins .bool
64
65
'Turns on pprof http server on localhost. By default false.'
66
+ revision : builtins .str
67
+ 'Attributes a particular revision to the config.'
65
68
66
69
@property
67
70
def cloud (self ) -> global___CloudConfig :
@@ -107,13 +110,13 @@ class RobotConfig(google.protobuf.message.Message):
107
110
def log (self ) -> google .protobuf .internal .containers .RepeatedCompositeFieldContainer [global___LogPatternConfig ]:
108
111
...
109
112
110
- def __init__ (self , * , cloud : global___CloudConfig | None = ..., remotes : collections .abc .Iterable [global___RemoteConfig ] | None = ..., components : collections .abc .Iterable [global___ComponentConfig ] | None = ..., processes : collections .abc .Iterable [global___ProcessConfig ] | None = ..., services : collections .abc .Iterable [global___ServiceConfig ] | None = ..., network : global___NetworkConfig | None = ..., auth : global___AuthConfig | None = ..., debug : builtins .bool | None = ..., modules : collections .abc .Iterable [global___ModuleConfig ] | None = ..., disable_partial_start : builtins .bool | None = ..., packages : collections .abc .Iterable [global___PackageConfig ] | None = ..., overwrite_fragment_status : collections .abc .Iterable [global___AppValidationStatus ] | None = ..., enable_web_profile : builtins .bool = ..., log : collections .abc .Iterable [global___LogPatternConfig ] | None = ...) -> None :
113
+ def __init__ (self , * , cloud : global___CloudConfig | None = ..., remotes : collections .abc .Iterable [global___RemoteConfig ] | None = ..., components : collections .abc .Iterable [global___ComponentConfig ] | None = ..., processes : collections .abc .Iterable [global___ProcessConfig ] | None = ..., services : collections .abc .Iterable [global___ServiceConfig ] | None = ..., network : global___NetworkConfig | None = ..., auth : global___AuthConfig | None = ..., debug : builtins .bool | None = ..., modules : collections .abc .Iterable [global___ModuleConfig ] | None = ..., disable_partial_start : builtins .bool | None = ..., packages : collections .abc .Iterable [global___PackageConfig ] | None = ..., overwrite_fragment_status : collections .abc .Iterable [global___AppValidationStatus ] | None = ..., enable_web_profile : builtins .bool = ..., log : collections .abc .Iterable [global___LogPatternConfig ] | None = ..., revision : builtins . str = ... ) -> None :
111
114
...
112
115
113
116
def HasField (self , field_name : typing .Literal ['_auth' , b'_auth' , '_debug' , b'_debug' , '_disable_partial_start' , b'_disable_partial_start' , '_network' , b'_network' , 'auth' , b'auth' , 'cloud' , b'cloud' , 'debug' , b'debug' , 'disable_partial_start' , b'disable_partial_start' , 'network' , b'network' ]) -> builtins .bool :
114
117
...
115
118
116
- def ClearField (self , field_name : typing .Literal ['_auth' , b'_auth' , '_debug' , b'_debug' , '_disable_partial_start' , b'_disable_partial_start' , '_network' , b'_network' , 'auth' , b'auth' , 'cloud' , b'cloud' , 'components' , b'components' , 'debug' , b'debug' , 'disable_partial_start' , b'disable_partial_start' , 'enable_web_profile' , b'enable_web_profile' , 'log' , b'log' , 'modules' , b'modules' , 'network' , b'network' , 'overwrite_fragment_status' , b'overwrite_fragment_status' , 'packages' , b'packages' , 'processes' , b'processes' , 'remotes' , b'remotes' , 'services' , b'services' ]) -> None :
119
+ def ClearField (self , field_name : typing .Literal ['_auth' , b'_auth' , '_debug' , b'_debug' , '_disable_partial_start' , b'_disable_partial_start' , '_network' , b'_network' , 'auth' , b'auth' , 'cloud' , b'cloud' , 'components' , b'components' , 'debug' , b'debug' , 'disable_partial_start' , b'disable_partial_start' , 'enable_web_profile' , b'enable_web_profile' , 'log' , b'log' , 'modules' , b'modules' , 'network' , b'network' , 'overwrite_fragment_status' , b'overwrite_fragment_status' , 'packages' , b'packages' , 'processes' , b'processes' , 'remotes' , b'remotes' , 'revision' , b'revision' , ' services' , b'services' ]) -> None :
117
120
...
118
121
119
122
@typing .overload
0 commit comments