Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(retail): add model service #7700

Merged
merged 10 commits into from
Apr 10, 2023
Merged

feat(retail): add model service #7700

merged 10 commits into from
Apr 10, 2023

Commits on Apr 10, 2023

  1. feat: add model service

    feat: support per-entity search and autocomplete
    feat: support new filter syntax for recommendation
    feat: expose A/B experiment info in search response
    docs: keep the API doc up-to-date with recent changes
    
    PiperOrigin-RevId: 522675951
    
    Source-Link: googleapis/googleapis@f149e91
    
    Source-Link: googleapis/googleapis-gen@c4538a8
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzQ1MzhhODg4ZDJlYzEzY2U3MTljMWExYWE5ZGM3ZGU1YjE3Mzc1YSJ9
    
    feat: support per-entity search and autocomplete
    feat: add model get API
    feat: support new filter syntax for recommendation
    feat: expose A/B experiment info in search response
    docs: keep the API doc up-to-date with recent changes
    
    PiperOrigin-RevId: 522675546
    
    Source-Link: googleapis/googleapis@81b0808
    
    Source-Link: googleapis/googleapis-gen@e950439
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTk1MDQzOWNkMGQ0ODZhYjhkMmIzMjY3MmI1NGMwYTZiNjQ1MTQyMCJ9
    
    feat: Add support for updating additional pod IPv4 ranges for Standard and Autopilot clusters
    
    Users can append more pod ranges by name to an existing cluster at the cluster level. When users or Node Auto-provisioning create new node pools, GKE will select the most available pod range and assign it to the node pool. These pod ranges can be removed once no node pool is using it.
    
    PiperOrigin-RevId: 522620935
    
    Source-Link: googleapis/googleapis@2ddfcb8
    
    Source-Link: googleapis/googleapis-gen@8c7eccd
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGM3ZWNjZDA5N2I3OTg5ZDcyY2FlOTU1ZmFmNWVkOGUzZmRjYmM3NSJ9
    
    chore: disable Go compute targets (#794)
    
    Source-Link: googleapis/googleapis@cc293c6
    
    Source-Link: googleapis/googleapis-gen@6bb5382
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmJiNTM4MmFiM2NkMzIyY2MxMjI4ZWI1ODdhZGI1ZTEyMzVjNWJkMyJ9
    
    fix: add diregapic flag for compute (#793)
    
    Source-Link: googleapis/googleapis@f9702dc
    
    Source-Link: googleapis/googleapis-gen@2d6c055
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmQ2YzA1NWYwMTY0NmMxNjM5MTAwZDk5MjJiMjdhOTg5MGJmMmM2NiJ9
    
    chore: add Go build targets for compute (#792)
    
    Note: manually updated proto file, but it yields the same result of the new disco-converter would generate.
    
    Fixes: #7345
    Source-Link: googleapis/googleapis@59828ba
    
    Source-Link: googleapis/googleapis-gen@2649582
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjY0OTU4MjU3YzUzNTJkYjBiYzkxMGMwMGYxNDdiODIxYjAxMDYzNiJ9
    
    chore: update gapic-generator-go version to 0.35.4
    chore: add snippets to BUILD.bazel go_gapic_assembly_pkg
    
    PiperOrigin-RevId: 522373543
    
    Source-Link: googleapis/googleapis@130f097
    
    Source-Link: googleapis/googleapis-gen@7d1457a
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2QxNDU3YWJlYzJmMGQyMDVmZGE2NzNhNGU2NTA4YjQxZGMxZTYzMSJ9
    
    feat: Launch UploadConversation endpoint
    
    PiperOrigin-RevId: 522129764
    
    Source-Link: googleapis/googleapis@dabc235
    
    Source-Link: googleapis/googleapis-gen@5609ad0
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTYwOWFkMDg4Y2NmMTVhMWMyMmRmN2FhZWIzMTMzZmJlYTU2Nzk5ZSJ9
    
    feat: add support for disabling pod IP cidr overprovision
    
    This feature requires special allowlisting for the projects.
    
    PiperOrigin-RevId: 522103451
    
    Source-Link: googleapis/googleapis@013b597
    
    Source-Link: googleapis/googleapis-gen@2fe6962
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmZlNjk2MmY5YzhlNzcwMzk2ZGNmYzg4ZTEwNGU1ZDcxM2MyZTY2ZSJ9
    
    feat: added ignore_dependent_resources to DeleteCaPoolRequest, DeleteCertificateAuthorityRequest, DisableCertificateAuthorityRequest
    
    PiperOrigin-RevId: 522096199
    
    Source-Link: googleapis/googleapis@d9592ed
    
    Source-Link: googleapis/googleapis-gen@0ab428e
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGFiNDI4ZTM5MzQ5ODFkYjljOGM3YmYxN2IxZmVhNWQ3NDY4MmFmYiJ9
    gcf-owl-bot[bot] committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    aceed97 View commit details
    Browse the repository at this point in the history
  2. maps

    codyoss committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    631d4e7 View commit details
    Browse the repository at this point in the history
  3. rollback maps changes temp

    codyoss committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f7f7900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffb94f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03ae6ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db24f8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a69daf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d2ce9f View commit details
    Browse the repository at this point in the history
  9. cleanup diff

    codyoss committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    76edef1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b66cb1 View commit details
    Browse the repository at this point in the history