Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(generator): update protoc to v3.15.3 (#127)
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/4650efcc-2b5e-4632-92f4-e28824d4f0b4/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 359781040
Source-Link: googleapis/googleapis@f6dd7e4
  • Loading branch information
yoshi-automation committed Mar 2, 2021
1 parent 87b37b7 commit 0310bc9
Show file tree
Hide file tree
Showing 8 changed files with 159 additions and 3 deletions.
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/video/transcoder/v1beta1/*OrBuilder</className>
<method>* has*(*)</method>
</difference>
</differences>
Expand Up @@ -1559,6 +1559,25 @@ public com.google.protobuf.ByteString getOutputUriBytes() {
}

public static final int TEMPLATE_ID_FIELD_NUMBER = 4;
/**
*
*
* <pre>
* Input only. Specify the `template_id` to use for populating `Job.config`. The default
* is `preset/web-hd`.
* Preset Transcoder templates:
* - `preset/{preset_id}`
* - User defined JobTemplate:
* `{job_template_id}`
* </pre>
*
* <code>string template_id = 4 [(.google.api.field_behavior) = INPUT_ONLY];</code>
*
* @return Whether the templateId field is set.
*/
public boolean hasTemplateId() {
return jobConfigCase_ == 4;
}
/**
*
*
Expand Down Expand Up @@ -3159,6 +3178,26 @@ public Builder setOutputUriBytes(com.google.protobuf.ByteString value) {
return this;
}

/**
*
*
* <pre>
* Input only. Specify the `template_id` to use for populating `Job.config`. The default
* is `preset/web-hd`.
* Preset Transcoder templates:
* - `preset/{preset_id}`
* - User defined JobTemplate:
* `{job_template_id}`
* </pre>
*
* <code>string template_id = 4 [(.google.api.field_behavior) = INPUT_ONLY];</code>
*
* @return Whether the templateId field is set.
*/
@java.lang.Override
public boolean hasTemplateId() {
return jobConfigCase_ == 4;
}
/**
*
*
Expand Down
Expand Up @@ -110,6 +110,23 @@ public interface JobOrBuilder
*/
com.google.protobuf.ByteString getOutputUriBytes();

/**
*
*
* <pre>
* Input only. Specify the `template_id` to use for populating `Job.config`. The default
* is `preset/web-hd`.
* Preset Transcoder templates:
* - `preset/{preset_id}`
* - User defined JobTemplate:
* `{job_template_id}`
* </pre>
*
* <code>string template_id = 4 [(.google.api.field_behavior) = INPUT_ONLY];</code>
*
* @return Whether the templateId field is set.
*/
boolean hasTemplateId();
/**
*
*
Expand Down
Expand Up @@ -524,6 +524,23 @@ public com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder() {
}

public static final int TOTAL_COUNT_FIELD_NUMBER = 9;
/**
*
*
* <pre>
* Total number of sprites. Create the specified number of sprites
* distributed evenly across the timeline of the output media. The default
* is 100.
* </pre>
*
* <code>int32 total_count = 9;</code>
*
* @return Whether the totalCount field is set.
*/
@java.lang.Override
public boolean hasTotalCount() {
return extractionStrategyCase_ == 9;
}
/**
*
*
Expand Down Expand Up @@ -1978,6 +1995,22 @@ public com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder() {
return endTimeOffsetBuilder_;
}

/**
*
*
* <pre>
* Total number of sprites. Create the specified number of sprites
* distributed evenly across the timeline of the output media. The default
* is 100.
* </pre>
*
* <code>int32 total_count = 9;</code>
*
* @return Whether the totalCount field is set.
*/
public boolean hasTotalCount() {
return extractionStrategyCase_ == 9;
}
/**
*
*
Expand Down
Expand Up @@ -215,6 +215,20 @@ public interface SpriteSheetOrBuilder
*/
com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder();

/**
*
*
* <pre>
* Total number of sprites. Create the specified number of sprites
* distributed evenly across the timeline of the output media. The default
* is 100.
* </pre>
*
* <code>int32 total_count = 9;</code>
*
* @return Whether the totalCount field is set.
*/
boolean hasTotalCount();
/**
*
*
Expand Down
Expand Up @@ -778,6 +778,22 @@ public boolean getAllowOpenGop() {
}

public static final int GOP_FRAME_COUNT_FIELD_NUMBER = 15;
/**
*
*
* <pre>
* Select the GOP size based on the specified frame count. Must be greater
* than zero.
* </pre>
*
* <code>int32 gop_frame_count = 15;</code>
*
* @return Whether the gopFrameCount field is set.
*/
@java.lang.Override
public boolean hasGopFrameCount() {
return gopModeCase_ == 15;
}
/**
*
*
Expand Down Expand Up @@ -2878,6 +2894,21 @@ public Builder clearAllowOpenGop() {
return this;
}

/**
*
*
* <pre>
* Select the GOP size based on the specified frame count. Must be greater
* than zero.
* </pre>
*
* <code>int32 gop_frame_count = 15;</code>
*
* @return Whether the gopFrameCount field is set.
*/
public boolean hasGopFrameCount() {
return gopModeCase_ == 15;
}
/**
*
*
Expand Down
Expand Up @@ -329,6 +329,19 @@ public interface VideoStreamOrBuilder
*/
boolean getAllowOpenGop();

/**
*
*
* <pre>
* Select the GOP size based on the specified frame count. Must be greater
* than zero.
* </pre>
*
* <code>int32 gop_frame_count = 15;</code>
*
* @return Whether the gopFrameCount field is set.
*/
boolean hasGopFrameCount();
/**
*
*
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
"sha": "d643ba3ccbb17c30042540434554dae5ff74a12c"
"sha": "87b37b7466e7a9fd57823a6cf42b3051b6e93adb"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
"internalRef": "358516065"
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
}
},
{
Expand Down

0 comments on commit 0310bc9

Please sign in to comment.