func google.golang.org/api/option.WithGRPCDialOption

27 uses

	google.golang.org/api/option (current package)
		option.go#L135: func WithGRPCDialOption(opt grpc.DialOption) ClientOption {

	cloud.google.com/go/cloudtasks/apiv2
		cloud_tasks_client.go#L63: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		cloud_tasks_client.go#L65: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(

	cloud.google.com/go/container/apiv1
		cluster_manager_client.go#L77: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		cluster_manager_client.go#L79: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(

	cloud.google.com/go/errorreporting/apiv1beta1
		error_group_client.go#L46: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		error_group_client.go#L48: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		error_stats_client.go#L49: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		error_stats_client.go#L51: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		report_errors_client.go#L44: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		report_errors_client.go#L46: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(

	cloud.google.com/go/monitoring/apiv3
		alert_policy_client.go#L51: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		alert_policy_client.go#L53: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		group_client.go#L53: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		group_client.go#L55: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		metric_client.go#L56: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		metric_client.go#L58: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		notification_channel_client.go#L56: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		notification_channel_client.go#L58: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		service_monitoring_client.go#L56: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		service_monitoring_client.go#L58: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(
		uptime_check_client.go#L52: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		uptime_check_client.go#L54: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(

	cloud.google.com/go/secretmanager/apiv1
		secret_manager_client.go#L62: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		secret_manager_client.go#L64: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(

	cloud.google.com/go/trace/apiv2
		trace_client.go#L46: 		option.WithGRPCDialOption(grpc.WithDisableServiceConfig()),
		trace_client.go#L48: 		option.WithGRPCDialOption(grpc.WithDefaultCallOptions(