Google Cloud Managed Identities V1 Client - Class UpdateDomainRequest (1.2.2)

Reference documentation and code samples for the Google Cloud Managed Identities V1 Client class UpdateDomainRequest.

Request message for UpdateDomain

Generated from protobuf message google.cloud.managedidentities.v1.UpdateDomainRequest

Namespace

Google \ Cloud \ ManagedIdentities \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ 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 may only include fields from Domain: * labels * locations * authorized_networks

↳ domain Google\Cloud\ManagedIdentities\V1\Domain

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

getUpdateMask

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

  • labels
  • locations
  • authorized_networks
Returns
TypeDescription
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 may only include fields from Domain:

  • labels
  • locations
  • authorized_networks
Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

getDomain

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

Returns
TypeDescription
Google\Cloud\ManagedIdentities\V1\Domain|null

hasDomain

clearDomain

setDomain

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

Parameter
NameDescription
var Google\Cloud\ManagedIdentities\V1\Domain
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
domain Google\Cloud\ManagedIdentities\V1\Domain

Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.

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 may only include fields from Domain:

  • labels
  • locations
  • authorized_networks
Returns
TypeDescription
Google\Cloud\ManagedIdentities\V1\UpdateDomainRequest