google-apis-transcoder_v1beta1 0.7.0 → 0.8.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: 28a734496d878982e50f58ca8ed55026d87000cc3909406722a40d2b65aba2dc
|
|
4
|
+
data.tar.gz: 3a0e6cc741a7329351a31c88738d59c77f6571168b8469d48ae3e5a9000acd9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87aa0480e591afc4bab5989ded56e0ba6d798f8a34afad191a4a322f6f776db39417526325c1b8dd11e7a470033be24f6c676bc8ca1eaa61fb13b443b195c50c
|
|
7
|
+
data.tar.gz: 84b1f88649285f5a0011526a16a408080d562c71805aa913eea66ed4406efba82813df63ca9324e46c5dab6f494f642e50b5e0bd9cce9600873743cb832c4276
|
data/CHANGELOG.md
CHANGED
|
@@ -649,8 +649,8 @@ module Google
|
|
|
649
649
|
class Image
|
|
650
650
|
include Google::Apis::Core::Hashable
|
|
651
651
|
|
|
652
|
-
# Target image opacity. Valid values
|
|
653
|
-
# transparent).
|
|
652
|
+
# Target image opacity. Valid values are from `1.0` (solid, default) to `0.0` (
|
|
653
|
+
# transparent), exclusive. Set this to a value greater than `0.0`.
|
|
654
654
|
# Corresponds to the JSON property `alpha`
|
|
655
655
|
# @return [Float]
|
|
656
656
|
attr_accessor :alpha
|
|
@@ -1125,12 +1125,12 @@ module Google
|
|
|
1125
1125
|
class OperationMetadata
|
|
1126
1126
|
include Google::Apis::Core::Hashable
|
|
1127
1127
|
|
|
1128
|
-
#
|
|
1128
|
+
# Output only. API version used to start the operation.
|
|
1129
1129
|
# Corresponds to the JSON property `apiVersion`
|
|
1130
1130
|
# @return [String]
|
|
1131
1131
|
attr_accessor :api_version
|
|
1132
1132
|
|
|
1133
|
-
#
|
|
1133
|
+
# Output only. Identifies whether the user has requested cancellation of the
|
|
1134
1134
|
# operation. Operations that have successfully been cancelled have Operation.
|
|
1135
1135
|
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
|
1136
1136
|
# CANCELLED`.
|
|
@@ -1139,27 +1139,27 @@ module Google
|
|
|
1139
1139
|
attr_accessor :cancel_requested
|
|
1140
1140
|
alias_method :cancel_requested?, :cancel_requested
|
|
1141
1141
|
|
|
1142
|
-
#
|
|
1142
|
+
# Output only. The time the operation was created.
|
|
1143
1143
|
# Corresponds to the JSON property `createTime`
|
|
1144
1144
|
# @return [String]
|
|
1145
1145
|
attr_accessor :create_time
|
|
1146
1146
|
|
|
1147
|
-
#
|
|
1147
|
+
# Output only. The time the operation finished running.
|
|
1148
1148
|
# Corresponds to the JSON property `endTime`
|
|
1149
1149
|
# @return [String]
|
|
1150
1150
|
attr_accessor :end_time
|
|
1151
1151
|
|
|
1152
|
-
#
|
|
1152
|
+
# Output only. Human-readable status of the operation, if any.
|
|
1153
1153
|
# Corresponds to the JSON property `statusDetail`
|
|
1154
1154
|
# @return [String]
|
|
1155
1155
|
attr_accessor :status_detail
|
|
1156
1156
|
|
|
1157
|
-
#
|
|
1157
|
+
# Output only. Server-defined resource path for the target of the operation.
|
|
1158
1158
|
# Corresponds to the JSON property `target`
|
|
1159
1159
|
# @return [String]
|
|
1160
1160
|
attr_accessor :target
|
|
1161
1161
|
|
|
1162
|
-
#
|
|
1162
|
+
# Output only. Name of the verb executed by the operation.
|
|
1163
1163
|
# Corresponds to the JSON property `verb`
|
|
1164
1164
|
# @return [String]
|
|
1165
1165
|
attr_accessor :verb
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module TranscoderV1beta1
|
|
18
18
|
# Version of the google-apis-transcoder_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "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.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210624"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-transcoder_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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-
|
|
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.
|
|
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:
|
|
32
|
+
version: 2.a
|
|
27
33
|
description: This is the simple REST client for Transcoder API V1beta1. Simple REST
|
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
|
29
35
|
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-transcoder_v1beta1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1beta1/v0.8.0
|
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-transcoder_v1beta1
|
|
57
63
|
post_install_message:
|
|
58
64
|
rdoc_options: []
|