Skip to content

Commit

Permalink
feat(run): Adds support for custom audiences (#8227)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

Custom Audiences
 * The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services.
 * For more information, see https://cloud.google.com/run/docs/configuring/custom-audiences.

PiperOrigin-RevId: 546032394

Source-Link: https://togithub.com/googleapis/googleapis/commit/96f0194ca97a1c633b5acba991fbfa355ef41f64

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f95d5cafc5730dd1c6e30aa2395e1b37c4122ad8
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjk1ZDVjYWZjNTczMGRkMWM2ZTMwYWEyMzk1ZTFiMzdjNDEyMmFkOCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jul 6, 2023
1 parent a9b67cf commit 7732b8c
Show file tree
Hide file tree
Showing 33 changed files with 7,020 additions and 131 deletions.
1 change: 1 addition & 0 deletions ai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changes
44 changes: 44 additions & 0 deletions ai/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Vertex AI API

[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/ai.svg)](https://pkg.go.dev/cloud.google.com/go/ai)

Go Client Library for Vertex AI API.

## Install

```bash
go get cloud.google.com/go/ai
```

## Stability

The stability of this module is indicated by SemVer.

However, a `v1+` module may have breaking changes in two scenarios:

* Packages with `alpha` or `beta` in the import path
* The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).

## Google Cloud Samples

To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples?l=go).

## Go Version Support

See the [Go Versions Supported](https:/googleapis/google-cloud-go#go-versions-supported)
section in the root directory's README.

## Authorization

See the [Authorization](https:/googleapis/google-cloud-go#authorization)
section in the root directory's README.

## Contributing

Contributions are welcome. Please, see the [CONTRIBUTING](https:/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md)
document for details.

Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms. See
[Contributor Code of Conduct](https:/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct)
for more information.
Loading

0 comments on commit 7732b8c

Please sign in to comment.