Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
LongRunning |
LongRunning.clone() |
LongRunning |
MethodSettings.getLongRunning()
Describes settings to use for long-running operations when generating API methods for RPCs.
|
LongRunning |
LongRunning.set(String fieldName,
Object value) |
LongRunning |
LongRunning.setInitialPollDelay(String initialPollDelay)
Initial delay after which the first poll request will be made.
|
LongRunning |
LongRunning.setMaxPollDelay(String maxPollDelay)
Maximum time between two subsequent poll requests.
|
LongRunning |
LongRunning.setPollDelayMultiplier(Float pollDelayMultiplier)
Multiplier to gradually increase delay between subsequent polls until it reaches
max_poll_delay.
|
LongRunning |
LongRunning.setTotalPollTimeout(String totalPollTimeout)
Total polling timeout.
|
Modifier and Type | Method and Description |
---|---|
MethodSettings |
MethodSettings.setLongRunning(LongRunning longRunning)
Describes settings to use for long-running operations when generating API methods for RPCs.
|
Copyright © 2011–2024 Google. All rights reserved.