Class: Google::Cloud::Dlp::V2::ProcessingLocation::DocumentFallbackLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ProcessingLocation::DocumentFallbackLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Configure document processing to fall back to any of the following processing options if document processing is unavailable in the original request location.
Instance Attribute Summary collapse
-
#global_processing ⇒ ::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing
Processing occurs in the global region.
-
#multi_region_processing ⇒ ::Google::Cloud::Dlp::V2::ProcessingLocation::MultiRegionProcessing
Processing occurs in a multi-region that contains the current region if available.
Instance Attribute Details
#global_processing ⇒ ::Google::Cloud::Dlp::V2::ProcessingLocation::GlobalProcessing
Returns Processing occurs in the global region.
8130 8131 8132 8133 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 8130 class DocumentFallbackLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#multi_region_processing ⇒ ::Google::Cloud::Dlp::V2::ProcessingLocation::MultiRegionProcessing
Returns Processing occurs in a multi-region that contains the current region if available.
8130 8131 8132 8133 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 8130 class DocumentFallbackLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |