Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0db5dbb
feat: added changes for listbuckets for partial success
devarr1994 Nov 17, 2025
a70f2e1
feat: added changes for listbuckets for partial success
devarr1994 Nov 17, 2025
17c57c2
feat: added changes for listbuckets for partial success
devarr1994 Nov 18, 2025
d656bdc
feat:list-buckets partial success changes
devarr1994 Nov 18, 2025
a979837
feat: fixed all the review comments and checks issue
devarr1994 Nov 18, 2025
959fd66
version and description update
devarr1994 Nov 18, 2025
897f4f7
addressed checks issue and review comments
devarr1994 Nov 18, 2025
92b4db4
addressed review comments
devarr1994 Nov 18, 2025
df0800d
fixed php cs issue
devarr1994 Nov 18, 2025
9b84d32
fixed php cs check
devarr1994 Nov 18, 2025
e74719b
feat:added more test cases for listbucket partial success
devarr1994 Nov 18, 2025
1235c3c
feat: changes for Listing uneachable buckets
devarr1994 Nov 19, 2025
23fa2d4
reverting the changes for snippet
devarr1994 Nov 19, 2025
6f40f64
cs fix for checks pass
devarr1994 Nov 19, 2025
9b8902a
addressed review comments
devarr1994 Nov 19, 2025
a6df460
cs fix for checks pass
devarr1994 Nov 19, 2025
edb6ff1
addressed review comments
devarr1994 Nov 19, 2025
4118627
addressed review comments
devarr1994 Nov 19, 2025
7e2e8ff
addressed review comments for json structure
devarr1994 Nov 28, 2025
cd76be4
addressed review comments
devarr1994 Nov 28, 2025
acfd29f
addressed review comments
devarr1994 Nov 28, 2025
319f6ec
feat: [Eventarc] add wide-scope Eventarc GoogleApiSource flags (#8761)
gcf-owl-bot[bot] Dec 1, 2025
e16ea8e
feat: [AiPlatform] Expose zone when creating a FeatureOnlineStore (#8…
gcf-owl-bot[bot] Dec 1, 2025
55eae9c
docs: [Spanner] minor update for Spanner Location API (#8754)
gcf-owl-bot[bot] Dec 1, 2025
878d84c
chore(deps): update actions/checkout action to v6 (#8753)
renovate-bot Dec 1, 2025
7788e0d
feat: [ShoppingMerchantAccounts] A new field `radius_area` is added t…
gcf-owl-bot[bot] Dec 2, 2025
8632734
chore(BigQuery): Adding system tests for updating dataset conditional…
cy-yun Dec 2, 2025
e032eb3
chore: fix deprecations for php 8.1-8.4 (#8765)
mpesari Dec 4, 2025
3507dfe
docs: [AiPlatform] update `ReplicatedVoiceConfig.mime_type` comment (…
gcf-owl-bot[bot] Dec 4, 2025
db09836
feat: added custom tolerations and labels support for Attached Cluste…
gcf-owl-bot[bot] Dec 4, 2025
048ebfa
feat: add ExportArtifact API (#8772)
gcf-owl-bot[bot] Dec 4, 2025
1f5ddc5
feat: Update Compute Engine v1 API to revision 20251031 (#8773)
gcf-owl-bot[bot] Dec 4, 2025
ca789ef
feat: [Channel] add Entitlement.price_reference_id, enum DiscountType…
gcf-owl-bot[bot] Dec 4, 2025
151195d
feat: add transfer metadata options proto definition (#8769)
gcf-owl-bot[bot] Dec 4, 2025
49b65bc
Apply suggestions from code review
bshaffer Dec 5, 2025
dbcd257
Update Storage/src/BucketIterator.php
bshaffer Dec 5, 2025
46c4f8d
Update Storage/src/BucketIterator.php
bshaffer Dec 5, 2025
1775d00
Merge branch 'main' into feat/list-buckets-partial-success
bshaffer Dec 5, 2025
722a9d6
Update Storage/src/BucketIterator.php
bshaffer Dec 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/conformance-tests-bigtable-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -40,7 +40,7 @@ jobs:
extensions: grpc

- name: Checkout Bigtable conformance tests
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: googleapis/cloud-bigtable-clients-test
ref: v0.0.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-tests-storage-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
PHPDOC_ENV: prod
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emulator-system-tests-bigtable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Bigtable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- run: ./.github/emulator/start-emulator.sh bigtable 522.0.0-emulators

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emulator-system-tests-datastore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Datastore
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- run: ./.github/emulator/start-emulator.sh datastore 522.0.0-emulators

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emulator-system-tests-firestore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Firestore
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- run: ./.github/emulator/start-emulator.sh firestore 522.0.0-emulators

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emulator-system-tests-pubsub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: PubSub
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- run: ./.github/emulator/start-emulator.sh pubsub

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emulator-system-tests-spanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Create Spanner instance
uses: google-github-actions/setup-gcloud@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
name: PHP Style Check
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
name: PHPStan Static Analysis
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/owlbot-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'gcf-owl-bot[bot]'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: "Install PHP"
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'gcf-owl-bot[bot]' && github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Ensure
run: |
directory_to_check="owl-bot-staging"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Breaking Change Detector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: "Install PHP"
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'release-please[bot]'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Parse allowed major versions
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'release-please[bot]'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: "Verify the subrepos exist for new components"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
go build -o splitsh-lite github.com/splitsh/lite
mv splitsh-lite /usr/local/bin/splitsh-lite
- name: Checkout google/cloud
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
ASSET_TEST_BUCKET: cloud-php-testdata
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup PHP
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.platform }}
continue-on-error: true
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup cache environment
id: extcache
uses: shivammathur/cache-extensions@v1
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
name: Package Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@verbose
with:
Expand All @@ -74,7 +74,7 @@ jobs:
name: Package Tests (Lowest Dependencies)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@verbose
with:
Expand All @@ -89,7 +89,7 @@ jobs:
name: Dev Commands Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@verbose
with:
Expand Down
Binary file modified AiPlatform/metadata/V1/FeatureOnlineStore.php
Binary file not shown.
42 changes: 42 additions & 0 deletions AiPlatform/src/V1/FeatureOnlineStore/Bigtable.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 16 additions & 12 deletions AiPlatform/src/V1/ReplicatedVoiceConfig.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added ArtifactRegistry/metadata/V1/Export.php
Binary file not shown.
11 changes: 7 additions & 4 deletions ArtifactRegistry/metadata/V1/Service.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading