8000 chore: Update gapic-generator-python to v1.11.4 (#284) · googleapis/google-cloud-python@ec46e3a · GitHub
[go: up one dir, main page]

Skip to content

Commit ec46e3a

Browse files
chore: Update gapic-generator-python to v1.11.4 (#284)
* chore: Update gapic-generator-python to v1.11.4 PiperOrigin-RevId: 547897126 Source-Link: googleapis/googleapis@c09c75e Source-Link: googleapis/googleapis-gen@45e0ec4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDVlMGVjNDM0MzUxN2NkMGFhNjZiNWNhNjQyMzJhMTgwMmMyZjk0NSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1b17b77 commit ec46e3a

File tree

10 files changed

+18
-2
lines changed

10 files changed

+18
-2
lines changed

packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ async def sample_create_os_policy_assignment():
329329
parent (:class:`str`):
330330
Required. The parent resource name in
331331
the form:
332+
332333
projects/{project}/locations/{location}
333334
334335
This corresponds to the ``parent`` field

packages/google-cloud-os-config/google/cloud/osconfig_v1/services/os_config_zonal_service/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ def sample_create_os_policy_assignment():
645645
parent (str):
646646
Required. The parent resource name in
647647
the form:
648+
648649
projects/{project}/locations/{location}
649650
650651
This corresponds to the ``parent`` field

packages/google-cloud-os-config/google/cloud/osconfig_v1/types/inventory.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ class WindowsQuickFixEngineeringPackage(proto.Message):
524524
r"""Information related to a Quick Fix Engineering package.
525525
Fields are taken from Windows QuickFixEngineering Interface and
526526
match the source names:
527+
527528
https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering
528529
529530
Attributes:
@@ -562,6 +563,7 @@ class WindowsApplication(proto.Message):
562563
r"""Contains information about a Windows application that is
563564
retrieved from the Windows Registry. For more information about
564565
these fields, see:
566+
565567
https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
566568
567569
Attributes:

packages/google-cloud-os-config/google/cloud/osconfig_v1/types/os_policy.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ class File(proto.Message):
184184
allow_insecure (bool):
185185
Defaults to false. When false, files are
186186
subject to validations based on the file type:
187+
187188
Remote: A checksum must be specified.
188189
Cloud Storage: An object generation number must
189190
be specified.
@@ -900,7 +901,9 @@ class FileResource(proto.Message):
900901
execute permission. Default behavior is 755.
901902
902903
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
904907
read and execute: 5
905908
read and write: 6
906909
read only: 4

packages/google-cloud-os-config/google/cloud/osconfig_v1/types/os_policy_assignments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ class CreateOSPolicyAssignmentRequest(proto.Message):
421421
parent (str):
422422
Required. The parent resource name in the
423423
form:
424+
424425
projects/{project}/locations/{location}
425426
os_policy_assignment (google.cloud.osconfig_v1.types.OSPolicyAssignment):
426427
Required. The OS policy assignment to be

packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ async def sample_create_os_policy_assignment():
338338
parent (:class:`str`):
339339
Required. The parent resource name in
340340
the form:
341+
341342
projects/{project}/locations/{location}
342343
343344
This corresponds to the ``parent`` field

packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/services/os_config_zonal_service/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@ def sample_create_os_policy_assignment():
670670
parent (str):
671671
Required. The parent resource name in
672672
the form:
673+
673674
projects/{project}/locations/{location}
674675
675676
This corresponds to the ``parent`` field

packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/types/inventory.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ class WindowsQuickFixEngineeringPackage(proto.Message):
524524
r"""Information related to a Quick Fix Engineering package.
525525
Fields are taken from Windows QuickFixEngineering Interface and
526526
match the source names:
527+
527528
https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering
528529
529530
Attributes:
@@ -562,6 +563,7 @@ class WindowsApplication(proto.Message):
562563
r"""Contains information about a Windows application that is
563564
retrieved from the Windows Registry. For more information about
564565
these fields, see:
566+
565567
https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
566568
567569
Attributes:

packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/types/os_policy.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ class File(proto.Message):
209209
allow_insecure (bool):
210210
Defaults to false. When false, files are
211211
subject to validations based on the file type:
212+
212213
Remote: A checksum must be specified.
213214
Cloud Storage: An object generation number must
214215
be specified.
@@ -925,7 +926,9 @@ class FileResource(proto.Message):
925926
execute permission. Default behavior is 755.
926927
927928
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
929932
read and execute: 5
930933
read and write: 6
931934
read only: 4

packages/google-cloud-os-config/google/cloud/osconfig_v1alpha/types/os_policy_assignments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ class CreateOSPolicyAssignmentRequest(proto.Message):
429429
parent (str):
430430
Required. The parent resource name in the
431431
form:
432+
432433
projects/{project}/locations/{location}
433434
os_policy_assignment (google.cloud.osconfig_v1alpha.types.OSPolicyAssignment):
434435
Required. The OS policy assignment to be

0 commit comments

Comments
 (0)
0