Class: Google::Cloud::Dlp::V2::StoredType

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

Overview

A reference to a StoredInfoType to use with scanning.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Timestamp indicating when the version of the StoredInfoType used for inspection was created. Output-only field, populated by the system.

Returns:

  • (::Google::Protobuf::Timestamp)

    Timestamp indicating when the version of the StoredInfoType used for inspection was created. Output-only field, populated by the system.



88
89
90
91
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 88

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

#name::String

Returns Resource name of the requested StoredInfoType, for example organizations/433245324/storedInfoTypes/432452342 or projects/project-id/storedInfoTypes/432452342.

Returns:

  • (::String)

    Resource name of the requested StoredInfoType, for example organizations/433245324/storedInfoTypes/432452342 or projects/project-id/storedInfoTypes/432452342.



88
89
90
91
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 88

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