Reference documentation and code samples for the Google Cloud Container V1 Client class 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
Generated from protobuf message google.container.v1.SetLabelsRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
Deprecated. The Google Developers Console project ID or project number . This field has been deprecated and replaced by the name field.
↳ zone
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.
↳ cluster_id
string
Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.
↳ resource_labels
array|Google\Protobuf\Internal\MapField
Required. The labels to set for that cluster.
↳ label_fingerprint
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
string
The name (project, location, cluster name) of the cluster to set labels. Specified in the format projects/*/locations/*/clusters/*
.
getProjectId
Deprecated. The Google Developers Console project ID or project number .
This field has been deprecated and replaced by the name field.
Generated from protobuf field string project_id = 1 [deprecated = true];
string
setProjectId
Deprecated. The Google Developers Console project ID or project number .
This field has been deprecated and replaced by the name field.
Generated from protobuf field string project_id = 1 [deprecated = true];
var
string
$this
getZone
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.
Generated from protobuf field string zone = 2 [deprecated = true];
string
setZone
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.
Generated from protobuf field string zone = 2 [deprecated = true];
var
string
$this
getClusterId
Deprecated. The name of the cluster.
This field has been deprecated and replaced by the name field.
Generated from protobuf field string cluster_id = 3 [deprecated = true];
string
setClusterId
Deprecated. The name of the cluster.
This field has been deprecated and replaced by the name field.
Generated from protobuf field string cluster_id = 3 [deprecated = true];
var
string
$this
getResourceLabels
Required. The labels to set for that cluster.
Generated from protobuf field map<string, string> resource_labels = 4 [(.google.api.field_behavior) = REQUIRED];
Google\Protobuf\Internal\MapField
setResourceLabels
Required. The labels to set for that cluster.
Generated from protobuf field map<string, string> resource_labels = 4 [(.google.api.field_behavior) = REQUIRED];
var
array|Google\Protobuf\Internal\MapField
$this
getLabelFingerprint
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.
Generated from protobuf field string label_fingerprint = 5 [(.google.api.field_behavior) = REQUIRED];
string
setLabelFingerprint
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.
Generated from protobuf field string label_fingerprint = 5 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getName
The name (project, location, cluster name) of the cluster to set labels.
Specified in the format projects/*/locations/*/clusters/*
.
Generated from protobuf field string name = 7;
string
setName
The name (project, location, cluster name) of the cluster to set labels.
Specified in the format projects/*/locations/*/clusters/*
.
Generated from protobuf field string name = 7;
var
string
$this

