google-cloud-vm_migration-v1 2.7.0 → 2.8.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: f78e05bd17d7612870a581a3758f132bf67ab6f4bef7d8f262c8301a369a8dbe
4
- data.tar.gz: f411bdc9eb78da855e3c7e3c416ea1b324cc83f15ad3506f22a1038d0d90197b
3
+ metadata.gz: 24f849a5a08af3e7cce362c46c9ee0ec5eac2a3499c41ac69e7377e9f57c013c
4
+ data.tar.gz: 48a03f3fe4c728d3cf430b8327f0c0c28ea6c3fce1dbdcfc829ec34f2afcf604
5
5
  SHA512:
6
- metadata.gz: a67801659dced9d9be3040800ac4092cb45809ad7d6ab984cc8c5a10b9048036c88a3a42b4b40ff965281deac59ba005e275daf9ae0763628b1bfa1ad7499c41
7
- data.tar.gz: a64649917a666d96884d20721177d2f89d1c7d70443998311c18d17711e1641e12562efc1bd42607be1e5d0cf071d99bbbf91b8ddad85410d5feba2a8d9c56f7
6
+ metadata.gz: 11a6a71b41f97187d65363e70fd5dfca339a828b53f1d398d8301e1962568d463c5b924abd7ecbc1efa48912336987d934ec99b533e9c247d8c46f71eb4cf57d
7
+ data.tar.gz: e19aa307159a70f46018e5e89ac161ddef9346b5263661bd18230317b0ab0369286ec03cac9263a6d9eb4602660eda3c8416bc8332f9cf48246555c533443e75
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VMMigration
23
23
  module V1
24
- VERSION = "2.7.0"
24
+ VERSION = "2.8.0"
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
@@ -302,17 +302,17 @@ module Google
302
302
  # In this example, in proto `field` could take one of the following values:
303
303
  #
304
304
  # * `full_name` for a violation in the `full_name` value
305
- # * `email_addresses[0].email` for a violation in the `email` field of the
305
+ # * `email_addresses[1].email` for a violation in the `email` field of the
306
306
  # first `email_addresses` message
307
- # * `email_addresses[2].type[1]` for a violation in the second `type`
307
+ # * `email_addresses[3].type[2]` for a violation in the second `type`
308
308
  # value in the third `email_addresses` message.
309
309
  #
310
310
  # In JSON, the same values are represented as:
311
311
  #
312
312
  # * `fullName` for a violation in the `fullName` value
313
- # * `emailAddresses[0].email` for a violation in the `email` field of the
313
+ # * `emailAddresses[1].email` for a violation in the `email` field of the
314
314
  # first `emailAddresses` message
315
- # * `emailAddresses[2].type[1]` for a violation in the second `type`
315
+ # * `emailAddresses[3].type[2]` for a violation in the second `type`
316
316
  # value in the third `emailAddresses` message.
317
317
  # @!attribute [rw] description
318
318
  # @return [::String]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vm_migration-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC