Show / Hide Table of Contents

Enum CallTimingType

The type of CallTiming; retry or expiration (no retry).

Namespace: Google.Api.Gax.Grpc
Assembly: Google.Api.Gax.Grpc.dll
Syntax
public enum CallTimingType

Fields

Name Description
Expiration

Call does not use retry; call expiration is specified with an Expiration .

Retry

Call uses retry, specified with a RetrySettings.

Back to top