...

Package google

import "google.golang.org/grpc/credentials/google"
Overview
Index

Overview ▾

Package google defines credentials for google cloud services.

func NewComputeEngineCredentials

func NewComputeEngineCredentials() credentials.Bundle

NewComputeEngineCredentials returns a credentials bundle that is configured to work with google services. This API must only be used when running on GCE. Authentication configured by this API represents the GCE VM's default service account.

This API is experimental.

func NewDefaultCredentials

func NewDefaultCredentials() credentials.Bundle

NewDefaultCredentials returns a credentials bundle that is configured to work with google services.

This API is experimental.

func NewDefaultCredentialsWithOptions

func NewDefaultCredentialsWithOptions(opts DefaultCredentialsOptions) credentials.Bundle

NewDefaultCredentialsWithOptions returns a credentials bundle that is configured to work with google services.

This API is experimental.

type DefaultCredentialsOptions

DefaultCredentialsOptions constructs options to build DefaultCredentials.

type DefaultCredentialsOptions struct {
    // PerRPCCreds is a per RPC credentials that is passed to a bundle.
    PerRPCCreds credentials.PerRPCCredentials
}