google-apis-file_v1beta1 0.9.0 → 0.10.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: 3bfa44f2137a22e67bcf0c0e3d020aff34301e853a260216064a072721c96c4b
4
- data.tar.gz: 021f974ae3f7cae1cde93e653c4266546e053c8a47b1b17ac62fe83447ce6b25
3
+ metadata.gz: 8e97d229c4f7aebcff46734caa391f8bb5a6809b2a49e3970d6a4b69ab1189bd
4
+ data.tar.gz: 6b21200b26ad045ab9ddd3638860716eb9a1e17e30bd165fa364d52a78b54df7
5
5
  SHA512:
6
- metadata.gz: a1477f9b811234a2b45add0e9d03012839f0a97f0ef59f5525a47429e6ddd79aa3ea902a0084cc86b0fb10804110738490ba3cab30d5697a1e7f08c198822e06
7
- data.tar.gz: 191bf2159cdefae7c2dba734e7db82a426b01b0fe168f1d16be741a17b3d73c82e4b54be6ea08129c1fdf2a3ffa5c57274b2a031cff8cc8e9eb9281077b78620
6
+ metadata.gz: 04c272379d4d1e5cd0fb4466655337f295840fb75177c684af02d2f9ac35dedf135230249a5d89c6f245de79ce44ac871f2b14cdc26c31fcd472c37799af4393
7
+ data.tar.gz: 179651f8cd607e31cc49d7fbba4365fed841b64dc100192903ce83ccda88ac1763fa98ab5c5a3082d62445db8fe50221cd0c922c9d7e4685d5f9b229bb281a36
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210708
6
+
3
7
  ### v0.9.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -271,7 +271,8 @@ module Google
271
271
  # @return [Fixnum]
272
272
  attr_accessor :capacity_gb
273
273
 
274
- # The name of the file share (must be 16 characters or less).
274
+ # The name of the file share (must be 32 characters or less for High Scale SSD
275
+ # tier, 16 characters or less for all other tiers).
275
276
  # Corresponds to the JSON property `name`
276
277
  # @return [String]
277
278
  attr_accessor :name
@@ -543,6 +544,11 @@ module Google
543
544
  # @return [String]
544
545
  attr_accessor :node_id
545
546
 
547
+ # PerSliSloEligibility is a mapping from an SLI name to eligibility.
548
+ # Corresponds to the JSON property `perSliEligibility`
549
+ # @return [Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility]
550
+ attr_accessor :per_sli_eligibility
551
+
546
552
  def initialize(**args)
547
553
  update!(**args)
548
554
  end
@@ -552,6 +558,7 @@ module Google
552
558
  @exclusions = args[:exclusions] if args.key?(:exclusions)
553
559
  @location = args[:location] if args.key?(:location)
554
560
  @node_id = args[:node_id] if args.key?(:node_id)
561
+ @per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
555
562
  end
556
563
  end
557
564
 
@@ -1085,6 +1092,12 @@ module Google
1085
1092
  class NetworkConfig
1086
1093
  include Google::Apis::Core::Hashable
1087
1094
 
1095
+ # The network connect mode of the Filestore instance. If not provided, the
1096
+ # connect mode defaults to DIRECT_PEERING.
1097
+ # Corresponds to the JSON property `connectMode`
1098
+ # @return [String]
1099
+ attr_accessor :connect_mode
1100
+
1088
1101
  # Output only. IPv4 addresses in the format `octet 1`.`octet 2`.`octet 3`.`octet
1089
1102
  # 4` or IPv6 addresses in the format `block 1`:`block 2`:`block 3`:`block 4`:`
1090
1103
  # block 5`:`block 6`:`block 7`:`block 8`.
@@ -1120,6 +1133,7 @@ module Google
1120
1133
 
1121
1134
  # Update properties of this object
1122
1135
  def update!(**args)
1136
+ @connect_mode = args[:connect_mode] if args.key?(:connect_mode)
1123
1137
  @ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses)
1124
1138
  @modes = args[:modes] if args.key?(:modes)
1125
1139
  @network = args[:network] if args.key?(:network)
@@ -1248,12 +1262,12 @@ module Google
1248
1262
  class OperationMetadata
1249
1263
  include Google::Apis::Core::Hashable
1250
1264
 
1251
- # [Output only] API version used to start the operation.
1265
+ # Output only. API version used to start the operation.
1252
1266
  # Corresponds to the JSON property `apiVersion`
1253
1267
  # @return [String]
1254
1268
  attr_accessor :api_version
1255
1269
 
1256
- # [Output only] Identifies whether the user has requested cancellation of the
1270
+ # Output only. Identifies whether the user has requested cancellation of the
1257
1271
  # operation. Operations that have successfully been cancelled have Operation.
1258
1272
  # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1259
1273
  # CANCELLED`.
@@ -1262,27 +1276,27 @@ module Google
1262
1276
  attr_accessor :cancel_requested
1263
1277
  alias_method :cancel_requested?, :cancel_requested
1264
1278
 
1265
- # [Output only] The time the operation was created.
1279
+ # Output only. The time the operation was created.
1266
1280
  # Corresponds to the JSON property `createTime`
1267
1281
  # @return [String]
1268
1282
  attr_accessor :create_time
1269
1283
 
1270
- # [Output only] The time the operation finished running.
1284
+ # Output only. The time the operation finished running.
1271
1285
  # Corresponds to the JSON property `endTime`
1272
1286
  # @return [String]
1273
1287
  attr_accessor :end_time
1274
1288
 
1275
- # [Output only] Human-readable status of the operation, if any.
1289
+ # Output only. Human-readable status of the operation, if any.
1276
1290
  # Corresponds to the JSON property `statusDetail`
1277
1291
  # @return [String]
1278
1292
  attr_accessor :status_detail
1279
1293
 
1280
- # [Output only] Server-defined resource path for the target of the operation.
1294
+ # Output only. Server-defined resource path for the target of the operation.
1281
1295
  # Corresponds to the JSON property `target`
1282
1296
  # @return [String]
1283
1297
  attr_accessor :target
1284
1298
 
1285
- # [Output only] Name of the verb executed by the operation.
1299
+ # Output only. Name of the verb executed by the operation.
1286
1300
  # Corresponds to the JSON property `verb`
1287
1301
  # @return [String]
1288
1302
  attr_accessor :verb
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210524"
25
+ REVISION = "20210708"
26
26
  end
27
27
  end
28
28
  end
@@ -350,6 +350,8 @@ module Google
350
350
 
351
351
  property :location, as: 'location'
352
352
  property :node_id, as: 'nodeId'
353
+ property :per_sli_eligibility, as: 'perSliEligibility', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility::Representation
354
+
353
355
  end
354
356
  end
355
357
 
@@ -495,6 +497,7 @@ module Google
495
497
  class NetworkConfig
496
498
  # @private
497
499
  class Representation < Google::Apis::Core::JsonRepresentation
500
+ property :connect_mode, as: 'connectMode'
498
501
  collection :ip_addresses, as: 'ipAddresses'
499
502
  collection :modes, as: 'modes'
500
503
  property :network, as: 'network'
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.9.0
4
+ version: 0.10.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 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/master/generated/google-apis-file_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []