public static interface ClientConfiguration.PollingConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRpcRetryCount()
Number of times the client should retry a failed
GetClientConfiguration RPC per polling interval before giving up.
|
com.google.protobuf.Duration |
getPollingInterval()
A duration describing the time between GetClientConfiguration RPCs.
|
com.google.protobuf.DurationOrBuilder |
getPollingIntervalOrBuilder()
A duration describing the time between GetClientConfiguration RPCs.
|
com.google.protobuf.Duration |
getValidityDuration()
How long the client should consider the configuration it receives from
GetClientConfiguration valid for.
|
com.google.protobuf.DurationOrBuilder |
getValidityDurationOrBuilder()
How long the client should consider the configuration it receives from
GetClientConfiguration valid for.
|
boolean |
hasPollingInterval()
A duration describing the time between GetClientConfiguration RPCs.
|
boolean |
hasValidityDuration()
How long the client should consider the configuration it receives from
GetClientConfiguration valid for.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPollingInterval()
A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
.google.protobuf.Duration polling_interval = 1;com.google.protobuf.Duration getPollingInterval()
A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
.google.protobuf.Duration polling_interval = 1;com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder()
A duration describing the time between GetClientConfiguration RPCs. Only strictly positive values are permissible.
.google.protobuf.Duration polling_interval = 1;boolean hasValidityDuration()
How long the client should consider the configuration it receives from GetClientConfiguration valid for. Once this duration has passed, the client should consider the configuration invalid and must either: - Get a new configuration from GetClientConfiguration - Or if it cannot, use a sane default configuration This duration will be at least as long as the polling interval.
.google.protobuf.Duration validity_duration = 2;com.google.protobuf.Duration getValidityDuration()
How long the client should consider the configuration it receives from GetClientConfiguration valid for. Once this duration has passed, the client should consider the configuration invalid and must either: - Get a new configuration from GetClientConfiguration - Or if it cannot, use a sane default configuration This duration will be at least as long as the polling interval.
.google.protobuf.Duration validity_duration = 2;com.google.protobuf.DurationOrBuilder getValidityDurationOrBuilder()
How long the client should consider the configuration it receives from GetClientConfiguration valid for. Once this duration has passed, the client should consider the configuration invalid and must either: - Get a new configuration from GetClientConfiguration - Or if it cannot, use a sane default configuration This duration will be at least as long as the polling interval.
.google.protobuf.Duration validity_duration = 2;int getMaxRpcRetryCount()
Number of times the client should retry a failed GetClientConfiguration RPC per polling interval before giving up.
int32 max_rpc_retry_count = 6;Copyright © 2026 Google LLC. All rights reserved.