appengine_tools_devappserver2

package
v0.0.0-...-26f7dc4 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2015 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package appengine_tools_devappserver2 is a generated protocol buffer package.

It is generated from these files:

appengine_internal/runtime_config

It has these top-level messages:

Config
PhpConfig
PythonConfig
JavaConfig
CloudSQL
Library
Environ
VMConfig

Index

Constants

View Source
const Default_Config_ApiHost string = "localhost"
View Source
const Default_Config_SkipFiles string = "^$"
View Source
const Default_Config_StaticFiles string = "^$"
View Source
const Default_Config_StderrLogLevel int64 = 1
View Source
const Default_Config_Threadsafe bool = false
View Source
const Default_Config_Vm bool = false

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudSQL

type CloudSQL struct {
	MysqlHost        *string `protobuf:"bytes,1,req,name=mysql_host" json:"mysql_host,omitempty"`
	MysqlPort        *int32  `protobuf:"varint,2,req,name=mysql_port" json:"mysql_port,omitempty"`
	MysqlUser        *string `protobuf:"bytes,3,req,name=mysql_user" json:"mysql_user,omitempty"`
	MysqlPassword    *string `protobuf:"bytes,4,req,name=mysql_password" json:"mysql_password,omitempty"`
	MysqlSocket      *string `protobuf:"bytes,5,opt,name=mysql_socket" json:"mysql_socket,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CloudSQL) GetMysqlHost

func (m *CloudSQL) GetMysqlHost() string

func (*CloudSQL) GetMysqlPassword

func (m *CloudSQL) GetMysqlPassword() string

func (*CloudSQL) GetMysqlPort

func (m *CloudSQL) GetMysqlPort() int32

func (*CloudSQL) GetMysqlSocket

func (m *CloudSQL) GetMysqlSocket() string

func (*CloudSQL) GetMysqlUser

func (m *CloudSQL) GetMysqlUser() string

func (*CloudSQL) ProtoMessage

func (*CloudSQL) ProtoMessage()

func (*CloudSQL) Reset

func (m *CloudSQL) Reset()

func (*CloudSQL) String

func (m *CloudSQL) String() string

type Config

type Config struct {
	AppId            []byte        `protobuf:"bytes,1,req,name=app_id" json:"app_id,omitempty"`
	VersionId        []byte        `protobuf:"bytes,2,req,name=version_id" json:"version_id,omitempty"`
	ApplicationRoot  []byte        `protobuf:"bytes,3,req,name=application_root" json:"application_root,omitempty"`
	Threadsafe       *bool         `protobuf:"varint,4,opt,name=threadsafe,def=0" json:"threadsafe,omitempty"`
	ApiHost          *string       `protobuf:"bytes,17,opt,name=api_host,def=localhost" json:"api_host,omitempty"`
	ApiPort          *int32        `protobuf:"varint,5,req,name=api_port" json:"api_port,omitempty"`
	Libraries        []*Library    `protobuf:"bytes,6,rep,name=libraries" json:"libraries,omitempty"`
	SkipFiles        *string       `protobuf:"bytes,7,opt,name=skip_files,def=^$" json:"skip_files,omitempty"`
	StaticFiles      *string       `protobuf:"bytes,8,opt,name=static_files,def=^$" json:"static_files,omitempty"`
	PythonConfig     *PythonConfig `protobuf:"bytes,14,opt,name=python_config" json:"python_config,omitempty"`
	PhpConfig        *PhpConfig    `protobuf:"bytes,9,opt,name=php_config" json:"php_config,omitempty"`
	JavaConfig       *JavaConfig   `protobuf:"bytes,21,opt,name=java_config" json:"java_config,omitempty"`
	Environ          []*Environ    `protobuf:"bytes,10,rep,name=environ" json:"environ,omitempty"`
	CloudSqlConfig   *CloudSQL     `protobuf:"bytes,11,opt,name=cloud_sql_config" json:"cloud_sql_config,omitempty"`
	Datacenter       *string       `protobuf:"bytes,12,req,name=datacenter" json:"datacenter,omitempty"`
	InstanceId       *string       `protobuf:"bytes,13,req,name=instance_id" json:"instance_id,omitempty"`
	StderrLogLevel   *int64        `protobuf:"varint,15,opt,name=stderr_log_level,def=1" json:"stderr_log_level,omitempty"`
	AuthDomain       *string       `protobuf:"bytes,16,req,name=auth_domain" json:"auth_domain,omitempty"`
	MaxInstances     *int32        `protobuf:"varint,18,opt,name=max_instances" json:"max_instances,omitempty"`
	VmConfig         *VMConfig     `protobuf:"bytes,19,opt,name=vm_config" json:"vm_config,omitempty"`
	ServerPort       *int32        `protobuf:"varint,20,opt,name=server_port" json:"server_port,omitempty"`
	Vm               *bool         `protobuf:"varint,22,opt,name=vm,def=0" json:"vm,omitempty"`
	XXX_unrecognized []byte        `json:"-"`
}

func (*Config) GetApiHost

func (m *Config) GetApiHost() string

func (*Config) GetApiPort

func (m *Config) GetApiPort() int32

func (*Config) GetAppId

func (m *Config) GetAppId() []byte

func (*Config) GetApplicationRoot

func (m *Config) GetApplicationRoot() []byte

func (*Config) GetAuthDomain

func (m *Config) GetAuthDomain() string

func (*Config) GetCloudSqlConfig

func (m *Config) GetCloudSqlConfig() *CloudSQL

func (*Config) GetDatacenter

func (m *Config) GetDatacenter() string

func (*Config) GetEnviron

func (m *Config) GetEnviron() []*Environ

func (*Config) GetInstanceId

func (m *Config) GetInstanceId() string

func (*Config) GetJavaConfig

func (m *Config) GetJavaConfig() *JavaConfig

func (*Config) GetLibraries

func (m *Config) GetLibraries() []*Library

func (*Config) GetMaxInstances

func (m *Config) GetMaxInstances() int32

func (*Config) GetPhpConfig

func (m *Config) GetPhpConfig() *PhpConfig

func (*Config) GetPythonConfig

func (m *Config) GetPythonConfig() *PythonConfig

func (*Config) GetServerPort

func (m *Config) GetServerPort() int32

func (*Config) GetSkipFiles

func (m *Config) GetSkipFiles() string

func (*Config) GetStaticFiles

func (m *Config) GetStaticFiles() string

func (*Config) GetStderrLogLevel

func (m *Config) GetStderrLogLevel() int64

func (*Config) GetThreadsafe

func (m *Config) GetThreadsafe() bool

func (*Config) GetVersionId

func (m *Config) GetVersionId() []byte

func (*Config) GetVm

func (m *Config) GetVm() bool

func (*Config) GetVmConfig

func (m *Config) GetVmConfig() *VMConfig

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) Reset

func (m *Config) Reset()

func (*Config) String

func (m *Config) String() string

type Environ

type Environ struct {
	Key              []byte `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
	Value            []byte `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*Environ) GetKey

func (m *Environ) GetKey() []byte

func (*Environ) GetValue

func (m *Environ) GetValue() []byte

func (*Environ) ProtoMessage

func (*Environ) ProtoMessage()

func (*Environ) Reset

func (m *Environ) Reset()

func (*Environ) String

func (m *Environ) String() string

type JavaConfig

type JavaConfig struct {
	JvmArgs          []string `protobuf:"bytes,1,rep,name=jvm_args" json:"jvm_args,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*JavaConfig) GetJvmArgs

func (m *JavaConfig) GetJvmArgs() []string

func (*JavaConfig) ProtoMessage

func (*JavaConfig) ProtoMessage()

func (*JavaConfig) Reset

func (m *JavaConfig) Reset()

func (*JavaConfig) String

func (m *JavaConfig) String() string

type Library

type Library struct {
	Name             *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Version          *string `protobuf:"bytes,2,req,name=version" json:"version,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Library) GetName

func (m *Library) GetName() string

func (*Library) GetVersion

func (m *Library) GetVersion() string

func (*Library) ProtoMessage

func (*Library) ProtoMessage()

func (*Library) Reset

func (m *Library) Reset()

func (*Library) String

func (m *Library) String() string

type PhpConfig

type PhpConfig struct {
	PhpExecutablePath   []byte `protobuf:"bytes,1,opt,name=php_executable_path" json:"php_executable_path,omitempty"`
	EnableDebugger      *bool  `protobuf:"varint,3,req,name=enable_debugger" json:"enable_debugger,omitempty"`
	GaeExtensionPath    []byte `protobuf:"bytes,4,opt,name=gae_extension_path" json:"gae_extension_path,omitempty"`
	XdebugExtensionPath []byte `protobuf:"bytes,5,opt,name=xdebug_extension_path" json:"xdebug_extension_path,omitempty"`
	XXX_unrecognized    []byte `json:"-"`
}

func (*PhpConfig) GetEnableDebugger

func (m *PhpConfig) GetEnableDebugger() bool

func (*PhpConfig) GetGaeExtensionPath

func (m *PhpConfig) GetGaeExtensionPath() []byte

func (*PhpConfig) GetPhpExecutablePath

func (m *PhpConfig) GetPhpExecutablePath() []byte

func (*PhpConfig) GetXdebugExtensionPath

func (m *PhpConfig) GetXdebugExtensionPath() []byte

func (*PhpConfig) ProtoMessage

func (*PhpConfig) ProtoMessage()

func (*PhpConfig) Reset

func (m *PhpConfig) Reset()

func (*PhpConfig) String

func (m *PhpConfig) String() string

type PythonConfig

type PythonConfig struct {
	StartupScript    *string `protobuf:"bytes,1,opt,name=startup_script" json:"startup_script,omitempty"`
	StartupArgs      *string `protobuf:"bytes,2,opt,name=startup_args" json:"startup_args,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*PythonConfig) GetStartupArgs

func (m *PythonConfig) GetStartupArgs() string

func (*PythonConfig) GetStartupScript

func (m *PythonConfig) GetStartupScript() string

func (*PythonConfig) ProtoMessage

func (*PythonConfig) ProtoMessage()

func (*PythonConfig) Reset

func (m *PythonConfig) Reset()

func (*PythonConfig) String

func (m *PythonConfig) String() string

type VMConfig

type VMConfig struct {
	DockerDaemonUrl  *string `protobuf:"bytes,1,opt,name=docker_daemon_url" json:"docker_daemon_url,omitempty"`
	EnableLogs       *bool   `protobuf:"varint,3,opt,name=enable_logs" json:"enable_logs,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*VMConfig) GetDockerDaemonUrl

func (m *VMConfig) GetDockerDaemonUrl() string

func (*VMConfig) GetEnableLogs

func (m *VMConfig) GetEnableLogs() bool

func (*VMConfig) ProtoMessage

func (*VMConfig) ProtoMessage()

func (*VMConfig) Reset

func (m *VMConfig) Reset()

func (*VMConfig) String

func (m *VMConfig) String() string

Jump to

Keyboard shortcuts

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