Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::SetLabelsRequest.
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
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_id
def cluster_id() -> ::String
Returns
- (::String) — Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
#cluster_id=
def cluster_id=(value) -> ::String
Parameter
- value (::String) — Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
Returns
- (::String) — Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
#label_fingerprint
def label_fingerprint() -> ::String
Returns
-
(::String) — Required. The fingerprint of the previous set of labels for this resource,
used to detect conflicts. The fingerprint is initially generated by
Kubernetes Engine and changes after every request to modify or update
labels. You must always provide an up-to-date fingerprint hash when
updating or changing labels. Make a
get()
request to the resource to get the latest fingerprint.
#label_fingerprint=
def label_fingerprint=(value) -> ::String
Parameter
-
value (::String) — Required. The fingerprint of the previous set of labels for this resource,
used to detect conflicts. The fingerprint is initially generated by
Kubernetes Engine and changes after every request to modify or update
labels. You must always provide an up-to-date fingerprint hash when
updating or changing labels. Make a
get()
request to the resource to get the latest fingerprint.
Returns
-
(::String) — Required. The fingerprint of the previous set of labels for this resource,
used to detect conflicts. The fingerprint is initially generated by
Kubernetes Engine and changes after every request to modify or update
labels. You must always provide an up-to-date fingerprint hash when
updating or changing labels. Make a
get()
request to the resource to get the latest fingerprint.
#name
def name() -> ::String
Returns
-
(::String) — The name (project, location, cluster name) of the cluster to set labels.
Specified in the format
projects/*/locations/*/clusters/*
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The name (project, location, cluster name) of the cluster to set labels.
Specified in the format
projects/*/locations/*/clusters/*
.
Returns
-
(::String) — The name (project, location, cluster name) of the cluster to set labels.
Specified in the format
projects/*/locations/*/clusters/*
.
#project_id
def project_id() -> ::String
Returns
- (::String) — Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
Returns
- (::String) — Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
#resource_labels
def resource_labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Required. The labels to set for that cluster.
#resource_labels=
def resource_labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Required. The labels to set for that cluster.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Required. The labels to set for that cluster.
#zone
def zone() -> ::String
Returns
- (::String) — Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
#zone=
def zone=(value) -> ::String
Parameter
- value (::String) — Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
Returns
- (::String) — Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.