google-apis-file_v1beta1 0.6.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: 6b631e7cd5824029711d0de8c94ada5264b449dd2de2533ab763c39e1de1baa4
4
- data.tar.gz: fce7a941c879234b343f1114f5d86c236d71e705f727e2d267a8ca78ad89de9b
3
+ metadata.gz: 8e97d229c4f7aebcff46734caa391f8bb5a6809b2a49e3970d6a4b69ab1189bd
4
+ data.tar.gz: 6b21200b26ad045ab9ddd3638860716eb9a1e17e30bd165fa364d52a78b54df7
5
5
  SHA512:
6
- metadata.gz: 872c848030ee75e1fcbd44a2ac875ba39acd256efe7d74673f5254bf24abbe8627a9f523edcb96cd38cbfec01e5c92b2587154efceb8a0a46152ceb43e227ccc
7
- data.tar.gz: 369435de65e9f6dd75bfd31f5745966e9ae4692169a467481de244c123ed4ff9fa9c33363195f7a6aa788b325eb8d69af6fffb4f8dccbcdd82cd3b91165c456a
6
+ metadata.gz: 04c272379d4d1e5cd0fb4466655337f295840fb75177c684af02d2f9ac35dedf135230249a5d89c6f245de79ce44ac871f2b14cdc26c31fcd472c37799af4393
7
+ data.tar.gz: 179651f8cd607e31cc49d7fbba4365fed841b64dc100192903ce83ccda88ac1763fa98ab5c5a3082d62445db8fe50221cd0c922c9d7e4685d5f9b229bb281a36
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
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
+
7
+ ### v0.9.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.8.0 (2021-06-24)
12
+
13
+ * Regenerated from discovery document revision 20210524
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.7.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.6.0 (2021-04-30)
4
21
 
5
22
  * Regenerated from discovery document revision 20210422
@@ -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
 
@@ -694,13 +701,6 @@ module Google
694
701
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
695
702
  include Google::Apis::Core::Hashable
696
703
 
697
- # SloEligibility is a tuple containing eligibility value: true if an instance is
698
- # eligible for SLO calculation or false if it should be excluded from all SLO-
699
- # related calculations along with a user-defined reason.
700
- # Corresponds to the JSON property `eligibility`
701
- # @return [Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility]
702
- attr_accessor :eligibility
703
-
704
704
  # List of SLO exclusion windows. When multiple entries in the list match (
705
705
  # matching the exclusion time-window against current time point) the exclusion
706
706
  # reason used in the first matching entry will be published. It is not needed to
@@ -741,7 +741,6 @@ module Google
741
741
 
742
742
  # Update properties of this object
743
743
  def update!(**args)
744
- @eligibility = args[:eligibility] if args.key?(:eligibility)
745
744
  @exclusions = args[:exclusions] if args.key?(:exclusions)
746
745
  @nodes = args[:nodes] if args.key?(:nodes)
747
746
  @per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
@@ -1093,6 +1092,12 @@ module Google
1093
1092
  class NetworkConfig
1094
1093
  include Google::Apis::Core::Hashable
1095
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
+
1096
1101
  # Output only. IPv4 addresses in the format `octet 1`.`octet 2`.`octet 3`.`octet
1097
1102
  # 4` or IPv6 addresses in the format `block 1`:`block 2`:`block 3`:`block 4`:`
1098
1103
  # block 5`:`block 6`:`block 7`:`block 8`.
@@ -1128,6 +1133,7 @@ module Google
1128
1133
 
1129
1134
  # Update properties of this object
1130
1135
  def update!(**args)
1136
+ @connect_mode = args[:connect_mode] if args.key?(:connect_mode)
1131
1137
  @ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses)
1132
1138
  @modes = args[:modes] if args.key?(:modes)
1133
1139
  @network = args[:network] if args.key?(:network)
@@ -1256,12 +1262,12 @@ module Google
1256
1262
  class OperationMetadata
1257
1263
  include Google::Apis::Core::Hashable
1258
1264
 
1259
- # [Output only] API version used to start the operation.
1265
+ # Output only. API version used to start the operation.
1260
1266
  # Corresponds to the JSON property `apiVersion`
1261
1267
  # @return [String]
1262
1268
  attr_accessor :api_version
1263
1269
 
1264
- # [Output only] Identifies whether the user has requested cancellation of the
1270
+ # Output only. Identifies whether the user has requested cancellation of the
1265
1271
  # operation. Operations that have successfully been cancelled have Operation.
1266
1272
  # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1267
1273
  # CANCELLED`.
@@ -1270,27 +1276,27 @@ module Google
1270
1276
  attr_accessor :cancel_requested
1271
1277
  alias_method :cancel_requested?, :cancel_requested
1272
1278
 
1273
- # [Output only] The time the operation was created.
1279
+ # Output only. The time the operation was created.
1274
1280
  # Corresponds to the JSON property `createTime`
1275
1281
  # @return [String]
1276
1282
  attr_accessor :create_time
1277
1283
 
1278
- # [Output only] The time the operation finished running.
1284
+ # Output only. The time the operation finished running.
1279
1285
  # Corresponds to the JSON property `endTime`
1280
1286
  # @return [String]
1281
1287
  attr_accessor :end_time
1282
1288
 
1283
- # [Output only] Human-readable status of the operation, if any.
1289
+ # Output only. Human-readable status of the operation, if any.
1284
1290
  # Corresponds to the JSON property `statusDetail`
1285
1291
  # @return [String]
1286
1292
  attr_accessor :status_detail
1287
1293
 
1288
- # [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.
1289
1295
  # Corresponds to the JSON property `target`
1290
1296
  # @return [String]
1291
1297
  attr_accessor :target
1292
1298
 
1293
- # [Output only] Name of the verb executed by the operation.
1299
+ # Output only. Name of the verb executed by the operation.
1294
1300
  # Corresponds to the JSON property `verb`
1295
1301
  # @return [String]
1296
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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210422"
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
 
@@ -390,8 +392,6 @@ module Google
390
392
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
391
393
  # @private
392
394
  class Representation < Google::Apis::Core::JsonRepresentation
393
- property :eligibility, as: 'eligibility', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility::Representation
394
-
395
395
  collection :exclusions, as: 'exclusions', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
396
396
 
397
397
  collection :nodes, as: 'nodes', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
@@ -497,6 +497,7 @@ module Google
497
497
  class NetworkConfig
498
498
  # @private
499
499
  class Representation < Google::Apis::Core::JsonRepresentation
500
+ property :connect_mode, as: 'connectMode'
500
501
  collection :ip_addresses, as: 'ipAddresses'
501
502
  collection :modes, as: 'modes'
502
503
  property :network, as: 'network'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-file_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.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-05-18 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Filestore API V1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []