google_api

package
v0.0.0-...-dbc791b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthorizationConfig

type AuthorizationConfig struct {
	// The name of the authorization provider, such as
	// firebaserules.googleapis.com.
	Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
}

Configuration of authorization.

This section determines the authorization provider, if unspecified, then no authorization check will be done.

Example:

experimental:
  authorization:
    provider: firebaserules.googleapis.com

func (*AuthorizationConfig) Descriptor

func (*AuthorizationConfig) Descriptor() ([]byte, []int)

func (*AuthorizationConfig) GetProvider

func (m *AuthorizationConfig) GetProvider() string

func (*AuthorizationConfig) ProtoMessage

func (*AuthorizationConfig) ProtoMessage()

func (*AuthorizationConfig) Reset

func (m *AuthorizationConfig) Reset()

func (*AuthorizationConfig) String

func (m *AuthorizationConfig) String() string

type Experimental

type Experimental struct {
	// Authorization configuration.
	Authorization *AuthorizationConfig `protobuf:"bytes,8,opt,name=authorization" json:"authorization,omitempty"`
}

Experimental service configuration. These configuration options can only be used by whitelisted users.

func (*Experimental) Descriptor

func (*Experimental) Descriptor() ([]byte, []int)

func (*Experimental) GetAuthorization

func (m *Experimental) GetAuthorization() *AuthorizationConfig

func (*Experimental) ProtoMessage

func (*Experimental) ProtoMessage()

func (*Experimental) Reset

func (m *Experimental) Reset()

func (*Experimental) String

func (m *Experimental) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL