Skip to content

Commit 6b22129

Browse files
chore: update Go import paths to match open source (#406)
* chore: update Go import paths to match open source chore: update gapic-generator-go version to 0.35.2 PiperOrigin-RevId: 516528222 Source-Link: googleapis/googleapis@dcd99fd Source-Link: googleapis/googleapis-gen@975f4ee Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTc1ZjRlZWE2OWE3NWI5NjVlMmYxMDNiZTFiYzgyOTcyZDRhMzVkNyJ9 * 🦉 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 eccbbe8 commit 6b22129

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

packages/google-cloud-secret-manager/google/cloud/secretmanager_v1/services/secret_manager_service/transports/rest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,8 @@ def __call__(
13621362
"condition": {
13631363
"title": "expirable access",
13641364
"description": "Does not grant access after Sep 2020",
1365-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1365+
"expression": "request.time <
1366+
timestamp('2020-10-01T00:00:00.000Z')",
13661367
}
13671368
}
13681369
],
@@ -1891,7 +1892,8 @@ def __call__(
18911892
"condition": {
18921893
"title": "expirable access",
18931894
"description": "Does not grant access after Sep 2020",
1894-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1895+
"expression": "request.time <
1896+
timestamp('2020-10-01T00:00:00.000Z')",
18951897
}
18961898
}
18971899
],

packages/google-cloud-secret-manager/google/cloud/secretmanager_v1beta1/services/secret_manager_service/transports/rest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,8 @@ def __call__(
13621362
"condition": {
13631363
"title": "expirable access",
13641364
"description": "Does not grant access after Sep 2020",
1365-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1365+
"expression": "request.time <
1366+
timestamp('2020-10-01T00:00:00.000Z')",
13661367
}
13671368
}
13681369
],
@@ -1891,7 +1892,8 @@ def __call__(
18911892
"condition": {
18921893
"title": "expirable access",
18931894
"description": "Does not grant access after Sep 2020",
1894-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1895+
"expression": "request.time <
1896+
timestamp('2020-10-01T00:00:00.000Z')",
18951897
}
18961898
}
18971899
],

packages/google-cloud-secret-manager/samples/generated_samples/snippet_metadata_google.cloud.secretmanager.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-secret-manager",
11-
"version": "2.16.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)