google-apis-alloydb_v1alpha 0.22.0 → 0.23.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: 895518f90153c645f0f6fbb491021bf66df2120c2f1eb83b51113d61a5d753c7
|
4
|
+
data.tar.gz: 5f28a225cf17c6389c3377fe521b4e0e54c49b42e68da27d19e6f7c3225cf93c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93efeb07d5d27c614caf9161fad31564ad84af45f64923417b069815895e9e562f1c762c81eb1ee67813167b289d8699cbfe2488196f0501a80ad12eb5880640
|
7
|
+
data.tar.gz: f2e97dca9243bbaaab42ba9ca571ec0aa50da35eb97de8354897b9fb9d833b09ce56e9103e2025dac24a5f2d04d0dcfc3ae064e396a8f44625db6e87480b648e
|
data/CHANGELOG.md
CHANGED
@@ -1142,6 +1142,26 @@ module Google
|
|
1142
1142
|
end
|
1143
1143
|
end
|
1144
1144
|
|
1145
|
+
# Instance level configuration parameters related to the Gemini Cloud Assist
|
1146
|
+
# product.
|
1147
|
+
class GcaInstanceConfig
|
1148
|
+
include Google::Apis::Core::Hashable
|
1149
|
+
|
1150
|
+
# Output only. Represents the GCA entitlement state of the instance.
|
1151
|
+
# Corresponds to the JSON property `gcaEntitlement`
|
1152
|
+
# @return [String]
|
1153
|
+
attr_accessor :gca_entitlement
|
1154
|
+
|
1155
|
+
def initialize(**args)
|
1156
|
+
update!(**args)
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
# Update properties of this object
|
1160
|
+
def update!(**args)
|
1161
|
+
@gca_entitlement = args[:gca_entitlement] if args.key?(:gca_entitlement)
|
1162
|
+
end
|
1163
|
+
end
|
1164
|
+
|
1145
1165
|
# Destination for Export. Export will be done to cloud storage.
|
1146
1166
|
class GcsDestination
|
1147
1167
|
include Google::Apis::Core::Hashable
|
@@ -1479,6 +1499,12 @@ module Google
|
|
1479
1499
|
# @return [String]
|
1480
1500
|
attr_accessor :etag
|
1481
1501
|
|
1502
|
+
# Instance level configuration parameters related to the Gemini Cloud Assist
|
1503
|
+
# product.
|
1504
|
+
# Corresponds to the JSON property `gcaConfig`
|
1505
|
+
# @return [Google::Apis::AlloydbV1alpha::GcaInstanceConfig]
|
1506
|
+
attr_accessor :gca_config
|
1507
|
+
|
1482
1508
|
# The Compute Engine zone that the instance should serve from, per https://cloud.
|
1483
1509
|
# google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL
|
1484
1510
|
# instances. If present for a REGIONAL instance, an error will be thrown. If
|
@@ -1634,6 +1660,7 @@ module Google
|
|
1634
1660
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
1635
1661
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1636
1662
|
@etag = args[:etag] if args.key?(:etag)
|
1663
|
+
@gca_config = args[:gca_config] if args.key?(:gca_config)
|
1637
1664
|
@gce_zone = args[:gce_zone] if args.key?(:gce_zone)
|
1638
1665
|
@gemini_config = args[:gemini_config] if args.key?(:gemini_config)
|
1639
1666
|
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
@@ -2164,16 +2191,10 @@ module Google
|
|
2164
2191
|
attr_accessor :track_active_queries
|
2165
2192
|
alias_method :track_active_queries?, :track_active_queries
|
2166
2193
|
|
2167
|
-
# Track client address for an instance. If not set, default value is "off".
|
2168
|
-
# Corresponds to the JSON property `trackClientAddress`
|
2169
|
-
# @return [Boolean]
|
2170
|
-
attr_accessor :track_client_address
|
2171
|
-
alias_method :track_client_address?, :track_client_address
|
2172
|
-
|
2173
2194
|
# Output only. Track wait event types during query execution for an instance.
|
2174
2195
|
# This flag is turned "on" by default but tracking is enabled only after
|
2175
2196
|
# observability enabled flag is also turned on. This is read-only flag and only
|
2176
|
-
# modifiable by
|
2197
|
+
# modifiable by internal API.
|
2177
2198
|
# Corresponds to the JSON property `trackWaitEventTypes`
|
2178
2199
|
# @return [Boolean]
|
2179
2200
|
attr_accessor :track_wait_event_types
|
@@ -2199,7 +2220,6 @@ module Google
|
|
2199
2220
|
@query_plans_per_minute = args[:query_plans_per_minute] if args.key?(:query_plans_per_minute)
|
2200
2221
|
@record_application_tags = args[:record_application_tags] if args.key?(:record_application_tags)
|
2201
2222
|
@track_active_queries = args[:track_active_queries] if args.key?(:track_active_queries)
|
2202
|
-
@track_client_address = args[:track_client_address] if args.key?(:track_client_address)
|
2203
2223
|
@track_wait_event_types = args[:track_wait_event_types] if args.key?(:track_wait_event_types)
|
2204
2224
|
@track_wait_events = args[:track_wait_events] if args.key?(:track_wait_events)
|
2205
2225
|
end
|
@@ -3793,14 +3813,14 @@ module Google
|
|
3793
3813
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
3794
3814
|
include Google::Apis::Core::Hashable
|
3795
3815
|
|
3796
|
-
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482
|
3797
|
-
#
|
3816
|
+
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add
|
3817
|
+
# proto validations again after bug fix.
|
3798
3818
|
# Corresponds to the JSON property `cpuCount`
|
3799
3819
|
# @return [Fixnum]
|
3800
3820
|
attr_accessor :cpu_count
|
3801
3821
|
|
3802
|
-
# Memory size in bytes. TODO(b/342344482
|
3803
|
-
#
|
3822
|
+
# Memory size in bytes. TODO(b/342344482) add proto validations again after bug
|
3823
|
+
# fix.
|
3804
3824
|
# Corresponds to the JSON property `memorySizeInBytes`
|
3805
3825
|
# @return [Fixnum]
|
3806
3826
|
attr_accessor :memory_size_in_bytes
|
@@ -3810,8 +3830,8 @@ module Google
|
|
3810
3830
|
# @return [Fixnum]
|
3811
3831
|
attr_accessor :shard_count
|
3812
3832
|
|
3813
|
-
# Optional. The number of vCPUs. TODO(b/342344482
|
3814
|
-
#
|
3833
|
+
# Optional. The number of vCPUs. TODO(b/342344482) add proto validations again
|
3834
|
+
# after bug fix.
|
3815
3835
|
# Corresponds to the JSON property `vcpuCount`
|
3816
3836
|
# @return [Float]
|
3817
3837
|
attr_accessor :vcpu_count
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250227"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -148,6 +148,12 @@ module Google
|
|
148
148
|
include Google::Apis::Core::JsonObjectSupport
|
149
149
|
end
|
150
150
|
|
151
|
+
class GcaInstanceConfig
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
151
157
|
class GcsDestination
|
152
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
159
|
|
@@ -922,6 +928,13 @@ module Google
|
|
922
928
|
end
|
923
929
|
end
|
924
930
|
|
931
|
+
class GcaInstanceConfig
|
932
|
+
# @private
|
933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
934
|
+
property :gca_entitlement, as: 'gcaEntitlement'
|
935
|
+
end
|
936
|
+
end
|
937
|
+
|
925
938
|
class GcsDestination
|
926
939
|
# @private
|
927
940
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1007,6 +1020,8 @@ module Google
|
|
1007
1020
|
property :delete_time, as: 'deleteTime'
|
1008
1021
|
property :display_name, as: 'displayName'
|
1009
1022
|
property :etag, as: 'etag'
|
1023
|
+
property :gca_config, as: 'gcaConfig', class: Google::Apis::AlloydbV1alpha::GcaInstanceConfig, decorator: Google::Apis::AlloydbV1alpha::GcaInstanceConfig::Representation
|
1024
|
+
|
1010
1025
|
property :gce_zone, as: 'gceZone'
|
1011
1026
|
property :gemini_config, as: 'geminiConfig', class: Google::Apis::AlloydbV1alpha::GeminiInstanceConfig, decorator: Google::Apis::AlloydbV1alpha::GeminiInstanceConfig::Representation
|
1012
1027
|
|
@@ -1195,7 +1210,6 @@ module Google
|
|
1195
1210
|
property :query_plans_per_minute, as: 'queryPlansPerMinute'
|
1196
1211
|
property :record_application_tags, as: 'recordApplicationTags'
|
1197
1212
|
property :track_active_queries, as: 'trackActiveQueries'
|
1198
|
-
property :track_client_address, as: 'trackClientAddress'
|
1199
1213
|
property :track_wait_event_types, as: 'trackWaitEventTypes'
|
1200
1214
|
property :track_wait_events, as: 'trackWaitEvents'
|
1201
1215
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.23.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|