func google.golang.org/grpc.WithDefaultCallOptions
16 uses
google.golang.org/grpc (current package)
dialoptions.go#L154: return WithDefaultCallOptions(MaxCallRecvMsgSize(s))
dialoptions.go#L159: func WithDefaultCallOptions(cos ...CallOption) DialOption {
dialoptions.go#L171: return WithDefaultCallOptions(CallCustomCodec(c))
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L65: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
cloud.google.com/go/container/apiv1
cluster_manager_client.go#L79: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
cloud.google.com/go/errorreporting/apiv1beta1
error_group_client.go#L48: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
error_stats_client.go#L51: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
report_errors_client.go#L46: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
cloud.google.com/go/monitoring/apiv3
alert_policy_client.go#L53: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
group_client.go#L55: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
metric_client.go#L58: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
notification_channel_client.go#L58: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
service_monitoring_client.go#L58: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
uptime_check_client.go#L54: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
cloud.google.com/go/secretmanager/apiv1
secret_manager_client.go#L64: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
cloud.google.com/go/trace/apiv2
trace_client.go#L48: option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
![]() |
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. |