Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API enum CloudStorageOptions.Types.SampleMethod.
How to sample bytes if not all bytes are scanned. Meaningful only when used
in conjunction with bytes_limit_per_file. If not specified, scanning would
start from the top.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This page provides documentation for the `SampleMethod` enum within the Google Cloud Data Loss Prevention v2 API."],["The `SampleMethod` enum defines how to sample bytes when not all bytes in a file are scanned, specifically when used with `bytes_limit_per_file`."],["The latest version documented is 4.16.0, and versions down to 2.15.0 are listed, each linking to specific documentation within the Google.Cloud.Dlp.V2 namespace."],["The `SampleMethod` enum includes three fields: `RandomStart`, which starts scanning at a random offset, `Top`, which scans from the beginning, and `Unspecified`, which represents no specified value."]]],[]]