google-apis-alloydb_v1 0.49.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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-alloydb_v1
|
|
2
2
|
|
|
3
|
+
### v0.51.0 (2025-12-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251204
|
|
6
|
+
|
|
7
|
+
### v0.50.0 (2025-11-16)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251106
|
|
10
|
+
|
|
3
11
|
### v0.49.0 (2025-11-02)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251023
|
|
@@ -708,6 +708,12 @@ module Google
|
|
|
708
708
|
# @return [Google::Apis::AlloydbV1::MaintenanceUpdatePolicy]
|
|
709
709
|
attr_accessor :maintenance_update_policy
|
|
710
710
|
|
|
711
|
+
# Input only. Policy to use to automatically select the maintenance version to
|
|
712
|
+
# which to update the cluster's instances.
|
|
713
|
+
# Corresponds to the JSON property `maintenanceVersionSelectionPolicy`
|
|
714
|
+
# @return [String]
|
|
715
|
+
attr_accessor :maintenance_version_selection_policy
|
|
716
|
+
|
|
711
717
|
# Subset of the source instance configuration that is available when reading the
|
|
712
718
|
# cluster resource.
|
|
713
719
|
# Corresponds to the JSON property `migrationSource`
|
|
@@ -836,6 +842,7 @@ module Google
|
|
|
836
842
|
@labels = args[:labels] if args.key?(:labels)
|
|
837
843
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
838
844
|
@maintenance_update_policy = args[:maintenance_update_policy] if args.key?(:maintenance_update_policy)
|
|
845
|
+
@maintenance_version_selection_policy = args[:maintenance_version_selection_policy] if args.key?(:maintenance_version_selection_policy)
|
|
839
846
|
@migration_source = args[:migration_source] if args.key?(:migration_source)
|
|
840
847
|
@name = args[:name] if args.key?(:name)
|
|
841
848
|
@network = args[:network] if args.key?(:network)
|
|
@@ -1808,6 +1815,13 @@ module Google
|
|
|
1808
1815
|
# @return [Google::Apis::AlloydbV1::MachineConfig]
|
|
1809
1816
|
attr_accessor :machine_config
|
|
1810
1817
|
|
|
1818
|
+
# Output only. Maintenance version of the instance, for example: POSTGRES_15.
|
|
1819
|
+
# 2025_07_15.04_00. Output only. Update this field via the parent cluster's
|
|
1820
|
+
# maintenance_version field(s).
|
|
1821
|
+
# Corresponds to the JSON property `maintenanceVersionName`
|
|
1822
|
+
# @return [String]
|
|
1823
|
+
attr_accessor :maintenance_version_name
|
|
1824
|
+
|
|
1811
1825
|
# Output only. The name of the instance resource with the format: * projects/`
|
|
1812
1826
|
# project`/locations/`region`/clusters/`cluster_id`/instances/`instance_id`
|
|
1813
1827
|
# where the cluster and instance ID segments should satisfy the regex expression
|
|
@@ -1923,6 +1937,7 @@ module Google
|
|
|
1923
1937
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
|
1924
1938
|
@labels = args[:labels] if args.key?(:labels)
|
|
1925
1939
|
@machine_config = args[:machine_config] if args.key?(:machine_config)
|
|
1940
|
+
@maintenance_version_name = args[:maintenance_version_name] if args.key?(:maintenance_version_name)
|
|
1926
1941
|
@name = args[:name] if args.key?(:name)
|
|
1927
1942
|
@network_config = args[:network_config] if args.key?(:network_config)
|
|
1928
1943
|
@nodes = args[:nodes] if args.key?(:nodes)
|
|
@@ -2159,8 +2174,9 @@ module Google
|
|
|
2159
2174
|
attr_accessor :operations
|
|
2160
2175
|
|
|
2161
2176
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
2162
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
2163
|
-
# 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.
|
|
2164
2180
|
# Corresponds to the JSON property `unreachable`
|
|
2165
2181
|
# @return [Array<String>]
|
|
2166
2182
|
attr_accessor :unreachable
|
|
@@ -3603,6 +3619,73 @@ module Google
|
|
|
3603
3619
|
end
|
|
3604
3620
|
end
|
|
3605
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
|
+
|
|
3606
3689
|
# Contains compliance information about a security standard indicating unmet
|
|
3607
3690
|
# recommendations.
|
|
3608
3691
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
@@ -3708,6 +3791,12 @@ module Google
|
|
|
3708
3791
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata]
|
|
3709
3792
|
attr_accessor :backupdr_metadata
|
|
3710
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
|
+
|
|
3711
3800
|
# Config based signal data. This is used to send signals to Condor which are
|
|
3712
3801
|
# based on the DB level configurations. These will be used to send signals for
|
|
3713
3802
|
# self managed databases.
|
|
@@ -3752,7 +3841,7 @@ module Google
|
|
|
3752
3841
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId]
|
|
3753
3842
|
attr_accessor :resource_id
|
|
3754
3843
|
|
|
3755
|
-
# Common model for database resource instance metadata. Next ID:
|
|
3844
|
+
# Common model for database resource instance metadata. Next ID: 30
|
|
3756
3845
|
# Corresponds to the JSON property `resourceMetadata`
|
|
3757
3846
|
# @return [Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata]
|
|
3758
3847
|
attr_accessor :resource_metadata
|
|
@@ -3774,6 +3863,7 @@ module Google
|
|
|
3774
3863
|
# Update properties of this object
|
|
3775
3864
|
def update!(**args)
|
|
3776
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)
|
|
3777
3867
|
@config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
|
|
3778
3868
|
@database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
|
|
3779
3869
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
|
@@ -3919,14 +4009,15 @@ module Google
|
|
|
3919
4009
|
attr_accessor :provider_description
|
|
3920
4010
|
|
|
3921
4011
|
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
|
|
3922
|
-
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance,
|
|
3923
|
-
# googleapis.com/
|
|
3924
|
-
# googleapis.com/Instance
|
|
3925
|
-
# com/
|
|
3926
|
-
#
|
|
3927
|
-
#
|
|
3928
|
-
# Instance, spanner.googleapis.com/Database, sqladmin.
|
|
3929
|
-
# 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
|
|
3930
4021
|
# Corresponds to the JSON property `resourceType`
|
|
3931
4022
|
# @return [String]
|
|
3932
4023
|
attr_accessor :resource_type
|
|
@@ -3950,7 +4041,7 @@ module Google
|
|
|
3950
4041
|
end
|
|
3951
4042
|
end
|
|
3952
4043
|
|
|
3953
|
-
# Common model for database resource instance metadata. Next ID:
|
|
4044
|
+
# Common model for database resource instance metadata. Next ID: 30
|
|
3954
4045
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
|
|
3955
4046
|
include Google::Apis::Core::Hashable
|
|
3956
4047
|
|
|
@@ -4027,6 +4118,12 @@ module Google
|
|
|
4027
4118
|
# @return [String]
|
|
4028
4119
|
attr_accessor :instance_type
|
|
4029
4120
|
|
|
4121
|
+
# Optional. Whether deletion protection is enabled for this resource.
|
|
4122
|
+
# Corresponds to the JSON property `isDeletionProtectionEnabled`
|
|
4123
|
+
# @return [Boolean]
|
|
4124
|
+
attr_accessor :is_deletion_protection_enabled
|
|
4125
|
+
alias_method :is_deletion_protection_enabled?, :is_deletion_protection_enabled
|
|
4126
|
+
|
|
4030
4127
|
# The resource location. REQUIRED
|
|
4031
4128
|
# Corresponds to the JSON property `location`
|
|
4032
4129
|
# @return [String]
|
|
@@ -4124,6 +4221,7 @@ module Google
|
|
|
4124
4221
|
@gcbdr_configuration = args[:gcbdr_configuration] if args.key?(:gcbdr_configuration)
|
|
4125
4222
|
@id = args[:id] if args.key?(:id)
|
|
4126
4223
|
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
|
4224
|
+
@is_deletion_protection_enabled = args[:is_deletion_protection_enabled] if args.key?(:is_deletion_protection_enabled)
|
|
4127
4225
|
@location = args[:location] if args.key?(:location)
|
|
4128
4226
|
@machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
|
|
4129
4227
|
@maintenance_info = args[:maintenance_info] if args.key?(:maintenance_info)
|
|
@@ -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
|
|
|
@@ -905,6 +911,7 @@ module Google
|
|
|
905
911
|
|
|
906
912
|
property :maintenance_update_policy, as: 'maintenanceUpdatePolicy', class: Google::Apis::AlloydbV1::MaintenanceUpdatePolicy, decorator: Google::Apis::AlloydbV1::MaintenanceUpdatePolicy::Representation
|
|
907
913
|
|
|
914
|
+
property :maintenance_version_selection_policy, as: 'maintenanceVersionSelectionPolicy'
|
|
908
915
|
property :migration_source, as: 'migrationSource', class: Google::Apis::AlloydbV1::MigrationSource, decorator: Google::Apis::AlloydbV1::MigrationSource::Representation
|
|
909
916
|
|
|
910
917
|
property :name, as: 'name'
|
|
@@ -1179,6 +1186,7 @@ module Google
|
|
|
1179
1186
|
hash :labels, as: 'labels'
|
|
1180
1187
|
property :machine_config, as: 'machineConfig', class: Google::Apis::AlloydbV1::MachineConfig, decorator: Google::Apis::AlloydbV1::MachineConfig::Representation
|
|
1181
1188
|
|
|
1189
|
+
property :maintenance_version_name, as: 'maintenanceVersionName'
|
|
1182
1190
|
property :name, as: 'name'
|
|
1183
1191
|
property :network_config, as: 'networkConfig', class: Google::Apis::AlloydbV1::InstanceNetworkConfig, decorator: Google::Apis::AlloydbV1::InstanceNetworkConfig::Representation
|
|
1184
1192
|
|
|
@@ -1652,6 +1660,23 @@ module Google
|
|
|
1652
1660
|
end
|
|
1653
1661
|
end
|
|
1654
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
|
+
|
|
1655
1680
|
class StorageDatabasecenterPartnerapiV1mainCompliance
|
|
1656
1681
|
# @private
|
|
1657
1682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1685,6 +1710,8 @@ module Google
|
|
|
1685
1710
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1686
1711
|
property :backupdr_metadata, as: 'backupdrMetadata', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata::Representation
|
|
1687
1712
|
|
|
1713
|
+
property :bigquery_resource_metadata, as: 'bigqueryResourceMetadata', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBigQueryResourceMetadata::Representation
|
|
1714
|
+
|
|
1688
1715
|
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData::Representation
|
|
1689
1716
|
|
|
1690
1717
|
property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData::Representation
|
|
@@ -1761,6 +1788,7 @@ module Google
|
|
|
1761
1788
|
property :id, as: 'id', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
|
1762
1789
|
|
|
1763
1790
|
property :instance_type, as: 'instanceType'
|
|
1791
|
+
property :is_deletion_protection_enabled, as: 'isDeletionProtectionEnabled'
|
|
1764
1792
|
property :location, as: 'location'
|
|
1765
1793
|
property :machine_configuration, as: 'machineConfiguration', class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainMachineConfiguration, decorator: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainMachineConfiguration::Representation
|
|
1766
1794
|
|
|
@@ -245,6 +245,8 @@ module Google
|
|
|
245
245
|
# Gets details of a single Backup.
|
|
246
246
|
# @param [String] name
|
|
247
247
|
# Required. Name of the resource
|
|
248
|
+
# @param [String] view
|
|
249
|
+
# Optional. The view of the backup to return.
|
|
248
250
|
# @param [String] fields
|
|
249
251
|
# Selector specifying which fields to include in a partial response.
|
|
250
252
|
# @param [String] quota_user
|
|
@@ -262,11 +264,12 @@ module Google
|
|
|
262
264
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
263
265
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
264
266
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
265
|
-
def get_project_location_backup(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
267
|
+
def get_project_location_backup(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
266
268
|
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
267
269
|
command.response_representation = Google::Apis::AlloydbV1::Backup::Representation
|
|
268
270
|
command.response_class = Google::Apis::AlloydbV1::Backup
|
|
269
271
|
command.params['name'] = name unless name.nil?
|
|
272
|
+
command.query['view'] = view unless view.nil?
|
|
270
273
|
command.query['fields'] = fields unless fields.nil?
|
|
271
274
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
272
275
|
execute_or_queue_command(command, &block)
|
|
@@ -284,6 +287,8 @@ module Google
|
|
|
284
287
|
# unspecified, server will pick an appropriate default.
|
|
285
288
|
# @param [String] page_token
|
|
286
289
|
# A token identifying a page of results the server should return.
|
|
290
|
+
# @param [String] view
|
|
291
|
+
# Optional. The view of the backup to return.
|
|
287
292
|
# @param [String] fields
|
|
288
293
|
# Selector specifying which fields to include in a partial response.
|
|
289
294
|
# @param [String] quota_user
|
|
@@ -301,7 +306,7 @@ module Google
|
|
|
301
306
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
302
307
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
303
308
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
304
|
-
def list_project_location_backups(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
309
|
+
def list_project_location_backups(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
305
310
|
command = make_simple_command(:get, 'v1/{+parent}/backups', options)
|
|
306
311
|
command.response_representation = Google::Apis::AlloydbV1::ListBackupsResponse::Representation
|
|
307
312
|
command.response_class = Google::Apis::AlloydbV1::ListBackupsResponse
|
|
@@ -310,6 +315,7 @@ module Google
|
|
|
310
315
|
command.query['orderBy'] = order_by unless order_by.nil?
|
|
311
316
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
312
317
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
318
|
+
command.query['view'] = view unless view.nil?
|
|
313
319
|
command.query['fields'] = fields unless fields.nil?
|
|
314
320
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
315
321
|
execute_or_queue_command(command, &block)
|
|
@@ -1738,11 +1744,12 @@ module Google
|
|
|
1738
1744
|
# The standard list page token.
|
|
1739
1745
|
# @param [Boolean] return_partial_success
|
|
1740
1746
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1741
|
-
# those that are unreachable are returned in the
|
|
1742
|
-
# unreachable
|
|
1743
|
-
#
|
|
1744
|
-
# by default
|
|
1745
|
-
# 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.
|
|
1746
1753
|
# @param [String] fields
|
|
1747
1754
|
# Selector specifying which fields to include in a partial response.
|
|
1748
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:
|