google-apis-alloydb_v1 0.50.0 → 0.51.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: e870538ee26b59eed130cd122d9d73969b5b27241e1f02c9ce0360220816c052
|
|
4
|
+
data.tar.gz: d9a2f5ac0f03d8d6c3efd8511dc1808b4c6d0e12667fbd838746f580c4e50c1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d250bef29c20b7b7272757a52fde124ecc0ef8948e8efc5e4ee8b376887f3348e6c3de1a185a527359e09995802fb6807f8c8b30939db02e82b8f02872bdc806
|
|
7
|
+
data.tar.gz: 762f396bece1d5892f69795b854da11e3b4ab49070f30b906edca5c4d85d8e2a5ca1985421bde9004cf0e8dc06f9b38dedfebb46edfad8f79785df4e6339ba57
|
data/CHANGELOG.md
CHANGED
|
@@ -2174,8 +2174,9 @@ module Google
|
|
|
2174
2174
|
attr_accessor :operations
|
|
2175
2175
|
|
|
2176
2176
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
2177
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
2178
|
-
# when attempting to list all resources across all supported
|
|
2177
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
2178
|
+
# For example, when attempting to list all resources across all supported
|
|
2179
|
+
# locations.
|
|
2179
2180
|
# Corresponds to the JSON property `unreachable`
|
|
2180
2181
|
# @return [Array<String>]
|
|
2181
2182
|
attr_accessor :unreachable
|
|
@@ -3618,6 +3619,73 @@ module Google
|
|
|
3618
3619
|
end
|
|
3619
3620
|
end
|
|
3620
3621
|
|
|
3622
|
+
# BigQueryResourceMetadata contains information about the BigQuery resource.
|
|
3623
|
+
# Next ID: 9
|
|
3624
|
+
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
3625
|
+
include Google::Apis::Core::Hashable
|
|
3626
|
+
|
|
3627
|
+
# The creation time of the resource, i.e. the time when resource is created and
|
|
3628
|
+
# recorded in partner service.
|
|
3629
|
+
# Corresponds to the JSON property `createTime`
|
|
3630
|
+
# @return [String]
|
|
3631
|
+
attr_accessor :create_time
|
|
3632
|
+
|
|
3633
|
+
# Required. Full resource name of this instance.
|
|
3634
|
+
# Corresponds to the JSON property `fullResourceName`
|
|
3635
|
+
# @return [String]
|
|
3636
|
+
attr_accessor :full_resource_name
|
|
3637
|
+
|
|
3638
|
+
# Required. location of the resource
|
|
3639
|
+
# Corresponds to the JSON property `location`
|
|
3640
|
+
# @return [String]
|
|
3641
|
+
attr_accessor :location
|
|
3642
|
+
|
|
3643
|
+
# Product specification for Condor resources.
|
|
3644
|
+
# Corresponds to the JSON property `product`
|
|
3645
|
+
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterProtoCommonProduct]
|
|
3646
|
+
attr_accessor :product
|
|
3647
|
+
|
|
3648
|
+
# Closest parent Cloud Resource Manager container of this resource. It must be
|
|
3649
|
+
# resource name of a Cloud Resource Manager project with the format of "/", such
|
|
3650
|
+
# as "projects/123". For GCP provided resources, number should be project number.
|
|
3651
|
+
# Corresponds to the JSON property `resourceContainer`
|
|
3652
|
+
# @return [String]
|
|
3653
|
+
attr_accessor :resource_container
|
|
3654
|
+
|
|
3655
|
+
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
|
3656
|
+
# Corresponds to the JSON property `resourceId`
|
|
3657
|
+
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
|
3658
|
+
attr_accessor :resource_id
|
|
3659
|
+
|
|
3660
|
+
# The time at which the resource was updated and recorded at partner service.
|
|
3661
|
+
# Corresponds to the JSON property `updateTime`
|
|
3662
|
+
# @return [String]
|
|
3663
|
+
attr_accessor :update_time
|
|
3664
|
+
|
|
3665
|
+
# Message type for storing user labels. User labels are used to tag App Engine
|
|
3666
|
+
# resources, allowing users to search for resources matching a set of labels and
|
|
3667
|
+
# to aggregate usage data by labels.
|
|
3668
|
+
# Corresponds to the JSON property `userLabelSet`
|
|
3669
|
+
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUserLabels]
|
|
3670
|
+
attr_accessor :user_label_set
|
|
3671
|
+
|
|
3672
|
+
def initialize(**args)
|
|
3673
|
+
update!(**args)
|
|
3674
|
+
end
|
|
3675
|
+
|
|
3676
|
+
# Update properties of this object
|
|
3677
|
+
def update!(**args)
|
|
3678
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
3679
|
+
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
|
3680
|
+
@location = args[:location] if args.key?(:location)
|
|
3681
|
+
@product = args[:product] if args.key?(:product)
|
|
3682
|
+
@resource_container = args[:resource_container] if args.key?(:resource_container)
|
|
3683
|
+
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
|
3684
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
3685
|
+
@user_label_set = args[:user_label_set] if args.key?(:user_label_set)
|
|
3686
|
+
end
|
|
3687
|
+
end
|
|
3688
|
+
|
|
3621
3689
|
# Contains compliance information about a security standard indicating unmet
|
|
3622
3690
|
# recommendations.
|
|
3623
3691
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
@@ -3723,6 +3791,12 @@ module Google
|
|
|
3723
3791
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata]
|
|
3724
3792
|
attr_accessor :backupdr_metadata
|
|
3725
3793
|
|
|
3794
|
+
# BigQueryResourceMetadata contains information about the BigQuery resource.
|
|
3795
|
+
# Next ID: 9
|
|
3796
|
+
# Corresponds to the JSON property `bigqueryResourceMetadata`
|
|
3797
|
+
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata]
|
|
3798
|
+
attr_accessor :bigquery_resource_metadata
|
|
3799
|
+
|
|
3726
3800
|
# Config based signal data. This is used to send signals to Condor which are
|
|
3727
3801
|
# based on the DB level configurations. These will be used to send signals for
|
|
3728
3802
|
# self managed databases.
|
|
@@ -3789,6 +3863,7 @@ module Google
|
|
|
3789
3863
|
# Update properties of this object
|
|
3790
3864
|
def update!(**args)
|
|
3791
3865
|
@backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
|
|
3866
|
+
@bigquery_resource_metadata = args[:bigquery_resource_metadata] if args.key?(:bigquery_resource_metadata)
|
|
3792
3867
|
@config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
|
|
3793
3868
|
@database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
|
|
3794
3869
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
|
@@ -3934,14 +4009,15 @@ module Google
|
|
|
3934
4009
|
attr_accessor :provider_description
|
|
3935
4010
|
|
|
3936
4011
|
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
|
|
3937
|
-
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
|
|
3938
|
-
# googleapis.com/
|
|
3939
|
-
# googleapis.com/Instance
|
|
3940
|
-
# com/
|
|
3941
|
-
#
|
|
3942
|
-
#
|
|
3943
|
-
# Instance, spanner.googleapis.com/Database, sqladmin.
|
|
3944
|
-
# go/keep-sorted end REQUIRED Please refer go/condor-
|
|
4012
|
+
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigquery.
|
|
4013
|
+
# googleapis.com/Dataset, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
|
|
4014
|
+
# googleapis.com/Instance compute.googleapis.com/Instance firestore.googleapis.
|
|
4015
|
+
# com/Database, redis.googleapis.com/Instance, redis.googleapis.com/Cluster,
|
|
4016
|
+
# oracledatabase.googleapis.com/CloudExadataInfrastructure oracledatabase.
|
|
4017
|
+
# googleapis.com/CloudVmCluster oracledatabase.googleapis.com/AutonomousDatabase
|
|
4018
|
+
# spanner.googleapis.com/Instance, spanner.googleapis.com/Database, sqladmin.
|
|
4019
|
+
# googleapis.com/Instance, go/keep-sorted end REQUIRED Please refer go/condor-
|
|
4020
|
+
# common-datamodel
|
|
3945
4021
|
# Corresponds to the JSON property `resourceType`
|
|
3946
4022
|
# @return [String]
|
|
3947
4023
|
attr_accessor :resource_type
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AlloydbV1
|
|
18
18
|
# Version of the google-apis-alloydb_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.51.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 = "20251204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -526,6 +526,12 @@ module Google
|
|
|
526
526
|
include Google::Apis::Core::JsonObjectSupport
|
|
527
527
|
end
|
|
528
528
|
|
|
529
|
+
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
+
|
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
533
|
+
end
|
|
534
|
+
|
|
529
535
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
530
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
537
|
|
|
@@ -1654,6 +1660,23 @@ module Google
|
|
|
1654
1660
|
end
|
|
1655
1661
|
end
|
|
1656
1662
|
|
|
1663
|
+
class StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata
|
|
1664
|
+
# @private
|
|
1665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1666
|
+
property :create_time, as: 'createTime'
|
|
1667
|
+
property :full_resource_name, as: 'fullResourceName'
|
|
1668
|
+
property :location, as: 'location'
|
|
1669
|
+
property :product, as: 'product', class: Google::Apis::AlloydbV1::StorageDatabasecenterProtoCommonProduct, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterProtoCommonProduct::Representation
|
|
1670
|
+
|
|
1671
|
+
property :resource_container, as: 'resourceContainer'
|
|
1672
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
|
1673
|
+
|
|
1674
|
+
property :update_time, as: 'updateTime'
|
|
1675
|
+
property :user_label_set, as: 'userLabelSet', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUserLabels, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainUserLabels::Representation
|
|
1676
|
+
|
|
1677
|
+
end
|
|
1678
|
+
end
|
|
1679
|
+
|
|
1657
1680
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
1658
1681
|
# @private
|
|
1659
1682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1687,6 +1710,8 @@ module Google
|
|
|
1687
1710
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1688
1711
|
property :backupdr_metadata, as: 'backupdrMetadata', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata::Representation
|
|
1689
1712
|
|
|
1713
|
+
property :bigquery_resource_metadata, as: 'bigqueryResourceMetadata', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata::Representation
|
|
1714
|
+
|
|
1690
1715
|
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
|
|
1691
1716
|
|
|
1692
1717
|
property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData::Representation
|
|
@@ -1744,11 +1744,12 @@ module Google
|
|
|
1744
1744
|
# The standard list page token.
|
|
1745
1745
|
# @param [Boolean] return_partial_success
|
|
1746
1746
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1747
|
-
# those that are unreachable are returned in the
|
|
1748
|
-
# unreachable
|
|
1749
|
-
#
|
|
1750
|
-
# by default
|
|
1751
|
-
# explicitly documented otherwise in service or product specific
|
|
1747
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1748
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
1749
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
1750
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
1751
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
1752
|
+
# documentation.
|
|
1752
1753
|
# @param [String] fields
|
|
1753
1754
|
# Selector specifying which fields to include in a partial response.
|
|
1754
1755
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-alloydb_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.51.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.51.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|