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

Commit 19123c9

Browse files
chore: update gapic-generator-java to 0.0.9
Committer: @miraleung PiperOrigin-RevId: 346372957 Source-Author: Google APIs <[email protected]> Source-Date: Tue Dec 8 11:37:30 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 857f70daef9f4c38f042fb3dfb7b8423ae18fd19 Source-Link: googleapis/googleapis@857f70d
1 parent 55d3996 commit 19123c9

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1beta1/TranscoderServiceClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ public final UnaryCallable<DeleteJobRequest, Empty> deleteJobCallable() {
360360
*
361361
* @param parent Required. The parent location to create this job template. Format:
362362
* `projects/{project}/locations/{location}`
363-
* @param job_template Required. Parameters for creating job template.
364-
* @param job_template_id Required. The ID to use for the job template, which will become the
365-
* final component of the job template's resource name.
363+
* @param jobTemplate Required. Parameters for creating job template.
364+
* @param jobTemplateId Required. The ID to use for the job template, which will become the final
365+
* component of the job template's resource name.
366366
* <p>This value should be 4-63 characters, and valid characters must match the regular
367367
* expression `[a-zA-Z][a-zA-Z0-9_-]&#42;`.
368368
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -384,9 +384,9 @@ public final JobTemplate createJobTemplate(
384384
*
385385
* @param parent Required. The parent location to create this job template. Format:
386386
* `projects/{project}/locations/{location}`
387-
* @param job_template Required. Parameters for creating job template.
388-
* @param job_template_id Required. The ID to use for the job template, which will become the
389-
* final component of the job template's resource name.
387+
* @param jobTemplate Required. Parameters for creating job template.
388+
* @param jobTemplateId Required. The ID to use for the job template, which will become the final
389+
* component of the job template's resource name.
390390
* <p>This value should be 4-63 characters, and valid characters must match the regular
391391
* expression `[a-zA-Z][a-zA-Z0-9_-]&#42;`.
392392
* @throws com.google.api.gax.rpc.ApiException if the remote call fails

google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1beta1/stub/GrpcTranscoderServiceStub.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,21 @@ public static final GrpcTranscoderServiceStub create(
168168
TranscoderServiceStubSettings.newBuilder().build(), clientContext, callableFactory);
169169
}
170170

171+
/**
172+
* Constructs an instance of GrpcTranscoderServiceStub, using the given settings. This is
173+
* protected so that it is easy to make a subclass, but otherwise, the static factory methods
174+
* should be preferred.
175+
*/
171176
protected GrpcTranscoderServiceStub(
172177
TranscoderServiceStubSettings settings, ClientContext clientContext) throws IOException {
173178
this(settings, clientContext, new GrpcTranscoderServiceCallableFactory());
174179
}
175180

181+
/**
182+
* Constructs an instance of GrpcTranscoderServiceStub, using the given settings. This is
183+
* protected so that it is easy to make a subclass, but otherwise, the static factory methods
184+
* should be preferred.
185+
*/
176186
protected GrpcTranscoderServiceStub(
177187
TranscoderServiceStubSettings settings,
178188
ClientContext clientContext,

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "b8b2f8c288cec1f673bf10aa5008819c1576bf2e",
15-
"internalRef": "346126713"
14+
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
15+
"internalRef": "346372957"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)