Class: Google::Cloud::Bigquery::DataPolicies::V1::GetDataPolicyRequest

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 GetDataPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



87
88
89
90
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1/datapolicy.rb', line 87

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