Google Anthos Multi Cloud V1 Client - Class UpdateAttachedClusterRequest (0.6.1)

Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class UpdateAttachedClusterRequest.

Request message for AttachedClusters.UpdateAttachedCluster method.

Generated from protobuf message google.cloud.gkemulticloud.v1.UpdateAttachedClusterRequest

Namespace

Google \ Cloud \ GkeMultiCloud \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ attached_cluster Google\Cloud\GkeMultiCloud\V1\AttachedCluster

Required. The AttachedCluster resource to update.

↳ validate_only bool

If set, only validate the request, but do not actually update the cluster.

↳ update_mask Google\Protobuf\FieldMask

Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AttachedCluster: * annotations. * authorization.admin_groups. * authorization.admin_users. * binary_authorization.evaluation_mode. * description. * logging_config.component_config.enable_components. * monitoring_config.managed_prometheus_config.enabled. * platform_version. * proxy_config.kubernetes_secret.name. * proxy_config.kubernetes_secret.namespace.

getAttachedCluster

Required. The AttachedCluster resource to update.

Returns
Type Description
Google\Cloud\GkeMultiCloud\V1\AttachedCluster|null

hasAttachedCluster

clearAttachedCluster

setAttachedCluster

Required. The AttachedCluster resource to update.

Parameter
Name Description
var Google\Cloud\GkeMultiCloud\V1\AttachedCluster
Returns
Type Description
$this

getValidateOnly

If set, only validate the request, but do not actually update the cluster.

Returns
Type Description
bool

setValidateOnly

If set, only validate the request, but do not actually update the cluster.

Parameter
Name Description
var bool
Returns
Type Description
$this

getUpdateMask

Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AttachedCluster:

  • annotations.
  • authorization.admin_groups.
    • authorization.admin_users.
    • binary_authorization.evaluation_mode.
    • description.
    • logging_config.component_config.enable_components.
    • monitoring_config.managed_prometheus_config.enabled.
    • platform_version.
    • proxy_config.kubernetes_secret.name.
    • proxy_config.kubernetes_secret.namespace.
Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AttachedCluster:

  • annotations.
  • authorization.admin_groups.
    • authorization.admin_users.
    • binary_authorization.evaluation_mode.
    • description.
    • logging_config.component_config.enable_components.
    • monitoring_config.managed_prometheus_config.enabled.
    • platform_version.
    • proxy_config.kubernetes_secret.name.
    • proxy_config.kubernetes_secret.namespace.
Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
attachedCluster Google\Cloud\GkeMultiCloud\V1\AttachedCluster

Required. The AttachedCluster resource to update.

updateMask Google\Protobuf\FieldMask

Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AttachedCluster:

  • annotations.
  • authorization.admin_groups.
  • authorization.admin_users.
  • binary_authorization.evaluation_mode.
  • description.
  • logging_config.component_config.enable_components.
  • monitoring_config.managed_prometheus_config.enabled.
  • platform_version.
  • proxy_config.kubernetes_secret.name.
  • proxy_config.kubernetes_secret.namespace.
Returns
Type Description
Google\Cloud\GkeMultiCloud\V1\UpdateAttachedClusterRequest