From d02a579788cf1cf68094af36ba8303144392467e Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 09:41:48 -0700 Subject: [PATCH 1/7] chore: delete duplicate files (#118) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: delete duplicate files Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-binary-authorization into owl-bot-copy 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md chore: use gapic-generator-python 0.63.4 chore: fix snippet region tag format chore: fix docstring code block formatting PiperOrigin-RevId: 430730865 Source-Link: https://github.com/googleapis/googleapis/commit/ea5800229f73f94fd7204915a86ed09dcddf429a Source-Link: https://github.com/googleapis/googleapis-gen/commit/ca893ff8af25fc7fe001de1405a517d80446ecca Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: delete duplicates Co-authored-by: Owl Bot Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> --- .../async_client.py | 14 ++-- .../binauthz_management_service_v1/client.py | 21 ++---- .../services/system_policy_v1/async_client.py | 2 +- .../services/system_policy_v1/client.py | 3 +- .../validation_helper_v1/async_client.py | 2 +- .../services/validation_helper_v1/client.py | 3 +- .../async_client.py | 14 ++-- .../client.py | 21 ++---- .../system_policy_v1_beta1/async_client.py | 2 +- .../services/system_policy_v1_beta1/client.py | 3 +- ...ement_service_v1_create_attestor_async.py} | 4 +- ...gement_service_v1_create_attestor_sync.py} | 4 +- ...ement_service_v1_delete_attestor_async.py} | 4 +- ...gement_service_v1_delete_attestor_sync.py} | 4 +- ...nagement_service_v1_get_attestor_async.py} | 4 +- ...anagement_service_v1_get_attestor_sync.py} | 4 +- ...management_service_v1_get_policy_async.py} | 4 +- ..._management_service_v1_get_policy_sync.py} | 4 +- ...gement_service_v1_list_attestors_async.py} | 4 +- ...agement_service_v1_list_attestors_sync.py} | 4 +- ...ement_service_v1_update_attestor_async.py} | 4 +- ...gement_service_v1_update_attestor_sync.py} | 4 +- ...agement_service_v1_update_policy_async.py} | 4 +- ...nagement_service_v1_update_policy_sync.py} | 4 +- ...stem_policy_v1_get_system_policy_async.py} | 4 +- ...ystem_policy_v1_get_system_policy_sync.py} | 4 +- ..._validate_attestation_occurrence_async.py} | 4 +- ...1_validate_attestation_occurrence_sync.py} | 4 +- ...service_v1_beta1_create_attestor_async.py} | 4 +- ..._service_v1_beta1_create_attestor_sync.py} | 4 +- ...service_v1_beta1_delete_attestor_async.py} | 4 +- ..._service_v1_beta1_delete_attestor_sync.py} | 4 +- ...nt_service_v1_beta1_get_attestor_async.py} | 4 +- ...ent_service_v1_beta1_get_attestor_sync.py} | 4 +- ...ment_service_v1_beta1_get_policy_async.py} | 4 +- ...ement_service_v1_beta1_get_policy_sync.py} | 4 +- ..._service_v1_beta1_list_attestors_async.py} | 4 +- ...t_service_v1_beta1_list_attestors_sync.py} | 4 +- ...service_v1_beta1_update_attestor_async.py} | 4 +- ..._service_v1_beta1_update_attestor_sync.py} | 4 +- ...t_service_v1_beta1_update_policy_async.py} | 4 +- ...nt_service_v1_beta1_update_policy_sync.py} | 4 +- ...olicy_v1_beta1_get_system_policy_async.py} | 4 +- ...policy_v1_beta1_get_system_policy_sync.py} | 4 +- ...ippet_metadata_binaryauthorization_v1.json | 72 +++++++++---------- ..._metadata_binaryauthorization_v1beta1.json | 64 ++++++++--------- 46 files changed, 170 insertions(+), 187 deletions(-) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_create_attestor_async.py => binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_async.py} (88%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_create_attestor_sync.py => binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_sync.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_delete_attestor_async.py => binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_async.py} (85%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_delete_attestor_sync.py => binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_sync.py} (85%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_attestor_async.py => binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_async.py} (86%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_attestor_sync.py => binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_sync.py} (86%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_policy_async.py => binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_async.py} (86%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_policy_sync.py => binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_sync.py} (86%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_list_attestors_async.py => binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_async.py} (86%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_list_attestors_sync.py => binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_sync.py} (86%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_attestor_async.py => binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_async.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_attestor_sync.py => binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_sync.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_policy_async.py => binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_async.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_policy_sync.py => binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_sync.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_system_policy_v1_get_system_policy_async.py => binaryauthorization_v1_generated_system_policy_v1_get_system_policy_async.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_system_policy_v1_get_system_policy_sync.py => binaryauthorization_v1_generated_system_policy_v1_get_system_policy_sync.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_validation_helper_v1_validate_attestation_occurrence_async.py => binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_async.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1_validation_helper_v1_validate_attestation_occurrence_sync.py => binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_sync.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_create_attestor_async.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_async.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_create_attestor_sync.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_sync.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_delete_attestor_async.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_async.py} (84%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_delete_attestor_sync.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_sync.py} (84%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_attestor_async.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_async.py} (85%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_attestor_sync.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_sync.py} (85%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_policy_async.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_async.py} (85%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_policy_sync.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_sync.py} (85%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_list_attestors_async.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_async.py} (85%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_list_attestors_sync.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_sync.py} (85%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_attestor_async.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_async.py} (86%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_attestor_sync.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_sync.py} (86%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_policy_async.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_async.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_policy_sync.py => binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_sync.py} (87%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_system_policy_v1_beta1_get_system_policy_async.py => binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_async.py} (86%) rename samples/generated_samples/{binaryauthorization_generated_binaryauthorization_v1beta1_system_policy_v1_beta1_get_system_policy_sync.py => binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_sync.py} (86%) diff --git a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/async_client.py b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/async_client.py index 387715e..4e71cd0 100644 --- a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/async_client.py +++ b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/async_client.py @@ -248,7 +248,7 @@ async def get_policy( project does not have one. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -357,7 +357,7 @@ async def update_policy( request is malformed. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -477,7 +477,7 @@ async def create_attestor( already exists. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -602,7 +602,7 @@ async def get_attestor( not exist. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -709,7 +709,7 @@ async def update_attestor( not exist. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -822,7 +822,7 @@ async def list_attestors( Returns INVALID_ARGUMENT if the project does not exist. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -939,7 +939,7 @@ async def delete_attestor( not exist. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 diff --git a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/client.py b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/client.py index 33b4ce2..c9188e2 100644 --- a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/client.py +++ b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/client.py @@ -446,8 +446,7 @@ def get_policy( project does not have one. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -546,8 +545,7 @@ def update_policy( request is malformed. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -657,8 +655,7 @@ def create_attestor( already exists. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -783,8 +780,7 @@ def get_attestor( not exist. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -881,8 +877,7 @@ def update_attestor( not exist. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -985,8 +980,7 @@ def list_attestors( Returns INVALID_ARGUMENT if the project does not exist. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 @@ -1093,8 +1087,7 @@ def delete_attestor( not exist. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 diff --git a/google/cloud/binaryauthorization_v1/services/system_policy_v1/async_client.py b/google/cloud/binaryauthorization_v1/services/system_policy_v1/async_client.py index 9fc18f2..87d57ac 100644 --- a/google/cloud/binaryauthorization_v1/services/system_policy_v1/async_client.py +++ b/google/cloud/binaryauthorization_v1/services/system_policy_v1/async_client.py @@ -216,7 +216,7 @@ async def get_system_policy( location. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 diff --git a/google/cloud/binaryauthorization_v1/services/system_policy_v1/client.py b/google/cloud/binaryauthorization_v1/services/system_policy_v1/client.py index d8f6d78..3299ff0 100644 --- a/google/cloud/binaryauthorization_v1/services/system_policy_v1/client.py +++ b/google/cloud/binaryauthorization_v1/services/system_policy_v1/client.py @@ -408,8 +408,7 @@ def get_system_policy( location. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 diff --git a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/async_client.py b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/async_client.py index 8d9a2b0..4ab8c8c 100644 --- a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/async_client.py +++ b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/async_client.py @@ -212,7 +212,7 @@ async def validate_attestation_occurrence( image URI was signed by the given Attestor - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 diff --git a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/client.py b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/client.py index 3200756..38b131e 100644 --- a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/client.py +++ b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/client.py @@ -396,8 +396,7 @@ def validate_attestation_occurrence( image URI was signed by the given Attestor - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1 diff --git a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/async_client.py b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/async_client.py index a7f2761..37dcb38 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/async_client.py +++ b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/async_client.py @@ -257,7 +257,7 @@ async def get_policy( project does not have one. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -367,7 +367,7 @@ async def update_policy( INVALID_ARGUMENT if the request is malformed. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -489,7 +489,7 @@ async def create_attestor( already exists. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -614,7 +614,7 @@ async def get_attestor( does not exist. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -721,7 +721,7 @@ async def update_attestor( does not exist. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -835,7 +835,7 @@ async def list_attestors( Returns INVALID_ARGUMENT if the project does not exist. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -952,7 +952,7 @@ async def delete_attestor( does not exist. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 diff --git a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/client.py b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/client.py index ba26f96..e9dfbc2 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/client.py +++ b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/client.py @@ -453,8 +453,7 @@ def get_policy( project does not have one. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -554,8 +553,7 @@ def update_policy( INVALID_ARGUMENT if the request is malformed. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -667,8 +665,7 @@ def create_attestor( already exists. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -793,8 +790,7 @@ def get_attestor( does not exist. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -891,8 +887,7 @@ def update_attestor( does not exist. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -996,8 +991,7 @@ def list_attestors( Returns INVALID_ARGUMENT if the project does not exist. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 @@ -1104,8 +1098,7 @@ def delete_attestor( does not exist. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 diff --git a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/async_client.py b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/async_client.py index 39c4e79..60b5880 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/async_client.py +++ b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/async_client.py @@ -217,7 +217,7 @@ async def get_system_policy( location. - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 diff --git a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/client.py b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/client.py index f8ef374..342dd37 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/client.py +++ b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/client.py @@ -410,8 +410,7 @@ def get_system_policy( location. - - .. code-block:: + .. code-block:: python from google.cloud import binaryauthorization_v1beta1 diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_create_attestor_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_async.py similarity index 88% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_create_attestor_async.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_async.py index de267a6..47ec43d 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_create_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_CreateAttestor_async] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_CreateAttestor_async] from google.cloud import binaryauthorization_v1 @@ -48,4 +48,4 @@ async def sample_create_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_CreateAttestor_async] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_CreateAttestor_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_create_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_sync.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_create_attestor_sync.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_sync.py index bf2943b..a88fab0 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_create_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_CreateAttestor_sync] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_CreateAttestor_sync] from google.cloud import binaryauthorization_v1 @@ -48,4 +48,4 @@ def sample_create_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_CreateAttestor_sync] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_CreateAttestor_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_delete_attestor_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_async.py similarity index 85% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_delete_attestor_async.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_async.py index e637f68..52d2166 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_delete_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_DeleteAttestor_async] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_DeleteAttestor_async] from google.cloud import binaryauthorization_v1 @@ -40,4 +40,4 @@ async def sample_delete_attestor(): await client.delete_attestor(request=request) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_DeleteAttestor_async] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_DeleteAttestor_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_delete_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_sync.py similarity index 85% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_delete_attestor_sync.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_sync.py index 7621791..1e5876e 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_delete_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_DeleteAttestor_sync] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_DeleteAttestor_sync] from google.cloud import binaryauthorization_v1 @@ -40,4 +40,4 @@ def sample_delete_attestor(): client.delete_attestor(request=request) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_DeleteAttestor_sync] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_DeleteAttestor_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_attestor_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_async.py similarity index 86% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_attestor_async.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_async.py index 5e3867e..c04d24b 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetAttestor_async] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetAttestor_async] from google.cloud import binaryauthorization_v1 @@ -42,4 +42,4 @@ async def sample_get_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetAttestor_async] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetAttestor_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_sync.py similarity index 86% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_attestor_sync.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_sync.py index 54883c7..74916aa 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetAttestor_sync] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetAttestor_sync] from google.cloud import binaryauthorization_v1 @@ -42,4 +42,4 @@ def sample_get_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetAttestor_sync] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetAttestor_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_policy_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_async.py similarity index 86% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_policy_async.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_async.py index a883c5d..4dfba71 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetPolicy_async] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetPolicy_async] from google.cloud import binaryauthorization_v1 @@ -42,4 +42,4 @@ async def sample_get_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetPolicy_async] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetPolicy_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_policy_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_sync.py similarity index 86% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_policy_sync.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_sync.py index 1b854cd..e0d519c 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetPolicy_sync] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetPolicy_sync] from google.cloud import binaryauthorization_v1 @@ -42,4 +42,4 @@ def sample_get_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetPolicy_sync] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetPolicy_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_list_attestors_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_async.py similarity index 86% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_list_attestors_async.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_async.py index 765725f..dea5748 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_list_attestors_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_ListAttestors_async] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_ListAttestors_async] from google.cloud import binaryauthorization_v1 @@ -43,4 +43,4 @@ async def sample_list_attestors(): async for response in page_result: print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_ListAttestors_async] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_ListAttestors_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_list_attestors_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_sync.py similarity index 86% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_list_attestors_sync.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_sync.py index e58ea93..7769770 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_list_attestors_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_ListAttestors_sync] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_ListAttestors_sync] from google.cloud import binaryauthorization_v1 @@ -43,4 +43,4 @@ def sample_list_attestors(): for response in page_result: print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_ListAttestors_sync] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_ListAttestors_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_attestor_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_async.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_attestor_async.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_async.py index a8c05ad..a2615a6 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdateAttestor_async] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdateAttestor_async] from google.cloud import binaryauthorization_v1 @@ -46,4 +46,4 @@ async def sample_update_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdateAttestor_async] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdateAttestor_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_sync.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_attestor_sync.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_sync.py index f9f552c..cf600cb 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdateAttestor_sync] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdateAttestor_sync] from google.cloud import binaryauthorization_v1 @@ -46,4 +46,4 @@ def sample_update_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdateAttestor_sync] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdateAttestor_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_policy_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_async.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_policy_async.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_async.py index 93552fd..0d8816f 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdatePolicy_async] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdatePolicy_async] from google.cloud import binaryauthorization_v1 @@ -46,4 +46,4 @@ async def sample_update_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdatePolicy_async] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdatePolicy_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_policy_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_sync.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_policy_sync.py rename to samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_sync.py index 919ebe8..b8d61ed 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdatePolicy_sync] +# [START binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdatePolicy_sync] from google.cloud import binaryauthorization_v1 @@ -46,4 +46,4 @@ def sample_update_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdatePolicy_sync] +# [END binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdatePolicy_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_system_policy_v1_get_system_policy_async.py b/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_async.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_system_policy_v1_get_system_policy_async.py rename to samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_async.py index f0ed424..3b547bb 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_system_policy_v1_get_system_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_SystemPolicyV1_GetSystemPolicy_async] +# [START binaryauthorization_v1_generated_SystemPolicyV1_GetSystemPolicy_async] from google.cloud import binaryauthorization_v1 @@ -42,4 +42,4 @@ async def sample_get_system_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_SystemPolicyV1_GetSystemPolicy_async] +# [END binaryauthorization_v1_generated_SystemPolicyV1_GetSystemPolicy_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_system_policy_v1_get_system_policy_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_sync.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_system_policy_v1_get_system_policy_sync.py rename to samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_sync.py index f1ffbd0..c9c8085 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_system_policy_v1_get_system_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_SystemPolicyV1_GetSystemPolicy_sync] +# [START binaryauthorization_v1_generated_SystemPolicyV1_GetSystemPolicy_sync] from google.cloud import binaryauthorization_v1 @@ -42,4 +42,4 @@ def sample_get_system_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_SystemPolicyV1_GetSystemPolicy_sync] +# [END binaryauthorization_v1_generated_SystemPolicyV1_GetSystemPolicy_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_validation_helper_v1_validate_attestation_occurrence_async.py b/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_async.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_validation_helper_v1_validate_attestation_occurrence_async.py rename to samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_async.py index 8cd459e..ee7e95a 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_validation_helper_v1_validate_attestation_occurrence_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_ValidationHelperV1_ValidateAttestationOccurrence_async] +# [START binaryauthorization_v1_generated_ValidationHelperV1_ValidateAttestationOccurrence_async] from google.cloud import binaryauthorization_v1 @@ -44,4 +44,4 @@ async def sample_validate_attestation_occurrence(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_ValidationHelperV1_ValidateAttestationOccurrence_async] +# [END binaryauthorization_v1_generated_ValidationHelperV1_ValidateAttestationOccurrence_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_validation_helper_v1_validate_attestation_occurrence_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_sync.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_validation_helper_v1_validate_attestation_occurrence_sync.py rename to samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_sync.py index 8ba7df0..208b4d8 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1_validation_helper_v1_validate_attestation_occurrence_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1_ValidationHelperV1_ValidateAttestationOccurrence_sync] +# [START binaryauthorization_v1_generated_ValidationHelperV1_ValidateAttestationOccurrence_sync] from google.cloud import binaryauthorization_v1 @@ -44,4 +44,4 @@ def sample_validate_attestation_occurrence(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1_ValidationHelperV1_ValidateAttestationOccurrence_sync] +# [END binaryauthorization_v1_generated_ValidationHelperV1_ValidateAttestationOccurrence_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_create_attestor_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_async.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_create_attestor_async.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_async.py index fa78d6e..35feadf 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_create_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_CreateAttestor_async] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_CreateAttestor_async] from google.cloud import binaryauthorization_v1beta1 @@ -48,4 +48,4 @@ async def sample_create_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_CreateAttestor_async] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_CreateAttestor_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_create_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_sync.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_create_attestor_sync.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_sync.py index c0a506a..20dc259 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_create_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_CreateAttestor_sync] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_CreateAttestor_sync] from google.cloud import binaryauthorization_v1beta1 @@ -48,4 +48,4 @@ def sample_create_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_CreateAttestor_sync] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_CreateAttestor_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_delete_attestor_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_async.py similarity index 84% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_delete_attestor_async.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_async.py index ac60091..35068eb 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_delete_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_DeleteAttestor_async] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_DeleteAttestor_async] from google.cloud import binaryauthorization_v1beta1 @@ -40,4 +40,4 @@ async def sample_delete_attestor(): await client.delete_attestor(request=request) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_DeleteAttestor_async] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_DeleteAttestor_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_delete_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_sync.py similarity index 84% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_delete_attestor_sync.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_sync.py index 5faffc3..e4b5072 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_delete_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_DeleteAttestor_sync] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_DeleteAttestor_sync] from google.cloud import binaryauthorization_v1beta1 @@ -40,4 +40,4 @@ def sample_delete_attestor(): client.delete_attestor(request=request) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_DeleteAttestor_sync] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_DeleteAttestor_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_attestor_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_async.py similarity index 85% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_attestor_async.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_async.py index 0a88db1..25152cb 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetAttestor_async] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetAttestor_async] from google.cloud import binaryauthorization_v1beta1 @@ -42,4 +42,4 @@ async def sample_get_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetAttestor_async] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetAttestor_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_sync.py similarity index 85% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_attestor_sync.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_sync.py index 7a0616c..c0cf603 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetAttestor_sync] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetAttestor_sync] from google.cloud import binaryauthorization_v1beta1 @@ -42,4 +42,4 @@ def sample_get_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetAttestor_sync] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetAttestor_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_policy_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_async.py similarity index 85% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_policy_async.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_async.py index 0dbed45..5195074 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetPolicy_async] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetPolicy_async] from google.cloud import binaryauthorization_v1beta1 @@ -42,4 +42,4 @@ async def sample_get_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetPolicy_async] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetPolicy_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_policy_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_sync.py similarity index 85% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_policy_sync.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_sync.py index e6b3b34..cbd83e8 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetPolicy_sync] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetPolicy_sync] from google.cloud import binaryauthorization_v1beta1 @@ -42,4 +42,4 @@ def sample_get_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetPolicy_sync] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetPolicy_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_list_attestors_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_async.py similarity index 85% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_list_attestors_async.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_async.py index 7ed88e4..cdef290 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_list_attestors_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_ListAttestors_async] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_ListAttestors_async] from google.cloud import binaryauthorization_v1beta1 @@ -43,4 +43,4 @@ async def sample_list_attestors(): async for response in page_result: print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_ListAttestors_async] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_ListAttestors_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_list_attestors_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_sync.py similarity index 85% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_list_attestors_sync.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_sync.py index 142b452..71aa907 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_list_attestors_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_ListAttestors_sync] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_ListAttestors_sync] from google.cloud import binaryauthorization_v1beta1 @@ -43,4 +43,4 @@ def sample_list_attestors(): for response in page_result: print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_ListAttestors_sync] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_ListAttestors_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_attestor_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_async.py similarity index 86% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_attestor_async.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_async.py index 502ede9..3599473 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdateAttestor_async] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdateAttestor_async] from google.cloud import binaryauthorization_v1beta1 @@ -46,4 +46,4 @@ async def sample_update_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdateAttestor_async] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdateAttestor_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_sync.py similarity index 86% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_attestor_sync.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_sync.py index 96cdd3a..8937851 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdateAttestor_sync] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdateAttestor_sync] from google.cloud import binaryauthorization_v1beta1 @@ -46,4 +46,4 @@ def sample_update_attestor(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdateAttestor_sync] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdateAttestor_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_policy_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_async.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_policy_async.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_async.py index 96bec06..cfe1225 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdatePolicy_async] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdatePolicy_async] from google.cloud import binaryauthorization_v1beta1 @@ -46,4 +46,4 @@ async def sample_update_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdatePolicy_async] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdatePolicy_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_policy_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_sync.py similarity index 87% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_policy_sync.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_sync.py index 9569014..fa874c1 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdatePolicy_sync] +# [START binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdatePolicy_sync] from google.cloud import binaryauthorization_v1beta1 @@ -46,4 +46,4 @@ def sample_update_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdatePolicy_sync] +# [END binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdatePolicy_sync] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_system_policy_v1_beta1_get_system_policy_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_async.py similarity index 86% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_system_policy_v1_beta1_get_system_policy_async.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_async.py index 1cb3670..50965a4 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_system_policy_v1_beta1_get_system_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_async.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_SystemPolicyV1Beta1_GetSystemPolicy_async] +# [START binaryauthorization_v1beta1_generated_SystemPolicyV1Beta1_GetSystemPolicy_async] from google.cloud import binaryauthorization_v1beta1 @@ -42,4 +42,4 @@ async def sample_get_system_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_SystemPolicyV1Beta1_GetSystemPolicy_async] +# [END binaryauthorization_v1beta1_generated_SystemPolicyV1Beta1_GetSystemPolicy_async] diff --git a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_system_policy_v1_beta1_get_system_policy_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_sync.py similarity index 86% rename from samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_system_policy_v1_beta1_get_system_policy_sync.py rename to samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_sync.py index e4f92db..390d82d 100644 --- a/samples/generated_samples/binaryauthorization_generated_binaryauthorization_v1beta1_system_policy_v1_beta1_get_system_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_sync.py @@ -23,7 +23,7 @@ # python3 -m pip install google-cloud-binaryauthorization -# [START binaryauthorization_generated_binaryauthorization_v1beta1_SystemPolicyV1Beta1_GetSystemPolicy_sync] +# [START binaryauthorization_v1beta1_generated_SystemPolicyV1Beta1_GetSystemPolicy_sync] from google.cloud import binaryauthorization_v1beta1 @@ -42,4 +42,4 @@ def sample_get_system_policy(): # Handle the response print(response) -# [END binaryauthorization_generated_binaryauthorization_v1beta1_SystemPolicyV1Beta1_GetSystemPolicy_sync] +# [END binaryauthorization_v1beta1_generated_SystemPolicyV1Beta1_GetSystemPolicy_sync] diff --git a/samples/generated_samples/snippet_metadata_binaryauthorization_v1.json b/samples/generated_samples/snippet_metadata_binaryauthorization_v1.json index c83c420..5f748e4 100644 --- a/samples/generated_samples/snippet_metadata_binaryauthorization_v1.json +++ b/samples/generated_samples/snippet_metadata_binaryauthorization_v1.json @@ -10,8 +10,8 @@ "shortName": "CreateAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_create_attestor_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_CreateAttestor_async", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_async.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_CreateAttestor_async", "segments": [ { "end": 50, @@ -54,8 +54,8 @@ "shortName": "CreateAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_create_attestor_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_CreateAttestor_sync", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_sync.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_CreateAttestor_sync", "segments": [ { "end": 50, @@ -99,8 +99,8 @@ "shortName": "DeleteAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_delete_attestor_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_DeleteAttestor_async", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_async.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_DeleteAttestor_async", "segments": [ { "end": 42, @@ -141,8 +141,8 @@ "shortName": "DeleteAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_delete_attestor_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_DeleteAttestor_sync", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_sync.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_DeleteAttestor_sync", "segments": [ { "end": 42, @@ -184,8 +184,8 @@ "shortName": "GetAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_attestor_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetAttestor_async", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_async.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetAttestor_async", "segments": [ { "end": 44, @@ -228,8 +228,8 @@ "shortName": "GetAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_attestor_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetAttestor_sync", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_sync.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetAttestor_sync", "segments": [ { "end": 44, @@ -273,8 +273,8 @@ "shortName": "GetPolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_policy_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetPolicy_async", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_async.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetPolicy_async", "segments": [ { "end": 44, @@ -317,8 +317,8 @@ "shortName": "GetPolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_get_policy_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_GetPolicy_sync", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_sync.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_GetPolicy_sync", "segments": [ { "end": 44, @@ -362,8 +362,8 @@ "shortName": "ListAttestors" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_list_attestors_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_ListAttestors_async", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_async.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_ListAttestors_async", "segments": [ { "end": 45, @@ -406,8 +406,8 @@ "shortName": "ListAttestors" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_list_attestors_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_ListAttestors_sync", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_sync.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_ListAttestors_sync", "segments": [ { "end": 45, @@ -451,8 +451,8 @@ "shortName": "UpdateAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_attestor_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdateAttestor_async", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_async.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdateAttestor_async", "segments": [ { "end": 48, @@ -495,8 +495,8 @@ "shortName": "UpdateAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_attestor_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdateAttestor_sync", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_sync.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdateAttestor_sync", "segments": [ { "end": 48, @@ -540,8 +540,8 @@ "shortName": "UpdatePolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_policy_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdatePolicy_async", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_async.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdatePolicy_async", "segments": [ { "end": 48, @@ -584,8 +584,8 @@ "shortName": "UpdatePolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_binauthz_management_service_v1_update_policy_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_BinauthzManagementServiceV1_UpdatePolicy_sync", + "file": "binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_sync.py", + "regionTag": "binaryauthorization_v1_generated_BinauthzManagementServiceV1_UpdatePolicy_sync", "segments": [ { "end": 48, @@ -629,8 +629,8 @@ "shortName": "GetSystemPolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_system_policy_v1_get_system_policy_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_SystemPolicyV1_GetSystemPolicy_async", + "file": "binaryauthorization_v1_generated_system_policy_v1_get_system_policy_async.py", + "regionTag": "binaryauthorization_v1_generated_SystemPolicyV1_GetSystemPolicy_async", "segments": [ { "end": 44, @@ -673,8 +673,8 @@ "shortName": "GetSystemPolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_system_policy_v1_get_system_policy_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_SystemPolicyV1_GetSystemPolicy_sync", + "file": "binaryauthorization_v1_generated_system_policy_v1_get_system_policy_sync.py", + "regionTag": "binaryauthorization_v1_generated_SystemPolicyV1_GetSystemPolicy_sync", "segments": [ { "end": 44, @@ -718,8 +718,8 @@ "shortName": "ValidateAttestationOccurrence" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_validation_helper_v1_validate_attestation_occurrence_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_ValidationHelperV1_ValidateAttestationOccurrence_async", + "file": "binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_async.py", + "regionTag": "binaryauthorization_v1_generated_ValidationHelperV1_ValidateAttestationOccurrence_async", "segments": [ { "end": 46, @@ -762,8 +762,8 @@ "shortName": "ValidateAttestationOccurrence" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1_validation_helper_v1_validate_attestation_occurrence_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1_ValidationHelperV1_ValidateAttestationOccurrence_sync", + "file": "binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_sync.py", + "regionTag": "binaryauthorization_v1_generated_ValidationHelperV1_ValidateAttestationOccurrence_sync", "segments": [ { "end": 46, diff --git a/samples/generated_samples/snippet_metadata_binaryauthorization_v1beta1.json b/samples/generated_samples/snippet_metadata_binaryauthorization_v1beta1.json index 1e7f06d..b42f297 100644 --- a/samples/generated_samples/snippet_metadata_binaryauthorization_v1beta1.json +++ b/samples/generated_samples/snippet_metadata_binaryauthorization_v1beta1.json @@ -10,8 +10,8 @@ "shortName": "CreateAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_create_attestor_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_CreateAttestor_async", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_async.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_CreateAttestor_async", "segments": [ { "end": 50, @@ -54,8 +54,8 @@ "shortName": "CreateAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_create_attestor_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_CreateAttestor_sync", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_sync.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_CreateAttestor_sync", "segments": [ { "end": 50, @@ -99,8 +99,8 @@ "shortName": "DeleteAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_delete_attestor_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_DeleteAttestor_async", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_async.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_DeleteAttestor_async", "segments": [ { "end": 42, @@ -141,8 +141,8 @@ "shortName": "DeleteAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_delete_attestor_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_DeleteAttestor_sync", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_sync.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_DeleteAttestor_sync", "segments": [ { "end": 42, @@ -184,8 +184,8 @@ "shortName": "GetAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_attestor_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetAttestor_async", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_async.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetAttestor_async", "segments": [ { "end": 44, @@ -228,8 +228,8 @@ "shortName": "GetAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_attestor_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetAttestor_sync", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_sync.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetAttestor_sync", "segments": [ { "end": 44, @@ -273,8 +273,8 @@ "shortName": "GetPolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_policy_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetPolicy_async", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_async.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetPolicy_async", "segments": [ { "end": 44, @@ -317,8 +317,8 @@ "shortName": "GetPolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_get_policy_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_GetPolicy_sync", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_sync.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_GetPolicy_sync", "segments": [ { "end": 44, @@ -362,8 +362,8 @@ "shortName": "ListAttestors" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_list_attestors_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_ListAttestors_async", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_async.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_ListAttestors_async", "segments": [ { "end": 45, @@ -406,8 +406,8 @@ "shortName": "ListAttestors" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_list_attestors_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_ListAttestors_sync", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_sync.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_ListAttestors_sync", "segments": [ { "end": 45, @@ -451,8 +451,8 @@ "shortName": "UpdateAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_attestor_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdateAttestor_async", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_async.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdateAttestor_async", "segments": [ { "end": 48, @@ -495,8 +495,8 @@ "shortName": "UpdateAttestor" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_attestor_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdateAttestor_sync", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_sync.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdateAttestor_sync", "segments": [ { "end": 48, @@ -540,8 +540,8 @@ "shortName": "UpdatePolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_policy_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdatePolicy_async", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_async.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdatePolicy_async", "segments": [ { "end": 48, @@ -584,8 +584,8 @@ "shortName": "UpdatePolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_binauthz_management_service_v1_beta1_update_policy_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_BinauthzManagementServiceV1Beta1_UpdatePolicy_sync", + "file": "binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_sync.py", + "regionTag": "binaryauthorization_v1beta1_generated_BinauthzManagementServiceV1Beta1_UpdatePolicy_sync", "segments": [ { "end": 48, @@ -629,8 +629,8 @@ "shortName": "GetSystemPolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_system_policy_v1_beta1_get_system_policy_async.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_SystemPolicyV1Beta1_GetSystemPolicy_async", + "file": "binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_async.py", + "regionTag": "binaryauthorization_v1beta1_generated_SystemPolicyV1Beta1_GetSystemPolicy_async", "segments": [ { "end": 44, @@ -673,8 +673,8 @@ "shortName": "GetSystemPolicy" } }, - "file": "binaryauthorization_generated_binaryauthorization_v1beta1_system_policy_v1_beta1_get_system_policy_sync.py", - "regionTag": "binaryauthorization_generated_binaryauthorization_v1beta1_SystemPolicyV1Beta1_GetSystemPolicy_sync", + "file": "binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_sync.py", + "regionTag": "binaryauthorization_v1beta1_generated_SystemPolicyV1Beta1_GetSystemPolicy_sync", "segments": [ { "end": 44, From 22482fb9abb7dda06e5d49f525b5e5ef700debd4 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 05:16:20 -0500 Subject: [PATCH 2/7] chore: update copyright year to 2022 (#119) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update copyright year to 2022 PiperOrigin-RevId: 431037888 Source-Link: https://github.com/googleapis/googleapis/commit/b3397f5febbf21dfc69b875ddabaf76bee765058 Source-Link: https://github.com/googleapis/googleapis-gen/commit/510b54e1cdefd53173984df16645081308fe897e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTEwYjU0ZTFjZGVmZDUzMTczOTg0ZGYxNjY0NTA4MTMwOGZlODk3ZSJ9 * 🦉 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 --- google/cloud/binaryauthorization/__init__.py | 2 +- google/cloud/binaryauthorization_v1/__init__.py | 2 +- google/cloud/binaryauthorization_v1/services/__init__.py | 2 +- .../services/binauthz_management_service_v1/__init__.py | 2 +- .../services/binauthz_management_service_v1/async_client.py | 2 +- .../services/binauthz_management_service_v1/client.py | 2 +- .../services/binauthz_management_service_v1/pagers.py | 2 +- .../binauthz_management_service_v1/transports/__init__.py | 2 +- .../services/binauthz_management_service_v1/transports/base.py | 2 +- .../services/binauthz_management_service_v1/transports/grpc.py | 2 +- .../binauthz_management_service_v1/transports/grpc_asyncio.py | 2 +- .../services/system_policy_v1/__init__.py | 2 +- .../services/system_policy_v1/async_client.py | 2 +- .../binaryauthorization_v1/services/system_policy_v1/client.py | 2 +- .../services/system_policy_v1/transports/__init__.py | 2 +- .../services/system_policy_v1/transports/base.py | 2 +- .../services/system_policy_v1/transports/grpc.py | 2 +- .../services/system_policy_v1/transports/grpc_asyncio.py | 2 +- .../services/validation_helper_v1/__init__.py | 2 +- .../services/validation_helper_v1/async_client.py | 2 +- .../services/validation_helper_v1/client.py | 2 +- .../services/validation_helper_v1/transports/__init__.py | 2 +- .../services/validation_helper_v1/transports/base.py | 2 +- .../services/validation_helper_v1/transports/grpc.py | 2 +- .../services/validation_helper_v1/transports/grpc_asyncio.py | 2 +- google/cloud/binaryauthorization_v1/types/__init__.py | 2 +- google/cloud/binaryauthorization_v1/types/resources.py | 2 +- google/cloud/binaryauthorization_v1/types/service.py | 2 +- google/cloud/binaryauthorization_v1beta1/__init__.py | 2 +- google/cloud/binaryauthorization_v1beta1/services/__init__.py | 2 +- .../services/binauthz_management_service_v1_beta1/__init__.py | 2 +- .../binauthz_management_service_v1_beta1/async_client.py | 2 +- .../services/binauthz_management_service_v1_beta1/client.py | 2 +- .../services/binauthz_management_service_v1_beta1/pagers.py | 2 +- .../binauthz_management_service_v1_beta1/transports/__init__.py | 2 +- .../binauthz_management_service_v1_beta1/transports/base.py | 2 +- .../binauthz_management_service_v1_beta1/transports/grpc.py | 2 +- .../transports/grpc_asyncio.py | 2 +- .../services/system_policy_v1_beta1/__init__.py | 2 +- .../services/system_policy_v1_beta1/async_client.py | 2 +- .../services/system_policy_v1_beta1/client.py | 2 +- .../services/system_policy_v1_beta1/transports/__init__.py | 2 +- .../services/system_policy_v1_beta1/transports/base.py | 2 +- .../services/system_policy_v1_beta1/transports/grpc.py | 2 +- .../services/system_policy_v1_beta1/transports/grpc_asyncio.py | 2 +- google/cloud/binaryauthorization_v1beta1/types/__init__.py | 2 +- .../types/continuous_validation_logging.py | 2 +- google/cloud/binaryauthorization_v1beta1/types/resources.py | 2 +- google/cloud/binaryauthorization_v1beta1/types/service.py | 2 +- ...ated_binauthz_management_service_v1_create_attestor_async.py | 2 +- ...rated_binauthz_management_service_v1_create_attestor_sync.py | 2 +- ...ated_binauthz_management_service_v1_delete_attestor_async.py | 2 +- ...rated_binauthz_management_service_v1_delete_attestor_sync.py | 2 +- ...nerated_binauthz_management_service_v1_get_attestor_async.py | 2 +- ...enerated_binauthz_management_service_v1_get_attestor_sync.py | 2 +- ...generated_binauthz_management_service_v1_get_policy_async.py | 2 +- ..._generated_binauthz_management_service_v1_get_policy_sync.py | 2 +- ...rated_binauthz_management_service_v1_list_attestors_async.py | 2 +- ...erated_binauthz_management_service_v1_list_attestors_sync.py | 2 +- ...ated_binauthz_management_service_v1_update_attestor_async.py | 2 +- ...rated_binauthz_management_service_v1_update_attestor_sync.py | 2 +- ...erated_binauthz_management_service_v1_update_policy_async.py | 2 +- ...nerated_binauthz_management_service_v1_update_policy_sync.py | 2 +- ...ion_v1_generated_system_policy_v1_get_system_policy_async.py | 2 +- ...tion_v1_generated_system_policy_v1_get_system_policy_sync.py | 2 +- ...alidation_helper_v1_validate_attestation_occurrence_async.py | 2 +- ...validation_helper_v1_validate_attestation_occurrence_sync.py | 2 +- ...inauthz_management_service_v1_beta1_create_attestor_async.py | 2 +- ...binauthz_management_service_v1_beta1_create_attestor_sync.py | 2 +- ...inauthz_management_service_v1_beta1_delete_attestor_async.py | 2 +- ...binauthz_management_service_v1_beta1_delete_attestor_sync.py | 2 +- ...d_binauthz_management_service_v1_beta1_get_attestor_async.py | 2 +- ...ed_binauthz_management_service_v1_beta1_get_attestor_sync.py | 2 +- ...ted_binauthz_management_service_v1_beta1_get_policy_async.py | 2 +- ...ated_binauthz_management_service_v1_beta1_get_policy_sync.py | 2 +- ...binauthz_management_service_v1_beta1_list_attestors_async.py | 2 +- ..._binauthz_management_service_v1_beta1_list_attestors_sync.py | 2 +- ...inauthz_management_service_v1_beta1_update_attestor_async.py | 2 +- ...binauthz_management_service_v1_beta1_update_attestor_sync.py | 2 +- ..._binauthz_management_service_v1_beta1_update_policy_async.py | 2 +- ...d_binauthz_management_service_v1_beta1_update_policy_sync.py | 2 +- ..._generated_system_policy_v1_beta1_get_system_policy_async.py | 2 +- ...1_generated_system_policy_v1_beta1_get_system_policy_sync.py | 2 +- scripts/fixup_binaryauthorization_v1_keywords.py | 2 +- scripts/fixup_binaryauthorization_v1beta1_keywords.py | 2 +- tests/__init__.py | 2 +- tests/unit/__init__.py | 2 +- tests/unit/gapic/__init__.py | 2 +- tests/unit/gapic/binaryauthorization_v1/__init__.py | 2 +- .../test_binauthz_management_service_v1.py | 2 +- .../unit/gapic/binaryauthorization_v1/test_system_policy_v1.py | 2 +- .../gapic/binaryauthorization_v1/test_validation_helper_v1.py | 2 +- tests/unit/gapic/binaryauthorization_v1beta1/__init__.py | 2 +- .../test_binauthz_management_service_v1_beta1.py | 2 +- .../binaryauthorization_v1beta1/test_system_policy_v1_beta1.py | 2 +- 95 files changed, 95 insertions(+), 95 deletions(-) diff --git a/google/cloud/binaryauthorization/__init__.py b/google/cloud/binaryauthorization/__init__.py index b480307..daddba4 100644 --- a/google/cloud/binaryauthorization/__init__.py +++ b/google/cloud/binaryauthorization/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/__init__.py b/google/cloud/binaryauthorization_v1/__init__.py index c26f179..feb79fb 100644 --- a/google/cloud/binaryauthorization_v1/__init__.py +++ b/google/cloud/binaryauthorization_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/__init__.py b/google/cloud/binaryauthorization_v1/services/__init__.py index 4de6597..e8e1c38 100644 --- a/google/cloud/binaryauthorization_v1/services/__init__.py +++ b/google/cloud/binaryauthorization_v1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/__init__.py b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/__init__.py index 0cb1382..cb4f207 100644 --- a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/__init__.py +++ b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/async_client.py b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/async_client.py index 4e71cd0..87a44fb 100644 --- a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/async_client.py +++ b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/async_client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/client.py b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/client.py index c9188e2..bf06a79 100644 --- a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/client.py +++ b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/pagers.py b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/pagers.py index e32c1de..8bf9786 100644 --- a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/pagers.py +++ b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/__init__.py b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/__init__.py index 444c09e..f5730ee 100644 --- a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/__init__.py +++ b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/base.py b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/base.py index 76a8268..8ca9c25 100644 --- a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/base.py +++ b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/grpc.py b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/grpc.py index 6fc5a12..aaa204c 100644 --- a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/grpc.py +++ b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/grpc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/grpc_asyncio.py b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/grpc_asyncio.py index bd32619..d43bb45 100644 --- a/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/grpc_asyncio.py +++ b/google/cloud/binaryauthorization_v1/services/binauthz_management_service_v1/transports/grpc_asyncio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/system_policy_v1/__init__.py b/google/cloud/binaryauthorization_v1/services/system_policy_v1/__init__.py index 0d527b7..9d04ee9 100644 --- a/google/cloud/binaryauthorization_v1/services/system_policy_v1/__init__.py +++ b/google/cloud/binaryauthorization_v1/services/system_policy_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/system_policy_v1/async_client.py b/google/cloud/binaryauthorization_v1/services/system_policy_v1/async_client.py index 87d57ac..13997b9 100644 --- a/google/cloud/binaryauthorization_v1/services/system_policy_v1/async_client.py +++ b/google/cloud/binaryauthorization_v1/services/system_policy_v1/async_client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/system_policy_v1/client.py b/google/cloud/binaryauthorization_v1/services/system_policy_v1/client.py index 3299ff0..e8f4d10 100644 --- a/google/cloud/binaryauthorization_v1/services/system_policy_v1/client.py +++ b/google/cloud/binaryauthorization_v1/services/system_policy_v1/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/__init__.py b/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/__init__.py index bc3c745..991750c 100644 --- a/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/__init__.py +++ b/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/base.py b/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/base.py index 70448e1..cdaedf4 100644 --- a/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/base.py +++ b/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/grpc.py b/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/grpc.py index 56c8d40..7706211 100644 --- a/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/grpc.py +++ b/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/grpc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/grpc_asyncio.py b/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/grpc_asyncio.py index 646b1f3..0a4cb24 100644 --- a/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/grpc_asyncio.py +++ b/google/cloud/binaryauthorization_v1/services/system_policy_v1/transports/grpc_asyncio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/__init__.py b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/__init__.py index 0f6d61a..699db16 100644 --- a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/__init__.py +++ b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/async_client.py b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/async_client.py index 4ab8c8c..9858b14 100644 --- a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/async_client.py +++ b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/async_client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/client.py b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/client.py index 38b131e..554605d 100644 --- a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/client.py +++ b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/__init__.py b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/__init__.py index a280567..22a9059 100644 --- a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/__init__.py +++ b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/base.py b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/base.py index 6eab85c..5268466 100644 --- a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/base.py +++ b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/grpc.py b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/grpc.py index ad6cc37..ef1c5f6 100644 --- a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/grpc.py +++ b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/grpc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/grpc_asyncio.py b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/grpc_asyncio.py index 1699853..bd16156 100644 --- a/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/grpc_asyncio.py +++ b/google/cloud/binaryauthorization_v1/services/validation_helper_v1/transports/grpc_asyncio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/types/__init__.py b/google/cloud/binaryauthorization_v1/types/__init__.py index c682ebc..82de34f 100644 --- a/google/cloud/binaryauthorization_v1/types/__init__.py +++ b/google/cloud/binaryauthorization_v1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/types/resources.py b/google/cloud/binaryauthorization_v1/types/resources.py index e1628cb..7838f10 100644 --- a/google/cloud/binaryauthorization_v1/types/resources.py +++ b/google/cloud/binaryauthorization_v1/types/resources.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1/types/service.py b/google/cloud/binaryauthorization_v1/types/service.py index 67832b7..b1a8640 100644 --- a/google/cloud/binaryauthorization_v1/types/service.py +++ b/google/cloud/binaryauthorization_v1/types/service.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/__init__.py b/google/cloud/binaryauthorization_v1beta1/__init__.py index 40c2c2b..22b6788 100644 --- a/google/cloud/binaryauthorization_v1beta1/__init__.py +++ b/google/cloud/binaryauthorization_v1beta1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/__init__.py b/google/cloud/binaryauthorization_v1beta1/services/__init__.py index 4de6597..e8e1c38 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/__init__.py +++ b/google/cloud/binaryauthorization_v1beta1/services/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/__init__.py b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/__init__.py index e133615..6e7af7c 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/__init__.py +++ b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/async_client.py b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/async_client.py index 37dcb38..51eb8e0 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/async_client.py +++ b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/async_client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/client.py b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/client.py index e9dfbc2..7e2a9fa 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/client.py +++ b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/pagers.py b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/pagers.py index 81a7ae4..cc8d97b 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/pagers.py +++ b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/pagers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/__init__.py b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/__init__.py index bf3c24d..19d288a 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/__init__.py +++ b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/base.py b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/base.py index 9e68259..dd724ae 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/base.py +++ b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/grpc.py b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/grpc.py index 8c246b1..f89bb42 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/grpc.py +++ b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/grpc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/grpc_asyncio.py b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/grpc_asyncio.py index 00cce20..cb4a5cc 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/grpc_asyncio.py +++ b/google/cloud/binaryauthorization_v1beta1/services/binauthz_management_service_v1_beta1/transports/grpc_asyncio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/__init__.py b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/__init__.py index f56960f..a248343 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/__init__.py +++ b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/async_client.py b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/async_client.py index 60b5880..c5319ae 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/async_client.py +++ b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/async_client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/client.py b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/client.py index 342dd37..9195fca 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/client.py +++ b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/client.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/__init__.py b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/__init__.py index 75e13a4..ee82c9f 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/__init__.py +++ b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/base.py b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/base.py index ec49c46..c770144 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/base.py +++ b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/base.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/grpc.py b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/grpc.py index ab71598..0d5d12a 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/grpc.py +++ b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/grpc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/grpc_asyncio.py b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/grpc_asyncio.py index 6998929..73b522a 100644 --- a/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/grpc_asyncio.py +++ b/google/cloud/binaryauthorization_v1beta1/services/system_policy_v1_beta1/transports/grpc_asyncio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/types/__init__.py b/google/cloud/binaryauthorization_v1beta1/types/__init__.py index 2ccdf4c..30b8ea4 100644 --- a/google/cloud/binaryauthorization_v1beta1/types/__init__.py +++ b/google/cloud/binaryauthorization_v1beta1/types/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/types/continuous_validation_logging.py b/google/cloud/binaryauthorization_v1beta1/types/continuous_validation_logging.py index e6cecd7..d197207 100644 --- a/google/cloud/binaryauthorization_v1beta1/types/continuous_validation_logging.py +++ b/google/cloud/binaryauthorization_v1beta1/types/continuous_validation_logging.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/types/resources.py b/google/cloud/binaryauthorization_v1beta1/types/resources.py index 92bc75d..7b57bbc 100644 --- a/google/cloud/binaryauthorization_v1beta1/types/resources.py +++ b/google/cloud/binaryauthorization_v1beta1/types/resources.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google/cloud/binaryauthorization_v1beta1/types/service.py b/google/cloud/binaryauthorization_v1beta1/types/service.py index e415efc..44fb077 100644 --- a/google/cloud/binaryauthorization_v1beta1/types/service.py +++ b/google/cloud/binaryauthorization_v1beta1/types/service.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_async.py index 47ec43d..6e76c02 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_sync.py index a88fab0..02dd1eb 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_create_attestor_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_async.py index 52d2166..e8b092d 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_sync.py index 1e5876e..a63ce0f 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_delete_attestor_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_async.py index c04d24b..73d1141 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_sync.py index 74916aa..601f7fc 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_attestor_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_async.py index 4dfba71..29ecf96 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_sync.py index e0d519c..a18f16b 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_get_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_async.py index dea5748..b83710c 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_sync.py index 7769770..6934946 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_list_attestors_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_async.py index a2615a6..f845fd9 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_sync.py index cf600cb..a397fe1 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_attestor_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_async.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_async.py index 0d8816f..7809ecc 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_sync.py index b8d61ed..e99d254 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_binauthz_management_service_v1_update_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_async.py b/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_async.py index 3b547bb..d3961a4 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_sync.py index c9c8085..851c4a9 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_system_policy_v1_get_system_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_async.py b/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_async.py index ee7e95a..bf55270 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_async.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_sync.py b/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_sync.py index 208b4d8..c84b01a 100644 --- a/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_sync.py +++ b/samples/generated_samples/binaryauthorization_v1_generated_validation_helper_v1_validate_attestation_occurrence_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_async.py index 35feadf..4e5d103 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_sync.py index 20dc259..e38a483 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_create_attestor_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_async.py index 35068eb..c3a709e 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_sync.py index e4b5072..3fa5166 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_delete_attestor_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_async.py index 25152cb..55a24d3 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_sync.py index c0cf603..e000f4f 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_attestor_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_async.py index 5195074..67d9927 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_sync.py index cbd83e8..91c49c8 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_get_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_async.py index cdef290..b5e8dd0 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_sync.py index 71aa907..ee45858 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_list_attestors_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_async.py index 3599473..9554139 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_sync.py index 8937851..81b914b 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_attestor_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_async.py index cfe1225..21470a1 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_sync.py index fa874c1..f2604ea 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_binauthz_management_service_v1_beta1_update_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_async.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_async.py index 50965a4..a2a2f5d 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_async.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_async.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_sync.py b/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_sync.py index 390d82d..ea91ec5 100644 --- a/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_sync.py +++ b/samples/generated_samples/binaryauthorization_v1beta1_generated_system_policy_v1_beta1_get_system_policy_sync.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/fixup_binaryauthorization_v1_keywords.py b/scripts/fixup_binaryauthorization_v1_keywords.py index 7b2f46d..62deb91 100644 --- a/scripts/fixup_binaryauthorization_v1_keywords.py +++ b/scripts/fixup_binaryauthorization_v1_keywords.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/fixup_binaryauthorization_v1beta1_keywords.py b/scripts/fixup_binaryauthorization_v1beta1_keywords.py index f1147e2..e4d7076 100644 --- a/scripts/fixup_binaryauthorization_v1beta1_keywords.py +++ b/scripts/fixup_binaryauthorization_v1beta1_keywords.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/__init__.py b/tests/__init__.py index 4de6597..e8e1c38 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index 4de6597..e8e1c38 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/__init__.py b/tests/unit/gapic/__init__.py index 4de6597..e8e1c38 100644 --- a/tests/unit/gapic/__init__.py +++ b/tests/unit/gapic/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/binaryauthorization_v1/__init__.py b/tests/unit/gapic/binaryauthorization_v1/__init__.py index 4de6597..e8e1c38 100644 --- a/tests/unit/gapic/binaryauthorization_v1/__init__.py +++ b/tests/unit/gapic/binaryauthorization_v1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/binaryauthorization_v1/test_binauthz_management_service_v1.py b/tests/unit/gapic/binaryauthorization_v1/test_binauthz_management_service_v1.py index 133f360..d6b257b 100644 --- a/tests/unit/gapic/binaryauthorization_v1/test_binauthz_management_service_v1.py +++ b/tests/unit/gapic/binaryauthorization_v1/test_binauthz_management_service_v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/binaryauthorization_v1/test_system_policy_v1.py b/tests/unit/gapic/binaryauthorization_v1/test_system_policy_v1.py index 1fbe6a1..dbfcc96 100644 --- a/tests/unit/gapic/binaryauthorization_v1/test_system_policy_v1.py +++ b/tests/unit/gapic/binaryauthorization_v1/test_system_policy_v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/binaryauthorization_v1/test_validation_helper_v1.py b/tests/unit/gapic/binaryauthorization_v1/test_validation_helper_v1.py index 0a9d30a..4370b69 100644 --- a/tests/unit/gapic/binaryauthorization_v1/test_validation_helper_v1.py +++ b/tests/unit/gapic/binaryauthorization_v1/test_validation_helper_v1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/binaryauthorization_v1beta1/__init__.py b/tests/unit/gapic/binaryauthorization_v1beta1/__init__.py index 4de6597..e8e1c38 100644 --- a/tests/unit/gapic/binaryauthorization_v1beta1/__init__.py +++ b/tests/unit/gapic/binaryauthorization_v1beta1/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/binaryauthorization_v1beta1/test_binauthz_management_service_v1_beta1.py b/tests/unit/gapic/binaryauthorization_v1beta1/test_binauthz_management_service_v1_beta1.py index aba6f54..c826ae7 100644 --- a/tests/unit/gapic/binaryauthorization_v1beta1/test_binauthz_management_service_v1_beta1.py +++ b/tests/unit/gapic/binaryauthorization_v1beta1/test_binauthz_management_service_v1_beta1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/gapic/binaryauthorization_v1beta1/test_system_policy_v1_beta1.py b/tests/unit/gapic/binaryauthorization_v1beta1/test_system_policy_v1_beta1.py index 6caefae..39d4ce9 100644 --- a/tests/unit/gapic/binaryauthorization_v1beta1/test_system_policy_v1_beta1.py +++ b/tests/unit/gapic/binaryauthorization_v1beta1/test_system_policy_v1_beta1.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From 1c8dcbb9fbbde550b830184fb1f3260f936d6df4 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:06:16 +0000 Subject: [PATCH 3/7] chore(deps): update actions/setup-python action to v3 (#121) Source-Link: https://github.com/googleapis/synthtool/commit/571ee2c3b26182429eddcf115122ee545d7d3787 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67 --- .github/.OwlBot.lock.yaml | 2 +- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/unittest.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 39ad3ce..d9a55fa 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,4 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:d22cd2ddce65fdac6986f115563faf2fc81482b09dfbea83ac2808c92ecfdff0 + digest: sha256:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f7b8344..cca4e98 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install nox @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install nox diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1e8b05c..f687324 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install nox diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 074ee25..d3003e0 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python }} - name: Install nox @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: "3.10" - name: Install coverage From 743d08dfe9e37cf5e4ebe1792c7351c33cf684ff Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 19:43:00 -0500 Subject: [PATCH 4/7] chore(deps): update actions/checkout action to v3 (#123) Source-Link: https://github.com/googleapis/synthtool/commit/ca879097772aeec2cbb971c3cea8ecc81522b68a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392 Co-authored-by: Owl Bot --- .github/.OwlBot.lock.yaml | 2 +- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/unittest.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index d9a55fa..480226a 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,4 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67 + digest: sha256:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cca4e98..b46d730 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f687324..f512a49 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index d3003e0..e87fe5b 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -11,7 +11,7 @@ jobs: python: ['3.6', '3.7', '3.8', '3.9', '3.10'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: @@ -37,7 +37,7 @@ jobs: - unit steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python uses: actions/setup-python@v3 with: From 2b7e982e09b85570af842acba3ca6c48831a49e2 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 4 Mar 2022 11:27:55 -0500 Subject: [PATCH 5/7] fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#126) --- setup.py | 2 +- testing/constraints-3.6.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 21c2102..1cc0638 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ # NOTE: Maintainers, please do not require google-api-core>=2.x.x # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 - "google-api-core[grpc] >= 1.28.0, <3.0.0dev", + "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", "proto-plus >= 1.15.0", "grafeas >= 1.1.2", ), diff --git a/testing/constraints-3.6.txt b/testing/constraints-3.6.txt index e93862d..71a1281 100644 --- a/testing/constraints-3.6.txt +++ b/testing/constraints-3.6.txt @@ -4,6 +4,6 @@ # Pin the version to the lower bound. # e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev", # Then this file should have google-cloud-foo==1.14.0 -google-api-core==1.28.0 +google-api-core==1.31.5 proto-plus==1.15.0 grafeas==1.1.2 From cd8a17191eb6b4e1d1695d5fe80347321b441440 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 00:32:32 +0000 Subject: [PATCH 6/7] chore(deps): update actions/download-artifact action to v3 (#128) Source-Link: https://github.com/googleapis/synthtool/commit/38e11ad1104dcc1e63b52691ddf2fe4015d06955 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4e1991042fe54b991db9ca17c8fb386e61b22fe4d1472a568bf0fcac85dcf5d3 --- .github/.OwlBot.lock.yaml | 2 +- .github/workflows/unittest.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 480226a..44c78f7 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,4 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392 + digest: sha256:4e1991042fe54b991db9ca17c8fb386e61b22fe4d1472a568bf0fcac85dcf5d3 diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index e87fe5b..e5be6ed 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -26,7 +26,7 @@ jobs: run: | nox -s unit-${{ matrix.python }} - name: Upload coverage results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: coverage-artifacts path: .coverage-${{ matrix.python }} @@ -47,7 +47,7 @@ jobs: python -m pip install --upgrade setuptools pip wheel python -m pip install coverage - name: Download coverage results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: coverage-artifacts path: .coverage-results/ From 2ce167bffd87a05dff62c65ab225eeb3f7fc51fb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 11:19:57 -0500 Subject: [PATCH 7/7] chore(main): release 1.2.2 (#127) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3b84d..d1143f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.2.2](https://github.com/googleapis/python-binary-authorization/compare/v1.2.1...v1.2.2) (2022-03-05) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#126](https://github.com/googleapis/python-binary-authorization/issues/126)) ([2b7e982](https://github.com/googleapis/python-binary-authorization/commit/2b7e982e09b85570af842acba3ca6c48831a49e2)) + ### [1.2.1](https://github.com/googleapis/python-binary-authorization/compare/v1.2.0...v1.2.1) (2022-02-11) diff --git a/setup.py b/setup.py index 1cc0638..9b0178d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.2.1" +version = "1.2.2" package_root = os.path.abspath(os.path.dirname(__file__))