Skip to content

Commit 5fb080e

Browse files
chore: use gapic-generator-python 0.63.2 (#329)
* chore: use gapic-generator-python 0.63.2 docs: add generated snippets PiperOrigin-RevId: 427792504 Source-Link: googleapis/googleapis@55b9e1e Source-Link: https://github.com/googleapis/googleapis-gen/commit/bf4e86b753f42cb0edb1fd51fbe840d7da0a1cde Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmY0ZTg2Yjc1M2Y0MmNiMGVkYjFmZDUxZmJlODQwZDdkYTBhMWNkZSJ9 * 🦉 Updates from OwlBot 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 bb43458 commit 5fb080e

File tree

69 files changed

+6044
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+6044
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2020 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
# Generated code. DO NOT EDIT!
17+
#
18+
# Snippet for ActivateJobTrigger
19+
# NOTE: This snippet has been automatically generated for illustrative purposes only.
20+
# It may require modifications to work in your environment.
21+
22+
# To install the latest published package dependency, execute the following:
23+
# python3 -m pip install google-cloud-dlp
24+
25+
26+
# [START dlp_generated_dlp_v2_DlpService_ActivateJobTrigger_async]
27+
from google.cloud import dlp_v2
28+
29+
30+
async def sample_activate_job_trigger():
31+
# Create a client
32+
client = dlp_v2.DlpServiceAsyncClient()
33+
34+
# Initialize request argument(s)
35+
request = dlp_v2.ActivateJobTriggerRequest(
36+
name="name_value",
37+
)
38+
39+
# Make the request
40+
response = await client.activate_job_trigger(request=request)
41+
42+
# Handle the response
43+
print(response)
44+
45+
# [END dlp_generated_dlp_v2_DlpService_ActivateJobTrigger_async]
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2020 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
# Generated code. DO NOT EDIT!
17+
#
18+
# Snippet for ActivateJobTrigger
19+
# NOTE: This snippet has been automatically generated for illustrative purposes only.
20+
# It may require modifications to work in your environment.
21+
22+
# To install the latest published package dependency, execute the following:
23+
# python3 -m pip install google-cloud-dlp
24+
25+
26+
# [START dlp_generated_dlp_v2_DlpService_ActivateJobTrigger_sync]
27+
from google.cloud import dlp_v2
28+
29+
30+
def sample_activate_job_trigger():
31+
# Create a client
32+
client = dlp_v2.DlpServiceClient()
33+
34+
# Initialize request argument(s)
35+
request = dlp_v2.ActivateJobTriggerRequest(
36+
name="name_value",
37+
)
38+
39+
# Make the request
40+
response = client.activate_job_trigger(request=request)
41+
42+
# Handle the response
43+
print(response)
44+
45+
# [END dlp_generated_dlp_v2_DlpService_ActivateJobTrigger_sync]
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2020 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
# Generated code. DO NOT EDIT!
17+
#
18+
# Snippet for CancelDlpJob
19+
# NOTE: This snippet has been automatically generated for illustrative purposes only.
20+
# It may require modifications to work in your environment.
21+
22+
# To install the latest published package dependency, execute the following:
23+
# python3 -m pip install google-cloud-dlp
24+
25+
26+
# [START dlp_generated_dlp_v2_DlpService_CancelDlpJob_async]
27+
from google.cloud import dlp_v2
28+
29+
30+
async def sample_cancel_dlp_job():
31+
# Create a client
32+
client = dlp_v2.DlpServiceAsyncClient()
33+
34+
# Initialize request argument(s)
35+
request = dlp_v2.CancelDlpJobRequest(
36+
name="name_value",
37+
)
38+
39+
# Make the request
40+
await client.cancel_dlp_job(request=request)
41+
42+
43+
# [END dlp_generated_dlp_v2_DlpService_CancelDlpJob_async]
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2020 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
# Generated code. DO NOT EDIT!
17+
#
18+
# Snippet for CancelDlpJob
19+
# NOTE: This snippet has been automatically generated for illustrative purposes only.
20+
# It may require modifications to work in your environment.
21+
22+
# To install the latest published package dependency, execute the following:
23+
# python3 -m pip install google-cloud-dlp
24+
25+
26+
# [START dlp_generated_dlp_v2_DlpService_CancelDlpJob_sync]
27+
from google.cloud import dlp_v2
28+
29+
30+
def sample_cancel_dlp_job():
31+
# Create a client
32+
client = dlp_v2.DlpServiceClient()
33+
34+
# Initialize request argument(s)
35+
request = dlp_v2.CancelDlpJobRequest(
36+
name="name_value",
37+
)
38+
39+
# Make the request
40+
client.cancel_dlp_job(request=request)
41+
42+
43+
# [END dlp_generated_dlp_v2_DlpService_CancelDlpJob_sync]
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2020 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
# Generated code. DO NOT EDIT!
17+
#
18+
# Snippet for CreateDeidentifyTemplate
19+
# NOTE: This snippet has been automatically generated for illustrative purposes only.
20+
# It may require modifications to work in your environment.
21+
22+
# To install the latest published package dependency, execute the following:
23+
# python3 -m pip install google-cloud-dlp
24+
25+
26+
# [START dlp_generated_dlp_v2_DlpService_CreateDeidentifyTemplate_async]
27+
from google.cloud import dlp_v2
28+
29+
30+
async def sample_create_deidentify_template():
31+
# Create a client
32+
client = dlp_v2.DlpServiceAsyncClient()
33+
34+
# Initialize request argument(s)
35+
request = dlp_v2.CreateDeidentifyTemplateRequest(
36+
parent="parent_value",
37+
)
38+
39+
# Make the request
40+
response = await client.create_deidentify_template(request=request)
41+
42+
# Handle the response
43+
print(response)
44+
45+
# [END dlp_generated_dlp_v2_DlpService_CreateDeidentifyTemplate_async]
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2020 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
# Generated code. DO NOT EDIT!
17+
#
18+
# Snippet for CreateDeidentifyTemplate
19+
# NOTE: This snippet has been automatically generated for illustrative purposes only.
20+
# It may require modifications to work in your environment.
21+
22+
# To install the latest published package dependency, execute the following:
23+
# python3 -m pip install google-cloud-dlp
24+
25+
26+
# [START dlp_generated_dlp_v2_DlpService_CreateDeidentifyTemplate_sync]
27+
from google.cloud import dlp_v2
28+
29+
30+
def sample_create_deidentify_template():
31+
# Create a client
32+
client = dlp_v2.DlpServiceClient()
33+
34+
# Initialize request argument(s)
35+
request = dlp_v2.CreateDeidentifyTemplateRequest(
36+
parent="parent_value",
37+
)
38+
39+
# Make the request
40+
response = client.create_deidentify_template(request=request)
41+
42+
# Handle the response
43+
print(response)
44+
45+
# [END dlp_generated_dlp_v2_DlpService_CreateDeidentifyTemplate_sync]
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2020 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
# Generated code. DO NOT EDIT!
17+
#
18+
# Snippet for CreateDlpJob
19+
# NOTE: This snippet has been automatically generated for illustrative purposes only.
20+
# It may require modifications to work in your environment.
21+
22+
# To install the latest published package dependency, execute the following:
23+
# python3 -m pip install google-cloud-dlp
24+
25+
26+
# [START dlp_generated_dlp_v2_DlpService_CreateDlpJob_async]
27+
from google.cloud import dlp_v2
28+
29+
30+
async def sample_create_dlp_job():
31+
# Create a client
32+
client = dlp_v2.DlpServiceAsyncClient()
33+
34+
# Initialize request argument(s)
35+
request = dlp_v2.CreateDlpJobRequest(
36+
parent="parent_value",
37+
)
38+
39+
# Make the request
40+
response = await client.create_dlp_job(request=request)
41+
42+
# Handle the response
43+
print(response)
44+
45+
# [END dlp_generated_dlp_v2_DlpService_CreateDlpJob_async]
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2020 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
# Generated code. DO NOT EDIT!
17+
#
18+
# Snippet for CreateDlpJob
19+
# NOTE: This snippet has been automatically generated for illustrative purposes only.
20+
# It may require modifications to work in your environment.
21+
22+
# To install the latest published package dependency, execute the following:
23+
# python3 -m pip install google-cloud-dlp
24+
25+
26+
# [START dlp_generated_dlp_v2_DlpService_CreateDlpJob_sync]
27+
from google.cloud import dlp_v2
28+
29+
30+
def sample_create_dlp_job():
31+
# Create a client
32+
client = dlp_v2.DlpServiceClient()
33+
34+
# Initialize request argument(s)
35+
request = dlp_v2.CreateDlpJobRequest(
36+
parent="parent_value",
37+
)
38+
39+
# Make the request
40+
response = client.create_dlp_job(request=request)
41+
42+
# Handle the response
43+
print(response)
44+
45+
# [END dlp_generated_dlp_v2_DlpService_CreateDlpJob_sync]

0 commit comments

Comments
 (0)