|
18 | 18 |
|
19 | 19 | import static com.google.cloud.deploy.v1.CloudDeployClient.ListAutomationRunsPagedResponse;
|
20 | 20 | import static com.google.cloud.deploy.v1.CloudDeployClient.ListAutomationsPagedResponse;
|
| 21 | +import static com.google.cloud.deploy.v1.CloudDeployClient.ListCustomTargetTypesPagedResponse; |
21 | 22 | import static com.google.cloud.deploy.v1.CloudDeployClient.ListDeliveryPipelinesPagedResponse;
|
22 | 23 | import static com.google.cloud.deploy.v1.CloudDeployClient.ListJobRunsPagedResponse;
|
23 | 24 | import static com.google.cloud.deploy.v1.CloudDeployClient.ListLocationsPagedResponse;
|
@@ -193,6 +194,57 @@ public UnaryCallSettings<DeleteTargetRequest, Operation> deleteTargetSettings()
|
193 | 194 | return ((CloudDeployStubSettings) getStubSettings()).deleteTargetOperationSettings();
|
194 | 195 | }
|
195 | 196 |
|
| 197 | + /** Returns the object with the settings used for calls to listCustomTargetTypes. */ |
| 198 | + public PagedCallSettings< |
| 199 | + ListCustomTargetTypesRequest, |
| 200 | + ListCustomTargetTypesResponse, |
| 201 | + ListCustomTargetTypesPagedResponse> |
| 202 | + listCustomTargetTypesSettings() { |
| 203 | + return ((CloudDeployStubSettings) getStubSettings()).listCustomTargetTypesSettings(); |
| 204 | + } |
| 205 | + |
| 206 | + /** Returns the object with the settings used for calls to getCustomTargetType. */ |
| 207 | + public UnaryCallSettings<GetCustomTargetTypeRequest, CustomTargetType> |
| 208 | + getCustomTargetTypeSettings() { |
| 209 | + return ((CloudDeployStubSettings) getStubSettings()).getCustomTargetTypeSettings(); |
| 210 | + } |
| 211 | + |
| 212 | + /** Returns the object with the settings used for calls to createCustomTargetType. */ |
| 213 | + public UnaryCallSettings<CreateCustomTargetTypeRequest, Operation> |
| 214 | + createCustomTargetTypeSettings() { |
| 215 | + return ((CloudDeployStubSettings) getStubSettings()).createCustomTargetTypeSettings(); |
| 216 | + } |
| 217 | + |
| 218 | + /** Returns the object with the settings used for calls to createCustomTargetType. */ |
| 219 | + public OperationCallSettings<CreateCustomTargetTypeRequest, CustomTargetType, OperationMetadata> |
| 220 | + createCustomTargetTypeOperationSettings() { |
| 221 | + return ((CloudDeployStubSettings) getStubSettings()).createCustomTargetTypeOperationSettings(); |
| 222 | + } |
| 223 | + |
| 224 | + /** Returns the object with the settings used for calls to updateCustomTargetType. */ |
| 225 | + public UnaryCallSettings<UpdateCustomTargetTypeRequest, Operation> |
| 226 | + updateCustomTargetTypeSettings() { |
| 227 | + return ((CloudDeployStubSettings) getStubSettings()).updateCustomTargetTypeSettings(); |
| 228 | + } |
| 229 | + |
| 230 | + /** Returns the object with the settings used for calls to updateCustomTargetType. */ |
| 231 | + public OperationCallSettings<UpdateCustomTargetTypeRequest, CustomTargetType, OperationMetadata> |
| 232 | + updateCustomTargetTypeOperationSettings() { |
| 233 | + return ((CloudDeployStubSettings) getStubSettings()).updateCustomTargetTypeOperationSettings(); |
| 234 | + } |
| 235 | + |
| 236 | + /** Returns the object with the settings used for calls to deleteCustomTargetType. */ |
| 237 | + public UnaryCallSettings<DeleteCustomTargetTypeRequest, Operation> |
| 238 | + deleteCustomTargetTypeSettings() { |
| 239 | + return ((CloudDeployStubSettings) getStubSettings()).deleteCustomTargetTypeSettings(); |
| 240 | + } |
| 241 | + |
| 242 | + /** Returns the object with the settings used for calls to deleteCustomTargetType. */ |
| 243 | + public OperationCallSettings<DeleteCustomTargetTypeRequest, Empty, OperationMetadata> |
| 244 | + deleteCustomTargetTypeOperationSettings() { |
| 245 | + return ((CloudDeployStubSettings) getStubSettings()).deleteCustomTargetTypeOperationSettings(); |
| 246 | + } |
| 247 | + |
196 | 248 | /** Returns the object with the settings used for calls to listReleases. */
|
197 | 249 | public PagedCallSettings<ListReleasesRequest, ListReleasesResponse, ListReleasesPagedResponse>
|
198 | 250 | listReleasesSettings() {
|
@@ -597,6 +649,59 @@ public UnaryCallSettings.Builder<DeleteTargetRequest, Operation> deleteTargetSet
|
597 | 649 | return getStubSettingsBuilder().deleteTargetOperationSettings();
|
598 | 650 | }
|
599 | 651 |
|
| 652 | + /** Returns the builder for the settings used for calls to listCustomTargetTypes. */ |
| 653 | + public PagedCallSettings.Builder< |
| 654 | + ListCustomTargetTypesRequest, |
| 655 | + ListCustomTargetTypesResponse, |
| 656 | + ListCustomTargetTypesPagedResponse> |
| 657 | + listCustomTargetTypesSettings() { |
| 658 | + return getStubSettingsBuilder().listCustomTargetTypesSettings(); |
| 659 | + } |
| 660 | + |
| 661 | + /** Returns the builder for the settings used for calls to getCustomTargetType. */ |
| 662 | + public UnaryCallSettings.Builder<GetCustomTargetTypeRequest, CustomTargetType> |
| 663 | + getCustomTargetTypeSettings() { |
| 664 | + return getStubSettingsBuilder().getCustomTargetTypeSettings(); |
| 665 | + } |
| 666 | + |
| 667 | + /** Returns the builder for the settings used for calls to createCustomTargetType. */ |
| 668 | + public UnaryCallSettings.Builder<CreateCustomTargetTypeRequest, Operation> |
| 669 | + createCustomTargetTypeSettings() { |
| 670 | + return getStubSettingsBuilder().createCustomTargetTypeSettings(); |
| 671 | + } |
| 672 | + |
| 673 | + /** Returns the builder for the settings used for calls to createCustomTargetType. */ |
| 674 | + public OperationCallSettings.Builder< |
| 675 | + CreateCustomTargetTypeRequest, CustomTargetType, OperationMetadata> |
| 676 | + createCustomTargetTypeOperationSettings() { |
| 677 | + return getStubSettingsBuilder().createCustomTargetTypeOperationSettings(); |
| 678 | + } |
| 679 | + |
| 680 | + /** Returns the builder for the settings used for calls to updateCustomTargetType. */ |
| 681 | + public UnaryCallSettings.Builder<UpdateCustomTargetTypeRequest, Operation> |
| 682 | + updateCustomTargetTypeSettings() { |
| 683 | + return getStubSettingsBuilder().updateCustomTargetTypeSettings(); |
| 684 | + } |
| 685 | + |
| 686 | + /** Returns the builder for the settings used for calls to updateCustomTargetType. */ |
| 687 | + public OperationCallSettings.Builder< |
| 688 | + UpdateCustomTargetTypeRequest, CustomTargetType, OperationMetadata> |
| 689 | + updateCustomTargetTypeOperationSettings() { |
| 690 | + return getStubSettingsBuilder().updateCustomTargetTypeOperationSettings(); |
| 691 | + } |
| 692 | + |
| 693 | + /** Returns the builder for the settings used for calls to deleteCustomTargetType. */ |
| 694 | + public UnaryCallSettings.Builder<DeleteCustomTargetTypeRequest, Operation> |
| 695 | + deleteCustomTargetTypeSettings() { |
| 696 | + return getStubSettingsBuilder().deleteCustomTargetTypeSettings(); |
| 697 | + } |
| 698 | + |
| 699 | + /** Returns the builder for the settings used for calls to deleteCustomTargetType. */ |
| 700 | + public OperationCallSettings.Builder<DeleteCustomTargetTypeRequest, Empty, OperationMetadata> |
| 701 | + deleteCustomTargetTypeOperationSettings() { |
| 702 | + return getStubSettingsBuilder().deleteCustomTargetTypeOperationSettings(); |
| 703 | + } |
| 704 | + |
600 | 705 | /** Returns the builder for the settings used for calls to listReleases. */
|
601 | 706 | public PagedCallSettings.Builder<
|
602 | 707 | ListReleasesRequest, ListReleasesResponse, ListReleasesPagedResponse>
|
|
0 commit comments