google-apis-alloydb_v1beta 0.48.0 → 0.49.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: e4430da332f2bbdd916f2a0df094ca3a57a40954902c867f07f14c3685e01fd9
|
|
4
|
+
data.tar.gz: abfe6ad76bc42c80643418296b656c99f43bddb4646652a76b01f4dafba1bb2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15aa06f36bb9649eb91b61c8e8b4667f1f550ca156ec8a03c7e5559d6f1bad522feee4883fd7ffbb8e15692054d587fc2cff5acaa8e3728ca4385d2bc94527ac
|
|
7
|
+
data.tar.gz: 30e281f32a5d99e8e4b281fed913f5a8909d8fa38eb22c5b2ee4e69dafb430fa5588fe3a84f54e09f05d2d706e22864e8066013193a4f337d2d4ede0ea72eeaf
|
data/CHANGELOG.md
CHANGED
|
@@ -2630,6 +2630,13 @@ module Google
|
|
|
2630
2630
|
attr_accessor :track_active_queries
|
|
2631
2631
|
alias_method :track_active_queries?, :track_active_queries
|
|
2632
2632
|
|
|
2633
|
+
# Indicates whether to track active query plans for an instance. If not set, the
|
|
2634
|
+
# default value is "off". Can only be enabled if track_active_queries is enabled.
|
|
2635
|
+
# Corresponds to the JSON property `trackActiveQueryPlan`
|
|
2636
|
+
# @return [Boolean]
|
|
2637
|
+
attr_accessor :track_active_query_plan
|
|
2638
|
+
alias_method :track_active_query_plan?, :track_active_query_plan
|
|
2639
|
+
|
|
2633
2640
|
# Track client address for an instance. If not set, default value is "off".
|
|
2634
2641
|
# Corresponds to the JSON property `trackClientAddress`
|
|
2635
2642
|
# @return [Boolean]
|
|
@@ -2666,6 +2673,7 @@ module Google
|
|
|
2666
2673
|
@query_plans_per_minute = args[:query_plans_per_minute] if args.key?(:query_plans_per_minute)
|
|
2667
2674
|
@record_application_tags = args[:record_application_tags] if args.key?(:record_application_tags)
|
|
2668
2675
|
@track_active_queries = args[:track_active_queries] if args.key?(:track_active_queries)
|
|
2676
|
+
@track_active_query_plan = args[:track_active_query_plan] if args.key?(:track_active_query_plan)
|
|
2669
2677
|
@track_client_address = args[:track_client_address] if args.key?(:track_client_address)
|
|
2670
2678
|
@track_wait_event_types = args[:track_wait_event_types] if args.key?(:track_wait_event_types)
|
|
2671
2679
|
@track_wait_events = args[:track_wait_events] if args.key?(:track_wait_events)
|
|
@@ -3974,7 +3982,7 @@ module Google
|
|
|
3974
3982
|
|
|
3975
3983
|
# Database resource signal data. This is used to send signals to Condor which
|
|
3976
3984
|
# are based on the DB/Instance/Fleet level configurations. These will be used to
|
|
3977
|
-
# send signals for all inventory types. Next ID:
|
|
3985
|
+
# send signals for all inventory types. Next ID: 9
|
|
3978
3986
|
# Corresponds to the JSON property `databaseResourceSignalData`
|
|
3979
3987
|
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData]
|
|
3980
3988
|
attr_accessor :database_resource_signal_data
|
|
@@ -4485,10 +4493,15 @@ module Google
|
|
|
4485
4493
|
|
|
4486
4494
|
# Database resource signal data. This is used to send signals to Condor which
|
|
4487
4495
|
# are based on the DB/Instance/Fleet level configurations. These will be used to
|
|
4488
|
-
# send signals for all inventory types. Next ID:
|
|
4496
|
+
# send signals for all inventory types. Next ID: 9
|
|
4489
4497
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
|
|
4490
4498
|
include Google::Apis::Core::Hashable
|
|
4491
4499
|
|
|
4500
|
+
# A backup run.
|
|
4501
|
+
# Corresponds to the JSON property `backupRun`
|
|
4502
|
+
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun]
|
|
4503
|
+
attr_accessor :backup_run
|
|
4504
|
+
|
|
4492
4505
|
# Required. Full Resource name of the source resource.
|
|
4493
4506
|
# Corresponds to the JSON property `fullResourceName`
|
|
4494
4507
|
# @return [String]
|
|
@@ -4504,12 +4517,18 @@ module Google
|
|
|
4504
4517
|
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
|
4505
4518
|
attr_accessor :resource_id
|
|
4506
4519
|
|
|
4507
|
-
#
|
|
4520
|
+
# Deprecated: Use signal_metadata_list instead.
|
|
4508
4521
|
# Corresponds to the JSON property `signalBoolValue`
|
|
4509
4522
|
# @return [Boolean]
|
|
4510
4523
|
attr_accessor :signal_bool_value
|
|
4511
4524
|
alias_method :signal_bool_value?, :signal_bool_value
|
|
4512
4525
|
|
|
4526
|
+
# This will support array of OneOf signal metadata information for a given
|
|
4527
|
+
# signal type.
|
|
4528
|
+
# Corresponds to the JSON property `signalMetadataList`
|
|
4529
|
+
# @return [Array<Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainSignalMetadata>]
|
|
4530
|
+
attr_accessor :signal_metadata_list
|
|
4531
|
+
|
|
4513
4532
|
# Required. Output only. Signal state of the signal
|
|
4514
4533
|
# Corresponds to the JSON property `signalState`
|
|
4515
4534
|
# @return [String]
|
|
@@ -4526,10 +4545,12 @@ module Google
|
|
|
4526
4545
|
|
|
4527
4546
|
# Update properties of this object
|
|
4528
4547
|
def update!(**args)
|
|
4548
|
+
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
|
4529
4549
|
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
|
4530
4550
|
@last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
|
|
4531
4551
|
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
|
4532
4552
|
@signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
|
|
4553
|
+
@signal_metadata_list = args[:signal_metadata_list] if args.key?(:signal_metadata_list)
|
|
4533
4554
|
@signal_state = args[:signal_state] if args.key?(:signal_state)
|
|
4534
4555
|
@signal_type = args[:signal_type] if args.key?(:signal_type)
|
|
4535
4556
|
end
|
|
@@ -4989,6 +5010,34 @@ module Google
|
|
|
4989
5010
|
end
|
|
4990
5011
|
end
|
|
4991
5012
|
|
|
5013
|
+
# SignalMetadata contains one of the signal metadata proto messages associated
|
|
5014
|
+
# with a SignalType. This proto will be mapped to SignalMetadata message in
|
|
5015
|
+
# storage.proto. Next ID: 3
|
|
5016
|
+
class StorageDatabasecenterPartnerapiV1mainSignalMetadata
|
|
5017
|
+
include Google::Apis::Core::Hashable
|
|
5018
|
+
|
|
5019
|
+
# A backup run.
|
|
5020
|
+
# Corresponds to the JSON property `backupRun`
|
|
5021
|
+
# @return [Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun]
|
|
5022
|
+
attr_accessor :backup_run
|
|
5023
|
+
|
|
5024
|
+
# Signal data for boolean signals.
|
|
5025
|
+
# Corresponds to the JSON property `signalBoolValue`
|
|
5026
|
+
# @return [Boolean]
|
|
5027
|
+
attr_accessor :signal_bool_value
|
|
5028
|
+
alias_method :signal_bool_value?, :signal_bool_value
|
|
5029
|
+
|
|
5030
|
+
def initialize(**args)
|
|
5031
|
+
update!(**args)
|
|
5032
|
+
end
|
|
5033
|
+
|
|
5034
|
+
# Update properties of this object
|
|
5035
|
+
def update!(**args)
|
|
5036
|
+
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
|
5037
|
+
@signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
|
|
5038
|
+
end
|
|
5039
|
+
end
|
|
5040
|
+
|
|
4992
5041
|
# Message type for storing tags. Tags provide a way to create annotations for
|
|
4993
5042
|
# resources, and in some cases conditionally allow or deny policies based on
|
|
4994
5043
|
# whether a resource has a specific tag.
|
|
@@ -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.49.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 = "20260226"
|
|
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 StorageDatabasecenterPartnerapiV1mainSignalMetadata
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
673
679
|
class StorageDatabasecenterPartnerapiV1mainTags
|
|
674
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
681
|
|
|
@@ -1437,6 +1443,7 @@ module Google
|
|
|
1437
1443
|
property :query_plans_per_minute, as: 'queryPlansPerMinute'
|
|
1438
1444
|
property :record_application_tags, as: 'recordApplicationTags'
|
|
1439
1445
|
property :track_active_queries, as: 'trackActiveQueries'
|
|
1446
|
+
property :track_active_query_plan, as: 'trackActiveQueryPlan'
|
|
1440
1447
|
property :track_client_address, as: 'trackClientAddress'
|
|
1441
1448
|
property :track_wait_event_types, as: 'trackWaitEventTypes'
|
|
1442
1449
|
property :track_wait_events, as: 'trackWaitEvents'
|
|
@@ -1905,11 +1912,15 @@ module Google
|
|
|
1905
1912
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
|
|
1906
1913
|
# @private
|
|
1907
1914
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1915
|
+
property :backup_run, as: 'backupRun', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun::Representation
|
|
1916
|
+
|
|
1908
1917
|
property :full_resource_name, as: 'fullResourceName'
|
|
1909
1918
|
property :last_refresh_time, as: 'lastRefreshTime'
|
|
1910
1919
|
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
|
1911
1920
|
|
|
1912
1921
|
property :signal_bool_value, as: 'signalBoolValue'
|
|
1922
|
+
collection :signal_metadata_list, as: 'signalMetadataList', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainSignalMetadata, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainSignalMetadata::Representation
|
|
1923
|
+
|
|
1913
1924
|
property :signal_state, as: 'signalState'
|
|
1914
1925
|
property :signal_type, as: 'signalType'
|
|
1915
1926
|
end
|
|
@@ -2037,6 +2048,15 @@ module Google
|
|
|
2037
2048
|
end
|
|
2038
2049
|
end
|
|
2039
2050
|
|
|
2051
|
+
class StorageDatabasecenterPartnerapiV1mainSignalMetadata
|
|
2052
|
+
# @private
|
|
2053
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2054
|
+
property :backup_run, as: 'backupRun', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun::Representation
|
|
2055
|
+
|
|
2056
|
+
property :signal_bool_value, as: 'signalBoolValue'
|
|
2057
|
+
end
|
|
2058
|
+
end
|
|
2059
|
+
|
|
2040
2060
|
class StorageDatabasecenterPartnerapiV1mainTags
|
|
2041
2061
|
# @private
|
|
2042
2062
|
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.49.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.49.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:
|