Skip to content

Commit df7667e

Browse files
chore: regenerate API index (#263)
* 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 * chore: regenerate API index Source-Link: googleapis/googleapis@40a03de Source-Link: googleapis/googleapis-gen@6c17328 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmMxNzMyOGU5ZTFjMmI1OGU5NjAwNzIyZThmYzhjYmU4NDYwMGQ3ZiJ9 * 🦉 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 1225f66 commit df7667e

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

packages/google-cloud-service-directory/google/cloud/servicedirectory_v1/services/registration_service/transports/rest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,8 @@ def __call__(
14011401
"condition": {
14021402
"title": "expirable access",
14031403
"description": "Does not grant access after Sep 2020",
1404-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1404+
"expression": "request.time <
1405+
timestamp('2020-10-01T00:00:00.000Z')",
14051406
}
14061407
}
14071408
],
@@ -2033,7 +2034,8 @@ def __call__(
20332034
"condition": {
20342035
"title": "expirable access",
20352036
"description": "Does not grant access after Sep 2020",
2036-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
2037+
"expression": "request.time <
2038+
timestamp('2020-10-01T00:00:00.000Z')",
20372039
}
20382040
}
20392041
],

packages/google-cloud-service-directory/google/cloud/servicedirectory_v1beta1/services/registration_service/transports/rest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,8 @@ def __call__(
14021402
"condition": {
14031403
"title": "expirable access",
14041404
"description": "Does not grant access after Sep 2020",
1405-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1405+
"expression": "request.time <
1406+
timestamp('2020-10-01T00:00:00.000Z')",
14061407
}
14071408
}
14081409
],
@@ -2034,7 +2035,8 @@ def __call__(
20342035
"condition": {
20352036
"title": "expirable access",
20362037
"description": "Does not grant access after Sep 2020",
2037-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
2038+
"expression": "request.time <
2039+
timestamp('2020-10-01T00:00:00.000Z')",
20382040
}
20392041
}
20402042
],

packages/google-cloud-service-directory/samples/generated_samples/snippet_metadata_google.cloud.servicedirectory.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-service-directory",
11-
"version": "1.8.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-service-directory/samples/generated_samples/snippet_metadata_google.cloud.servicedirectory.v1beta1.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-service-directory",
11-
"version": "1.8.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)