Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::StoredInfoTypeVersion (v0.12.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::StoredInfoTypeVersion.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#config

def config() -> ::Google::Cloud::Dlp::V2::StoredInfoTypeConfig
Returns

#config=

def config=(value) -> ::Google::Cloud::Dlp::V2::StoredInfoTypeConfig
Parameter
Returns

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#errors

def errors() -> ::Array<::Google::Cloud::Dlp::V2::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 Google 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.

#errors=

def errors=(value) -> ::Array<::Google::Cloud::Dlp::V2::Error>
Parameter
  • value (::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 Google 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 Google 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.

#state

def state() -> ::Google::Cloud::Dlp::V2::StoredInfoTypeState
Returns

#state=

def state=(value) -> ::Google::Cloud::Dlp::V2::StoredInfoTypeState
Parameter
Returns

#stats

def stats() -> ::Google::Cloud::Dlp::V2::StoredInfoTypeStats
Returns

#stats=

def stats=(value) -> ::Google::Cloud::Dlp::V2::StoredInfoTypeStats
Parameter
Returns