Lines Matching full:variable
82 …variable within the given configuration. You cannot create a variable with a name that is a prefix…
85 <p class="firstline">Deletes a variable or multiple variables. If you specify a variable name, then…
88 <p class="firstline">Gets information about a single variable.</p>
91 …n given a configuration, matching any provided filters. This only lists variable names, not the va…
100 <p class="firstline">Updates an existing variable with a new value.</p>
103 …variable and waits for a change in the variable's value. When there is a change, this method retur…
112 …variable within the given configuration. You cannot create a variable with a name that is a prefix…
115 …parent: string, The path to the RutimeConfig resource that this variable should belong to. The con…
119 …variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For exa…
120 …variable resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_…
121 …;: "A String", # Output only. The current state of the variable. The variable state indi…
122 …"text": "A String", # The string value of the variable. The length of the valu…
123 …"updateTime": "A String", # Output only. The time of the last variable update.…
124 …"value": "A String", # The binary value of the variable. The length of the val…
136 …variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For exa…
137 …variable resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_…
138 …;: "A String", # Output only. The current state of the variable. The variable state indi…
139 …"text": "A String", # The string value of the variable. The length of the valu…
140 …"updateTime": "A String", # Output only. The time of the last variable update.…
141 …"value": "A String", # The binary value of the variable. The length of the val…
147 …<pre>Deletes a variable or multiple variables. If you specify a variable name, then that variable …
150 …name: string, The name of the variable to delete, in the format: `projects/[PROJECT_ID]/configs/[C…
166 <pre>Gets information about a single variable.
169 …name: string, The name of the variable to return, in the format: `projects/[PROJECT_ID]/configs/[C…
178 …variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For exa…
179 …variable resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_…
180 …;: "A String", # Output only. The current state of the variable. The variable state indi…
181 …"text": "A String", # The string value of the variable. The length of the valu…
182 …"updateTime": "A String", # Output only. The time of the last variable update.…
183 …"value": "A String", # The binary value of the variable. The length of the val…
189 …n given a configuration, matching any provided filters. This only lists variable names, not the va…
193 …ed filter. For example: `projects/example-project/config/[CONFIG_NAME]/variables/example-variable`.
207 …"variables": [ # A list of variables and their values. The order of returned variable ob…
208 …variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For exa…
209 …variable resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_…
210 …;: "A String", # Output only. The current state of the variable. The variable state indi…
211 …"text": "A String", # The string value of the variable. The length of the valu…
212 …"updateTime": "A String", # Output only. The time of the last variable update.…
213 …"value": "A String", # The binary value of the variable. The length of the val…
265 <pre>Updates an existing variable with a new value.
268 …name: string, The name of the variable to update, in the format: `projects/[PROJECT_ID]/configs/[C…
272 …variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For exa…
273 …variable resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_…
274 …;: "A String", # Output only. The current state of the variable. The variable state indi…
275 …"text": "A String", # The string value of the variable. The length of the valu…
276 …"updateTime": "A String", # Output only. The time of the last variable update.…
277 …"value": "A String", # The binary value of the variable. The length of the val…
288 …variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For exa…
289 …variable resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_…
290 …;: "A String", # Output only. The current state of the variable. The variable state indi…
291 …"text": "A String", # The string value of the variable. The length of the valu…
292 …"updateTime": "A String", # Output only. The time of the last variable update.…
293 …"value": "A String", # The binary value of the variable. The length of the val…
299 …variable and waits for a change in the variable's value. When there is a change, this method …
302 …name: string, The name of the variable to watch, in the format: `projects/[PROJECT_ID]/configs/[CO…
307 …of the variable and if the current timestamp is newer than `newerThan` timestamp, the method retur…
318 …variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For exa…
319 …variable resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_…
320 …;: "A String", # Output only. The current state of the variable. The variable state indi…
321 …"text": "A String", # The string value of the variable. The length of the valu…
322 …"updateTime": "A String", # Output only. The time of the last variable update.…
323 …"value": "A String", # The binary value of the variable. The length of the val…