File tree 1 file changed +2
-2
lines changed
runtimeconfig/google/cloud/runtimeconfig
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def config_name_from_full_name(full_name):
24
24
:type full_name: string
25
25
:param full_name: the full resource name of a config. The full resource
26
26
name looks like
27
- ' projects/project-name/configs/config-name' and is
27
+ `` projects/project-name/configs/config-name`` and is
28
28
returned as the ``name`` field of a config resource.
29
29
See:
30
30
https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs
@@ -49,7 +49,7 @@ def variable_name_from_full_name(full_name):
49
49
:type full_name: string
50
50
:param full_name: the full resource name of a variable. The full resource
51
51
name looks like
52
- ' projects/project-name/configs/config-name/variables/variable-name'
52
+ `` projects/project-name/configs/config-name/variables/variable-name``
53
53
and is returned as the ``name`` field of a variable
54
54
resource. See:
55
55
https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables
You can’t perform that action at this time.
0 commit comments