We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd18e6 commit 6233948Copy full SHA for 6233948
runtimeconfig/google/cloud/runtimeconfig/_helpers.py
@@ -49,7 +49,7 @@ def variable_name_from_full_name(full_name):
49
:type full_name: string
50
:param full_name: the full resource name of a variable. The full resource
51
name looks like
52
- ``projects/project-name/configs/config-name/variables/variable-name``
+ ``projects/prj-name/configs/cfg-name/variables/var-name``
53
and is returned as the ``name`` field of a variable
54
resource. See:
55
https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables
0 commit comments