google-apis-drivelabels_v2beta 0.3.0 → 0.5.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8eb047be676e2ad295f06928708c4d4123cad289087d483057ccb4a833237454
|
4
|
+
data.tar.gz: 18ff8d95da7f23ebc15545a3fe3b4e06319560e45aa03f4124374868a56ed6b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52ba3430f63ffc73be5865fb2b105339276930d58f571a4e7b0f2f654ba9994c51ab0137ae2dafcc2cc29e91b9c5d5dba7ee6378c43e958e7110b93605619a52
|
7
|
+
data.tar.gz: e03f50cba013ffc7fd1ca4f3a6146f2035e233100cbcb40c6c86ea12655330f7974042c6c373ca18bb91746b162621441d4a556153821c24d7f1615cded3e12e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-drivelabels_v2beta
|
2
2
|
|
3
|
+
### v0.5.0 (2023-02-15)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.12.0
|
6
|
+
|
7
|
+
### v0.4.0 (2022-11-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221031
|
10
|
+
|
3
11
|
### v0.3.0 (2022-10-28)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20221024
|
@@ -2531,11 +2531,6 @@ module Google
|
|
2531
2531
|
# @return [String]
|
2532
2532
|
attr_accessor :name
|
2533
2533
|
|
2534
|
-
# Output only. A URI referring to the policy that created this Lock.
|
2535
|
-
# Corresponds to the JSON property `policyUri`
|
2536
|
-
# @return [String]
|
2537
|
-
attr_accessor :policy_uri
|
2538
|
-
|
2539
2534
|
# Output only. This LabelLock's state.
|
2540
2535
|
# Corresponds to the JSON property `state`
|
2541
2536
|
# @return [String]
|
@@ -2554,7 +2549,6 @@ module Google
|
|
2554
2549
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
2555
2550
|
@field_id = args[:field_id] if args.key?(:field_id)
|
2556
2551
|
@name = args[:name] if args.key?(:name)
|
2557
|
-
@policy_uri = args[:policy_uri] if args.key?(:policy_uri)
|
2558
2552
|
@state = args[:state] if args.key?(:state)
|
2559
2553
|
end
|
2560
2554
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DrivelabelsV2beta
|
18
18
|
# Version of the google-apis-drivelabels_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221031"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -461,7 +461,7 @@ module Google
|
|
461
461
|
execute_or_queue_command(command, &block)
|
462
462
|
end
|
463
463
|
|
464
|
-
# Lists the
|
464
|
+
# Lists the LabelLocks on a Label.
|
465
465
|
# @param [String] parent
|
466
466
|
# Required. Label on which Locks are applied. Format: labels/`label`
|
467
467
|
# @param [Fixnum] page_size
|
@@ -728,7 +728,7 @@ module Google
|
|
728
728
|
execute_or_queue_command(command, &block)
|
729
729
|
end
|
730
730
|
|
731
|
-
# Lists the
|
731
|
+
# Lists the LabelLocks on a Label.
|
732
732
|
# @param [String] parent
|
733
733
|
# Required. Label on which Locks are applied. Format: labels/`label`
|
734
734
|
# @param [Fixnum] page_size
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-drivelabels_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.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:
|
11
|
+
date: 2023-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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-drivelabels_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-drivelabels_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-drivelabels_v2beta/v0.5.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drivelabels_v2beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Drive Labels API V2beta
|