google-apis-drivelabels_v2beta 0.3.0 → 0.4.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: d5c5991b2e1bbd9d0c93d1c9bbf2ac29319c39582bfd4369e5c397ab1d4dec4e
|
4
|
+
data.tar.gz: bfc3c25659a0e51ac3c3240733faeb323ddab7c6df3ffb1ab2175f74dc82df31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e8c1f9fd23c2dac427e221864f3d2a24f07b081918ab58a6273060535d15c80ec7c315a4689f317421bf7b2f4459e5b97946b2d77d27739ef6cd16392bdb5fd
|
7
|
+
data.tar.gz: d33e04a99d5c84284b3e8ef535e925a6d99a311f7c51219a4cd64d20f0ec7ca459eacca29f9b00a45ebace0283496c029054ca4bfe51d8e585054fed8e07da21
|
data/CHANGELOG.md
CHANGED
@@ -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.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.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.4.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: 2022-
|
11
|
+
date: 2022-11-07 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-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.4.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: []
|