Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

feat: add text extraction health care option in create model #86

Merged
merged 25 commits into from Oct 27, 2020

Commits on Oct 23, 2020

  1. changes without context

            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    a636c05 View commit details
    Browse the repository at this point in the history
  2. chore(java_templates): stop running pmd/spotbugs checks for samples

    This was creating too much noise. We will revisit with other options and/or tune these checks.
    
    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Wed Aug 19 12:26:49 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 9602086c6c5b05db77950c7f7495a2a3868f3537
    Source-Link: googleapis/synthtool@9602086
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    f9cd96e View commit details
    Browse the repository at this point in the history
  3. chore: upgrade gapic-generator-python to 0.32.2

    PiperOrigin-RevId: 328157915
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Aug 24 09:54:09 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: f75a734e2c257765764074562f191f0e130c34e5
    Source-Link: googleapis/googleapis@f75a734
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    804cc66 View commit details
    Browse the repository at this point in the history
  4. feat: added google.cloud.assuredworkloads.v1beta1.AssuredWorkloadsSer…

    …vice service
    
    PiperOrigin-RevId: 328756245
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Aug 27 09:48:55 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 56f0db80b2378552f0323ac56ed6e35f51b1a53a
    Source-Link: googleapis/googleapis@56f0db8
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    aa27d82 View commit details
    Browse the repository at this point in the history
  5. feat!: Updated third_party Cloud Build clients with new Build message…

    … fields: - `service_account`, which is available to members of our closed alpha - STACKDRIVER_ONLY and CLOUD_LOGGING_ONLY logging modes - `dynamic_substitutions` option
    
    BREAKING CHANGE: The WorkerPool API in the v1 surface has been long deprecated, so it has been deleted from the v1 surface. Alpha WorkerPool customers who want to call the WorkerPool API can use gcloud.
    
    PiperOrigin-RevId: 330504082
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Sep 8 07:21:07 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 48ce8878cd4c54cf247de826ac53c1414b0345bd
    Source-Link: googleapis/googleapis@48ce887
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    972edb5 View commit details
    Browse the repository at this point in the history
  6. chore: update python microgen version to 0.33.0

    PiperOrigin-RevId: 331031262
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Sep 10 15:35:17 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 6a18a3c50ffd62de53dd2e44f599d6696580f90b
    Source-Link: googleapis/googleapis@6a18a3c
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    397c3bb View commit details
    Browse the repository at this point in the history
  7. migrate secret manager BUILD file python part to use microgen

    PiperOrigin-RevId: 332039388
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Sep 16 10:46:37 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 877aadc6daf8968e8a1122cf1186623d11d8bd46
    Source-Link: googleapis/googleapis@877aadc
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    e097aa7 View commit details
    Browse the repository at this point in the history
  8. feat: Add Java microgen rules to imports

    Source-Author: Mira Leung <miraleung@users.noreply.github.com>
    Source-Date: Mon Sep 21 18:04:02 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: aaac658367398e478d650768344b88acebad50d9
    Source-Link: googleapis/googleapis@aaac658
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    819f65d View commit details
    Browse the repository at this point in the history
  9. Publish SLM logging proto for documentation

    PiperOrigin-RevId: 333125205
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Sep 22 11:39:20 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 4ede77543c77072a2ac9f78353de2de2f8c4c501
    Source-Link: googleapis/googleapis@4ede775
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    4696421 View commit details
    Browse the repository at this point in the history
  10. docs: update OPTIONAL annotations for some fields.

    PiperOrigin-RevId: 333132625
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Sep 22 12:14:18 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 470d84e263c833af5280753b8e4188432b8d5b06
    Source-Link: googleapis/googleapis@470d84e
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    d70ff4b View commit details
    Browse the repository at this point in the history
  11. Update gapic-generator-python pin to 0.33.4

    PiperOrigin-RevId: 333159182
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Sep 22 14:22:59 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 3dbeac0d54125b123c8dfd39c774b37473c36944
    Source-Link: googleapis/googleapis@3dbeac0
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    c194d32 View commit details
    Browse the repository at this point in the history
  12. chore: use Python microgenerator rules for aiplatform

    PiperOrigin-RevId: 333302099
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Sep 23 08:58:22 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: acd4aabf1c1e3e5bf7db0e81f323003fb317fdaa
    Source-Link: googleapis/googleapis@acd4aab
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    21b454c View commit details
    Browse the repository at this point in the history
  13. chore: use gapic-generator-python 0.33.6

    PiperOrigin-RevId: 333323660
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Sep 23 10:41:17 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 7e377ce8f06ced48a79b45d97eebccb8a51f1e28
    Source-Link: googleapis/googleapis@7e377ce
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    f5a7fb7 View commit details
    Browse the repository at this point in the history
  14. fix: naming style updates

    Source-Author: Mira Leung <miraleung@google.com>
    Source-Date: Wed Sep 23 16:33:18 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 3737889dafd012d7f7f724fa04390d42db496e6c
    Source-Link: googleapis/googleapis@3737889
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    ba7ba07 View commit details
    Browse the repository at this point in the history
  15. Add Service Direcotry v1 protos and configs

    PiperOrigin-RevId: 333502684
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Sep 24 06:33:53 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: d3697d47929f34c43bcc4de16c7c761a80e97cf1
    Source-Link: googleapis/googleapis@d3697d4
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    2dd7651 View commit details
    Browse the repository at this point in the history
  16. fix: switch pubsub/v1 retry config to grpc_service_config

    PiperOrigin-RevId: 336174031
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Oct 8 15:10:41 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: bf79839b947d8b5c0f55516b963433faf23b54c4
    Source-Link: googleapis/googleapis@bf79839
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    04574f6 View commit details
    Browse the repository at this point in the history
  17. feat: Added text extraction health care option in create model.

    PiperOrigin-RevId: 336180475
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Oct 8 15:46:55 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: bda7ce951def5ae6e5c4258d0e569188dd4ae02b
    Source-Link: googleapis/googleapis@bda7ce9
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    b41b0a0 View commit details
    Browse the repository at this point in the history
  18. docs: fixed link from SentimentAnalysisResult

    PiperOrigin-RevId: 336344634
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Fri Oct 9 12:36:01 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: fd31b1600fc496d6127665d29f095371d985c637
    Source-Link: googleapis/googleapis@fd31b16
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    4e751e9 View commit details
    Browse the repository at this point in the history
  19. chore: upgrade to gapic-generator-python 0.35.6

    PiperOrigin-RevId: 338157137
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Oct 20 16:08:47 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: c7331b75b0b7bbd614373b7d37085db1c80dd4be
    Source-Link: googleapis/googleapis@c7331b7
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    1abfc87 View commit details
    Browse the repository at this point in the history
  20. chore: upgrade to gapic-generator-python 0.35.6

    PiperOrigin-RevId: 338489505
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Oct 22 09:36:18 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 4b34a0869404af9d83ae89952d28712a4d29eba6
    Source-Link: googleapis/googleapis@4b34a08
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    b83d2c7 View commit details
    Browse the repository at this point in the history
  21. chore: update grpc dependency to v1.33.1

    PiperOrigin-RevId: 338646463
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Fri Oct 23 03:57:15 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 20b11dfe4538cd5da7b4c3dd7d2bf5b9922ff3ed
    Source-Link: googleapis/googleapis@20b11df
    yoshi-automation committed Oct 23, 2020
    Copy the full SHA
    465e034 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Copy the full SHA
    63e814f View commit details
    Browse the repository at this point in the history
  2. fix: fix imports

    busunkim96 committed Oct 27, 2020
    Copy the full SHA
    aabb68b View commit details
    Browse the repository at this point in the history
  3. fix: fix __init__.py again

    busunkim96 committed Oct 27, 2020
    Copy the full SHA
    31da1a9 View commit details
    Browse the repository at this point in the history
  4. fix: fix for real

    busunkim96 committed Oct 27, 2020
    Copy the full SHA
    d348416 View commit details
    Browse the repository at this point in the history