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

Commit

Permalink
chore: Re-generated to pick up changes from googleapis (#95)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/abc2b042-dec9-4d5c-b512-741471bd387d/targets

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

PiperOrigin-RevId: 350949863
Source-Link: googleapis/googleapis@91e206b
PiperOrigin-RevId: 350067652
Source-Link: googleapis/googleapis@ad3bb00
  • Loading branch information
yoshi-automation committed Jan 13, 2021
1 parent a89edf9 commit 83d4c05
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
Expand Up @@ -96,7 +96,7 @@
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class TranscoderServiceClient implements BackgroundResource {
private final TranscoderServiceSettings settings;
private final TranscoderServiceStub stub;
Expand Down
Expand Up @@ -68,6 +68,7 @@
* TranscoderServiceSettings transcoderServiceSettings = transcoderServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class TranscoderServiceSettings extends ClientSettings<TranscoderServiceSettings> {

Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.video.transcoder.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcCallableFactory;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
Expand All @@ -41,7 +42,8 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcTranscoderServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -19,6 +19,7 @@
import static com.google.cloud.video.transcoder.v1beta1.TranscoderServiceClient.ListJobTemplatesPagedResponse;
import static com.google.cloud.video.transcoder.v1beta1.TranscoderServiceClient.ListJobsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
import com.google.api.gax.grpc.GrpcCallSettings;
Expand Down Expand Up @@ -54,6 +55,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcTranscoderServiceStub extends TranscoderServiceStub {
private static final MethodDescriptor<CreateJobRequest, Job> createJobMethodDescriptor =
Expand Down
Expand Up @@ -19,6 +19,7 @@
import static com.google.cloud.video.transcoder.v1beta1.TranscoderServiceClient.ListJobTemplatesPagedResponse;
import static com.google.cloud.video.transcoder.v1beta1.TranscoderServiceClient.ListJobsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.video.transcoder.v1beta1.CreateJobRequest;
Expand All @@ -42,7 +43,8 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public abstract class TranscoderServiceStub implements BackgroundResource {

public UnaryCallable<CreateJobRequest, Job> createJobCallable() {
Expand Down
Expand Up @@ -90,6 +90,7 @@ public void createJobTest() throws Exception {
.setInputUri("inputUri470706498")
.setOutputUri("outputUri-2119300949")
.setPriority(-1165461084)
.setOriginUri(Job.OriginUri.newBuilder().build())
.setProgress(Progress.newBuilder().build())
.setFailureReason("failureReason-1990598546")
.addAllFailureDetails(new ArrayList<FailureDetail>())
Expand Down Expand Up @@ -140,6 +141,7 @@ public void createJobTest2() throws Exception {
.setInputUri("inputUri470706498")
.setOutputUri("outputUri-2119300949")
.setPriority(-1165461084)
.setOriginUri(Job.OriginUri.newBuilder().build())
.setProgress(Progress.newBuilder().build())
.setFailureReason("failureReason-1990598546")
.addAllFailureDetails(new ArrayList<FailureDetail>())
Expand Down Expand Up @@ -278,6 +280,7 @@ public void getJobTest() throws Exception {
.setInputUri("inputUri470706498")
.setOutputUri("outputUri-2119300949")
.setPriority(-1165461084)
.setOriginUri(Job.OriginUri.newBuilder().build())
.setProgress(Progress.newBuilder().build())
.setFailureReason("failureReason-1990598546")
.addAllFailureDetails(new ArrayList<FailureDetail>())
Expand Down Expand Up @@ -325,6 +328,7 @@ public void getJobTest2() throws Exception {
.setInputUri("inputUri470706498")
.setOutputUri("outputUri-2119300949")
.setPriority(-1165461084)
.setOriginUri(Job.OriginUri.newBuilder().build())
.setProgress(Progress.newBuilder().build())
.setFailureReason("failureReason-1990598546")
.addAllFailureDetails(new ArrayList<FailureDetail>())
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": "d749dd51fe7de54f07b34a21c97fc937da9ea504"
"sha": "a89edf9d9627be149ea697fbda52b68264bfca0e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "2ccf8f460800e98884d1aa4ba61e344ad4cd5d04",
"internalRef": "348857882"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
Expand Down

0 comments on commit 83d4c05

Please sign in to comment.