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: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/Job.java
+39
Original file line number
Diff line number
Diff line change
@@ -1559,6 +1559,25 @@ public com.google.protobuf.ByteString getOutputUriBytes() {
1559
1559
}
1560
1560
1561
1561
publicstaticfinalintTEMPLATE_ID_FIELD_NUMBER = 4;
1562
+
/**
1563
+
*
1564
+
*
1565
+
* <pre>
1566
+
* Input only. Specify the `template_id` to use for populating `Job.config`. The default
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/JobOrBuilder.java
+17
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,23 @@ public interface JobOrBuilder
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/SpriteSheet.java
+33
Original file line number
Diff line number
Diff line change
@@ -524,6 +524,23 @@ public com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder() {
524
524
}
525
525
526
526
publicstaticfinalintTOTAL_COUNT_FIELD_NUMBER = 9;
527
+
/**
528
+
*
529
+
*
530
+
* <pre>
531
+
* Total number of sprites. Create the specified number of sprites
532
+
* distributed evenly across the timeline of the output media. The default
533
+
* is 100.
534
+
* </pre>
535
+
*
536
+
* <code>int32 total_count = 9;</code>
537
+
*
538
+
* @return Whether the totalCount field is set.
539
+
*/
540
+
@java.lang.Override
541
+
publicbooleanhasTotalCount() {
542
+
returnextractionStrategyCase_ == 9;
543
+
}
527
544
/**
528
545
*
529
546
*
@@ -1978,6 +1995,22 @@ public com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder() {
1978
1995
returnendTimeOffsetBuilder_;
1979
1996
}
1980
1997
1998
+
/**
1999
+
*
2000
+
*
2001
+
* <pre>
2002
+
* Total number of sprites. Create the specified number of sprites
2003
+
* distributed evenly across the timeline of the output media. The default
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/SpriteSheetOrBuilder.java
+14
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,20 @@ public interface SpriteSheetOrBuilder
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java
+31
Original file line number
Diff line number
Diff line change
@@ -778,6 +778,22 @@ public boolean getAllowOpenGop() {
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java
+13
Original file line number
Diff line number
Diff line change
@@ -329,6 +329,19 @@ public interface VideoStreamOrBuilder
329
329
*/
330
330
booleangetAllowOpenGop();
331
331
332
+
/**
333
+
*
334
+
*
335
+
* <pre>
336
+
* Select the GOP size based on the specified frame count. Must be greater
0 commit comments