google-apis-alloydb_v1alpha 0.7.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: b7c840b0a439c01d487b0d9a98365a3e8852d6c754580f5a98b57587eaaa3d7c
4
- data.tar.gz: d868214ff84b04cae2b083771ce5ae5fc9ba7209c444bc7f538c5105840024cc
3
+ metadata.gz: 656ff2c72f707f4bee2d1ca8e7d489611eea09231968d4aee773f1ed8d804fcb
4
+ data.tar.gz: cf2899b9c93274ccd2873da5be18e27887d3547959e505760c55a634c101f024
5
5
  SHA512:
6
- metadata.gz: 9cb754cb8a714952e855e92e02baced6ff7a71245121843dfd1440631409baf0ffd088f62e801b250eaee47790cff74215863627c5e1e2fd32c697516dcecd6c
7
- data.tar.gz: 529b33dfd6e0f86e91cb5a029f08546650e113b77b3c41bcb3e3f9cb7649ed07a12b55425b2a0c53cb280e955c952c482e218061b6eecb97fd5991ee7e1448d0
6
+ metadata.gz: 25fc2be324fde7b88bfe2e0b8c03c465b13b041c1a9c1d0b61346d941fbc5e0e4e467a1865bcd4b19584ddc69a7cc7b512bb331763b46a6f8fb640ca0307f5d2
7
+ data.tar.gz: d6656135aa454c7a2e47c772db01425235a4f3d9f0b840f833b7062baf4b54ddbf1e2afc0a93ce7365bb5603698a6fc1c437df5df50a6c775ae585372229f441
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
2
2
 
3
+ ### v0.9.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240228
6
+
7
+ ### v0.8.0 (2024-03-03)
8
+
9
+ * Regenerated from discovery document revision 20240223
10
+
3
11
  ### v0.7.0 (2024-02-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20240216
@@ -499,8 +499,8 @@ module Google
499
499
 
500
500
  # Required. The resource link for the VPC network in which cluster resources are
501
501
  # created and from which they are accessible via Private IP. The network must
502
- # belong to the same project as the cluster. It is specified in the form: "
503
- # projects/`project`/global/networks/`network_id`". This is required to create a
502
+ # belong to the same project as the cluster. It is specified in the form: `
503
+ # projects/`project`/global/networks/`network_id``. This is required to create a
504
504
  # cluster. Deprecated, use network_config.network instead.
505
505
  # Corresponds to the JSON property `network`
506
506
  # @return [String]
@@ -1629,8 +1629,8 @@ module Google
1629
1629
 
1630
1630
  # Optional. The resource link for the VPC network in which cluster resources are
1631
1631
  # created and from which they are accessible via Private IP. The network must
1632
- # belong to the same project as the cluster. It is specified in the form: "
1633
- # projects/`project_number`/global/networks/`network_id`". This is required to
1632
+ # belong to the same project as the cluster. It is specified in the form: `
1633
+ # projects/`project_number`/global/networks/`network_id``. This is required to
1634
1634
  # create a cluster.
1635
1635
  # Corresponds to the JSON property `network`
1636
1636
  # @return [String]
@@ -1919,6 +1919,12 @@ module Google
1919
1919
  # @return [Array<String>]
1920
1920
  attr_accessor :outgoing_service_attachment_links
1921
1921
 
1922
+ # Output only. The DNS name of the instance for PSC connectivity. Name
1923
+ # convention: ...alloydb-psc.goog
1924
+ # Corresponds to the JSON property `pscDnsName`
1925
+ # @return [String]
1926
+ attr_accessor :psc_dns_name
1927
+
1922
1928
  # Optional. Whether PSC connectivity is enabled for this instance. This is
1923
1929
  # populated by referencing the value from the parent cluster.
1924
1930
  # Corresponds to the JSON property `pscEnabled`
@@ -1936,7 +1942,7 @@ module Google
1936
1942
 
1937
1943
  # Output only. The service attachment created when Private Service Connect (PSC)
1938
1944
  # is enabled for the instance. The name of the resource will be in the format of
1939
- # projects//regions//serviceAttachments/
1945
+ # `projects//regions//serviceAttachments/`
1940
1946
  # Corresponds to the JSON property `serviceAttachmentLink`
1941
1947
  # @return [String]
