func google.golang.org/api/option.WithScopes
21 uses
google.golang.org/api/option (current package)
option.go#L84: func WithScopes(scope ...string) ClientOption {
google.golang.org/api/storage/v1
storage-gen.go#L105: scopesOption := option.WithScopes(
cloud.google.com/go/cloudtasks/apiv2
cloud_tasks_client.go#L64: option.WithScopes(DefaultAuthScopes()...),
cloud.google.com/go/container/apiv1
cluster_manager_client.go#L78: option.WithScopes(DefaultAuthScopes()...),
cloud.google.com/go/errorreporting/apiv1beta1
error_group_client.go#L47: option.WithScopes(DefaultAuthScopes()...),
error_stats_client.go#L50: option.WithScopes(DefaultAuthScopes()...),
report_errors_client.go#L45: option.WithScopes(DefaultAuthScopes()...),
cloud.google.com/go/logging
logging.go#L145: option.WithScopes(WriteScope),
cloud.google.com/go/logging/apiv2
config_client.go#L54: option.WithScopes(DefaultAuthScopes()...),
logging_client.go#L50: option.WithScopes(DefaultAuthScopes()...),
metrics_client.go#L49: option.WithScopes(DefaultAuthScopes()...),
cloud.google.com/go/monitoring/apiv3
alert_policy_client.go#L52: option.WithScopes(DefaultAuthScopes()...),
group_client.go#L54: option.WithScopes(DefaultAuthScopes()...),
metric_client.go#L57: option.WithScopes(DefaultAuthScopes()...),
notification_channel_client.go#L57: option.WithScopes(DefaultAuthScopes()...),
service_monitoring_client.go#L57: option.WithScopes(DefaultAuthScopes()...),
uptime_check_client.go#L53: option.WithScopes(DefaultAuthScopes()...),
cloud.google.com/go/profiler
profiler.go#L239: option.WithScopes(scope),
cloud.google.com/go/secretmanager/apiv1
secret_manager_client.go#L63: option.WithScopes(DefaultAuthScopes()...),
cloud.google.com/go/storage
storage.go#L109: opts = append([]option.ClientOption{option.WithScopes(ScopeFullControl), option.WithUserAgent(userAgent)}, opts...)
cloud.google.com/go/trace/apiv2
trace_client.go#L47: option.WithScopes(DefaultAuthScopes()...),
 |
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. |