File tree Expand file tree Collapse file tree 10 files changed +18
-2
lines changed
packages/google-cloud-os-config/google/cloud
services/os_config_zonal_service
services/os_config_zonal_service Expand file tree Collapse file tree 10 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ async def sample_create_os_policy_assignment():
329
329
parent (:class:`str`):
330
330
Required. The parent resource name in
331
331
the form:
332
+
332
333
projects/{project}/locations/{location}
333
334
334
335
This corresponds to the ``parent`` field
Original file line number Diff line number Diff line change @@ -645,6 +645,7 @@ def sample_create_os_policy_assignment():
645
645
parent (str):
646
646
Required. The parent resource name in
647
647
the form:
648
+
648
649
projects/{project}/locations/{location}
649
650
650
651
This corresponds to the ``parent`` field
Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ class WindowsQuickFixEngineeringPackage(proto.Message):
524
524
r"""Information related to a Quick Fix Engineering package.
525
525
Fields are taken from Windows QuickFixEngineering Interface and
526
526
match the source names:
527
+
527
528
https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering
528
529
529
530
Attributes:
@@ -562,6 +563,7 @@ class WindowsApplication(proto.Message):
562
563
r"""Contains information about a Windows application that is
563
564
retrieved from the Windows Registry. For more information about
564
565
these fields, see:
566
+
565
567
https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
566
568
567
569
Attributes:
Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ class File(proto.Message):
184
184
allow_insecure (bool):
185
185
Defaults to false. When false, files are
186
186
subject to validations based on the file type:
187
+
187
188
Remote: A checksum must be specified.
188
189
Cloud Storage: An object generation number must
189
190
be specified.
@@ -900,7 +901,9 @@ class FileResource(proto.Message):
900
901
execute permission. Default behavior is 755.
901
902
902
903
Below are some examples of permissions and their
903
- associated values: read, write, and execute: 7
904
+ associated values:
905
+
906
+ read, write, and execute: 7
904
907
read and execute: 5
905
908
read and write: 6
906
909
read only: 4
Original file line number Diff line number Diff line change @@ -421,6 +421,7 @@ class CreateOSPolicyAssignmentRequest(proto.Message):
421
421
parent (str):
422
422
Required. The parent resource name in the
423
423
form:
424
+
424
425
projects/{project}/locations/{location}
425
426
os_policy_assignment (google.cloud.osconfig_v1.types.OSPolicyAssignment):
426
427
Required. The OS policy assignment to be
Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ async def sample_create_os_policy_assignment():
338
338
parent (:class:`str`):
339
339
Required. The parent resource name in
340
340
the form:
341
+
341
342
projects/{project}/locations/{location}
342
343
343
344
This corresponds to the ``parent`` field
Original file line number Diff line number Diff line change @@ -670,6 +670,7 @@ def sample_create_os_policy_assignment():
670
670
parent (str):
671
671
Required. The parent resource name in
672
672
the form:
673
+
673
674
projects/{project}/locations/{location}
674
675
675
676
This corresponds to the ``parent`` field
Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ class WindowsQuickFixEngineeringPackage(proto.Message):
524
524
r"""Information related to a Quick Fix Engineering package.
525
525
Fields are taken from Windows QuickFixEngineering Interface and
526
526
match the source names:
527
+
527
528
https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering
528
529
529
530
Attributes:
@@ -562,6 +563,7 @@ class WindowsApplication(proto.Message):
562
563
r"""Contains information about a Windows application that is
563
564
retrieved from the Windows Registry. For more information about
564
565
these fields, see:
566
+
565
567
https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
566
568
567
569
Attributes:
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ class File(proto.Message):
209
209
allow_insecure (bool):
210
210
Defaults to false. When false, files are
211
211
subject to validations based on the file type:
212
+
212
213
Remote: A checksum must be specified.
213
214
Cloud Storage: An object generation number must
214
215
be specified.
@@ -925,7 +926,9 @@ class FileResource(proto.Message):
925
926
execute permission. Default behavior is 755.
926
927
927
928
Below are some examples of permissions and their
928
- associated values: read, write, and execute: 7
929
+ associated values:
930
+
931
+ read, write, and execute: 7
929
932
read and execute: 5
930
933
read and write: 6
931
934
read only: 4
Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ class CreateOSPolicyAssignmentRequest(proto.Message):
429
429
parent (str):
430
430
Required. The parent resource name in the
431
431
form:
432
+
432
433
projects/{project}/locations/{location}
433
434
os_policy_assignment (google.cloud.osconfig_v1alpha.types.OSPolicyAssignment):
434
435
Required. The OS policy assignment to be
You can’t perform that action at this time.
0 commit comments