google-apis-file_v1 0.7.0 → 0.8.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: e87c79c9e69f53dabac1f74bec9d350259054e4cb8b0f0b09bd0b932f2227bc2
4
- data.tar.gz: 4b61bb54bca4896b32d7a849a23c79ed1c5232e44b80984c8a1aa619a8318e29
3
+ metadata.gz: 80cf5f1372f10f734a70acaa7a65b5f644a964e107620780ce005f3d1f67a094
4
+ data.tar.gz: f54373aae4faef36e7f77bac7045664ff2f05026287ce0b99b20c13f3334ce38
5
5
  SHA512:
6
- metadata.gz: c03627d7f01c079c098768d9e78f014c511a134f5de1fcccecc3629ee2e486727ba647c31460f0b0731e5b3e978aefe45d61d0d274a736396fac84f46840bba0
7
- data.tar.gz: fbdb5a7c44a7030ddb3b2b692faefd6815eda3c0228161e0831c9a7e9899528f2bb4dd3ce6060e755ada9d72317b225a3cf6087343acf78eb73fc41c03a273a1
6
+ metadata.gz: 4286b16593e94349bbedbac2495a2f6cdd288354639edc4a77c61703495f09f42a92696d7f89a195039e171d6ce313d51788ded726cba56c5dc81459aff0f7ac
7
+ data.tar.gz: 06a9f9c5e927f216ed4f37d906ddb4c2530ceac35819111f40e2ea57256dd0c4c45d48129d85e41f6fdada4d8005496cb173d83d037ac7254acbfbee81ed4251
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-file_v1
2
2
 
3
+ ### v0.8.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210524
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.7.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -697,13 +697,6 @@ module Google
697
697
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
698
698
  include Google::Apis::Core::Hashable
699
699
 
700
- # SloEligibility is a tuple containing eligibility value: true if an instance is
701
- # eligible for SLO calculation or false if it should be excluded from all SLO-
702
- # related calculations along with a user-defined reason.
703
- # Corresponds to the JSON property `eligibility`
704
- # @return [Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility]
705
- attr_accessor :eligibility
706
-
707
700
  # List of SLO exclusion windows. When multiple entries in the list match (
708
701
  # matching the exclusion time-window against current time point) the exclusion
709
702
  # reason used in the first matching entry will be published. It is not needed to
@@ -744,7 +737,6 @@ module Google
744
737
 
745
738
  # Update properties of this object
746
739
  def update!(**args)
747
- @eligibility = args[:eligibility] if args.key?(:eligibility)
748
740
  @exclusions = args[:exclusions] if args.key?(:exclusions)
749
741
  @nodes = args[:nodes] if args.key?(:nodes)
750
742
  @per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.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.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210422"
25
+ REVISION = "20210524"
26
26
  end
27
27
  end
28
28
  end
@@ -390,8 +390,6 @@ module Google
390
390
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
391
391
  # @private
392
392
  class Representation < Google::Apis::Core::JsonRepresentation
393
- property :eligibility, as: 'eligibility', class: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility, decorator: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility::Representation
394
-
395
393
  collection :exclusions, as: 'exclusions', class: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
396
394
 
397
395
  collection :nodes, as: 'nodes', class: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-file_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-24 00:00:00.000000000 Z
11
+ date: 2021-06-28 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.3'
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.3'
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 V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1
57
63
  post_install_message:
58
64
  rdoc_options: []