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

Commit cc79570

Browse files
1 parent 069b732 commit cc79570

File tree

174 files changed

+45313
-26862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+45313
-26862
lines changed
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
* methods:
6262
*
6363
* <ol>
64-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
64+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
6565
* converted into function parameters. It may be the case that not all fields are available as
6666
* parameters, and not every API method will have a flattened method entry point.
67-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
67+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
6868
* which must be constructed before the call. Not every API method will have a request object
6969
* method.
70-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
70+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
7171
* callable object, which can be used to initiate calls to the service.
7272
* </ol>
7373
*
@@ -1122,7 +1122,10 @@ protected ListJobsFixedSizeCollection createCollection(
11221122

11231123
public static class ListJobTemplatesPagedResponse
11241124
extends AbstractPagedListResponse<
1125-
ListJobTemplatesRequest, ListJobTemplatesResponse, JobTemplate, ListJobTemplatesPage,
1125+
ListJobTemplatesRequest,
1126+
ListJobTemplatesResponse,
1127+
JobTemplate,
1128+
ListJobTemplatesPage,
11261129
ListJobTemplatesFixedSizeCollection> {
11271130

11281131
public static ApiFuture<ListJobTemplatesPagedResponse> createAsync(
@@ -1172,7 +1175,10 @@ public ApiFuture<ListJobTemplatesPage> createPageAsync(
11721175

11731176
public static class ListJobTemplatesFixedSizeCollection
11741177
extends AbstractFixedSizeCollection<
1175-
ListJobTemplatesRequest, ListJobTemplatesResponse, JobTemplate, ListJobTemplatesPage,
1178+
ListJobTemplatesRequest,
1179+
ListJobTemplatesResponse,
1180+
JobTemplate,
1181+
ListJobTemplatesPage,
11761182
ListJobTemplatesFixedSizeCollection> {
11771183

11781184
private ListJobTemplatesFixedSizeCollection(
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import com.google.api.gax.rpc.ClientContext;
2929
import com.google.api.gax.rpc.ClientSettings;
3030
import com.google.api.gax.rpc.PagedCallSettings;
31-
import com.google.api.gax.rpc.StubSettings;
3231
import com.google.api.gax.rpc.TransportChannelProvider;
3332
import com.google.api.gax.rpc.UnaryCallSettings;
3433
import com.google.cloud.video.transcoder.v1.stub.TranscoderServiceStubSettings;
@@ -44,9 +43,9 @@
4443
* <p>The default instance has everything set to sensible defaults:
4544
*
4645
* <ul>
47-
* <li> The default service address (transcoder.googleapis.com) and default port (443) are used.
48-
* <li> Credentials are acquired automatically through Application Default Credentials.
49-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
46+
* <li>The default service address (transcoder.googleapis.com) and default port (443) are used.
47+
* <li>Credentials are acquired automatically through Application Default Credentials.
48+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
5049
* </ul>
5150
*
5251
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
import io.grpc.MethodDescriptor;
4444
import io.grpc.protobuf.ProtoUtils;
4545
import java.io.IOException;
46-
import java.util.Map;
4746
import java.util.concurrent.TimeUnit;
4847
import javax.annotation.Generated;
4948

File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
* <p>The default instance has everything set to sensible defaults:
7171
*
7272
* <ul>
73-
* <li> The default service address (transcoder.googleapis.com) and default port (443) are used.
74-
* <li> Credentials are acquired automatically through Application Default Credentials.
75-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
73+
* <li>The default service address (transcoder.googleapis.com) and default port (443) are used.
74+
* <li>Credentials are acquired automatically through Application Default Credentials.
75+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
7676
* </ul>
7777
*
7878
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
* methods:
6262
*
6363
* <ol>
64-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
64+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
6565
* converted into function parameters. It may be the case that not all fields are available as
6666
* parameters, and not every API method will have a flattened method entry point.
67-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
67+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
6868
* which must be constructed before the call. Not every API method will have a request object
6969
* method.
70-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
70+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
7171
* callable object, which can be used to initiate calls to the service.
7272
* </ol>
7373
*
@@ -1114,7 +1114,10 @@ protected ListJobsFixedSizeCollection createCollection(
11141114

11151115
public static class ListJobTemplatesPagedResponse
11161116
extends AbstractPagedListResponse<
1117-
ListJobTemplatesRequest, ListJobTemplatesResponse, JobTemplate, ListJobTemplatesPage,
1117+
ListJobTemplatesRequest,
1118+
ListJobTemplatesResponse,
1119+
JobTemplate,
1120+
ListJobTemplatesPage,
11181121
ListJobTemplatesFixedSizeCollection> {
11191122

11201123
public static ApiFuture<ListJobTemplatesPagedResponse> createAsync(
@@ -1164,7 +1167,10 @@ public ApiFuture<ListJobTemplatesPage> createPageAsync(
11641167

11651168
public static class ListJobTemplatesFixedSizeCollection
11661169
extends AbstractFixedSizeCollection<
1167-
ListJobTemplatesRequest, ListJobTemplatesResponse, JobTemplate, ListJobTemplatesPage,
1170+
ListJobTemplatesRequest,
1171+
ListJobTemplatesResponse,
1172+
JobTemplate,
1173+
ListJobTemplatesPage,
11681174
ListJobTemplatesFixedSizeCollection> {
11691175

11701176
private ListJobTemplatesFixedSizeCollection(
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import com.google.api.gax.rpc.ClientContext;
2929
import com.google.api.gax.rpc.ClientSettings;
3030
import com.google.api.gax.rpc.PagedCallSettings;
31-
import com.google.api.gax.rpc.StubSettings;
3231
import com.google.api.gax.rpc.TransportChannelProvider;
3332
import com.google.api.gax.rpc.UnaryCallSettings;
3433
import com.google.cloud.video.transcoder.v1beta1.stub.TranscoderServiceStubSettings;
@@ -44,9 +43,9 @@
4443
* <p>The default instance has everything set to sensible defaults:
4544
*
4645
* <ul>
47-
* <li> The default service address (transcoder.googleapis.com) and default port (443) are used.
48-
* <li> Credentials are acquired automatically through Application Default Credentials.
49-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
46+
* <li>The default service address (transcoder.googleapis.com) and default port (443) are used.
47+
* <li>Credentials are acquired automatically through Application Default Credentials.
48+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
5049
* </ul>
5150
*
5251
* <p>The builder of this class is recursive, so contained classes are themselves builders. When

0 commit comments

Comments
 (0)