type github.com/googleapis/gax-go/v2.Backoff
69 uses
github.com/googleapis/gax-go/v2 (current package)
call_option.go#L71: func OnCodes(cc []codes.Code, bo Backoff) Retryer {
call_option.go#L79: backoff Backoff
call_option.go#L101: type Backoff struct {
call_option.go#L117: func (bo *Backoff) Pause() time.Duration {
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L77: }, gax.Backoff{
cloud_tasks_client.go#L89: }, gax.Backoff{
cloud_tasks_client.go#L103: }, gax.Backoff{
cloud_tasks_client.go#L118: }, gax.Backoff{
cloud_tasks_client.go#L131: }, gax.Backoff{
cloud_tasks_client.go#L143: }, gax.Backoff{
cloud_tasks_client.go#L155: }, gax.Backoff{
cloud_tasks_client.go#L168: }, gax.Backoff{
cloud.google.com/go/container/apiv1
cluster_manager_client.go#L91: }, gax.Backoff{
cluster_manager_client.go#L103: }, gax.Backoff{
cluster_manager_client.go#L125: }, gax.Backoff{
cluster_manager_client.go#L137: }, gax.Backoff{
cluster_manager_client.go#L149: }, gax.Backoff{
cluster_manager_client.go#L162: }, gax.Backoff{
cluster_manager_client.go#L174: }, gax.Backoff{
cluster_manager_client.go#L186: }, gax.Backoff{
cluster_manager_client.go#L199: }, gax.Backoff{
cloud.google.com/go/errorreporting/apiv1beta1
error_group_client.go#L60: }, gax.Backoff{
error_group_client.go#L72: }, gax.Backoff{
error_stats_client.go#L63: }, gax.Backoff{
error_stats_client.go#L75: }, gax.Backoff{
error_stats_client.go#L87: }, gax.Backoff{
cloud.google.com/go/iam
iam.go#L53: }, gax.Backoff{
cloud.google.com/go/internal
retry.go#L30: func Retry(ctx context.Context, bo gax.Backoff, f func() (stop bool, err error)) error {
retry.go#L34: func retry(ctx context.Context, bo gax.Backoff, f func() (stop bool, err error),
cloud.google.com/go/logging/apiv2
config_client.go#L66: }, gax.Backoff{
logging_client.go#L62: }, gax.Backoff{
metrics_client.go#L61: }, gax.Backoff{
cloud.google.com/go/monitoring/apiv3
alert_policy_client.go#L65: }, gax.Backoff{
alert_policy_client.go#L77: }, gax.Backoff{
alert_policy_client.go#L90: }, gax.Backoff{
group_client.go#L67: }, gax.Backoff{
group_client.go#L79: }, gax.Backoff{
group_client.go#L92: }, gax.Backoff{
group_client.go#L104: }, gax.Backoff{
group_client.go#L116: }, gax.Backoff{
metric_client.go#L70: }, gax.Backoff{
metric_client.go#L82: }, gax.Backoff{
metric_client.go#L94: }, gax.Backoff{
metric_client.go#L106: }, gax.Backoff{
metric_client.go#L119: }, gax.Backoff{
metric_client.go#L131: }, gax.Backoff{
notification_channel_client.go#L70: }, gax.Backoff{
notification_channel_client.go#L82: }, gax.Backoff{
notification_channel_client.go#L94: }, gax.Backoff{
notification_channel_client.go#L106: }, gax.Backoff{
notification_channel_client.go#L120: }, gax.Backoff{
notification_channel_client.go#L133: }, gax.Backoff{
notification_channel_client.go#L145: }, gax.Backoff{
service_monitoring_client.go#L71: }, gax.Backoff{
service_monitoring_client.go#L83: }, gax.Backoff{
service_monitoring_client.go#L96: }, gax.Backoff{
service_monitoring_client.go#L109: }, gax.Backoff{
service_monitoring_client.go#L121: }, gax.Backoff{
service_monitoring_client.go#L134: }, gax.Backoff{
uptime_check_client.go#L66: }, gax.Backoff{
uptime_check_client.go#L78: }, gax.Backoff{
uptime_check_client.go#L92: }, gax.Backoff{
uptime_check_client.go#L104: }, gax.Backoff{
cloud.google.com/go/profiler
profiler.go#L299: backoff gax.Backoff
profiler.go#L339: backoff: gax.Backoff{
cloud.google.com/go/secretmanager/apiv1
secret_manager_client.go#L84: }, gax.Backoff{
cloud.google.com/go/storage
invoke.go#L27: return internal.Retry(ctx, gax.Backoff{}, func() (stop bool, err error) {
cloud.google.com/go/trace/apiv2
trace_client.go#L61: }, gax.Backoff{
google.golang.org/api/internal/gensupport
resumable.go#L29: return &gax.Backoff{Initial: 100 * time.Millisecond}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |