google-cloud-hypercompute_cluster-v1beta 0.3.0 → 0.3.1

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: bab0569df48a2d5b8cc99ae67d14288d63c0b29fe9b6bd339e3590affe86c37c
4
- data.tar.gz: 47e0ffabb66024f000834377a18127262ab47fcb3b58e71bfd3d1212197b1ae4
3
+ metadata.gz: ec0d751ea02406e6b9b1c82fab72da24cc437f003f05c0159a7df8dad72cb782
4
+ data.tar.gz: 10683343023bd38375aa0b141732b5243b439a2f1df1890f2a898ab7b9e9ade7
5
5
  SHA512:
6
- metadata.gz: 83ea0f7f10d4871e3d6fd1057e6367eec0d2bdffff8833d3f37158c06c9f634177de4fd4dbb9ebea12355da2ecdf2672cec9908ad2357ad19a87bf58f3151d0b
7
- data.tar.gz: 50fc36a6f5d523283c30d38cc6ff28fc8290e1c34fdc0694f30608cd6350b562c7dd587c016d7cc9413db826831610e6c612868fbae6868ab0835af2699cb6da
6
+ metadata.gz: 374314cf77c88dd525e1a77398a8d64682f69ca83ad9908031196654b02f6b5fdd4729ecd9ea241ca847529d2374017b2063a6165c6272842994291429c2dacd
7
+ data.tar.gz: 7c4ec907fe009702d592880c8af54f80bdb2c235a3010e2563d101d1a454b813dffdfce127628a33c1596b18d21a8c446bdd700abeb6eaa9f2fef3a978e05ae9
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module HypercomputeCluster
23
23
  module V1beta
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
25
25
  end
26
26
  end
27
27
  end
@@ -31,6 +31,8 @@ module Google
31
31
  # @!attribute [rw] selective_gapic_generation
32
32
  # @return [::Google::Api::SelectiveGapicGeneration]
33
33
  # Configuration for which RPCs should be generated in the GAPIC client.
34
+ #
35
+ # Note: This field should not be used in most cases.
34
36
  class CommonLanguageSettings
35
37
  include ::Google::Protobuf::MessageExts
36
38
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ module Google
441
443
 
442
444
  # This message is used to configure the generation of a subset of the RPCs in
443
445
  # a service for client libraries.
446
+ #
447
+ # Note: This feature should not be used in most cases.
444
448
  # @!attribute [rw] methods
445
449
  # @return [::Array<::String>]
446
450
  # An allowlist of the fully qualified names of RPCs that should be included
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-hypercompute_cluster-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC