Skip to content

Commit

Permalink
feat: add Deidentify action
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 471923438

Source-Link: googleapis/googleapis@62995d0

Source-Link: googleapis/googleapis-gen@96ba173
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRGxwLlYyLy5Pd2xCb3QueWFtbCIsImgiOiI5NmJhMTczMWM3MTJhNjkzOTk1ZGU3NTM3ODk0ODc4MWFmMjgzNzM5In0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Sep 3, 2022
1 parent b632564 commit c74e772
Show file tree
Hide file tree
Showing 7 changed files with 11,384 additions and 6,896 deletions.

Large diffs are not rendered by default.

17,336 changes: 10,702 additions & 6,634 deletions apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/Dlp.g.cs

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/DlpGrpc.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ public abstract partial class DlpServiceBase
}

/// <summary>
/// Returns a list of the sensitive information types that the DLP API
/// Returns a list of the sensitive information types that DLP API
/// supports. See https://cloud.google.com/dlp/docs/infotypes-reference to
/// learn more.
/// </summary>
Expand All @@ -544,7 +544,7 @@ public abstract partial class DlpServiceBase
}

/// <summary>
/// Creates an InspectTemplate for re-using frequently used configuration
/// Creates an InspectTemplate for reusing frequently used configuration
/// for inspecting content, images, and storage.
/// See https://cloud.google.com/dlp/docs/creating-templates to learn more.
/// </summary>
Expand Down Expand Up @@ -610,7 +610,7 @@ public abstract partial class DlpServiceBase
}

/// <summary>
/// Creates a DeidentifyTemplate for re-using frequently used configuration
/// Creates a DeidentifyTemplate for reusing frequently used configuration
/// for de-identifying content, images, and storage.
/// See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
/// more.
Expand Down Expand Up @@ -821,7 +821,7 @@ public abstract partial class DlpServiceBase

