Documentation ¶
Index ¶
- Variables
- type CreateRequest
- type CreateResponse
- type Env
- type EnvVar
- func (*EnvVar) Descriptor() ([]byte, []int)deprecated
- func (x *EnvVar) GetEnvId() string
- func (x *EnvVar) GetIsSecret() bool
- func (x *EnvVar) GetName() string
- func (x *EnvVar) GetValue() string
- func (*EnvVar) ProtoMessage()
- func (x *EnvVar) ProtoReflect() protoreflect.Message
- func (x *EnvVar) Reset()
- func (x *EnvVar) String() string
- type GetRequest
- func (*GetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRequest) GetEnvId() string
- func (x *GetRequest) GetName() string
- func (x *GetRequest) GetProjectId() string
- func (*GetRequest) ProtoMessage()
- func (x *GetRequest) ProtoReflect() protoreflect.Message
- func (x *GetRequest) Reset()
- func (x *GetRequest) String() string
- type GetResponse
- type GetVarsRequest
- func (*GetVarsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetVarsRequest) GetEnvId() string
- func (x *GetVarsRequest) GetNames() []string
- func (*GetVarsRequest) ProtoMessage()
- func (x *GetVarsRequest) ProtoReflect() protoreflect.Message
- func (x *GetVarsRequest) Reset()
- func (x *GetVarsRequest) String() string
- type GetVarsResponse
- type ListRequest
- type ListResponse
- type RemoveRequest
- type RemoveResponse
- type RemoveVarRequest
- func (*RemoveVarRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveVarRequest) GetEnvId() string
- func (x *RemoveVarRequest) GetName() string
- func (*RemoveVarRequest) ProtoMessage()
- func (x *RemoveVarRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveVarRequest) Reset()
- func (x *RemoveVarRequest) String() string
- type RemoveVarResponse
- type RevealVarRequest
- func (*RevealVarRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevealVarRequest) GetEnvId() string
- func (x *RevealVarRequest) GetName() string
- func (*RevealVarRequest) ProtoMessage()
- func (x *RevealVarRequest) ProtoReflect() protoreflect.Message
- func (x *RevealVarRequest) Reset()
- func (x *RevealVarRequest) String() string
- type RevealVarResponse
- type SetVarRequest
- type SetVarResponse
- type UpdateRequest
- type UpdateResponse
Constants ¶
This section is empty.
Variables ¶
var File_autokitteh_envs_v1_env_proto protoreflect.FileDescriptor
var File_autokitteh_envs_v1_svc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateRequest ¶
type CreateRequest struct { Env *Env `protobuf:"bytes,1,opt,name=env,proto3" json:"env,omitempty"` // contains filtered or unexported fields }
func (*CreateRequest) Descriptor
deprecated
func (*CreateRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.
func (*CreateRequest) GetEnv ¶
func (x *CreateRequest) GetEnv() *Env
func (*CreateRequest) ProtoMessage ¶
func (*CreateRequest) ProtoMessage()
func (*CreateRequest) ProtoReflect ¶
func (x *CreateRequest) ProtoReflect() protoreflect.Message
func (*CreateRequest) Reset ¶
func (x *CreateRequest) Reset()
func (*CreateRequest) String ¶
func (x *CreateRequest) String() string
type CreateResponse ¶
type CreateResponse struct { EnvId string `protobuf:"bytes,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"` // contains filtered or unexported fields }
func (*CreateResponse) Descriptor
deprecated
func (*CreateResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.
func (*CreateResponse) GetEnvId ¶
func (x *CreateResponse) GetEnvId() string
func (*CreateResponse) ProtoMessage ¶
func (*CreateResponse) ProtoMessage()
func (*CreateResponse) ProtoReflect ¶
func (x *CreateResponse) ProtoReflect() protoreflect.Message
func (*CreateResponse) Reset ¶
func (x *CreateResponse) Reset()
func (*CreateResponse) String ¶
func (x *CreateResponse) String() string
type Env ¶
type Env struct { EnvId string `protobuf:"bytes,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"` ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Env) Descriptor
deprecated
func (*Env) GetProjectId ¶
func (*Env) ProtoMessage ¶
func (*Env) ProtoMessage()
func (*Env) ProtoReflect ¶
func (x *Env) ProtoReflect() protoreflect.Message
type EnvVar ¶
type EnvVar struct { EnvId string `protobuf:"bytes,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` IsSecret bool `protobuf:"varint,4,opt,name=is_secret,json=isSecret,proto3" json:"is_secret,omitempty"` // contains filtered or unexported fields }
func (*EnvVar) Descriptor
deprecated
func (*EnvVar) GetIsSecret ¶
func (*EnvVar) ProtoMessage ¶
func (*EnvVar) ProtoMessage()
func (*EnvVar) ProtoReflect ¶
func (x *EnvVar) ProtoReflect() protoreflect.Message
type GetRequest ¶
type GetRequest struct { EnvId string `protobuf:"bytes,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // relevant only when name != "" // contains filtered or unexported fields }
func (*GetRequest) Descriptor
deprecated
func (*GetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.
func (*GetRequest) GetEnvId ¶
func (x *GetRequest) GetEnvId() string
func (*GetRequest) GetName ¶
func (x *GetRequest) GetName() string
func (*GetRequest) GetProjectId ¶
func (x *GetRequest) GetProjectId() string
func (*GetRequest) ProtoMessage ¶
func (*GetRequest) ProtoMessage()
func (*GetRequest) ProtoReflect ¶
func (x *GetRequest) ProtoReflect() protoreflect.Message
func (*GetRequest) Reset ¶
func (x *GetRequest) Reset()
func (*GetRequest) String ¶
func (x *GetRequest) String() string
type GetResponse ¶
type GetResponse struct { Env *Env `protobuf:"bytes,1,opt,name=env,proto3" json:"env,omitempty"` // contains filtered or unexported fields }
func (*GetResponse) Descriptor
deprecated
func (*GetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
func (*GetResponse) GetEnv ¶
func (x *GetResponse) GetEnv() *Env
func (*GetResponse) ProtoMessage ¶
func (*GetResponse) ProtoMessage()
func (*GetResponse) ProtoReflect ¶
func (x *GetResponse) ProtoReflect() protoreflect.Message
func (*GetResponse) Reset ¶
func (x *GetResponse) Reset()
func (*GetResponse) String ¶
func (x *GetResponse) String() string
type GetVarsRequest ¶
type GetVarsRequest struct { EnvId string `protobuf:"bytes,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"` Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"` // if empty, get all. // contains filtered or unexported fields }
func (*GetVarsRequest) Descriptor
deprecated
func (*GetVarsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVarsRequest.ProtoReflect.Descriptor instead.
func (*GetVarsRequest) GetEnvId ¶
func (x *GetVarsRequest) GetEnvId() string
func (*GetVarsRequest) GetNames ¶
func (x *GetVarsRequest) GetNames() []string
func (*GetVarsRequest) ProtoMessage ¶
func (*GetVarsRequest) ProtoMessage()
func (*GetVarsRequest) ProtoReflect ¶
func (x *GetVarsRequest) ProtoReflect() protoreflect.Message
func (*GetVarsRequest) Reset ¶
func (x *GetVarsRequest) Reset()
func (*GetVarsRequest) String ¶
func (x *GetVarsRequest) String() string
type GetVarsResponse ¶
type GetVarsResponse struct { Vars []*EnvVar `protobuf:"bytes,1,rep,name=vars,proto3" json:"vars,omitempty"` // contains filtered or unexported fields }
func (*GetVarsResponse) Descriptor
deprecated
func (*GetVarsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVarsResponse.ProtoReflect.Descriptor instead.
func (*GetVarsResponse) GetVars ¶
func (x *GetVarsResponse) GetVars() []*EnvVar
func (*GetVarsResponse) ProtoMessage ¶
func (*GetVarsResponse) ProtoMessage()
func (*GetVarsResponse) ProtoReflect ¶
func (x *GetVarsResponse) ProtoReflect() protoreflect.Message
func (*GetVarsResponse) Reset ¶
func (x *GetVarsResponse) Reset()
func (*GetVarsResponse) String ¶
func (x *GetVarsResponse) String() string
type ListRequest ¶
type ListRequest struct { ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*ListRequest) Descriptor
deprecated
func (*ListRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.
func (*ListRequest) GetProjectId ¶
func (x *ListRequest) GetProjectId() string
func (*ListRequest) ProtoMessage ¶
func (*ListRequest) ProtoMessage()
func (*ListRequest) ProtoReflect ¶
func (x *ListRequest) ProtoReflect() protoreflect.Message
func (*ListRequest) Reset ¶
func (x *ListRequest) Reset()
func (*ListRequest) String ¶
func (x *ListRequest) String() string
type ListResponse ¶
type ListResponse struct { // Returns only envs that directly reside under the specified project. Envs []*Env `protobuf:"bytes,1,rep,name=envs,proto3" json:"envs,omitempty"` // contains filtered or unexported fields }
func (*ListResponse) Descriptor
deprecated
func (*ListResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.
func (*ListResponse) GetEnvs ¶
func (x *ListResponse) GetEnvs() []*Env
func (*ListResponse) ProtoMessage ¶
func (*ListResponse) ProtoMessage()
func (*ListResponse) ProtoReflect ¶
func (x *ListResponse) ProtoReflect() protoreflect.Message
func (*ListResponse) Reset ¶
func (x *ListResponse) Reset()
func (*ListResponse) String ¶
func (x *ListResponse) String() string
type RemoveRequest ¶
type RemoveRequest struct { EnvId string `protobuf:"bytes,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"` // contains filtered or unexported fields }
func (*RemoveRequest) Descriptor
deprecated
func (*RemoveRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveRequest.ProtoReflect.Descriptor instead.
func (*RemoveRequest) GetEnvId ¶
func (x *RemoveRequest) GetEnvId() string
func (*RemoveRequest) ProtoMessage ¶
func (*RemoveRequest) ProtoMessage()
func (*RemoveRequest) ProtoReflect ¶
func (x *RemoveRequest) ProtoReflect() protoreflect.Message
func (*RemoveRequest) Reset ¶
func (x *RemoveRequest) Reset()
func (*RemoveRequest) String ¶
func (x *RemoveRequest) String() string
type RemoveResponse ¶
type RemoveResponse struct {
// contains filtered or unexported fields
}
func (*RemoveResponse) Descriptor
deprecated
func (*RemoveResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveResponse.ProtoReflect.Descriptor instead.
func (*RemoveResponse) ProtoMessage ¶
func (*RemoveResponse) ProtoMessage()
func (*RemoveResponse) ProtoReflect ¶
func (x *RemoveResponse) ProtoReflect() protoreflect.Message
func (*RemoveResponse) Reset ¶
func (x *RemoveResponse) Reset()
func (*RemoveResponse) String ¶
func (x *RemoveResponse) String() string
type RemoveVarRequest ¶
type RemoveVarRequest struct { EnvId string `protobuf:"bytes,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*RemoveVarRequest) Descriptor
deprecated
func (*RemoveVarRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveVarRequest.ProtoReflect.Descriptor instead.
func (*RemoveVarRequest) GetEnvId ¶
func (x *RemoveVarRequest) GetEnvId() string
func (*RemoveVarRequest) GetName ¶
func (x *RemoveVarRequest) GetName() string
func (*RemoveVarRequest) ProtoMessage ¶
func (*RemoveVarRequest) ProtoMessage()
func (*RemoveVarRequest) ProtoReflect ¶
func (x *RemoveVarRequest) ProtoReflect() protoreflect.Message
func (*RemoveVarRequest) Reset ¶
func (x *RemoveVarRequest) Reset()
func (*RemoveVarRequest) String ¶
func (x *RemoveVarRequest) String() string
type RemoveVarResponse ¶
type RemoveVarResponse struct {
// contains filtered or unexported fields
}
func (*RemoveVarResponse) Descriptor
deprecated
func (*RemoveVarResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveVarResponse.ProtoReflect.Descriptor instead.
func (*RemoveVarResponse) ProtoMessage ¶
func (*RemoveVarResponse) ProtoMessage()
func (*RemoveVarResponse) ProtoReflect ¶
func (x *RemoveVarResponse) ProtoReflect() protoreflect.Message
func (*RemoveVarResponse) Reset ¶
func (x *RemoveVarResponse) Reset()
func (*RemoveVarResponse) String ¶
func (x *RemoveVarResponse) String() string
type RevealVarRequest ¶
type RevealVarRequest struct { EnvId string `protobuf:"bytes,1,opt,name=env_id,json=envId,proto3" json:"env_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*RevealVarRequest) Descriptor
deprecated
func (*RevealVarRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevealVarRequest.ProtoReflect.Descriptor instead.
func (*RevealVarRequest) GetEnvId ¶
func (x *RevealVarRequest) GetEnvId() string
func (*RevealVarRequest) GetName ¶
func (x *RevealVarRequest) GetName() string
func (*RevealVarRequest) ProtoMessage ¶
func (*RevealVarRequest) ProtoMessage()
func (*RevealVarRequest) ProtoReflect ¶
func (x *RevealVarRequest) ProtoReflect() protoreflect.Message
func (*RevealVarRequest) Reset ¶
func (x *RevealVarRequest) Reset()
func (*RevealVarRequest) String ¶
func (x *RevealVarRequest) String() string
type RevealVarResponse ¶
type RevealVarResponse struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*RevealVarResponse) Descriptor
deprecated
func (*RevealVarResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevealVarResponse.ProtoReflect.Descriptor instead.
func (*RevealVarResponse) GetValue ¶
func (x *RevealVarResponse) GetValue() string
func (*RevealVarResponse) ProtoMessage ¶
func (*RevealVarResponse) ProtoMessage()
func (*RevealVarResponse) ProtoReflect ¶
func (x *RevealVarResponse) ProtoReflect() protoreflect.Message
func (*RevealVarResponse) Reset ¶
func (x *RevealVarResponse) Reset()
func (*RevealVarResponse) String ¶
func (x *RevealVarResponse) String() string
type SetVarRequest ¶
type SetVarRequest struct { Var *EnvVar `protobuf:"bytes,1,opt,name=var,proto3" json:"var,omitempty"` // contains filtered or unexported fields }
func (*SetVarRequest) Descriptor
deprecated
func (*SetVarRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetVarRequest.ProtoReflect.Descriptor instead.
func (*SetVarRequest) GetVar ¶
func (x *SetVarRequest) GetVar() *EnvVar
func (*SetVarRequest) ProtoMessage ¶
func (*SetVarRequest) ProtoMessage()
func (*SetVarRequest) ProtoReflect ¶
func (x *SetVarRequest) ProtoReflect() protoreflect.Message
func (*SetVarRequest) Reset ¶
func (x *SetVarRequest) Reset()
func (*SetVarRequest) String ¶
func (x *SetVarRequest) String() string
type SetVarResponse ¶
type SetVarResponse struct {
// contains filtered or unexported fields
}
func (*SetVarResponse) Descriptor
deprecated
func (*SetVarResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetVarResponse.ProtoReflect.Descriptor instead.
func (*SetVarResponse) ProtoMessage ¶
func (*SetVarResponse) ProtoMessage()
func (*SetVarResponse) ProtoReflect ¶
func (x *SetVarResponse) ProtoReflect() protoreflect.Message
func (*SetVarResponse) Reset ¶
func (x *SetVarResponse) Reset()
func (*SetVarResponse) String ¶
func (x *SetVarResponse) String() string
type UpdateRequest ¶
type UpdateRequest struct { Env *Env `protobuf:"bytes,1,opt,name=env,proto3" json:"env,omitempty"` // contains filtered or unexported fields }
func (*UpdateRequest) Descriptor
deprecated
func (*UpdateRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.
func (*UpdateRequest) GetEnv ¶
func (x *UpdateRequest) GetEnv() *Env
func (*UpdateRequest) ProtoMessage ¶
func (*UpdateRequest) ProtoMessage()
func (*UpdateRequest) ProtoReflect ¶
func (x *UpdateRequest) ProtoReflect() protoreflect.Message
func (*UpdateRequest) Reset ¶
func (x *UpdateRequest) Reset()
func (*UpdateRequest) String ¶
func (x *UpdateRequest) String() string
type UpdateResponse ¶
type UpdateResponse struct {
// contains filtered or unexported fields
}
func (*UpdateResponse) Descriptor
deprecated
func (*UpdateResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateResponse.ProtoReflect.Descriptor instead.
func (*UpdateResponse) ProtoMessage ¶
func (*UpdateResponse) ProtoMessage()
func (*UpdateResponse) ProtoReflect ¶
func (x *UpdateResponse) ProtoReflect() protoreflect.Message
func (*UpdateResponse) Reset ¶
func (x *UpdateResponse) Reset()
func (*UpdateResponse) String ¶
func (x *UpdateResponse) String() string