google-apis-file_v1beta1 0.37.0 → 0.38.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: af8f0de94054c368eecfabb3468a07735b62ec7753d8052af9a5f95d433c22ff
4
- data.tar.gz: e1f58f620e891fa1e67e7380b25de8da5e99195c605870cbc3ed4d9de6a70110
3
+ metadata.gz: 0bcc9c5faa5e4e2595600c2e8d11ad48252746d302c4292bcef0b8c6009e51bc
4
+ data.tar.gz: 1a1b6506afd446d8e389d4dda1f8697267687e7cf0764529cbcd24588bc112af
5
5
  SHA512:
6
- metadata.gz: 3e8b98627dfac93c735560a754b44584539aa739881e88a05875b1e5c79d440a6425bf1077373bffe797df54280576b77e9ca2957e39c2050c8b5a469f3f2e13
7
- data.tar.gz: d55d808cc0fedc25102554621d834bcbe4a7e7c3af3f9ea12ddbfa923646de562feb4efe0b63d7b24772f3778725113a3cbfcc3995e90caa1a685d382ac8c339
6
+ metadata.gz: f151f7f13c0ca2a561c8ceb7b777fb07c7ea611881419af8380c1467fea7fc933e26747e3d15a258678a75c93d06eeb649330361cef2d999c64073a018ee0d2c
7
+ data.tar.gz: 64fc6e0fcd8adae9e507047254af74f929daac3cd02e86222d66e90032c9a794bd8f319fc1fd88e4d0f9b707462a34e1078cf1b0e8b730c11c4d48f6d9ff7789
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.38.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.37.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230429
@@ -1407,13 +1407,13 @@ module Google
1407
1407
  # @return [String]
1408
1408
  attr_accessor :name
1409
1409
 
1410
- # The normal response of the operation in case of success. If the original
1411
- # method returns no data on success, such as `Delete`, the response is `google.
1412
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1413
- # the response should be the resource. For other methods, the response should
1414
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1415
- # example, if the original method name is `TakeSnapshot()`, the inferred
1416
- # response type is `TakeSnapshotResponse`.
1410
+ # The normal, successful response of the operation. If the original method
1411
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1412
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1413
+ # response should be the resource. For other methods, the response should have
1414
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1415
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1416
+ # `TakeSnapshotResponse`.
1417
1417
  # Corresponds to the JSON property `response`
1418
1418
  # @return [Hash<String,Object>]
1419
1419
  attr_accessor :response
@@ -1799,8 +1799,8 @@ module Google
1799
1799
  attr_accessor :channel
1800
1800
 
1801
1801
  # Deny Maintenance Period that is applied to resource to indicate when
1802
- # maintenance is forbidden. User can specify zero or more non-overlapping deny
1803
- # periods. Maximum number of deny_maintenance_periods expected is one.
1802
+ # maintenance is forbidden. The protocol supports zero-to-many such periods, but
1803
+ # the current SLM Rollout implementation only supports zero-to-one.
1804
1804
  # Corresponds to the JSON property `denyMaintenancePeriods`
1805
1805
  # @return [Array<Google::Apis::FileV1beta1::DenyMaintenancePeriod>]
1806
1806
  attr_accessor :deny_maintenance_periods
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230429"
25
+ REVISION = "20230803"
26
26
  end
27
27
  end
28
28
  end
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.37.0
4
+ version: 0.38.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-08-13 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/main/generated/google-apis-file_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []