docs: fix several broken links in the docs.
PiperOrigin-RevId: 314606371
This commit is contained in:
parent
d5fe42c39c
commit
f72c3a53fe
|
|
@ -2423,16 +2423,16 @@ message CryptoReplaceFfxFpeConfig {
|
|||
// Unused.
|
||||
FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED = 0;
|
||||
|
||||
// [0-9] (radix of 10)
|
||||
// `[0-9]` (radix of 10)
|
||||
NUMERIC = 1;
|
||||
|
||||
// [0-9A-F] (radix of 16)
|
||||
// `[0-9A-F]` (radix of 16)
|
||||
HEXADECIMAL = 2;
|
||||
|
||||
// [0-9A-Z] (radix of 36)
|
||||
// `[0-9A-Z]` (radix of 36)
|
||||
UPPER_CASE_ALPHA_NUMERIC = 3;
|
||||
|
||||
// [0-9A-Za-z] (radix of 62)
|
||||
// `[0-9A-Za-z]` (radix of 62)
|
||||
ALPHA_NUMERIC = 4;
|
||||
}
|
||||
|
||||
|
|
@ -2491,7 +2491,7 @@ message CryptoReplaceFfxFpeConfig {
|
|||
//
|
||||
// This annotation identifies the surrogate when inspecting content using the
|
||||
// custom infoType
|
||||
// [`SurrogateType`](/dlp/docs/reference/rest/v2/InspectConfig#surrogatetype).
|
||||
// [`SurrogateType`](https://cloud.google.com/dlp/docs/reference/rest/v2/InspectConfig#surrogatetype).
|
||||
// This facilitates reversal of the surrogate when it occurs in free text.
|
||||
//
|
||||
// In order for inspection to work properly, the name of this infoType must
|
||||
|
|
@ -2982,7 +2982,7 @@ message Action {
|
|||
// Publish a message into given Pub/Sub topic when DlpJob has completed. The
|
||||
// message contains a single field, `DlpJobName`, which is equal to the
|
||||
// finished job's
|
||||
// [`DlpJob.name`](/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob).
|
||||
// [`DlpJob.name`](https://cloud.google.com/dlp/docs/reference/rest/v2/projects.dlpJobs#DlpJob).
|
||||
// Compatible with: Inspect, Risk
|
||||
message PublishToPubSub {
|
||||
// Cloud Pub/Sub topic to send notifications to. The topic must have given
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ message CustomInfoType {
|
|||
|
||||
// Message for detecting output from deidentification transformations
|
||||
// such as
|
||||
// [`CryptoReplaceFfxFpeConfig`](/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig).
|
||||
// [`CryptoReplaceFfxFpeConfig`](https://cloud.google.com/dlp/docs/reference/rest/v2/organizations.deidentifyTemplates#cryptoreplaceffxfpeconfig).
|
||||
// These types of transformations are
|
||||
// those that perform pseudonymization, thereby producing a "surrogate" as
|
||||
// output. This should be used in conjunction with a field on the
|
||||
|
|
|
|||
Loading…
Reference in New Issue