google-cloud-migration_center-v1 1.1.0 → 1.2.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: fa3b564ee54042bb20b5e154f405b7ec4913f8482006e23be325f9c2c4a75d0b
4
- data.tar.gz: e207dfd113c9d1ef4952b2390dafb09b7c0e3907bf311a7b3770bda246e92be4
3
+ metadata.gz: 87689ae2e4a1bf50f18f0e8982886d424110808323f0d7f2075bc609525693a6
4
+ data.tar.gz: d08a0153f20b4c90bdece818a422f7d51638c0ef223f60aa1230d4804d9d6a01
5
5
  SHA512:
6
- metadata.gz: ff950240dc7c2ee65f683c462f0ecd1bb27ef2375e681eab596d180bb3b970d605a7c7ab2e30a4a7c4bb75c2b9a0a881d09ed3447d33dec90b6e483627b39191
7
- data.tar.gz: 8d2f21ba09dd56b237c202fe1b428a82731aa866e6b86921f066da4db7e3a5472afbafa4899cff1f04efa02dd0d57944e351dadafa7dac7b5e45db7a3b826251
6
+ metadata.gz: 83e975a35543680a1a56c915dbdf4bfaba81c6f16fe7f6dbfd21e16738da1b05fd7177f5fa20ce84576cbbf369b946dbf0e96153e045e57003cdb5a657159405
7
+ data.tar.gz: a83bf579d37068b2372b98822ae2b3f15306d084150c93a45330973049cfa7eb620677b1adbf3576c80a28b7bfae6fa5ab2dcd1f46788e40f91bac35fd4cda13
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -5195,6 +5195,13 @@ module Google
5195
5195
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
5196
5196
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
5197
5197
  # * (`nil`) indicating no credentials
5198
+ #
5199
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
5200
+ # external source for authentication to Google Cloud, you must validate it before
5201
+ # providing it to a Google API client library. Providing an unvalidated credential
5202
+ # configuration to Google APIs can compromise the security of your systems and data.
5203
+ # For more information, refer to [Validate credential configurations from external
5204
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
5198
5205
  # @return [::Object]
5199
5206
  # @!attribute [rw] scope
5200
5207
  # The OAuth scopes
@@ -640,6 +640,13 @@ module Google
640
640
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
641
641
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
642
642
  # * (`nil`) indicating no credentials
643
+ #
644
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
645
+ # external source for authentication to Google Cloud, you must validate it before
646
+ # providing it to a Google API client library. Providing an unvalidated credential
647
+ # configuration to Google APIs can compromise the security of your systems and data.
648
+ # For more information, refer to [Validate credential configurations from external
649
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
643
650
  # @return [::Object]
644
651
  # @!attribute [rw] scope
645
652
  # The OAuth scopes
@@ -4833,6 +4833,13 @@ module Google
4833
4833
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
4834
4834
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
4835
4835
  # * (`nil`) indicating no credentials
4836
+ #
4837
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
4838
+ # external source for authentication to Google Cloud, you must validate it before
4839
+ # providing it to a Google API client library. Providing an unvalidated credential
4840
+ # configuration to Google APIs can compromise the security of your systems and data.
4841
+ # For more information, refer to [Validate credential configurations from external
4842
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
4836
4843
  # @return [::Object]
4837
4844
  # @!attribute [rw] scope
4838
4845
  # The OAuth scopes
@@ -502,6 +502,13 @@ module Google
502
502
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
503
503
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
504
504
  # * (`nil`) indicating no credentials
505
+ #
506
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
507
+ # external source for authentication to Google Cloud, you must validate it before
508
+ # providing it to a Google API client library. Providing an unvalidated credential
509
+ # configuration to Google APIs can compromise the security of your systems and data.
510
+ # For more information, refer to [Validate credential configurations from external
511
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
505
512
  # @return [::Object]
506
513
  # @!attribute [rw] scope
507
514
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module MigrationCenter
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -129,9 +129,13 @@ module Google
129
129
  # @!attribute [r] validation_report
130
130
  # @return [::Google::Cloud::MigrationCenter::V1::ValidationReport]
131
131
  # Output only. The report with the validation results of the import job.
132
+ #
133
+ # Note: The following fields are mutually exclusive: `validation_report`, `execution_report`. If a field in that set is populated, all other fields in the set will automatically be cleared.
132
134
  # @!attribute [r] execution_report
133
135
  # @return [::Google::Cloud::MigrationCenter::V1::ExecutionReport]
134
136
  # Output only. The report with the results of running the import job.
137
+ #
138
+ # Note: The following fields are mutually exclusive: `execution_report`, `validation_report`. If a field in that set is populated, all other fields in the set will automatically be cleared.
135
139
  class ImportJob
136
140
  include ::Google::Protobuf::MessageExts
137
141
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -2622,18 +2626,28 @@ module Google
2622
2626
  # @!attribute [rw] vmware_details
2623
2627
  # @return [::Google::Cloud::MigrationCenter::V1::VmwarePlatformDetails]
2624
2628
  # VMware specific details.
2629
+ #
2630
+ # Note: The following fields are mutually exclusive: `vmware_details`, `aws_ec2_details`, `azure_vm_details`, `generic_details`, `physical_details`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2625
2631
  # @!attribute [rw] aws_ec2_details
2626
2632
  # @return [::Google::Cloud::MigrationCenter::V1::AwsEc2PlatformDetails]
2627
2633
  # AWS EC2 specific details.
2634
+ #
2635
+ # Note: The following fields are mutually exclusive: `aws_ec2_details`, `vmware_details`, `azure_vm_details`, `generic_details`, `physical_details`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2628
2636
  # @!attribute [rw] azure_vm_details
2629
2637
  # @return [::Google::Cloud::MigrationCenter::V1::AzureVmPlatformDetails]
