Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateEnvironmentRequest.
Update environment request.
Generated from protobuf message google.cloud.dataplex.v1.UpdateEnvironmentRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ update_mask
Google\Protobuf\FieldMask
Required. Mask of fields to update.
↳ environment
Google\Cloud\Dataplex\V1\Environment
Required. Update description. Only fields specified in update_mask
are updated.
↳ validate_only
bool
Optional. Only validate the request, but do not perform mutations. The default is false.
getUpdateMask
Required. Mask of fields to update.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Google\Protobuf\FieldMask|null
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Mask of fields to update.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
var
Google\Protobuf\FieldMask
$this
getEnvironment
Required. Update description.
Only fields specified in update_mask
are updated.
Generated from protobuf field .google.cloud.dataplex.v1.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];
hasEnvironment
clearEnvironment
setEnvironment
Required. Update description.
Only fields specified in update_mask
are updated.
Generated from protobuf field .google.cloud.dataplex.v1.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];
$this
getValidateOnly
Optional. Only validate the request, but do not perform mutations.
The default is false.
Generated from protobuf field bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
bool
setValidateOnly
Optional. Only validate the request, but do not perform mutations.
The default is false.
Generated from protobuf field bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
var
bool
$this

