lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb in google-cloud-container-0.8.1 vs lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb in google-cloud-container-0.9.0

- old
+ new

@@ -1004,16 +1004,16 @@ end # CreateClusterRequest creates a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster # @return [Google::Container::V1::Cluster] @@ -1026,44 +1026,44 @@ class CreateClusterRequest; end # GetClusterRequest gets the settings of a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to retrieve. + # Deprecated. The name of the cluster to retrieve. # This field has been deprecated and replaced by the name field. # @!attribute [rw] name # @return [String] # The name (project, location, cluster) of the cluster to retrieve. # Specified in the format 'projects/*/locations/*/clusters/*'. class GetClusterRequest; end # UpdateClusterRequest updates the settings of a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to upgrade. + # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] update # @return [Google::Container::V1::ClusterUpdate] # Required. A description of the update. # @!attribute [rw] name @@ -1073,26 +1073,26 @@ class UpdateClusterRequest; end # UpdateNodePoolRequests update a node pool's image and/or version. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to upgrade. + # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] node_pool_id # @return [String] - # Required. Deprecated. The name of the node pool to upgrade. + # Deprecated. The name of the node pool to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] node_version # @return [String] # Required. The Kubernetes version to change the nodes to (typically an # upgrade). @@ -1116,26 +1116,26 @@ class UpdateNodePoolRequest; end # SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to upgrade. + # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] node_pool_id # @return [String] - # Required. Deprecated. The name of the node pool to upgrade. + # Deprecated. The name of the node pool to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] autoscaling # @return [Google::Container::V1::NodePoolAutoscaling] # Required. Autoscaling configuration for the node pool. # @!attribute [rw] name @@ -1146,22 +1146,22 @@ class SetNodePoolAutoscalingRequest; end # SetLoggingServiceRequest sets the logging service of a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to upgrade. + # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] logging_service # @return [String] # Required. The logging service the cluster should use to write metrics. # Currently available options: @@ -1175,22 +1175,22 @@ class SetLoggingServiceRequest; end # SetMonitoringServiceRequest sets the monitoring service of a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to upgrade. + # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] monitoring_service # @return [String] # Required. The monitoring service the cluster should use to write metrics. # Currently available options: @@ -1206,22 +1206,22 @@ class SetMonitoringServiceRequest; end # SetAddonsConfigRequest sets the addons associated with the cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to upgrade. + # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] addons_config # @return [Google::Container::V1::AddonsConfig] # Required. The desired configurations for the various addons available to run in the # cluster. @@ -1232,22 +1232,22 @@ class SetAddonsConfigRequest; end # SetLocationsRequest sets the locations of the cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to upgrade. + # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] locations # @return [Array<String>] # Required. The desired list of Google Compute Engine # [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes @@ -1263,22 +1263,22 @@ class SetLocationsRequest; end # UpdateMasterRequest updates the master of the cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to upgrade. + # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] master_version # @return [String] # Required. The Kubernetes version to change the master to. # @@ -1297,22 +1297,22 @@ class UpdateMasterRequest; end # SetMasterAuthRequest updates the admin password of a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to upgrade. + # Deprecated. The name of the cluster to upgrade. # This field has been deprecated and replaced by the name field. # @!attribute [rw] action # @return [Google::Container::V1::SetMasterAuthRequest::Action] # Required. The exact form of action to be taken on the master auth. # @!attribute [rw] update @@ -1343,38 +1343,38 @@ end # DeleteClusterRequest deletes a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to delete. + # Deprecated. The name of the cluster to delete. # This field has been deprecated and replaced by the name field. # @!attribute [rw] name # @return [String] # The name (project, location, cluster) of the cluster to delete. # Specified in the format 'projects/*/locations/*/clusters/*'. class DeleteClusterRequest; end # ListClustersRequest lists clusters. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] parent # @return [String] @@ -1395,38 +1395,38 @@ class ListClustersResponse; end # GetOperationRequest gets a single operation. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] operation_id # @return [String] - # Required. Deprecated. The server-assigned `name` of the operation. + # Deprecated. The server-assigned `name` of the operation. # This field has been deprecated and replaced by the name field. # @!attribute [rw] name # @return [String] # The name (project, location, operation id) of the operation to get. # Specified in the format 'projects/*/locations/*/operations/*'. class GetOperationRequest; end # ListOperationsRequest lists operations. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] parent # @return [String] # The parent (project and location) where the operations will be listed. @@ -1435,21 +1435,21 @@ class ListOperationsRequest; end # CancelOperationRequest cancels a single operation. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] operation_id # @return [String] - # Required. Deprecated. The server-assigned `name` of the operation. + # Deprecated. The server-assigned `name` of the operation. # This field has been deprecated and replaced by the name field. # @!attribute [rw] name # @return [String] # The name (project, location, operation id) of the operation to cancel. # Specified in the format 'projects/*/locations/*/operations/*'. @@ -1466,16 +1466,16 @@ class ListOperationsResponse; end # Gets the current Kubernetes Engine service configuration. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. # This field has been deprecated and replaced by the name field. # @!attribute [rw] name # @return [String] # The name (project and location) of the server config to get, @@ -1501,22 +1501,22 @@ class ServerConfig; end # CreateNodePoolRequest creates a node pool for a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster. + # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the parent field. # @!attribute [rw] node_pool # @return [Google::Container::V1::NodePool] # Required. The node pool to create. # @!attribute [rw] parent @@ -1527,26 +1527,26 @@ class CreateNodePoolRequest; end # DeleteNodePoolRequest deletes a node pool for a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster. + # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @!attribute [rw] node_pool_id # @return [String] - # Required. Deprecated. The name of the node pool to delete. + # Deprecated. The name of the node pool to delete. # This field has been deprecated and replaced by the name field. # @!attribute [rw] name # @return [String] # The name (project, location, cluster, node pool id) of the node pool to # delete. Specified in the format @@ -1554,48 +1554,48 @@ class DeleteNodePoolRequest; end # ListNodePoolsRequest lists the node pool(s) for a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster. + # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the parent field. # @!attribute [rw] parent # @return [String] # The parent (project, location, cluster id) where the node pools will be # listed. Specified in the format 'projects/*/locations/*/clusters/*'. class ListNodePoolsRequest; end # GetNodePoolRequest retrieves a node pool for a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster. + # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @!attribute [rw] node_pool_id # @return [String] - # Required. Deprecated. The name of the node pool. + # Deprecated. The name of the node pool. # This field has been deprecated and replaced by the name field. # @!attribute [rw] name # @return [String] # The name (project, location, cluster, node pool id) of the node pool to # get. Specified in the format @@ -1808,26 +1808,26 @@ # SetNodePoolManagementRequest sets the node management properties of a node # pool. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to update. + # Deprecated. The name of the cluster to update. # This field has been deprecated and replaced by the name field. # @!attribute [rw] node_pool_id # @return [String] - # Required. Deprecated. The name of the node pool to update. + # Deprecated. The name of the node pool to update. # This field has been deprecated and replaced by the name field. # @!attribute [rw] management # @return [Google::Container::V1::NodeManagement] # Required. NodeManagement configuration for the node pool. # @!attribute [rw] name @@ -1839,26 +1839,26 @@ # SetNodePoolSizeRequest sets the size a node # pool. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to update. + # Deprecated. The name of the cluster to update. # This field has been deprecated and replaced by the name field. # @!attribute [rw] node_pool_id # @return [String] - # Required. Deprecated. The name of the node pool to update. + # Deprecated. The name of the node pool to update. # This field has been deprecated and replaced by the name field. # @!attribute [rw] node_count # @return [Integer] # Required. The desired node count for the pool. # @!attribute [rw] name @@ -1871,26 +1871,26 @@ # RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed # NodePool upgrade. This will be an no-op if the last upgrade successfully # completed. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to rollback. + # Deprecated. The name of the cluster to rollback. # This field has been deprecated and replaced by the name field. # @!attribute [rw] node_pool_id # @return [String] - # Required. Deprecated. The name of the node pool to rollback. + # Deprecated. The name of the node pool to rollback. # This field has been deprecated and replaced by the name field. # @!attribute [rw] name # @return [String] # The name (project, location, cluster, node pool id) of the node poll to # rollback upgrade. @@ -1970,22 +1970,22 @@ # SetLabelsRequest sets the Google Cloud Platform labels on a Google Container # Engine cluster, which will in turn set them for Google Compute Engine # resources used by that cluster # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster. + # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @!attribute [rw] resource_labels # @return [Hash{String => String}] # Required. The labels to set for that cluster. # @!attribute [rw] label_fingerprint @@ -2004,22 +2004,22 @@ # SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for # a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster to update. + # Deprecated. The name of the cluster to update. # This field has been deprecated and replaced by the name field. # @!attribute [rw] enabled # @return [true, false] # Required. Whether ABAC authorization will be enabled in the cluster. # @!attribute [rw] name @@ -2030,22 +2030,22 @@ # StartIPRotationRequest creates a new IP for the cluster and then performs # a node upgrade on each node pool to point to the new IP. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster. + # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @!attribute [rw] name # @return [String] # The name (project, location, cluster id) of the cluster to start IP # rotation. Specified in the format 'projects/*/locations/*/clusters/*'. @@ -2055,22 +2055,22 @@ class StartIPRotationRequest; end # CompleteIPRotationRequest moves the cluster master back into single-IP mode. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster. + # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @!attribute [rw] name # @return [String] # The name (project, location, cluster id) of the cluster to complete IP # rotation. Specified in the format 'projects/*/locations/*/clusters/*'. @@ -2087,21 +2087,21 @@ class AcceleratorConfig; end # SetNetworkPolicyRequest enables/disables network policy for a cluster. # @!attribute [rw] project_id # @return [String] - # Required. Deprecated. The Google Developers Console [project ID or project + # 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. # @!attribute [rw] zone # @return [String] - # Required. Deprecated. The name of the Google Compute Engine + # Deprecated. The name of the Google Compute Engine # [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. # @!attribute [rw] cluster_id # @return [String] - # Required. Deprecated. The name of the cluster. + # Deprecated. The name of the cluster. # This field has been deprecated and replaced by the name field. # @!attribute [rw] network_policy # @return [Google::Container::V1::NetworkPolicy] # Required. Configuration options for the NetworkPolicy feature. # @!attribute [rw] name \ No newline at end of file