Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8645714

Browse files
chore: update Go import paths to match open source (#749)
* 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 359d9ea commit 8645714

File tree

2 files changed

+8
-4
lines changed
  • packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/services
    • bigtable_instance_admin/transports
    • bigtable_table_admin/transports

2 files changed

+8
-4
lines changed

packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/services/bigtable_instance_admin/transports/rest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,8 @@ def __call__(
16391639
"condition": {
16401640
"title": "expirable access",
16411641
"description": "Does not grant access after Sep 2020",
1642-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1642+
"expression": "request.time <
1643+
timestamp('2020-10-01T00:00:00.000Z')",
16431644
}
16441645
}
16451646
],
@@ -2472,7 +2473,8 @@ def __call__(
24722473
"condition": {
24732474
"title": "expirable access",
24742475
"description": "Does not grant access after Sep 2020",
2475-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
2476+
"expression": "request.time <
2477+
timestamp('2020-10-01T00:00:00.000Z')",
24762478
}
24772479
}
24782480
],

packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/services/bigtable_table_admin/transports/rest.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,8 @@ def __call__(
19101910
"condition": {
19111911
"title": "expirable access",
19121912
"description": "Does not grant access after Sep 2020",
1913-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
1913+
"expression": "request.time <
1914+
timestamp('2020-10-01T00:00:00.000Z')",
19141915
}
19151916
}
19161917
],
@@ -2768,7 +2769,8 @@ def __call__(
27682769
"condition": {
27692770
"title": "expirable access",
27702771
"description": "Does not grant access after Sep 2020",
2771-
"expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
2772+
"expression": "request.time <
2773+
timestamp('2020-10-01T00:00:00.000Z')",
27722774
}
27732775
}
27742776
],

0 commit comments

Comments
 (0)