google-apis-file_v1beta1 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: c759d92166d3880a1d4d527843a8e57ef2d45824235a905d7d51f52844791eec
4
- data.tar.gz: ef31a37da4c92f33ae552fff828648cb7c1f8aaa7b79756715b06580c914ba28
3
+ metadata.gz: 5b128a35e2cbd56e0747a7659beb4985fdb4e85b45dce1730af65d3ffafa2333
4
+ data.tar.gz: 96498291133a7338b7261d7b6d77732dbde22595655c5bbfaa5617046718530d
5
5
  SHA512:
6
- metadata.gz: bf120d48ca3b6615453a7e1353e285efbaba16bba0ab2199adcd50b7e54f488f3e88448513ce62e4fd6847fe90d67247d153ff42867d2b9852be35e155e2d844
7
- data.tar.gz: 4bae5073024bca94c8677b5e842d6094fdde44b7c48cf63eebf146c006eeecceb61640f75c54906b28a481b2a8971c9b4739712b36687c7e996cf8c6e38e0bdb
6
+ metadata.gz: 0ef67e5987bedfbb226f2023c04ea188510aefa966789667c05754040bb989f2317c1e9b63ba93ce3f38f695c62581f26bd8886884d8100db674bcfe42997c5a
7
+ data.tar.gz: ed3de2b82b85763c7af69f0fbf05ee28dc5b18c8f15ec500a33f16bf646a85efe7a0eee549b7576f6adc4dfd7b94cc883e35266ff36d3eef18eeb3cf0479acd3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-file_v1beta1
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
@@ -694,13 +694,6 @@ module Google
694
694
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
695
695
  include Google::Apis::Core::Hashable
696
696
 
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
697
  # List of SLO exclusion windows. When multiple entries in the list match (
705
698
  # matching the exclusion time-window against current time point) the exclusion
706
699
  # reason used in the first matching entry will be published. It is not needed to
@@ -741,7 +734,6 @@ module Google
741
734
 
742
735
  # Update properties of this object
743
736
  def update!(**args)
744
- @eligibility = args[:eligibility] if args.key?(:eligibility)
745
737
  @exclusions = args[:exclusions] if args.key?(:exclusions)
746
738
  @nodes = args[:nodes] if args.key?(:nodes)
747
739
  @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 FileV1beta1
18
18
  # Version of the google-apis-file_v1beta1 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::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility::Representation
394
-
395
393
  collection :exclusions, as: 'exclusions', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
396
394
 
397
395
  collection :nodes, as: 'nodes', class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
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.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 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.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.8.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: []