google-apis-file_v1 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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/file_v1/classes.rb +86 -53
- data/lib/google/apis/file_v1/gem_version.rb +3 -3
- data/lib/google/apis/file_v1/representations.rb +15 -11
- data/lib/google/apis/file_v1/service.rb +3 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94d7e8b0d2e0d20e82a0b14e6a7055609d2f8b2036977a1723c9863816a360bd
|
4
|
+
data.tar.gz: a00da495af2c873103e5e25ccfeaa1c896cfdf35f4d88a3c1f75c80b1125f9c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b77bb6e3244d55beacdbda92ebf0426e424a4fb28edd9afa3650025cb5b286a869af4566f5b47e78cbe1005b71276e9ca985b3efb49e836ff603193ba6dc2a5
|
7
|
+
data.tar.gz: c6367209f02caa54507885aef8579deeeb461a54ed2e1a39418d570531fc4b4d2bd12eb4b1b950268ff3df8b6becd230ef134d985c58617c03973948845600c8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-file_v1
|
2
2
|
|
3
|
+
### v0.47.0 (2024-09-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240905
|
6
|
+
|
7
|
+
### v0.46.0 (2024-08-04)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240716
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.45.0 (2024-06-26)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240619
|
@@ -49,6 +49,12 @@ module Google
|
|
49
49
|
# @return [Fixnum]
|
50
50
|
attr_accessor :download_bytes
|
51
51
|
|
52
|
+
# Output only. The file system protocol of the source Filestore instance that
|
53
|
+
# this backup is created from.
|
54
|
+
# Corresponds to the JSON property `fileSystemProtocol`
|
55
|
+
# @return [String]
|
56
|
+
attr_accessor :file_system_protocol
|
57
|
+
|
52
58
|
# Immutable. KMS key name used for data encryption.
|
53
59
|
# Corresponds to the JSON property `kmsKey`
|
54
60
|
# @return [String]
|
@@ -107,7 +113,7 @@ module Google
|
|
107
113
|
# @return [Fixnum]
|
108
114
|
attr_accessor :storage_bytes
|
109
115
|
|
110
|
-
# Optional. Input only. Immutable. Tag
|
116
|
+
# Optional. Input only. Immutable. Tag key-value pairs are bound to this
|
111
117
|
# resource. For example: "123/environment": "production", "123/costCenter": "
|
112
118
|
# marketing"
|
113
119
|
# Corresponds to the JSON property `tags`
|
@@ -124,6 +130,7 @@ module Google
|
|
124
130
|
@create_time = args[:create_time] if args.key?(:create_time)
|
125
131
|
@description = args[:description] if args.key?(:description)
|
126
132
|
@download_bytes = args[:download_bytes] if args.key?(:download_bytes)
|
133
|
+
@file_system_protocol = args[:file_system_protocol] if args.key?(:file_system_protocol)
|
127
134
|
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
128
135
|
@labels = args[:labels] if args.key?(:labels)
|
129
136
|
@name = args[:name] if args.key?(:name)
|
@@ -305,18 +312,6 @@ module Google
|
|
305
312
|
# @return [Array<Google::Apis::FileV1::NfsExportOptions>]
|
306
313
|
attr_accessor :nfs_export_options
|
307
314
|
|
308
|
-
# Performance configuration. Used for setting the performance configuration.
|
309
|
-
# Defaults to `iops_by_capacity` if unset in instance creation.
|
310
|
-
# Corresponds to the JSON property `performanceConfig`
|
311
|
-
# @return [Google::Apis::FileV1::PerformanceConfig]
|
312
|
-
attr_accessor :performance_config
|
313
|
-
|
314
|
-
# The enforced performance limits, calculated from the instance's performance
|
315
|
-
# configuration.
|
316
|
-
# Corresponds to the JSON property `performanceLimits`
|
317
|
-
# @return [Google::Apis::FileV1::PerformanceLimits]
|
318
|
-
attr_accessor :performance_limits
|
319
|
-
|
320
315
|
# The resource name of the backup, in the format `projects/`project_number`/
|
321
316
|
# locations/`location_id`/backups/`backup_id``, that this file share has been
|
322
317
|
# restored from.
|
@@ -333,13 +328,11 @@ module Google
|
|
333
328
|
@capacity_gb = args[:capacity_gb] if args.key?(:capacity_gb)
|
334
329
|
@name = args[:name] if args.key?(:name)
|
335
330
|
@nfs_export_options = args[:nfs_export_options] if args.key?(:nfs_export_options)
|
336
|
-
@performance_config = args[:performance_config] if args.key?(:performance_config)
|
337
|
-
@performance_limits = args[:performance_limits] if args.key?(:performance_limits)
|
338
331
|
@source_backup = args[:source_backup] if args.key?(:source_backup)
|
339
332
|
end
|
340
333
|
end
|
341
334
|
|
342
|
-
# Fixed IOPS parameters.
|
335
|
+
# Fixed IOPS (input/output operations per second) parameters.
|
343
336
|
class FixedIops
|
344
337
|
include Google::Apis::Core::Hashable
|
345
338
|
|
@@ -792,14 +785,14 @@ module Google
|
|
792
785
|
end
|
793
786
|
end
|
794
787
|
|
795
|
-
# IOPS per
|
796
|
-
class
|
788
|
+
# IOPS per TB. Filestore defines TB as 1024^4 bytes (TiB).
|
789
|
+
class IopsPerTb
|
797
790
|
include Google::Apis::Core::Hashable
|
798
791
|
|
799
|
-
# Required. Maximum read IOPS per
|
800
|
-
# Corresponds to the JSON property `
|
792
|
+
# Required. Maximum read IOPS per TiB.
|
793
|
+
# Corresponds to the JSON property `maxReadIopsPerTb`
|
801
794
|
# @return [Fixnum]
|
802
|
-
attr_accessor :
|
795
|
+
attr_accessor :max_read_iops_per_tb
|
803
796
|
|
804
797
|
def initialize(**args)
|
805
798
|
update!(**args)
|
@@ -807,7 +800,7 @@ module Google
|
|
807
800
|
|
808
801
|
# Update properties of this object
|
809
802
|
def update!(**args)
|
810
|
-
@
|
803
|
+
@max_read_iops_per_tb = args[:max_read_iops_per_tb] if args.key?(:max_read_iops_per_tb)
|
811
804
|
end
|
812
805
|
end
|
813
806
|
|
@@ -815,11 +808,29 @@ module Google
|
|
815
808
|
class Instance
|
816
809
|
include Google::Apis::Core::Hashable
|
817
810
|
|
811
|
+
# Output only. Indicates whether this instance's performance is configurable. If
|
812
|
+
# enabled, adjust it using the 'performance_config' field.
|
813
|
+
# Corresponds to the JSON property `configurablePerformanceEnabled`
|
814
|
+
# @return [Boolean]
|
815
|
+
attr_accessor :configurable_performance_enabled
|
816
|
+
alias_method :configurable_performance_enabled?, :configurable_performance_enabled
|
817
|
+
|
818
818
|
# Output only. The time when the instance was created.
|
819
819
|
# Corresponds to the JSON property `createTime`
|
820
820
|
# @return [String]
|
821
821
|
attr_accessor :create_time
|
822
822
|
|
823
|
+
# Optional. Indicates whether the instance is protected against deletion.
|
824
|
+
# Corresponds to the JSON property `deletionProtectionEnabled`
|
825
|
+
# @return [Boolean]
|
826
|
+
attr_accessor :deletion_protection_enabled
|
827
|
+
alias_method :deletion_protection_enabled?, :deletion_protection_enabled
|
828
|
+
|
829
|
+
# Optional. The reason for enabling deletion protection.
|
830
|
+
# Corresponds to the JSON property `deletionProtectionReason`
|
831
|
+
# @return [String]
|
832
|
+
attr_accessor :deletion_protection_reason
|
833
|
+
|
823
834
|
# The description of the instance (2048 characters or less).
|
824
835
|
# Corresponds to the JSON property `description`
|
825
836
|
# @return [String]
|
@@ -859,6 +870,29 @@ module Google
|
|
859
870
|
# @return [Array<Google::Apis::FileV1::NetworkConfig>]
|
860
871
|
attr_accessor :networks
|
861
872
|
|
873
|
+
# Used for setting the performance configuration. If the user doesn't specify
|
874
|
+
# PerformanceConfig, automatically provision the default performance settings as
|
875
|
+
# described in https://cloud.google.com/filestore/docs/performance. Larger
|
876
|
+
# instances will be linearly set to more IOPS. If the instance's capacity is
|
877
|
+
# increased or decreased, its performance will be automatically adjusted upwards
|
878
|
+
# or downwards accordingly (respectively).
|
879
|
+
# Corresponds to the JSON property `performanceConfig`
|
880
|
+
# @return [Google::Apis::FileV1::PerformanceConfig]
|
881
|
+
attr_accessor :performance_config
|
882
|
+
|
883
|
+
# The enforced performance limits, calculated from the instance's performance
|
884
|
+
# configuration.
|
885
|
+
# Corresponds to the JSON property `performanceLimits`
|
886
|
+
# @return [Google::Apis::FileV1::PerformanceLimits]
|
887
|
+
attr_accessor :performance_limits
|
888
|
+
|
889
|
+
# Immutable. The protocol indicates the access protocol for all shares in the
|
890
|
+
# instance. This field is immutable and it cannot be changed after the instance
|
891
|
+
# has been created. Default value: `NFS_V3`.
|
892
|
+
# Corresponds to the JSON property `protocol`
|
893
|
+
# @return [String]
|
894
|
+
attr_accessor :protocol
|
895
|
+
|
862
896
|
# Replication specifications.
|
863
897
|
# Corresponds to the JSON property `replication`
|
864
898
|
# @return [Google::Apis::FileV1::Replication]
|
@@ -892,7 +926,7 @@ module Google
|
|
892
926
|
# @return [Array<String>]
|
893
927
|
attr_accessor :suspension_reasons
|
894
928
|
|
895
|
-
# Optional. Input only. Immutable. Tag
|
929
|
+
# Optional. Input only. Immutable. Tag key-value pairs are bound to this
|
896
930
|
# resource. For example: "123/environment": "production", "123/costCenter": "
|
897
931
|
# marketing"
|
898
932
|
# Corresponds to the JSON property `tags`
|
@@ -910,7 +944,10 @@ module Google
|
|
910
944
|
|
911
945
|
# Update properties of this object
|
912
946
|
def update!(**args)
|
947
|
+
@configurable_performance_enabled = args[:configurable_performance_enabled] if args.key?(:configurable_performance_enabled)
|
913
948
|
@create_time = args[:create_time] if args.key?(:create_time)
|
949
|
+
@deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
|
950
|
+
@deletion_protection_reason = args[:deletion_protection_reason] if args.key?(:deletion_protection_reason)
|
914
951
|
@description = args[:description] if args.key?(:description)
|
915
952
|
@etag = args[:etag] if args.key?(:etag)
|
916
953
|
@file_shares = args[:file_shares] if args.key?(:file_shares)
|
@@ -918,6 +955,9 @@ module Google
|
|
918
955
|
@labels = args[:labels] if args.key?(:labels)
|
919
956
|
@name = args[:name] if args.key?(:name)
|
920
957
|
@networks = args[:networks] if args.key?(:networks)
|
958
|
+
@performance_config = args[:performance_config] if args.key?(:performance_config)
|
959
|
+
@performance_limits = args[:performance_limits] if args.key?(:performance_limits)
|
960
|
+
@protocol = args[:protocol] if args.key?(:protocol)
|
921
961
|
@replication = args[:replication] if args.key?(:replication)
|
922
962
|
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
923
963
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
@@ -1448,30 +1488,24 @@ module Google
|
|
1448
1488
|
end
|
1449
1489
|
end
|
1450
1490
|
|
1451
|
-
#
|
1452
|
-
#
|
1491
|
+
# Used for setting the performance configuration. If the user doesn't specify
|
1492
|
+
# PerformanceConfig, automatically provision the default performance settings as
|
1493
|
+
# described in https://cloud.google.com/filestore/docs/performance. Larger
|
1494
|
+
# instances will be linearly set to more IOPS. If the instance's capacity is
|
1495
|
+
# increased or decreased, its performance will be automatically adjusted upwards
|
1496
|
+
# or downwards accordingly (respectively).
|
1453
1497
|
class PerformanceConfig
|
1454
1498
|
include Google::Apis::Core::Hashable
|
1455
1499
|
|
1456
|
-
# Fixed IOPS parameters.
|
1500
|
+
# Fixed IOPS (input/output operations per second) parameters.
|
1457
1501
|
# Corresponds to the JSON property `fixedIops`
|
1458
1502
|
# @return [Google::Apis::FileV1::FixedIops]
|
1459
1503
|
attr_accessor :fixed_iops
|
1460
1504
|
|
1461
|
-
#
|
1462
|
-
#
|
1463
|
-
#
|
1464
|
-
|
1465
|
-
# defined in Filestore documentation.
|
1466
|
-
# Corresponds to the JSON property `iopsByCapacity`
|
1467
|
-
# @return [Boolean]
|
1468
|
-
attr_accessor :iops_by_capacity
|
1469
|
-
alias_method :iops_by_capacity?, :iops_by_capacity
|
1470
|
-
|
1471
|
-
# IOPS per capacity parameters.
|
1472
|
-
# Corresponds to the JSON property `iopsPerGb`
|
1473
|
-
# @return [Google::Apis::FileV1::IopsPerGb]
|
1474
|
-
attr_accessor :iops_per_gb
|
1505
|
+
# IOPS per TB. Filestore defines TB as 1024^4 bytes (TiB).
|
1506
|
+
# Corresponds to the JSON property `iopsPerTb`
|
1507
|
+
# @return [Google::Apis::FileV1::IopsPerTb]
|
1508
|
+
attr_accessor :iops_per_tb
|
1475
1509
|
|
1476
1510
|
def initialize(**args)
|
1477
1511
|
update!(**args)
|
@@ -1480,8 +1514,7 @@ module Google
|
|
1480
1514
|
# Update properties of this object
|
1481
1515
|
def update!(**args)
|
1482
1516
|
@fixed_iops = args[:fixed_iops] if args.key?(:fixed_iops)
|
1483
|
-
@
|
1484
|
-
@iops_per_gb = args[:iops_per_gb] if args.key?(:iops_per_gb)
|
1517
|
+
@iops_per_tb = args[:iops_per_tb] if args.key?(:iops_per_tb)
|
1485
1518
|
end
|
1486
1519
|
end
|
1487
1520
|
|
@@ -1495,20 +1528,20 @@ module Google
|
|
1495
1528
|
# @return [Fixnum]
|
1496
1529
|
attr_accessor :max_read_iops
|
1497
1530
|
|
1498
|
-
# Output only. The max read throughput.
|
1499
|
-
# Corresponds to the JSON property `
|
1531
|
+
# Output only. The max read throughput in bytes per second.
|
1532
|
+
# Corresponds to the JSON property `maxReadThroughputBps`
|
1500
1533
|
# @return [Fixnum]
|
1501
|
-
attr_accessor :
|
1534
|
+
attr_accessor :max_read_throughput_bps
|
1502
1535
|
|
1503
1536
|
# Output only. The max write IOPS.
|
1504
1537
|
# Corresponds to the JSON property `maxWriteIops`
|
1505
1538
|
# @return [Fixnum]
|
1506
1539
|
attr_accessor :max_write_iops
|
1507
1540
|
|
1508
|
-
# Output only. The max write throughput.
|
1509
|
-
# Corresponds to the JSON property `
|
1541
|
+
# Output only. The max write throughput in bytes per second.
|
1542
|
+
# Corresponds to the JSON property `maxWriteThroughputBps`
|
1510
1543
|
# @return [Fixnum]
|
1511
|
-
attr_accessor :
|
1544
|
+
attr_accessor :max_write_throughput_bps
|
1512
1545
|
|
1513
1546
|
def initialize(**args)
|
1514
1547
|
update!(**args)
|
@@ -1517,9 +1550,9 @@ module Google
|
|
1517
1550
|
# Update properties of this object
|
1518
1551
|
def update!(**args)
|
1519
1552
|
@max_read_iops = args[:max_read_iops] if args.key?(:max_read_iops)
|
1520
|
-
@
|
1553
|
+
@max_read_throughput_bps = args[:max_read_throughput_bps] if args.key?(:max_read_throughput_bps)
|
1521
1554
|
@max_write_iops = args[:max_write_iops] if args.key?(:max_write_iops)
|
1522
|
-
@
|
1555
|
+
@max_write_throughput_bps = args[:max_write_throughput_bps] if args.key?(:max_write_throughput_bps)
|
1523
1556
|
end
|
1524
1557
|
end
|
1525
1558
|
|
@@ -1578,8 +1611,8 @@ module Google
|
|
1578
1611
|
class Replication
|
1579
1612
|
include Google::Apis::Core::Hashable
|
1580
1613
|
|
1581
|
-
# Optional.
|
1582
|
-
# replica
|
1614
|
+
# Optional. Replication configuration for the replica instance associated with
|
1615
|
+
# this instance. Only a single replica is supported.
|
1583
1616
|
# Corresponds to the JSON property `replicas`
|
1584
1617
|
# @return [Array<Google::Apis::FileV1::ReplicaConfig>]
|
1585
1618
|
attr_accessor :replicas
|
@@ -1722,7 +1755,7 @@ module Google
|
|
1722
1755
|
# @return [String]
|
1723
1756
|
attr_accessor :state
|
1724
1757
|
|
1725
|
-
# Optional. Input only. Immutable. Tag
|
1758
|
+
# Optional. Input only. Immutable. Tag key-value pairs are bound to this
|
1726
1759
|
# resource. For example: "123/environment": "production", "123/costCenter": "
|
1727
1760
|
# marketing"
|
1728
1761
|
# Corresponds to the JSON property `tags`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FileV1
|
18
18
|
# Version of the google-apis-file_v1 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
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240905"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -124,7 +124,7 @@ module Google
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
-
class
|
127
|
+
class IopsPerTb
|
128
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
129
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -293,6 +293,7 @@ module Google
|
|
293
293
|
property :create_time, as: 'createTime'
|
294
294
|
property :description, as: 'description'
|
295
295
|
property :download_bytes, :numeric_string => true, as: 'downloadBytes'
|
296
|
+
property :file_system_protocol, as: 'fileSystemProtocol'
|
296
297
|
property :kms_key, as: 'kmsKey'
|
297
298
|
hash :labels, as: 'labels'
|
298
299
|
property :name, as: 'name'
|
@@ -356,10 +357,6 @@ module Google
|
|
356
357
|
property :name, as: 'name'
|
357
358
|
collection :nfs_export_options, as: 'nfsExportOptions', class: Google::Apis::FileV1::NfsExportOptions, decorator: Google::Apis::FileV1::NfsExportOptions::Representation
|
358
359
|
|
359
|
-
property :performance_config, as: 'performanceConfig', class: Google::Apis::FileV1::PerformanceConfig, decorator: Google::Apis::FileV1::PerformanceConfig::Representation
|
360
|
-
|
361
|
-
property :performance_limits, as: 'performanceLimits', class: Google::Apis::FileV1::PerformanceLimits, decorator: Google::Apis::FileV1::PerformanceLimits::Representation
|
362
|
-
|
363
360
|
property :source_backup, as: 'sourceBackup'
|
364
361
|
end
|
365
362
|
end
|
@@ -472,17 +469,20 @@ module Google
|
|
472
469
|
end
|
473
470
|
end
|
474
471
|
|
475
|
-
class
|
472
|
+
class IopsPerTb
|
476
473
|
# @private
|
477
474
|
class Representation < Google::Apis::Core::JsonRepresentation
|
478
|
-
property :
|
475
|
+
property :max_read_iops_per_tb, :numeric_string => true, as: 'maxReadIopsPerTb'
|
479
476
|
end
|
480
477
|
end
|
481
478
|
|
482
479
|
class Instance
|
483
480
|
# @private
|
484
481
|
class Representation < Google::Apis::Core::JsonRepresentation
|
482
|
+
property :configurable_performance_enabled, as: 'configurablePerformanceEnabled'
|
485
483
|
property :create_time, as: 'createTime'
|
484
|
+
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
485
|
+
property :deletion_protection_reason, as: 'deletionProtectionReason'
|
486
486
|
property :description, as: 'description'
|
487
487
|
property :etag, as: 'etag'
|
488
488
|
collection :file_shares, as: 'fileShares', class: Google::Apis::FileV1::FileShareConfig, decorator: Google::Apis::FileV1::FileShareConfig::Representation
|
@@ -492,6 +492,11 @@ module Google
|
|
492
492
|
property :name, as: 'name'
|
493
493
|
collection :networks, as: 'networks', class: Google::Apis::FileV1::NetworkConfig, decorator: Google::Apis::FileV1::NetworkConfig::Representation
|
494
494
|
|
495
|
+
property :performance_config, as: 'performanceConfig', class: Google::Apis::FileV1::PerformanceConfig, decorator: Google::Apis::FileV1::PerformanceConfig::Representation
|
496
|
+
|
497
|
+
property :performance_limits, as: 'performanceLimits', class: Google::Apis::FileV1::PerformanceLimits, decorator: Google::Apis::FileV1::PerformanceLimits::Representation
|
498
|
+
|
499
|
+
property :protocol, as: 'protocol'
|
495
500
|
property :replication, as: 'replication', class: Google::Apis::FileV1::Replication, decorator: Google::Apis::FileV1::Replication::Representation
|
496
501
|
|
497
502
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
@@ -638,8 +643,7 @@ module Google
|
|
638
643
|
class Representation < Google::Apis::Core::JsonRepresentation
|
639
644
|
property :fixed_iops, as: 'fixedIops', class: Google::Apis::FileV1::FixedIops, decorator: Google::Apis::FileV1::FixedIops::Representation
|
640
645
|
|
641
|
-
property :
|
642
|
-
property :iops_per_gb, as: 'iopsPerGb', class: Google::Apis::FileV1::IopsPerGb, decorator: Google::Apis::FileV1::IopsPerGb::Representation
|
646
|
+
property :iops_per_tb, as: 'iopsPerTb', class: Google::Apis::FileV1::IopsPerTb, decorator: Google::Apis::FileV1::IopsPerTb::Representation
|
643
647
|
|
644
648
|
end
|
645
649
|
end
|
@@ -648,9 +652,9 @@ module Google
|
|
648
652
|
# @private
|
649
653
|
class Representation < Google::Apis::Core::JsonRepresentation
|
650
654
|
property :max_read_iops, :numeric_string => true, as: 'maxReadIops'
|
651
|
-
property :
|
655
|
+
property :max_read_throughput_bps, :numeric_string => true, as: 'maxReadThroughputBps'
|
652
656
|
property :max_write_iops, :numeric_string => true, as: 'maxWriteIops'
|
653
|
-
property :
|
657
|
+
property :max_write_throughput_bps, :numeric_string => true, as: 'maxWriteThroughputBps'
|
654
658
|
end
|
655
659
|
end
|
656
660
|
|
@@ -479,7 +479,8 @@ module Google
|
|
479
479
|
# @param [String] update_mask
|
480
480
|
# Mask of fields to update. At least one path must be supplied in this field.
|
481
481
|
# The elements of the repeated paths field may only include these fields: * "
|
482
|
-
# description" * "file_shares" * "labels"
|
482
|
+
# description" * "file_shares" * "labels" * "performance_config" * "
|
483
|
+
# deletion_protection_enabled" * "deletion_protection_reason"
|
483
484
|
# @param [String] fields
|
484
485
|
# Selector specifying which fields to include in a partial response.
|
485
486
|
# @param [String] quota_user
|
@@ -510,7 +511,7 @@ module Google
|
|
510
511
|
execute_or_queue_command(command, &block)
|
511
512
|
end
|
512
513
|
|
513
|
-
# Promote
|
514
|
+
# Promote the standby instance (replica).
|
514
515
|
# @param [String] name
|
515
516
|
# Required. The resource name of the instance, in the format `projects/`
|
516
517
|
# project_id`/locations/`location_id`/instances/`instance_id``.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-file_v1
|
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: 2024-
|
11
|
+
date: 2024-09-15 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-file_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.47.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|