You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1beta1/TranscoderServiceClient.java
+3
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,11 @@
101
101
* }</pre>
102
102
*
103
103
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
104
+
*
105
+
* @deprecated This class is deprecated and will be removed in the next major version update.
Copy file name to clipboardExpand all lines: google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1beta1/TranscoderServiceSettings.java
Copy file name to clipboardExpand all lines: google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1beta1/stub/GrpcTranscoderServiceCallableFactory.java
+3
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,11 @@
41
41
* gRPC callable factory implementation for the TranscoderService service API.
42
42
*
43
43
* <p>This class is for advanced usage.
44
+
*
45
+
* @deprecated This class is deprecated and will be removed in the next major version update.
Copy file name to clipboardExpand all lines: google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1beta1/stub/GrpcTranscoderServiceStub.java
+3
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,11 @@
52
52
* gRPC stub implementation for the TranscoderService service API.
53
53
*
54
54
* <p>This class is for advanced usage and reflects the underlying API directly.
55
+
*
56
+
* @deprecated This class is deprecated and will be removed in the next major version update.
Copy file name to clipboardExpand all lines: google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1beta1/stub/TranscoderServiceStub.java
+3
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,11 @@
42
42
* Base stub class for the TranscoderService service API.
43
43
*
44
44
* <p>This class is for advanced usage and reflects the underlying API directly.
45
+
*
46
+
* @deprecated This class is deprecated and will be removed in the next major version update.
Copy file name to clipboardExpand all lines: google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1beta1/stub/TranscoderServiceStubSettings.java
Copy file name to clipboardExpand all lines: google-cloud-video-transcoder/src/test/java/com/google/cloud/video/transcoder/v1beta1/TranscoderServiceClientTest.java
+4
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ public void createJobTest() throws Exception {
Copy file name to clipboardExpand all lines: grpc-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/TranscoderServiceGrpc.java
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/Input.java
+21-21
Original file line number
Diff line number
Diff line change
@@ -194,9 +194,9 @@ public com.google.protobuf.ByteString getKeyBytes() {
194
194
*
195
195
*
196
196
* <pre>
197
-
* URI of the media. It must be stored in Cloud Storage. Example
198
-
* `gs://bucket/inputs/file.mp4`.
199
-
* If empty the value will be populated from `Job.input_uri`.
197
+
* URI of the media. Input files must be at least 5 seconds in duration and
198
+
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
199
+
* If empty, the value will be populated from `Job.input_uri`.
200
200
* </pre>
201
201
*
202
202
* <code>string uri = 2;</code>
@@ -219,9 +219,9 @@ public java.lang.String getUri() {
219
219
*
220
220
*
221
221
* <pre>
222
-
* URI of the media. It must be stored in Cloud Storage. Example
223
-
* `gs://bucket/inputs/file.mp4`.
224
-
* If empty the value will be populated from `Job.input_uri`.
222
+
* URI of the media. Input files must be at least 5 seconds in duration and
223
+
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
224
+
* If empty, the value will be populated from `Job.input_uri`.
225
225
* </pre>
226
226
*
227
227
* <code>string uri = 2;</code>
@@ -770,9 +770,9 @@ public Builder setKeyBytes(com.google.protobuf.ByteString value) {
770
770
*
771
771
*
772
772
* <pre>
773
-
* URI of the media. It must be stored in Cloud Storage. Example
774
-
* `gs://bucket/inputs/file.mp4`.
775
-
* If empty the value will be populated from `Job.input_uri`.
773
+
* URI of the media. Input files must be at least 5 seconds in duration and
774
+
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
775
+
* If empty, the value will be populated from `Job.input_uri`.
776
776
* </pre>
777
777
*
778
778
* <code>string uri = 2;</code>
@@ -794,9 +794,9 @@ public java.lang.String getUri() {
794
794
*
795
795
*
796
796
* <pre>
797
-
* URI of the media. It must be stored in Cloud Storage. Example
798
-
* `gs://bucket/inputs/file.mp4`.
799
-
* If empty the value will be populated from `Job.input_uri`.
797
+
* URI of the media. Input files must be at least 5 seconds in duration and
798
+
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
799
+
* If empty, the value will be populated from `Job.input_uri`.
800
800
* </pre>
801
801
*
802
802
* <code>string uri = 2;</code>
@@ -818,9 +818,9 @@ public com.google.protobuf.ByteString getUriBytes() {
818
818
*
819
819
*
820
820
* <pre>
821
-
* URI of the media. It must be stored in Cloud Storage. Example
822
-
* `gs://bucket/inputs/file.mp4`.
823
-
* If empty the value will be populated from `Job.input_uri`.
821
+
* URI of the media. Input files must be at least 5 seconds in duration and
822
+
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
823
+
* If empty, the value will be populated from `Job.input_uri`.
824
824
* </pre>
825
825
*
826
826
* <code>string uri = 2;</code>
@@ -841,9 +841,9 @@ public Builder setUri(java.lang.String value) {
841
841
*
842
842
*
843
843
* <pre>
844
-
* URI of the media. It must be stored in Cloud Storage. Example
845
-
* `gs://bucket/inputs/file.mp4`.
846
-
* If empty the value will be populated from `Job.input_uri`.
844
+
* URI of the media. Input files must be at least 5 seconds in duration and
845
+
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
846
+
* If empty, the value will be populated from `Job.input_uri`.
847
847
* </pre>
848
848
*
849
849
* <code>string uri = 2;</code>
@@ -860,9 +860,9 @@ public Builder clearUri() {
860
860
*
861
861
*
862
862
* <pre>
863
-
* URI of the media. It must be stored in Cloud Storage. Example
864
-
* `gs://bucket/inputs/file.mp4`.
865
-
* If empty the value will be populated from `Job.input_uri`.
863
+
* URI of the media. Input files must be at least 5 seconds in duration and
864
+
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
865
+
* If empty, the value will be populated from `Job.input_uri`.
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/InputOrBuilder.java
+6-6
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,9 @@ public interface InputOrBuilder
54
54
*
55
55
*
56
56
* <pre>
57
-
* URI of the media. It must be stored in Cloud Storage. Example
58
-
* `gs://bucket/inputs/file.mp4`.
59
-
* If empty the value will be populated from `Job.input_uri`.
57
+
* URI of the media. Input files must be at least 5 seconds in duration and
58
+
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
59
+
* If empty, the value will be populated from `Job.input_uri`.
60
60
* </pre>
61
61
*
62
62
* <code>string uri = 2;</code>
@@ -68,9 +68,9 @@ public interface InputOrBuilder
68
68
*
69
69
*
70
70
* <pre>
71
-
* URI of the media. It must be stored in Cloud Storage. Example
72
-
* `gs://bucket/inputs/file.mp4`.
73
-
* If empty the value will be populated from `Job.input_uri`.
71
+
* URI of the media. Input files must be at least 5 seconds in duration and
72
+
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
73
+
* If empty, the value will be populated from `Job.input_uri`.
0 commit comments