google-apis-file_v1beta1 0.22.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00e19300a5dd1b963110c4526752127ab96bd9c3048664e70d2e76f1fe7949aa
4
- data.tar.gz: 2949eee504813f9eb0bc6f09f4b0fc49dae8b27c64255120ed0830c8a7902607
3
+ metadata.gz: d48f2414ba2102f18c5eaac3265d1cb1449845c1ecf77b2f96c5797cbfce5cd4
4
+ data.tar.gz: 4494567316570b233b3468b569f18ef76eb9b2b932a7028049e1f491d87dc047
5
5
  SHA512:
6
- metadata.gz: 985f133cfe11c218de85ef916a557a3026aaaac329c8afef563f02b32eed67e08024008f7b2aebde92f6450b0831d2d7cad93289f3a54a729ebc0d60db1682aa
7
- data.tar.gz: 612b4abcdf74ee8f0b196f59393d77fa570c615f9fec2b7f80d2c773ef4940dedfe18013dac62e5ed147698ad94e931cd1f4e1c5109b179ed0cf2868c93b8bcc
6
+ metadata.gz: 052c6a488b350d69cf39a9c6a67bb72ab8bf2f390afe2667c15df1acce0379d02e14623d9685e9a9d3b341843559d2c3cd68b75dc0da532ccc4170f097764b2d
7
+ data.tar.gz: '08285e0adcdf54d515537638e7243ff42ff7a0d5a42f6782c14f469a10c2e046ac3ea3acede0042c4b68135ddaeb5da7d2bb443d96c254aaff2c55476b3485eb'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.25.0 (2022-08-13)
4
+
5
+ * Regenerated from discovery document revision 20220729
6
+
7
+ ### v0.24.0 (2022-07-23)
8
+
9
+ * Regenerated from discovery document revision 20220715
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.23.0 (2022-07-02)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.22.0 (2022-06-20)
4
17
 
5
18
  * Regenerated using generator version 0.7.0
@@ -22,7 +22,7 @@ module Google
22
22
  module Apis
23
23
  module FileV1beta1
24
24
 
25
- # A Cloud Filestore backup.
25
+ # A Filestore backup.
26
26
  class Backup
27
27
  include Google::Apis::Core::Hashable
28
28
 
@@ -69,20 +69,20 @@ module Google
69
69
  attr_accessor :satisfies_pzs
70
70
  alias_method :satisfies_pzs?, :satisfies_pzs
71
71
 
72
- # Name of the file share in the source Cloud Filestore instance that the backup
73
- # is created from.
72
+ # Name of the file share in the source Filestore instance that the backup is
73
+ # created from.
74
74
  # Corresponds to the JSON property `sourceFileShare`
75
75
  # @return [String]
76
76
  attr_accessor :source_file_share
77
77
 
78
- # The resource name of the source Cloud Filestore instance, in the format `
79
- # projects/`project_id`/locations/`location_id`/instances/`instance_id``, used
80
- # to create this backup.
78
+ # The resource name of the source Filestore instance, in the format `projects/`
79
+ # project_id`/locations/`location_id`/instances/`instance_id``, used to create
80
+ # this backup.
81
81
  # Corresponds to the JSON property `sourceInstance`
82
82
  # @return [String]
83
83
  attr_accessor :source_instance
84
84
 
85
- # Output only. The service tier of the source Cloud Filestore instance that this
85
+ # Output only. The service tier of the source Filestore instance that this
86
86
  # backup is created from.
87
87
  # Corresponds to the JSON property `sourceInstanceTier`
88
88
  # @return [String]
@@ -270,8 +270,7 @@ module Google
270
270
  class FileShareConfig
271
271
  include Google::Apis::Core::Hashable
272
272
 
273
- # File share capacity in gigabytes (GB). Cloud Filestore defines 1 GB as 1024^3
274
- # bytes.
273
+ # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
275
274
  # Corresponds to the JSON property `capacityGb`
276
275
  # @return [Fixnum]
277
276
  attr_accessor :capacity_gb
@@ -341,8 +340,8 @@ module Google
341
340
  # @return [Hash<String,String>]
342
341
  attr_accessor :labels
343
342
 
344
- # Deprecated. The MaintenancePolicies that have been attached to the instance.
345
- # The key must be of the type name of the oneof policy name defined in
343
+ # Optional. Deprecated. The MaintenancePolicies that have been attached to the
344
+ # instance. The key must be of the type name of the oneof policy name defined in
346
345
  # MaintenancePolicy, and the referenced policy must define the same policy type.
347
346
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
348
347
  # Corresponds to the JSON property `maintenancePolicyNames`
@@ -528,8 +527,7 @@ module Google
528
527
  # key must be of the type name of the oneof policy name defined in
529
528
  # MaintenancePolicy, and the embedded policy must define the same policy type.
530
529
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
531
- # If only the name is needed (like in the deprecated Instance.
532
- # maintenance_policy_names field) then only populate MaintenancePolicy.name.
530
+ # If only the name is needed, then only populate MaintenancePolicy.name.
533
531
  # Corresponds to the JSON property `maintenancePolicies`
534
532
  # @return [Hash<String,Google::Apis::FileV1beta1::MaintenancePolicy>]
535
533
  attr_accessor :maintenance_policies
