diff --git a/google/cloud/container_v1/services/cluster_manager/async_client.py b/google/cloud/container_v1/services/cluster_manager/async_client.py index 920f46d2..9a258b8e 100644 --- a/google/cloud/container_v1/services/cluster_manager/async_client.py +++ b/google/cloud/container_v1/services/cluster_manager/async_client.py @@ -222,6 +222,13 @@ async def list_clusters( .. 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 container_v1 async def sample_list_clusters(): @@ -354,6 +361,13 @@ async def get_cluster( .. 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 container_v1 async def sample_get_cluster(): @@ -506,6 +520,13 @@ async def create_cluster( .. 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 container_v1 async def sample_create_cluster(): @@ -639,6 +660,13 @@ async def update_cluster( .. 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 container_v1 async def sample_update_cluster(): @@ -779,6 +807,13 @@ async def update_node_pool( .. 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 container_v1 async def sample_update_node_pool(): @@ -856,6 +891,13 @@ async def set_node_pool_autoscaling( .. 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 container_v1 async def sample_set_node_pool_autoscaling(): @@ -935,6 +977,13 @@ async def set_logging_service( .. 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 container_v1 async def sample_set_logging_service(): @@ -1094,6 +1143,13 @@ async def set_monitoring_service( .. 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 container_v1 async def sample_set_monitoring_service(): @@ -1255,6 +1311,13 @@ async def set_addons_config( .. 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 container_v1 async def sample_set_addons_config(): @@ -1402,6 +1465,13 @@ async def set_locations( .. 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 container_v1 async def sample_set_locations(): @@ -1410,7 +1480,7 @@ async def sample_set_locations(): # Initialize request argument(s) request = container_v1.SetLocationsRequest( - locations=['locations_value_1', 'locations_value_2'], + locations=['locations_value1', 'locations_value2'], ) # Make the request @@ -1558,6 +1628,13 @@ async def update_master( .. 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 container_v1 async def sample_update_master(): @@ -1713,6 +1790,13 @@ async def set_master_auth( .. 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 container_v1 async def sample_set_master_auth(): @@ -1801,6 +1885,13 @@ async def delete_cluster( .. 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 container_v1 async def sample_delete_cluster(): @@ -1944,6 +2035,13 @@ async def list_operations( .. 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 container_v1 async def sample_list_operations(): @@ -2066,6 +2164,13 @@ async def get_operation( .. 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 container_v1 async def sample_get_operation(): @@ -2209,6 +2314,13 @@ async def cancel_operation( .. 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 container_v1 async def sample_cancel_operation(): @@ -2328,6 +2440,13 @@ async def get_server_config( .. 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 container_v1 async def sample_get_server_config(): @@ -2457,6 +2576,13 @@ async def get_json_web_keys( .. 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 container_v1 async def sample_get_json_web_keys(): @@ -2537,6 +2663,13 @@ async def list_node_pools( .. 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 container_v1 async def sample_list_node_pools(): @@ -2679,6 +2812,13 @@ async def get_node_pool( .. 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 container_v1 async def sample_get_node_pool(): @@ -2839,6 +2979,13 @@ async def create_node_pool( .. 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 container_v1 async def sample_create_node_pool(): @@ -2980,6 +3127,13 @@ async def delete_node_pool( .. 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 container_v1 async def sample_delete_node_pool(): @@ -3131,6 +3285,13 @@ async def complete_node_pool_upgrade( .. 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 container_v1 async def sample_complete_node_pool_upgrade(): @@ -3198,6 +3359,13 @@ async def rollback_node_pool_upgrade( .. 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 container_v1 async def sample_rollback_node_pool_upgrade(): @@ -3342,6 +3510,13 @@ async def set_node_pool_management( .. 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 container_v1 async def sample_set_node_pool_management(): @@ -3416,6 +3591,13 @@ async def set_labels( .. 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 container_v1 async def sample_set_labels(): @@ -3499,6 +3681,13 @@ async def set_legacy_abac( .. 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 container_v1 async def sample_set_legacy_abac(): @@ -3643,6 +3832,13 @@ async def start_ip_rotation( .. 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 container_v1 async def sample_start_ip_rotation(): @@ -3777,6 +3973,13 @@ async def complete_ip_rotation( .. 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 container_v1 async def sample_complete_ip_rotation(): @@ -3909,6 +4112,13 @@ async def set_node_pool_size( .. 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 container_v1 async def sample_set_node_pool_size(): @@ -3989,6 +4199,13 @@ async def set_network_policy( .. 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 container_v1 async def sample_set_network_policy(): @@ -4132,6 +4349,13 @@ async def set_maintenance_policy( .. 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 container_v1 async def sample_set_maintenance_policy(): @@ -4273,6 +4497,13 @@ async def list_usable_subnetworks( .. 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 container_v1 async def sample_list_usable_subnetworks(): diff --git a/google/cloud/container_v1/services/cluster_manager/client.py b/google/cloud/container_v1/services/cluster_manager/client.py index 19d86d1f..d526e828 100644 --- a/google/cloud/container_v1/services/cluster_manager/client.py +++ b/google/cloud/container_v1/services/cluster_manager/client.py @@ -442,6 +442,13 @@ def list_clusters( .. 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 container_v1 def sample_list_clusters(): @@ -564,6 +571,13 @@ def get_cluster( .. 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 container_v1 def sample_get_cluster(): @@ -706,6 +720,13 @@ def create_cluster( .. 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 container_v1 def sample_create_cluster(): @@ -839,6 +860,13 @@ def update_cluster( .. 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 container_v1 def sample_update_cluster(): @@ -979,6 +1007,13 @@ def update_node_pool( .. 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 container_v1 def sample_update_node_pool(): @@ -1057,6 +1092,13 @@ def set_node_pool_autoscaling( .. 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 container_v1 def sample_set_node_pool_autoscaling(): @@ -1139,6 +1181,13 @@ def set_logging_service( .. 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 container_v1 def sample_set_logging_service(): @@ -1298,6 +1347,13 @@ def set_monitoring_service( .. 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 container_v1 def sample_set_monitoring_service(): @@ -1459,6 +1515,13 @@ def set_addons_config( .. 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 container_v1 def sample_set_addons_config(): @@ -1606,6 +1669,13 @@ def set_locations( .. 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 container_v1 def sample_set_locations(): @@ -1614,7 +1684,7 @@ def sample_set_locations(): # Initialize request argument(s) request = container_v1.SetLocationsRequest( - locations=['locations_value_1', 'locations_value_2'], + locations=['locations_value1', 'locations_value2'], ) # Make the request @@ -1762,6 +1832,13 @@ def update_master( .. 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 container_v1 def sample_update_master(): @@ -1917,6 +1994,13 @@ def set_master_auth( .. 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 container_v1 def sample_set_master_auth(): @@ -2006,6 +2090,13 @@ def delete_cluster( .. 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 container_v1 def sample_delete_cluster(): @@ -2139,6 +2230,13 @@ def list_operations( .. 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 container_v1 def sample_list_operations(): @@ -2251,6 +2349,13 @@ def get_operation( .. 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 container_v1 def sample_get_operation(): @@ -2384,6 +2489,13 @@ def cancel_operation( .. 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 container_v1 def sample_cancel_operation(): @@ -2503,6 +2615,13 @@ def get_server_config( .. 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 container_v1 def sample_get_server_config(): @@ -2622,6 +2741,13 @@ def get_json_web_keys( .. 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 container_v1 def sample_get_json_web_keys(): @@ -2703,6 +2829,13 @@ def list_node_pools( .. 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 container_v1 def sample_list_node_pools(): @@ -2835,6 +2968,13 @@ def get_node_pool( .. 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 container_v1 def sample_get_node_pool(): @@ -2985,6 +3125,13 @@ def create_node_pool( .. 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 container_v1 def sample_create_node_pool(): @@ -3126,6 +3273,13 @@ def delete_node_pool( .. 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 container_v1 def sample_delete_node_pool(): @@ -3267,6 +3421,13 @@ def complete_node_pool_upgrade( .. 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 container_v1 def sample_complete_node_pool_upgrade(): @@ -3337,6 +3498,13 @@ def rollback_node_pool_upgrade( .. 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 container_v1 def sample_rollback_node_pool_upgrade(): @@ -3483,6 +3651,13 @@ def set_node_pool_management( .. 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 container_v1 def sample_set_node_pool_management(): @@ -3558,6 +3733,13 @@ def set_labels( .. 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 container_v1 def sample_set_labels(): @@ -3642,6 +3824,13 @@ def set_legacy_abac( .. 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 container_v1 def sample_set_legacy_abac(): @@ -3786,6 +3975,13 @@ def start_ip_rotation( .. 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 container_v1 def sample_start_ip_rotation(): @@ -3920,6 +4116,13 @@ def complete_ip_rotation( .. 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 container_v1 def sample_complete_ip_rotation(): @@ -4052,6 +4255,13 @@ def set_node_pool_size( .. 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 container_v1 def sample_set_node_pool_size(): @@ -4133,6 +4343,13 @@ def set_network_policy( .. 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 container_v1 def sample_set_network_policy(): @@ -4276,6 +4493,13 @@ def set_maintenance_policy( .. 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 container_v1 def sample_set_maintenance_policy(): @@ -4417,6 +4641,13 @@ def list_usable_subnetworks( .. 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 container_v1 def sample_list_usable_subnetworks(): diff --git a/google/cloud/container_v1beta1/services/cluster_manager/async_client.py b/google/cloud/container_v1beta1/services/cluster_manager/async_client.py index 91fbb176..6c4391b8 100644 --- a/google/cloud/container_v1beta1/services/cluster_manager/async_client.py +++ b/google/cloud/container_v1beta1/services/cluster_manager/async_client.py @@ -221,6 +221,13 @@ async def list_clusters( .. 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 container_v1beta1 async def sample_list_clusters(): @@ -344,6 +351,13 @@ async def get_cluster( .. 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 container_v1beta1 async def sample_get_cluster(): @@ -489,6 +503,13 @@ async def create_cluster( .. 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 container_v1beta1 async def sample_create_cluster(): @@ -614,6 +635,13 @@ async def update_cluster( .. 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 container_v1beta1 async def sample_update_cluster(): @@ -748,6 +776,13 @@ async def update_node_pool( .. 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 container_v1beta1 async def sample_update_node_pool(): @@ -829,6 +864,13 @@ async def set_node_pool_autoscaling( .. 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 container_v1beta1 async def sample_set_node_pool_autoscaling(): @@ -911,6 +953,13 @@ async def set_logging_service( .. 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 container_v1beta1 async def sample_set_logging_service(): @@ -1061,6 +1110,13 @@ async def set_monitoring_service( .. 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 container_v1beta1 async def sample_set_monitoring_service(): @@ -1213,6 +1269,13 @@ async def set_addons_config( .. 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 container_v1beta1 async def sample_set_addons_config(): @@ -1353,6 +1416,13 @@ async def set_locations( .. 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 container_v1beta1 async def sample_set_locations(): @@ -1364,7 +1434,7 @@ async def sample_set_locations(): project_id="project_id_value", zone="zone_value", cluster_id="cluster_id_value", - locations=['locations_value_1', 'locations_value_2'], + locations=['locations_value1', 'locations_value2'], ) # Make the request @@ -1502,6 +1572,13 @@ async def update_master( .. 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 container_v1beta1 async def sample_update_master(): @@ -1651,6 +1728,13 @@ async def set_master_auth( .. 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 container_v1beta1 async def sample_set_master_auth(): @@ -1741,6 +1825,13 @@ async def delete_cluster( .. 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 container_v1beta1 async def sample_delete_cluster(): @@ -1878,6 +1969,13 @@ async def list_operations( .. 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 container_v1beta1 async def sample_list_operations(): @@ -2002,6 +2100,13 @@ async def get_operation( .. 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 container_v1beta1 async def sample_get_operation(): @@ -2138,6 +2243,13 @@ async def cancel_operation( .. 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 container_v1beta1 async def sample_cancel_operation(): @@ -2250,6 +2362,13 @@ async def get_server_config( .. 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 container_v1beta1 async def sample_get_server_config(): @@ -2373,6 +2492,13 @@ async def list_node_pools( .. 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 container_v1beta1 async def sample_list_node_pools(): @@ -2507,6 +2633,13 @@ async def get_json_web_keys( .. 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 container_v1beta1 async def sample_get_json_web_keys(): @@ -2587,6 +2720,13 @@ async def get_node_pool( .. 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 container_v1beta1 async def sample_get_node_pool(): @@ -2775,6 +2915,13 @@ async def create_node_pool( .. 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 container_v1beta1 async def sample_create_node_pool(): @@ -2909,6 +3056,13 @@ async def delete_node_pool( .. 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 container_v1beta1 async def sample_delete_node_pool(): @@ -3055,6 +3209,13 @@ async def complete_node_pool_upgrade( .. 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 container_v1beta1 async def sample_complete_node_pool_upgrade(): @@ -3121,6 +3282,13 @@ async def rollback_node_pool_upgrade( .. 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 container_v1beta1 async def sample_rollback_node_pool_upgrade(): @@ -3264,6 +3432,13 @@ async def set_node_pool_management( .. 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 container_v1beta1 async def sample_set_node_pool_management(): @@ -3416,6 +3591,13 @@ async def set_labels( .. 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 container_v1beta1 async def sample_set_labels(): @@ -3574,6 +3756,13 @@ async def set_legacy_abac( .. 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 container_v1beta1 async def sample_set_legacy_abac(): @@ -3711,6 +3900,13 @@ async def start_ip_rotation( .. 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 container_v1beta1 async def sample_start_ip_rotation(): @@ -3838,6 +4034,13 @@ async def complete_ip_rotation( .. 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 container_v1beta1 async def sample_complete_ip_rotation(): @@ -3964,6 +4167,13 @@ async def set_node_pool_size( .. 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 container_v1beta1 async def sample_set_node_pool_size(): @@ -4047,6 +4257,13 @@ async def set_network_policy( .. 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 container_v1beta1 async def sample_set_network_policy(): @@ -4183,6 +4400,13 @@ async def set_maintenance_policy( .. 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 container_v1beta1 async def sample_set_maintenance_policy(): @@ -4313,6 +4537,13 @@ async def list_usable_subnetworks( .. 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 container_v1beta1 async def sample_list_usable_subnetworks(): @@ -4435,6 +4666,13 @@ async def list_locations( .. 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 container_v1beta1 async def sample_list_locations(): diff --git a/google/cloud/container_v1beta1/services/cluster_manager/client.py b/google/cloud/container_v1beta1/services/cluster_manager/client.py index 811d7c85..8b8f3fa8 100644 --- a/google/cloud/container_v1beta1/services/cluster_manager/client.py +++ b/google/cloud/container_v1beta1/services/cluster_manager/client.py @@ -441,6 +441,13 @@ def list_clusters( .. 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 container_v1beta1 def sample_list_clusters(): @@ -554,6 +561,13 @@ def get_cluster( .. 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 container_v1beta1 def sample_get_cluster(): @@ -689,6 +703,13 @@ def create_cluster( .. 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 container_v1beta1 def sample_create_cluster(): @@ -814,6 +835,13 @@ def update_cluster( .. 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 container_v1beta1 def sample_update_cluster(): @@ -948,6 +976,13 @@ def update_node_pool( .. 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 container_v1beta1 def sample_update_node_pool(): @@ -1030,6 +1065,13 @@ def set_node_pool_autoscaling( .. 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 container_v1beta1 def sample_set_node_pool_autoscaling(): @@ -1115,6 +1157,13 @@ def set_logging_service( .. 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 container_v1beta1 def sample_set_logging_service(): @@ -1265,6 +1314,13 @@ def set_monitoring_service( .. 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 container_v1beta1 def sample_set_monitoring_service(): @@ -1417,6 +1473,13 @@ def set_addons_config( .. 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 container_v1beta1 def sample_set_addons_config(): @@ -1557,6 +1620,13 @@ def set_locations( .. 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 container_v1beta1 def sample_set_locations(): @@ -1568,7 +1638,7 @@ def sample_set_locations(): project_id="project_id_value", zone="zone_value", cluster_id="cluster_id_value", - locations=['locations_value_1', 'locations_value_2'], + locations=['locations_value1', 'locations_value2'], ) # Make the request @@ -1706,6 +1776,13 @@ def update_master( .. 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 container_v1beta1 def sample_update_master(): @@ -1855,6 +1932,13 @@ def set_master_auth( .. 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 container_v1beta1 def sample_set_master_auth(): @@ -1946,6 +2030,13 @@ def delete_cluster( .. 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 container_v1beta1 def sample_delete_cluster(): @@ -2073,6 +2164,13 @@ def list_operations( .. 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 container_v1beta1 def sample_list_operations(): @@ -2187,6 +2285,13 @@ def get_operation( .. 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 container_v1beta1 def sample_get_operation(): @@ -2313,6 +2418,13 @@ def cancel_operation( .. 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 container_v1beta1 def sample_cancel_operation(): @@ -2425,6 +2537,13 @@ def get_server_config( .. 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 container_v1beta1 def sample_get_server_config(): @@ -2538,6 +2657,13 @@ def list_node_pools( .. 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 container_v1beta1 def sample_list_node_pools(): @@ -2662,6 +2788,13 @@ def get_json_web_keys( .. 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 container_v1beta1 def sample_get_json_web_keys(): @@ -2743,6 +2876,13 @@ def get_node_pool( .. 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 container_v1beta1 def sample_get_node_pool(): @@ -2921,6 +3061,13 @@ def create_node_pool( .. 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 container_v1beta1 def sample_create_node_pool(): @@ -3055,6 +3202,13 @@ def delete_node_pool( .. 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 container_v1beta1 def sample_delete_node_pool(): @@ -3191,6 +3345,13 @@ def complete_node_pool_upgrade( .. 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 container_v1beta1 def sample_complete_node_pool_upgrade(): @@ -3260,6 +3421,13 @@ def rollback_node_pool_upgrade( .. 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 container_v1beta1 def sample_rollback_node_pool_upgrade(): @@ -3405,6 +3573,13 @@ def set_node_pool_management( .. 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 container_v1beta1 def sample_set_node_pool_management(): @@ -3557,6 +3732,13 @@ def set_labels( .. 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 container_v1beta1 def sample_set_labels(): @@ -3714,6 +3896,13 @@ def set_legacy_abac( .. 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 container_v1beta1 def sample_set_legacy_abac(): @@ -3851,6 +4040,13 @@ def start_ip_rotation( .. 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 container_v1beta1 def sample_start_ip_rotation(): @@ -3978,6 +4174,13 @@ def complete_ip_rotation( .. 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 container_v1beta1 def sample_complete_ip_rotation(): @@ -4104,6 +4307,13 @@ def set_node_pool_size( .. 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 container_v1beta1 def sample_set_node_pool_size(): @@ -4188,6 +4398,13 @@ def set_network_policy( .. 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 container_v1beta1 def sample_set_network_policy(): @@ -4324,6 +4541,13 @@ def set_maintenance_policy( .. 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 container_v1beta1 def sample_set_maintenance_policy(): @@ -4454,6 +4678,13 @@ def list_usable_subnetworks( .. 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 container_v1beta1 def sample_list_usable_subnetworks(): @@ -4566,6 +4797,13 @@ def list_locations( .. 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 container_v1beta1 def sample_list_locations(): diff --git a/mypy.ini b/mypy.ini index 4505b485..574c5aed 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,3 +1,3 @@ [mypy] -python_version = 3.6 +python_version = 3.7 namespace_packages = True diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_cancel_operation_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_cancel_operation_async.py index 57cfd2b1..a87fd94c 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_cancel_operation_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_cancel_operation_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_CancelOperation_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_cancel_operation_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_cancel_operation_sync.py index 8ba5863a..4dc3012a 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_cancel_operation_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_cancel_operation_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_CancelOperation_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_complete_ip_rotation_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_complete_ip_rotation_async.py index d22e8eeb..76daa559 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_complete_ip_rotation_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_complete_ip_rotation_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_CompleteIPRotation_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_complete_ip_rotation_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_complete_ip_rotation_sync.py index 015e90bc..9f190ab1 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_complete_ip_rotation_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_complete_ip_rotation_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_CompleteIPRotation_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_complete_node_pool_upgrade_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_complete_node_pool_upgrade_async.py index 77b76496..e678a1e7 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_complete_node_pool_upgrade_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_complete_node_pool_upgrade_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_CompleteNodePoolUpgrade_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_complete_node_pool_upgrade_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_complete_node_pool_upgrade_sync.py index 1ca4bfa3..3948ce6a 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_complete_node_pool_upgrade_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_complete_node_pool_upgrade_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_CompleteNodePoolUpgrade_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_create_cluster_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_create_cluster_async.py index f3139e51..0ac59c6d 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_create_cluster_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_create_cluster_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_CreateCluster_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_create_cluster_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_create_cluster_sync.py index e2734fd7..4d293d46 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_create_cluster_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_create_cluster_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_CreateCluster_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_create_node_pool_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_create_node_pool_async.py index 03fe1bd3..7f543095 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_create_node_pool_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_create_node_pool_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_CreateNodePool_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_create_node_pool_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_create_node_pool_sync.py index 981d7e0f..d6139a1d 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_create_node_pool_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_create_node_pool_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_CreateNodePool_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_delete_cluster_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_delete_cluster_async.py index f2124eac..47c0139e 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_delete_cluster_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_delete_cluster_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_DeleteCluster_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_delete_cluster_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_delete_cluster_sync.py index 1f059e96..9e38b670 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_delete_cluster_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_delete_cluster_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_DeleteCluster_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_delete_node_pool_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_delete_node_pool_async.py index 7f7dbc3b..46985ed1 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_delete_node_pool_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_delete_node_pool_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_DeleteNodePool_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_delete_node_pool_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_delete_node_pool_sync.py index 2d37b129..bed3b7f4 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_delete_node_pool_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_delete_node_pool_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_DeleteNodePool_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_get_cluster_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_get_cluster_async.py index ba98130c..9992f911 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_get_cluster_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_get_cluster_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_GetCluster_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_get_cluster_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_get_cluster_sync.py index 84bb2851..cc26ee28 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_get_cluster_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_get_cluster_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_GetCluster_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_get_json_web_keys_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_get_json_web_keys_async.py index 9b611567..efa003b3 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_get_json_web_keys_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_get_json_web_keys_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_GetJSONWebKeys_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_get_json_web_keys_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_get_json_web_keys_sync.py index 2bc9db8d..73c03fe5 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_get_json_web_keys_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_get_json_web_keys_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_GetJSONWebKeys_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_get_node_pool_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_get_node_pool_async.py index f742f2fb..35618923 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_get_node_pool_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_get_node_pool_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_GetNodePool_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_get_node_pool_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_get_node_pool_sync.py index e20e6919..e2635e29 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_get_node_pool_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_get_node_pool_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_GetNodePool_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_get_operation_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_get_operation_async.py index 49771038..c5935f51 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_get_operation_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_get_operation_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_GetOperation_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_get_operation_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_get_operation_sync.py index 1530cb92..1202221a 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_get_operation_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_get_operation_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_GetOperation_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_get_server_config_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_get_server_config_async.py index a285ee07..2e1f1177 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_get_server_config_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_get_server_config_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_GetServerConfig_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_get_server_config_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_get_server_config_sync.py index e8391a66..e6c5a6c1 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_get_server_config_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_get_server_config_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_GetServerConfig_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_list_clusters_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_list_clusters_async.py index ead37d8d..f29979ee 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_list_clusters_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_list_clusters_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_ListClusters_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_list_clusters_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_list_clusters_sync.py index dc0732b6..7fb508a4 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_list_clusters_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_list_clusters_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_ListClusters_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_list_node_pools_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_list_node_pools_async.py index 92290e13..bf1a8707 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_list_node_pools_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_list_node_pools_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_ListNodePools_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_list_node_pools_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_list_node_pools_sync.py index 87d299c2..8d604b67 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_list_node_pools_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_list_node_pools_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_ListNodePools_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_list_operations_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_list_operations_async.py index c0b64fff..eb4c3044 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_list_operations_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_list_operations_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_ListOperations_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_list_operations_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_list_operations_sync.py index f502f5bf..d15c2fe6 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_list_operations_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_list_operations_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_ListOperations_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_list_usable_subnetworks_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_list_usable_subnetworks_async.py index e0ecd3b4..5e050ae7 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_list_usable_subnetworks_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_list_usable_subnetworks_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_ListUsableSubnetworks_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_list_usable_subnetworks_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_list_usable_subnetworks_sync.py index 41e25bd0..82354ec0 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_list_usable_subnetworks_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_list_usable_subnetworks_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_ListUsableSubnetworks_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_rollback_node_pool_upgrade_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_rollback_node_pool_upgrade_async.py index 02c0950a..fc8c9d10 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_rollback_node_pool_upgrade_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_rollback_node_pool_upgrade_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_RollbackNodePoolUpgrade_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_rollback_node_pool_upgrade_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_rollback_node_pool_upgrade_sync.py index 19045011..3de05c48 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_rollback_node_pool_upgrade_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_rollback_node_pool_upgrade_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_RollbackNodePoolUpgrade_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_addons_config_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_addons_config_async.py index d3bb1245..fd9de008 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_addons_config_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_addons_config_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetAddonsConfig_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_addons_config_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_addons_config_sync.py index f0b0d308..64214d14 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_addons_config_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_addons_config_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetAddonsConfig_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_labels_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_labels_async.py index 28f142f0..d6507100 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_labels_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_labels_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetLabels_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_labels_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_labels_sync.py index 5389b1d6..d17986fd 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_labels_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_labels_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetLabels_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_legacy_abac_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_legacy_abac_async.py index 6473e305..5a8458eb 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_legacy_abac_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_legacy_abac_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetLegacyAbac_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_legacy_abac_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_legacy_abac_sync.py index e03e2a37..0480f025 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_legacy_abac_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_legacy_abac_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetLegacyAbac_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_locations_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_locations_async.py index a0c0b772..4c368ea6 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_locations_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_locations_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetLocations_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 container_v1 @@ -33,7 +40,7 @@ async def sample_set_locations(): # Initialize request argument(s) request = container_v1.SetLocationsRequest( - locations=['locations_value_1', 'locations_value_2'], + locations=['locations_value1', 'locations_value2'], ) # Make the request diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_locations_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_locations_sync.py index bd545538..db33d16b 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_locations_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_locations_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetLocations_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 container_v1 @@ -33,7 +40,7 @@ def sample_set_locations(): # Initialize request argument(s) request = container_v1.SetLocationsRequest( - locations=['locations_value_1', 'locations_value_2'], + locations=['locations_value1', 'locations_value2'], ) # Make the request diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_logging_service_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_logging_service_async.py index e5e68953..960c7a9e 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_logging_service_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_logging_service_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetLoggingService_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_logging_service_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_logging_service_sync.py index dfd3ef0b..19b65092 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_logging_service_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_logging_service_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetLoggingService_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_maintenance_policy_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_maintenance_policy_async.py index e0788048..3f04d39a 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_maintenance_policy_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_maintenance_policy_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetMaintenancePolicy_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_maintenance_policy_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_maintenance_policy_sync.py index 9e469dca..9fecc96d 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_maintenance_policy_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_maintenance_policy_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetMaintenancePolicy_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_master_auth_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_master_auth_async.py index 6e8736b6..7c333e2c 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_master_auth_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_master_auth_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetMasterAuth_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_master_auth_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_master_auth_sync.py index d9ef8fa9..9760b1c9 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_master_auth_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_master_auth_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetMasterAuth_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_monitoring_service_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_monitoring_service_async.py index a2db1d6f..8d21ede7 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_monitoring_service_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_monitoring_service_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetMonitoringService_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_monitoring_service_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_monitoring_service_sync.py index 23ddd1a8..5431a760 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_monitoring_service_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_monitoring_service_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetMonitoringService_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_network_policy_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_network_policy_async.py index 967b4d55..ab7d838d 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_network_policy_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_network_policy_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetNetworkPolicy_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_network_policy_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_network_policy_sync.py index 744ac4cf..ea259943 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_network_policy_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_network_policy_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetNetworkPolicy_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_autoscaling_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_autoscaling_async.py index 7989c115..47beb654 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_autoscaling_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_autoscaling_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetNodePoolAutoscaling_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_autoscaling_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_autoscaling_sync.py index 2664e2b2..703e00bb 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_autoscaling_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_autoscaling_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetNodePoolAutoscaling_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_management_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_management_async.py index 127d17c0..0dc09802 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_management_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_management_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetNodePoolManagement_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_management_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_management_sync.py index 3f834be9..fd38ca4a 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_management_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_management_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetNodePoolManagement_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_size_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_size_async.py index ca3eecf5..d38e6994 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_size_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_size_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetNodePoolSize_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_size_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_size_sync.py index 7deb9338..5943fb75 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_size_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_set_node_pool_size_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_SetNodePoolSize_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_start_ip_rotation_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_start_ip_rotation_async.py index 04605f3e..d15d9ed1 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_start_ip_rotation_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_start_ip_rotation_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_StartIPRotation_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_start_ip_rotation_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_start_ip_rotation_sync.py index 536f0bb8..61eaaabd 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_start_ip_rotation_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_start_ip_rotation_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_StartIPRotation_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_update_cluster_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_update_cluster_async.py index f1eef460..c9890173 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_update_cluster_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_update_cluster_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_UpdateCluster_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_update_cluster_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_update_cluster_sync.py index bb5240fb..06cbce09 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_update_cluster_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_update_cluster_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_UpdateCluster_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_update_master_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_update_master_async.py index c16bd10a..a9be34ab 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_update_master_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_update_master_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_UpdateMaster_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_update_master_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_update_master_sync.py index 832971b9..8f2c60fa 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_update_master_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_update_master_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_UpdateMaster_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_update_node_pool_async.py b/samples/generated_samples/container_v1_generated_cluster_manager_update_node_pool_async.py index d1b66c56..16daae20 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_update_node_pool_async.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_update_node_pool_async.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_UpdateNodePool_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 container_v1 diff --git a/samples/generated_samples/container_v1_generated_cluster_manager_update_node_pool_sync.py b/samples/generated_samples/container_v1_generated_cluster_manager_update_node_pool_sync.py index a8797451..7461ec0e 100644 --- a/samples/generated_samples/container_v1_generated_cluster_manager_update_node_pool_sync.py +++ b/samples/generated_samples/container_v1_generated_cluster_manager_update_node_pool_sync.py @@ -24,6 +24,13 @@ # [START container_v1_generated_ClusterManager_UpdateNodePool_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 container_v1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_cancel_operation_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_cancel_operation_async.py index fb1db5ac..f7ecfc5b 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_cancel_operation_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_cancel_operation_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_CancelOperation_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_cancel_operation_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_cancel_operation_sync.py index eec7316c..285170ee 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_cancel_operation_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_cancel_operation_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_CancelOperation_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_ip_rotation_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_ip_rotation_async.py index cfdc09f4..7504fe5c 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_ip_rotation_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_ip_rotation_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_CompleteIPRotation_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_ip_rotation_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_ip_rotation_sync.py index 0863528f..d685c27f 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_ip_rotation_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_ip_rotation_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_CompleteIPRotation_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_node_pool_upgrade_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_node_pool_upgrade_async.py index 0f495599..98cde1d1 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_node_pool_upgrade_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_node_pool_upgrade_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_CompleteNodePoolUpgrade_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_node_pool_upgrade_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_node_pool_upgrade_sync.py index 6a7cf3c3..6e71a3cc 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_node_pool_upgrade_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_complete_node_pool_upgrade_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_CompleteNodePoolUpgrade_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_cluster_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_cluster_async.py index 4dfdaeb8..2e81ebdf 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_cluster_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_cluster_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_CreateCluster_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_cluster_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_cluster_sync.py index 0fcd87c1..45ef3c7c 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_cluster_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_cluster_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_CreateCluster_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_node_pool_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_node_pool_async.py index dca7d82f..6a02de7c 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_node_pool_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_node_pool_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_CreateNodePool_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_node_pool_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_node_pool_sync.py index 098223a7..37c02152 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_node_pool_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_create_node_pool_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_CreateNodePool_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_cluster_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_cluster_async.py index 7b33d638..a40a9311 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_cluster_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_cluster_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_DeleteCluster_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_cluster_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_cluster_sync.py index cda3ffc0..b7ab9e6a 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_cluster_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_cluster_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_DeleteCluster_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_node_pool_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_node_pool_async.py index 4a4b75c4..c65bae45 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_node_pool_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_node_pool_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_DeleteNodePool_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_node_pool_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_node_pool_sync.py index 08c00b99..f860a844 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_node_pool_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_delete_node_pool_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_DeleteNodePool_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_cluster_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_cluster_async.py index f551c30e..d6a70962 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_cluster_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_cluster_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_GetCluster_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_cluster_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_cluster_sync.py index 1b92ddcc..bef87836 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_cluster_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_cluster_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_GetCluster_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_json_web_keys_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_json_web_keys_async.py index d5f61db8..1c4ee8cc 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_json_web_keys_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_json_web_keys_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_GetJSONWebKeys_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_json_web_keys_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_json_web_keys_sync.py index a1a75a8e..eecbb54b 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_json_web_keys_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_json_web_keys_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_GetJSONWebKeys_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_node_pool_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_node_pool_async.py index 101a02fc..acd4b468 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_node_pool_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_node_pool_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_GetNodePool_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_node_pool_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_node_pool_sync.py index 7d536b4e..31dfb97f 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_node_pool_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_node_pool_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_GetNodePool_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_operation_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_operation_async.py index b46be44d..8d738c6b 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_operation_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_operation_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_GetOperation_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_operation_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_operation_sync.py index a753213e..d3cf9134 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_operation_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_operation_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_GetOperation_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_server_config_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_server_config_async.py index a190c415..c9fbebde 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_server_config_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_server_config_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_GetServerConfig_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_server_config_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_server_config_sync.py index 80f09b0a..f32474d4 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_server_config_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_get_server_config_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_GetServerConfig_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_clusters_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_clusters_async.py index cd727b35..909525ba 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_clusters_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_clusters_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_ListClusters_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_clusters_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_clusters_sync.py index 17484fac..0ef4951e 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_clusters_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_clusters_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_ListClusters_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_locations_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_locations_async.py index 2ad546d4..ffe44d15 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_locations_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_locations_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_ListLocations_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_locations_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_locations_sync.py index 5b349812..a6b1b620 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_locations_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_locations_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_ListLocations_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_node_pools_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_node_pools_async.py index 5bf90ebf..4d4f09c1 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_node_pools_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_node_pools_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_ListNodePools_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_node_pools_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_node_pools_sync.py index 2a28068c..3d934811 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_node_pools_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_node_pools_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_ListNodePools_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_operations_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_operations_async.py index ae81daa2..f3b8e21c 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_operations_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_operations_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_ListOperations_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_operations_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_operations_sync.py index de2cfbd3..f9c4e837 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_operations_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_operations_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_ListOperations_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_usable_subnetworks_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_usable_subnetworks_async.py index af71f433..50657daa 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_usable_subnetworks_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_usable_subnetworks_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_ListUsableSubnetworks_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_usable_subnetworks_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_usable_subnetworks_sync.py index f17468a3..5607ca5e 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_usable_subnetworks_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_list_usable_subnetworks_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_ListUsableSubnetworks_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_rollback_node_pool_upgrade_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_rollback_node_pool_upgrade_async.py index 73f22bb8..31655359 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_rollback_node_pool_upgrade_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_rollback_node_pool_upgrade_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_RollbackNodePoolUpgrade_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_rollback_node_pool_upgrade_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_rollback_node_pool_upgrade_sync.py index 74bd58e6..7f94b7e6 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_rollback_node_pool_upgrade_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_rollback_node_pool_upgrade_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_RollbackNodePoolUpgrade_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_addons_config_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_addons_config_async.py index 5e002607..02dfc272 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_addons_config_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_addons_config_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetAddonsConfig_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_addons_config_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_addons_config_sync.py index a42aa06e..360508e2 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_addons_config_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_addons_config_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetAddonsConfig_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_labels_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_labels_async.py index 0cff0cf0..eecf8c04 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_labels_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_labels_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetLabels_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_labels_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_labels_sync.py index e70f3660..1215e66c 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_labels_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_labels_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetLabels_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_legacy_abac_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_legacy_abac_async.py index a9c40d67..a91bb5ce 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_legacy_abac_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_legacy_abac_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetLegacyAbac_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_legacy_abac_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_legacy_abac_sync.py index 0951df9a..caf37fc5 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_legacy_abac_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_legacy_abac_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetLegacyAbac_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_locations_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_locations_async.py index 5a1783b9..44d58492 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_locations_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_locations_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetLocations_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 container_v1beta1 @@ -36,7 +43,7 @@ async def sample_set_locations(): project_id="project_id_value", zone="zone_value", cluster_id="cluster_id_value", - locations=['locations_value_1', 'locations_value_2'], + locations=['locations_value1', 'locations_value2'], ) # Make the request diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_locations_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_locations_sync.py index 2af61820..9d2f26a5 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_locations_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_locations_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetLocations_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 container_v1beta1 @@ -36,7 +43,7 @@ def sample_set_locations(): project_id="project_id_value", zone="zone_value", cluster_id="cluster_id_value", - locations=['locations_value_1', 'locations_value_2'], + locations=['locations_value1', 'locations_value2'], ) # Make the request diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_logging_service_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_logging_service_async.py index ad9d4ddb..8808a2fb 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_logging_service_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_logging_service_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetLoggingService_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_logging_service_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_logging_service_sync.py index a8672e72..60df9746 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_logging_service_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_logging_service_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetLoggingService_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_maintenance_policy_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_maintenance_policy_async.py index 7dedf22d..594d8e48 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_maintenance_policy_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_maintenance_policy_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetMaintenancePolicy_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_maintenance_policy_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_maintenance_policy_sync.py index 51125501..7dc4cee0 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_maintenance_policy_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_maintenance_policy_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetMaintenancePolicy_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_master_auth_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_master_auth_async.py index aca6ec56..7e5a19e7 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_master_auth_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_master_auth_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetMasterAuth_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_master_auth_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_master_auth_sync.py index 8b8d2aed..b0ee2d89 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_master_auth_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_master_auth_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetMasterAuth_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_monitoring_service_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_monitoring_service_async.py index 06418d60..5a84ef83 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_monitoring_service_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_monitoring_service_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetMonitoringService_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_monitoring_service_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_monitoring_service_sync.py index 52722a2d..06e779a9 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_monitoring_service_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_monitoring_service_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetMonitoringService_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_network_policy_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_network_policy_async.py index b7f1addf..22abeab4 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_network_policy_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_network_policy_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetNetworkPolicy_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_network_policy_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_network_policy_sync.py index 5a1b8f54..5a930b1e 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_network_policy_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_network_policy_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetNetworkPolicy_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_autoscaling_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_autoscaling_async.py index aad8edf3..432eb2b2 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_autoscaling_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_autoscaling_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetNodePoolAutoscaling_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_autoscaling_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_autoscaling_sync.py index 8914cb68..c89e4132 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_autoscaling_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_autoscaling_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetNodePoolAutoscaling_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_management_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_management_async.py index 9be52936..161b48d6 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_management_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_management_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetNodePoolManagement_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_management_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_management_sync.py index a5ec97fa..10214c80 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_management_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_management_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetNodePoolManagement_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_size_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_size_async.py index bb2743aa..347836e0 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_size_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_size_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetNodePoolSize_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_size_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_size_sync.py index 355ed951..8ad40c14 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_size_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_set_node_pool_size_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_SetNodePoolSize_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_start_ip_rotation_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_start_ip_rotation_async.py index 1ffc4ae7..297a692f 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_start_ip_rotation_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_start_ip_rotation_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_StartIPRotation_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_start_ip_rotation_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_start_ip_rotation_sync.py index 9d1af485..8aaebf0f 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_start_ip_rotation_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_start_ip_rotation_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_StartIPRotation_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_cluster_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_cluster_async.py index bdeb96ff..eaa15850 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_cluster_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_cluster_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_UpdateCluster_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_cluster_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_cluster_sync.py index 9559e976..cf36059d 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_cluster_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_cluster_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_UpdateCluster_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_master_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_master_async.py index 1689dc26..4f8f1fc6 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_master_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_master_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_UpdateMaster_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_master_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_master_sync.py index 850d7944..191fd608 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_master_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_master_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_UpdateMaster_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_node_pool_async.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_node_pool_async.py index 51d253b8..1ffe44f9 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_node_pool_async.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_node_pool_async.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_UpdateNodePool_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 container_v1beta1 diff --git a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_node_pool_sync.py b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_node_pool_sync.py index 119811a4..3f54126c 100644 --- a/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_node_pool_sync.py +++ b/samples/generated_samples/container_v1beta1_generated_cluster_manager_update_node_pool_sync.py @@ -24,6 +24,13 @@ # [START container_v1beta1_generated_ClusterManager_UpdateNodePool_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 container_v1beta1 diff --git a/samples/generated_samples/snippet_metadata_container_v1.json b/samples/generated_samples/snippet_metadata_container_v1.json index ec33bf31..8cde912c 100644 --- a/samples/generated_samples/snippet_metadata_container_v1.json +++ b/samples/generated_samples/snippet_metadata_container_v1.json @@ -70,31 +70,31 @@ "regionTag": "container_v1_generated_ClusterManager_CancelOperation_async", "segments": [ { - "end": 41, + "end": 48, "start": 27, "type": "FULL" }, { - "end": 41, + "end": 48, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 38, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 42, + "end": 49, "type": "RESPONSE_HANDLING" } ], @@ -159,31 +159,31 @@ "regionTag": "container_v1_generated_ClusterManager_CancelOperation_sync", "segments": [ { - "end": 41, + "end": 48, "start": 27, "type": "FULL" }, { - "end": 41, + "end": 48, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 38, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 42, + "end": 49, "type": "RESPONSE_HANDLING" } ], @@ -250,33 +250,33 @@ "regionTag": "container_v1_generated_ClusterManager_CompleteIPRotation_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -342,33 +342,33 @@ "regionTag": "container_v1_generated_ClusterManager_CompleteIPRotation_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -418,31 +418,31 @@ "regionTag": "container_v1_generated_ClusterManager_CompleteNodePoolUpgrade_async", "segments": [ { - "end": 41, + "end": 48, "start": 27, "type": "FULL" }, { - "end": 41, + "end": 48, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 38, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 42, + "end": 49, "type": "RESPONSE_HANDLING" } ], @@ -491,31 +491,31 @@ "regionTag": "container_v1_generated_ClusterManager_CompleteNodePoolUpgrade_sync", "segments": [ { - "end": 41, + "end": 48, "start": 27, "type": "FULL" }, { - "end": 41, + "end": 48, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 38, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 42, + "end": 49, "type": "RESPONSE_HANDLING" } ], @@ -582,33 +582,33 @@ "regionTag": "container_v1_generated_ClusterManager_CreateCluster_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -674,33 +674,33 @@ "regionTag": "container_v1_generated_ClusterManager_CreateCluster_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -771,33 +771,33 @@ "regionTag": "container_v1_generated_ClusterManager_CreateNodePool_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -867,33 +867,33 @@ "regionTag": "container_v1_generated_ClusterManager_CreateNodePool_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -960,33 +960,33 @@ "regionTag": "container_v1_generated_ClusterManager_DeleteCluster_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1052,33 +1052,33 @@ "regionTag": "container_v1_generated_ClusterManager_DeleteCluster_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1149,33 +1149,33 @@ "regionTag": "container_v1_generated_ClusterManager_DeleteNodePool_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1245,33 +1245,33 @@ "regionTag": "container_v1_generated_ClusterManager_DeleteNodePool_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1338,33 +1338,33 @@ "regionTag": "container_v1_generated_ClusterManager_GetCluster_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1430,33 +1430,33 @@ "regionTag": "container_v1_generated_ClusterManager_GetCluster_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1507,33 +1507,33 @@ "regionTag": "container_v1_generated_ClusterManager_GetJSONWebKeys_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1583,33 +1583,33 @@ "regionTag": "container_v1_generated_ClusterManager_GetJSONWebKeys_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1680,33 +1680,33 @@ "regionTag": "container_v1_generated_ClusterManager_GetNodePool_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1776,33 +1776,33 @@ "regionTag": "container_v1_generated_ClusterManager_GetNodePool_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1869,33 +1869,33 @@ "regionTag": "container_v1_generated_ClusterManager_GetOperation_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1961,33 +1961,33 @@ "regionTag": "container_v1_generated_ClusterManager_GetOperation_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2050,33 +2050,33 @@ "regionTag": "container_v1_generated_ClusterManager_GetServerConfig_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2138,33 +2138,33 @@ "regionTag": "container_v1_generated_ClusterManager_GetServerConfig_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2227,33 +2227,33 @@ "regionTag": "container_v1_generated_ClusterManager_ListClusters_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2315,33 +2315,33 @@ "regionTag": "container_v1_generated_ClusterManager_ListClusters_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2408,33 +2408,33 @@ "regionTag": "container_v1_generated_ClusterManager_ListNodePools_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2500,33 +2500,33 @@ "regionTag": "container_v1_generated_ClusterManager_ListNodePools_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2585,33 +2585,33 @@ "regionTag": "container_v1_generated_ClusterManager_ListOperations_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2669,33 +2669,33 @@ "regionTag": "container_v1_generated_ClusterManager_ListOperations_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2746,33 +2746,33 @@ "regionTag": "container_v1_generated_ClusterManager_ListUsableSubnetworks_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": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 41, + "end": 52, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2822,33 +2822,33 @@ "regionTag": "container_v1_generated_ClusterManager_ListUsableSubnetworks_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": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 45, - "start": 41, + "end": 52, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -2919,33 +2919,33 @@ "regionTag": "container_v1_generated_ClusterManager_RollbackNodePoolUpgrade_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -3015,33 +3015,33 @@ "regionTag": "container_v1_generated_ClusterManager_RollbackNodePoolUpgrade_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, - { - "end": 40, - "start": 38, + { + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -3112,33 +3112,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetAddonsConfig_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -3208,33 +3208,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetAddonsConfig_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -3285,33 +3285,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetLabels_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" } ], @@ -3361,33 +3361,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetLabels_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" } ], @@ -3458,33 +3458,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetLegacyAbac_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" } ], @@ -3554,33 +3554,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetLegacyAbac_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" } ], @@ -3651,33 +3651,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetLocations_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" } ], @@ -3747,33 +3747,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetLocations_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" } ], @@ -3844,33 +3844,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetLoggingService_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" } ], @@ -3940,33 +3940,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetLoggingService_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" } ], @@ -4037,33 +4037,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetMaintenancePolicy_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -4133,33 +4133,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetMaintenancePolicy_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -4210,33 +4210,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetMasterAuth_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" } ], @@ -4286,33 +4286,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetMasterAuth_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" } ], @@ -4383,33 +4383,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetMonitoringService_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" } ], @@ -4479,33 +4479,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetMonitoringService_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" } ], @@ -4576,33 +4576,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetNetworkPolicy_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -4672,33 +4672,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetNetworkPolicy_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -4749,33 +4749,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetNodePoolAutoscaling_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -4825,33 +4825,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetNodePoolAutoscaling_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -4902,33 +4902,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetNodePoolManagement_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -4978,33 +4978,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetNodePoolManagement_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -5055,33 +5055,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetNodePoolSize_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" } ], @@ -5131,33 +5131,33 @@ "regionTag": "container_v1_generated_ClusterManager_SetNodePoolSize_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" } ], @@ -5224,33 +5224,33 @@ "regionTag": "container_v1_generated_ClusterManager_StartIPRotation_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -5316,33 +5316,33 @@ "regionTag": "container_v1_generated_ClusterManager_StartIPRotation_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -5413,33 +5413,33 @@ "regionTag": "container_v1_generated_ClusterManager_UpdateCluster_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -5509,33 +5509,33 @@ "regionTag": "container_v1_generated_ClusterManager_UpdateCluster_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -5606,33 +5606,33 @@ "regionTag": "container_v1_generated_ClusterManager_UpdateMaster_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" } ], @@ -5702,33 +5702,33 @@ "regionTag": "container_v1_generated_ClusterManager_UpdateMaster_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" } ], @@ -5779,33 +5779,33 @@ "regionTag": "container_v1_generated_ClusterManager_UpdateNodePool_async", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -5855,33 +5855,33 @@ "regionTag": "container_v1_generated_ClusterManager_UpdateNodePool_sync", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], diff --git a/samples/generated_samples/snippet_metadata_container_v1beta1.json b/samples/generated_samples/snippet_metadata_container_v1beta1.json index 2045174a..ddfd12e0 100644 --- a/samples/generated_samples/snippet_metadata_container_v1beta1.json +++ b/samples/generated_samples/snippet_metadata_container_v1beta1.json @@ -66,31 +66,31 @@ "regionTag": "container_v1beta1_generated_ClusterManager_CancelOperation_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": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 41, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 45, + "end": 52, "type": "RESPONSE_HANDLING" } ], @@ -151,31 +151,31 @@ "regionTag": "container_v1beta1_generated_ClusterManager_CancelOperation_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": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 41, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 45, + "end": 52, "type": "RESPONSE_HANDLING" } ], @@ -238,33 +238,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_CompleteIPRotation_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -326,33 +326,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_CompleteIPRotation_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -402,31 +402,31 @@ "regionTag": "container_v1beta1_generated_ClusterManager_CompleteNodePoolUpgrade_async", "segments": [ { - "end": 41, + "end": 48, "start": 27, "type": "FULL" }, { - "end": 41, + "end": 48, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 38, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 42, + "end": 49, "type": "RESPONSE_HANDLING" } ], @@ -475,31 +475,31 @@ "regionTag": "container_v1beta1_generated_ClusterManager_CompleteNodePoolUpgrade_sync", "segments": [ { - "end": 41, + "end": 48, "start": 27, "type": "FULL" }, { - "end": 41, + "end": 48, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "start": 38, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 42, + "end": 49, "type": "RESPONSE_HANDLING" } ], @@ -562,33 +562,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_CreateCluster_async", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -650,33 +650,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_CreateCluster_sync", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -743,33 +743,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_CreateNodePool_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -835,33 +835,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_CreateNodePool_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -924,33 +924,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_DeleteCluster_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -1012,33 +1012,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_DeleteCluster_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -1105,33 +1105,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_DeleteNodePool_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -1197,33 +1197,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_DeleteNodePool_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -1286,33 +1286,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_GetCluster_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -1374,33 +1374,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_GetCluster_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -1451,33 +1451,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_GetJSONWebKeys_async", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1527,33 +1527,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_GetJSONWebKeys_sync", "segments": [ { - "end": 43, + "end": 50, "start": 27, "type": "FULL" }, { - "end": 43, + "end": 50, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 37, - "start": 34, + "end": 44, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 40, - "start": 38, + "end": 47, + "start": 45, "type": "REQUEST_EXECUTION" }, { - "end": 44, - "start": 41, + "end": 51, + "start": 48, "type": "RESPONSE_HANDLING" } ], @@ -1620,33 +1620,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_GetNodePool_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -1712,33 +1712,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_GetNodePool_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -1801,33 +1801,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_GetOperation_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -1889,33 +1889,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_GetOperation_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -1974,33 +1974,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_GetServerConfig_async", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -2058,33 +2058,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_GetServerConfig_sync", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -2143,33 +2143,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_ListClusters_async", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -2227,33 +2227,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_ListClusters_sync", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -2308,33 +2308,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_ListLocations_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" } ], @@ -2388,33 +2388,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_ListLocations_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" } ], @@ -2477,33 +2477,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_ListNodePools_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -2565,33 +2565,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_ListNodePools_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -2650,33 +2650,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_ListOperations_async", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -2734,33 +2734,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_ListOperations_sync", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 39, - "start": 34, + "end": 46, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 42, - "start": 40, + "end": 49, + "start": 47, "type": "REQUEST_EXECUTION" }, { - "end": 46, - "start": 43, + "end": 53, + "start": 50, "type": "RESPONSE_HANDLING" } ], @@ -2815,33 +2815,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_ListUsableSubnetworks_async", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "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": 46, - "start": 42, + "end": 53, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -2895,33 +2895,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_ListUsableSubnetworks_sync", "segments": [ { - "end": 45, + "end": 52, "start": 27, "type": "FULL" }, { - "end": 45, + "end": 52, "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": 46, - "start": 42, + "end": 53, + "start": 49, "type": "RESPONSE_HANDLING" } ], @@ -2988,33 +2988,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_RollbackNodePoolUpgrade_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -3080,33 +3080,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_RollbackNodePoolUpgrade_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -3173,33 +3173,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetAddonsConfig_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -3265,33 +3265,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetAddonsConfig_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -3362,33 +3362,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetLabels_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -3458,33 +3458,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetLabels_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -3551,33 +3551,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetLegacyAbac_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -3643,33 +3643,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetLegacyAbac_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -3736,33 +3736,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetLocations_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -3828,33 +3828,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetLocations_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -3921,33 +3921,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetLoggingService_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -4013,33 +4013,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetLoggingService_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -4106,33 +4106,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetMaintenancePolicy_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -4198,33 +4198,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetMaintenancePolicy_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -4275,33 +4275,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetMasterAuth_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -4351,33 +4351,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetMasterAuth_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -4444,33 +4444,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetMonitoringService_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -4536,33 +4536,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetMonitoringService_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -4629,33 +4629,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetNetworkPolicy_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -4721,33 +4721,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetNetworkPolicy_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -4798,33 +4798,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetNodePoolAutoscaling_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -4874,33 +4874,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetNodePoolAutoscaling_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -4971,33 +4971,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetNodePoolManagement_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -5067,33 +5067,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetNodePoolManagement_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -5144,33 +5144,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetNodePoolSize_async", "segments": [ { - "end": 48, + "end": 55, "start": 27, "type": "FULL" }, { - "end": 48, + "end": 55, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 42, - "start": 34, + "end": 49, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 45, - "start": 43, + "end": 52, + "start": 50, "type": "REQUEST_EXECUTION" }, { - "end": 49, - "start": 46, + "end": 56, + "start": 53, "type": "RESPONSE_HANDLING" } ], @@ -5220,33 +5220,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_SetNodePoolSize_sync", "segments": [ { - "end": 48, + "end": 55, "start": 27, "type": "FULL" }, { - "end": 48, + "end": 55, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 42, - "start": 34, + "end": 49, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 45, - "start": 43, + "end": 52, + "start": 50, "type": "REQUEST_EXECUTION" }, { - "end": 49, - "start": 46, + "end": 56, + "start": 53, "type": "RESPONSE_HANDLING" } ], @@ -5309,33 +5309,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_StartIPRotation_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -5397,33 +5397,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_StartIPRotation_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -5490,33 +5490,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_UpdateCluster_async", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -5582,33 +5582,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_UpdateCluster_sync", "segments": [ { - "end": 46, + "end": 53, "start": 27, "type": "FULL" }, { - "end": 46, + "end": 53, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 40, - "start": 34, + "end": 47, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 43, - "start": 41, + "end": 50, + "start": 48, "type": "REQUEST_EXECUTION" }, { - "end": 47, - "start": 44, + "end": 54, + "start": 51, "type": "RESPONSE_HANDLING" } ], @@ -5675,33 +5675,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_UpdateMaster_async", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -5767,33 +5767,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_UpdateMaster_sync", "segments": [ { - "end": 47, + "end": 54, "start": 27, "type": "FULL" }, { - "end": 47, + "end": 54, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 41, - "start": 34, + "end": 48, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 44, - "start": 42, + "end": 51, + "start": 49, "type": "REQUEST_EXECUTION" }, { - "end": 48, - "start": 45, + "end": 55, + "start": 52, "type": "RESPONSE_HANDLING" } ], @@ -5844,33 +5844,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_UpdateNodePool_async", "segments": [ { - "end": 49, + "end": 56, "start": 27, "type": "FULL" }, { - "end": 49, + "end": 56, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 43, - "start": 34, + "end": 50, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 46, - "start": 44, + "end": 53, + "start": 51, "type": "REQUEST_EXECUTION" }, { - "end": 50, - "start": 47, + "end": 57, + "start": 54, "type": "RESPONSE_HANDLING" } ], @@ -5920,33 +5920,33 @@ "regionTag": "container_v1beta1_generated_ClusterManager_UpdateNodePool_sync", "segments": [ { - "end": 49, + "end": 56, "start": 27, "type": "FULL" }, { - "end": 49, + "end": 56, "start": 27, "type": "SHORT" }, { - "end": 33, - "start": 31, + "end": 40, + "start": 38, "type": "CLIENT_INITIALIZATION" }, { - "end": 43, - "start": 34, + "end": 50, + "start": 41, "type": "REQUEST_INITIALIZATION" }, { - "end": 46, - "start": 44, + "end": 53, + "start": 51, "type": "REQUEST_EXECUTION" }, { - "end": 50, - "start": 47, + "end": 57, + "start": 54, "type": "RESPONSE_HANDLING" } ],