olivetin/service/gen/grpc/olivetin/api/v1/olivetin.pb.go

3006 lines
99 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.6
// protoc (unknown)
// source: olivetin/api/v1/olivetin.proto
package apiv1
import (
_ "google.golang.org/genproto/googleapis/api/annotations"
httpbody "google.golang.org/genproto/googleapis/api/httpbody"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type Action struct {
state protoimpl.MessageState `protogen:"open.v1"`
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
Icon string `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon,omitempty"`
CanExec bool `protobuf:"varint,4,opt,name=can_exec,json=canExec,proto3" json:"can_exec,omitempty"`
Arguments []*ActionArgument `protobuf:"bytes,5,rep,name=arguments,proto3" json:"arguments,omitempty"`
PopupOnStart string `protobuf:"bytes,6,opt,name=popup_on_start,json=popupOnStart,proto3" json:"popup_on_start,omitempty"`
Order int32 `protobuf:"varint,7,opt,name=order,proto3" json:"order,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *Action) Reset() {
*x = Action{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *Action) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Action) ProtoMessage() {}
func (x *Action) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Action.ProtoReflect.Descriptor instead.
func (*Action) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{0}
}
func (x *Action) GetId() string {
if x != nil {
return x.Id
}
return ""
}
func (x *Action) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Action) GetIcon() string {
if x != nil {
return x.Icon
}
return ""
}
func (x *Action) GetCanExec() bool {
if x != nil {
return x.CanExec
}
return false
}
func (x *Action) GetArguments() []*ActionArgument {
if x != nil {
return x.Arguments
}
return nil
}
func (x *Action) GetPopupOnStart() string {
if x != nil {
return x.PopupOnStart
}
return ""
}
func (x *Action) GetOrder() int32 {
if x != nil {
return x.Order
}
return 0
}
type ActionArgument struct {
state protoimpl.MessageState `protogen:"open.v1"`
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
DefaultValue string `protobuf:"bytes,4,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"`
Choices []*ActionArgumentChoice `protobuf:"bytes,5,rep,name=choices,proto3" json:"choices,omitempty"`
Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
Suggestions map[string]string `protobuf:"bytes,7,rep,name=suggestions,proto3" json:"suggestions,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ActionArgument) Reset() {
*x = ActionArgument{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ActionArgument) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ActionArgument) ProtoMessage() {}
func (x *ActionArgument) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ActionArgument.ProtoReflect.Descriptor instead.
func (*ActionArgument) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{1}
}
func (x *ActionArgument) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *ActionArgument) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *ActionArgument) GetType() string {
if x != nil {
return x.Type
}
return ""
}
func (x *ActionArgument) GetDefaultValue() string {
if x != nil {
return x.DefaultValue
}
return ""
}
func (x *ActionArgument) GetChoices() []*ActionArgumentChoice {
if x != nil {
return x.Choices
}
return nil
}
func (x *ActionArgument) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *ActionArgument) GetSuggestions() map[string]string {
if x != nil {
return x.Suggestions
}
return nil
}
type ActionArgumentChoice struct {
state protoimpl.MessageState `protogen:"open.v1"`
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ActionArgumentChoice) Reset() {
*x = ActionArgumentChoice{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ActionArgumentChoice) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ActionArgumentChoice) ProtoMessage() {}
func (x *ActionArgumentChoice) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[2]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ActionArgumentChoice.ProtoReflect.Descriptor instead.
func (*ActionArgumentChoice) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{2}
}
func (x *ActionArgumentChoice) GetValue() string {
if x != nil {
return x.Value
}
return ""
}
func (x *ActionArgumentChoice) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
type Entity struct {
state protoimpl.MessageState `protogen:"open.v1"`
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Icon string `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"`
Actions []*Action `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *Entity) Reset() {
*x = Entity{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *Entity) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Entity) ProtoMessage() {}
func (x *Entity) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[3]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Entity.ProtoReflect.Descriptor instead.
func (*Entity) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{3}
}
func (x *Entity) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *Entity) GetIcon() string {
if x != nil {
return x.Icon
}
return ""
}
func (x *Entity) GetActions() []*Action {
if x != nil {
return x.Actions
}
return nil
}
type GetDashboardComponentsResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Actions []*Action `protobuf:"bytes,2,rep,name=actions,proto3" json:"actions,omitempty"`
Entities []*Entity `protobuf:"bytes,3,rep,name=entities,proto3" json:"entities,omitempty"`
Dashboards []*DashboardComponent `protobuf:"bytes,4,rep,name=dashboards,proto3" json:"dashboards,omitempty"`
AuthenticatedUser string `protobuf:"bytes,5,opt,name=authenticated_user,json=authenticatedUser,proto3" json:"authenticated_user,omitempty"`
AuthenticatedUserProvider string `protobuf:"bytes,6,opt,name=authenticated_user_provider,json=authenticatedUserProvider,proto3" json:"authenticated_user_provider,omitempty"`
EffectivePolicy *EffectivePolicy `protobuf:"bytes,7,opt,name=effective_policy,json=effectivePolicy,proto3" json:"effective_policy,omitempty"`
Diagnostics *Diagnostics `protobuf:"bytes,8,opt,name=diagnostics,proto3" json:"diagnostics,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetDashboardComponentsResponse) Reset() {
*x = GetDashboardComponentsResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetDashboardComponentsResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetDashboardComponentsResponse) ProtoMessage() {}
func (x *GetDashboardComponentsResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[4]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetDashboardComponentsResponse.ProtoReflect.Descriptor instead.
func (*GetDashboardComponentsResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{4}
}
func (x *GetDashboardComponentsResponse) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *GetDashboardComponentsResponse) GetActions() []*Action {
if x != nil {
return x.Actions
}
return nil
}
func (x *GetDashboardComponentsResponse) GetEntities() []*Entity {
if x != nil {
return x.Entities
}
return nil
}
func (x *GetDashboardComponentsResponse) GetDashboards() []*DashboardComponent {
if x != nil {
return x.Dashboards
}
return nil
}
func (x *GetDashboardComponentsResponse) GetAuthenticatedUser() string {
if x != nil {
return x.AuthenticatedUser
}
return ""
}
func (x *GetDashboardComponentsResponse) GetAuthenticatedUserProvider() string {
if x != nil {
return x.AuthenticatedUserProvider
}
return ""
}
func (x *GetDashboardComponentsResponse) GetEffectivePolicy() *EffectivePolicy {
if x != nil {
return x.EffectivePolicy
}
return nil
}
func (x *GetDashboardComponentsResponse) GetDiagnostics() *Diagnostics {
if x != nil {
return x.Diagnostics
}
return nil
}
type Diagnostics struct {
state protoimpl.MessageState `protogen:"open.v1"`
SshFoundKey string `protobuf:"bytes,1,opt,name=SshFoundKey,proto3" json:"SshFoundKey,omitempty"`
SshFoundConfig string `protobuf:"bytes,2,opt,name=SshFoundConfig,proto3" json:"SshFoundConfig,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *Diagnostics) Reset() {
*x = Diagnostics{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *Diagnostics) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Diagnostics) ProtoMessage() {}
func (x *Diagnostics) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[5]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Diagnostics.ProtoReflect.Descriptor instead.
func (*Diagnostics) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{5}
}
func (x *Diagnostics) GetSshFoundKey() string {
if x != nil {
return x.SshFoundKey
}
return ""
}
func (x *Diagnostics) GetSshFoundConfig() string {
if x != nil {
return x.SshFoundConfig
}
return ""
}
type EffectivePolicy struct {
state protoimpl.MessageState `protogen:"open.v1"`
ShowDiagnostics bool `protobuf:"varint,1,opt,name=show_diagnostics,json=showDiagnostics,proto3" json:"show_diagnostics,omitempty"`
ShowLogList bool `protobuf:"varint,2,opt,name=show_log_list,json=showLogList,proto3" json:"show_log_list,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *EffectivePolicy) Reset() {
*x = EffectivePolicy{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *EffectivePolicy) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*EffectivePolicy) ProtoMessage() {}
func (x *EffectivePolicy) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[6]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use EffectivePolicy.ProtoReflect.Descriptor instead.
func (*EffectivePolicy) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{6}
}
func (x *EffectivePolicy) GetShowDiagnostics() bool {
if x != nil {
return x.ShowDiagnostics
}
return false
}
func (x *EffectivePolicy) GetShowLogList() bool {
if x != nil {
return x.ShowLogList
}
return false
}
type GetDashboardComponentsRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetDashboardComponentsRequest) Reset() {
*x = GetDashboardComponentsRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetDashboardComponentsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetDashboardComponentsRequest) ProtoMessage() {}
func (x *GetDashboardComponentsRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[7]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetDashboardComponentsRequest.ProtoReflect.Descriptor instead.
func (*GetDashboardComponentsRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{7}
}
type DashboardComponent struct {
state protoimpl.MessageState `protogen:"open.v1"`
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
Contents []*DashboardComponent `protobuf:"bytes,3,rep,name=contents,proto3" json:"contents,omitempty"`
Icon string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"`
CssClass string `protobuf:"bytes,5,opt,name=css_class,json=cssClass,proto3" json:"css_class,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *DashboardComponent) Reset() {
*x = DashboardComponent{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *DashboardComponent) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DashboardComponent) ProtoMessage() {}
func (x *DashboardComponent) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[8]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DashboardComponent.ProtoReflect.Descriptor instead.
func (*DashboardComponent) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{8}
}
func (x *DashboardComponent) GetTitle() string {
if x != nil {
return x.Title
}
return ""
}
func (x *DashboardComponent) GetType() string {
if x != nil {
return x.Type
}
return ""
}
func (x *DashboardComponent) GetContents() []*DashboardComponent {
if x != nil {
return x.Contents
}
return nil
}
func (x *DashboardComponent) GetIcon() string {
if x != nil {
return x.Icon
}
return ""
}
func (x *DashboardComponent) GetCssClass() string {
if x != nil {
return x.CssClass
}
return ""
}
type StartActionRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ActionId string `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
Arguments []*StartActionArgument `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"`
UniqueTrackingId string `protobuf:"bytes,3,opt,name=unique_tracking_id,json=uniqueTrackingId,proto3" json:"unique_tracking_id,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *StartActionRequest) Reset() {
*x = StartActionRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *StartActionRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*StartActionRequest) ProtoMessage() {}
func (x *StartActionRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[9]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use StartActionRequest.ProtoReflect.Descriptor instead.
func (*StartActionRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{9}
}
func (x *StartActionRequest) GetActionId() string {
if x != nil {
return x.ActionId
}
return ""
}
func (x *StartActionRequest) GetArguments() []*StartActionArgument {
if x != nil {
return x.Arguments
}
return nil
}
func (x *StartActionRequest) GetUniqueTrackingId() string {
if x != nil {
return x.UniqueTrackingId
}
return ""
}
type StartActionArgument struct {
state protoimpl.MessageState `protogen:"open.v1"`
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *StartActionArgument) Reset() {
*x = StartActionArgument{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *StartActionArgument) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*StartActionArgument) ProtoMessage() {}
func (x *StartActionArgument) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[10]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use StartActionArgument.ProtoReflect.Descriptor instead.
func (*StartActionArgument) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{10}
}
func (x *StartActionArgument) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *StartActionArgument) GetValue() string {
if x != nil {
return x.Value
}
return ""
}
type StartActionResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
ExecutionTrackingId string `protobuf:"bytes,2,opt,name=execution_tracking_id,json=executionTrackingId,proto3" json:"execution_tracking_id,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *StartActionResponse) Reset() {
*x = StartActionResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *StartActionResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*StartActionResponse) ProtoMessage() {}
func (x *StartActionResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[11]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use StartActionResponse.ProtoReflect.Descriptor instead.
func (*StartActionResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{11}
}
func (x *StartActionResponse) GetExecutionTrackingId() string {
if x != nil {
return x.ExecutionTrackingId
}
return ""
}
type StartActionAndWaitRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ActionId string `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
Arguments []*StartActionArgument `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *StartActionAndWaitRequest) Reset() {
*x = StartActionAndWaitRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *StartActionAndWaitRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*StartActionAndWaitRequest) ProtoMessage() {}
func (x *StartActionAndWaitRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[12]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use StartActionAndWaitRequest.ProtoReflect.Descriptor instead.
func (*StartActionAndWaitRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{12}
}
func (x *StartActionAndWaitRequest) GetActionId() string {
if x != nil {
return x.ActionId
}
return ""
}
func (x *StartActionAndWaitRequest) GetArguments() []*StartActionArgument {
if x != nil {
return x.Arguments
}
return nil
}
type StartActionAndWaitResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
LogEntry *LogEntry `protobuf:"bytes,1,opt,name=log_entry,json=logEntry,proto3" json:"log_entry,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *StartActionAndWaitResponse) Reset() {
*x = StartActionAndWaitResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *StartActionAndWaitResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*StartActionAndWaitResponse) ProtoMessage() {}
func (x *StartActionAndWaitResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[13]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use StartActionAndWaitResponse.ProtoReflect.Descriptor instead.
func (*StartActionAndWaitResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{13}
}
func (x *StartActionAndWaitResponse) GetLogEntry() *LogEntry {
if x != nil {
return x.LogEntry
}
return nil
}
type StartActionByGetRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ActionId string `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *StartActionByGetRequest) Reset() {
*x = StartActionByGetRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *StartActionByGetRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*StartActionByGetRequest) ProtoMessage() {}
func (x *StartActionByGetRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[14]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use StartActionByGetRequest.ProtoReflect.Descriptor instead.
func (*StartActionByGetRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{14}
}
func (x *StartActionByGetRequest) GetActionId() string {
if x != nil {
return x.ActionId
}
return ""
}
type StartActionByGetResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
ExecutionTrackingId string `protobuf:"bytes,2,opt,name=execution_tracking_id,json=executionTrackingId,proto3" json:"execution_tracking_id,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *StartActionByGetResponse) Reset() {
*x = StartActionByGetResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *StartActionByGetResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*StartActionByGetResponse) ProtoMessage() {}
func (x *StartActionByGetResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[15]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use StartActionByGetResponse.ProtoReflect.Descriptor instead.
func (*StartActionByGetResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{15}
}
func (x *StartActionByGetResponse) GetExecutionTrackingId() string {
if x != nil {
return x.ExecutionTrackingId
}
return ""
}
type StartActionByGetAndWaitRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ActionId string `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *StartActionByGetAndWaitRequest) Reset() {
*x = StartActionByGetAndWaitRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *StartActionByGetAndWaitRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*StartActionByGetAndWaitRequest) ProtoMessage() {}
func (x *StartActionByGetAndWaitRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[16]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use StartActionByGetAndWaitRequest.ProtoReflect.Descriptor instead.
func (*StartActionByGetAndWaitRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{16}
}
func (x *StartActionByGetAndWaitRequest) GetActionId() string {
if x != nil {
return x.ActionId
}
return ""
}
type StartActionByGetAndWaitResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
LogEntry *LogEntry `protobuf:"bytes,1,opt,name=log_entry,json=logEntry,proto3" json:"log_entry,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *StartActionByGetAndWaitResponse) Reset() {
*x = StartActionByGetAndWaitResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *StartActionByGetAndWaitResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*StartActionByGetAndWaitResponse) ProtoMessage() {}
func (x *StartActionByGetAndWaitResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[17]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use StartActionByGetAndWaitResponse.ProtoReflect.Descriptor instead.
func (*StartActionByGetAndWaitResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{17}
}
func (x *StartActionByGetAndWaitResponse) GetLogEntry() *LogEntry {
if x != nil {
return x.LogEntry
}
return nil
}
type GetLogsRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
StartOffset int64 `protobuf:"varint,1,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetLogsRequest) Reset() {
*x = GetLogsRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetLogsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetLogsRequest) ProtoMessage() {}
func (x *GetLogsRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[18]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetLogsRequest.ProtoReflect.Descriptor instead.
func (*GetLogsRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{18}
}
func (x *GetLogsRequest) GetStartOffset() int64 {
if x != nil {
return x.StartOffset
}
return 0
}
type LogEntry struct {
state protoimpl.MessageState `protogen:"open.v1"`
DatetimeStarted string `protobuf:"bytes,1,opt,name=datetime_started,json=datetimeStarted,proto3" json:"datetime_started,omitempty"`
ActionTitle string `protobuf:"bytes,2,opt,name=action_title,json=actionTitle,proto3" json:"action_title,omitempty"`
Output string `protobuf:"bytes,3,opt,name=output,proto3" json:"output,omitempty"`
TimedOut bool `protobuf:"varint,5,opt,name=timed_out,json=timedOut,proto3" json:"timed_out,omitempty"`
ExitCode int32 `protobuf:"varint,6,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
User string `protobuf:"bytes,7,opt,name=user,proto3" json:"user,omitempty"`
UserClass string `protobuf:"bytes,8,opt,name=user_class,json=userClass,proto3" json:"user_class,omitempty"`
ActionIcon string `protobuf:"bytes,9,opt,name=action_icon,json=actionIcon,proto3" json:"action_icon,omitempty"`
Tags []string `protobuf:"bytes,10,rep,name=tags,proto3" json:"tags,omitempty"`
ExecutionTrackingId string `protobuf:"bytes,11,opt,name=execution_tracking_id,json=executionTrackingId,proto3" json:"execution_tracking_id,omitempty"`
DatetimeFinished string `protobuf:"bytes,12,opt,name=datetime_finished,json=datetimeFinished,proto3" json:"datetime_finished,omitempty"`
ActionId string `protobuf:"bytes,13,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
ExecutionStarted bool `protobuf:"varint,14,opt,name=execution_started,json=executionStarted,proto3" json:"execution_started,omitempty"`
ExecutionFinished bool `protobuf:"varint,15,opt,name=execution_finished,json=executionFinished,proto3" json:"execution_finished,omitempty"`
Blocked bool `protobuf:"varint,16,opt,name=blocked,proto3" json:"blocked,omitempty"`
DatetimeIndex int64 `protobuf:"varint,17,opt,name=datetime_index,json=datetimeIndex,proto3" json:"datetime_index,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *LogEntry) Reset() {
*x = LogEntry{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *LogEntry) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogEntry) ProtoMessage() {}
func (x *LogEntry) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[19]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogEntry.ProtoReflect.Descriptor instead.
func (*LogEntry) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{19}
}
func (x *LogEntry) GetDatetimeStarted() string {
if x != nil {
return x.DatetimeStarted
}
return ""
}
func (x *LogEntry) GetActionTitle() string {
if x != nil {
return x.ActionTitle
}
return ""
}
func (x *LogEntry) GetOutput() string {
if x != nil {
return x.Output
}
return ""
}
func (x *LogEntry) GetTimedOut() bool {
if x != nil {
return x.TimedOut
}
return false
}
func (x *LogEntry) GetExitCode() int32 {
if x != nil {
return x.ExitCode
}
return 0
}
func (x *LogEntry) GetUser() string {
if x != nil {
return x.User
}
return ""
}
func (x *LogEntry) GetUserClass() string {
if x != nil {
return x.UserClass
}
return ""
}
func (x *LogEntry) GetActionIcon() string {
if x != nil {
return x.ActionIcon
}
return ""
}
func (x *LogEntry) GetTags() []string {
if x != nil {
return x.Tags
}
return nil
}
func (x *LogEntry) GetExecutionTrackingId() string {
if x != nil {
return x.ExecutionTrackingId
}
return ""
}
func (x *LogEntry) GetDatetimeFinished() string {
if x != nil {
return x.DatetimeFinished
}
return ""
}
func (x *LogEntry) GetActionId() string {
if x != nil {
return x.ActionId
}
return ""
}
func (x *LogEntry) GetExecutionStarted() bool {
if x != nil {
return x.ExecutionStarted
}
return false
}
func (x *LogEntry) GetExecutionFinished() bool {
if x != nil {
return x.ExecutionFinished
}
return false
}
func (x *LogEntry) GetBlocked() bool {
if x != nil {
return x.Blocked
}
return false
}
func (x *LogEntry) GetDatetimeIndex() int64 {
if x != nil {
return x.DatetimeIndex
}
return 0
}
type GetLogsResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Logs []*LogEntry `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"`
CountRemaining int64 `protobuf:"varint,2,opt,name=count_remaining,json=countRemaining,proto3" json:"count_remaining,omitempty"`
PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetLogsResponse) Reset() {
*x = GetLogsResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetLogsResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetLogsResponse) ProtoMessage() {}
func (x *GetLogsResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[20]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetLogsResponse.ProtoReflect.Descriptor instead.
func (*GetLogsResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{20}
}
func (x *GetLogsResponse) GetLogs() []*LogEntry {
if x != nil {
return x.Logs
}
return nil
}
func (x *GetLogsResponse) GetCountRemaining() int64 {
if x != nil {
return x.CountRemaining
}
return 0
}
func (x *GetLogsResponse) GetPageSize() int64 {
if x != nil {
return x.PageSize
}
return 0
}
type ValidateArgumentTypeRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ValidateArgumentTypeRequest) Reset() {
*x = ValidateArgumentTypeRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ValidateArgumentTypeRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValidateArgumentTypeRequest) ProtoMessage() {}
func (x *ValidateArgumentTypeRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[21]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValidateArgumentTypeRequest.ProtoReflect.Descriptor instead.
func (*ValidateArgumentTypeRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{21}
}
func (x *ValidateArgumentTypeRequest) GetValue() string {
if x != nil {
return x.Value
}
return ""
}
func (x *ValidateArgumentTypeRequest) GetType() string {
if x != nil {
return x.Type
}
return ""
}
type ValidateArgumentTypeResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ValidateArgumentTypeResponse) Reset() {
*x = ValidateArgumentTypeResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ValidateArgumentTypeResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ValidateArgumentTypeResponse) ProtoMessage() {}
func (x *ValidateArgumentTypeResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[22]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ValidateArgumentTypeResponse.ProtoReflect.Descriptor instead.
func (*ValidateArgumentTypeResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{22}
}
func (x *ValidateArgumentTypeResponse) GetValid() bool {
if x != nil {
return x.Valid
}
return false
}
func (x *ValidateArgumentTypeResponse) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
type WatchExecutionRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ExecutionTrackingId string `protobuf:"bytes,1,opt,name=execution_tracking_id,json=executionTrackingId,proto3" json:"execution_tracking_id,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *WatchExecutionRequest) Reset() {
*x = WatchExecutionRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *WatchExecutionRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WatchExecutionRequest) ProtoMessage() {}
func (x *WatchExecutionRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[23]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use WatchExecutionRequest.ProtoReflect.Descriptor instead.
func (*WatchExecutionRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{23}
}
func (x *WatchExecutionRequest) GetExecutionTrackingId() string {
if x != nil {
return x.ExecutionTrackingId
}
return ""
}
type WatchExecutionUpdate struct {
state protoimpl.MessageState `protogen:"open.v1"`
Update string `protobuf:"bytes,1,opt,name=update,proto3" json:"update,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *WatchExecutionUpdate) Reset() {
*x = WatchExecutionUpdate{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *WatchExecutionUpdate) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WatchExecutionUpdate) ProtoMessage() {}
func (x *WatchExecutionUpdate) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[24]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use WatchExecutionUpdate.ProtoReflect.Descriptor instead.
func (*WatchExecutionUpdate) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{24}
}
func (x *WatchExecutionUpdate) GetUpdate() string {
if x != nil {
return x.Update
}
return ""
}
type ExecutionStatusRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ExecutionTrackingId string `protobuf:"bytes,1,opt,name=execution_tracking_id,json=executionTrackingId,proto3" json:"execution_tracking_id,omitempty"`
ActionId string `protobuf:"bytes,2,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ExecutionStatusRequest) Reset() {
*x = ExecutionStatusRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[25]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ExecutionStatusRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ExecutionStatusRequest) ProtoMessage() {}
func (x *ExecutionStatusRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[25]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ExecutionStatusRequest.ProtoReflect.Descriptor instead.
func (*ExecutionStatusRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{25}
}
func (x *ExecutionStatusRequest) GetExecutionTrackingId() string {
if x != nil {
return x.ExecutionTrackingId
}
return ""
}
func (x *ExecutionStatusRequest) GetActionId() string {
if x != nil {
return x.ActionId
}
return ""
}
type ExecutionStatusResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
LogEntry *LogEntry `protobuf:"bytes,1,opt,name=log_entry,json=logEntry,proto3" json:"log_entry,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ExecutionStatusResponse) Reset() {
*x = ExecutionStatusResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[26]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ExecutionStatusResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ExecutionStatusResponse) ProtoMessage() {}
func (x *ExecutionStatusResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[26]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ExecutionStatusResponse.ProtoReflect.Descriptor instead.
func (*ExecutionStatusResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{26}
}
func (x *ExecutionStatusResponse) GetLogEntry() *LogEntry {
if x != nil {
return x.LogEntry
}
return nil
}
type WhoAmIRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *WhoAmIRequest) Reset() {
*x = WhoAmIRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[27]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *WhoAmIRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WhoAmIRequest) ProtoMessage() {}
func (x *WhoAmIRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[27]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use WhoAmIRequest.ProtoReflect.Descriptor instead.
func (*WhoAmIRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{27}
}
type WhoAmIResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
AuthenticatedUser string `protobuf:"bytes,1,opt,name=authenticated_user,json=authenticatedUser,proto3" json:"authenticated_user,omitempty"`
Usergroup string `protobuf:"bytes,2,opt,name=usergroup,proto3" json:"usergroup,omitempty"`
Provider string `protobuf:"bytes,3,opt,name=provider,proto3" json:"provider,omitempty"`
Acls []string `protobuf:"bytes,4,rep,name=acls,proto3" json:"acls,omitempty"`
Sid string `protobuf:"bytes,5,opt,name=sid,proto3" json:"sid,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *WhoAmIResponse) Reset() {
*x = WhoAmIResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[28]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *WhoAmIResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WhoAmIResponse) ProtoMessage() {}
func (x *WhoAmIResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[28]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use WhoAmIResponse.ProtoReflect.Descriptor instead.
func (*WhoAmIResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{28}
}
func (x *WhoAmIResponse) GetAuthenticatedUser() string {
if x != nil {
return x.AuthenticatedUser
}
return ""
}
func (x *WhoAmIResponse) GetUsergroup() string {
if x != nil {
return x.Usergroup
}
return ""
}
func (x *WhoAmIResponse) GetProvider() string {
if x != nil {
return x.Provider
}
return ""
}
func (x *WhoAmIResponse) GetAcls() []string {
if x != nil {
return x.Acls
}
return nil
}
func (x *WhoAmIResponse) GetSid() string {
if x != nil {
return x.Sid
}
return ""
}
type SosReportRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *SosReportRequest) Reset() {
*x = SosReportRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[29]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SosReportRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SosReportRequest) ProtoMessage() {}
func (x *SosReportRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[29]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SosReportRequest.ProtoReflect.Descriptor instead.
func (*SosReportRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{29}
}
type SosReportResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Alert string `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *SosReportResponse) Reset() {
*x = SosReportResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[30]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SosReportResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SosReportResponse) ProtoMessage() {}
func (x *SosReportResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[30]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SosReportResponse.ProtoReflect.Descriptor instead.
func (*SosReportResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{30}
}
func (x *SosReportResponse) GetAlert() string {
if x != nil {
return x.Alert
}
return ""
}
type DumpVarsRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *DumpVarsRequest) Reset() {
*x = DumpVarsRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[31]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *DumpVarsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DumpVarsRequest) ProtoMessage() {}
func (x *DumpVarsRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[31]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DumpVarsRequest.ProtoReflect.Descriptor instead.
func (*DumpVarsRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{31}
}
type DumpVarsResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Alert string `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"`
Contents map[string]string `protobuf:"bytes,2,rep,name=contents,proto3" json:"contents,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *DumpVarsResponse) Reset() {
*x = DumpVarsResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[32]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *DumpVarsResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DumpVarsResponse) ProtoMessage() {}
func (x *DumpVarsResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[32]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DumpVarsResponse.ProtoReflect.Descriptor instead.
func (*DumpVarsResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{32}
}
func (x *DumpVarsResponse) GetAlert() string {
if x != nil {
return x.Alert
}
return ""
}
func (x *DumpVarsResponse) GetContents() map[string]string {
if x != nil {
return x.Contents
}
return nil
}
type ActionEntityPair struct {
state protoimpl.MessageState `protogen:"open.v1"`
ActionTitle string `protobuf:"bytes,1,opt,name=action_title,json=actionTitle,proto3" json:"action_title,omitempty"`
EntityPrefix string `protobuf:"bytes,2,opt,name=entity_prefix,json=entityPrefix,proto3" json:"entity_prefix,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ActionEntityPair) Reset() {
*x = ActionEntityPair{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[33]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ActionEntityPair) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ActionEntityPair) ProtoMessage() {}
func (x *ActionEntityPair) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[33]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ActionEntityPair.ProtoReflect.Descriptor instead.
func (*ActionEntityPair) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{33}
}
func (x *ActionEntityPair) GetActionTitle() string {
if x != nil {
return x.ActionTitle
}
return ""
}
func (x *ActionEntityPair) GetEntityPrefix() string {
if x != nil {
return x.EntityPrefix
}
return ""
}
type DumpPublicIdActionMapRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *DumpPublicIdActionMapRequest) Reset() {
*x = DumpPublicIdActionMapRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[34]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *DumpPublicIdActionMapRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DumpPublicIdActionMapRequest) ProtoMessage() {}
func (x *DumpPublicIdActionMapRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[34]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DumpPublicIdActionMapRequest.ProtoReflect.Descriptor instead.
func (*DumpPublicIdActionMapRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{34}
}
type DumpPublicIdActionMapResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Alert string `protobuf:"bytes,1,opt,name=alert,proto3" json:"alert,omitempty"`
Contents map[string]*ActionEntityPair `protobuf:"bytes,2,rep,name=contents,proto3" json:"contents,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *DumpPublicIdActionMapResponse) Reset() {
*x = DumpPublicIdActionMapResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[35]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *DumpPublicIdActionMapResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DumpPublicIdActionMapResponse) ProtoMessage() {}
func (x *DumpPublicIdActionMapResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[35]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DumpPublicIdActionMapResponse.ProtoReflect.Descriptor instead.
func (*DumpPublicIdActionMapResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{35}
}
func (x *DumpPublicIdActionMapResponse) GetAlert() string {
if x != nil {
return x.Alert
}
return ""
}
func (x *DumpPublicIdActionMapResponse) GetContents() map[string]*ActionEntityPair {
if x != nil {
return x.Contents
}
return nil
}
type GetReadyzRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetReadyzRequest) Reset() {
*x = GetReadyzRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[36]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetReadyzRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetReadyzRequest) ProtoMessage() {}
func (x *GetReadyzRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[36]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetReadyzRequest.ProtoReflect.Descriptor instead.
func (*GetReadyzRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{36}
}
type GetReadyzResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetReadyzResponse) Reset() {
*x = GetReadyzResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[37]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetReadyzResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetReadyzResponse) ProtoMessage() {}
func (x *GetReadyzResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[37]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetReadyzResponse.ProtoReflect.Descriptor instead.
func (*GetReadyzResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{37}
}
func (x *GetReadyzResponse) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}
type EventOutputChunk struct {
state protoimpl.MessageState `protogen:"open.v1"`
ExecutionTrackingId string `protobuf:"bytes,1,opt,name=execution_tracking_id,json=executionTrackingId,proto3" json:"execution_tracking_id,omitempty"`
Output string `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *EventOutputChunk) Reset() {
*x = EventOutputChunk{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[38]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *EventOutputChunk) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*EventOutputChunk) ProtoMessage() {}
func (x *EventOutputChunk) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[38]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use EventOutputChunk.ProtoReflect.Descriptor instead.
func (*EventOutputChunk) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{38}
}
func (x *EventOutputChunk) GetExecutionTrackingId() string {
if x != nil {
return x.ExecutionTrackingId
}
return ""
}
func (x *EventOutputChunk) GetOutput() string {
if x != nil {
return x.Output
}
return ""
}
type EventEntityChanged struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *EventEntityChanged) Reset() {
*x = EventEntityChanged{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[39]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *EventEntityChanged) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*EventEntityChanged) ProtoMessage() {}
func (x *EventEntityChanged) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[39]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use EventEntityChanged.ProtoReflect.Descriptor instead.
func (*EventEntityChanged) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{39}
}
type EventConfigChanged struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *EventConfigChanged) Reset() {
*x = EventConfigChanged{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[40]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *EventConfigChanged) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*EventConfigChanged) ProtoMessage() {}
func (x *EventConfigChanged) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[40]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use EventConfigChanged.ProtoReflect.Descriptor instead.
func (*EventConfigChanged) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{40}
}
type EventExecutionFinished struct {
state protoimpl.MessageState `protogen:"open.v1"`
LogEntry *LogEntry `protobuf:"bytes,1,opt,name=log_entry,json=logEntry,proto3" json:"log_entry,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *EventExecutionFinished) Reset() {
*x = EventExecutionFinished{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[41]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *EventExecutionFinished) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*EventExecutionFinished) ProtoMessage() {}
func (x *EventExecutionFinished) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[41]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use EventExecutionFinished.ProtoReflect.Descriptor instead.
func (*EventExecutionFinished) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{41}
}
func (x *EventExecutionFinished) GetLogEntry() *LogEntry {
if x != nil {
return x.LogEntry
}
return nil
}
type EventExecutionStarted struct {
state protoimpl.MessageState `protogen:"open.v1"`
LogEntry *LogEntry `protobuf:"bytes,1,opt,name=log_entry,json=logEntry,proto3" json:"log_entry,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *EventExecutionStarted) Reset() {
*x = EventExecutionStarted{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[42]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *EventExecutionStarted) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*EventExecutionStarted) ProtoMessage() {}
func (x *EventExecutionStarted) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[42]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use EventExecutionStarted.ProtoReflect.Descriptor instead.
func (*EventExecutionStarted) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{42}
}
func (x *EventExecutionStarted) GetLogEntry() *LogEntry {
if x != nil {
return x.LogEntry
}
return nil
}
type KillActionRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ExecutionTrackingId string `protobuf:"bytes,1,opt,name=execution_tracking_id,json=executionTrackingId,proto3" json:"execution_tracking_id,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *KillActionRequest) Reset() {
*x = KillActionRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[43]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *KillActionRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*KillActionRequest) ProtoMessage() {}
func (x *KillActionRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[43]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use KillActionRequest.ProtoReflect.Descriptor instead.
func (*KillActionRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{43}
}
func (x *KillActionRequest) GetExecutionTrackingId() string {
if x != nil {
return x.ExecutionTrackingId
}
return ""
}
type KillActionResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
ExecutionTrackingId string `protobuf:"bytes,1,opt,name=execution_tracking_id,json=executionTrackingId,proto3" json:"execution_tracking_id,omitempty"`
Killed bool `protobuf:"varint,2,opt,name=killed,proto3" json:"killed,omitempty"`
AlreadyCompleted bool `protobuf:"varint,3,opt,name=already_completed,json=alreadyCompleted,proto3" json:"already_completed,omitempty"`
Found bool `protobuf:"varint,4,opt,name=found,proto3" json:"found,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *KillActionResponse) Reset() {
*x = KillActionResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[44]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *KillActionResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*KillActionResponse) ProtoMessage() {}
func (x *KillActionResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[44]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use KillActionResponse.ProtoReflect.Descriptor instead.
func (*KillActionResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{44}
}
func (x *KillActionResponse) GetExecutionTrackingId() string {
if x != nil {
return x.ExecutionTrackingId
}
return ""
}
func (x *KillActionResponse) GetKilled() bool {
if x != nil {
return x.Killed
}
return false
}
func (x *KillActionResponse) GetAlreadyCompleted() bool {
if x != nil {
return x.AlreadyCompleted
}
return false
}
func (x *KillActionResponse) GetFound() bool {
if x != nil {
return x.Found
}
return false
}
type LocalUserLoginRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *LocalUserLoginRequest) Reset() {
*x = LocalUserLoginRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[45]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *LocalUserLoginRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LocalUserLoginRequest) ProtoMessage() {}
func (x *LocalUserLoginRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[45]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LocalUserLoginRequest.ProtoReflect.Descriptor instead.
func (*LocalUserLoginRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{45}
}
func (x *LocalUserLoginRequest) GetUsername() string {
if x != nil {
return x.Username
}
return ""
}
func (x *LocalUserLoginRequest) GetPassword() string {
if x != nil {
return x.Password
}
return ""
}
type LocalUserLoginResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *LocalUserLoginResponse) Reset() {
*x = LocalUserLoginResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[46]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *LocalUserLoginResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LocalUserLoginResponse) ProtoMessage() {}
func (x *LocalUserLoginResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[46]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LocalUserLoginResponse.ProtoReflect.Descriptor instead.
func (*LocalUserLoginResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{46}
}
func (x *LocalUserLoginResponse) GetSuccess() bool {
if x != nil {
return x.Success
}
return false
}
type PasswordHashRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *PasswordHashRequest) Reset() {
*x = PasswordHashRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[47]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *PasswordHashRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PasswordHashRequest) ProtoMessage() {}
func (x *PasswordHashRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[47]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PasswordHashRequest.ProtoReflect.Descriptor instead.
func (*PasswordHashRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{47}
}
func (x *PasswordHashRequest) GetPassword() string {
if x != nil {
return x.Password
}
return ""
}
type PasswordHashResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *PasswordHashResponse) Reset() {
*x = PasswordHashResponse{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[48]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *PasswordHashResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PasswordHashResponse) ProtoMessage() {}
func (x *PasswordHashResponse) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[48]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PasswordHashResponse.ProtoReflect.Descriptor instead.
func (*PasswordHashResponse) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{48}
}
type LogoutRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *LogoutRequest) Reset() {
*x = LogoutRequest{}
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[49]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *LogoutRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LogoutRequest) ProtoMessage() {}
func (x *LogoutRequest) ProtoReflect() protoreflect.Message {
mi := &file_olivetin_api_v1_olivetin_proto_msgTypes[49]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use LogoutRequest.ProtoReflect.Descriptor instead.
func (*LogoutRequest) Descriptor() ([]byte, []int) {
return file_olivetin_api_v1_olivetin_proto_rawDescGZIP(), []int{49}
}
var File_olivetin_api_v1_olivetin_proto protoreflect.FileDescriptor
const file_olivetin_api_v1_olivetin_proto_rawDesc = "" +
"\n" +
"\x1eolivetin/api/v1/olivetin.proto\x12\x0folivetin.api.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x19google/api/httpbody.proto\"\xd8\x01\n" +
"\x06Action\x12\x0e\n" +
"\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n" +
"\x05title\x18\x02 \x01(\tR\x05title\x12\x12\n" +
"\x04icon\x18\x03 \x01(\tR\x04icon\x12\x19\n" +
"\bcan_exec\x18\x04 \x01(\bR\acanExec\x12=\n" +
"\targuments\x18\x05 \x03(\v2\x1f.olivetin.api.v1.ActionArgumentR\targuments\x12$\n" +
"\x0epopup_on_start\x18\x06 \x01(\tR\fpopupOnStart\x12\x14\n" +
"\x05order\x18\a \x01(\x05R\x05order\"\xea\x02\n" +
"\x0eActionArgument\x12\x12\n" +
"\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n" +
"\x05title\x18\x02 \x01(\tR\x05title\x12\x12\n" +
"\x04type\x18\x03 \x01(\tR\x04type\x12#\n" +
"\rdefault_value\x18\x04 \x01(\tR\fdefaultValue\x12?\n" +
"\achoices\x18\x05 \x03(\v2%.olivetin.api.v1.ActionArgumentChoiceR\achoices\x12 \n" +
"\vdescription\x18\x06 \x01(\tR\vdescription\x12R\n" +
"\vsuggestions\x18\a \x03(\v20.olivetin.api.v1.ActionArgument.SuggestionsEntryR\vsuggestions\x1a>\n" +
"\x10SuggestionsEntry\x12\x10\n" +
"\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
"\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"B\n" +
"\x14ActionArgumentChoice\x12\x14\n" +
"\x05value\x18\x01 \x01(\tR\x05value\x12\x14\n" +
"\x05title\x18\x02 \x01(\tR\x05title\"e\n" +
"\x06Entity\x12\x14\n" +
"\x05title\x18\x01 \x01(\tR\x05title\x12\x12\n" +
"\x04icon\x18\x02 \x01(\tR\x04icon\x121\n" +
"\aactions\x18\x03 \x03(\v2\x17.olivetin.api.v1.ActionR\aactions\"\xdf\x03\n" +
"\x1eGetDashboardComponentsResponse\x12\x14\n" +
"\x05title\x18\x01 \x01(\tR\x05title\x121\n" +
"\aactions\x18\x02 \x03(\v2\x17.olivetin.api.v1.ActionR\aactions\x123\n" +
"\bentities\x18\x03 \x03(\v2\x17.olivetin.api.v1.EntityR\bentities\x12C\n" +
"\n" +
"dashboards\x18\x04 \x03(\v2#.olivetin.api.v1.DashboardComponentR\n" +
"dashboards\x12-\n" +
"\x12authenticated_user\x18\x05 \x01(\tR\x11authenticatedUser\x12>\n" +
"\x1bauthenticated_user_provider\x18\x06 \x01(\tR\x19authenticatedUserProvider\x12K\n" +
"\x10effective_policy\x18\a \x01(\v2 .olivetin.api.v1.EffectivePolicyR\x0feffectivePolicy\x12>\n" +
"\vdiagnostics\x18\b \x01(\v2\x1c.olivetin.api.v1.DiagnosticsR\vdiagnostics\"W\n" +
"\vDiagnostics\x12 \n" +
"\vSshFoundKey\x18\x01 \x01(\tR\vSshFoundKey\x12&\n" +
"\x0eSshFoundConfig\x18\x02 \x01(\tR\x0eSshFoundConfig\"`\n" +
"\x0fEffectivePolicy\x12)\n" +
"\x10show_diagnostics\x18\x01 \x01(\bR\x0fshowDiagnostics\x12\"\n" +
"\rshow_log_list\x18\x02 \x01(\bR\vshowLogList\"\x1f\n" +
"\x1dGetDashboardComponentsRequest\"\xb0\x01\n" +
"\x12DashboardComponent\x12\x14\n" +
"\x05title\x18\x01 \x01(\tR\x05title\x12\x12\n" +
"\x04type\x18\x02 \x01(\tR\x04type\x12?\n" +
"\bcontents\x18\x03 \x03(\v2#.olivetin.api.v1.DashboardComponentR\bcontents\x12\x12\n" +
"\x04icon\x18\x04 \x01(\tR\x04icon\x12\x1b\n" +
"\tcss_class\x18\x05 \x01(\tR\bcssClass\"\xa3\x01\n" +
"\x12StartActionRequest\x12\x1b\n" +
"\taction_id\x18\x01 \x01(\tR\bactionId\x12B\n" +
"\targuments\x18\x02 \x03(\v2$.olivetin.api.v1.StartActionArgumentR\targuments\x12,\n" +
"\x12unique_tracking_id\x18\x03 \x01(\tR\x10uniqueTrackingId\"?\n" +
"\x13StartActionArgument\x12\x12\n" +
"\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n" +
"\x05value\x18\x02 \x01(\tR\x05value\"I\n" +
"\x13StartActionResponse\x122\n" +
"\x15execution_tracking_id\x18\x02 \x01(\tR\x13executionTrackingId\"|\n" +
"\x19StartActionAndWaitRequest\x12\x1b\n" +
"\taction_id\x18\x01 \x01(\tR\bactionId\x12B\n" +
"\targuments\x18\x02 \x03(\v2$.olivetin.api.v1.StartActionArgumentR\targuments\"T\n" +
"\x1aStartActionAndWaitResponse\x126\n" +
"\tlog_entry\x18\x01 \x01(\v2\x19.olivetin.api.v1.LogEntryR\blogEntry\"6\n" +
"\x17StartActionByGetRequest\x12\x1b\n" +
"\taction_id\x18\x01 \x01(\tR\bactionId\"N\n" +
"\x18StartActionByGetResponse\x122\n" +
"\x15execution_tracking_id\x18\x02 \x01(\tR\x13executionTrackingId\"=\n" +
"\x1eStartActionByGetAndWaitRequest\x12\x1b\n" +
"\taction_id\x18\x01 \x01(\tR\bactionId\"Y\n" +
"\x1fStartActionByGetAndWaitResponse\x126\n" +
"\tlog_entry\x18\x01 \x01(\v2\x19.olivetin.api.v1.LogEntryR\blogEntry\"3\n" +
"\x0eGetLogsRequest\x12!\n" +
"\fstart_offset\x18\x01 \x01(\x03R\vstartOffset\"\xad\x04\n" +
"\bLogEntry\x12)\n" +
"\x10datetime_started\x18\x01 \x01(\tR\x0fdatetimeStarted\x12!\n" +
"\faction_title\x18\x02 \x01(\tR\vactionTitle\x12\x16\n" +
"\x06output\x18\x03 \x01(\tR\x06output\x12\x1b\n" +
"\ttimed_out\x18\x05 \x01(\bR\btimedOut\x12\x1b\n" +
"\texit_code\x18\x06 \x01(\x05R\bexitCode\x12\x12\n" +
"\x04user\x18\a \x01(\tR\x04user\x12\x1d\n" +
"\n" +
"user_class\x18\b \x01(\tR\tuserClass\x12\x1f\n" +
"\vaction_icon\x18\t \x01(\tR\n" +
"actionIcon\x12\x12\n" +
"\x04tags\x18\n" +
" \x03(\tR\x04tags\x122\n" +
"\x15execution_tracking_id\x18\v \x01(\tR\x13executionTrackingId\x12+\n" +
"\x11datetime_finished\x18\f \x01(\tR\x10datetimeFinished\x12\x1b\n" +
"\taction_id\x18\r \x01(\tR\bactionId\x12+\n" +
"\x11execution_started\x18\x0e \x01(\bR\x10executionStarted\x12-\n" +
"\x12execution_finished\x18\x0f \x01(\bR\x11executionFinished\x12\x18\n" +
"\ablocked\x18\x10 \x01(\bR\ablocked\x12%\n" +
"\x0edatetime_index\x18\x11 \x01(\x03R\rdatetimeIndex\"\x86\x01\n" +
"\x0fGetLogsResponse\x12-\n" +
"\x04logs\x18\x01 \x03(\v2\x19.olivetin.api.v1.LogEntryR\x04logs\x12'\n" +
"\x0fcount_remaining\x18\x02 \x01(\x03R\x0ecountRemaining\x12\x1b\n" +
"\tpage_size\x18\x03 \x01(\x03R\bpageSize\"G\n" +
"\x1bValidateArgumentTypeRequest\x12\x14\n" +
"\x05value\x18\x01 \x01(\tR\x05value\x12\x12\n" +
"\x04type\x18\x02 \x01(\tR\x04type\"V\n" +
"\x1cValidateArgumentTypeResponse\x12\x14\n" +
"\x05valid\x18\x01 \x01(\bR\x05valid\x12 \n" +
"\vdescription\x18\x02 \x01(\tR\vdescription\"K\n" +
"\x15WatchExecutionRequest\x122\n" +
"\x15execution_tracking_id\x18\x01 \x01(\tR\x13executionTrackingId\".\n" +
"\x14WatchExecutionUpdate\x12\x16\n" +
"\x06update\x18\x01 \x01(\tR\x06update\"i\n" +
"\x16ExecutionStatusRequest\x122\n" +
"\x15execution_tracking_id\x18\x01 \x01(\tR\x13executionTrackingId\x12\x1b\n" +
"\taction_id\x18\x02 \x01(\tR\bactionId\"Q\n" +
"\x17ExecutionStatusResponse\x126\n" +
"\tlog_entry\x18\x01 \x01(\v2\x19.olivetin.api.v1.LogEntryR\blogEntry\"\x0f\n" +
"\rWhoAmIRequest\"\x9f\x01\n" +
"\x0eWhoAmIResponse\x12-\n" +
"\x12authenticated_user\x18\x01 \x01(\tR\x11authenticatedUser\x12\x1c\n" +
"\tusergroup\x18\x02 \x01(\tR\tusergroup\x12\x1a\n" +
"\bprovider\x18\x03 \x01(\tR\bprovider\x12\x12\n" +
"\x04acls\x18\x04 \x03(\tR\x04acls\x12\x10\n" +
"\x03sid\x18\x05 \x01(\tR\x03sid\"\x12\n" +
"\x10SosReportRequest\")\n" +
"\x11SosReportResponse\x12\x14\n" +
"\x05alert\x18\x01 \x01(\tR\x05alert\"\x11\n" +
"\x0fDumpVarsRequest\"\xb2\x01\n" +
"\x10DumpVarsResponse\x12\x14\n" +
"\x05alert\x18\x01 \x01(\tR\x05alert\x12K\n" +
"\bcontents\x18\x02 \x03(\v2/.olivetin.api.v1.DumpVarsResponse.ContentsEntryR\bcontents\x1a;\n" +
"\rContentsEntry\x12\x10\n" +
"\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
"\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"Z\n" +
"\x10ActionEntityPair\x12!\n" +
"\faction_title\x18\x01 \x01(\tR\vactionTitle\x12#\n" +
"\rentity_prefix\x18\x02 \x01(\tR\fentityPrefix\"\x1e\n" +
"\x1cDumpPublicIdActionMapRequest\"\xef\x01\n" +
"\x1dDumpPublicIdActionMapResponse\x12\x14\n" +
"\x05alert\x18\x01 \x01(\tR\x05alert\x12X\n" +
"\bcontents\x18\x02 \x03(\v2<.olivetin.api.v1.DumpPublicIdActionMapResponse.ContentsEntryR\bcontents\x1a^\n" +
"\rContentsEntry\x12\x10\n" +
"\x03key\x18\x01 \x01(\tR\x03key\x127\n" +
"\x05value\x18\x02 \x01(\v2!.olivetin.api.v1.ActionEntityPairR\x05value:\x028\x01\"\x12\n" +
"\x10GetReadyzRequest\"+\n" +
"\x11GetReadyzResponse\x12\x16\n" +
"\x06status\x18\x01 \x01(\tR\x06status\"^\n" +
"\x10EventOutputChunk\x122\n" +
"\x15execution_tracking_id\x18\x01 \x01(\tR\x13executionTrackingId\x12\x16\n" +
"\x06output\x18\x02 \x01(\tR\x06output\"\x14\n" +
"\x12EventEntityChanged\"\x14\n" +
"\x12EventConfigChanged\"P\n" +
"\x16EventExecutionFinished\x126\n" +
"\tlog_entry\x18\x01 \x01(\v2\x19.olivetin.api.v1.LogEntryR\blogEntry\"O\n" +
"\x15EventExecutionStarted\x126\n" +
"\tlog_entry\x18\x01 \x01(\v2\x19.olivetin.api.v1.LogEntryR\blogEntry\"G\n" +
"\x11KillActionRequest\x122\n" +
"\x15execution_tracking_id\x18\x01 \x01(\tR\x13executionTrackingId\"\xa3\x01\n" +
"\x12KillActionResponse\x122\n" +
"\x15execution_tracking_id\x18\x01 \x01(\tR\x13executionTrackingId\x12\x16\n" +
"\x06killed\x18\x02 \x01(\bR\x06killed\x12+\n" +
"\x11already_completed\x18\x03 \x01(\bR\x10alreadyCompleted\x12\x14\n" +
"\x05found\x18\x04 \x01(\bR\x05found\"O\n" +
"\x15LocalUserLoginRequest\x12\x1a\n" +
"\busername\x18\x01 \x01(\tR\busername\x12\x1a\n" +
"\bpassword\x18\x02 \x01(\tR\bpassword\"2\n" +
"\x16LocalUserLoginResponse\x12\x18\n" +
"\asuccess\x18\x01 \x01(\bR\asuccess\"1\n" +
"\x13PasswordHashRequest\x12\x1a\n" +
"\bpassword\x18\x01 \x01(\tR\bpassword\"\x16\n" +
"\x14PasswordHashResponse\"\x0f\n" +
"\rLogoutRequest2\xe8\x10\n" +
"\x12OliveTinApiService\x12\x9e\x01\n" +
"\x16GetDashboardComponents\x12..olivetin.api.v1.GetDashboardComponentsRequest\x1a/.olivetin.api.v1.GetDashboardComponentsResponse\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/api/GetDashboardComponents\x12u\n" +
"\vStartAction\x12#.olivetin.api.v1.StartActionRequest\x1a$.olivetin.api.v1.StartActionResponse\"\x1b\x82\xd3\xe4\x93\x02\x15:\x01*\"\x10/api/StartAction\x12\x91\x01\n" +
"\x12StartActionAndWait\x12*.olivetin.api.v1.StartActionAndWaitRequest\x1a+.olivetin.api.v1.StartActionAndWaitResponse\"\"\x82\xd3\xe4\x93\x02\x1c:\x01*\"\x17/api/StartActionAndWait\x12\x92\x01\n" +
"\x10StartActionByGet\x12(.olivetin.api.v1.StartActionByGetRequest\x1a).olivetin.api.v1.StartActionByGetResponse\")\x82\xd3\xe4\x93\x02#\x12!/api/StartActionByGet/{action_id}\x12\xae\x01\n" +
"\x17StartActionByGetAndWait\x12/.olivetin.api.v1.StartActionByGetAndWaitRequest\x1a0.olivetin.api.v1.StartActionByGetAndWaitResponse\"0\x82\xd3\xe4\x93\x02*\x12(/api/StartActionByGetAndWait/{action_id}\x12q\n" +
"\n" +
"KillAction\x12\".olivetin.api.v1.KillActionRequest\x1a#.olivetin.api.v1.KillActionResponse\"\x1a\x82\xd3\xe4\x93\x02\x14:\x01*\"\x0f/api/KillAction\x12\x85\x01\n" +
"\x0fExecutionStatus\x12'.olivetin.api.v1.ExecutionStatusRequest\x1a(.olivetin.api.v1.ExecutionStatusResponse\"\x1f\x82\xd3\xe4\x93\x02\x19:\x01*\"\x14/api/ExecutionStatus\x12b\n" +
"\aGetLogs\x12\x1f.olivetin.api.v1.GetLogsRequest\x1a .olivetin.api.v1.GetLogsResponse\"\x14\x82\xd3\xe4\x93\x02\x0e\x12\f/api/GetLogs\x12\x99\x01\n" +
"\x14ValidateArgumentType\x12,.olivetin.api.v1.ValidateArgumentTypeRequest\x1a-.olivetin.api.v1.ValidateArgumentTypeResponse\"$\x82\xd3\xe4\x93\x02\x1e:\x01*\"\x19/api/ValidateArgumentType\x12^\n" +
"\x06WhoAmI\x12\x1e.olivetin.api.v1.WhoAmIRequest\x1a\x1f.olivetin.api.v1.WhoAmIResponse\"\x13\x82\xd3\xe4\x93\x02\r\x12\v/api/WhoAmI\x12\\\n" +
"\tSosReport\x12!.olivetin.api.v1.SosReportRequest\x1a\x14.google.api.HttpBody\"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/sosreport\x12f\n" +
"\bDumpVars\x12 .olivetin.api.v1.DumpVarsRequest\x1a!.olivetin.api.v1.DumpVarsResponse\"\x15\x82\xd3\xe4\x93\x02\x0f\x12\r/api/DumpVars\x12\x92\x01\n" +
"\x15DumpPublicIdActionMap\x12-.olivetin.api.v1.DumpPublicIdActionMapRequest\x1a..olivetin.api.v1.DumpPublicIdActionMapResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/api/DumpActionMap\x12g\n" +
"\tGetReadyz\x12!.olivetin.api.v1.GetReadyzRequest\x1a\".olivetin.api.v1.GetReadyzResponse\"\x13\x82\xd3\xe4\x93\x02\r\x12\v/api/readyz\x12\x81\x01\n" +
"\x0eLocalUserLogin\x12&.olivetin.api.v1.LocalUserLoginRequest\x1a'.olivetin.api.v1.LocalUserLoginResponse\"\x1e\x82\xd3\xe4\x93\x02\x18:\x01*\"\x13/api/LocalUserLogin\x12h\n" +
"\fPasswordHash\x12$.olivetin.api.v1.PasswordHashRequest\x1a\x14.google.api.HttpBody\"\x1c\x82\xd3\xe4\x93\x02\x16:\x01*\"\x11/api/PasswordHash\x12S\n" +
"\x06Logout\x12\x1e.olivetin.api.v1.LogoutRequest\x1a\x14.google.api.HttpBody\"\x13\x82\xd3\xe4\x93\x02\r\x12\v/api/LogoutB>Z<github.com/jamesread/OliveTin/gen/grpc/olivetin/api/v1;apiv1b\x06proto3"
var (
file_olivetin_api_v1_olivetin_proto_rawDescOnce sync.Once
file_olivetin_api_v1_olivetin_proto_rawDescData []byte
)
func file_olivetin_api_v1_olivetin_proto_rawDescGZIP() []byte {
file_olivetin_api_v1_olivetin_proto_rawDescOnce.Do(func() {
file_olivetin_api_v1_olivetin_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_olivetin_api_v1_olivetin_proto_rawDesc), len(file_olivetin_api_v1_olivetin_proto_rawDesc)))
})
return file_olivetin_api_v1_olivetin_proto_rawDescData
}
var file_olivetin_api_v1_olivetin_proto_msgTypes = make([]protoimpl.MessageInfo, 53)
var file_olivetin_api_v1_olivetin_proto_goTypes = []any{
(*Action)(nil), // 0: olivetin.api.v1.Action
(*ActionArgument)(nil), // 1: olivetin.api.v1.ActionArgument
(*ActionArgumentChoice)(nil), // 2: olivetin.api.v1.ActionArgumentChoice
(*Entity)(nil), // 3: olivetin.api.v1.Entity
(*GetDashboardComponentsResponse)(nil), // 4: olivetin.api.v1.GetDashboardComponentsResponse
(*Diagnostics)(nil), // 5: olivetin.api.v1.Diagnostics
(*EffectivePolicy)(nil), // 6: olivetin.api.v1.EffectivePolicy
(*GetDashboardComponentsRequest)(nil), // 7: olivetin.api.v1.GetDashboardComponentsRequest
(*DashboardComponent)(nil), // 8: olivetin.api.v1.DashboardComponent
(*StartActionRequest)(nil), // 9: olivetin.api.v1.StartActionRequest
(*StartActionArgument)(nil), // 10: olivetin.api.v1.StartActionArgument
(*StartActionResponse)(nil), // 11: olivetin.api.v1.StartActionResponse
(*StartActionAndWaitRequest)(nil), // 12: olivetin.api.v1.StartActionAndWaitRequest
(*StartActionAndWaitResponse)(nil), // 13: olivetin.api.v1.StartActionAndWaitResponse
(*StartActionByGetRequest)(nil), // 14: olivetin.api.v1.StartActionByGetRequest
(*StartActionByGetResponse)(nil), // 15: olivetin.api.v1.StartActionByGetResponse
(*StartActionByGetAndWaitRequest)(nil), // 16: olivetin.api.v1.StartActionByGetAndWaitRequest
(*StartActionByGetAndWaitResponse)(nil), // 17: olivetin.api.v1.StartActionByGetAndWaitResponse
(*GetLogsRequest)(nil), // 18: olivetin.api.v1.GetLogsRequest
(*LogEntry)(nil), // 19: olivetin.api.v1.LogEntry
(*GetLogsResponse)(nil), // 20: olivetin.api.v1.GetLogsResponse
(*ValidateArgumentTypeRequest)(nil), // 21: olivetin.api.v1.ValidateArgumentTypeRequest
(*ValidateArgumentTypeResponse)(nil), // 22: olivetin.api.v1.ValidateArgumentTypeResponse
(*WatchExecutionRequest)(nil), // 23: olivetin.api.v1.WatchExecutionRequest
(*WatchExecutionUpdate)(nil), // 24: olivetin.api.v1.WatchExecutionUpdate
(*ExecutionStatusRequest)(nil), // 25: olivetin.api.v1.ExecutionStatusRequest
(*ExecutionStatusResponse)(nil), // 26: olivetin.api.v1.ExecutionStatusResponse
(*WhoAmIRequest)(nil), // 27: olivetin.api.v1.WhoAmIRequest
(*WhoAmIResponse)(nil), // 28: olivetin.api.v1.WhoAmIResponse
(*SosReportRequest)(nil), // 29: olivetin.api.v1.SosReportRequest
(*SosReportResponse)(nil), // 30: olivetin.api.v1.SosReportResponse
(*DumpVarsRequest)(nil), // 31: olivetin.api.v1.DumpVarsRequest
(*DumpVarsResponse)(nil), // 32: olivetin.api.v1.DumpVarsResponse
(*ActionEntityPair)(nil), // 33: olivetin.api.v1.ActionEntityPair
(*DumpPublicIdActionMapRequest)(nil), // 34: olivetin.api.v1.DumpPublicIdActionMapRequest
(*DumpPublicIdActionMapResponse)(nil), // 35: olivetin.api.v1.DumpPublicIdActionMapResponse
(*GetReadyzRequest)(nil), // 36: olivetin.api.v1.GetReadyzRequest
(*GetReadyzResponse)(nil), // 37: olivetin.api.v1.GetReadyzResponse
(*EventOutputChunk)(nil), // 38: olivetin.api.v1.EventOutputChunk
(*EventEntityChanged)(nil), // 39: olivetin.api.v1.EventEntityChanged
(*EventConfigChanged)(nil), // 40: olivetin.api.v1.EventConfigChanged
(*EventExecutionFinished)(nil), // 41: olivetin.api.v1.EventExecutionFinished
(*EventExecutionStarted)(nil), // 42: olivetin.api.v1.EventExecutionStarted
(*KillActionRequest)(nil), // 43: olivetin.api.v1.KillActionRequest
(*KillActionResponse)(nil), // 44: olivetin.api.v1.KillActionResponse
(*LocalUserLoginRequest)(nil), // 45: olivetin.api.v1.LocalUserLoginRequest
(*LocalUserLoginResponse)(nil), // 46: olivetin.api.v1.LocalUserLoginResponse
(*PasswordHashRequest)(nil), // 47: olivetin.api.v1.PasswordHashRequest
(*PasswordHashResponse)(nil), // 48: olivetin.api.v1.PasswordHashResponse
(*LogoutRequest)(nil), // 49: olivetin.api.v1.LogoutRequest
nil, // 50: olivetin.api.v1.ActionArgument.SuggestionsEntry
nil, // 51: olivetin.api.v1.DumpVarsResponse.ContentsEntry
nil, // 52: olivetin.api.v1.DumpPublicIdActionMapResponse.ContentsEntry
(*httpbody.HttpBody)(nil), // 53: google.api.HttpBody
}
var file_olivetin_api_v1_olivetin_proto_depIdxs = []int32{
1, // 0: olivetin.api.v1.Action.arguments:type_name -> olivetin.api.v1.ActionArgument
2, // 1: olivetin.api.v1.ActionArgument.choices:type_name -> olivetin.api.v1.ActionArgumentChoice
50, // 2: olivetin.api.v1.ActionArgument.suggestions:type_name -> olivetin.api.v1.ActionArgument.SuggestionsEntry
0, // 3: olivetin.api.v1.Entity.actions:type_name -> olivetin.api.v1.Action
0, // 4: olivetin.api.v1.GetDashboardComponentsResponse.actions:type_name -> olivetin.api.v1.Action
3, // 5: olivetin.api.v1.GetDashboardComponentsResponse.entities:type_name -> olivetin.api.v1.Entity
8, // 6: olivetin.api.v1.GetDashboardComponentsResponse.dashboards:type_name -> olivetin.api.v1.DashboardComponent
6, // 7: olivetin.api.v1.GetDashboardComponentsResponse.effective_policy:type_name -> olivetin.api.v1.EffectivePolicy
5, // 8: olivetin.api.v1.GetDashboardComponentsResponse.diagnostics:type_name -> olivetin.api.v1.Diagnostics
8, // 9: olivetin.api.v1.DashboardComponent.contents:type_name -> olivetin.api.v1.DashboardComponent
10, // 10: olivetin.api.v1.StartActionRequest.arguments:type_name -> olivetin.api.v1.StartActionArgument
10, // 11: olivetin.api.v1.StartActionAndWaitRequest.arguments:type_name -> olivetin.api.v1.StartActionArgument
19, // 12: olivetin.api.v1.StartActionAndWaitResponse.log_entry:type_name -> olivetin.api.v1.LogEntry
19, // 13: olivetin.api.v1.StartActionByGetAndWaitResponse.log_entry:type_name -> olivetin.api.v1.LogEntry
19, // 14: olivetin.api.v1.GetLogsResponse.logs:type_name -> olivetin.api.v1.LogEntry
19, // 15: olivetin.api.v1.ExecutionStatusResponse.log_entry:type_name -> olivetin.api.v1.LogEntry
51, // 16: olivetin.api.v1.DumpVarsResponse.contents:type_name -> olivetin.api.v1.DumpVarsResponse.ContentsEntry
52, // 17: olivetin.api.v1.DumpPublicIdActionMapResponse.contents:type_name -> olivetin.api.v1.DumpPublicIdActionMapResponse.ContentsEntry
19, // 18: olivetin.api.v1.EventExecutionFinished.log_entry:type_name -> olivetin.api.v1.LogEntry
19, // 19: olivetin.api.v1.EventExecutionStarted.log_entry:type_name -> olivetin.api.v1.LogEntry
33, // 20: olivetin.api.v1.DumpPublicIdActionMapResponse.ContentsEntry.value:type_name -> olivetin.api.v1.ActionEntityPair
7, // 21: olivetin.api.v1.OliveTinApiService.GetDashboardComponents:input_type -> olivetin.api.v1.GetDashboardComponentsRequest
9, // 22: olivetin.api.v1.OliveTinApiService.StartAction:input_type -> olivetin.api.v1.StartActionRequest
12, // 23: olivetin.api.v1.OliveTinApiService.StartActionAndWait:input_type -> olivetin.api.v1.StartActionAndWaitRequest
14, // 24: olivetin.api.v1.OliveTinApiService.StartActionByGet:input_type -> olivetin.api.v1.StartActionByGetRequest
16, // 25: olivetin.api.v1.OliveTinApiService.StartActionByGetAndWait:input_type -> olivetin.api.v1.StartActionByGetAndWaitRequest
43, // 26: olivetin.api.v1.OliveTinApiService.KillAction:input_type -> olivetin.api.v1.KillActionRequest
25, // 27: olivetin.api.v1.OliveTinApiService.ExecutionStatus:input_type -> olivetin.api.v1.ExecutionStatusRequest
18, // 28: olivetin.api.v1.OliveTinApiService.GetLogs:input_type -> olivetin.api.v1.GetLogsRequest
21, // 29: olivetin.api.v1.OliveTinApiService.ValidateArgumentType:input_type -> olivetin.api.v1.ValidateArgumentTypeRequest
27, // 30: olivetin.api.v1.OliveTinApiService.WhoAmI:input_type -> olivetin.api.v1.WhoAmIRequest
29, // 31: olivetin.api.v1.OliveTinApiService.SosReport:input_type -> olivetin.api.v1.SosReportRequest
31, // 32: olivetin.api.v1.OliveTinApiService.DumpVars:input_type -> olivetin.api.v1.DumpVarsRequest
34, // 33: olivetin.api.v1.OliveTinApiService.DumpPublicIdActionMap:input_type -> olivetin.api.v1.DumpPublicIdActionMapRequest
36, // 34: olivetin.api.v1.OliveTinApiService.GetReadyz:input_type -> olivetin.api.v1.GetReadyzRequest
45, // 35: olivetin.api.v1.OliveTinApiService.LocalUserLogin:input_type -> olivetin.api.v1.LocalUserLoginRequest
47, // 36: olivetin.api.v1.OliveTinApiService.PasswordHash:input_type -> olivetin.api.v1.PasswordHashRequest
49, // 37: olivetin.api.v1.OliveTinApiService.Logout:input_type -> olivetin.api.v1.LogoutRequest
4, // 38: olivetin.api.v1.OliveTinApiService.GetDashboardComponents:output_type -> olivetin.api.v1.GetDashboardComponentsResponse
11, // 39: olivetin.api.v1.OliveTinApiService.StartAction:output_type -> olivetin.api.v1.StartActionResponse
13, // 40: olivetin.api.v1.OliveTinApiService.StartActionAndWait:output_type -> olivetin.api.v1.StartActionAndWaitResponse
15, // 41: olivetin.api.v1.OliveTinApiService.StartActionByGet:output_type -> olivetin.api.v1.StartActionByGetResponse
17, // 42: olivetin.api.v1.OliveTinApiService.StartActionByGetAndWait:output_type -> olivetin.api.v1.StartActionByGetAndWaitResponse
44, // 43: olivetin.api.v1.OliveTinApiService.KillAction:output_type -> olivetin.api.v1.KillActionResponse
26, // 44: olivetin.api.v1.OliveTinApiService.ExecutionStatus:output_type -> olivetin.api.v1.ExecutionStatusResponse
20, // 45: olivetin.api.v1.OliveTinApiService.GetLogs:output_type -> olivetin.api.v1.GetLogsResponse
22, // 46: olivetin.api.v1.OliveTinApiService.ValidateArgumentType:output_type -> olivetin.api.v1.ValidateArgumentTypeResponse
28, // 47: olivetin.api.v1.OliveTinApiService.WhoAmI:output_type -> olivetin.api.v1.WhoAmIResponse
53, // 48: olivetin.api.v1.OliveTinApiService.SosReport:output_type -> google.api.HttpBody
32, // 49: olivetin.api.v1.OliveTinApiService.DumpVars:output_type -> olivetin.api.v1.DumpVarsResponse
35, // 50: olivetin.api.v1.OliveTinApiService.DumpPublicIdActionMap:output_type -> olivetin.api.v1.DumpPublicIdActionMapResponse
37, // 51: olivetin.api.v1.OliveTinApiService.GetReadyz:output_type -> olivetin.api.v1.GetReadyzResponse
46, // 52: olivetin.api.v1.OliveTinApiService.LocalUserLogin:output_type -> olivetin.api.v1.LocalUserLoginResponse
53, // 53: olivetin.api.v1.OliveTinApiService.PasswordHash:output_type -> google.api.HttpBody
53, // 54: olivetin.api.v1.OliveTinApiService.Logout:output_type -> google.api.HttpBody
38, // [38:55] is the sub-list for method output_type
21, // [21:38] is the sub-list for method input_type
21, // [21:21] is the sub-list for extension type_name
21, // [21:21] is the sub-list for extension extendee
0, // [0:21] is the sub-list for field type_name
}
func init() { file_olivetin_api_v1_olivetin_proto_init() }
func file_olivetin_api_v1_olivetin_proto_init() {
if File_olivetin_api_v1_olivetin_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_olivetin_api_v1_olivetin_proto_rawDesc), len(file_olivetin_api_v1_olivetin_proto_rawDesc)),
NumEnums: 0,
NumMessages: 53,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_olivetin_api_v1_olivetin_proto_goTypes,
DependencyIndexes: file_olivetin_api_v1_olivetin_proto_depIdxs,
MessageInfos: file_olivetin_api_v1_olivetin_proto_msgTypes,
}.Build()
File_olivetin_api_v1_olivetin_proto = out.File
file_olivetin_api_v1_olivetin_proto_goTypes = nil
file_olivetin_api_v1_olivetin_proto_depIdxs = nil
}