|
18 | 18 |
|
19 | 19 | import static com.google.cloud.config.v1.ConfigClient.ListDeploymentsPagedResponse;
|
20 | 20 | import static com.google.cloud.config.v1.ConfigClient.ListLocationsPagedResponse;
|
| 21 | +import static com.google.cloud.config.v1.ConfigClient.ListPreviewsPagedResponse; |
21 | 22 | import static com.google.cloud.config.v1.ConfigClient.ListResourcesPagedResponse;
|
22 | 23 | import static com.google.cloud.config.v1.ConfigClient.ListRevisionsPagedResponse;
|
23 | 24 |
|
@@ -205,6 +206,45 @@ public UnaryCallSettings<ExportLockInfoRequest, LockInfo> exportLockInfoSettings
|
205 | 206 | return ((ConfigStubSettings) getStubSettings()).exportLockInfoSettings();
|
206 | 207 | }
|
207 | 208 |
|
| 209 | + /** Returns the object with the settings used for calls to createPreview. */ |
| 210 | + public UnaryCallSettings<CreatePreviewRequest, Operation> createPreviewSettings() { |
| 211 | + return ((ConfigStubSettings) getStubSettings()).createPreviewSettings(); |
| 212 | + } |
| 213 | + |
| 214 | + /** Returns the object with the settings used for calls to createPreview. */ |
| 215 | + public OperationCallSettings<CreatePreviewRequest, Preview, OperationMetadata> |
| 216 | + createPreviewOperationSettings() { |
| 217 | + return ((ConfigStubSettings) getStubSettings()).createPreviewOperationSettings(); |
| 218 | + } |
| 219 | + |
| 220 | + /** Returns the object with the settings used for calls to getPreview. */ |
| 221 | + public UnaryCallSettings<GetPreviewRequest, Preview> getPreviewSettings() { |
| 222 | + return ((ConfigStubSettings) getStubSettings()).getPreviewSettings(); |
| 223 | + } |
| 224 | + |
| 225 | + /** Returns the object with the settings used for calls to listPreviews. */ |
| 226 | + public PagedCallSettings<ListPreviewsRequest, ListPreviewsResponse, ListPreviewsPagedResponse> |
| 227 | + listPreviewsSettings() { |
| 228 | + return ((ConfigStubSettings) getStubSettings()).listPreviewsSettings(); |
| 229 | + } |
| 230 | + |
| 231 | + /** Returns the object with the settings used for calls to deletePreview. */ |
| 232 | + public UnaryCallSettings<DeletePreviewRequest, Operation> deletePreviewSettings() { |
| 233 | + return ((ConfigStubSettings) getStubSettings()).deletePreviewSettings(); |
| 234 | + } |
| 235 | + |
| 236 | + /** Returns the object with the settings used for calls to deletePreview. */ |
| 237 | + public OperationCallSettings<DeletePreviewRequest, Preview, OperationMetadata> |
| 238 | + deletePreviewOperationSettings() { |
| 239 | + return ((ConfigStubSettings) getStubSettings()).deletePreviewOperationSettings(); |
| 240 | + } |
| 241 | + |
| 242 | + /** Returns the object with the settings used for calls to exportPreviewResult. */ |
| 243 | + public UnaryCallSettings<ExportPreviewResultRequest, ExportPreviewResultResponse> |
| 244 | + exportPreviewResultSettings() { |
| 245 | + return ((ConfigStubSettings) getStubSettings()).exportPreviewResultSettings(); |
| 246 | + } |
| 247 | + |
208 | 248 | /** Returns the object with the settings used for calls to listLocations. */
|
209 | 249 | public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
|
210 | 250 | listLocationsSettings() {
|
@@ -468,6 +508,46 @@ public UnaryCallSettings.Builder<ExportLockInfoRequest, LockInfo> exportLockInfo
|
468 | 508 | return getStubSettingsBuilder().exportLockInfoSettings();
|
469 | 509 | }
|
470 | 510 |
|
| 511 | + /** Returns the builder for the settings used for calls to createPreview. */ |
| 512 | + public UnaryCallSettings.Builder<CreatePreviewRequest, Operation> createPreviewSettings() { |
| 513 | + return getStubSettingsBuilder().createPreviewSettings(); |
| 514 | + } |
| 515 | + |
| 516 | + /** Returns the builder for the settings used for calls to createPreview. */ |
| 517 | + public OperationCallSettings.Builder<CreatePreviewRequest, Preview, OperationMetadata> |
| 518 | + createPreviewOperationSettings() { |
| 519 | + return getStubSettingsBuilder().createPreviewOperationSettings(); |
| 520 | + } |
| 521 | + |
| 522 | + /** Returns the builder for the settings used for calls to getPreview. */ |
| 523 | + public UnaryCallSettings.Builder<GetPreviewRequest, Preview> getPreviewSettings() { |
| 524 | + return getStubSettingsBuilder().getPreviewSettings(); |
| 525 | + } |
| 526 | + |
| 527 | + /** Returns the builder for the settings used for calls to listPreviews. */ |
| 528 | + public PagedCallSettings.Builder< |
| 529 | + ListPreviewsRequest, ListPreviewsResponse, ListPreviewsPagedResponse> |
| 530 | + listPreviewsSettings() { |
| 531 | + return getStubSettingsBuilder().listPreviewsSettings(); |
| 532 | + } |
| 533 | + |
| 534 | + /** Returns the builder for the settings used for calls to deletePreview. */ |
| 535 | + public UnaryCallSettings.Builder<DeletePreviewRequest, Operation> deletePreviewSettings() { |
| 536 | + return getStubSettingsBuilder().deletePreviewSettings(); |
| 537 | + } |
| 538 | + |
| 539 | + /** Returns the builder for the settings used for calls to deletePreview. */ |
| 540 | + public OperationCallSettings.Builder<DeletePreviewRequest, Preview, OperationMetadata> |
| 541 | + deletePreviewOperationSettings() { |
| 542 | + return getStubSettingsBuilder().deletePreviewOperationSettings(); |
| 543 | + } |
| 544 | + |
| 545 | + /** Returns the builder for the settings used for calls to exportPreviewResult. */ |
| 546 | + public UnaryCallSettings.Builder<ExportPreviewResultRequest, ExportPreviewResultResponse> |
| 547 | + exportPreviewResultSettings() { |
| 548 | + return getStubSettingsBuilder().exportPreviewResultSettings(); |
| 549 | + } |
| 550 | + |
471 | 551 | /** Returns the builder for the settings used for calls to listLocations. */
|
472 | 552 | public PagedCallSettings.Builder<
|
473 | 553 | ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
|
|
0 commit comments