/// <summary>
/// Deletes a long-running DlpJob. This method indicates that the client is
/// no longer interested in the DlpJob result. The job will be cancelled if
/// no longer interested in the DlpJob result. The job will be canceled if
/// possible.
/// See https://cloud.google.com/dlp/docs/inspecting-storage and
/// https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
Expand Down Expand Up @@ -1271,7 +1271,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return CallInvoker.AsyncUnaryCall(__Method_ReidentifyContent, null, options, request);
}
/// <summary>
/// Returns a list of the sensitive information types that the DLP API
/// Returns a list of the sensitive information types that DLP API
/// supports. See https://cloud.google.com/dlp/docs/infotypes-reference to
/// learn more.
/// </summary>
Expand All @@ -1286,7 +1286,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return ListInfoTypes(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
/// <summary>
/// Returns a list of the sensitive information types that the DLP API
/// Returns a list of the sensitive information types that DLP API
/// supports. See https://cloud.google.com/dlp/docs/infotypes-reference to
/// learn more.
/// </summary>
Expand All @@ -1299,7 +1299,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return CallInvoker.BlockingUnaryCall(__Method_ListInfoTypes, null, options, request);
}
/// <summary>
/// Returns a list of the sensitive information types that the DLP API
/// Returns a list of the sensitive information types that DLP API
/// supports. See https://cloud.google.com/dlp/docs/infotypes-reference to
/// learn more.
/// </summary>
Expand All @@ -1314,7 +1314,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return ListInfoTypesAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
/// <summary>
/// Returns a list of the sensitive information types that the DLP API
/// Returns a list of the sensitive information types that DLP API
/// supports. See https://cloud.google.com/dlp/docs/infotypes-reference to
/// learn more.
/// </summary>
Expand All @@ -1327,7 +1327,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return CallInvoker.AsyncUnaryCall(__Method_ListInfoTypes, null, options, request);
}
/// <summary>
/// Creates an InspectTemplate for re-using frequently used configuration
/// Creates an InspectTemplate for reusing frequently used configuration
/// for inspecting content, images, and storage.
/// See https://cloud.google.com/dlp/docs/creating-templates to learn more.
/// </summary>
Expand All @@ -1342,7 +1342,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return CreateInspectTemplate(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
/// <summary>
/// Creates an InspectTemplate for re-using frequently used configuration
/// Creates an InspectTemplate for reusing frequently used configuration
/// for inspecting content, images, and storage.
/// See https://cloud.google.com/dlp/docs/creating-templates to learn more.
/// </summary>
Expand All @@ -1355,7 +1355,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return CallInvoker.BlockingUnaryCall(__Method_CreateInspectTemplate, null, options, request);
}
/// <summary>
/// Creates an InspectTemplate for re-using frequently used configuration
/// Creates an InspectTemplate for reusing frequently used configuration
/// for inspecting content, images, and storage.
/// See https://cloud.google.com/dlp/docs/creating-templates to learn more.
/// </summary>
Expand All @@ -1370,7 +1370,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return CreateInspectTemplateAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
/// <summary>
/// Creates an InspectTemplate for re-using frequently used configuration
/// Creates an InspectTemplate for reusing frequently used configuration
/// for inspecting content, images, and storage.
/// See https://cloud.google.com/dlp/docs/creating-templates to learn more.
/// </summary>
Expand Down Expand Up @@ -1591,7 +1591,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return CallInvoker.AsyncUnaryCall(__Method_DeleteInspectTemplate, null, options, request);
}
/// <summary>
/// Creates a DeidentifyTemplate for re-using frequently used configuration
/// Creates a DeidentifyTemplate for reusing frequently used configuration
/// for de-identifying content, images, and storage.
/// See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
/// more.
Expand All @@ -1607,7 +1607,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return CreateDeidentifyTemplate(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
/// <summary>
/// Creates a DeidentifyTemplate for re-using frequently used configuration
/// Creates a DeidentifyTemplate for reusing frequently used configuration
/// for de-identifying content, images, and storage.
/// See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
/// more.
Expand All @@ -1621,7 +1621,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return CallInvoker.BlockingUnaryCall(__Method_CreateDeidentifyTemplate, null, options, request);
}
/// <summary>
/// Creates a DeidentifyTemplate for re-using frequently used configuration
/// Creates a DeidentifyTemplate for reusing frequently used configuration
/// for de-identifying content, images, and storage.
/// See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
/// more.
Expand All @@ -1637,7 +1637,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
return CreateDeidentifyTemplateAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
/// <summary>
/// Creates a DeidentifyTemplate for re-using frequently used configuration
/// Creates a DeidentifyTemplate for reusing frequently used configuration
/// for de-identifying content, images, and storage.
/// See https://cloud.google.com/dlp/docs/creating-templates-deid to learn
/// more.
Expand Down Expand Up @@ -2432,7 +2432,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
}
/// <summary>
/// Deletes a long-running DlpJob. This method indicates that the client is
/// no longer interested in the DlpJob result. The job will be cancelled if
/// no longer interested in the DlpJob result. The job will be canceled if
/// possible.
/// See https://cloud.google.com/dlp/docs/inspecting-storage and
/// https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
Expand All @@ -2449,7 +2449,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
}
/// <summary>
/// Deletes a long-running DlpJob. This method indicates that the client is
/// no longer interested in the DlpJob result. The job will be cancelled if
/// no longer interested in the DlpJob result. The job will be canceled if
/// possible.
/// See https://cloud.google.com/dlp/docs/inspecting-storage and
/// https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
Expand All @@ -2464,7 +2464,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
}
/// <summary>
/// Deletes a long-running DlpJob. This method indicates that the client is
/// no longer interested in the DlpJob result. The job will be cancelled if
/// no longer interested in the DlpJob result. The job will be canceled if
/// possible.
/// See https://cloud.google.com/dlp/docs/inspecting-storage and
/// https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
Expand All @@ -2481,7 +2481,7 @@ protected DlpServiceClient(ClientBaseConfiguration configuration) : base(configu
}
/// <summary>
/// Deletes a long-running DlpJob. This method indicates that the client is
/// no longer interested in the DlpJob result. The job will be cancelled if
/// no longer interested in the DlpJob result. The job will be canceled if
/// possible.
/// See https://cloud.google.com/dlp/docs/inspecting-storage and
/// https://cloud.google.com/dlp/docs/compute-risk-analysis to learn more.
Expand Down
Loading

0 comments on commit c74e772

Please sign in to comment.