google-apis-alloydb_v1beta 0.44.0 → 0.45.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0aca38c27438fc23d2da78dbd9de41005460b824e50aa010524b36b6dc924f4e
|
|
4
|
+
data.tar.gz: 45de9d4c6c8c3fbe26378b5b422a1d91e3da30df5f80e43b2cc3049e36f75868
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8826b426d7d1402c5c550ee469d521afe6c6f3e575ba8abc99d2c7e92e795710bf91485ef8de2cab868f8e90275a84c9ea99863e429fb39d975268b143f8276b
|
|
7
|
+
data.tar.gz: f7a5f23b655f68661d70db5d0657be3b4284a33a7d7d224b99edadaa83fd1bbba30738076fcc8d23081b2ae5edcbf6ce2847e567d491af1ed39ddcd96e38ef6f
|
data/CHANGELOG.md
CHANGED
|
@@ -1932,6 +1932,16 @@ module Google
|
|
|
1932
1932
|
# @return [String]
|
|
1933
1933
|
attr_accessor :create_time
|
|
1934
1934
|
|
|
1935
|
+
# Optional. Controls whether the Data API is enabled for this instance. When
|
|
1936
|
+
# enabled, this allows authorized users to connect to the instance from the
|
|
1937
|
+
# public internet using the `executeSql` API, even for private IP instances. If
|
|
1938
|
+
# this is not specified, the data API is enabled by default for Google internal
|
|
1939
|
+
# services like AlloyDB Studio. Disable it explicitly to disallow Google
|
|
1940
|
+
# internal services as well.
|
|
1941
|
+
# Corresponds to the JSON property `dataApiAccess`
|
|
1942
|
+
# @return [String]
|
|
1943
|
+
attr_accessor :data_api_access
|
|
1944
|
+
|
|
1935
1945
|
# Database flags. Set at the instance level. They are copied from the primary
|
|
1936
1946
|
# instance on secondary instance creation. Flags that have restrictions default
|
|
1937
1947
|
# to the value at primary instance on read instances during creation. Read
|
|
@@ -2121,6 +2131,7 @@ module Google
|
|
|
2121
2131
|
@client_connection_config = args[:client_connection_config] if args.key?(:client_connection_config)
|
|
2122
2132
|
@connection_pool_config = args[:connection_pool_config] if args.key?(:connection_pool_config)
|
|
2123
2133
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
2134
|
+
@data_api_access = args[:data_api_access] if args.key?(:data_api_access)
|
|
2124
2135
|
@database_flags = args[:database_flags] if args.key?(:database_flags)
|
|
2125
2136
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
|
2126
2137
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
@@ -4897,12 +4908,23 @@ module Google
|
|
|
4897
4908
|
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule]
|
|
4898
4909
|
attr_accessor :maintenance_schedule
|
|
4899
4910
|
|
|
4911
|
+
# Output only. Current state of maintenance on the database resource.
|
|
4912
|
+
# Corresponds to the JSON property `maintenanceState`
|
|
4913
|
+
# @return [String]
|
|
4914
|
+
attr_accessor :maintenance_state
|
|
4915
|
+
|
|
4900
4916
|
# Optional. Current Maintenance version of the database resource. Example: "
|
|
4901
4917
|
# MYSQL_8_0_41.R20250531.01_15"
|
|
4902
4918
|
# Corresponds to the JSON property `maintenanceVersion`
|
|
4903
4919
|
# @return [String]
|
|
4904
4920
|
attr_accessor :maintenance_version
|
|
4905
4921
|
|
|
4922
|
+
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
4923
|
+
# the upcoming maintenance schedule is published.
|
|
4924
|
+
# Corresponds to the JSON property `upcomingMaintenance`
|
|
4925
|
+
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance]
|
|
4926
|
+
attr_accessor :upcoming_maintenance
|
|
4927
|
+
|
|
4906
4928
|
def initialize(**args)
|
|
4907
4929
|
update!(**args)
|
|
4908
4930
|
end
|
|
@@ -4911,7 +4933,9 @@ module Google
|
|
|
4911
4933
|
def update!(**args)
|
|
4912
4934
|
@deny_maintenance_schedules = args[:deny_maintenance_schedules] if args.key?(:deny_maintenance_schedules)
|
|
4913
4935
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
4936
|
+
@maintenance_state = args[:maintenance_state] if args.key?(:maintenance_state)
|
|
4914
4937
|
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
4938
|
+
@upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
|
|
4915
4939
|
end
|
|
4916
4940
|
end
|
|
4917
4941
|
|
|
@@ -5018,6 +5042,32 @@ module Google
|
|
|
5018
5042
|
end
|
|
5019
5043
|
end
|
|
5020
5044
|
|
|
5045
|
+
# Upcoming maintenance for the database resource. This is generated by SLM once
|
|
5046
|
+
# the upcoming maintenance schedule is published.
|
|
5047
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
5048
|
+
include Google::Apis::Core::Hashable
|
|
5049
|
+
|
|
5050
|
+
# Optional. The end time of the upcoming maintenance.
|
|
5051
|
+
# Corresponds to the JSON property `endTime`
|
|
5052
|
+
# @return [String]
|
|
5053
|
+
attr_accessor :end_time
|
|
5054
|
+
|
|
5055
|
+
# Optional. The start time of the upcoming maintenance.
|
|
5056
|
+
# Corresponds to the JSON property `startTime`
|
|
5057
|
+
# @return [String]
|
|
5058
|
+
attr_accessor :start_time
|
|
5059
|
+
|
|
5060
|
+
def initialize(**args)
|
|
5061
|
+
update!(**args)
|
|
5062
|
+
end
|
|
5063
|
+
|
|
5064
|
+
# Update properties of this object
|
|
5065
|
+
def update!(**args)
|
|
5066
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
|
5067
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
5068
|
+
end
|
|
5069
|
+
end
|
|
5070
|
+
|
|
5021
5071
|
# Message type for storing user labels. User labels are used to tag App Engine
|
|
5022
5072
|
# resources, allowing users to search for resources matching a set of labels and
|
|
5023
5073
|
# to aggregate usage data by labels.
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AlloydbV1beta
|
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.45.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260122"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -670,6 +670,12 @@ module Google
|
|
|
670
670
|
include Google::Apis::Core::JsonObjectSupport
|
|
671
671
|
end
|
|
672
672
|
|
|
673
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
673
679
|
class StorageDatabasecenterPartnerapiV1mainUserLabels
|
|
674
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
681
|
|
|
@@ -1233,6 +1239,7 @@ module Google
|
|
|
1233
1239
|
property :connection_pool_config, as: 'connectionPoolConfig', class: Google::Apis::AlloydbV1beta::ConnectionPoolConfig, decorator: Google::Apis::AlloydbV1beta::ConnectionPoolConfig::Representation
|
|
1234
1240
|
|
|
1235
1241
|
property :create_time, as: 'createTime'
|
|
1242
|
+
property :data_api_access, as: 'dataApiAccess'
|
|
1236
1243
|
hash :database_flags, as: 'databaseFlags'
|
|
1237
1244
|
property :delete_time, as: 'deleteTime'
|
|
1238
1245
|
property :display_name, as: 'displayName'
|
|
@@ -1993,7 +2000,10 @@ module Google
|
|
|
1993
2000
|
|
|
1994
2001
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule::Representation
|
|
1995
2002
|
|
|
2003
|
+
property :maintenance_state, as: 'maintenanceState'
|
|
1996
2004
|
property :maintenance_version, as: 'maintenanceVersion'
|
|
2005
|
+
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance::Representation
|
|
2006
|
+
|
|
1997
2007
|
end
|
|
1998
2008
|
end
|
|
1999
2009
|
|
|
@@ -2025,6 +2035,14 @@ module Google
|
|
|
2025
2035
|
end
|
|
2026
2036
|
end
|
|
2027
2037
|
|
|
2038
|
+
class StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance
|
|
2039
|
+
# @private
|
|
2040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2041
|
+
property :end_time, as: 'endTime'
|
|
2042
|
+
property :start_time, as: 'startTime'
|
|
2043
|
+
end
|
|
2044
|
+
end
|
|
2045
|
+
|
|
2028
2046
|
class StorageDatabasecenterPartnerapiV1mainUserLabels
|
|
2029
2047
|
# @private
|
|
2030
2048
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-alloydb_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.45.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.45.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|