Skip to content

Commit

Permalink
feat: add is_default to Tensorboard in aiplatform v1 tensorboard.prot…
Browse files Browse the repository at this point in the history
…o and v1beta1 tensorboard.proto (#4179)

* feat: add is_default to Tensorboard in aiplatform v1 tensorboard.proto and v1beta1 tensorboard.proto

PiperOrigin-RevId: 524384228

Source-Link: googleapis/googleapis@6774ccb

Source-Link: googleapis/googleapis-gen@d80853d
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6ImQ4MDg1M2RmNzgyYjhkMzg2M2EyMzM0YmFkN2M4MDliZjg2ZjAwYmIifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Denis DelGrosso <[email protected]>
  • Loading branch information
3 people authored Apr 18, 2023
1 parent 595ab28 commit 3c46888
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,11 @@ message Tensorboard {
// Used to perform a consistent read-modify-write updates. If not set, a blind
// "overwrite" update happens.
string etag = 9;

// Used to indicate if the TensorBoard instance is the default one.
// Each project & region can have at most one default TensorBoard instance.
// Creation of a default TensorBoard instance and updating an existing
// TensorBoard instance to be default will mark all other TensorBoard
// instances (if any) as non default.
bool is_default = 12;
}
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,11 @@ message Tensorboard {
// Used to perform a consistent read-modify-write updates. If not set, a blind
// "overwrite" update happens.
string etag = 9;

// Used to indicate if the TensorBoard instance is the default one.
// Each project & region can have at most one default TensorBoard instance.
// Creation of a default TensorBoard instance and updating an existing
// TensorBoard instance to be default will mark all other TensorBoard
// instances (if any) as non default.
bool is_default = 12;
}
12 changes: 12 additions & 0 deletions packages/google-cloud-aiplatform/protos/protos.d.ts

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

46 changes: 46 additions & 0 deletions packages/google-cloud-aiplatform/protos/protos.js

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

8 changes: 8 additions & 0 deletions packages/google-cloud-aiplatform/protos/protos.json

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-aiplatform",
"version": "2.8.1",
"version": "2.9.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-aiplatform",
"version": "2.8.1",
"version": "2.9.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down

0 comments on commit 3c46888

Please sign in to comment.