1616
1717.. data:: STATE_UNSPECIFIED
1818
19- The default variable state. See:
19+ The default variable state. See
2020 https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables#VariableState
2121
2222.. data:: STATE_UPDATED
2323
2424 Indicates the variable was updated, while `variables.watch` was executing.
25- See:
25+ See
2626 https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables#VariableState
2727
2828.. data:: STATE_DELETED
2929
3030 Indicates the variable was deleted, while `variables.watch`_ was executing.
31- See:
31+ See
3232 https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables#VariableState
3333
3434.. _variables.watch:
5050class Variable (object ):
5151 """A variable in the Cloud RuntimeConfig service.
5252
53- See:
53+ See
5454 https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables
5555
5656 :type name: str
@@ -118,7 +118,7 @@ def client(self):
118118 def value (self ):
119119 """Value of the variable, as bytes.
120120
121- See:
121+ See
122122 https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables
123123
124124 :rtype: bytes or ``NoneType``
@@ -134,7 +134,7 @@ def value(self):
134134 def state (self ):
135135 """Retrieve the state of the variable.
136136
137- See:
137+ See
138138 https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables#VariableState
139139
140140 :rtype: str
@@ -148,7 +148,7 @@ def state(self):
148148 def update_time (self ):
149149 """Retrieve the timestamp at which the variable was updated.
150150
151- See:
151+ See
152152 https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables
153153
154154 :rtype: :class:`datetime.datetime` or ``NoneType``
@@ -190,7 +190,7 @@ def _set_properties(self, resource):
190190 def exists (self , client = None ):
191191 """API call: test for the existence of the variable via a GET request
192192
193- See:
193+ See
194194 https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables/get
195195
196196 :type client: :class:`~google.cloud.runtimeconfig.client.Client`
@@ -217,7 +217,7 @@ def reload(self, client=None):
217217
218218 This method will reload the newest data for the variable.
219219
220- See:
220+ See
221221 https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs/get
222222
223223 :type client: :class:`google.cloud.runtimeconfig.client.Client`
0 commit comments