google-apis-file_v1beta1 0.24.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: e964ff1932bba053afd81b50e8f67f88ae6b0cd61a161fbe77290a0a568433b4
4
- data.tar.gz: 14d31e3881527b1f85759e9461bc6c0f793efcc5d913c93e6648d0c3cf244fdf
3
+ metadata.gz: d48f2414ba2102f18c5eaac3265d1cb1449845c1ecf77b2f96c5797cbfce5cd4
4
+ data.tar.gz: 4494567316570b233b3468b569f18ef76eb9b2b932a7028049e1f491d87dc047
5
5
  SHA512:
6
- metadata.gz: 23240b2e3e369d41f32005ba57e5198573a9266c0dbbcf24466983253ef98376ae20eb3f8c82d4c292bd2748855cebf8bc694c7ebe613bbc1202a7aae655501f
7
- data.tar.gz: cb02dd0151e00b35d0695f4998d55492f0267cae212728db9a59b0e2f473aa950ca1e3ecc13626d81f5f0d69ff6ad3df1d12006e1bf526040a75ff34152abfcf
6
+ metadata.gz: 052c6a488b350d69cf39a9c6a67bb72ab8bf2f390afe2667c15df1acce0379d02e14623d9685e9a9d3b341843559d2c3cd68b75dc0da532ccc4170f097764b2d
7
+ data.tar.gz: '08285e0adcdf54d515537638e7243ff42ff7a0d5a42f6782c14f469a10c2e046ac3ea3acede0042c4b68135ddaeb5da7d2bb443d96c254aaff2c55476b3485eb'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.24.0 (2022-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220715
@@ -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
@@ -723,7 +722,7 @@ module Google
723
722
  end
724
723
  end
725
724
 
726
- # A Cloud Filestore instance.
725
+ # A Filestore instance.
727
726
  class Instance
728
727
  include Google::Apis::Core::Hashable
729
728
 
@@ -1210,8 +1209,8 @@ module Google
1210
1209
  # research/statistics/address_filters/) that identifies the range of IP
1211
1210
  # addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24,
1212
1211
  # or 192.168.0.0/26, respectively. The range you specify can't overlap with
1213
- # either existing subnets or assigned IP address ranges for other Cloud
1214
- # Filestore instances in the selected VPC network.
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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220715"
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.24.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-07-25 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
@@ -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.24.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: []