Class: Google::Cloud::Dlp::V2::ProfileStatus

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

Overview

Success or errors for the profile generation.

Instance Attribute Summary collapse

Instance Attribute Details

#status::Google::Rpc::Status

Returns Profiling status code and optional message. The status.code value is 0 (default value) for OK.

Returns:

  • (::Google::Rpc::Status)

    Profiling status code and optional message. The status.code value is 0 (default value) for OK.



5584
5585
5586
5587
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5584

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

#timestamp::Google::Protobuf::Timestamp

Returns Time when the profile generation status was updated.

Returns:



5584
5585
5586
5587
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5584

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