<PackageReference Include="Grpc.Core.Api" Version="2.76.0-pre1" />

Grpc.Core.Internal.CallFlags

enum CallFlags
Flags to enable special call behaviors (client-side only).

The call is cacheable. gRPC is free to use GET verb */

The call is idempotent (retrying the call doesn't change the outcome of the operation).

If channel is in ChannelState.TransientFailure, attempt waiting for the channel to recover instead of failing the call immediately.