Class: Google::Cloud::Dlp::V2::StoredInfoTypeVersion

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Version of a StoredInfoType, including the configuration used to build it, create timestamp, and current state.

Instance Attribute Summary collapse

Instance Attribute Details

#config::Google::Cloud::Dlp::V2::StoredInfoTypeConfig

Returns StoredInfoType configuration.

Returns:



4880
4881
4882
4883
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4880

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

#create_time::Google::Protobuf::Timestamp

Returns Create timestamp of the version. Read-only, determined by the system when the version is created.

Returns:



4880
4881
4882
4883
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4880

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

#errors::Array<::Google::Cloud::Dlp::V2::Error>

Returns Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first.

For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid.

If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same config if it was not the source of the error.

Returns:

  • (::Array<::Google::Cloud::Dlp::V2::Error>)

    Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first.

    For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid.

    If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same config if it was not the source of the error.



4880
4881
4882
4883
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4880

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

#state::Google::Cloud::Dlp::V2::StoredInfoTypeState

Returns Stored info type version state. Read-only, updated by the system during dictionary creation.

Returns:



4880
4881
4882
4883
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4880

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

#stats::Google::Cloud::Dlp::V2::StoredInfoTypeStats

Returns Statistics about this storedInfoType version.

Returns:



4880
4881
4882
4883
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4880

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