|
16 | 16 |
|
17 | 17 | package com.google.cloud.video.livestream.v1;
|
18 | 18 |
|
| 19 | +import static com.google.cloud.video.livestream.v1.LivestreamServiceClient.ListAssetsPagedResponse; |
19 | 20 | import static com.google.cloud.video.livestream.v1.LivestreamServiceClient.ListChannelsPagedResponse;
|
20 | 21 | import static com.google.cloud.video.livestream.v1.LivestreamServiceClient.ListEventsPagedResponse;
|
21 | 22 | import static com.google.cloud.video.livestream.v1.LivestreamServiceClient.ListInputsPagedResponse;
|
@@ -216,6 +217,55 @@ public UnaryCallSettings<DeleteEventRequest, Empty> deleteEventSettings() {
|
216 | 217 | return ((LivestreamServiceStubSettings) getStubSettings()).deleteEventSettings();
|
217 | 218 | }
|
218 | 219 |
|
| 220 | + /** Returns the object with the settings used for calls to createAsset. */ |
| 221 | + public UnaryCallSettings<CreateAssetRequest, Operation> createAssetSettings() { |
| 222 | + return ((LivestreamServiceStubSettings) getStubSettings()).createAssetSettings(); |
| 223 | + } |
| 224 | + |
| 225 | + /** Returns the object with the settings used for calls to createAsset. */ |
| 226 | + public OperationCallSettings<CreateAssetRequest, Asset, OperationMetadata> |
| 227 | + createAssetOperationSettings() { |
| 228 | + return ((LivestreamServiceStubSettings) getStubSettings()).createAssetOperationSettings(); |
| 229 | + } |
| 230 | + |
| 231 | + /** Returns the object with the settings used for calls to deleteAsset. */ |
| 232 | + public UnaryCallSettings<DeleteAssetRequest, Operation> deleteAssetSettings() { |
| 233 | + return ((LivestreamServiceStubSettings) getStubSettings()).deleteAssetSettings(); |
| 234 | + } |
| 235 | + |
| 236 | + /** Returns the object with the settings used for calls to deleteAsset. */ |
| 237 | + public OperationCallSettings<DeleteAssetRequest, Empty, OperationMetadata> |
| 238 | + deleteAssetOperationSettings() { |
| 239 | + return ((LivestreamServiceStubSettings) getStubSettings()).deleteAssetOperationSettings(); |
| 240 | + } |
| 241 | + |
| 242 | + /** Returns the object with the settings used for calls to getAsset. */ |
| 243 | + public UnaryCallSettings<GetAssetRequest, Asset> getAssetSettings() { |
| 244 | + return ((LivestreamServiceStubSettings) getStubSettings()).getAssetSettings(); |
| 245 | + } |
| 246 | + |
| 247 | + /** Returns the object with the settings used for calls to listAssets. */ |
| 248 | + public PagedCallSettings<ListAssetsRequest, ListAssetsResponse, ListAssetsPagedResponse> |
| 249 | + listAssetsSettings() { |
| 250 | + return ((LivestreamServiceStubSettings) getStubSettings()).listAssetsSettings(); |
| 251 | + } |
| 252 | + |
| 253 | + /** Returns the object with the settings used for calls to getPool. */ |
| 254 | + public UnaryCallSettings<GetPoolRequest, Pool> getPoolSettings() { |
| 255 | + return ((LivestreamServiceStubSettings) getStubSettings()).getPoolSettings(); |
| 256 | + } |
| 257 | + |
| 258 | + /** Returns the object with the settings used for calls to updatePool. */ |
| 259 | + public UnaryCallSettings<UpdatePoolRequest, Operation> updatePoolSettings() { |
| 260 | + return ((LivestreamServiceStubSettings) getStubSettings()).updatePoolSettings(); |
| 261 | + } |
| 262 | + |
| 263 | + /** Returns the object with the settings used for calls to updatePool. */ |
| 264 | + public OperationCallSettings<UpdatePoolRequest, Pool, OperationMetadata> |
| 265 | + updatePoolOperationSettings() { |
| 266 | + return ((LivestreamServiceStubSettings) getStubSettings()).updatePoolOperationSettings(); |
| 267 | + } |
| 268 | + |
219 | 269 | /** Returns the object with the settings used for calls to listLocations. */
|
220 | 270 | public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
|
221 | 271 | listLocationsSettings() {
|
@@ -476,6 +526,55 @@ public UnaryCallSettings.Builder<DeleteEventRequest, Empty> deleteEventSettings(
|
476 | 526 | return getStubSettingsBuilder().deleteEventSettings();
|
477 | 527 | }
|
478 | 528 |
|
| 529 | + /** Returns the builder for the settings used for calls to createAsset. */ |
| 530 | + public UnaryCallSettings.Builder<CreateAssetRequest, Operation> createAssetSettings() { |
| 531 | + return getStubSettingsBuilder().createAssetSettings(); |
| 532 | + } |
| 533 | + |
| 534 | + /** Returns the builder for the settings used for calls to createAsset. */ |
| 535 | + public OperationCallSettings.Builder<CreateAssetRequest, Asset, OperationMetadata> |
| 536 | + createAssetOperationSettings() { |
| 537 | + return getStubSettingsBuilder().createAssetOperationSettings(); |
| 538 | + } |
| 539 | + |
| 540 | + /** Returns the builder for the settings used for calls to deleteAsset. */ |
| 541 | + public UnaryCallSettings.Builder<DeleteAssetRequest, Operation> deleteAssetSettings() { |
| 542 | + return getStubSettingsBuilder().deleteAssetSettings(); |
| 543 | + } |
| 544 | + |
| 545 | + /** Returns the builder for the settings used for calls to deleteAsset. */ |
| 546 | + public OperationCallSettings.Builder<DeleteAssetRequest, Empty, OperationMetadata> |
| 547 | + deleteAssetOperationSettings() { |
| 548 | + return getStubSettingsBuilder().deleteAssetOperationSettings(); |
| 549 | + } |
| 550 | + |
| 551 | + /** Returns the builder for the settings used for calls to getAsset. */ |
| 552 | + public UnaryCallSettings.Builder<GetAssetRequest, Asset> getAssetSettings() { |
| 553 | + return getStubSettingsBuilder().getAssetSettings(); |
| 554 | + } |
| 555 | + |
| 556 | + /** Returns the builder for the settings used for calls to listAssets. */ |
| 557 | + public PagedCallSettings.Builder<ListAssetsRequest, ListAssetsResponse, ListAssetsPagedResponse> |
| 558 | + listAssetsSettings() { |
| 559 | + return getStubSettingsBuilder().listAssetsSettings(); |
| 560 | + } |
| 561 | + |
| 562 | + /** Returns the builder for the settings used for calls to getPool. */ |
| 563 | + public UnaryCallSettings.Builder<GetPoolRequest, Pool> getPoolSettings() { |
| 564 | + return getStubSettingsBuilder().getPoolSettings(); |
| 565 | + } |
| 566 | + |
| 567 | + /** Returns the builder for the settings used for calls to updatePool. */ |
| 568 | + public UnaryCallSettings.Builder<UpdatePoolRequest, Operation> updatePoolSettings() { |
| 569 | + return getStubSettingsBuilder().updatePoolSettings(); |
| 570 | + } |
| 571 | + |
| 572 | + /** Returns the builder for the settings used for calls to updatePool. */ |
| 573 | + public OperationCallSettings.Builder<UpdatePoolRequest, Pool, OperationMetadata> |
| 574 | + updatePoolOperationSettings() { |
| 575 | + return getStubSettingsBuilder().updatePoolOperationSettings(); |
| 576 | + } |
| 577 | + |
479 | 578 | /** Returns the builder for the settings used for calls to listLocations. */
|
480 | 579 | public PagedCallSettings.Builder<
|
481 | 580 | ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
|
|
0 commit comments