Class: Google::Cloud::Bigquery::DataPolicies::V1::UpdateDataPolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb

Overview

Response message for the UpdateDataPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#data_policy::Google::Cloud::Bigquery::DataPolicies::V1::DataPolicy

Returns Required. Update the data policy's metadata.

The target data policy is determined by the name field. Other fields are updated to the specified values based on the field masks.

Returns:



54
55
56
57
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb', line 54

class UpdateDataPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update.

Updates to the name and dataPolicyId fields are not allowed.

Returns:



54
55
56
57
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb', line 54

class UpdateDataPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end