google-apis-sqladmin_v1beta4 0.45.0 → 0.47.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: 6ffe6c423d3f7d8cdbd33cf210e0af73b2d7526d2c0515688d1772ef36b0c146
|
4
|
+
data.tar.gz: '090c8b08a8c65705ebaa9d7d0b4f66dbcc859a556abd29bdc583bac5e86d157d'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57718695cdf3aa7871dec9c49cd427ef1ec6199c359b32292930618876517d462f078d23851e8bdb1e792352a2a6df35927f22d80e3e4bf19d81da5ce28e4da8
|
7
|
+
data.tar.gz: 017c7c921b7a580a1c8f589da1e7c055e8e57894624252c014267bb2276aae15e039a383cf002f50a53e68234adcd21bafd9760e5d773b7957263bf17fce1600
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-sqladmin_v1beta4
|
2
2
|
|
3
|
+
### v0.47.0 (2023-04-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230422
|
6
|
+
|
7
|
+
### v0.46.0 (2023-04-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230405
|
10
|
+
|
3
11
|
### v0.45.0 (2023-03-12)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230309
|
@@ -60,6 +60,25 @@ module Google
|
|
60
60
|
end
|
61
61
|
end
|
62
62
|
|
63
|
+
# Specifies options for controlling advanced machine features.
|
64
|
+
class AdvancedMachineFeatures
|
65
|
+
include Google::Apis::Core::Hashable
|
66
|
+
|
67
|
+
# The number of threads per physical core.
|
68
|
+
# Corresponds to the JSON property `threadsPerCore`
|
69
|
+
# @return [Fixnum]
|
70
|
+
attr_accessor :threads_per_core
|
71
|
+
|
72
|
+
def initialize(**args)
|
73
|
+
update!(**args)
|
74
|
+
end
|
75
|
+
|
76
|
+
# Update properties of this object
|
77
|
+
def update!(**args)
|
78
|
+
@threads_per_core = args[:threads_per_core] if args.key?(:threads_per_core)
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
63
82
|
# An Admin API warning message.
|
64
83
|
class ApiWarning
|
65
84
|
include Google::Apis::Core::Hashable
|
@@ -453,6 +472,13 @@ module Google
|
|
453
472
|
# @return [String]
|
454
473
|
attr_accessor :point_in_time
|
455
474
|
|
475
|
+
# (Point-in-time recovery for PostgreSQL only) Clone to an instance in the
|
476
|
+
# specified zone. If no zone is specified, clone to the same zone as the source
|
477
|
+
# instance.
|
478
|
+
# Corresponds to the JSON property `preferredZone`
|
479
|
+
# @return [String]
|
480
|
+
attr_accessor :preferred_zone
|
481
|
+
|
456
482
|
def initialize(**args)
|
457
483
|
update!(**args)
|
458
484
|
end
|
@@ -466,6 +492,7 @@ module Google
|
|
466
492
|
@kind = args[:kind] if args.key?(:kind)
|
467
493
|
@pitr_timestamp_ms = args[:pitr_timestamp_ms] if args.key?(:pitr_timestamp_ms)
|
468
494
|
@point_in_time = args[:point_in_time] if args.key?(:point_in_time)
|
495
|
+
@preferred_zone = args[:preferred_zone] if args.key?(:preferred_zone)
|
469
496
|
end
|
470
497
|
end
|
471
498
|
|
@@ -630,7 +657,7 @@ module Google
|
|
630
657
|
class DatabaseInstance
|
631
658
|
include Google::Apis::Core::Hashable
|
632
659
|
|
633
|
-
# List all maintenance versions applicable on the instance
|
660
|
+
# Output only. List all maintenance versions applicable on the instance
|
634
661
|
# Corresponds to the JSON property `availableMaintenanceVersions`
|
635
662
|
# @return [Array<String>]
|
636
663
|
attr_accessor :available_maintenance_versions
|
@@ -2891,6 +2918,11 @@ module Google
|
|
2891
2918
|
# @return [Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig]
|
2892
2919
|
attr_accessor :active_directory_config
|
2893
2920
|
|
2921
|
+
# Specifies options for controlling advanced machine features.
|
2922
|
+
# Corresponds to the JSON property `advancedMachineFeatures`
|
2923
|
+
# @return [Google::Apis::SqladminV1beta4::AdvancedMachineFeatures]
|
2924
|
+
attr_accessor :advanced_machine_features
|
2925
|
+
|
2894
2926
|
# The App Engine app IDs that can access this instance. (Deprecated) Applied to
|
2895
2927
|
# First Generation instances only.
|
2896
2928
|
# Corresponds to the JSON property `authorizedGaeApplications`
|
@@ -3067,6 +3099,7 @@ module Google
|
|
3067
3099
|
def update!(**args)
|
3068
3100
|
@activation_policy = args[:activation_policy] if args.key?(:activation_policy)
|
3069
3101
|
@active_directory_config = args[:active_directory_config] if args.key?(:active_directory_config)
|
3102
|
+
@advanced_machine_features = args[:advanced_machine_features] if args.key?(:advanced_machine_features)
|
3070
3103
|
@authorized_gae_applications = args[:authorized_gae_applications] if args.key?(:authorized_gae_applications)
|
3071
3104
|
@availability_type = args[:availability_type] if args.key?(:availability_type)
|
3072
3105
|
@backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
|
@@ -3162,6 +3195,11 @@ module Google
|
|
3162
3195
|
# @return [String]
|
3163
3196
|
attr_accessor :kind
|
3164
3197
|
|
3198
|
+
# Additional message to customers.
|
3199
|
+
# Corresponds to the JSON property `message`
|
3200
|
+
# @return [String]
|
3201
|
+
attr_accessor :message
|
3202
|
+
|
3165
3203
|
# The minimum size to which a disk can be shrunk in GigaBytes.
|
3166
3204
|
# Corresponds to the JSON property `minimalTargetSizeGb`
|
3167
3205
|
# @return [Fixnum]
|
@@ -3174,6 +3212,7 @@ module Google
|
|
3174
3212
|
# Update properties of this object
|
3175
3213
|
def update!(**args)
|
3176
3214
|
@kind = args[:kind] if args.key?(:kind)
|
3215
|
+
@message = args[:message] if args.key?(:message)
|
3177
3216
|
@minimal_target_size_gb = args[:minimal_target_size_gb] if args.key?(:minimal_target_size_gb)
|
3178
3217
|
end
|
3179
3218
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SqladminV1beta4
|
18
18
|
# Version of the google-apis-sqladmin_v1beta4 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.47.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230422"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -28,6 +28,12 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class AdvancedMachineFeatures
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
31
37
|
class ApiWarning
|
32
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
39
|
|
@@ -590,6 +596,13 @@ module Google
|
|
590
596
|
end
|
591
597
|
end
|
592
598
|
|
599
|
+
class AdvancedMachineFeatures
|
600
|
+
# @private
|
601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
602
|
+
property :threads_per_core, as: 'threadsPerCore'
|
603
|
+
end
|
604
|
+
end
|
605
|
+
|
593
606
|
class ApiWarning
|
594
607
|
# @private
|
595
608
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -687,6 +700,7 @@ module Google
|
|
687
700
|
property :kind, as: 'kind'
|
688
701
|
property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
|
689
702
|
property :point_in_time, as: 'pointInTime'
|
703
|
+
property :preferred_zone, as: 'preferredZone'
|
690
704
|
end
|
691
705
|
end
|
692
706
|
|
@@ -1329,6 +1343,8 @@ module Google
|
|
1329
1343
|
property :activation_policy, as: 'activationPolicy'
|
1330
1344
|
property :active_directory_config, as: 'activeDirectoryConfig', class: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig, decorator: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig::Representation
|
1331
1345
|
|
1346
|
+
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures, decorator: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures::Representation
|
1347
|
+
|
1332
1348
|
collection :authorized_gae_applications, as: 'authorizedGaeApplications'
|
1333
1349
|
property :availability_type, as: 'availabilityType'
|
1334
1350
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::SqladminV1beta4::BackupConfiguration, decorator: Google::Apis::SqladminV1beta4::BackupConfiguration::Representation
|
@@ -1389,6 +1405,7 @@ module Google
|
|
1389
1405
|
# @private
|
1390
1406
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1391
1407
|
property :kind, as: 'kind'
|
1408
|
+
property :message, as: 'message'
|
1392
1409
|
property :minimal_target_size_gb, :numeric_string => true, as: 'minimalTargetSizeGb'
|
1393
1410
|
end
|
1394
1411
|
end
|
@@ -349,7 +349,7 @@ module Google
|
|
349
349
|
end
|
350
350
|
|
351
351
|
# Inserts a resource containing information about a database inside a Cloud SQL
|
352
|
-
# instance.
|
352
|
+
# instance. **Note:** You can't modify the default character set and collation.
|
353
353
|
# @param [String] project
|
354
354
|
# Project ID of the project that contains the instance.
|
355
355
|
# @param [String] instance
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-sqladmin_v1beta4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.47.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: 2023-
|
11
|
+
date: 2023-04-30 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-sqladmin_v1beta4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.47.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|