Skip to content
This repository was archived by the owner on Dec 10, 2023. It is now read-only.

Commit d8a3639

Browse files
docs: Minor formatting (#520)
* docs: Minor formatting chore: Update gapic-generator-python to v1.11.5 build: Update rules_python to 0.24.0 PiperOrigin-RevId: 563436317 Source-Link: googleapis/googleapis@42fd37b Source-Link: https://github.com/googleapis/googleapis-gen/commit/280264ca02fb9316b4237a96d0af1a2343a81a56 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4cd8ef6 commit d8a3639

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

google/cloud/dlp_v2/services/dlp_service/async_client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class DlpServiceAsyncClient:
6363
The service also includes methods for sensitive data redaction
6464
and scheduling of data scans on Google Cloud Platform based data
6565
sets.
66+
6667
To learn more about concepts and find how-to guides see
6768
https://cloud.google.com/dlp/docs/.
6869
"""
@@ -251,10 +252,12 @@ async def inspect_content(
251252
r"""Finds potentially sensitive info in content.
252253
This method has limits on input size, processing time,
253254
and output size.
255+
254256
When no InfoTypes or CustomInfoTypes are specified in
255257
this request, the system will automatically choose what
256258
detectors to run. By default this may be all types, but
257259
may change over time as detectors are updated.
260+
258261
For how to guides, see
259262
https://cloud.google.com/dlp/docs/inspecting-images and
260263
https://cloud.google.com/dlp/docs/inspecting-text,
@@ -2582,6 +2585,7 @@ async def sample_list_job_triggers():
25822585
Returns:
25832586
google.cloud.dlp_v2.services.dlp_service.pagers.ListJobTriggersAsyncPager:
25842587
Response message for ListJobTriggers.
2588+
25852589
Iterating over this object will yield
25862590
results and resolve additional pages
25872591
automatically.
@@ -2849,6 +2853,7 @@ async def create_dlp_job(
28492853
https://cloud.google.com/dlp/docs/inspecting-storage and
28502854
https://cloud.google.com/dlp/docs/compute-risk-analysis
28512855
to learn more.
2856+
28522857
When no InfoTypes or CustomInfoTypes are specified in
28532858
inspect jobs, the system will automatically choose what
28542859
detectors to run. By default this may be all types, but

google/cloud/dlp_v2/services/dlp_service/client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class DlpServiceClient(metaclass=DlpServiceClientMeta):
103103
The service also includes methods for sensitive data redaction
104104
and scheduling of data scans on Google Cloud Platform based data
105105
sets.
106+
106107
To learn more about concepts and find how-to guides see
107108
https://cloud.google.com/dlp/docs/.
108109
"""
@@ -579,10 +580,12 @@ def inspect_content(
579580
r"""Finds potentially sensitive info in content.
580581
This method has limits on input size, processing time,
581582
and output size.
583+
582584
When no InfoTypes or CustomInfoTypes are specified in
583585
this request, the system will automatically choose what
584586
detectors to run. By default this may be all types, but
585587
may change over time as detectors are updated.
588+
586589
For how to guides, see
587590
https://cloud.google.com/dlp/docs/inspecting-images and
588591
https://cloud.google.com/dlp/docs/inspecting-text,
@@ -2804,6 +2807,7 @@ def sample_list_job_triggers():
28042807
Returns:
28052808
google.cloud.dlp_v2.services.dlp_service.pagers.ListJobTriggersPager:
28062809
Response message for ListJobTriggers.
2810+
28072811
Iterating over this object will yield
28082812
results and resolve additional pages
28092813
automatically.
@@ -3052,6 +3056,7 @@ def create_dlp_job(
30523056
https://cloud.google.com/dlp/docs/inspecting-storage and
30533057
https://cloud.google.com/dlp/docs/compute-risk-analysis
30543058
to learn more.
3059+
30553060
When no InfoTypes or CustomInfoTypes are specified in
30563061
inspect jobs, the system will automatically choose what
30573062
detectors to run. By default this may be all types, but

google/cloud/dlp_v2/services/dlp_service/transports/grpc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class DlpServiceGrpcTransport(DlpServiceTransport):
4040
The service also includes methods for sensitive data redaction
4141
and scheduling of data scans on Google Cloud Platform based data
4242
sets.
43+
4344
To learn more about concepts and find how-to guides see
4445
https://cloud.google.com/dlp/docs/.
4546
@@ -248,10 +249,12 @@ def inspect_content(
248249
Finds potentially sensitive info in content.
249250
This method has limits on input size, processing time,
250251
and output size.
252+
251253
When no InfoTypes or CustomInfoTypes are specified in
252254
this request, the system will automatically choose what
253255
detectors to run. By default this may be all types, but
254256
may change over time as detectors are updated.
257+
255258
For how to guides, see
256259
https://cloud.google.com/dlp/docs/inspecting-images and
257260
https://cloud.google.com/dlp/docs/inspecting-text,
@@ -901,6 +904,7 @@ def create_dlp_job(self) -> Callable[[dlp.CreateDlpJobRequest], dlp.DlpJob]:
901904
https://cloud.google.com/dlp/docs/inspecting-storage and
902905
https://cloud.google.com/dlp/docs/compute-risk-analysis
903906
to learn more.
907+
904908
When no InfoTypes or CustomInfoTypes are specified in
905909
inspect jobs, the system will automatically choose what
906910
detectors to run. By default this may be all types, but

google/cloud/dlp_v2/services/dlp_service/transports/grpc_asyncio.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class DlpServiceGrpcAsyncIOTransport(DlpServiceTransport):
4141
The service also includes methods for sensitive data redaction
4242
and scheduling of data scans on Google Cloud Platform based data
4343
sets.
44+
4445
To learn more about concepts and find how-to guides see
4546
https://cloud.google.com/dlp/docs/.
4647
@@ -251,10 +252,12 @@ def inspect_content(
251252
Finds potentially sensitive info in content.
252253
This method has limits on input size, processing time,
253254
and output size.
255+
254256
When no InfoTypes or CustomInfoTypes are specified in
255257
this request, the system will automatically choose what
256258
detectors to run. By default this may be all types, but
257259
may change over time as detectors are updated.
260+
258261
For how to guides, see
259262
https://cloud.google.com/dlp/docs/inspecting-images and
260263
https://cloud.google.com/dlp/docs/inspecting-text,
@@ -923,6 +926,7 @@ def create_dlp_job(
923926
https://cloud.google.com/dlp/docs/inspecting-storage and
924927
https://cloud.google.com/dlp/docs/compute-risk-analysis
925928
to learn more.
929+
926930
When no InfoTypes or CustomInfoTypes are specified in
927931
inspect jobs, the system will automatically choose what
928932
detectors to run. By default this may be all types, but

google/cloud/dlp_v2/services/dlp_service/transports/rest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,7 @@ class DlpServiceRestTransport(DlpServiceTransport):
994994
The service also includes methods for sensitive data redaction
995995
and scheduling of data scans on Google Cloud Platform based data
996996
sets.
997+
997998
To learn more about concepts and find how-to guides see
998999
https://cloud.google.com/dlp/docs/.
9991000

google/cloud/dlp_v2/types/dlp.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ class MatchingType(proto.Enum):
345345
Invalid.
346346
MATCHING_TYPE_FULL_MATCH (1):
347347
Full match.
348+
348349
- Dictionary: join of Dictionary results matched
349350
complete finding quote
350351
- Regex: all regex matches fill a finding quote
@@ -353,13 +354,15 @@ class MatchingType(proto.Enum):
353354
info types findings
354355
MATCHING_TYPE_PARTIAL_MATCH (2):
355356
Partial match.
357+
356358
- Dictionary: at least one of the tokens in the
357359
finding matches
358360
- Regex: substring of the finding matches
359361
- Exclude info type: intersects with affecting
360362
info types findings
361363
MATCHING_TYPE_INVERSE_MATCH (3):
362364
Inverse match.
365+
363366
- Dictionary: no tokens in the finding match the
364367
dictionary
365368
- Regex: finding doesn't match the regex
@@ -5035,6 +5038,7 @@ class DateShiftConfig(proto.Message):
50355038
range (inclusive ends). Negative means shift to
50365039
earlier in time. Must not be more than 365250
50375040
days (1000 years) each direction.
5041+
50385042
For example, 3 means shift date to at most 3
50395043
days into the future.
50405044
lower_bound_days (int):
@@ -5737,9 +5741,11 @@ class Schedule(proto.Message):
57375741
With this option a job is started on a
57385742
regular periodic basis. For example: every day
57395743
(86400 seconds).
5744+
57405745
A scheduled start time will be skipped if the
57415746
previous execution has not ended when its
57425747
scheduled time occurs.
5748+
57435749
This value must be set to a time duration
57445750
greater than or equal to 1 day and can be no
57455751
longer than 60 days.
@@ -6224,6 +6230,7 @@ class Deidentify(proto.Message):
62246230
bucket must be different from the input bucket.
62256231
De-identified files will overwrite files in the
62266232
output path.
6233+
62276234
Form of: gs://bucket/folder/ or gs://bucket
62286235
62296236
This field is a member of `oneof`_ ``output``.

google/cloud/dlp_v2/types/storage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ class PartitionId(proto.Message):
633633
A partition ID identifies a grouping of entities. The grouping
634634
is always by project and namespace, however the namespace ID may
635635
be empty.
636+
636637
A partition ID contains several dimensions:
637638
638639
project ID and namespace ID.
@@ -1290,6 +1291,7 @@ class Key(proto.Message):
12901291

12911292
class PathElement(proto.Message):
12921293
r"""A (kind, ID/name) pair used to construct a key path.
1294+
12931295
If either name or ID is set, the element is complete. If neither
12941296
is set, the element is incomplete.
12951297

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy