generated/google/apis/container_v1/service.rb in google-api-client-0.38.0 vs generated/google/apis/container_v1/service.rb in google-api-client-0.39.0

- old
+ new

@@ -49,11 +49,11 @@ end # Lists subnetworks that are usable for creating clusters in a project. # @param [String] parent # The parent project where subnetworks are usable. - # Specified in the format 'projects/*'. + # Specified in the format `projects/*`. # @param [String] filter # Filtering currently only supports equality on the networkProjectId and must # be in the form: "networkProjectId=[PROJECTID]", where `networkProjectId` # is the project which owns the listed subnetworks. This defaults to the # parent project ID. @@ -96,19 +96,20 @@ end # Returns configuration info about the Google Kubernetes Engine service. # @param [String] name # The name (project and location) of the server config to get, - # specified in the format 'projects/*/locations/*'. + # specified in the format `projects/*/locations/*`. # @param [String] project_id # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) to return operations for. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) to return + # operations for. This field has been deprecated and replaced by the name + # field. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -137,11 +138,11 @@ end # Completes master IP rotation. # @param [String] name # The name (project, location, cluster id) of the cluster to complete IP - # rotation. Specified in the format 'projects/*/locations/*/clusters/*'. + # rotation. Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::CompleteIpRotationRequest] complete_ip_rotation_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -171,20 +172,22 @@ end # Creates a cluster, consisting of the specified number and type of Google # Compute Engine instances. # By default, the cluster is created in the project's - # [default network](/compute/docs/networks-and-firewalls#networks). + # [default + # network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) + # . # One firewall is added for the cluster. After cluster creation, # the Kubelet creates routes for each node to allow the containers # on that node to communicate with all other instances in the # cluster. # Finally, an entry is added to the project's global metadata indicating # which CIDR range the cluster is using. # @param [String] parent # The parent (project and location) where the cluster will be created. - # Specified in the format 'projects/*/locations/*'. + # Specified in the format `projects/*/locations/*`. # @param [Google::Apis::ContainerV1::CreateClusterRequest] create_cluster_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -220,23 +223,23 @@ # Other Google Compute Engine resources that might be in use by the cluster, # such as load balancer resources, are not deleted if they weren't present # when the cluster was initially created. # @param [String] name # The name (project, location, cluster) of the cluster to delete. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [String] cluster_id # Deprecated. The name of the cluster to delete. # This field has been deprecated and replaced by the name field. # @param [String] project_id # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -266,23 +269,23 @@ end # Gets the details of a specific cluster. # @param [String] name # The name (project, location, cluster) of the cluster to retrieve. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [String] cluster_id # Deprecated. The name of the cluster to retrieve. # This field has been deprecated and replaced by the name field. # @param [String] project_id # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -315,11 +318,11 @@ # JSON Web Key format. # This API is not yet intended for general use, and is not available for all # clusters. # @param [String] parent # The cluster (project, location, cluster id) to get keys for. Specified in - # the format 'projects/*/locations/*/clusters/*'. + # the format `projects/*/locations/*/clusters/*`. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -347,21 +350,21 @@ # Lists all clusters owned by a project in either the specified zone or all # zones. # @param [String] parent # The parent (project and location) where the clusters will be listed. - # Specified in the format 'projects/*/locations/*'. + # Specified in the format `projects/*/locations/*`. # Location "-" matches all zones and all regions. # @param [String] project_id # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the parent field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides, or "-" for all zones. - # This field has been deprecated and replaced by the parent field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides, or "-" for all zones. This field has been deprecated and + # replaced by the parent field. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -390,11 +393,11 @@ end # Sets the addons for a specific cluster. # @param [String] name # The name (project, location, cluster) of the cluster to set addons. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::SetAddonsConfigRequest] set_addons_config_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -424,11 +427,11 @@ end # Enables or disables the ABAC authorization mechanism on a cluster. # @param [String] name # The name (project, location, cluster id) of the cluster to set legacy abac. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::SetLegacyAbacRequest] set_legacy_abac_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -457,16 +460,16 @@ execute_or_queue_command(command, &block) end # Sets the locations for a specific cluster. # Deprecated. Use - # [projects.locations.clusters.update](/kubernetes-engine/docs/reference/rest/v1/ - # projects.locations.clusters/update) + # [projects.locations.clusters.update](https://cloud.google.com/kubernetes- + # engine/docs/reference/rest/v1/projects.locations.clusters/update) # instead. # @param [String] name # The name (project, location, cluster) of the cluster to set locations. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::SetLocationsRequest] set_locations_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -496,11 +499,11 @@ end # Sets the logging service for a specific cluster. # @param [String] name # The name (project, location, cluster) of the cluster to set logging. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::SetLoggingServiceRequest] set_logging_service_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -531,11 +534,11 @@ # Sets the maintenance policy for a cluster. # @param [String] name # The name (project, location, cluster id) of the cluster to set maintenance # policy. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::SetMaintenancePolicyRequest] set_maintenance_policy_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -567,11 +570,11 @@ # Sets master auth materials. Currently supports changing the admin password # or a specific cluster, either via password generation or explicitly setting # the password. # @param [String] name # The name (project, location, cluster) of the cluster to set auth. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::SetMasterAuthRequest] set_master_auth_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -601,11 +604,11 @@ end # Sets the monitoring service for a specific cluster. # @param [String] name # The name (project, location, cluster) of the cluster to set monitoring. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::SetMonitoringServiceRequest] set_monitoring_service_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -635,11 +638,11 @@ end # Enables or disables Network Policy for a cluster. # @param [String] name # The name (project, location, cluster id) of the cluster to set networking - # policy. Specified in the format 'projects/*/locations/*/clusters/*'. + # policy. Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::SetNetworkPolicyRequest] set_network_policy_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -669,11 +672,11 @@ end # Sets labels on a cluster. # @param [String] name # The name (project, location, cluster id) of the cluster to set labels. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::SetLabelsRequest] set_labels_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -703,11 +706,11 @@ end # Starts master IP rotation. # @param [String] name # The name (project, location, cluster id) of the cluster to start IP - # rotation. Specified in the format 'projects/*/locations/*/clusters/*'. + # rotation. Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::StartIpRotationRequest] start_ip_rotation_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -737,11 +740,11 @@ end # Updates the settings of a specific cluster. # @param [String] name # The name (project, location, cluster) of the cluster to update. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::UpdateClusterRequest] update_cluster_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -771,11 +774,11 @@ end # Updates the master for a specific cluster. # @param [String] name # The name (project, location, cluster) of the cluster to update. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::UpdateMasterRequest] update_master_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -806,11 +809,11 @@ # Creates a node pool for a cluster. # @param [String] parent # The parent (project, location, cluster id) where the node pool will be # created. Specified in the format - # 'projects/*/locations/*/clusters/*'. + # `projects/*/locations/*/clusters/*`. # @param [Google::Apis::ContainerV1::CreateNodePoolRequest] create_node_pool_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -841,11 +844,11 @@ # Deletes a node pool from a cluster. # @param [String] name # The name (project, location, cluster, node pool id) of the node pool to # delete. Specified in the format - # 'projects/*/locations/*/clusters/*/nodePools/*'. + # `projects/*/locations/*/clusters/*/nodePools/*`. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @param [String] node_pool_id # Deprecated. The name of the node pool to delete. @@ -854,13 +857,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -892,11 +895,11 @@ # Retrieves the requested node pool. # @param [String] name # The name (project, location, cluster, node pool id) of the node pool to # get. Specified in the format - # 'projects/*/locations/*/clusters/*/nodePools/*'. + # `projects/*/locations/*/clusters/*/nodePools/*`. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @param [String] node_pool_id # Deprecated. The name of the node pool. @@ -905,13 +908,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -942,23 +945,23 @@ end # Lists the node pools for a cluster. # @param [String] parent # The parent (project, location, cluster id) where the node pools will be - # listed. Specified in the format 'projects/*/locations/*/clusters/*'. + # listed. Specified in the format `projects/*/locations/*/clusters/*`. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the parent field. # @param [String] project_id # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the parent field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the parent field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the parent + # field. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -990,11 +993,11 @@ # Rolls back a previously Aborted or Failed NodePool upgrade. # This makes no changes if the last upgrade successfully completed. # @param [String] name # The name (project, location, cluster, node pool id) of the node poll to # rollback upgrade. - # Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'. + # Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`. # @param [Google::Apis::ContainerV1::RollbackNodePoolUpgradeRequest] rollback_node_pool_upgrade_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1025,11 +1028,11 @@ # Sets the autoscaling settings for the specified node pool. # @param [String] name # The name (project, location, cluster, node pool) of the node pool to set # autoscaler settings. Specified in the format - # 'projects/*/locations/*/clusters/*/nodePools/*'. + # `projects/*/locations/*/clusters/*/nodePools/*`. # @param [Google::Apis::ContainerV1::SetNodePoolAutoscalingRequest] set_node_pool_autoscaling_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1060,11 +1063,11 @@ # Sets the NodeManagement options for a node pool. # @param [String] name # The name (project, location, cluster, node pool id) of the node pool to set # management properties. Specified in the format - # 'projects/*/locations/*/clusters/*/nodePools/*'. + # `projects/*/locations/*/clusters/*/nodePools/*`. # @param [Google::Apis::ContainerV1::SetNodePoolManagementRequest] set_node_pool_management_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1095,11 +1098,11 @@ # Sets the size for a specific node pool. # @param [String] name # The name (project, location, cluster, node pool id) of the node pool to set # size. - # Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'. + # Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`. # @param [Google::Apis::ContainerV1::SetNodePoolSizeRequest] set_node_pool_size_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1130,11 +1133,11 @@ # Updates the version and/or image type for the specified node pool. # @param [String] name # The name (project, location, cluster, node pool) of the node pool to # update. Specified in the format - # 'projects/*/locations/*/clusters/*/nodePools/*'. + # `projects/*/locations/*/clusters/*/nodePools/*`. # @param [Google::Apis::ContainerV1::UpdateNodePoolRequest] update_node_pool_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1170,11 +1173,11 @@ # for details. # This API is not yet intended for general use, and is not available for all # clusters. # @param [String] parent # The cluster (project, location, cluster id) to get the discovery document - # for. Specified in the format 'projects/*/locations/*/clusters/*'. + # for. Specified in the format `projects/*/locations/*/clusters/*`. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1201,11 +1204,11 @@ end # Cancels the specified operation. # @param [String] name # The name (project, location, operation id) of the operation to cancel. - # Specified in the format 'projects/*/locations/*/operations/*'. + # Specified in the format `projects/*/locations/*/operations/*`. # @param [Google::Apis::ContainerV1::CancelOperationRequest] cancel_operation_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1235,23 +1238,23 @@ end # Gets the specified operation. # @param [String] name # The name (project, location, operation id) of the operation to get. - # Specified in the format 'projects/*/locations/*/operations/*'. + # Specified in the format `projects/*/locations/*/operations/*`. # @param [String] operation_id # Deprecated. The server-assigned `name` of the operation. # This field has been deprecated and replaced by the name field. # @param [String] project_id # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1281,20 +1284,21 @@ end # Lists all operations in a project in a specific zone or all zones. # @param [String] parent # The parent (project and location) where the operations will be listed. - # Specified in the format 'projects/*/locations/*'. + # Specified in the format `projects/*/locations/*`. # Location "-" matches all zones and all regions. # @param [String] project_id # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the parent field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) to return operations for, or `-` for - # all zones. This field has been deprecated and replaced by the parent field. + # [zone](https://cloud.google.com/compute/docs/zones#available) to return + # operations for, or `-` for all zones. This field has been deprecated and + # replaced by the parent field. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1327,15 +1331,16 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) to return operations for. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) to return + # operations for. This field has been deprecated and replaced by the name + # field. # @param [String] name # The name (project and location) of the server config to get, - # specified in the format 'projects/*/locations/*'. + # specified in the format `projects/*/locations/*`. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1368,13 +1373,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::SetAddonsConfigRequest] set_addons_config_request_object # @param [String] fields @@ -1413,13 +1418,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::CompleteIpRotationRequest] complete_ip_rotation_request_object # @param [String] fields @@ -1454,11 +1459,13 @@ end # Creates a cluster, consisting of the specified number and type of Google # Compute Engine instances. # By default, the cluster is created in the project's - # [default network](/compute/docs/networks-and-firewalls#networks). + # [default + # network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) + # . # One firewall is added for the cluster. After cluster creation, # the Kubelet creates routes for each node to allow the containers # on that node to communicate with all other instances in the # cluster. # Finally, an entry is added to the project's global metadata indicating @@ -1467,13 +1474,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the parent field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the parent field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the parent + # field. # @param [Google::Apis::ContainerV1::CreateClusterRequest] create_cluster_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1514,19 +1521,19 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to delete. # This field has been deprecated and replaced by the name field. # @param [String] name # The name (project, location, cluster) of the cluster to delete. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1560,19 +1567,19 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to retrieve. # This field has been deprecated and replaced by the name field. # @param [String] name # The name (project, location, cluster) of the cluster to retrieve. - # Specified in the format 'projects/*/locations/*/clusters/*'. + # Specified in the format `projects/*/locations/*/clusters/*`. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1606,13 +1613,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to update. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::SetLegacyAbacRequest] set_legacy_abac_request_object # @param [String] fields @@ -1652,16 +1659,16 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the parent field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides, or "-" for all zones. - # This field has been deprecated and replaced by the parent field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides, or "-" for all zones. This field has been deprecated and + # replaced by the parent field. # @param [String] parent # The parent (project and location) where the clusters will be listed. - # Specified in the format 'projects/*/locations/*'. + # Specified in the format `projects/*/locations/*`. # Location "-" matches all zones and all regions. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1690,22 +1697,22 @@ execute_or_queue_command(command, &block) end # Sets the locations for a specific cluster. # Deprecated. Use - # [projects.locations.clusters.update](/kubernetes-engine/docs/reference/rest/v1/ - # projects.locations.clusters/update) + # [projects.locations.clusters.update](https://cloud.google.com/kubernetes- + # engine/docs/reference/rest/v1/projects.locations.clusters/update) # instead. # @param [String] project_id # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::SetLocationsRequest] set_locations_request_object # @param [String] fields @@ -1744,13 +1751,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::SetLoggingServiceRequest] set_logging_service_request_object # @param [String] fields @@ -1789,13 +1796,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::UpdateMasterRequest] update_master_request_object # @param [String] fields @@ -1834,13 +1841,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::SetMonitoringServiceRequest] set_monitoring_service_request_object # @param [String] fields @@ -1879,13 +1886,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::SetLabelsRequest] set_labels_request_object # @param [String] fields @@ -1923,12 +1930,12 @@ # @param [String] project_id # Required. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # @param [String] zone # Required. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. # @param [String] cluster_id # Required. The name of the cluster to update. # @param [Google::Apis::ContainerV1::SetMaintenancePolicyRequest] set_maintenance_policy_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -1968,13 +1975,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::SetMasterAuthRequest] set_master_auth_request_object # @param [String] fields @@ -2013,13 +2020,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::SetNetworkPolicyRequest] set_network_policy_request_object # @param [String] fields @@ -2058,13 +2065,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::StartIpRotationRequest] start_ip_rotation_request_object # @param [String] fields @@ -2103,13 +2110,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::UpdateClusterRequest] update_cluster_request_object # @param [String] fields @@ -2148,13 +2155,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @param [String] node_pool_id # Deprecated. The name of the node pool to upgrade. @@ -2197,13 +2204,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the parent field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the parent field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the parent + # field. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the parent field. # @param [Google::Apis::ContainerV1::CreateNodePoolRequest] create_node_pool_request_object # @param [String] fields @@ -2242,23 +2249,23 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @param [String] node_pool_id # Deprecated. The name of the node pool to delete. # This field has been deprecated and replaced by the name field. # @param [String] name # The name (project, location, cluster, node pool id) of the node pool to # delete. Specified in the format - # 'projects/*/locations/*/clusters/*/nodePools/*'. + # `projects/*/locations/*/clusters/*/nodePools/*`. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -2293,23 +2300,23 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @param [String] node_pool_id # Deprecated. The name of the node pool. # This field has been deprecated and replaced by the name field. # @param [String] name # The name (project, location, cluster, node pool id) of the node pool to # get. Specified in the format - # 'projects/*/locations/*/clusters/*/nodePools/*'. + # `projects/*/locations/*/clusters/*/nodePools/*`. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -2344,19 +2351,19 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://developers.google.com/console/help/new/#projectnumber). # This field has been deprecated and replaced by the parent field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the parent field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the parent + # field. # @param [String] cluster_id # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the parent field. # @param [String] parent # The parent (project, location, cluster id) where the node pools will be - # listed. Specified in the format 'projects/*/locations/*/clusters/*'. + # listed. Specified in the format `projects/*/locations/*/clusters/*`. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -2391,13 +2398,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to rollback. # This field has been deprecated and replaced by the name field. # @param [String] node_pool_id # Deprecated. The name of the node pool to rollback. @@ -2440,13 +2447,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to update. # This field has been deprecated and replaced by the name field. # @param [String] node_pool_id # Deprecated. The name of the node pool to update. @@ -2489,13 +2496,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to update. # This field has been deprecated and replaced by the name field. # @param [String] node_pool_id # Deprecated. The name of the node pool to update. @@ -2538,13 +2545,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] cluster_id # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @param [String] node_pool_id # Deprecated. The name of the node pool to upgrade. @@ -2587,12 +2594,13 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the operation resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # operation resides. This field has been deprecated and replaced by the name + # field. # @param [String] operation_id # Deprecated. The server-assigned `name` of the operation. # This field has been deprecated and replaced by the name field. # @param [Google::Apis::ContainerV1::CancelOperationRequest] cancel_operation_request_object # @param [String] fields @@ -2631,19 +2639,19 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the name field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) in which the cluster - # resides. - # This field has been deprecated and replaced by the name field. + # [zone](https://cloud.google.com/compute/docs/zones#available) in which the + # cluster resides. This field has been deprecated and replaced by the name + # field. # @param [String] operation_id # Deprecated. The server-assigned `name` of the operation. # This field has been deprecated and replaced by the name field. # @param [String] name # The name (project, location, operation id) of the operation to get. - # Specified in the format 'projects/*/locations/*/operations/*'. + # Specified in the format `projects/*/locations/*/operations/*`. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -2677,14 +2685,15 @@ # Deprecated. The Google Developers Console [project ID or project # number](https://support.google.com/cloud/answer/6158840). # This field has been deprecated and replaced by the parent field. # @param [String] zone # Deprecated. The name of the Google Compute Engine - # [zone](/compute/docs/zones#available) to return operations for, or `-` for - # all zones. This field has been deprecated and replaced by the parent field. + # [zone](https://cloud.google.com/compute/docs/zones#available) to return + # operations for, or `-` for all zones. This field has been deprecated and + # replaced by the parent field. # @param [String] parent # The parent (project and location) where the operations will be listed. - # Specified in the format 'projects/*/locations/*'. + # Specified in the format `projects/*/locations/*`. # Location "-" matches all zones and all regions. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any