From eb6575721556993bd4b9f2a3adce29f290796ade Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:22:17 +0000 Subject: [PATCH] chore: Bump gapic-generator-python version to 1.3.0 (#223) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 472561635 Source-Link: https://github.com/googleapis/googleapis/commit/332ecf599f8e747d8d1213b77ae7db26eff12814 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4313d682880fd9d7247291164d4e9d3d5bd9f177 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9 --- .../services/os_login_service/async_client.py | 42 ++++ .../services/os_login_service/client.py | 42 ++++ ...ogin_service_delete_posix_account_async.py | 7 + ...login_service_delete_posix_account_sync.py | 7 + ...gin_service_delete_ssh_public_key_async.py | 7 + ...ogin_service_delete_ssh_public_key_sync.py | 7 + ...s_login_service_get_login_profile_async.py | 7 + ...os_login_service_get_login_profile_sync.py | 7 + ..._login_service_get_ssh_public_key_async.py | 7 + ...s_login_service_get_ssh_public_key_sync.py | 7 + ...gin_service_import_ssh_public_key_async.py | 7 + ...ogin_service_import_ssh_public_key_sync.py | 7 + ...gin_service_update_ssh_public_key_async.py | 7 + ...ogin_service_update_ssh_public_key_sync.py | 7 + .../snippet_metadata_oslogin_v1.json | 224 +++++++++--------- 15 files changed, 280 insertions(+), 112 deletions(-) diff --git a/packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/async_client.py b/packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/async_client.py index 54e0ae757c6a..8c66251309dd 100644 --- a/packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/async_client.py +++ b/packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/async_client.py @@ -226,6 +226,13 @@ async def delete_posix_account( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 async def sample_delete_posix_account(): @@ -321,6 +328,13 @@ async def delete_ssh_public_key( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 async def sample_delete_ssh_public_key(): @@ -417,6 +431,13 @@ async def get_login_profile( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 async def sample_get_login_profile(): @@ -523,6 +544,13 @@ async def get_ssh_public_key( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 async def sample_get_ssh_public_key(): @@ -635,6 +663,13 @@ async def import_ssh_public_key( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 async def sample_import_ssh_public_key(): @@ -761,6 +796,13 @@ async def update_ssh_public_key( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 async def sample_update_ssh_public_key(): diff --git a/packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/client.py b/packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/client.py index 2e23e5fd0a78..0e35b792faf7 100644 --- a/packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/client.py +++ b/packages/google-cloud-os-login/google/cloud/oslogin_v1/services/os_login_service/client.py @@ -457,6 +457,13 @@ def delete_posix_account( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 def sample_delete_posix_account(): @@ -542,6 +549,13 @@ def delete_ssh_public_key( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 def sample_delete_ssh_public_key(): @@ -628,6 +642,13 @@ def get_login_profile( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 def sample_get_login_profile(): @@ -724,6 +745,13 @@ def get_ssh_public_key( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 def sample_get_ssh_public_key(): @@ -826,6 +854,13 @@ def import_ssh_public_key( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 def sample_import_ssh_public_key(): @@ -942,6 +977,13 @@ def update_ssh_public_key( .. code-block:: python + # This snippet has been automatically generated and should be regarded as a + # code template only. + # It will require modifications to work: + # - It may require correct/in-range values for request initialization. + # - It may require specifying regional endpoints when creating the service + # client as shown in: + # https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 def sample_update_ssh_public_key(): diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_posix_account_async.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_posix_account_async.py index 754fb2bd758e..a824353286c7 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_posix_account_async.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_posix_account_async.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_DeletePosixAccount_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_posix_account_sync.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_posix_account_sync.py index 64c6c7fdc580..b50610410340 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_posix_account_sync.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_posix_account_sync.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_DeletePosixAccount_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_ssh_public_key_async.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_ssh_public_key_async.py index 7ec938d283b2..da463a943472 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_ssh_public_key_async.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_ssh_public_key_async.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_DeleteSshPublicKey_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_ssh_public_key_sync.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_ssh_public_key_sync.py index d9a3b1081d90..7fbb73f1344c 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_ssh_public_key_sync.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_delete_ssh_public_key_sync.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_DeleteSshPublicKey_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_login_profile_async.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_login_profile_async.py index 323ce4393ace..4d80befdde0b 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_login_profile_async.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_login_profile_async.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_GetLoginProfile_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_login_profile_sync.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_login_profile_sync.py index f60f2100b4f7..20c663eb0155 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_login_profile_sync.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_login_profile_sync.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_GetLoginProfile_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_ssh_public_key_async.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_ssh_public_key_async.py index b1427d3f5181..80557c15eaa6 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_ssh_public_key_async.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_ssh_public_key_async.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_GetSshPublicKey_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_ssh_public_key_sync.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_ssh_public_key_sync.py index 1d9fd1d182fb..d477cb8c968f 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_ssh_public_key_sync.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_get_ssh_public_key_sync.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_GetSshPublicKey_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_import_ssh_public_key_async.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_import_ssh_public_key_async.py index cc2483d883f2..5f7874f54a4e 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_import_ssh_public_key_async.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_import_ssh_public_key_async.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_ImportSshPublicKey_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_import_ssh_public_key_sync.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_import_ssh_public_key_sync.py index dd3bafc8d681..96a6f078cc0a 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_import_ssh_public_key_sync.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_import_ssh_public_key_sync.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_ImportSshPublicKey_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_update_ssh_public_key_async.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_update_ssh_public_key_async.py index b2f68b90fad8..fa5437cb8937 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_update_ssh_public_key_async.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_update_ssh_public_key_async.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_UpdateSshPublicKey_async] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_update_ssh_public_key_sync.py b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_update_ssh_public_key_sync.py index ef2a9369fddb..a27ea1cee8bb 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_update_ssh_public_key_sync.py +++ b/packages/google-cloud-os-login/samples/generated_samples/oslogin_v1_generated_os_login_service_update_ssh_public_key_sync.py @@ -24,6 +24,13 @@ # [START oslogin_v1_generated_OsLoginService_UpdateSshPublicKey_sync] +# This snippet has been automatically generated and should be regarded as a +# code template only. +# It will require modifications to work: +# - It may require correct/in-range values for request initialization. +# - It may require specifying regional endpoints when creating the service +# client as shown in: +# https://googleapis.dev/python/google-api-core/latest/client_options.html from google.cloud import oslogin_v1 diff --git a/packages/google-cloud-os-login/samples/generated_samples/snippet_metadata_oslogin_v1.json b/packages/google-cloud-os-login/samples/generated_samples/snippet_metadata_oslogin_v1.json index 595c1a1a61c5..0f7ccf81e0a2 100644 --- a/packages/google-cloud-os-login/samples/generated_samples/snippet_metadata_oslogin_v1.json +++ b/packages/google-cloud-os-login/samples/generated_samples/snippet_metadata_oslogin_v1.json @@ -58,31 +58,31 @@ "regionTag": "oslogin_v1_generated_OsLoginService_DeletePosixAccount_async", "segments": [ { - "end": 42, + "end": 49, "start": 27, "type": "FULL" }, { - "end": 42, + "end": 49, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 39, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 43, + "end": 50, "type": "RESPONSE_HANDLING" } ], @@ -135,31 +135,31 @@ "regionTag": "oslogin_v1_generated_OsLoginService_DeletePosixAccount_sync", "segments": [ { - "end": 42, + "end": 49, "start": 27, "type": "FULL" }, { - "end": 42, + "end": 49, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 39, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 43, + "end": 50, "type": "RESPONSE_HANDLING" } ], @@ -213,31 +213,31 @@ "regionTag": "oslogin_v1_generated_OsLoginService_DeleteSshPublicKey_async", "segments": [ { - "end": 42, + "end": 49, "start": 27, "type": "FULL" }, { - "end": 42, + "end": 49, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 39, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 43, + "end": 50, "type": "RESPONSE_HANDLING" } ], @@ -290,31 +290,31 @@ "regionTag": "oslogin_v1_generated_OsLoginService_DeleteSshPublicKey_sync", "segments": [ { - "end": 42, + "end": 49, "start": 27, "type": "FULL" }, { - "end": 42, + "end": 49, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 39, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 43, + "end": 50, "type": "RESPONSE_HANDLING" } ], @@ -369,33 +369,33 @@ "regionTag": "oslogin_v1_generated_OsLoginService_GetLoginProfile_async", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -449,33 +449,33 @@ "regionTag": "oslogin_v1_generated_OsLoginService_GetLoginProfile_sync", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -530,33 +530,33 @@ "regionTag": "oslogin_v1_generated_OsLoginService_GetSshPublicKey_async", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -610,33 +610,33 @@ "regionTag": "oslogin_v1_generated_OsLoginService_GetSshPublicKey_sync", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -699,33 +699,33 @@ "regionTag": "oslogin_v1_generated_OsLoginService_ImportSshPublicKey_async", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -787,33 +787,33 @@ "regionTag": "oslogin_v1_generated_OsLoginService_ImportSshPublicKey_sync", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -876,33 +876,33 @@ "regionTag": "oslogin_v1_generated_OsLoginService_UpdateSshPublicKey_async", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -964,33 +964,33 @@ "regionTag": "oslogin_v1_generated_OsLoginService_UpdateSshPublicKey_sync", "segments": [ { - "end": 44, + "end": 51, "start": 27, "type": "FULL" }, { - "end": 44, + "end": 51, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 38, - "start": 34, + "end": 45, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 41, - "start": 39, + "end": 48, + "start": 46, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 42, + "end": 52, + "start": 49, "type": "RESPONSE_HANDLING" } ],