Skip to content

Commit

Permalink
feat(storage/internal): add match_glob field to ListObjectsRequest (#…
Browse files Browse the repository at this point in the history
…8618)

- [ ] Regenerate this pull request now.

This new field allows filtering out objects or prefixes from the listing. This
can help improve performance by avoiding returning unwanted items. See
https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob.

PiperOrigin-RevId: 568887673

Source-Link: https://togithub.com/googleapis/googleapis/commit/cf24f76c17c84e976818811b607d79dac17e4ac6

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/8cbb1c0e2fadbd6ef6f61bc7b3899d5103ea1461
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGNiYjFjMGUyZmFkYmQ2ZWY2ZjYxYmM3YjM4OTlkNTEwM2VhMTQ2MSJ9
BEGIN_NESTED_COMMIT
feat(alloydb): Add support to generate client certificate and get connection info for auth proxy in AlloyDB v1
PiperOrigin-RevId: 568860878

Source-Link: https://togithub.com/googleapis/googleapis/commit/5601ad3a999d857a2a1087927a18159ae778c702

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a1f132260af28a336f43d5a7a53bf3e66a4b75e8
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTFmMTMyMjYwYWYyOGEzMzZmNDNkNWE3YTUzYmYzZTY2YTRiNzVlOCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(aiplatform): add feature.proto
feat: add feature_view_sync.proto
feat: add feature_regstry_service.proto
feat: add feature_online_store.proto
feat: add feature_online_store_service.proto
feat: add feature_group.proto
feat: add feature_view.proto
feat: add feature_online_store_admin_service.proto

PiperOrigin-RevId: 568671726

Source-Link: https://togithub.com/googleapis/googleapis/commit/76f607f7710c99b7d5dd1ed3aa34cb455be59c8e

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/aa8e2754a2c2f5a43243080ba205a57d3255423b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWE4ZTI3NTRhMmMyZjVhNDMyNDMwODBiYTIwNWE1N2QzMjU1NDIzYiJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(metastore): added EndpointLocation (v1, v1beta, v1alpha)
PiperOrigin-RevId: 568664317

Source-Link: https://togithub.com/googleapis/googleapis/commit/9b6656e7ccc4dee8fb3c5e476ad8ddde0508b1b8

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/1cdc6ea4b068ee979f22143e1af39919dc4b19d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWNkYzZlYTRiMDY4ZWU5NzlmMjIxNDNlMWFmMzk5MTlkYzRiMTlkOSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(datacatalog): Enable Vertex AI Ingestion on DataPlex
PiperOrigin-RevId: 568623212

Source-Link: https://togithub.com/googleapis/googleapis/commit/f878578ebea3b9735741aa2e3c8aeb01010b0ad4

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/149c56403e049b3b1d1a241f1b9fb68200689c0b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTQ5YzU2NDAzZTA0OWIzYjFkMWEyNDFmMWI5ZmI2ODIwMDY4OWMwYiJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] authored Sep 27, 2023
1 parent 95187c1 commit e9ae601
Show file tree
Hide file tree
Showing 86 changed files with 31,682 additions and 6,034 deletions.
211 changes: 109 additions & 102 deletions aiplatform/apiv1beta1/aiplatformpb/feature.pb.go

Large diffs are not rendered by default.

407 changes: 407 additions & 0 deletions aiplatform/apiv1beta1/aiplatformpb/feature_group.pb.go

Large diffs are not rendered by default.

641 changes: 641 additions & 0 deletions aiplatform/apiv1beta1/aiplatformpb/feature_online_store.pb.go

Large diffs are not rendered by default.

2,857 changes: 2,857 additions & 0 deletions aiplatform/apiv1beta1/aiplatformpb/feature_online_store_admin_service.pb.go

Large diffs are not rendered by default.

1,544 changes: 1,544 additions & 0 deletions aiplatform/apiv1beta1/aiplatformpb/feature_online_store_service.pb.go

Large diffs are not rendered by default.

1,635 changes: 1,635 additions & 0 deletions aiplatform/apiv1beta1/aiplatformpb/feature_registry_service.pb.go

Large diffs are not rendered by default.

1,071 changes: 1,071 additions & 0 deletions aiplatform/apiv1beta1/aiplatformpb/feature_view.pb.go

Large diffs are not rendered by default.

251 changes: 251 additions & 0 deletions aiplatform/apiv1beta1/aiplatformpb/feature_view_sync.pb.go

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

23 changes: 20 additions & 3 deletions aiplatform/apiv1beta1/aiplatformpb/featurestore_service.pb.go

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

Loading

0 comments on commit e9ae601

Please sign in to comment.