2630
2638
  # Azure VM specific details.
2639
+ #
2640
+ # Note: The following fields are mutually exclusive: `azure_vm_details`, `vmware_details`, `aws_ec2_details`, `generic_details`, `physical_details`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2631
2641
  # @!attribute [rw] generic_details
2632
2642
  # @return [::Google::Cloud::MigrationCenter::V1::GenericPlatformDetails]
2633
2643
  # Generic platform details.
2644
+ #
2645
+ # Note: The following fields are mutually exclusive: `generic_details`, `vmware_details`, `aws_ec2_details`, `azure_vm_details`, `physical_details`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2634
2646
  # @!attribute [rw] physical_details
2635
2647
  # @return [::Google::Cloud::MigrationCenter::V1::PhysicalPlatformDetails]
2636
2648
  # Physical machines platform details.
2649
+ #
2650
+ # Note: The following fields are mutually exclusive: `physical_details`, `vmware_details`, `aws_ec2_details`, `azure_vm_details`, `generic_details`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2637
2651
  class PlatformDetails
2638
2652
  include ::Google::Protobuf::MessageExts
2639
2653
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -2882,9 +2896,13 @@ module Google
2882
2896
  # @!attribute [r] migration_insight
2883
2897
  # @return [::Google::Cloud::MigrationCenter::V1::MigrationInsight]
2884
2898
  # Output only. An insight about potential migrations for an asset.
2899
+ #
2900
+ # Note: The following fields are mutually exclusive: `migration_insight`, `generic_insight`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2885
2901
  # @!attribute [r] generic_insight
2886
2902
  # @return [::Google::Cloud::MigrationCenter::V1::GenericInsight]
2887
2903
  # Output only. A generic insight about an asset
2904
+ #
2905
+ # Note: The following fields are mutually exclusive: `generic_insight`, `migration_insight`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2888
2906
  class Insight
2889
2907
  include ::Google::Protobuf::MessageExts
2890
2908
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -3000,15 +3018,23 @@ module Google
3000
3018
  # @!attribute [rw] count
3001
3019
  # @return [::Google::Cloud::MigrationCenter::V1::Aggregation::Count]
3002
3020
  # Count the number of matching objects.
3021
+ #
3022
+ # Note: The following fields are mutually exclusive: `count`, `sum`, `histogram`, `frequency`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3003
3023
  # @!attribute [rw] sum
3004
3024
  # @return [::Google::Cloud::MigrationCenter::V1::Aggregation::Sum]
3005
3025
  # Sum over a numeric field.
3026
+ #
3027
+ # Note: The following fields are mutually exclusive: `sum`, `count`, `histogram`, `frequency`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3006
3028
  # @!attribute [rw] histogram
3007
3029
  # @return [::Google::Cloud::MigrationCenter::V1::Aggregation::Histogram]
3008
3030
  # Creates a bucketed histogram of field values.
3031
+ #
3032
+ # Note: The following fields are mutually exclusive: `histogram`, `count`, `sum`, `frequency`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3009
3033
  # @!attribute [rw] frequency
3010
3034
  # @return [::Google::Cloud::MigrationCenter::V1::Aggregation::Frequency]
3011
3035
  # Creates a frequency distribution of all field values.
3036
+ #
3037
+ # Note: The following fields are mutually exclusive: `frequency`, `count`, `sum`, `histogram`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3012
3038
  class Aggregation
3013
3039
  include ::Google::Protobuf::MessageExts
3014
3040
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -3054,12 +3080,16 @@ module Google
3054
3080
  # @return [::String]
3055
3081
  # @!attribute [rw] count
3056
3082
  # @return [::Google::Cloud::MigrationCenter::V1::AggregationResult::Count]
3083
+ # Note: The following fields are mutually exclusive: `count`, `sum`, `histogram`, `frequency`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3057
3084
  # @!attribute [rw] sum
3058
3085
  # @return [::Google::Cloud::MigrationCenter::V1::AggregationResult::Sum]
3086
+ # Note: The following fields are mutually exclusive: `sum`, `count`, `histogram`, `frequency`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3059
3087
  # @!attribute [rw] histogram
3060
3088
  # @return [::Google::Cloud::MigrationCenter::V1::AggregationResult::Histogram]
3089
+ # Note: The following fields are mutually exclusive: `histogram`, `count`, `sum`, `frequency`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3061
3090
  # @!attribute [rw] frequency
3062
3091
  # @return [::Google::Cloud::MigrationCenter::V1::AggregationResult::Frequency]
3092
+ # Note: The following fields are mutually exclusive: `frequency`, `count`, `sum`, `histogram`. If a field in that set is populated, all other fields in the set will automatically be cleared.
3063
3093
  class AggregationResult
3064
3094
  include ::Google::Protobuf::MessageExts
3065
3095
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-migration_center-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -113,7 +112,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
113
112
  licenses:
114
113
  - Apache-2.0
115
114
  metadata: {}
116
- post_install_message:
117
115
  rdoc_options: []
118
116
  require_paths:
119
117
  - lib
@@ -121,15 +119,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
121
119
  requirements:
122
120
  - - ">="
123
121
  - !ruby/object:Gem::Version
124
- version: '2.7'
122
+ version: '3.0'
125
123
  required_rubygems_version: !ruby/object:Gem::Requirement
126
124
  requirements:
127
125
  - - ">="
128
126
  - !ruby/object:Gem::Version
129
127
  version: '0'
130
128
  requirements: []
131
- rubygems_version: 3.5.23
132
- signing_key:
129
+ rubygems_version: 3.6.2
133
130
  specification_version: 4
134
131
  summary: A unified platform that helps you accelerate your end-to-end cloud journey
135
132
  from your current on-premises or cloud environments to Google Cloud.