BigQuery Data Policy Service V1 API - Class Google::Cloud::Bigquery::DataPolicies::V1::UpdateDataPolicyRequest (v0.8.0)

Reference documentation and code samples for the BigQuery Data Policy Service V1 API class Google::Cloud::Bigquery::DataPolicies::V1::UpdateDataPolicyRequest.

Response message for the UpdateDataPolicy method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_policy

def data_policy() -> ::Google::Cloud::Bigquery::DataPolicies::V1::DataPolicy
Returns

#data_policy=

def data_policy=(value) -> ::Google::Cloud::Bigquery::DataPolicies::V1::DataPolicy
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — 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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — 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
  • (::Google::Protobuf::FieldMask) — 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.