func google.golang.org/api/option.WithEndpoint
19 uses
google.golang.org/api/option (current package)
option.go#L72: func WithEndpoint(url string) ClientOption {
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L62: option.WithEndpoint("cloudtasks.googleapis.com:443"),
cloud.google.com/go/container/apiv1
cluster_manager_client.go#L76: option.WithEndpoint("container.googleapis.com:443"),
cloud.google.com/go/errorreporting/apiv1beta1
error_group_client.go#L45: option.WithEndpoint("clouderrorreporting.googleapis.com:443"),
error_stats_client.go#L48: option.WithEndpoint("clouderrorreporting.googleapis.com:443"),
report_errors_client.go#L43: option.WithEndpoint("clouderrorreporting.googleapis.com:443"),
cloud.google.com/go/logging
logging.go#L144: option.WithEndpoint(internal.ProdAddr),
cloud.google.com/go/logging/apiv2
config_client.go#L53: option.WithEndpoint("logging.googleapis.com:443"),
logging_client.go#L49: option.WithEndpoint("logging.googleapis.com:443"),
metrics_client.go#L48: option.WithEndpoint("logging.googleapis.com:443"),
cloud.google.com/go/monitoring/apiv3
alert_policy_client.go#L50: option.WithEndpoint("monitoring.googleapis.com:443"),
group_client.go#L52: option.WithEndpoint("monitoring.googleapis.com:443"),
metric_client.go#L55: option.WithEndpoint("monitoring.googleapis.com:443"),
notification_channel_client.go#L55: option.WithEndpoint("monitoring.googleapis.com:443"),
service_monitoring_client.go#L55: option.WithEndpoint("monitoring.googleapis.com:443"),
uptime_check_client.go#L51: option.WithEndpoint("monitoring.googleapis.com:443"),
cloud.google.com/go/profiler
profiler.go#L238: option.WithEndpoint(config.APIAddr),
cloud.google.com/go/secretmanager/apiv1
secret_manager_client.go#L61: option.WithEndpoint("secretmanager.googleapis.com:443"),
cloud.google.com/go/trace/apiv2
trace_client.go#L45: option.WithEndpoint("cloudtrace.googleapis.com:443"),
 |
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. |