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
- type CloudSQL
- func (m *CloudSQL) GetMysqlHost() string
- func (m *CloudSQL) GetMysqlPassword() string
- func (m *CloudSQL) GetMysqlPort() int32
- func (m *CloudSQL) GetMysqlSocket() string
- func (m *CloudSQL) GetMysqlUser() string
- func (*CloudSQL) ProtoMessage()
- func (m *CloudSQL) Reset()
- func (m *CloudSQL) String() string
- type Config
- func (m *Config) GetApiHost() string
- func (m *Config) GetApiPort() int32
- func (m *Config) GetAppId() []byte
- func (m *Config) GetApplicationRoot() []byte
- func (m *Config) GetAuthDomain() string
- func (m *Config) GetCloudSqlConfig() *CloudSQL
- func (m *Config) GetDatacenter() string
- func (m *Config) GetEnviron() []*Environ
- func (m *Config) GetInstanceId() string
- func (m *Config) GetJavaConfig() *JavaConfig
- func (m *Config) GetLibraries() []*Library
- func (m *Config) GetMaxInstances() int32
- func (m *Config) GetPhpConfig() *PhpConfig
- func (m *Config) GetPythonConfig() *PythonConfig
- func (m *Config) GetServerPort() int32
- func (m *Config) GetSkipFiles() string
- func (m *Config) GetStaticFiles() string
- func (m *Config) GetStderrLogLevel() int64
- func (m *Config) GetThreadsafe() bool
- func (m *Config) GetVersionId() []byte
- func (m *Config) GetVm() bool
- func (m *Config) GetVmConfig() *VMConfig
- func (*Config) ProtoMessage()
- func (m *Config) Reset()
- func (m *Config) String() string
- type Environ
- type JavaConfig
- type Library
- type PhpConfig
- type PythonConfig
- type VMConfig
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 (*CloudSQL) GetMysqlPassword ¶
func (*CloudSQL) GetMysqlPort ¶
func (*CloudSQL) GetMysqlSocket ¶
func (*CloudSQL) GetMysqlUser ¶
func (*CloudSQL) ProtoMessage ¶
func (*CloudSQL) ProtoMessage()
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 (*Config) GetApiPort ¶
func (*Config) GetApplicationRoot ¶
func (*Config) GetAuthDomain ¶
func (*Config) GetCloudSqlConfig ¶
func (*Config) GetDatacenter ¶
func (*Config) GetEnviron ¶
func (*Config) GetInstanceId ¶
func (*Config) GetJavaConfig ¶
func (m *Config) GetJavaConfig() *JavaConfig
func (*Config) GetLibraries ¶
func (*Config) GetMaxInstances ¶
func (*Config) GetPhpConfig ¶
func (*Config) GetPythonConfig ¶
func (m *Config) GetPythonConfig() *PythonConfig
func (*Config) GetServerPort ¶
func (*Config) GetSkipFiles ¶
func (*Config) GetStaticFiles ¶
func (*Config) GetStderrLogLevel ¶
func (*Config) GetThreadsafe ¶
func (*Config) GetVersionId ¶
func (*Config) GetVmConfig ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
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) ProtoMessage ¶
func (*Environ) ProtoMessage()
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) GetVersion ¶
func (*Library) ProtoMessage ¶
func (*Library) ProtoMessage()
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 (*PhpConfig) GetGaeExtensionPath ¶
func (*PhpConfig) GetPhpExecutablePath ¶
func (*PhpConfig) GetXdebugExtensionPath ¶
func (*PhpConfig) ProtoMessage ¶
func (*PhpConfig) ProtoMessage()
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 (*VMConfig) GetEnableLogs ¶
func (*VMConfig) ProtoMessage ¶
func (*VMConfig) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.