Class: Google::Cloud::Bigquery::DataPolicies::V1beta1::DataPolicy

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

Overview

Represents the label-policy binding.

Defined Under Namespace

Modules: DataPolicyType

Instance Attribute Summary collapse

Instance Attribute Details

#data_masking_policy::Google::Cloud::Bigquery::DataPolicies::V1beta1::DataMaskingPolicy



131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1beta1/datapolicy.rb', line 131

class DataPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A list of supported data policy types.
  module DataPolicyType
    # Default value for the data policy type. This should not be used.
    DATA_POLICY_TYPE_UNSPECIFIED = 0

    # Used to create a data policy for column-level security, without data
    # masking.
    COLUMN_LEVEL_SECURITY_POLICY = 3

    # Used to create a data policy for data masking.
    DATA_MASKING_POLICY = 2
  end
end

#data_policy_id::String



131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1beta1/datapolicy.rb', line 131

class DataPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A list of supported data policy types.
  module DataPolicyType
    # Default value for the data policy type. This should not be used.
    DATA_POLICY_TYPE_UNSPECIFIED = 0

    # Used to create a data policy for column-level security, without data
    # masking.
    COLUMN_LEVEL_SECURITY_POLICY = 3

    # Used to create a data policy for data masking.
    DATA_MASKING_POLICY = 2
  end
end

#data_policy_type::Google::Cloud::Bigquery::DataPolicies::V1beta1::DataPolicy::DataPolicyType



131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1beta1/datapolicy.rb', line 131

class DataPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A list of supported data policy types.
  module DataPolicyType
    # Default value for the data policy type. This should not be used.
    DATA_POLICY_TYPE_UNSPECIFIED = 0

    # Used to create a data policy for column-level security, without data
    # masking.
    COLUMN_LEVEL_SECURITY_POLICY = 3

    # Used to create a data policy for data masking.
    DATA_MASKING_POLICY = 2
  end
end

#name::String (readonly)



131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1beta1/datapolicy.rb', line 131

class DataPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A list of supported data policy types.
  module DataPolicyType
    # Default value for the data policy type. This should not be used.
    DATA_POLICY_TYPE_UNSPECIFIED = 0

    # Used to create a data policy for column-level security, without data
    # masking.
    COLUMN_LEVEL_SECURITY_POLICY = 3

    # Used to create a data policy for data masking.
    DATA_MASKING_POLICY = 2
  end
end

#policy_tag::String



131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# File 'proto_docs/google/cloud/bigquery/datapolicies/v1beta1/datapolicy.rb', line 131

class DataPolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # A list of supported data policy types.
  module DataPolicyType
    # Default value for the data policy type. This should not be used.
    DATA_POLICY_TYPE_UNSPECIFIED = 0

    # Used to create a data policy for column-level security, without data
    # masking.
    COLUMN_LEVEL_SECURITY_POLICY = 3

    # Used to create a data policy for data masking.
    DATA_MASKING_POLICY = 2
  end
end