Skip to content

Commit 29d4c82

Browse files
feat: [google-cloud-financialservices] add support for video_metadata (#14290)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE feat: add support for video_metadata feat: add support for UrlContextMetadata feat: add a flag whether the model supports thinking END_COMMIT_OVERRIDE feat: add support for UrlContextMetadata feat: add a flag whether the model supports thinking PiperOrigin-RevId: 799227247 Source-Link: googleapis/googleapis@cb896a9 Source-Link: googleapis/googleapis-gen@a6f627f Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWZpbmFuY2lhbHNlcnZpY2VzLy5Pd2xCb3QueWFtbCIsImgiOiJhNmY2MjdmNjYzYjM5NzFhZWM5M2NhNWZjZjYwOGRkODhlZGZhOTcyIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a610c53 commit 29d4c82

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/google-cloud-financialservices/google/cloud/financialservices_v1/services/aml/async_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
Type,
2929
Union,
3030
)
31+
import uuid
3132

3233
from google.api_core import exceptions as core_exceptions
3334
from google.api_core import gapic_v1

packages/google-cloud-financialservices/google/cloud/financialservices_v1/services/aml/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
Union,
3333
cast,
3434
)
35+
import uuid
3536
import warnings
3637

3738
from google.api_core import client_options as client_options_lib

packages/google-cloud-financialservices/tests/unit/gapic/financialservices_v1/test_aml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515
#
1616
import os
17+
import re
1718

1819
# try/except added for compatibility with python < 3.8
1920
try:

0 commit comments

Comments
 (0)