public static interface MethodSettings.LongRunningOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getInitialPollDelay()
Initial delay after which the first poll request will be made.
|
com.google.protobuf.DurationOrBuilder |
getInitialPollDelayOrBuilder()
Initial delay after which the first poll request will be made.
|
com.google.protobuf.Duration |
getMaxPollDelay()
Maximum time between two subsequent poll requests.
|
com.google.protobuf.DurationOrBuilder |
getMaxPollDelayOrBuilder()
Maximum time between two subsequent poll requests.
|
float |
getPollDelayMultiplier()
Multiplier to gradually increase delay between subsequent polls until it
reaches max_poll_delay.
|
com.google.protobuf.Duration |
getTotalPollTimeout()
Total polling timeout.
|
com.google.protobuf.DurationOrBuilder |
getTotalPollTimeoutOrBuilder()
Total polling timeout.
|
boolean |
hasInitialPollDelay()
Initial delay after which the first poll request will be made.
|
boolean |
hasMaxPollDelay()
Maximum time between two subsequent poll requests.
|
boolean |
hasTotalPollTimeout()
Total polling timeout.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInitialPollDelay()
Initial delay after which the first poll request will be made. Default value: 5 seconds.
.google.protobuf.Duration initial_poll_delay = 1;com.google.protobuf.Duration getInitialPollDelay()
Initial delay after which the first poll request will be made. Default value: 5 seconds.
.google.protobuf.Duration initial_poll_delay = 1;com.google.protobuf.DurationOrBuilder getInitialPollDelayOrBuilder()
Initial delay after which the first poll request will be made. Default value: 5 seconds.
.google.protobuf.Duration initial_poll_delay = 1;float getPollDelayMultiplier()
Multiplier to gradually increase delay between subsequent polls until it reaches max_poll_delay. Default value: 1.5.
float poll_delay_multiplier = 2;boolean hasMaxPollDelay()
Maximum time between two subsequent poll requests. Default value: 45 seconds.
.google.protobuf.Duration max_poll_delay = 3;com.google.protobuf.Duration getMaxPollDelay()
Maximum time between two subsequent poll requests. Default value: 45 seconds.
.google.protobuf.Duration max_poll_delay = 3;com.google.protobuf.DurationOrBuilder getMaxPollDelayOrBuilder()
Maximum time between two subsequent poll requests. Default value: 45 seconds.
.google.protobuf.Duration max_poll_delay = 3;boolean hasTotalPollTimeout()
Total polling timeout. Default value: 5 minutes.
.google.protobuf.Duration total_poll_timeout = 4;com.google.protobuf.Duration getTotalPollTimeout()
Total polling timeout. Default value: 5 minutes.
.google.protobuf.Duration total_poll_timeout = 4;com.google.protobuf.DurationOrBuilder getTotalPollTimeoutOrBuilder()
Total polling timeout. Default value: 5 minutes.
.google.protobuf.Duration total_poll_timeout = 4;Copyright © 2022 Google LLC. All rights reserved.