google-apis-file_v1 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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/file_v1/classes.rb +13 -7
- data/lib/google/apis/file_v1/gem_version.rb +2 -2
- data/lib/google/apis/file_v1/representations.rb +2 -0
- 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: a33d339420cfc4e75559eff0ddd39e1a58b33f2457c9b210b1de09fc4c203175
|
4
|
+
data.tar.gz: 1f69152e32cd6831c3e82e6838b4b6faa6f934890693238497c35806891e7195
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57cf20d0b3e0a738222d232d4d2824ce9dcea13de4791451985a0c81776f8edcc95618da4a37e4ae3a85282610e8f45476a0654f1193e363bf5c19b01b9021d9
|
7
|
+
data.tar.gz: 94499be2f649937a99f2ec7f2d053ceae5b6968c1c1d3e3effdd2ccb06e23ebbcdd07a49d2e650fba1d27d474c58d533141b69475cd494729bf1f07911e4a328
|
data/CHANGELOG.md
CHANGED
@@ -546,6 +546,11 @@ module Google
|
|
546
546
|
# @return [String]
|
547
547
|
attr_accessor :node_id
|
548
548
|
|
549
|
+
# PerSliSloEligibility is a mapping from an SLI name to eligibility.
|
550
|
+
# Corresponds to the JSON property `perSliEligibility`
|
551
|
+
# @return [Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility]
|
552
|
+
attr_accessor :per_sli_eligibility
|
553
|
+
|
549
554
|
def initialize(**args)
|
550
555
|
update!(**args)
|
551
556
|
end
|
@@ -555,6 +560,7 @@ module Google
|
|
555
560
|
@exclusions = args[:exclusions] if args.key?(:exclusions)
|
556
561
|
@location = args[:location] if args.key?(:location)
|
557
562
|
@node_id = args[:node_id] if args.key?(:node_id)
|
563
|
+
@per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
|
558
564
|
end
|
559
565
|
end
|
560
566
|
|
@@ -1250,12 +1256,12 @@ module Google
|
|
1250
1256
|
class OperationMetadata
|
1251
1257
|
include Google::Apis::Core::Hashable
|
1252
1258
|
|
1253
|
-
#
|
1259
|
+
# Output only. API version used to start the operation.
|
1254
1260
|
# Corresponds to the JSON property `apiVersion`
|
1255
1261
|
# @return [String]
|
1256
1262
|
attr_accessor :api_version
|
1257
1263
|
|
1258
|
-
#
|
1264
|
+
# Output only. Identifies whether the user has requested cancellation of the
|
1259
1265
|
# operation. Operations that have successfully been cancelled have Operation.
|
1260
1266
|
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
1261
1267
|
# CANCELLED`.
|
@@ -1264,27 +1270,27 @@ module Google
|
|
1264
1270
|
attr_accessor :cancel_requested
|
1265
1271
|
alias_method :cancel_requested?, :cancel_requested
|
1266
1272
|
|
1267
|
-
#
|
1273
|
+
# Output only. The time the operation was created.
|
1268
1274
|
# Corresponds to the JSON property `createTime`
|
1269
1275
|
# @return [String]
|
1270
1276
|
attr_accessor :create_time
|
1271
1277
|
|
1272
|
-
#
|
1278
|
+
# Output only. The time the operation finished running.
|
1273
1279
|
# Corresponds to the JSON property `endTime`
|
1274
1280
|
# @return [String]
|
1275
1281
|
attr_accessor :end_time
|
1276
1282
|
|
1277
|
-
#
|
1283
|
+
# Output only. Human-readable status of the operation, if any.
|
1278
1284
|
# Corresponds to the JSON property `statusDetail`
|
1279
1285
|
# @return [String]
|
1280
1286
|
attr_accessor :status_detail
|
1281
1287
|
|
1282
|
-
#
|
1288
|
+
# Output only. Server-defined resource path for the target of the operation.
|
1283
1289
|
# Corresponds to the JSON property `target`
|
1284
1290
|
# @return [String]
|
1285
1291
|
attr_accessor :target
|
1286
1292
|
|
1287
|
-
#
|
1293
|
+
# Output only. Name of the verb executed by the operation.
|
1288
1294
|
# Corresponds to the JSON property `verb`
|
1289
1295
|
# @return [String]
|
1290
1296
|
attr_accessor :verb
|
@@ -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.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 = "
|
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::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility, decorator: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility::Representation
|
354
|
+
|
353
355
|
end
|
354
356
|
end
|
355
357
|
|
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.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-
|
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_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.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|