google-cloud-ai_platform-v1 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b09ec1e6a2cc843f0444af79c8423133d6ec3c80accb03ba805894265bd6a10
4
- data.tar.gz: 892dfa4d04bc1d18b9f178a2e3a5a7df31e1902959f5648d2eab2b53e4490d3e
3
+ metadata.gz: 5c1062351f3dbc02b36511198731b9f24ca91e93dc229861cb271eca58ec2fa1
4
+ data.tar.gz: ce36f47cdb282c320f98e08bb4db0ffd5e1b5f5c0d53bed572c0799c19498319
5
5
  SHA512:
6
- metadata.gz: 17d0569f9683185139923c32e90021f044381218fadb21b7a9a8f59d3e4a1b5e8f052297979fd606790d7cce3e0fd894828632c8beec70b675115a9e765c2e09
7
- data.tar.gz: acbaf6cec9f9d78cd0a1b4d99eca6e3c024e273f9eb644f0070ae3e948b31bad2202e58aa6f7c3402070e96980b371595d5c730083a55a22ee23ad251b498cd9
6
+ metadata.gz: 92a1c9fa7e0d62d1a8686e56e0fa5123feccb6e7f43de2618488d16b44a97b5c67d8eade6a010ff7352c45836e8e9972b95d913d2dee89909c71a2189aea2aa1
7
+ data.tar.gz: efd9bd50226ef911dc549e2ee721d892fe9312839fdbb020c57783e602339842c7248628c619e2270c05be1d2db94c2ea3c041adb5f3a9486c580cf77119401b
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AIPlatform
23
23
  module V1
24
- VERSION = "0.21.0"
24
+ VERSION = "0.22.0"
25
25
  end
26
26
  end
27
27
  end
@@ -21,6 +21,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
21
21
  optional :update_time, :message, 7, "google.protobuf.Timestamp"
22
22
  map :labels, :string, :string, 8
23
23
  optional :etag, :string, 9
24
+ optional :is_default, :bool, 12
24
25
  end
25
26
  end
26
27
  end
@@ -70,6 +70,13 @@ module Google
70
70
  # @return [::String]
71
71
  # Used to perform a consistent read-modify-write updates. If not set, a blind
72
72
  # "overwrite" update happens.
73
+ # @!attribute [rw] is_default
74
+ # @return [::Boolean]
75
+ # Used to indicate if the TensorBoard instance is the default one.
76
+ # Each project & region can have at most one default TensorBoard instance.
77
+ # Creation of a default TensorBoard instance and updating an existing
78
+ # TensorBoard instance to be default will mark all other TensorBoard
79
+ # instances (if any) as non default.
73
80
  class Tensorboard
74
81
  include ::Google::Protobuf::MessageExts
75
82
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-ai_platform-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-07 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common