google-apis-alloydb_v1 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a14a80bb3061242cb2a1df76971920be4ed3f5114e349b3f84114984e775409
4
- data.tar.gz: 6beaf7bf4e692df6ce55e20d6709419cb764714b47f6b895eef7a0fcf05b6c9d
3
+ metadata.gz: de9f2f7805609c36b0fc0bd29be2aef232ae5c7be9614411dcf501f96de17eb2
4
+ data.tar.gz: 27c6918f633d3457eae43cfc02712de6491d668814648279807456a3bda06232
5
5
  SHA512:
6
- metadata.gz: 91bdde1be43c384ca423dec80140100a980d512a2b71589393f3c06707f2e15997e44fca8f8ab015032e83348df771c7965a67070e54fec590dcf7c5ddc0912b
7
- data.tar.gz: 47efc72e957a62a7199003346e38e02e5e950ff1f4c78ec7528267845dc2c0ce464ae8929087d5ed5bb00d926444a519c72b188adf389b156d8974cea4bd6225
6
+ metadata.gz: aa81f4815dec5ab6b1fffd2e8275b3935daf7dac8f6543762d1ef3bbb25b71ae6b267d2823fdcbbcd34e7c6823016e30bce743ac98ae80201e95879578949998
7
+ data.tar.gz: 355f55ee6c615ffd1ee2cbbb6103a2a150b2b2b6360b2feb35cc3f3d5892ab6b2387ba2a971d80e898c9874f167704ec6ba7d3557d5008c7e4c9818a0cc23c8b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.9.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240223
6
+
3
7
  ### v0.8.0 (2024-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240216
@@ -473,8 +473,8 @@ module Google
473
473
 
474
474
  # Required. The resource link for the VPC network in which cluster resources are
475
475
  # created and from which they are accessible via Private IP. The network must
476
- # belong to the same project as the cluster. It is specified in the form: "
477
- # projects/`project`/global/networks/`network_id`". This is required to create a
476
+ # belong to the same project as the cluster. It is specified in the form: `
477
+ # projects/`project`/global/networks/`network_id``. This is required to create a
478
478
  # cluster. Deprecated, use network_config.network instead.
479
479
  # Corresponds to the JSON property `network`
480
480
  # @return [String]
@@ -1497,8 +1497,8 @@ module Google
1497
1497
 
1498
1498
  # Optional. The resource link for the VPC network in which cluster resources are
1499
1499
  # created and from which they are accessible via Private IP. The network must
1500
- # belong to the same project as the cluster. It is specified in the form: "
1501
- # projects/`project_number`/global/networks/`network_id`". This is required to
1500
+ # belong to the same project as the cluster. It is specified in the form: `
1501
+ # projects/`project_number`/global/networks/`network_id``. This is required to
1502
1502
  # create a cluster.
1503
1503
  # Corresponds to the JSON property `network`
1504
1504
  # @return [String]
@@ -2571,7 +2571,7 @@ module Google
2571
2571
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData
2572
2572
  include Google::Apis::Core::Hashable
2573
2573
 
2574
- # Required. Any other additional metadata specific to recommendation
2574
+ # Optional. Any other additional metadata specific to recommendation
2575
2575
  # Corresponds to the JSON property `additionalMetadata`
2576
2576
  # @return [Hash<String,Object>]
2577
2577
  attr_accessor :additional_metadata
@@ -2675,6 +2675,11 @@ module Google
2675
2675
  # @return [String]
2676
2676
  attr_accessor :code
2677
2677
 
2678
+ #
2679
+ # Corresponds to the JSON property `errorType`
2680
+ # @return [String]
2681
+ attr_accessor :error_type
2682
+
2678
2683
  # Additional information about the error encountered. REQUIRED
2679
2684
  # Corresponds to the JSON property `message`
2680
2685
  # @return [String]
@@ -2687,6 +2692,7 @@ module Google
2687
2692
  # Update properties of this object
2688
2693
  def update!(**args)
2689
2694
  @code = args[:code] if args.key?(:code)
2695
+ @error_type = args[:error_type] if args.key?(:error_type)
2690
2696
  @message = args[:message] if args.key?(:message)
2691
2697
  end
2692
2698
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1
18
18
  # Version of the google-apis-alloydb_v1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240216"
25
+ REVISION = "20240223"
26
26
  end
27
27
  end
28
28
  end
@@ -1092,6 +1092,7 @@ module Google
1092
1092
  # @private
1093
1093
  class Representation < Google::Apis::Core::JsonRepresentation
1094
1094
  property :code, as: 'code'
1095
+ property :error_type, as: 'errorType'
1095
1096
  property :message, as: 'message'
1096
1097
  end
1097
1098
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
63
63
  post_install_message:
64
64
  rdoc_options: []