Class: Google::Cloud::Bigquery::DataPolicies::V1::DeleteDataPolicyRequest

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

Request message for the DeleteDataPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the data policy to delete. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}.

Returns:

  • (::String)

    Required. Resource name of the data policy to delete. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}.



77
78
79
80
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb', line 77

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