Class: Google::Container::V1beta1::SetLabelsRequest
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::SetLabelsRequest
- Defined in:
- lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb
Overview
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
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
Deprecated.
-
#label_fingerprint ⇒ String
The fingerprint of the previous set of labels for this resource, used to detect conflicts.
-
#name ⇒ String
The name (project, location, cluster id) of the cluster to set labels.
-
#project_id ⇒ String
Deprecated.
-
#resource_labels ⇒ Hash{String => String}
The labels to set for that cluster.
-
#zone ⇒ String
Deprecated.
Instance Attribute Details
#cluster_id ⇒ String
1957 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1957 class SetLabelsRequest; end |
#label_fingerprint ⇒ String
1957 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1957 class SetLabelsRequest; end |
#name ⇒ String
1957 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1957 class SetLabelsRequest; end |
#project_id ⇒ String
1957 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1957 class SetLabelsRequest; end |
#resource_labels ⇒ Hash{String => String}
1957 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1957 class SetLabelsRequest; end |
#zone ⇒ String
1957 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1957 class SetLabelsRequest; end |