@@ -724,7 +722,7 @@ module Google
724
722
  end
725
723
  end
726
724
 
727
- # A Cloud Filestore instance.
725
+ # A Filestore instance.
728
726
  class Instance
729
727
  include Google::Apis::Core::Hashable
730
728
 
@@ -1205,13 +1203,14 @@ module Google
1205
1203
  # static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode.
1206
1204
  # When the name of an allocated IP address range is specified, it must be one of
1207
1205
  # the ranges associated with the private service access connection. When
1208
- # specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier
1209
- # or a /24 CIDR block for High Scale or Enterprise tier in one of the [internal
1210
- # IP address ranges](https://www.arin.net/reference/research/statistics/
1211
- # address_filters/) that identifies the range of IP addresses reserved for this
1212
- # instance. For example, 10.0.0.0/29 or 192.168.0.0/24. The range you specify
1213
- # can't overlap with either existing subnets or assigned IP address ranges for
1214
- # other Cloud Filestore instances in the selected VPC network.
1206
+ # specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier,
1207
+ # a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier
1208
+ # in one of the [internal IP address ranges](https://www.arin.net/reference/
1209
+ # research/statistics/address_filters/) that identifies the range of IP
1210
+ # addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24,
1211
+ # or 192.168.0.0/26, respectively. The range you specify can't overlap with
1212
+ # either existing subnets or assigned IP address ranges for other Filestore
1213
+ # instances in the selected VPC network.
1215
1214
  # Corresponds to the JSON property `reservedIpRange`
1216
1215
  # @return [String]
1217
1216
  attr_accessor :reserved_ip_range
@@ -1411,8 +1410,8 @@ module Google
1411
1410
  class RestoreInstanceRequest
1412
1411
  include Google::Apis::Core::Hashable
1413
1412
 
1414
- # Required. Name of the file share in the Cloud Filestore instance that the
1415
- # snapshot is being restored to.
1413
+ # Required. Name of the file share in the Filestore instance that the snapshot
1414
+ # is being restored to.
1416
1415
  # Corresponds to the JSON property `fileShare`
1417
1416
  # @return [String]
1418
1417
  attr_accessor :file_share
@@ -1497,12 +1496,12 @@ module Google
1497
1496
  end
1498
1497
  end
1499
1498
 
1500
- # A Cloud Filestore share.
1499
+ # A Filestore share.
1501
1500
  class Share
1502
1501
  include Google::Apis::Core::Hashable
1503
1502
 
1504
- # File share capacity in gigabytes (GB). Cloud Filestore defines 1 GB as 1024^3
1505
- # bytes. Must be greater than 0.
1503
+ # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
1504
+ # Must be greater than 0.
1506
1505
  # Corresponds to the JSON property `capacityGb`
1507
1506
  # @return [Fixnum]
1508
1507
  attr_accessor :capacity_gb
@@ -1562,7 +1561,7 @@ module Google
1562
1561
  end
1563
1562
  end
1564
1563
 
1565
- # A Cloud Filestore snapshot.
1564
+ # A Filestore snapshot.
1566
1565
  class Snapshot
1567
1566
  include Google::Apis::Core::Hashable
1568
1567
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FileV1beta1
18
18
  # Version of the google-apis-file_v1beta1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220530"
25
+ REVISION = "20220729"
26
26
  end
27
27
  end
28
28
  end
@@ -128,8 +128,8 @@ module Google
128
128
  # Creates a backup.
129
129
  # @param [String] parent
130
130
  # Required. The backup's project and location, in the format `projects/`
131
- # project_id`/locations/`location``. In Cloud Filestore, backup locations map to
132
- # GCP regions, for example **us-west1**.
131
+ # project_id`/locations/`location``. In Filestore, backup locations map to GCP
132
+ # regions, for example **us-west1**.
133
133
  # @param [Google::Apis::FileV1beta1::Backup] backup_object
134
134
  # @param [String] backup_id
135
135
  # Required. The ID to use for the backup. The ID must be unique within the
@@ -232,7 +232,7 @@ module Google
232
232
  # locations.
233
233
  # @param [String] parent
234
234
  # Required. The project and location for which to retrieve backup information,
235
- # in the format `projects/`project_id`/locations/`location``. In Cloud Filestore,
235
+ # in the format `projects/`project_id`/locations/`location``. In Filestore,
236
236
  # backup locations map to GCP regions, for example **us-west1**. To retrieve
237
237
  # backup information for all locations, use "-" for the ``location`` value.
238
238
  # @param [String] filter
@@ -318,8 +318,8 @@ module Google
318
318
  # also equal to or larger than the minimum capacity of the tier).
319
319
  # @param [String] parent
320
320
  # Required. The instance's project and location, in the format `projects/`
321
- # project_id`/locations/`location``. In Cloud Filestore, locations map to GCP
322
- # zones, for example **us-west1-b**.
321
+ # project_id`/locations/`location``. In Filestore, locations map to GCP zones,
322
+ # for example **us-west1-b**.
323
323
  # @param [Google::Apis::FileV1beta1::Instance] instance_object
324
324
  # @param [String] instance_id
325
325
  # Required. The ID of the instance to create. The ID must be unique within the
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-file_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.25.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: 2022-06-27 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []