|
71 | 71 | @Generated("by gapic-generator") |
72 | 72 | @BetaApi |
73 | 73 | public class CloudRedisSettings extends ClientSettings<CloudRedisSettings> { |
74 | | - /** Returns the object with the settings used for calls to listInstances. */ |
75 | | - public PagedCallSettings<ListInstancesRequest, ListInstancesResponse, ListInstancesPagedResponse> |
76 | | - listInstancesSettings() { |
77 | | - return ((CloudRedisStubSettings) getStubSettings()).listInstancesSettings(); |
78 | | - } |
79 | | - |
80 | | - /** Returns the object with the settings used for calls to getInstance. */ |
81 | | - public UnaryCallSettings<GetInstanceRequest, Instance> getInstanceSettings() { |
82 | | - return ((CloudRedisStubSettings) getStubSettings()).getInstanceSettings(); |
83 | | - } |
84 | | - |
85 | 74 | /** Returns the object with the settings used for calls to createInstance. */ |
86 | 75 | public UnaryCallSettings<CreateInstanceRequest, Operation> createInstanceSettings() { |
87 | 76 | return ((CloudRedisStubSettings) getStubSettings()).createInstanceSettings(); |
@@ -160,6 +149,17 @@ public UnaryCallSettings<DeleteInstanceRequest, Operation> deleteInstanceSetting |
160 | 149 | return ((CloudRedisStubSettings) getStubSettings()).deleteInstanceOperationSettings(); |
161 | 150 | } |
162 | 151 |
|
| 152 | + /** Returns the object with the settings used for calls to listInstances. */ |
| 153 | + public PagedCallSettings<ListInstancesRequest, ListInstancesResponse, ListInstancesPagedResponse> |
| 154 | + listInstancesSettings() { |
| 155 | + return ((CloudRedisStubSettings) getStubSettings()).listInstancesSettings(); |
| 156 | + } |
| 157 | + |
| 158 | + /** Returns the object with the settings used for calls to getInstance. */ |
| 159 | + public UnaryCallSettings<GetInstanceRequest, Instance> getInstanceSettings() { |
| 160 | + return ((CloudRedisStubSettings) getStubSettings()).getInstanceSettings(); |
| 161 | + } |
| 162 | + |
163 | 163 | /** Returns the object with the settings used for calls to upgradeInstance. */ |
164 | 164 | public UnaryCallSettings<UpgradeInstanceRequest, Operation> upgradeInstanceSettings() { |
165 | 165 | return ((CloudRedisStubSettings) getStubSettings()).upgradeInstanceSettings(); |
@@ -269,18 +269,6 @@ public Builder applyToAllUnaryMethods( |
269 | 269 | return this; |
270 | 270 | } |
271 | 271 |
|
272 | | - /** Returns the builder for the settings used for calls to listInstances. */ |
273 | | - public PagedCallSettings.Builder< |
274 | | - ListInstancesRequest, ListInstancesResponse, ListInstancesPagedResponse> |
275 | | - listInstancesSettings() { |
276 | | - return getStubSettingsBuilder().listInstancesSettings(); |
277 | | - } |
278 | | - |
279 | | - /** Returns the builder for the settings used for calls to getInstance. */ |
280 | | - public UnaryCallSettings.Builder<GetInstanceRequest, Instance> getInstanceSettings() { |
281 | | - return getStubSettingsBuilder().getInstanceSettings(); |
282 | | - } |
283 | | - |
284 | 272 | /** Returns the builder for the settings used for calls to createInstance. */ |
285 | 273 | public UnaryCallSettings.Builder<CreateInstanceRequest, Operation> createInstanceSettings() { |
286 | 274 | return getStubSettingsBuilder().createInstanceSettings(); |
@@ -360,6 +348,18 @@ public UnaryCallSettings.Builder<DeleteInstanceRequest, Operation> deleteInstanc |
360 | 348 | return getStubSettingsBuilder().deleteInstanceOperationSettings(); |
361 | 349 | } |
362 | 350 |
|
| 351 | + /** Returns the builder for the settings used for calls to listInstances. */ |
| 352 | + public PagedCallSettings.Builder< |
| 353 | + ListInstancesRequest, ListInstancesResponse, ListInstancesPagedResponse> |
| 354 | + listInstancesSettings() { |
| 355 | + return getStubSettingsBuilder().listInstancesSettings(); |
| 356 | + } |
| 357 | + |
| 358 | + /** Returns the builder for the settings used for calls to getInstance. */ |
| 359 | + public UnaryCallSettings.Builder<GetInstanceRequest, Instance> getInstanceSettings() { |
| 360 | + return getStubSettingsBuilder().getInstanceSettings(); |
| 361 | + } |
| 362 | + |
363 | 363 | /** Returns the builder for the settings used for calls to upgradeInstance. */ |
364 | 364 | public UnaryCallSettings.Builder<UpgradeInstanceRequest, Operation> upgradeInstanceSettings() { |
365 | 365 | return getStubSettingsBuilder().upgradeInstanceSettings(); |
|
0 commit comments