Class: Google::Cloud::Dlp::V2::HybridInspectJobTriggerRequest

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

Overview

Request to search for potentially sensitive info in a custom location.

Instance Attribute Summary collapse

Instance Attribute Details

#hybrid_item::Google::Cloud::Dlp::V2::HybridContentItem

Returns The item to inspect.

Returns:



5055
5056
5057
5058
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5055

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

#name::String

Returns Required. Resource name of the trigger to execute a hybrid inspect on, for example projects/dlp-test-project/jobTriggers/53234423.

Returns:

  • (::String)

    Required. Resource name of the trigger to execute a hybrid inspect on, for example projects/dlp-test-project/jobTriggers/53234423.



5055
5056
5057
5058
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5055

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