google-apis-transcoder_v1 0.14.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a73f31db61082651785e4e326e718d2ef4e28c4d0d842da4dfb91f3b72925a12
|
|
4
|
+
data.tar.gz: 3226a9d07728639756f63db9be5e6c50d90c000914ad6f771e695d2dfd1c73a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 394e4c6c2f22402fe668904009ccc0eeeb9ba746b0516c7645f4cb9ba4bcb9d3414c9f8624965e74e1c00ad1b89e19b16d7e5659b09f5a20f75e139dd61fcc17
|
|
7
|
+
data.tar.gz: d09cf2d9ffc3d34535af170e4ded4454c100a4e1126287212ac71d56c31810571db24ca3fc739d2cb35721404c81fcfddf25129f7b219702dec1398e432dd213
|
data/CHANGELOG.md
CHANGED
|
@@ -1088,6 +1088,11 @@ module Google
|
|
|
1088
1088
|
# @return [Hash<String,String>]
|
|
1089
1089
|
attr_accessor :labels
|
|
1090
1090
|
|
|
1091
|
+
# The processing mode of the job. The default is `PROCESSING_MODE_INTERACTIVE`.
|
|
1092
|
+
# Corresponds to the JSON property `mode`
|
|
1093
|
+
# @return [String]
|
|
1094
|
+
attr_accessor :mode
|
|
1095
|
+
|
|
1091
1096
|
# The resource name of the job. Format: `projects/`project_number`/locations/`
|
|
1092
1097
|
# location`/jobs/`job``
|
|
1093
1098
|
# Corresponds to the JSON property `name`
|
|
@@ -1139,6 +1144,7 @@ module Google
|
|
|
1139
1144
|
@error = args[:error] if args.key?(:error)
|
|
1140
1145
|
@input_uri = args[:input_uri] if args.key?(:input_uri)
|
|
1141
1146
|
@labels = args[:labels] if args.key?(:labels)
|
|
1147
|
+
@mode = args[:mode] if args.key?(:mode)
|
|
1142
1148
|
@name = args[:name] if args.key?(:name)
|
|
1143
1149
|
@output_uri = args[:output_uri] if args.key?(:output_uri)
|
|
1144
1150
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module TranscoderV1
|
|
18
18
|
# Version of the google-apis-transcoder_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.15.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 = "
|
|
25
|
+
REVISION = "20230322"
|
|
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-transcoder_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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-
|
|
11
|
+
date: 2023-04-02 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-transcoder_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.15.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|