1942
1948
  attr_accessor :service_attachment_link
@@ -1950,6 +1956,7 @@ module Google
1950
1956
  @allowed_consumer_networks = args[:allowed_consumer_networks] if args.key?(:allowed_consumer_networks)
1951
1957
  @allowed_consumer_projects = args[:allowed_consumer_projects] if args.key?(:allowed_consumer_projects)
1952
1958
  @outgoing_service_attachment_links = args[:outgoing_service_attachment_links] if args.key?(:outgoing_service_attachment_links)
1959
+ @psc_dns_name = args[:psc_dns_name] if args.key?(:psc_dns_name)
1953
1960
  @psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
1954
1961
  @psc_interface_configs = args[:psc_interface_configs] if args.key?(:psc_interface_configs)
1955
1962
  @service_attachment_link = args[:service_attachment_link] if args.key?(:service_attachment_link)
@@ -1970,8 +1977,8 @@ module Google
1970
1977
  attr_accessor :consumer_endpoint_ips
1971
1978
 
1972
1979
  # The NetworkAttachment resource created in the consumer VPC to which the PSC
1973
- # interface will be linked, in the form of: "projects/$`CONSUMER_PROJECT`/
1974
- # regions/$`REGION`/networkAttachments/$`NETWORK_ATTACHMENT_NAME`".
1980
+ # interface will be linked, in the form of: `projects/$`CONSUMER_PROJECT`/
1981
+ # regions/$`REGION`/networkAttachments/$`NETWORK_ATTACHMENT_NAME``.
1975
1982
  # NetworkAttachment has to be provided when the PSC interface is created.
1976
1983
  # Corresponds to the JSON property `networkAttachment`
1977
1984
  # @return [String]
@@ -2816,7 +2823,7 @@ module Google
2816
2823
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData
2817
2824
  include Google::Apis::Core::Hashable
2818
2825
 
2819
- # Required. Any other additional metadata specific to recommendation
2826
+ # Optional. Any other additional metadata specific to recommendation
2820
2827
  # Corresponds to the JSON property `additionalMetadata`
2821
2828
  # @return [Hash<String,Object>]
2822
2829
  attr_accessor :additional_metadata
@@ -2920,6 +2927,11 @@ module Google
2920
2927
  # @return [String]
2921
2928
  attr_accessor :code
2922
2929
 
2930
+ #
2931
+ # Corresponds to the JSON property `errorType`
2932
+ # @return [String]
2933
+ attr_accessor :error_type
2934
+
2923
2935
  # Additional information about the error encountered. REQUIRED
2924
2936
  # Corresponds to the JSON property `message`
2925
2937
  # @return [String]
@@ -2932,6 +2944,7 @@ module Google
2932
2944
  # Update properties of this object
2933
2945
  def update!(**args)
2934
2946
  @code = args[:code] if args.key?(:code)
2947
+ @error_type = args[:error_type] if args.key?(:error_type)
2935
2948
  @message = args[:message] if args.key?(:message)
2936
2949
  end
2937
2950
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1alpha
18
18
  # Version of the google-apis-alloydb_v1alpha gem
19
- GEM_VERSION = "0.7.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 = "20240228"
26
26
  end
27
27
  end
28
28
  end
@@ -931,6 +931,7 @@ module Google
931
931
  collection :allowed_consumer_networks, as: 'allowedConsumerNetworks'
932
932
  collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
933
933
  collection :outgoing_service_attachment_links, as: 'outgoingServiceAttachmentLinks'
934
+ property :psc_dns_name, as: 'pscDnsName'
934
935
  property :psc_enabled, as: 'pscEnabled'
935
936
  collection :psc_interface_configs, as: 'pscInterfaceConfigs', class: Google::Apis::AlloydbV1alpha::PscInterfaceConfig, decorator: Google::Apis::AlloydbV1alpha::PscInterfaceConfig::Representation
936
937
 
@@ -1189,6 +1190,7 @@ module Google
1189
1190
  # @private
1190
1191
  class Representation < Google::Apis::Core::JsonRepresentation
1191
1192
  property :code, as: 'code'
1193
+ property :error_type, as: 'errorType'
1192
1194
  property :message, as: 'message'
1193
1195
  end
1194
1196
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.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-10 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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []