cloudpb

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCloudapi        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCloudapi          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCloudapi = fmt.Errorf("proto: unexpected end of group")
)
View Source
var ArtifactType_name = map[int32]string{
	0:   "AT_UNKNOWN",
	1:   "AT_LINUX_AMD64",
	2:   "AT_DARWIN_AMD64",
	50:  "AT_CONTAINER_SET_YAMLS",
	60:  "AT_CONTAINER_SET_TEMPLATE_YAMLS",
	100: "AT_CONTAINER_SET_LINUX_AMD64",
}
View Source
var ArtifactType_value = map[string]int32{
	"AT_UNKNOWN":                      0,
	"AT_LINUX_AMD64":                  1,
	"AT_DARWIN_AMD64":                 2,
	"AT_CONTAINER_SET_YAMLS":          50,
	"AT_CONTAINER_SET_TEMPLATE_YAMLS": 60,
	"AT_CONTAINER_SET_LINUX_AMD64":    100,
}
View Source
var AutocompleteActionType_name = map[int32]string{
	0: "AAT_UNKNOWN",
	1: "AAT_EDIT",
	2: "AAT_SELECT",
}
View Source
var AutocompleteActionType_value = map[string]int32{
	"AAT_UNKNOWN": 0,
	"AAT_EDIT":    1,
	"AAT_SELECT":  2,
}
View Source
var AutocompleteEntityKind_name = map[int32]string{
	0: "AEK_UNKNOWN",
	1: "AEK_POD",
	2: "AEK_SVC",
	3: "AEK_SCRIPT",
	4: "AEK_NAMESPACE",
}
View Source
var AutocompleteEntityKind_value = map[string]int32{
	"AEK_UNKNOWN":   0,
	"AEK_POD":       1,
	"AEK_SVC":       2,
	"AEK_SCRIPT":    3,
	"AEK_NAMESPACE": 4,
}
View Source
var AutocompleteEntityState_name = map[int32]string{
	0: "AES_UNKNOWN",
	1: "AES_PENDING",
	2: "AES_RUNNING",
	3: "AES_FAILED",
	4: "AES_TERMINATED",
}
View Source
var AutocompleteEntityState_value = map[string]int32{
	"AES_UNKNOWN":    0,
	"AES_PENDING":    1,
	"AES_RUNNING":    2,
	"AES_FAILED":     3,
	"AES_TERMINATED": 4,
}
View Source
var ClusterStatus_name = map[int32]string{
	0: "CS_UNKNOWN",
	1: "CS_HEALTHY",
	2: "CS_UNHEALTHY",
	3: "CS_DISCONNECTED",
	4: "CS_UPDATING",
	5: "CS_CONNECTED",
	6: "CS_UPDATE_FAILED",
}
View Source
var ClusterStatus_value = map[string]int32{
	"CS_UNKNOWN":       0,
	"CS_HEALTHY":       1,
	"CS_UNHEALTHY":     2,
	"CS_DISCONNECTED":  3,
	"CS_UPDATING":      4,
	"CS_CONNECTED":     5,
	"CS_UPDATE_FAILED": 6,
}
View Source
var ContainerState_name = map[int32]string{
	0: "CONTAINER_STATE_UNKNOWN",
	1: "CONTAINER_STATE_RUNNING",
	2: "CONTAINER_STATE_TERMINATED",
	3: "CONTAINER_STATE_WAITING",
}
View Source
var ContainerState_value = map[string]int32{
	"CONTAINER_STATE_UNKNOWN":    0,
	"CONTAINER_STATE_RUNNING":    1,
	"CONTAINER_STATE_TERMINATED": 2,
	"CONTAINER_STATE_WAITING":    3,
}
View Source
var PodPhase_name = map[int32]string{
	0: "PHASE_UNKNOWN",
	1: "PENDING",
	2: "RUNNING",
	3: "SUCCEEDED",
	4: "FAILED",
}
View Source
var PodPhase_value = map[string]int32{
	"PHASE_UNKNOWN": 0,
	"PENDING":       1,
	"RUNNING":       2,
	"SUCCEEDED":     3,
	"FAILED":        4,
}

Functions

func RegisterAPIKeyManagerServer

func RegisterAPIKeyManagerServer(s *grpc.Server, srv APIKeyManagerServer)

func RegisterArtifactTrackerServer

func RegisterArtifactTrackerServer(s *grpc.Server, srv ArtifactTrackerServer)

func RegisterAuthServiceServer

func RegisterAuthServiceServer(s *grpc.Server, srv AuthServiceServer)

func RegisterAutocompleteServiceServer

func RegisterAutocompleteServiceServer(s *grpc.Server, srv AutocompleteServiceServer)

func RegisterConfigServiceServer

func RegisterConfigServiceServer(s *grpc.Server, srv ConfigServiceServer)

func RegisterOrganizationServiceServer

func RegisterOrganizationServiceServer(s *grpc.Server, srv OrganizationServiceServer)

func RegisterProfileServiceServer

func RegisterProfileServiceServer(s *grpc.Server, srv ProfileServiceServer)

func RegisterScriptMgrServer

func RegisterScriptMgrServer(s *grpc.Server, srv ScriptMgrServer)

func RegisterUserServiceServer

func RegisterUserServiceServer(s *grpc.Server, srv UserServiceServer)

func RegisterVizierClusterInfoServer

func RegisterVizierClusterInfoServer(s *grpc.Server, srv VizierClusterInfoServer)

func RegisterVizierDeploymentKeyManagerServer

func RegisterVizierDeploymentKeyManagerServer(s *grpc.Server, srv VizierDeploymentKeyManagerServer)

func RegisterVizierImageAuthorizationServer

func RegisterVizierImageAuthorizationServer(s *grpc.Server, srv VizierImageAuthorizationServer)

Types

type APIKey

type APIKey struct {
	ID        *uuidpb.UUID     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key       string           `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	CreatedAt *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Desc      string           `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"`
}

func (*APIKey) Descriptor

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

func (*APIKey) Equal

func (this *APIKey) Equal(that interface{}) bool

func (*APIKey) GetCreatedAt

func (m *APIKey) GetCreatedAt() *types.Timestamp

func (*APIKey) GetDesc

func (m *APIKey) GetDesc() string

func (*APIKey) GetID

func (m *APIKey) GetID() *uuidpb.UUID

func (*APIKey) GetKey

func (m *APIKey) GetKey() string

func (*APIKey) GoString

func (this *APIKey) GoString() string

func (*APIKey) Marshal

func (m *APIKey) Marshal() (dAtA []byte, err error)

func (*APIKey) MarshalTo

func (m *APIKey) MarshalTo(dAtA []byte) (int, error)

func (*APIKey) MarshalToSizedBuffer

func (m *APIKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*APIKey) ProtoMessage

func (*APIKey) ProtoMessage()

func (*APIKey) Reset

func (m *APIKey) Reset()

func (*APIKey) Size

func (m *APIKey) Size() (n int)

func (*APIKey) String

func (this *APIKey) String() string

func (*APIKey) Unmarshal

func (m *APIKey) Unmarshal(dAtA []byte) error

func (*APIKey) XXX_DiscardUnknown

func (m *APIKey) XXX_DiscardUnknown()

func (*APIKey) XXX_Marshal

func (m *APIKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*APIKey) XXX_Merge

func (m *APIKey) XXX_Merge(src proto.Message)

func (*APIKey) XXX_Size

func (m *APIKey) XXX_Size() int

func (*APIKey) XXX_Unmarshal

func (m *APIKey) XXX_Unmarshal(b []byte) error

type APIKeyManagerClient

type APIKeyManagerClient interface {
	Create(ctx context.Context, in *CreateAPIKeyRequest, opts ...grpc.CallOption) (*APIKey, error)
	List(ctx context.Context, in *ListAPIKeyRequest, opts ...grpc.CallOption) (*ListAPIKeyResponse, error)
	Get(ctx context.Context, in *GetAPIKeyRequest, opts ...grpc.CallOption) (*GetAPIKeyResponse, error)
	Delete(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*types.Empty, error)
}

APIKeyManagerClient is the client API for APIKeyManager service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAPIKeyManagerClient

func NewAPIKeyManagerClient(cc *grpc.ClientConn) APIKeyManagerClient

type APIKeyManagerServer

APIKeyManagerServer is the server API for APIKeyManager service.

type Artifact

type Artifact struct {
	Timestamp          *types.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	CommitHash         string           `protobuf:"bytes,2,opt,name=commit_hash,json=commitHash,proto3" json:"commit_hash,omitempty"`
	VersionStr         string           `protobuf:"bytes,3,opt,name=version_str,json=versionStr,proto3" json:"version_str,omitempty"`
	AvailableArtifacts []ArtifactType   `` /* 153-byte string literal not displayed */
	Changelog          string           `protobuf:"bytes,5,opt,name=changelog,proto3" json:"changelog,omitempty"`
}

func (*Artifact) Descriptor

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

func (*Artifact) Equal

func (this *Artifact) Equal(that interface{}) bool

func (*Artifact) GetAvailableArtifacts

func (m *Artifact) GetAvailableArtifacts() []ArtifactType

func (*Artifact) GetChangelog

func (m *Artifact) GetChangelog() string

func (*Artifact) GetCommitHash

func (m *Artifact) GetCommitHash() string

func (*Artifact) GetTimestamp

func (m *Artifact) GetTimestamp() *types.Timestamp

func (*Artifact) GetVersionStr

func (m *Artifact) GetVersionStr() string

func (*Artifact) GoString

func (this *Artifact) GoString() string

func (*Artifact) Marshal

func (m *Artifact) Marshal() (dAtA []byte, err error)

func (*Artifact) MarshalTo

func (m *Artifact) MarshalTo(dAtA []byte) (int, error)

func (*Artifact) MarshalToSizedBuffer

func (m *Artifact) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Artifact) ProtoMessage

func (*Artifact) ProtoMessage()

func (*Artifact) Reset

func (m *Artifact) Reset()

func (*Artifact) Size

func (m *Artifact) Size() (n int)

func (*Artifact) String

func (this *Artifact) String() string

func (*Artifact) Unmarshal

func (m *Artifact) Unmarshal(dAtA []byte) error

func (*Artifact) XXX_DiscardUnknown

func (m *Artifact) XXX_DiscardUnknown()

func (*Artifact) XXX_Marshal

func (m *Artifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Artifact) XXX_Merge

func (m *Artifact) XXX_Merge(src proto.Message)

func (*Artifact) XXX_Size

func (m *Artifact) XXX_Size() int

func (*Artifact) XXX_Unmarshal

func (m *Artifact) XXX_Unmarshal(b []byte) error

type ArtifactSet

type ArtifactSet struct {
	Name     string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Artifact []*Artifact `protobuf:"bytes,2,rep,name=artifact,proto3" json:"artifact,omitempty"`
}

func (*ArtifactSet) Descriptor

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

func (*ArtifactSet) Equal

func (this *ArtifactSet) Equal(that interface{}) bool

func (*ArtifactSet) GetArtifact

func (m *ArtifactSet) GetArtifact() []*Artifact

func (*ArtifactSet) GetName

func (m *ArtifactSet) GetName() string

func (*ArtifactSet) GoString

func (this *ArtifactSet) GoString() string

func (*ArtifactSet) Marshal

func (m *ArtifactSet) Marshal() (dAtA []byte, err error)

func (*ArtifactSet) MarshalTo

func (m *ArtifactSet) MarshalTo(dAtA []byte) (int, error)

func (*ArtifactSet) MarshalToSizedBuffer

func (m *ArtifactSet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ArtifactSet) ProtoMessage

func (*ArtifactSet) ProtoMessage()

func (*ArtifactSet) Reset

func (m *ArtifactSet) Reset()

func (*ArtifactSet) Size

func (m *ArtifactSet) Size() (n int)

func (*ArtifactSet) String

func (this *ArtifactSet) String() string

func (*ArtifactSet) Unmarshal

func (m *ArtifactSet) Unmarshal(dAtA []byte) error

func (*ArtifactSet) XXX_DiscardUnknown

func (m *ArtifactSet) XXX_DiscardUnknown()

func (*ArtifactSet) XXX_Marshal

func (m *ArtifactSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ArtifactSet) XXX_Merge

func (m *ArtifactSet) XXX_Merge(src proto.Message)

func (*ArtifactSet) XXX_Size

func (m *ArtifactSet) XXX_Size() int

func (*ArtifactSet) XXX_Unmarshal

func (m *ArtifactSet) XXX_Unmarshal(b []byte) error

type ArtifactTrackerClient

type ArtifactTrackerClient interface {
	GetArtifactList(ctx context.Context, in *GetArtifactListRequest, opts ...grpc.CallOption) (*ArtifactSet, error)
	GetDownloadLink(ctx context.Context, in *GetDownloadLinkRequest, opts ...grpc.CallOption) (*GetDownloadLinkResponse, error)
}

ArtifactTrackerClient is the client API for ArtifactTracker service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewArtifactTrackerClient

func NewArtifactTrackerClient(cc *grpc.ClientConn) ArtifactTrackerClient

type ArtifactTrackerServer

type ArtifactTrackerServer interface {
	GetArtifactList(context.Context, *GetArtifactListRequest) (*ArtifactSet, error)
	GetDownloadLink(context.Context, *GetDownloadLinkRequest) (*GetDownloadLinkResponse, error)
}

ArtifactTrackerServer is the server API for ArtifactTracker service.

type ArtifactType

type ArtifactType int32
const (
	AT_UNKNOWN                      ArtifactType = 0
	AT_LINUX_AMD64                  ArtifactType = 1
	AT_DARWIN_AMD64                 ArtifactType = 2
	AT_CONTAINER_SET_YAMLS          ArtifactType = 50
	AT_CONTAINER_SET_TEMPLATE_YAMLS ArtifactType = 60
	AT_CONTAINER_SET_LINUX_AMD64    ArtifactType = 100
)

func (ArtifactType) EnumDescriptor

func (ArtifactType) EnumDescriptor() ([]byte, []int)

func (ArtifactType) String

func (x ArtifactType) String() string

type AuthServiceClient

type AuthServiceClient interface {
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginReply, error)
}

AuthServiceClient is the client API for AuthService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAuthServiceClient

func NewAuthServiceClient(cc *grpc.ClientConn) AuthServiceClient

type AuthServiceServer

type AuthServiceServer interface {
	Login(context.Context, *LoginRequest) (*LoginReply, error)
}

AuthServiceServer is the server API for AuthService service.

type AutocompleteActionType

type AutocompleteActionType int32
const (
	AAT_UNKNOWN AutocompleteActionType = 0
	AAT_EDIT    AutocompleteActionType = 1
	AAT_SELECT  AutocompleteActionType = 2
)

func (AutocompleteActionType) EnumDescriptor

func (AutocompleteActionType) EnumDescriptor() ([]byte, []int)

func (AutocompleteActionType) String

func (x AutocompleteActionType) String() string

type AutocompleteEntityKind

type AutocompleteEntityKind int32
const (
	AEK_UNKNOWN   AutocompleteEntityKind = 0
	AEK_POD       AutocompleteEntityKind = 1
	AEK_SVC       AutocompleteEntityKind = 2
	AEK_SCRIPT    AutocompleteEntityKind = 3
	AEK_NAMESPACE AutocompleteEntityKind = 4
)

func (AutocompleteEntityKind) EnumDescriptor

func (AutocompleteEntityKind) EnumDescriptor() ([]byte, []int)

func (AutocompleteEntityKind) String

func (x AutocompleteEntityKind) String() string

type AutocompleteEntityState

type AutocompleteEntityState int32
const (
	AES_UNKNOWN    AutocompleteEntityState = 0
	AES_PENDING    AutocompleteEntityState = 1
	AES_RUNNING    AutocompleteEntityState = 2
	AES_FAILED     AutocompleteEntityState = 3
	AES_TERMINATED AutocompleteEntityState = 4
)

func (AutocompleteEntityState) EnumDescriptor

func (AutocompleteEntityState) EnumDescriptor() ([]byte, []int)

func (AutocompleteEntityState) String

func (x AutocompleteEntityState) String() string

type AutocompleteFieldRequest

type AutocompleteFieldRequest struct {
	Input            string                   `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	FieldType        AutocompleteEntityKind   `` /* 129-byte string literal not displayed */
	RequiredArgTypes []AutocompleteEntityKind `` /* 159-byte string literal not displayed */
	ClusterUID       string                   `protobuf:"bytes,4,opt,name=cluster_uid,json=clusterUid,proto3" json:"cluster_uid,omitempty"`
}

func (*AutocompleteFieldRequest) Descriptor

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

func (*AutocompleteFieldRequest) Equal

func (this *AutocompleteFieldRequest) Equal(that interface{}) bool

func (*AutocompleteFieldRequest) GetClusterUID

func (m *AutocompleteFieldRequest) GetClusterUID() string

func (*AutocompleteFieldRequest) GetFieldType

func (*AutocompleteFieldRequest) GetInput

func (m *AutocompleteFieldRequest) GetInput() string

func (*AutocompleteFieldRequest) GetRequiredArgTypes

func (m *AutocompleteFieldRequest) GetRequiredArgTypes() []AutocompleteEntityKind

func (*AutocompleteFieldRequest) GoString

func (this *AutocompleteFieldRequest) GoString() string

func (*AutocompleteFieldRequest) Marshal

func (m *AutocompleteFieldRequest) Marshal() (dAtA []byte, err error)

func (*AutocompleteFieldRequest) MarshalTo

func (m *AutocompleteFieldRequest) MarshalTo(dAtA []byte) (int, error)

func (*AutocompleteFieldRequest) MarshalToSizedBuffer

func (m *AutocompleteFieldRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AutocompleteFieldRequest) ProtoMessage

func (*AutocompleteFieldRequest) ProtoMessage()

func (*AutocompleteFieldRequest) Reset

func (m *AutocompleteFieldRequest) Reset()

func (*AutocompleteFieldRequest) Size

func (m *AutocompleteFieldRequest) Size() (n int)

func (*AutocompleteFieldRequest) String

func (this *AutocompleteFieldRequest) String() string

func (*AutocompleteFieldRequest) Unmarshal

func (m *AutocompleteFieldRequest) Unmarshal(dAtA []byte) error

func (*AutocompleteFieldRequest) XXX_DiscardUnknown

func (m *AutocompleteFieldRequest) XXX_DiscardUnknown()

func (*AutocompleteFieldRequest) XXX_Marshal

func (m *AutocompleteFieldRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AutocompleteFieldRequest) XXX_Merge

func (m *AutocompleteFieldRequest) XXX_Merge(src proto.Message)

func (*AutocompleteFieldRequest) XXX_Size

func (m *AutocompleteFieldRequest) XXX_Size() int

func (*AutocompleteFieldRequest) XXX_Unmarshal

func (m *AutocompleteFieldRequest) XXX_Unmarshal(b []byte) error

type AutocompleteFieldResponse

type AutocompleteFieldResponse struct {
	Suggestions []*AutocompleteSuggestion `protobuf:"bytes,1,rep,name=suggestions,proto3" json:"suggestions,omitempty"`
}

func (*AutocompleteFieldResponse) Descriptor

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

func (*AutocompleteFieldResponse) Equal

func (this *AutocompleteFieldResponse) Equal(that interface{}) bool

func (*AutocompleteFieldResponse) GetSuggestions

func (m *AutocompleteFieldResponse) GetSuggestions() []*AutocompleteSuggestion

func (*AutocompleteFieldResponse) GoString

func (this *AutocompleteFieldResponse) GoString() string

func (*AutocompleteFieldResponse) Marshal

func (m *AutocompleteFieldResponse) Marshal() (dAtA []byte, err error)

func (*AutocompleteFieldResponse) MarshalTo

func (m *AutocompleteFieldResponse) MarshalTo(dAtA []byte) (int, error)

func (*AutocompleteFieldResponse) MarshalToSizedBuffer

func (m *AutocompleteFieldResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AutocompleteFieldResponse) ProtoMessage

func (*AutocompleteFieldResponse) ProtoMessage()

func (*AutocompleteFieldResponse) Reset

func (m *AutocompleteFieldResponse) Reset()

func (*AutocompleteFieldResponse) Size

func (m *AutocompleteFieldResponse) Size() (n int)

func (*AutocompleteFieldResponse) String

func (this *AutocompleteFieldResponse) String() string

func (*AutocompleteFieldResponse) Unmarshal

func (m *AutocompleteFieldResponse) Unmarshal(dAtA []byte) error

func (*AutocompleteFieldResponse) XXX_DiscardUnknown

func (m *AutocompleteFieldResponse) XXX_DiscardUnknown()

func (*AutocompleteFieldResponse) XXX_Marshal

func (m *AutocompleteFieldResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AutocompleteFieldResponse) XXX_Merge

func (m *AutocompleteFieldResponse) XXX_Merge(src proto.Message)

func (*AutocompleteFieldResponse) XXX_Size

func (m *AutocompleteFieldResponse) XXX_Size() int

func (*AutocompleteFieldResponse) XXX_Unmarshal

func (m *AutocompleteFieldResponse) XXX_Unmarshal(b []byte) error

type AutocompleteRequest

type AutocompleteRequest struct {
	Input      string                 `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	CursorPos  int64                  `protobuf:"varint,2,opt,name=cursor_pos,json=cursorPos,proto3" json:"cursor_pos,omitempty"`
	Action     AutocompleteActionType `protobuf:"varint,3,opt,name=action,proto3,enum=px.cloudapi.AutocompleteActionType" json:"action,omitempty"`
	ClusterUID string                 `protobuf:"bytes,4,opt,name=cluster_uid,json=clusterUid,proto3" json:"cluster_uid,omitempty"`
}

func (*AutocompleteRequest) Descriptor

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

func (*AutocompleteRequest) Equal

func (this *AutocompleteRequest) Equal(that interface{}) bool

func (*AutocompleteRequest) GetAction

func (*AutocompleteRequest) GetClusterUID

func (m *AutocompleteRequest) GetClusterUID() string

func (*AutocompleteRequest) GetCursorPos

func (m *AutocompleteRequest) GetCursorPos() int64

func (*AutocompleteRequest) GetInput

func (m *AutocompleteRequest) GetInput() string

func (*AutocompleteRequest) GoString

func (this *AutocompleteRequest) GoString() string

func (*AutocompleteRequest) Marshal

func (m *AutocompleteRequest) Marshal() (dAtA []byte, err error)

func (*AutocompleteRequest) MarshalTo

func (m *AutocompleteRequest) MarshalTo(dAtA []byte) (int, error)

func (*AutocompleteRequest) MarshalToSizedBuffer

func (m *AutocompleteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AutocompleteRequest) ProtoMessage

func (*AutocompleteRequest) ProtoMessage()

func (*AutocompleteRequest) Reset

func (m *AutocompleteRequest) Reset()

func (*AutocompleteRequest) Size

func (m *AutocompleteRequest) Size() (n int)

func (*AutocompleteRequest) String

func (this *AutocompleteRequest) String() string

func (*AutocompleteRequest) Unmarshal

func (m *AutocompleteRequest) Unmarshal(dAtA []byte) error

func (*AutocompleteRequest) XXX_DiscardUnknown

func (m *AutocompleteRequest) XXX_DiscardUnknown()

func (*AutocompleteRequest) XXX_Marshal

func (m *AutocompleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AutocompleteRequest) XXX_Merge

func (m *AutocompleteRequest) XXX_Merge(src proto.Message)

func (*AutocompleteRequest) XXX_Size

func (m *AutocompleteRequest) XXX_Size() int

func (*AutocompleteRequest) XXX_Unmarshal

func (m *AutocompleteRequest) XXX_Unmarshal(b []byte) error

type AutocompleteResponse

type AutocompleteResponse struct {
	FormattedInput string           `protobuf:"bytes,1,opt,name=formatted_input,json=formattedInput,proto3" json:"formatted_input,omitempty"`
	IsExecutable   bool             `protobuf:"varint,2,opt,name=is_executable,json=isExecutable,proto3" json:"is_executable,omitempty"`
	TabSuggestions []*TabSuggestion `protobuf:"bytes,3,rep,name=tabSuggestions,proto3" json:"tabSuggestions,omitempty"`
}

func (*AutocompleteResponse) Descriptor

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

func (*AutocompleteResponse) Equal

func (this *AutocompleteResponse) Equal(that interface{}) bool

func (*AutocompleteResponse) GetFormattedInput

func (m *AutocompleteResponse) GetFormattedInput() string

func (*AutocompleteResponse) GetIsExecutable

func (m *AutocompleteResponse) GetIsExecutable() bool

func (*AutocompleteResponse) GetTabSuggestions

func (m *AutocompleteResponse) GetTabSuggestions() []*TabSuggestion

func (*AutocompleteResponse) GoString

func (this *AutocompleteResponse) GoString() string

func (*AutocompleteResponse) Marshal

func (m *AutocompleteResponse) Marshal() (dAtA []byte, err error)

func (*AutocompleteResponse) MarshalTo

func (m *AutocompleteResponse) MarshalTo(dAtA []byte) (int, error)

func (*AutocompleteResponse) MarshalToSizedBuffer

func (m *AutocompleteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AutocompleteResponse) ProtoMessage

func (*AutocompleteResponse) ProtoMessage()

func (*AutocompleteResponse) Reset

func (m *AutocompleteResponse) Reset()

func (*AutocompleteResponse) Size

func (m *AutocompleteResponse) Size() (n int)

func (*AutocompleteResponse) String

func (this *AutocompleteResponse) String() string

func (*AutocompleteResponse) Unmarshal

func (m *AutocompleteResponse) Unmarshal(dAtA []byte) error

func (*AutocompleteResponse) XXX_DiscardUnknown

func (m *AutocompleteResponse) XXX_DiscardUnknown()

func (*AutocompleteResponse) XXX_Marshal

func (m *AutocompleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AutocompleteResponse) XXX_Merge

func (m *AutocompleteResponse) XXX_Merge(src proto.Message)

func (*AutocompleteResponse) XXX_Size

func (m *AutocompleteResponse) XXX_Size() int

func (*AutocompleteResponse) XXX_Unmarshal

func (m *AutocompleteResponse) XXX_Unmarshal(b []byte) error

type AutocompleteServiceClient

type AutocompleteServiceClient interface {
	Autocomplete(ctx context.Context, in *AutocompleteRequest, opts ...grpc.CallOption) (*AutocompleteResponse, error)
	AutocompleteField(ctx context.Context, in *AutocompleteFieldRequest, opts ...grpc.CallOption) (*AutocompleteFieldResponse, error)
}

AutocompleteServiceClient is the client API for AutocompleteService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAutocompleteServiceClient

func NewAutocompleteServiceClient(cc *grpc.ClientConn) AutocompleteServiceClient

type AutocompleteServiceServer

type AutocompleteServiceServer interface {
	Autocomplete(context.Context, *AutocompleteRequest) (*AutocompleteResponse, error)
	AutocompleteField(context.Context, *AutocompleteFieldRequest) (*AutocompleteFieldResponse, error)
}

AutocompleteServiceServer is the server API for AutocompleteService service.

type AutocompleteSuggestion

type AutocompleteSuggestion struct {
	Kind           AutocompleteEntityKind  `protobuf:"varint,1,opt,name=kind,proto3,enum=px.cloudapi.AutocompleteEntityKind" json:"kind,omitempty"`
	Name           string                  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description    string                  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	MatchedIndexes []int64                 `protobuf:"varint,4,rep,packed,name=matched_indexes,json=matchedIndexes,proto3" json:"matched_indexes,omitempty"`
	State          AutocompleteEntityState `protobuf:"varint,5,opt,name=state,proto3,enum=px.cloudapi.AutocompleteEntityState" json:"state,omitempty"`
}

func (*AutocompleteSuggestion) Descriptor

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

func (*AutocompleteSuggestion) Equal

func (this *AutocompleteSuggestion) Equal(that interface{}) bool

func (*AutocompleteSuggestion) GetDescription

func (m *AutocompleteSuggestion) GetDescription() string

func (*AutocompleteSuggestion) GetKind

func (*AutocompleteSuggestion) GetMatchedIndexes

func (m *AutocompleteSuggestion) GetMatchedIndexes() []int64

func (*AutocompleteSuggestion) GetName

func (m *AutocompleteSuggestion) GetName() string

func (*AutocompleteSuggestion) GetState

func (*AutocompleteSuggestion) GoString

func (this *AutocompleteSuggestion) GoString() string

func (*AutocompleteSuggestion) Marshal

func (m *AutocompleteSuggestion) Marshal() (dAtA []byte, err error)

func (*AutocompleteSuggestion) MarshalTo

func (m *AutocompleteSuggestion) MarshalTo(dAtA []byte) (int, error)

func (*AutocompleteSuggestion) MarshalToSizedBuffer

func (m *AutocompleteSuggestion) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AutocompleteSuggestion) ProtoMessage

func (*AutocompleteSuggestion) ProtoMessage()

func (*AutocompleteSuggestion) Reset

func (m *AutocompleteSuggestion) Reset()

func (*AutocompleteSuggestion) Size

func (m *AutocompleteSuggestion) Size() (n int)

func (*AutocompleteSuggestion) String

func (this *AutocompleteSuggestion) String() string

func (*AutocompleteSuggestion) Unmarshal

func (m *AutocompleteSuggestion) Unmarshal(dAtA []byte) error

func (*AutocompleteSuggestion) XXX_DiscardUnknown

func (m *AutocompleteSuggestion) XXX_DiscardUnknown()

func (*AutocompleteSuggestion) XXX_Marshal

func (m *AutocompleteSuggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AutocompleteSuggestion) XXX_Merge

func (m *AutocompleteSuggestion) XXX_Merge(src proto.Message)

func (*AutocompleteSuggestion) XXX_Size

func (m *AutocompleteSuggestion) XXX_Size() int

func (*AutocompleteSuggestion) XXX_Unmarshal

func (m *AutocompleteSuggestion) XXX_Unmarshal(b []byte) error

type ClusterInfo

type ClusterInfo struct {
	ID                            *uuidpb.UUID          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Status                        ClusterStatus         `protobuf:"varint,2,opt,name=status,proto3,enum=px.cloudapi.ClusterStatus" json:"status,omitempty"`
	LastHeartbeatNs               int64                 `protobuf:"varint,3,opt,name=lastHeartbeatNs,proto3" json:"lastHeartbeatNs,omitempty"`
	Config                        *VizierConfig         `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"`
	ClusterUID                    string                `protobuf:"bytes,5,opt,name=cluster_uid,json=clusterUid,proto3" json:"cluster_uid,omitempty"`
	ClusterName                   string                `protobuf:"bytes,6,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"`
	PrettyClusterName             string                `protobuf:"bytes,9,opt,name=pretty_cluster_name,json=prettyClusterName,proto3" json:"pretty_cluster_name,omitempty"`
	ClusterVersion                string                `protobuf:"bytes,7,opt,name=cluster_version,json=clusterVersion,proto3" json:"cluster_version,omitempty"`
	VizierVersion                 string                `protobuf:"bytes,8,opt,name=vizier_version,json=vizierVersion,proto3" json:"vizier_version,omitempty"`
	ControlPlanePodStatuses       map[string]*PodStatus `` /* 223-byte string literal not displayed */
	UnhealthyDataPlanePodStatuses map[string]*PodStatus `` /* 243-byte string literal not displayed */
	NumNodes                      int32                 `protobuf:"varint,11,opt,name=num_nodes,json=numNodes,proto3" json:"num_nodes,omitempty"`
	NumInstrumentedNodes          int32                 `protobuf:"varint,12,opt,name=num_instrumented_nodes,json=numInstrumentedNodes,proto3" json:"num_instrumented_nodes,omitempty"`
	StatusMessage                 string                `protobuf:"bytes,13,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	PreviousStatus                ClusterStatus         `` /* 136-byte string literal not displayed */
	PreviousStatusTime            *types.Timestamp      `protobuf:"bytes,16,opt,name=previous_status_time,json=previousStatusTime,proto3" json:"previous_status_time,omitempty"`
}

func (*ClusterInfo) Descriptor

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

func (*ClusterInfo) Equal

func (this *ClusterInfo) Equal(that interface{}) bool

func (*ClusterInfo) GetClusterName

func (m *ClusterInfo) GetClusterName() string

func (*ClusterInfo) GetClusterUID

func (m *ClusterInfo) GetClusterUID() string

func (*ClusterInfo) GetClusterVersion

func (m *ClusterInfo) GetClusterVersion() string

func (*ClusterInfo) GetConfig

func (m *ClusterInfo) GetConfig() *VizierConfig

func (*ClusterInfo) GetControlPlanePodStatuses

func (m *ClusterInfo) GetControlPlanePodStatuses() map[string]*PodStatus

func (*ClusterInfo) GetID

func (m *ClusterInfo) GetID() *uuidpb.UUID

func (*ClusterInfo) GetLastHeartbeatNs

func (m *ClusterInfo) GetLastHeartbeatNs() int64

func (*ClusterInfo) GetNumInstrumentedNodes

func (m *ClusterInfo) GetNumInstrumentedNodes() int32

func (*ClusterInfo) GetNumNodes

func (m *ClusterInfo) GetNumNodes() int32

func (*ClusterInfo) GetPrettyClusterName

func (m *ClusterInfo) GetPrettyClusterName() string

func (*ClusterInfo) GetPreviousStatus added in v0.2.0

func (m *ClusterInfo) GetPreviousStatus() ClusterStatus

func (*ClusterInfo) GetPreviousStatusTime added in v0.2.0

func (m *ClusterInfo) GetPreviousStatusTime() *types.Timestamp

func (*ClusterInfo) GetStatus

func (m *ClusterInfo) GetStatus() ClusterStatus

func (*ClusterInfo) GetStatusMessage added in v0.2.0

func (m *ClusterInfo) GetStatusMessage() string

func (*ClusterInfo) GetUnhealthyDataPlanePodStatuses added in v0.2.0

func (m *ClusterInfo) GetUnhealthyDataPlanePodStatuses() map[string]*PodStatus

func (*ClusterInfo) GetVizierVersion

func (m *ClusterInfo) GetVizierVersion() string

func (*ClusterInfo) GoString

func (this *ClusterInfo) GoString() string

func (*ClusterInfo) Marshal

func (m *ClusterInfo) Marshal() (dAtA []byte, err error)

func (*ClusterInfo) MarshalTo

func (m *ClusterInfo) MarshalTo(dAtA []byte) (int, error)

func (*ClusterInfo) MarshalToSizedBuffer

func (m *ClusterInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClusterInfo) ProtoMessage

func (*ClusterInfo) ProtoMessage()

func (*ClusterInfo) Reset

func (m *ClusterInfo) Reset()

func (*ClusterInfo) Size

func (m *ClusterInfo) Size() (n int)

func (*ClusterInfo) String

func (this *ClusterInfo) String() string

func (*ClusterInfo) Unmarshal

func (m *ClusterInfo) Unmarshal(dAtA []byte) error

func (*ClusterInfo) XXX_DiscardUnknown

func (m *ClusterInfo) XXX_DiscardUnknown()

func (*ClusterInfo) XXX_Marshal

func (m *ClusterInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterInfo) XXX_Merge

func (m *ClusterInfo) XXX_Merge(src proto.Message)

func (*ClusterInfo) XXX_Size

func (m *ClusterInfo) XXX_Size() int

func (*ClusterInfo) XXX_Unmarshal

func (m *ClusterInfo) XXX_Unmarshal(b []byte) error

type ClusterStatus

type ClusterStatus int32
const (
	CS_UNKNOWN       ClusterStatus = 0
	CS_HEALTHY       ClusterStatus = 1
	CS_UNHEALTHY     ClusterStatus = 2
	CS_DISCONNECTED  ClusterStatus = 3
	CS_UPDATING      ClusterStatus = 4
	CS_CONNECTED     ClusterStatus = 5
	CS_UPDATE_FAILED ClusterStatus = 6
)

func (ClusterStatus) EnumDescriptor

func (ClusterStatus) EnumDescriptor() ([]byte, []int)

func (ClusterStatus) String

func (x ClusterStatus) String() string

type ConfigForVizierRequest

type ConfigForVizierRequest struct {
	Namespace string                     `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	VzSpec    *vizierconfigpb.VizierSpec `protobuf:"bytes,2,opt,name=vz_spec,json=vzSpec,proto3" json:"vz_spec,omitempty"`
}

func (*ConfigForVizierRequest) Descriptor

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

func (*ConfigForVizierRequest) Equal

func (this *ConfigForVizierRequest) Equal(that interface{}) bool

func (*ConfigForVizierRequest) GetNamespace

func (m *ConfigForVizierRequest) GetNamespace() string

func (*ConfigForVizierRequest) GetVzSpec

func (*ConfigForVizierRequest) GoString

func (this *ConfigForVizierRequest) GoString() string

func (*ConfigForVizierRequest) Marshal

func (m *ConfigForVizierRequest) Marshal() (dAtA []byte, err error)

func (*ConfigForVizierRequest) MarshalTo

func (m *ConfigForVizierRequest) MarshalTo(dAtA []byte) (int, error)

func (*ConfigForVizierRequest) MarshalToSizedBuffer

func (m *ConfigForVizierRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigForVizierRequest) ProtoMessage

func (*ConfigForVizierRequest) ProtoMessage()

func (*ConfigForVizierRequest) Reset

func (m *ConfigForVizierRequest) Reset()

func (*ConfigForVizierRequest) Size

func (m *ConfigForVizierRequest) Size() (n int)

func (*ConfigForVizierRequest) String

func (this *ConfigForVizierRequest) String() string

func (*ConfigForVizierRequest) Unmarshal

func (m *ConfigForVizierRequest) Unmarshal(dAtA []byte) error

func (*ConfigForVizierRequest) XXX_DiscardUnknown

func (m *ConfigForVizierRequest) XXX_DiscardUnknown()

func (*ConfigForVizierRequest) XXX_Marshal

func (m *ConfigForVizierRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigForVizierRequest) XXX_Merge

func (m *ConfigForVizierRequest) XXX_Merge(src proto.Message)

func (*ConfigForVizierRequest) XXX_Size

func (m *ConfigForVizierRequest) XXX_Size() int

func (*ConfigForVizierRequest) XXX_Unmarshal

func (m *ConfigForVizierRequest) XXX_Unmarshal(b []byte) error

type ConfigForVizierResponse

type ConfigForVizierResponse struct {
	NameToYamlContent map[string]string `` /* 175-byte string literal not displayed */
	SentryDSN         string            `protobuf:"bytes,2,opt,name=sentry_dsn,json=sentryDsn,proto3" json:"sentry_dsn,omitempty"`
}

func (*ConfigForVizierResponse) Descriptor

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

func (*ConfigForVizierResponse) Equal

func (this *ConfigForVizierResponse) Equal(that interface{}) bool

func (*ConfigForVizierResponse) GetNameToYamlContent

func (m *ConfigForVizierResponse) GetNameToYamlContent() map[string]string

func (*ConfigForVizierResponse) GetSentryDSN added in v0.2.0

func (m *ConfigForVizierResponse) GetSentryDSN() string

func (*ConfigForVizierResponse) GoString

func (this *ConfigForVizierResponse) GoString() string

func (*ConfigForVizierResponse) Marshal

func (m *ConfigForVizierResponse) Marshal() (dAtA []byte, err error)

func (*ConfigForVizierResponse) MarshalTo

func (m *ConfigForVizierResponse) MarshalTo(dAtA []byte) (int, error)

func (*ConfigForVizierResponse) MarshalToSizedBuffer

func (m *ConfigForVizierResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigForVizierResponse) ProtoMessage

func (*ConfigForVizierResponse) ProtoMessage()

func (*ConfigForVizierResponse) Reset

func (m *ConfigForVizierResponse) Reset()

func (*ConfigForVizierResponse) Size

func (m *ConfigForVizierResponse) Size() (n int)

func (*ConfigForVizierResponse) String

func (this *ConfigForVizierResponse) String() string

func (*ConfigForVizierResponse) Unmarshal

func (m *ConfigForVizierResponse) Unmarshal(dAtA []byte) error

func (*ConfigForVizierResponse) XXX_DiscardUnknown

func (m *ConfigForVizierResponse) XXX_DiscardUnknown()

func (*ConfigForVizierResponse) XXX_Marshal

func (m *ConfigForVizierResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigForVizierResponse) XXX_Merge

func (m *ConfigForVizierResponse) XXX_Merge(src proto.Message)

func (*ConfigForVizierResponse) XXX_Size

func (m *ConfigForVizierResponse) XXX_Size() int

func (*ConfigForVizierResponse) XXX_Unmarshal

func (m *ConfigForVizierResponse) XXX_Unmarshal(b []byte) error

type ConfigServiceClient

type ConfigServiceClient interface {
	GetConfigForVizier(ctx context.Context, in *ConfigForVizierRequest, opts ...grpc.CallOption) (*ConfigForVizierResponse, error)
}

ConfigServiceClient is the client API for ConfigService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewConfigServiceClient

func NewConfigServiceClient(cc *grpc.ClientConn) ConfigServiceClient

type ConfigServiceServer

type ConfigServiceServer interface {
	GetConfigForVizier(context.Context, *ConfigForVizierRequest) (*ConfigForVizierResponse, error)
}

ConfigServiceServer is the server API for ConfigService service.

type ContainerState

type ContainerState int32
const (
	CONTAINER_STATE_UNKNOWN    ContainerState = 0
	CONTAINER_STATE_RUNNING    ContainerState = 1
	CONTAINER_STATE_TERMINATED ContainerState = 2
	CONTAINER_STATE_WAITING    ContainerState = 3
)

func (ContainerState) EnumDescriptor

func (ContainerState) EnumDescriptor() ([]byte, []int)

func (ContainerState) String

func (x ContainerState) String() string

type ContainerStatus

type ContainerStatus struct {
	Name         string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	State        ContainerState   `protobuf:"varint,2,opt,name=state,proto3,enum=px.cloudapi.ContainerState" json:"state,omitempty"`
	Message      string           `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Reason       string           `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"`
	CreatedAt    *types.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	RestartCount int64            `protobuf:"varint,7,opt,name=restart_count,json=restartCount,proto3" json:"restart_count,omitempty"`
}

func (*ContainerStatus) Descriptor

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

func (*ContainerStatus) Equal

func (this *ContainerStatus) Equal(that interface{}) bool

func (*ContainerStatus) GetCreatedAt

func (m *ContainerStatus) GetCreatedAt() *types.Timestamp

func (*ContainerStatus) GetMessage

func (m *ContainerStatus) GetMessage() string

func (*ContainerStatus) GetName

func (m *ContainerStatus) GetName() string

func (*ContainerStatus) GetReason

func (m *ContainerStatus) GetReason() string

func (*ContainerStatus) GetRestartCount added in v0.2.0

func (m *ContainerStatus) GetRestartCount() int64

func (*ContainerStatus) GetState

func (m *ContainerStatus) GetState() ContainerState

func (*ContainerStatus) GoString

func (this *ContainerStatus) GoString() string

func (*ContainerStatus) Marshal

func (m *ContainerStatus) Marshal() (dAtA []byte, err error)

func (*ContainerStatus) MarshalTo

func (m *ContainerStatus) MarshalTo(dAtA []byte) (int, error)

func (*ContainerStatus) MarshalToSizedBuffer

func (m *ContainerStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContainerStatus) ProtoMessage

func (*ContainerStatus) ProtoMessage()

func (*ContainerStatus) Reset

func (m *ContainerStatus) Reset()

func (*ContainerStatus) Size

func (m *ContainerStatus) Size() (n int)

func (*ContainerStatus) String

func (this *ContainerStatus) String() string

func (*ContainerStatus) Unmarshal

func (m *ContainerStatus) Unmarshal(dAtA []byte) error

func (*ContainerStatus) XXX_DiscardUnknown

func (m *ContainerStatus) XXX_DiscardUnknown()

func (*ContainerStatus) XXX_Marshal

func (m *ContainerStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContainerStatus) XXX_Merge

func (m *ContainerStatus) XXX_Merge(src proto.Message)

func (*ContainerStatus) XXX_Size

func (m *ContainerStatus) XXX_Size() int

func (*ContainerStatus) XXX_Unmarshal

func (m *ContainerStatus) XXX_Unmarshal(b []byte) error

type CreateAPIKeyRequest

type CreateAPIKeyRequest struct {
	Desc string `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
}

func (*CreateAPIKeyRequest) Descriptor

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

func (*CreateAPIKeyRequest) Equal

func (this *CreateAPIKeyRequest) Equal(that interface{}) bool

func (*CreateAPIKeyRequest) GetDesc

func (m *CreateAPIKeyRequest) GetDesc() string

func (*CreateAPIKeyRequest) GoString

func (this *CreateAPIKeyRequest) GoString() string

func (*CreateAPIKeyRequest) Marshal

func (m *CreateAPIKeyRequest) Marshal() (dAtA []byte, err error)

func (*CreateAPIKeyRequest) MarshalTo

func (m *CreateAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateAPIKeyRequest) MarshalToSizedBuffer

func (m *CreateAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateAPIKeyRequest) ProtoMessage

func (*CreateAPIKeyRequest) ProtoMessage()

func (*CreateAPIKeyRequest) Reset

func (m *CreateAPIKeyRequest) Reset()

func (*CreateAPIKeyRequest) Size

func (m *CreateAPIKeyRequest) Size() (n int)

func (*CreateAPIKeyRequest) String

func (this *CreateAPIKeyRequest) String() string

func (*CreateAPIKeyRequest) Unmarshal

func (m *CreateAPIKeyRequest) Unmarshal(dAtA []byte) error

func (*CreateAPIKeyRequest) XXX_DiscardUnknown

func (m *CreateAPIKeyRequest) XXX_DiscardUnknown()

func (*CreateAPIKeyRequest) XXX_Marshal

func (m *CreateAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateAPIKeyRequest) XXX_Merge

func (m *CreateAPIKeyRequest) XXX_Merge(src proto.Message)

func (*CreateAPIKeyRequest) XXX_Size

func (m *CreateAPIKeyRequest) XXX_Size() int

func (*CreateAPIKeyRequest) XXX_Unmarshal

func (m *CreateAPIKeyRequest) XXX_Unmarshal(b []byte) error

type CreateClusterRequest

type CreateClusterRequest struct {
}

func (*CreateClusterRequest) Descriptor

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

func (*CreateClusterRequest) Equal

func (this *CreateClusterRequest) Equal(that interface{}) bool

func (*CreateClusterRequest) GoString

func (this *CreateClusterRequest) GoString() string

func (*CreateClusterRequest) Marshal

func (m *CreateClusterRequest) Marshal() (dAtA []byte, err error)

func (*CreateClusterRequest) MarshalTo

func (m *CreateClusterRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateClusterRequest) MarshalToSizedBuffer

func (m *CreateClusterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateClusterRequest) ProtoMessage

func (*CreateClusterRequest) ProtoMessage()

func (*CreateClusterRequest) Reset

func (m *CreateClusterRequest) Reset()

func (*CreateClusterRequest) Size

func (m *CreateClusterRequest) Size() (n int)

func (*CreateClusterRequest) String

func (this *CreateClusterRequest) String() string

func (*CreateClusterRequest) Unmarshal

func (m *CreateClusterRequest) Unmarshal(dAtA []byte) error

func (*CreateClusterRequest) XXX_DiscardUnknown

func (m *CreateClusterRequest) XXX_DiscardUnknown()

func (*CreateClusterRequest) XXX_Marshal

func (m *CreateClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateClusterRequest) XXX_Merge

func (m *CreateClusterRequest) XXX_Merge(src proto.Message)

func (*CreateClusterRequest) XXX_Size

func (m *CreateClusterRequest) XXX_Size() int

func (*CreateClusterRequest) XXX_Unmarshal

func (m *CreateClusterRequest) XXX_Unmarshal(b []byte) error

type CreateClusterResponse

type CreateClusterResponse struct {
	ClusterID *uuidpb.UUID `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
}

func (*CreateClusterResponse) Descriptor

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

func (*CreateClusterResponse) Equal

func (this *CreateClusterResponse) Equal(that interface{}) bool

func (*CreateClusterResponse) GetClusterID

func (m *CreateClusterResponse) GetClusterID() *uuidpb.UUID

func (*CreateClusterResponse) GoString

func (this *CreateClusterResponse) GoString() string

func (*CreateClusterResponse) Marshal

func (m *CreateClusterResponse) Marshal() (dAtA []byte, err error)

func (*CreateClusterResponse) MarshalTo

func (m *CreateClusterResponse) MarshalTo(dAtA []byte) (int, error)

func (*CreateClusterResponse) MarshalToSizedBuffer

func (m *CreateClusterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateClusterResponse) ProtoMessage

func (*CreateClusterResponse) ProtoMessage()

func (*CreateClusterResponse) Reset

func (m *CreateClusterResponse) Reset()

func (*CreateClusterResponse) Size

func (m *CreateClusterResponse) Size() (n int)

func (*CreateClusterResponse) String

func (this *CreateClusterResponse) String() string

func (*CreateClusterResponse) Unmarshal

func (m *CreateClusterResponse) Unmarshal(dAtA []byte) error

func (*CreateClusterResponse) XXX_DiscardUnknown

func (m *CreateClusterResponse) XXX_DiscardUnknown()

func (*CreateClusterResponse) XXX_Marshal

func (m *CreateClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateClusterResponse) XXX_Merge

func (m *CreateClusterResponse) XXX_Merge(src proto.Message)

func (*CreateClusterResponse) XXX_Size

func (m *CreateClusterResponse) XXX_Size() int

func (*CreateClusterResponse) XXX_Unmarshal

func (m *CreateClusterResponse) XXX_Unmarshal(b []byte) error

type CreateDeploymentKeyRequest

type CreateDeploymentKeyRequest struct {
	Desc string `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"`
}

func (*CreateDeploymentKeyRequest) Descriptor

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

func (*CreateDeploymentKeyRequest) Equal

func (this *CreateDeploymentKeyRequest) Equal(that interface{}) bool

func (*CreateDeploymentKeyRequest) GetDesc

func (m *CreateDeploymentKeyRequest) GetDesc() string

func (*CreateDeploymentKeyRequest) GoString

func (this *CreateDeploymentKeyRequest) GoString() string

func (*CreateDeploymentKeyRequest) Marshal

func (m *CreateDeploymentKeyRequest) Marshal() (dAtA []byte, err error)

func (*CreateDeploymentKeyRequest) MarshalTo

func (m *CreateDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateDeploymentKeyRequest) MarshalToSizedBuffer

func (m *CreateDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateDeploymentKeyRequest) ProtoMessage

func (*CreateDeploymentKeyRequest) ProtoMessage()

func (*CreateDeploymentKeyRequest) Reset

func (m *CreateDeploymentKeyRequest) Reset()

func (*CreateDeploymentKeyRequest) Size

func (m *CreateDeploymentKeyRequest) Size() (n int)

func (*CreateDeploymentKeyRequest) String

func (this *CreateDeploymentKeyRequest) String() string

func (*CreateDeploymentKeyRequest) Unmarshal

func (m *CreateDeploymentKeyRequest) Unmarshal(dAtA []byte) error

func (*CreateDeploymentKeyRequest) XXX_DiscardUnknown

func (m *CreateDeploymentKeyRequest) XXX_DiscardUnknown()

func (*CreateDeploymentKeyRequest) XXX_Marshal

func (m *CreateDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateDeploymentKeyRequest) XXX_Merge

func (m *CreateDeploymentKeyRequest) XXX_Merge(src proto.Message)

func (*CreateDeploymentKeyRequest) XXX_Size

func (m *CreateDeploymentKeyRequest) XXX_Size() int

func (*CreateDeploymentKeyRequest) XXX_Unmarshal

func (m *CreateDeploymentKeyRequest) XXX_Unmarshal(b []byte) error

type DeploymentKey

type DeploymentKey struct {
	ID        *uuidpb.UUID     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key       string           `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	CreatedAt *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Desc      string           `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"`
}

func (*DeploymentKey) Descriptor

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

func (*DeploymentKey) Equal

func (this *DeploymentKey) Equal(that interface{}) bool

func (*DeploymentKey) GetCreatedAt

func (m *DeploymentKey) GetCreatedAt() *types.Timestamp

func (*DeploymentKey) GetDesc

func (m *DeploymentKey) GetDesc() string

func (*DeploymentKey) GetID

func (m *DeploymentKey) GetID() *uuidpb.UUID

func (*DeploymentKey) GetKey

func (m *DeploymentKey) GetKey() string

func (*DeploymentKey) GoString

func (this *DeploymentKey) GoString() string

func (*DeploymentKey) Marshal

func (m *DeploymentKey) Marshal() (dAtA []byte, err error)

func (*DeploymentKey) MarshalTo

func (m *DeploymentKey) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentKey) MarshalToSizedBuffer

func (m *DeploymentKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentKey) ProtoMessage

func (*DeploymentKey) ProtoMessage()

func (*DeploymentKey) Reset

func (m *DeploymentKey) Reset()

func (*DeploymentKey) Size

func (m *DeploymentKey) Size() (n int)

func (*DeploymentKey) String

func (this *DeploymentKey) String() string

func (*DeploymentKey) Unmarshal

func (m *DeploymentKey) Unmarshal(dAtA []byte) error

func (*DeploymentKey) XXX_DiscardUnknown

func (m *DeploymentKey) XXX_DiscardUnknown()

func (*DeploymentKey) XXX_Marshal

func (m *DeploymentKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeploymentKey) XXX_Merge

func (m *DeploymentKey) XXX_Merge(src proto.Message)

func (*DeploymentKey) XXX_Size

func (m *DeploymentKey) XXX_Size() int

func (*DeploymentKey) XXX_Unmarshal

func (m *DeploymentKey) XXX_Unmarshal(b []byte) error

type GetAPIKeyRequest

type GetAPIKeyRequest struct {
	ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*GetAPIKeyRequest) Descriptor

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

func (*GetAPIKeyRequest) Equal

func (this *GetAPIKeyRequest) Equal(that interface{}) bool

func (*GetAPIKeyRequest) GetID

func (m *GetAPIKeyRequest) GetID() *uuidpb.UUID

func (*GetAPIKeyRequest) GoString

func (this *GetAPIKeyRequest) GoString() string

func (*GetAPIKeyRequest) Marshal

func (m *GetAPIKeyRequest) Marshal() (dAtA []byte, err error)

func (*GetAPIKeyRequest) MarshalTo

func (m *GetAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetAPIKeyRequest) MarshalToSizedBuffer

func (m *GetAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetAPIKeyRequest) ProtoMessage

func (*GetAPIKeyRequest) ProtoMessage()

func (*GetAPIKeyRequest) Reset

func (m *GetAPIKeyRequest) Reset()

func (*GetAPIKeyRequest) Size

func (m *GetAPIKeyRequest) Size() (n int)

func (*GetAPIKeyRequest) String

func (this *GetAPIKeyRequest) String() string

func (*GetAPIKeyRequest) Unmarshal

func (m *GetAPIKeyRequest) Unmarshal(dAtA []byte) error

func (*GetAPIKeyRequest) XXX_DiscardUnknown

func (m *GetAPIKeyRequest) XXX_DiscardUnknown()

func (*GetAPIKeyRequest) XXX_Marshal

func (m *GetAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAPIKeyRequest) XXX_Merge

func (m *GetAPIKeyRequest) XXX_Merge(src proto.Message)

func (*GetAPIKeyRequest) XXX_Size

func (m *GetAPIKeyRequest) XXX_Size() int

func (*GetAPIKeyRequest) XXX_Unmarshal

func (m *GetAPIKeyRequest) XXX_Unmarshal(b []byte) error

type GetAPIKeyResponse

type GetAPIKeyResponse struct {
	Key *APIKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}

func (*GetAPIKeyResponse) Descriptor

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

func (*GetAPIKeyResponse) Equal

func (this *GetAPIKeyResponse) Equal(that interface{}) bool

func (*GetAPIKeyResponse) GetKey

func (m *GetAPIKeyResponse) GetKey() *APIKey

func (*GetAPIKeyResponse) GoString

func (this *GetAPIKeyResponse) GoString() string

func (*GetAPIKeyResponse) Marshal

func (m *GetAPIKeyResponse) Marshal() (dAtA []byte, err error)

func (*GetAPIKeyResponse) MarshalTo

func (m *GetAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetAPIKeyResponse) MarshalToSizedBuffer

func (m *GetAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetAPIKeyResponse) ProtoMessage

func (*GetAPIKeyResponse) ProtoMessage()

func (*GetAPIKeyResponse) Reset

func (m *GetAPIKeyResponse) Reset()

func (*GetAPIKeyResponse) Size

func (m *GetAPIKeyResponse) Size() (n int)

func (*GetAPIKeyResponse) String

func (this *GetAPIKeyResponse) String() string

func (*GetAPIKeyResponse) Unmarshal

func (m *GetAPIKeyResponse) Unmarshal(dAtA []byte) error

func (*GetAPIKeyResponse) XXX_DiscardUnknown

func (m *GetAPIKeyResponse) XXX_DiscardUnknown()

func (*GetAPIKeyResponse) XXX_Marshal

func (m *GetAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAPIKeyResponse) XXX_Merge

func (m *GetAPIKeyResponse) XXX_Merge(src proto.Message)

func (*GetAPIKeyResponse) XXX_Size

func (m *GetAPIKeyResponse) XXX_Size() int

func (*GetAPIKeyResponse) XXX_Unmarshal

func (m *GetAPIKeyResponse) XXX_Unmarshal(b []byte) error

type GetArtifactListRequest

type GetArtifactListRequest struct {
	ArtifactName string       `protobuf:"bytes,1,opt,name=artifact_name,json=artifactName,proto3" json:"artifact_name,omitempty"`
	ArtifactType ArtifactType `` /* 128-byte string literal not displayed */
	Limit        int64        `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
}

func (*GetArtifactListRequest) Descriptor

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

func (*GetArtifactListRequest) Equal

func (this *GetArtifactListRequest) Equal(that interface{}) bool

func (*GetArtifactListRequest) GetArtifactName

func (m *GetArtifactListRequest) GetArtifactName() string

func (*GetArtifactListRequest) GetArtifactType

func (m *GetArtifactListRequest) GetArtifactType() ArtifactType

func (*GetArtifactListRequest) GetLimit

func (m *GetArtifactListRequest) GetLimit() int64

func (*GetArtifactListRequest) GoString

func (this *GetArtifactListRequest) GoString() string

func (*GetArtifactListRequest) Marshal

func (m *GetArtifactListRequest) Marshal() (dAtA []byte, err error)

func (*GetArtifactListRequest) MarshalTo

func (m *GetArtifactListRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetArtifactListRequest) MarshalToSizedBuffer

func (m *GetArtifactListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetArtifactListRequest) ProtoMessage

func (*GetArtifactListRequest) ProtoMessage()

func (*GetArtifactListRequest) Reset

func (m *GetArtifactListRequest) Reset()

func (*GetArtifactListRequest) Size

func (m *GetArtifactListRequest) Size() (n int)

func (*GetArtifactListRequest) String

func (this *GetArtifactListRequest) String() string

func (*GetArtifactListRequest) Unmarshal

func (m *GetArtifactListRequest) Unmarshal(dAtA []byte) error

func (*GetArtifactListRequest) XXX_DiscardUnknown

func (m *GetArtifactListRequest) XXX_DiscardUnknown()

func (*GetArtifactListRequest) XXX_Marshal

func (m *GetArtifactListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetArtifactListRequest) XXX_Merge

func (m *GetArtifactListRequest) XXX_Merge(src proto.Message)

func (*GetArtifactListRequest) XXX_Size

func (m *GetArtifactListRequest) XXX_Size() int

func (*GetArtifactListRequest) XXX_Unmarshal

func (m *GetArtifactListRequest) XXX_Unmarshal(b []byte) error

type GetClusterConnectionInfoRequest

type GetClusterConnectionInfoRequest struct {
	ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*GetClusterConnectionInfoRequest) Descriptor

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

func (*GetClusterConnectionInfoRequest) Equal

func (this *GetClusterConnectionInfoRequest) Equal(that interface{}) bool

func (*GetClusterConnectionInfoRequest) GetID

func (*GetClusterConnectionInfoRequest) GoString

func (this *GetClusterConnectionInfoRequest) GoString() string

func (*GetClusterConnectionInfoRequest) Marshal

func (m *GetClusterConnectionInfoRequest) Marshal() (dAtA []byte, err error)

func (*GetClusterConnectionInfoRequest) MarshalTo

func (m *GetClusterConnectionInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetClusterConnectionInfoRequest) MarshalToSizedBuffer

func (m *GetClusterConnectionInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetClusterConnectionInfoRequest) ProtoMessage

func (*GetClusterConnectionInfoRequest) ProtoMessage()

func (*GetClusterConnectionInfoRequest) Reset

func (*GetClusterConnectionInfoRequest) Size

func (m *GetClusterConnectionInfoRequest) Size() (n int)

func (*GetClusterConnectionInfoRequest) String

func (this *GetClusterConnectionInfoRequest) String() string

func (*GetClusterConnectionInfoRequest) Unmarshal

func (m *GetClusterConnectionInfoRequest) Unmarshal(dAtA []byte) error

func (*GetClusterConnectionInfoRequest) XXX_DiscardUnknown

func (m *GetClusterConnectionInfoRequest) XXX_DiscardUnknown()

func (*GetClusterConnectionInfoRequest) XXX_Marshal

func (m *GetClusterConnectionInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetClusterConnectionInfoRequest) XXX_Merge

func (m *GetClusterConnectionInfoRequest) XXX_Merge(src proto.Message)

func (*GetClusterConnectionInfoRequest) XXX_Size

func (m *GetClusterConnectionInfoRequest) XXX_Size() int

func (*GetClusterConnectionInfoRequest) XXX_Unmarshal

func (m *GetClusterConnectionInfoRequest) XXX_Unmarshal(b []byte) error

type GetClusterConnectionInfoResponse

type GetClusterConnectionInfoResponse struct {
	IPAddress string `protobuf:"bytes,1,opt,name=ipAddress,proto3" json:"ipAddress,omitempty"`
	Token     string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
}

func (*GetClusterConnectionInfoResponse) Descriptor

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

func (*GetClusterConnectionInfoResponse) Equal

func (this *GetClusterConnectionInfoResponse) Equal(that interface{}) bool

func (*GetClusterConnectionInfoResponse) GetIPAddress

func (m *GetClusterConnectionInfoResponse) GetIPAddress() string

func (*GetClusterConnectionInfoResponse) GetToken

func (*GetClusterConnectionInfoResponse) GoString

func (this *GetClusterConnectionInfoResponse) GoString() string

func (*GetClusterConnectionInfoResponse) Marshal

func (m *GetClusterConnectionInfoResponse) Marshal() (dAtA []byte, err error)

func (*GetClusterConnectionInfoResponse) MarshalTo

func (m *GetClusterConnectionInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetClusterConnectionInfoResponse) MarshalToSizedBuffer

func (m *GetClusterConnectionInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetClusterConnectionInfoResponse) ProtoMessage

func (*GetClusterConnectionInfoResponse) ProtoMessage()

func (*GetClusterConnectionInfoResponse) Reset

func (*GetClusterConnectionInfoResponse) Size

func (m *GetClusterConnectionInfoResponse) Size() (n int)

func (*GetClusterConnectionInfoResponse) String

func (*GetClusterConnectionInfoResponse) Unmarshal

func (m *GetClusterConnectionInfoResponse) Unmarshal(dAtA []byte) error

func (*GetClusterConnectionInfoResponse) XXX_DiscardUnknown

func (m *GetClusterConnectionInfoResponse) XXX_DiscardUnknown()

func (*GetClusterConnectionInfoResponse) XXX_Marshal

func (m *GetClusterConnectionInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetClusterConnectionInfoResponse) XXX_Merge

func (*GetClusterConnectionInfoResponse) XXX_Size

func (m *GetClusterConnectionInfoResponse) XXX_Size() int

func (*GetClusterConnectionInfoResponse) XXX_Unmarshal

func (m *GetClusterConnectionInfoResponse) XXX_Unmarshal(b []byte) error

type GetClusterInfoRequest

type GetClusterInfoRequest struct {
	ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*GetClusterInfoRequest) Descriptor

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

func (*GetClusterInfoRequest) Equal

func (this *GetClusterInfoRequest) Equal(that interface{}) bool

func (*GetClusterInfoRequest) GetID

func (m *GetClusterInfoRequest) GetID() *uuidpb.UUID

func (*GetClusterInfoRequest) GoString

func (this *GetClusterInfoRequest) GoString() string

func (*GetClusterInfoRequest) Marshal

func (m *GetClusterInfoRequest) Marshal() (dAtA []byte, err error)

func (*GetClusterInfoRequest) MarshalTo

func (m *GetClusterInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetClusterInfoRequest) MarshalToSizedBuffer

func (m *GetClusterInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetClusterInfoRequest) ProtoMessage

func (*GetClusterInfoRequest) ProtoMessage()

func (*GetClusterInfoRequest) Reset

func (m *GetClusterInfoRequest) Reset()

func (*GetClusterInfoRequest) Size

func (m *GetClusterInfoRequest) Size() (n int)

func (*GetClusterInfoRequest) String

func (this *GetClusterInfoRequest) String() string

func (*GetClusterInfoRequest) Unmarshal

func (m *GetClusterInfoRequest) Unmarshal(dAtA []byte) error

func (*GetClusterInfoRequest) XXX_DiscardUnknown

func (m *GetClusterInfoRequest) XXX_DiscardUnknown()

func (*GetClusterInfoRequest) XXX_Marshal

func (m *GetClusterInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetClusterInfoRequest) XXX_Merge

func (m *GetClusterInfoRequest) XXX_Merge(src proto.Message)

func (*GetClusterInfoRequest) XXX_Size

func (m *GetClusterInfoRequest) XXX_Size() int

func (*GetClusterInfoRequest) XXX_Unmarshal

func (m *GetClusterInfoRequest) XXX_Unmarshal(b []byte) error

type GetClusterInfoResponse

type GetClusterInfoResponse struct {
	Clusters []*ClusterInfo `protobuf:"bytes,1,rep,name=clusters,proto3" json:"clusters,omitempty"`
}

func (*GetClusterInfoResponse) Descriptor

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

func (*GetClusterInfoResponse) Equal

func (this *GetClusterInfoResponse) Equal(that interface{}) bool

func (*GetClusterInfoResponse) GetClusters

func (m *GetClusterInfoResponse) GetClusters() []*ClusterInfo

func (*GetClusterInfoResponse) GoString

func (this *GetClusterInfoResponse) GoString() string

func (*GetClusterInfoResponse) Marshal

func (m *GetClusterInfoResponse) Marshal() (dAtA []byte, err error)

func (*GetClusterInfoResponse) MarshalTo

func (m *GetClusterInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetClusterInfoResponse) MarshalToSizedBuffer

func (m *GetClusterInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetClusterInfoResponse) ProtoMessage

func (*GetClusterInfoResponse) ProtoMessage()

func (*GetClusterInfoResponse) Reset

func (m *GetClusterInfoResponse) Reset()

func (*GetClusterInfoResponse) Size

func (m *GetClusterInfoResponse) Size() (n int)

func (*GetClusterInfoResponse) String

func (this *GetClusterInfoResponse) String() string

func (*GetClusterInfoResponse) Unmarshal

func (m *GetClusterInfoResponse) Unmarshal(dAtA []byte) error

func (*GetClusterInfoResponse) XXX_DiscardUnknown

func (m *GetClusterInfoResponse) XXX_DiscardUnknown()

func (*GetClusterInfoResponse) XXX_Marshal

func (m *GetClusterInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetClusterInfoResponse) XXX_Merge

func (m *GetClusterInfoResponse) XXX_Merge(src proto.Message)

func (*GetClusterInfoResponse) XXX_Size

func (m *GetClusterInfoResponse) XXX_Size() int

func (*GetClusterInfoResponse) XXX_Unmarshal

func (m *GetClusterInfoResponse) XXX_Unmarshal(b []byte) error

type GetDeploymentKeyRequest

type GetDeploymentKeyRequest struct {
	ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*GetDeploymentKeyRequest) Descriptor

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

func (*GetDeploymentKeyRequest) Equal

func (this *GetDeploymentKeyRequest) Equal(that interface{}) bool

func (*GetDeploymentKeyRequest) GetID

func (m *GetDeploymentKeyRequest) GetID() *uuidpb.UUID

func (*GetDeploymentKeyRequest) GoString

func (this *GetDeploymentKeyRequest) GoString() string

func (*GetDeploymentKeyRequest) Marshal

func (m *GetDeploymentKeyRequest) Marshal() (dAtA []byte, err error)

func (*GetDeploymentKeyRequest) MarshalTo

func (m *GetDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetDeploymentKeyRequest) MarshalToSizedBuffer

func (m *GetDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetDeploymentKeyRequest) ProtoMessage

func (*GetDeploymentKeyRequest) ProtoMessage()

func (*GetDeploymentKeyRequest) Reset

func (m *GetDeploymentKeyRequest) Reset()

func (*GetDeploymentKeyRequest) Size

func (m *GetDeploymentKeyRequest) Size() (n int)

func (*GetDeploymentKeyRequest) String

func (this *GetDeploymentKeyRequest) String() string

func (*GetDeploymentKeyRequest) Unmarshal

func (m *GetDeploymentKeyRequest) Unmarshal(dAtA []byte) error

func (*GetDeploymentKeyRequest) XXX_DiscardUnknown

func (m *GetDeploymentKeyRequest) XXX_DiscardUnknown()

func (*GetDeploymentKeyRequest) XXX_Marshal

func (m *GetDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeploymentKeyRequest) XXX_Merge

func (m *GetDeploymentKeyRequest) XXX_Merge(src proto.Message)

func (*GetDeploymentKeyRequest) XXX_Size

func (m *GetDeploymentKeyRequest) XXX_Size() int

func (*GetDeploymentKeyRequest) XXX_Unmarshal

func (m *GetDeploymentKeyRequest) XXX_Unmarshal(b []byte) error

type GetDeploymentKeyResponse

type GetDeploymentKeyResponse struct {
	Key *DeploymentKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}

func (*GetDeploymentKeyResponse) Descriptor

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

func (*GetDeploymentKeyResponse) Equal

func (this *GetDeploymentKeyResponse) Equal(that interface{}) bool

func (*GetDeploymentKeyResponse) GetKey

func (*GetDeploymentKeyResponse) GoString

func (this *GetDeploymentKeyResponse) GoString() string

func (*GetDeploymentKeyResponse) Marshal

func (m *GetDeploymentKeyResponse) Marshal() (dAtA []byte, err error)

func (*GetDeploymentKeyResponse) MarshalTo

func (m *GetDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetDeploymentKeyResponse) MarshalToSizedBuffer

func (m *GetDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetDeploymentKeyResponse) ProtoMessage

func (*GetDeploymentKeyResponse) ProtoMessage()

func (*GetDeploymentKeyResponse) Reset

func (m *GetDeploymentKeyResponse) Reset()

func (*GetDeploymentKeyResponse) Size

func (m *GetDeploymentKeyResponse) Size() (n int)

func (*GetDeploymentKeyResponse) String

func (this *GetDeploymentKeyResponse) String() string

func (*GetDeploymentKeyResponse) Unmarshal

func (m *GetDeploymentKeyResponse) Unmarshal(dAtA []byte) error

func (*GetDeploymentKeyResponse) XXX_DiscardUnknown

func (m *GetDeploymentKeyResponse) XXX_DiscardUnknown()

func (*GetDeploymentKeyResponse) XXX_Marshal

func (m *GetDeploymentKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeploymentKeyResponse) XXX_Merge

func (m *GetDeploymentKeyResponse) XXX_Merge(src proto.Message)

func (*GetDeploymentKeyResponse) XXX_Size

func (m *GetDeploymentKeyResponse) XXX_Size() int

func (*GetDeploymentKeyResponse) XXX_Unmarshal

func (m *GetDeploymentKeyResponse) XXX_Unmarshal(b []byte) error

type GetDownloadLinkRequest

type GetDownloadLinkRequest struct {
	ArtifactName string       `protobuf:"bytes,1,opt,name=artifact_name,json=artifactName,proto3" json:"artifact_name,omitempty"`
	VersionStr   string       `protobuf:"bytes,2,opt,name=version_str,json=versionStr,proto3" json:"version_str,omitempty"`
	ArtifactType ArtifactType `` /* 128-byte string literal not displayed */
}

func (*GetDownloadLinkRequest) Descriptor

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

func (*GetDownloadLinkRequest) Equal

func (this *GetDownloadLinkRequest) Equal(that interface{}) bool

func (*GetDownloadLinkRequest) GetArtifactName

func (m *GetDownloadLinkRequest) GetArtifactName() string

func (*GetDownloadLinkRequest) GetArtifactType

func (m *GetDownloadLinkRequest) GetArtifactType() ArtifactType

func (*GetDownloadLinkRequest) GetVersionStr

func (m *GetDownloadLinkRequest) GetVersionStr() string

func (*GetDownloadLinkRequest) GoString

func (this *GetDownloadLinkRequest) GoString() string

func (*GetDownloadLinkRequest) Marshal

func (m *GetDownloadLinkRequest) Marshal() (dAtA []byte, err error)

func (*GetDownloadLinkRequest) MarshalTo

func (m *GetDownloadLinkRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetDownloadLinkRequest) MarshalToSizedBuffer

func (m *GetDownloadLinkRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetDownloadLinkRequest) ProtoMessage

func (*GetDownloadLinkRequest) ProtoMessage()

func (*GetDownloadLinkRequest) Reset

func (m *GetDownloadLinkRequest) Reset()

func (*GetDownloadLinkRequest) Size

func (m *GetDownloadLinkRequest) Size() (n int)

func (*GetDownloadLinkRequest) String

func (this *GetDownloadLinkRequest) String() string

func (*GetDownloadLinkRequest) Unmarshal

func (m *GetDownloadLinkRequest) Unmarshal(dAtA []byte) error

func (*GetDownloadLinkRequest) XXX_DiscardUnknown

func (m *GetDownloadLinkRequest) XXX_DiscardUnknown()

func (*GetDownloadLinkRequest) XXX_Marshal

func (m *GetDownloadLinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDownloadLinkRequest) XXX_Merge

func (m *GetDownloadLinkRequest) XXX_Merge(src proto.Message)

func (*GetDownloadLinkRequest) XXX_Size

func (m *GetDownloadLinkRequest) XXX_Size() int

func (*GetDownloadLinkRequest) XXX_Unmarshal

func (m *GetDownloadLinkRequest) XXX_Unmarshal(b []byte) error

type GetDownloadLinkResponse

type GetDownloadLinkResponse struct {
	Url        string           `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	SHA256     string           `protobuf:"bytes,2,opt,name=sha256,proto3" json:"sha256,omitempty"`
	ValidUntil *types.Timestamp `protobuf:"bytes,3,opt,name=valid_until,json=validUntil,proto3" json:"valid_until,omitempty"`
}

func (*GetDownloadLinkResponse) Descriptor

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

func (*GetDownloadLinkResponse) Equal

func (this *GetDownloadLinkResponse) Equal(that interface{}) bool

func (*GetDownloadLinkResponse) GetSHA256

func (m *GetDownloadLinkResponse) GetSHA256() string

func (*GetDownloadLinkResponse) GetUrl

func (m *GetDownloadLinkResponse) GetUrl() string

func (*GetDownloadLinkResponse) GetValidUntil

func (m *GetDownloadLinkResponse) GetValidUntil() *types.Timestamp

func (*GetDownloadLinkResponse) GoString

func (this *GetDownloadLinkResponse) GoString() string

func (*GetDownloadLinkResponse) Marshal

func (m *GetDownloadLinkResponse) Marshal() (dAtA []byte, err error)

func (*GetDownloadLinkResponse) MarshalTo

func (m *GetDownloadLinkResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetDownloadLinkResponse) MarshalToSizedBuffer

func (m *GetDownloadLinkResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetDownloadLinkResponse) ProtoMessage

func (*GetDownloadLinkResponse) ProtoMessage()

func (*GetDownloadLinkResponse) Reset

func (m *GetDownloadLinkResponse) Reset()

func (*GetDownloadLinkResponse) Size

func (m *GetDownloadLinkResponse) Size() (n int)

func (*GetDownloadLinkResponse) String

func (this *GetDownloadLinkResponse) String() string

func (*GetDownloadLinkResponse) Unmarshal

func (m *GetDownloadLinkResponse) Unmarshal(dAtA []byte) error

func (*GetDownloadLinkResponse) XXX_DiscardUnknown

func (m *GetDownloadLinkResponse) XXX_DiscardUnknown()

func (*GetDownloadLinkResponse) XXX_Marshal

func (m *GetDownloadLinkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDownloadLinkResponse) XXX_Merge

func (m *GetDownloadLinkResponse) XXX_Merge(src proto.Message)

func (*GetDownloadLinkResponse) XXX_Size

func (m *GetDownloadLinkResponse) XXX_Size() int

func (*GetDownloadLinkResponse) XXX_Unmarshal

func (m *GetDownloadLinkResponse) XXX_Unmarshal(b []byte) error

type GetImageCredentialsRequest

type GetImageCredentialsRequest struct {
}

func (*GetImageCredentialsRequest) Descriptor

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

func (*GetImageCredentialsRequest) Equal

func (this *GetImageCredentialsRequest) Equal(that interface{}) bool

func (*GetImageCredentialsRequest) GoString

func (this *GetImageCredentialsRequest) GoString() string

func (*GetImageCredentialsRequest) Marshal

func (m *GetImageCredentialsRequest) Marshal() (dAtA []byte, err error)

func (*GetImageCredentialsRequest) MarshalTo

func (m *GetImageCredentialsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetImageCredentialsRequest) MarshalToSizedBuffer

func (m *GetImageCredentialsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetImageCredentialsRequest) ProtoMessage

func (*GetImageCredentialsRequest) ProtoMessage()

func (*GetImageCredentialsRequest) Reset

func (m *GetImageCredentialsRequest) Reset()

func (*GetImageCredentialsRequest) Size

func (m *GetImageCredentialsRequest) Size() (n int)

func (*GetImageCredentialsRequest) String

func (this *GetImageCredentialsRequest) String() string

func (*GetImageCredentialsRequest) Unmarshal

func (m *GetImageCredentialsRequest) Unmarshal(dAtA []byte) error

func (*GetImageCredentialsRequest) XXX_DiscardUnknown

func (m *GetImageCredentialsRequest) XXX_DiscardUnknown()

func (*GetImageCredentialsRequest) XXX_Marshal

func (m *GetImageCredentialsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetImageCredentialsRequest) XXX_Merge

func (m *GetImageCredentialsRequest) XXX_Merge(src proto.Message)

func (*GetImageCredentialsRequest) XXX_Size

func (m *GetImageCredentialsRequest) XXX_Size() int

func (*GetImageCredentialsRequest) XXX_Unmarshal

func (m *GetImageCredentialsRequest) XXX_Unmarshal(b []byte) error

type GetImageCredentialsResponse

type GetImageCredentialsResponse struct {
	Creds string `protobuf:"bytes,1,opt,name=creds,proto3" json:"creds,omitempty"`
}

func (*GetImageCredentialsResponse) Descriptor

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

func (*GetImageCredentialsResponse) Equal

func (this *GetImageCredentialsResponse) Equal(that interface{}) bool

func (*GetImageCredentialsResponse) GetCreds

func (m *GetImageCredentialsResponse) GetCreds() string

func (*GetImageCredentialsResponse) GoString

func (this *GetImageCredentialsResponse) GoString() string

func (*GetImageCredentialsResponse) Marshal

func (m *GetImageCredentialsResponse) Marshal() (dAtA []byte, err error)

func (*GetImageCredentialsResponse) MarshalTo

func (m *GetImageCredentialsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetImageCredentialsResponse) MarshalToSizedBuffer

func (m *GetImageCredentialsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetImageCredentialsResponse) ProtoMessage

func (*GetImageCredentialsResponse) ProtoMessage()

func (*GetImageCredentialsResponse) Reset

func (m *GetImageCredentialsResponse) Reset()

func (*GetImageCredentialsResponse) Size

func (m *GetImageCredentialsResponse) Size() (n int)

func (*GetImageCredentialsResponse) String

func (this *GetImageCredentialsResponse) String() string

func (*GetImageCredentialsResponse) Unmarshal

func (m *GetImageCredentialsResponse) Unmarshal(dAtA []byte) error

func (*GetImageCredentialsResponse) XXX_DiscardUnknown

func (m *GetImageCredentialsResponse) XXX_DiscardUnknown()

func (*GetImageCredentialsResponse) XXX_Marshal

func (m *GetImageCredentialsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetImageCredentialsResponse) XXX_Merge

func (m *GetImageCredentialsResponse) XXX_Merge(src proto.Message)

func (*GetImageCredentialsResponse) XXX_Size

func (m *GetImageCredentialsResponse) XXX_Size() int

func (*GetImageCredentialsResponse) XXX_Unmarshal

func (m *GetImageCredentialsResponse) XXX_Unmarshal(b []byte) error

type GetLiveViewContentsReq

type GetLiveViewContentsReq struct {
	LiveViewID string `protobuf:"bytes,1,opt,name=live_view_id,json=liveViewId,proto3" json:"live_view_id,omitempty"`
}

func (*GetLiveViewContentsReq) Descriptor

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

func (*GetLiveViewContentsReq) Equal

func (this *GetLiveViewContentsReq) Equal(that interface{}) bool

func (*GetLiveViewContentsReq) GetLiveViewID

func (m *GetLiveViewContentsReq) GetLiveViewID() string

func (*GetLiveViewContentsReq) GoString

func (this *GetLiveViewContentsReq) GoString() string

func (*GetLiveViewContentsReq) Marshal

func (m *GetLiveViewContentsReq) Marshal() (dAtA []byte, err error)

func (*GetLiveViewContentsReq) MarshalTo

func (m *GetLiveViewContentsReq) MarshalTo(dAtA []byte) (int, error)

func (*GetLiveViewContentsReq) MarshalToSizedBuffer

func (m *GetLiveViewContentsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetLiveViewContentsReq) ProtoMessage

func (*GetLiveViewContentsReq) ProtoMessage()

func (*GetLiveViewContentsReq) Reset

func (m *GetLiveViewContentsReq) Reset()

func (*GetLiveViewContentsReq) Size

func (m *GetLiveViewContentsReq) Size() (n int)

func (*GetLiveViewContentsReq) String

func (this *GetLiveViewContentsReq) String() string

func (*GetLiveViewContentsReq) Unmarshal

func (m *GetLiveViewContentsReq) Unmarshal(dAtA []byte) error

func (*GetLiveViewContentsReq) XXX_DiscardUnknown

func (m *GetLiveViewContentsReq) XXX_DiscardUnknown()

func (*GetLiveViewContentsReq) XXX_Marshal

func (m *GetLiveViewContentsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLiveViewContentsReq) XXX_Merge

func (m *GetLiveViewContentsReq) XXX_Merge(src proto.Message)

func (*GetLiveViewContentsReq) XXX_Size

func (m *GetLiveViewContentsReq) XXX_Size() int

func (*GetLiveViewContentsReq) XXX_Unmarshal

func (m *GetLiveViewContentsReq) XXX_Unmarshal(b []byte) error

type GetLiveViewContentsResp

type GetLiveViewContentsResp struct {
	Metadata    *LiveViewMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	PxlContents string            `protobuf:"bytes,2,opt,name=pxl_contents,json=pxlContents,proto3" json:"pxl_contents,omitempty"`
	Vis         *vispb.Vis        `protobuf:"bytes,3,opt,name=vis,proto3" json:"vis,omitempty"`
}

func (*GetLiveViewContentsResp) Descriptor

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

func (*GetLiveViewContentsResp) Equal

func (this *GetLiveViewContentsResp) Equal(that interface{}) bool

func (*GetLiveViewContentsResp) GetMetadata

func (m *GetLiveViewContentsResp) GetMetadata() *LiveViewMetadata

func (*GetLiveViewContentsResp) GetPxlContents

func (m *GetLiveViewContentsResp) GetPxlContents() string

func (*GetLiveViewContentsResp) GetVis

func (m *GetLiveViewContentsResp) GetVis() *vispb.Vis

func (*GetLiveViewContentsResp) GoString

func (this *GetLiveViewContentsResp) GoString() string

func (*GetLiveViewContentsResp) Marshal

func (m *GetLiveViewContentsResp) Marshal() (dAtA []byte, err error)

func (*GetLiveViewContentsResp) MarshalTo

func (m *GetLiveViewContentsResp) MarshalTo(dAtA []byte) (int, error)

func (*GetLiveViewContentsResp) MarshalToSizedBuffer

func (m *GetLiveViewContentsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetLiveViewContentsResp) ProtoMessage

func (*GetLiveViewContentsResp) ProtoMessage()

func (*GetLiveViewContentsResp) Reset

func (m *GetLiveViewContentsResp) Reset()

func (*GetLiveViewContentsResp) Size

func (m *GetLiveViewContentsResp) Size() (n int)

func (*GetLiveViewContentsResp) String

func (this *GetLiveViewContentsResp) String() string

func (*GetLiveViewContentsResp) Unmarshal

func (m *GetLiveViewContentsResp) Unmarshal(dAtA []byte) error

func (*GetLiveViewContentsResp) XXX_DiscardUnknown

func (m *GetLiveViewContentsResp) XXX_DiscardUnknown()

func (*GetLiveViewContentsResp) XXX_Marshal

func (m *GetLiveViewContentsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLiveViewContentsResp) XXX_Merge

func (m *GetLiveViewContentsResp) XXX_Merge(src proto.Message)

func (*GetLiveViewContentsResp) XXX_Size

func (m *GetLiveViewContentsResp) XXX_Size() int

func (*GetLiveViewContentsResp) XXX_Unmarshal

func (m *GetLiveViewContentsResp) XXX_Unmarshal(b []byte) error

type GetLiveViewsReq

type GetLiveViewsReq struct {
}

func (*GetLiveViewsReq) Descriptor

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

func (*GetLiveViewsReq) Equal

func (this *GetLiveViewsReq) Equal(that interface{}) bool

func (*GetLiveViewsReq) GoString

func (this *GetLiveViewsReq) GoString() string

func (*GetLiveViewsReq) Marshal

func (m *GetLiveViewsReq) Marshal() (dAtA []byte, err error)

func (*GetLiveViewsReq) MarshalTo

func (m *GetLiveViewsReq) MarshalTo(dAtA []byte) (int, error)

func (*GetLiveViewsReq) MarshalToSizedBuffer

func (m *GetLiveViewsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetLiveViewsReq) ProtoMessage

func (*GetLiveViewsReq) ProtoMessage()

func (*GetLiveViewsReq) Reset

func (m *GetLiveViewsReq) Reset()

func (*GetLiveViewsReq) Size

func (m *GetLiveViewsReq) Size() (n int)

func (*GetLiveViewsReq) String

func (this *GetLiveViewsReq) String() string

func (*GetLiveViewsReq) Unmarshal

func (m *GetLiveViewsReq) Unmarshal(dAtA []byte) error

func (*GetLiveViewsReq) XXX_DiscardUnknown

func (m *GetLiveViewsReq) XXX_DiscardUnknown()

func (*GetLiveViewsReq) XXX_Marshal

func (m *GetLiveViewsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLiveViewsReq) XXX_Merge

func (m *GetLiveViewsReq) XXX_Merge(src proto.Message)

func (*GetLiveViewsReq) XXX_Size

func (m *GetLiveViewsReq) XXX_Size() int

func (*GetLiveViewsReq) XXX_Unmarshal

func (m *GetLiveViewsReq) XXX_Unmarshal(b []byte) error

type GetLiveViewsResp

type GetLiveViewsResp struct {
	LiveViews []*LiveViewMetadata `protobuf:"bytes,1,rep,name=live_views,json=liveViews,proto3" json:"live_views,omitempty"`
}

func (*GetLiveViewsResp) Descriptor

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

func (*GetLiveViewsResp) Equal

func (this *GetLiveViewsResp) Equal(that interface{}) bool

func (*GetLiveViewsResp) GetLiveViews

func (m *GetLiveViewsResp) GetLiveViews() []*LiveViewMetadata

func (*GetLiveViewsResp) GoString

func (this *GetLiveViewsResp) GoString() string

func (*GetLiveViewsResp) Marshal

func (m *GetLiveViewsResp) Marshal() (dAtA []byte, err error)

func (*GetLiveViewsResp) MarshalTo

func (m *GetLiveViewsResp) MarshalTo(dAtA []byte) (int, error)

func (*GetLiveViewsResp) MarshalToSizedBuffer

func (m *GetLiveViewsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetLiveViewsResp) ProtoMessage

func (*GetLiveViewsResp) ProtoMessage()

func (*GetLiveViewsResp) Reset

func (m *GetLiveViewsResp) Reset()

func (*GetLiveViewsResp) Size

func (m *GetLiveViewsResp) Size() (n int)

func (*GetLiveViewsResp) String

func (this *GetLiveViewsResp) String() string

func (*GetLiveViewsResp) Unmarshal

func (m *GetLiveViewsResp) Unmarshal(dAtA []byte) error

func (*GetLiveViewsResp) XXX_DiscardUnknown

func (m *GetLiveViewsResp) XXX_DiscardUnknown()

func (*GetLiveViewsResp) XXX_Marshal

func (m *GetLiveViewsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLiveViewsResp) XXX_Merge

func (m *GetLiveViewsResp) XXX_Merge(src proto.Message)

func (*GetLiveViewsResp) XXX_Size

func (m *GetLiveViewsResp) XXX_Size() int

func (*GetLiveViewsResp) XXX_Unmarshal

func (m *GetLiveViewsResp) XXX_Unmarshal(b []byte) error

type GetScriptContentsReq

type GetScriptContentsReq struct {
	ScriptID string `protobuf:"bytes,1,opt,name=script_id,json=scriptId,proto3" json:"script_id,omitempty"`
}

func (*GetScriptContentsReq) Descriptor

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

func (*GetScriptContentsReq) Equal

func (this *GetScriptContentsReq) Equal(that interface{}) bool

func (*GetScriptContentsReq) GetScriptID

func (m *GetScriptContentsReq) GetScriptID() string

func (*GetScriptContentsReq) GoString

func (this *GetScriptContentsReq) GoString() string

func (*GetScriptContentsReq) Marshal

func (m *GetScriptContentsReq) Marshal() (dAtA []byte, err error)

func (*GetScriptContentsReq) MarshalTo

func (m *GetScriptContentsReq) MarshalTo(dAtA []byte) (int, error)

func (*GetScriptContentsReq) MarshalToSizedBuffer

func (m *GetScriptContentsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetScriptContentsReq) ProtoMessage

func (*GetScriptContentsReq) ProtoMessage()

func (*GetScriptContentsReq) Reset

func (m *GetScriptContentsReq) Reset()

func (*GetScriptContentsReq) Size

func (m *GetScriptContentsReq) Size() (n int)

func (*GetScriptContentsReq) String

func (this *GetScriptContentsReq) String() string

func (*GetScriptContentsReq) Unmarshal

func (m *GetScriptContentsReq) Unmarshal(dAtA []byte) error

func (*GetScriptContentsReq) XXX_DiscardUnknown

func (m *GetScriptContentsReq) XXX_DiscardUnknown()

func (*GetScriptContentsReq) XXX_Marshal

func (m *GetScriptContentsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetScriptContentsReq) XXX_Merge

func (m *GetScriptContentsReq) XXX_Merge(src proto.Message)

func (*GetScriptContentsReq) XXX_Size

func (m *GetScriptContentsReq) XXX_Size() int

func (*GetScriptContentsReq) XXX_Unmarshal

func (m *GetScriptContentsReq) XXX_Unmarshal(b []byte) error

type GetScriptContentsResp

type GetScriptContentsResp struct {
	Metadata *ScriptMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Contents string          `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
}

func (*GetScriptContentsResp) Descriptor

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

func (*GetScriptContentsResp) Equal

func (this *GetScriptContentsResp) Equal(that interface{}) bool

func (*GetScriptContentsResp) GetContents

func (m *GetScriptContentsResp) GetContents() string

func (*GetScriptContentsResp) GetMetadata

func (m *GetScriptContentsResp) GetMetadata() *ScriptMetadata

func (*GetScriptContentsResp) GoString

func (this *GetScriptContentsResp) GoString() string

func (*GetScriptContentsResp) Marshal

func (m *GetScriptContentsResp) Marshal() (dAtA []byte, err error)

func (*GetScriptContentsResp) MarshalTo

func (m *GetScriptContentsResp) MarshalTo(dAtA []byte) (int, error)

func (*GetScriptContentsResp) MarshalToSizedBuffer

func (m *GetScriptContentsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetScriptContentsResp) ProtoMessage

func (*GetScriptContentsResp) ProtoMessage()

func (*GetScriptContentsResp) Reset

func (m *GetScriptContentsResp) Reset()

func (*GetScriptContentsResp) Size

func (m *GetScriptContentsResp) Size() (n int)

func (*GetScriptContentsResp) String

func (this *GetScriptContentsResp) String() string

func (*GetScriptContentsResp) Unmarshal

func (m *GetScriptContentsResp) Unmarshal(dAtA []byte) error

func (*GetScriptContentsResp) XXX_DiscardUnknown

func (m *GetScriptContentsResp) XXX_DiscardUnknown()

func (*GetScriptContentsResp) XXX_Marshal

func (m *GetScriptContentsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetScriptContentsResp) XXX_Merge

func (m *GetScriptContentsResp) XXX_Merge(src proto.Message)

func (*GetScriptContentsResp) XXX_Size

func (m *GetScriptContentsResp) XXX_Size() int

func (*GetScriptContentsResp) XXX_Unmarshal

func (m *GetScriptContentsResp) XXX_Unmarshal(b []byte) error

type GetScriptsReq

type GetScriptsReq struct {
}

func (*GetScriptsReq) Descriptor

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

func (*GetScriptsReq) Equal

func (this *GetScriptsReq) Equal(that interface{}) bool

func (*GetScriptsReq) GoString

func (this *GetScriptsReq) GoString() string

func (*GetScriptsReq) Marshal

func (m *GetScriptsReq) Marshal() (dAtA []byte, err error)

func (*GetScriptsReq) MarshalTo

func (m *GetScriptsReq) MarshalTo(dAtA []byte) (int, error)

func (*GetScriptsReq) MarshalToSizedBuffer

func (m *GetScriptsReq) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetScriptsReq) ProtoMessage

func (*GetScriptsReq) ProtoMessage()

func (*GetScriptsReq) Reset

func (m *GetScriptsReq) Reset()

func (*GetScriptsReq) Size

func (m *GetScriptsReq) Size() (n int)

func (*GetScriptsReq) String

func (this *GetScriptsReq) String() string

func (*GetScriptsReq) Unmarshal

func (m *GetScriptsReq) Unmarshal(dAtA []byte) error

func (*GetScriptsReq) XXX_DiscardUnknown

func (m *GetScriptsReq) XXX_DiscardUnknown()

func (*GetScriptsReq) XXX_Marshal

func (m *GetScriptsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetScriptsReq) XXX_Merge

func (m *GetScriptsReq) XXX_Merge(src proto.Message)

func (*GetScriptsReq) XXX_Size

func (m *GetScriptsReq) XXX_Size() int

func (*GetScriptsReq) XXX_Unmarshal

func (m *GetScriptsReq) XXX_Unmarshal(b []byte) error

type GetScriptsResp

type GetScriptsResp struct {
	Scripts []*ScriptMetadata `protobuf:"bytes,1,rep,name=scripts,proto3" json:"scripts,omitempty"`
}

func (*GetScriptsResp) Descriptor

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

func (*GetScriptsResp) Equal

func (this *GetScriptsResp) Equal(that interface{}) bool

func (*GetScriptsResp) GetScripts

func (m *GetScriptsResp) GetScripts() []*ScriptMetadata

func (*GetScriptsResp) GoString

func (this *GetScriptsResp) GoString() string

func (*GetScriptsResp) Marshal

func (m *GetScriptsResp) Marshal() (dAtA []byte, err error)

func (*GetScriptsResp) MarshalTo

func (m *GetScriptsResp) MarshalTo(dAtA []byte) (int, error)

func (*GetScriptsResp) MarshalToSizedBuffer

func (m *GetScriptsResp) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetScriptsResp) ProtoMessage

func (*GetScriptsResp) ProtoMessage()

func (*GetScriptsResp) Reset

func (m *GetScriptsResp) Reset()

func (*GetScriptsResp) Size

func (m *GetScriptsResp) Size() (n int)

func (*GetScriptsResp) String

func (this *GetScriptsResp) String() string

func (*GetScriptsResp) Unmarshal

func (m *GetScriptsResp) Unmarshal(dAtA []byte) error

func (*GetScriptsResp) XXX_DiscardUnknown

func (m *GetScriptsResp) XXX_DiscardUnknown()

func (*GetScriptsResp) XXX_Marshal

func (m *GetScriptsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetScriptsResp) XXX_Merge

func (m *GetScriptsResp) XXX_Merge(src proto.Message)

func (*GetScriptsResp) XXX_Size

func (m *GetScriptsResp) XXX_Size() int

func (*GetScriptsResp) XXX_Unmarshal

func (m *GetScriptsResp) XXX_Unmarshal(b []byte) error

type GetUserAttributesRequest

type GetUserAttributesRequest struct {
	ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*GetUserAttributesRequest) Descriptor

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

func (*GetUserAttributesRequest) Equal

func (this *GetUserAttributesRequest) Equal(that interface{}) bool

func (*GetUserAttributesRequest) GetID

func (m *GetUserAttributesRequest) GetID() *uuidpb.UUID

func (*GetUserAttributesRequest) GoString

func (this *GetUserAttributesRequest) GoString() string

func (*GetUserAttributesRequest) Marshal

func (m *GetUserAttributesRequest) Marshal() (dAtA []byte, err error)

func (*GetUserAttributesRequest) MarshalTo

func (m *GetUserAttributesRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUserAttributesRequest) MarshalToSizedBuffer

func (m *GetUserAttributesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserAttributesRequest) ProtoMessage

func (*GetUserAttributesRequest) ProtoMessage()

func (*GetUserAttributesRequest) Reset

func (m *GetUserAttributesRequest) Reset()

func (*GetUserAttributesRequest) Size

func (m *GetUserAttributesRequest) Size() (n int)

func (*GetUserAttributesRequest) String

func (this *GetUserAttributesRequest) String() string

func (*GetUserAttributesRequest) Unmarshal

func (m *GetUserAttributesRequest) Unmarshal(dAtA []byte) error

func (*GetUserAttributesRequest) XXX_DiscardUnknown

func (m *GetUserAttributesRequest) XXX_DiscardUnknown()

func (*GetUserAttributesRequest) XXX_Marshal

func (m *GetUserAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserAttributesRequest) XXX_Merge

func (m *GetUserAttributesRequest) XXX_Merge(src proto.Message)

func (*GetUserAttributesRequest) XXX_Size

func (m *GetUserAttributesRequest) XXX_Size() int

func (*GetUserAttributesRequest) XXX_Unmarshal

func (m *GetUserAttributesRequest) XXX_Unmarshal(b []byte) error

type GetUserAttributesResponse

type GetUserAttributesResponse struct {
	TourSeen bool `protobuf:"varint,1,opt,name=tour_seen,json=tourSeen,proto3" json:"tour_seen,omitempty"`
}

func (*GetUserAttributesResponse) Descriptor

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

func (*GetUserAttributesResponse) Equal

func (this *GetUserAttributesResponse) Equal(that interface{}) bool

func (*GetUserAttributesResponse) GetTourSeen

func (m *GetUserAttributesResponse) GetTourSeen() bool

func (*GetUserAttributesResponse) GoString

func (this *GetUserAttributesResponse) GoString() string

func (*GetUserAttributesResponse) Marshal

func (m *GetUserAttributesResponse) Marshal() (dAtA []byte, err error)

func (*GetUserAttributesResponse) MarshalTo

func (m *GetUserAttributesResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUserAttributesResponse) MarshalToSizedBuffer

func (m *GetUserAttributesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserAttributesResponse) ProtoMessage

func (*GetUserAttributesResponse) ProtoMessage()

func (*GetUserAttributesResponse) Reset

func (m *GetUserAttributesResponse) Reset()

func (*GetUserAttributesResponse) Size

func (m *GetUserAttributesResponse) Size() (n int)

func (*GetUserAttributesResponse) String

func (this *GetUserAttributesResponse) String() string

func (*GetUserAttributesResponse) Unmarshal

func (m *GetUserAttributesResponse) Unmarshal(dAtA []byte) error

func (*GetUserAttributesResponse) XXX_DiscardUnknown

func (m *GetUserAttributesResponse) XXX_DiscardUnknown()

func (*GetUserAttributesResponse) XXX_Marshal

func (m *GetUserAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserAttributesResponse) XXX_Merge

func (m *GetUserAttributesResponse) XXX_Merge(src proto.Message)

func (*GetUserAttributesResponse) XXX_Size

func (m *GetUserAttributesResponse) XXX_Size() int

func (*GetUserAttributesResponse) XXX_Unmarshal

func (m *GetUserAttributesResponse) XXX_Unmarshal(b []byte) error

type GetUserSettingsRequest

type GetUserSettingsRequest struct {
	ID *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*GetUserSettingsRequest) Descriptor

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

func (*GetUserSettingsRequest) Equal

func (this *GetUserSettingsRequest) Equal(that interface{}) bool

func (*GetUserSettingsRequest) GetID

func (m *GetUserSettingsRequest) GetID() *uuidpb.UUID

func (*GetUserSettingsRequest) GoString

func (this *GetUserSettingsRequest) GoString() string

func (*GetUserSettingsRequest) Marshal

func (m *GetUserSettingsRequest) Marshal() (dAtA []byte, err error)

func (*GetUserSettingsRequest) MarshalTo

func (m *GetUserSettingsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUserSettingsRequest) MarshalToSizedBuffer

func (m *GetUserSettingsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserSettingsRequest) ProtoMessage

func (*GetUserSettingsRequest) ProtoMessage()

func (*GetUserSettingsRequest) Reset

func (m *GetUserSettingsRequest) Reset()

func (*GetUserSettingsRequest) Size

func (m *GetUserSettingsRequest) Size() (n int)

func (*GetUserSettingsRequest) String

func (this *GetUserSettingsRequest) String() string

func (*GetUserSettingsRequest) Unmarshal

func (m *GetUserSettingsRequest) Unmarshal(dAtA []byte) error

func (*GetUserSettingsRequest) XXX_DiscardUnknown

func (m *GetUserSettingsRequest) XXX_DiscardUnknown()

func (*GetUserSettingsRequest) XXX_Marshal

func (m *GetUserSettingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserSettingsRequest) XXX_Merge

func (m *GetUserSettingsRequest) XXX_Merge(src proto.Message)

func (*GetUserSettingsRequest) XXX_Size

func (m *GetUserSettingsRequest) XXX_Size() int

func (*GetUserSettingsRequest) XXX_Unmarshal

func (m *GetUserSettingsRequest) XXX_Unmarshal(b []byte) error

type GetUserSettingsResponse

type GetUserSettingsResponse struct {
	AnalyticsOptout bool `protobuf:"varint,2,opt,name=analytics_optout,json=analyticsOptout,proto3" json:"analytics_optout,omitempty"`
}

func (*GetUserSettingsResponse) Descriptor

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

func (*GetUserSettingsResponse) Equal

func (this *GetUserSettingsResponse) Equal(that interface{}) bool

func (*GetUserSettingsResponse) GetAnalyticsOptout

func (m *GetUserSettingsResponse) GetAnalyticsOptout() bool

func (*GetUserSettingsResponse) GoString

func (this *GetUserSettingsResponse) GoString() string

func (*GetUserSettingsResponse) Marshal

func (m *GetUserSettingsResponse) Marshal() (dAtA []byte, err error)

func (*GetUserSettingsResponse) MarshalTo

func (m *GetUserSettingsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUserSettingsResponse) MarshalToSizedBuffer

func (m *GetUserSettingsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserSettingsResponse) ProtoMessage

func (*GetUserSettingsResponse) ProtoMessage()

func (*GetUserSettingsResponse) Reset

func (m *GetUserSettingsResponse) Reset()

func (*GetUserSettingsResponse) Size

func (m *GetUserSettingsResponse) Size() (n int)

func (*GetUserSettingsResponse) String

func (this *GetUserSettingsResponse) String() string

func (*GetUserSettingsResponse) Unmarshal

func (m *GetUserSettingsResponse) Unmarshal(dAtA []byte) error

func (*GetUserSettingsResponse) XXX_DiscardUnknown

func (m *GetUserSettingsResponse) XXX_DiscardUnknown()

func (*GetUserSettingsResponse) XXX_Marshal

func (m *GetUserSettingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserSettingsResponse) XXX_Merge

func (m *GetUserSettingsResponse) XXX_Merge(src proto.Message)

func (*GetUserSettingsResponse) XXX_Size

func (m *GetUserSettingsResponse) XXX_Size() int

func (*GetUserSettingsResponse) XXX_Unmarshal

func (m *GetUserSettingsResponse) XXX_Unmarshal(b []byte) error

type GetUsersInOrgRequest

type GetUsersInOrgRequest struct {
	OrgID *uuidpb.UUID `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
}

func (*GetUsersInOrgRequest) Descriptor

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

func (*GetUsersInOrgRequest) Equal

func (this *GetUsersInOrgRequest) Equal(that interface{}) bool

func (*GetUsersInOrgRequest) GetOrgID

func (m *GetUsersInOrgRequest) GetOrgID() *uuidpb.UUID

func (*GetUsersInOrgRequest) GoString

func (this *GetUsersInOrgRequest) GoString() string

func (*GetUsersInOrgRequest) Marshal

func (m *GetUsersInOrgRequest) Marshal() (dAtA []byte, err error)

func (*GetUsersInOrgRequest) MarshalTo

func (m *GetUsersInOrgRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUsersInOrgRequest) MarshalToSizedBuffer

func (m *GetUsersInOrgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUsersInOrgRequest) ProtoMessage

func (*GetUsersInOrgRequest) ProtoMessage()

func (*GetUsersInOrgRequest) Reset

func (m *GetUsersInOrgRequest) Reset()

func (*GetUsersInOrgRequest) Size

func (m *GetUsersInOrgRequest) Size() (n int)

func (*GetUsersInOrgRequest) String

func (this *GetUsersInOrgRequest) String() string

func (*GetUsersInOrgRequest) Unmarshal

func (m *GetUsersInOrgRequest) Unmarshal(dAtA []byte) error

func (*GetUsersInOrgRequest) XXX_DiscardUnknown

func (m *GetUsersInOrgRequest) XXX_DiscardUnknown()

func (*GetUsersInOrgRequest) XXX_Marshal

func (m *GetUsersInOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUsersInOrgRequest) XXX_Merge

func (m *GetUsersInOrgRequest) XXX_Merge(src proto.Message)

func (*GetUsersInOrgRequest) XXX_Size

func (m *GetUsersInOrgRequest) XXX_Size() int

func (*GetUsersInOrgRequest) XXX_Unmarshal

func (m *GetUsersInOrgRequest) XXX_Unmarshal(b []byte) error

type GetUsersInOrgResponse

type GetUsersInOrgResponse struct {
	Users []*UserInfo `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
}

func (*GetUsersInOrgResponse) Descriptor

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

func (*GetUsersInOrgResponse) Equal

func (this *GetUsersInOrgResponse) Equal(that interface{}) bool

func (*GetUsersInOrgResponse) GetUsers

func (m *GetUsersInOrgResponse) GetUsers() []*UserInfo

func (*GetUsersInOrgResponse) GoString

func (this *GetUsersInOrgResponse) GoString() string

func (*GetUsersInOrgResponse) Marshal

func (m *GetUsersInOrgResponse) Marshal() (dAtA []byte, err error)

func (*GetUsersInOrgResponse) MarshalTo

func (m *GetUsersInOrgResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUsersInOrgResponse) MarshalToSizedBuffer

func (m *GetUsersInOrgResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUsersInOrgResponse) ProtoMessage

func (*GetUsersInOrgResponse) ProtoMessage()

func (*GetUsersInOrgResponse) Reset

func (m *GetUsersInOrgResponse) Reset()

func (*GetUsersInOrgResponse) Size

func (m *GetUsersInOrgResponse) Size() (n int)

func (*GetUsersInOrgResponse) String

func (this *GetUsersInOrgResponse) String() string

func (*GetUsersInOrgResponse) Unmarshal

func (m *GetUsersInOrgResponse) Unmarshal(dAtA []byte) error

func (*GetUsersInOrgResponse) XXX_DiscardUnknown

func (m *GetUsersInOrgResponse) XXX_DiscardUnknown()

func (*GetUsersInOrgResponse) XXX_Marshal

func (m *GetUsersInOrgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUsersInOrgResponse) XXX_Merge

func (m *GetUsersInOrgResponse) XXX_Merge(src proto.Message)

func (*GetUsersInOrgResponse) XXX_Size

func (m *GetUsersInOrgResponse) XXX_Size() int

func (*GetUsersInOrgResponse) XXX_Unmarshal

func (m *GetUsersInOrgResponse) XXX_Unmarshal(b []byte) error

type InviteUserRequest

type InviteUserRequest struct {
	Email     string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName  string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
}

func (*InviteUserRequest) Descriptor

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

func (*InviteUserRequest) Equal

func (this *InviteUserRequest) Equal(that interface{}) bool

func (*InviteUserRequest) GetEmail

func (m *InviteUserRequest) GetEmail() string

func (*InviteUserRequest) GetFirstName

func (m *InviteUserRequest) GetFirstName() string

func (*InviteUserRequest) GetLastName

func (m *InviteUserRequest) GetLastName() string

func (*InviteUserRequest) GoString

func (this *InviteUserRequest) GoString() string

func (*InviteUserRequest) Marshal

func (m *InviteUserRequest) Marshal() (dAtA []byte, err error)

func (*InviteUserRequest) MarshalTo

func (m *InviteUserRequest) MarshalTo(dAtA []byte) (int, error)

func (*InviteUserRequest) MarshalToSizedBuffer

func (m *InviteUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InviteUserRequest) ProtoMessage

func (*InviteUserRequest) ProtoMessage()

func (*InviteUserRequest) Reset

func (m *InviteUserRequest) Reset()

func (*InviteUserRequest) Size

func (m *InviteUserRequest) Size() (n int)

func (*InviteUserRequest) String

func (this *InviteUserRequest) String() string

func (*InviteUserRequest) Unmarshal

func (m *InviteUserRequest) Unmarshal(dAtA []byte) error

func (*InviteUserRequest) XXX_DiscardUnknown

func (m *InviteUserRequest) XXX_DiscardUnknown()

func (*InviteUserRequest) XXX_Marshal

func (m *InviteUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InviteUserRequest) XXX_Merge

func (m *InviteUserRequest) XXX_Merge(src proto.Message)

func (*InviteUserRequest) XXX_Size

func (m *InviteUserRequest) XXX_Size() int

func (*InviteUserRequest) XXX_Unmarshal

func (m *InviteUserRequest) XXX_Unmarshal(b []byte) error

type InviteUserResponse

type InviteUserResponse struct {
	Email      string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	InviteLink string `protobuf:"bytes,2,opt,name=invite_link,json=inviteLink,proto3" json:"invite_link,omitempty"`
}

func (*InviteUserResponse) Descriptor

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

func (*InviteUserResponse) Equal

func (this *InviteUserResponse) Equal(that interface{}) bool

func (*InviteUserResponse) GetEmail

func (m *InviteUserResponse) GetEmail() string
func (m *InviteUserResponse) GetInviteLink() string

func (*InviteUserResponse) GoString

func (this *InviteUserResponse) GoString() string

func (*InviteUserResponse) Marshal

func (m *InviteUserResponse) Marshal() (dAtA []byte, err error)

func (*InviteUserResponse) MarshalTo

func (m *InviteUserResponse) MarshalTo(dAtA []byte) (int, error)

func (*InviteUserResponse) MarshalToSizedBuffer

func (m *InviteUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InviteUserResponse) ProtoMessage

func (*InviteUserResponse) ProtoMessage()

func (*InviteUserResponse) Reset

func (m *InviteUserResponse) Reset()

func (*InviteUserResponse) Size

func (m *InviteUserResponse) Size() (n int)

func (*InviteUserResponse) String

func (this *InviteUserResponse) String() string

func (*InviteUserResponse) Unmarshal

func (m *InviteUserResponse) Unmarshal(dAtA []byte) error

func (*InviteUserResponse) XXX_DiscardUnknown

func (m *InviteUserResponse) XXX_DiscardUnknown()

func (*InviteUserResponse) XXX_Marshal

func (m *InviteUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InviteUserResponse) XXX_Merge

func (m *InviteUserResponse) XXX_Merge(src proto.Message)

func (*InviteUserResponse) XXX_Size

func (m *InviteUserResponse) XXX_Size() int

func (*InviteUserResponse) XXX_Unmarshal

func (m *InviteUserResponse) XXX_Unmarshal(b []byte) error

type K8SEvent

type K8SEvent struct {
	Message   string           `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	FirstTime *types.Timestamp `protobuf:"bytes,2,opt,name=first_time,json=firstTime,proto3" json:"first_time,omitempty"`
	LastTime  *types.Timestamp `protobuf:"bytes,3,opt,name=last_time,json=lastTime,proto3" json:"last_time,omitempty"`
}

func (*K8SEvent) Descriptor

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

func (*K8SEvent) Equal

func (this *K8SEvent) Equal(that interface{}) bool

func (*K8SEvent) GetFirstTime

func (m *K8SEvent) GetFirstTime() *types.Timestamp

func (*K8SEvent) GetLastTime

func (m *K8SEvent) GetLastTime() *types.Timestamp

func (*K8SEvent) GetMessage

func (m *K8SEvent) GetMessage() string

func (*K8SEvent) GoString

func (this *K8SEvent) GoString() string

func (*K8SEvent) Marshal

func (m *K8SEvent) Marshal() (dAtA []byte, err error)

func (*K8SEvent) MarshalTo

func (m *K8SEvent) MarshalTo(dAtA []byte) (int, error)

func (*K8SEvent) MarshalToSizedBuffer

func (m *K8SEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*K8SEvent) ProtoMessage

func (*K8SEvent) ProtoMessage()

func (*K8SEvent) Reset

func (m *K8SEvent) Reset()

func (*K8SEvent) Size

func (m *K8SEvent) Size() (n int)

func (*K8SEvent) String

func (this *K8SEvent) String() string

func (*K8SEvent) Unmarshal

func (m *K8SEvent) Unmarshal(dAtA []byte) error

func (*K8SEvent) XXX_DiscardUnknown

func (m *K8SEvent) XXX_DiscardUnknown()

func (*K8SEvent) XXX_Marshal

func (m *K8SEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*K8SEvent) XXX_Merge

func (m *K8SEvent) XXX_Merge(src proto.Message)

func (*K8SEvent) XXX_Size

func (m *K8SEvent) XXX_Size() int

func (*K8SEvent) XXX_Unmarshal

func (m *K8SEvent) XXX_Unmarshal(b []byte) error

type ListAPIKeyRequest

type ListAPIKeyRequest struct {
}

func (*ListAPIKeyRequest) Descriptor

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

func (*ListAPIKeyRequest) Equal

func (this *ListAPIKeyRequest) Equal(that interface{}) bool

func (*ListAPIKeyRequest) GoString

func (this *ListAPIKeyRequest) GoString() string

func (*ListAPIKeyRequest) Marshal

func (m *ListAPIKeyRequest) Marshal() (dAtA []byte, err error)

func (*ListAPIKeyRequest) MarshalTo

func (m *ListAPIKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListAPIKeyRequest) MarshalToSizedBuffer

func (m *ListAPIKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListAPIKeyRequest) ProtoMessage

func (*ListAPIKeyRequest) ProtoMessage()

func (*ListAPIKeyRequest) Reset

func (m *ListAPIKeyRequest) Reset()

func (*ListAPIKeyRequest) Size

func (m *ListAPIKeyRequest) Size() (n int)

func (*ListAPIKeyRequest) String

func (this *ListAPIKeyRequest) String() string

func (*ListAPIKeyRequest) Unmarshal

func (m *ListAPIKeyRequest) Unmarshal(dAtA []byte) error

func (*ListAPIKeyRequest) XXX_DiscardUnknown

func (m *ListAPIKeyRequest) XXX_DiscardUnknown()

func (*ListAPIKeyRequest) XXX_Marshal

func (m *ListAPIKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAPIKeyRequest) XXX_Merge

func (m *ListAPIKeyRequest) XXX_Merge(src proto.Message)

func (*ListAPIKeyRequest) XXX_Size

func (m *ListAPIKeyRequest) XXX_Size() int

func (*ListAPIKeyRequest) XXX_Unmarshal

func (m *ListAPIKeyRequest) XXX_Unmarshal(b []byte) error

type ListAPIKeyResponse

type ListAPIKeyResponse struct {
	Keys []*APIKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
}

func (*ListAPIKeyResponse) Descriptor

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

func (*ListAPIKeyResponse) Equal

func (this *ListAPIKeyResponse) Equal(that interface{}) bool

func (*ListAPIKeyResponse) GetKeys

func (m *ListAPIKeyResponse) GetKeys() []*APIKey

func (*ListAPIKeyResponse) GoString

func (this *ListAPIKeyResponse) GoString() string

func (*ListAPIKeyResponse) Marshal

func (m *ListAPIKeyResponse) Marshal() (dAtA []byte, err error)

func (*ListAPIKeyResponse) MarshalTo

func (m *ListAPIKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListAPIKeyResponse) MarshalToSizedBuffer

func (m *ListAPIKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListAPIKeyResponse) ProtoMessage

func (*ListAPIKeyResponse) ProtoMessage()

func (*ListAPIKeyResponse) Reset

func (m *ListAPIKeyResponse) Reset()

func (*ListAPIKeyResponse) Size

func (m *ListAPIKeyResponse) Size() (n int)

func (*ListAPIKeyResponse) String

func (this *ListAPIKeyResponse) String() string

func (*ListAPIKeyResponse) Unmarshal

func (m *ListAPIKeyResponse) Unmarshal(dAtA []byte) error

func (*ListAPIKeyResponse) XXX_DiscardUnknown

func (m *ListAPIKeyResponse) XXX_DiscardUnknown()

func (*ListAPIKeyResponse) XXX_Marshal

func (m *ListAPIKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAPIKeyResponse) XXX_Merge

func (m *ListAPIKeyResponse) XXX_Merge(src proto.Message)

func (*ListAPIKeyResponse) XXX_Size

func (m *ListAPIKeyResponse) XXX_Size() int

func (*ListAPIKeyResponse) XXX_Unmarshal

func (m *ListAPIKeyResponse) XXX_Unmarshal(b []byte) error

type ListDeploymentKeyRequest

type ListDeploymentKeyRequest struct {
}

func (*ListDeploymentKeyRequest) Descriptor

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

func (*ListDeploymentKeyRequest) Equal

func (this *ListDeploymentKeyRequest) Equal(that interface{}) bool

func (*ListDeploymentKeyRequest) GoString

func (this *ListDeploymentKeyRequest) GoString() string

func (*ListDeploymentKeyRequest) Marshal

func (m *ListDeploymentKeyRequest) Marshal() (dAtA []byte, err error)

func (*ListDeploymentKeyRequest) MarshalTo

func (m *ListDeploymentKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListDeploymentKeyRequest) MarshalToSizedBuffer

func (m *ListDeploymentKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListDeploymentKeyRequest) ProtoMessage

func (*ListDeploymentKeyRequest) ProtoMessage()

func (*ListDeploymentKeyRequest) Reset

func (m *ListDeploymentKeyRequest) Reset()

func (*ListDeploymentKeyRequest) Size

func (m *ListDeploymentKeyRequest) Size() (n int)

func (*ListDeploymentKeyRequest) String

func (this *ListDeploymentKeyRequest) String() string

func (*ListDeploymentKeyRequest) Unmarshal

func (m *ListDeploymentKeyRequest) Unmarshal(dAtA []byte) error

func (*ListDeploymentKeyRequest) XXX_DiscardUnknown

func (m *ListDeploymentKeyRequest) XXX_DiscardUnknown()

func (*ListDeploymentKeyRequest) XXX_Marshal

func (m *ListDeploymentKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDeploymentKeyRequest) XXX_Merge

func (m *ListDeploymentKeyRequest) XXX_Merge(src proto.Message)

func (*ListDeploymentKeyRequest) XXX_Size

func (m *ListDeploymentKeyRequest) XXX_Size() int

func (*ListDeploymentKeyRequest) XXX_Unmarshal

func (m *ListDeploymentKeyRequest) XXX_Unmarshal(b []byte) error

type ListDeploymentKeyResponse

type ListDeploymentKeyResponse struct {
	Keys []*DeploymentKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
}

func (*ListDeploymentKeyResponse) Descriptor

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

func (*ListDeploymentKeyResponse) Equal

func (this *ListDeploymentKeyResponse) Equal(that interface{}) bool

func (*ListDeploymentKeyResponse) GetKeys

func (m *ListDeploymentKeyResponse) GetKeys() []*DeploymentKey

func (*ListDeploymentKeyResponse) GoString

func (this *ListDeploymentKeyResponse) GoString() string

func (*ListDeploymentKeyResponse) Marshal

func (m *ListDeploymentKeyResponse) Marshal() (dAtA []byte, err error)

func (*ListDeploymentKeyResponse) MarshalTo

func (m *ListDeploymentKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListDeploymentKeyResponse) MarshalToSizedBuffer

func (m *ListDeploymentKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListDeploymentKeyResponse) ProtoMessage

func (*ListDeploymentKeyResponse) ProtoMessage()

func (*ListDeploymentKeyResponse) Reset

func (m *ListDeploymentKeyResponse) Reset()

func (*ListDeploymentKeyResponse) Size

func (m *ListDeploymentKeyResponse) Size() (n int)

func (*ListDeploymentKeyResponse) String

func (this *ListDeploymentKeyResponse) String() string

func (*ListDeploymentKeyResponse) Unmarshal

func (m *ListDeploymentKeyResponse) Unmarshal(dAtA []byte) error

func (*ListDeploymentKeyResponse) XXX_DiscardUnknown

func (m *ListDeploymentKeyResponse) XXX_DiscardUnknown()

func (*ListDeploymentKeyResponse) XXX_Marshal

func (m *ListDeploymentKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDeploymentKeyResponse) XXX_Merge

func (m *ListDeploymentKeyResponse) XXX_Merge(src proto.Message)

func (*ListDeploymentKeyResponse) XXX_Size

func (m *ListDeploymentKeyResponse) XXX_Size() int

func (*ListDeploymentKeyResponse) XXX_Unmarshal

func (m *ListDeploymentKeyResponse) XXX_Unmarshal(b []byte) error

type LiveViewMetadata

type LiveViewMetadata struct {
	ID   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
}

func (*LiveViewMetadata) Descriptor

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

func (*LiveViewMetadata) Equal

func (this *LiveViewMetadata) Equal(that interface{}) bool

func (*LiveViewMetadata) GetDesc

func (m *LiveViewMetadata) GetDesc() string

func (*LiveViewMetadata) GetID

func (m *LiveViewMetadata) GetID() string

func (*LiveViewMetadata) GetName

func (m *LiveViewMetadata) GetName() string

func (*LiveViewMetadata) GoString

func (this *LiveViewMetadata) GoString() string

func (*LiveViewMetadata) Marshal

func (m *LiveViewMetadata) Marshal() (dAtA []byte, err error)

func (*LiveViewMetadata) MarshalTo

func (m *LiveViewMetadata) MarshalTo(dAtA []byte) (int, error)

func (*LiveViewMetadata) MarshalToSizedBuffer

func (m *LiveViewMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LiveViewMetadata) ProtoMessage

func (*LiveViewMetadata) ProtoMessage()

func (*LiveViewMetadata) Reset

func (m *LiveViewMetadata) Reset()

func (*LiveViewMetadata) Size

func (m *LiveViewMetadata) Size() (n int)

func (*LiveViewMetadata) String

func (this *LiveViewMetadata) String() string

func (*LiveViewMetadata) Unmarshal

func (m *LiveViewMetadata) Unmarshal(dAtA []byte) error

func (*LiveViewMetadata) XXX_DiscardUnknown

func (m *LiveViewMetadata) XXX_DiscardUnknown()

func (*LiveViewMetadata) XXX_Marshal

func (m *LiveViewMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiveViewMetadata) XXX_Merge

func (m *LiveViewMetadata) XXX_Merge(src proto.Message)

func (*LiveViewMetadata) XXX_Size

func (m *LiveViewMetadata) XXX_Size() int

func (*LiveViewMetadata) XXX_Unmarshal

func (m *LiveViewMetadata) XXX_Unmarshal(b []byte) error

type LoginReply

type LoginReply struct {
	Token     string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	ExpiresAt int64  `protobuf:"varint,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
}

func (*LoginReply) Descriptor

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

func (*LoginReply) Equal

func (this *LoginReply) Equal(that interface{}) bool

func (*LoginReply) GetExpiresAt

func (m *LoginReply) GetExpiresAt() int64

func (*LoginReply) GetToken

func (m *LoginReply) GetToken() string

func (*LoginReply) GoString

func (this *LoginReply) GoString() string

func (*LoginReply) Marshal

func (m *LoginReply) Marshal() (dAtA []byte, err error)

func (*LoginReply) MarshalTo

func (m *LoginReply) MarshalTo(dAtA []byte) (int, error)

func (*LoginReply) MarshalToSizedBuffer

func (m *LoginReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LoginReply) ProtoMessage

func (*LoginReply) ProtoMessage()

func (*LoginReply) Reset

func (m *LoginReply) Reset()

func (*LoginReply) Size

func (m *LoginReply) Size() (n int)

func (*LoginReply) String

func (this *LoginReply) String() string

func (*LoginReply) Unmarshal

func (m *LoginReply) Unmarshal(dAtA []byte) error

func (*LoginReply) XXX_DiscardUnknown

func (m *LoginReply) XXX_DiscardUnknown()

func (*LoginReply) XXX_Marshal

func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginReply) XXX_Merge

func (m *LoginReply) XXX_Merge(src proto.Message)

func (*LoginReply) XXX_Size

func (m *LoginReply) XXX_Size() int

func (*LoginReply) XXX_Unmarshal

func (m *LoginReply) XXX_Unmarshal(b []byte) error

type LoginRequest

type LoginRequest struct {
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
}

func (*LoginRequest) Descriptor

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

func (*LoginRequest) Equal

func (this *LoginRequest) Equal(that interface{}) bool

func (*LoginRequest) GetAccessToken

func (m *LoginRequest) GetAccessToken() string

func (*LoginRequest) GoString

func (this *LoginRequest) GoString() string

func (*LoginRequest) Marshal

func (m *LoginRequest) Marshal() (dAtA []byte, err error)

func (*LoginRequest) MarshalTo

func (m *LoginRequest) MarshalTo(dAtA []byte) (int, error)

func (*LoginRequest) MarshalToSizedBuffer

func (m *LoginRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) Reset

func (m *LoginRequest) Reset()

func (*LoginRequest) Size

func (m *LoginRequest) Size() (n int)

func (*LoginRequest) String

func (this *LoginRequest) String() string

func (*LoginRequest) Unmarshal

func (m *LoginRequest) Unmarshal(dAtA []byte) error

func (*LoginRequest) XXX_DiscardUnknown

func (m *LoginRequest) XXX_DiscardUnknown()

func (*LoginRequest) XXX_Marshal

func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginRequest) XXX_Merge

func (m *LoginRequest) XXX_Merge(src proto.Message)

func (*LoginRequest) XXX_Size

func (m *LoginRequest) XXX_Size() int

func (*LoginRequest) XXX_Unmarshal

func (m *LoginRequest) XXX_Unmarshal(b []byte) error

type OrgInfo

type OrgInfo struct {
	ID              *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgName         string       `protobuf:"bytes,2,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	DomainName      string       `protobuf:"bytes,3,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
	EnableApprovals bool         `protobuf:"varint,4,opt,name=enable_approvals,json=enableApprovals,proto3" json:"enable_approvals,omitempty"`
}

func (*OrgInfo) Descriptor

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

func (*OrgInfo) Equal

func (this *OrgInfo) Equal(that interface{}) bool

func (*OrgInfo) GetDomainName

func (m *OrgInfo) GetDomainName() string

func (*OrgInfo) GetEnableApprovals

func (m *OrgInfo) GetEnableApprovals() bool

func (*OrgInfo) GetID

func (m *OrgInfo) GetID() *uuidpb.UUID

func (*OrgInfo) GetOrgName

func (m *OrgInfo) GetOrgName() string

func (*OrgInfo) GoString

func (this *OrgInfo) GoString() string

func (*OrgInfo) Marshal

func (m *OrgInfo) Marshal() (dAtA []byte, err error)

func (*OrgInfo) MarshalTo

func (m *OrgInfo) MarshalTo(dAtA []byte) (int, error)

func (*OrgInfo) MarshalToSizedBuffer

func (m *OrgInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OrgInfo) ProtoMessage

func (*OrgInfo) ProtoMessage()

func (*OrgInfo) Reset

func (m *OrgInfo) Reset()

func (*OrgInfo) Size

func (m *OrgInfo) Size() (n int)

func (*OrgInfo) String

func (this *OrgInfo) String() string

func (*OrgInfo) Unmarshal

func (m *OrgInfo) Unmarshal(dAtA []byte) error

func (*OrgInfo) XXX_DiscardUnknown

func (m *OrgInfo) XXX_DiscardUnknown()

func (*OrgInfo) XXX_Marshal

func (m *OrgInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrgInfo) XXX_Merge

func (m *OrgInfo) XXX_Merge(src proto.Message)

func (*OrgInfo) XXX_Size

func (m *OrgInfo) XXX_Size() int

func (*OrgInfo) XXX_Unmarshal

func (m *OrgInfo) XXX_Unmarshal(b []byte) error

type OrganizationServiceClient

type OrganizationServiceClient interface {
	InviteUser(ctx context.Context, in *InviteUserRequest, opts ...grpc.CallOption) (*InviteUserResponse, error)
	GetOrg(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*OrgInfo, error)
	UpdateOrg(ctx context.Context, in *UpdateOrgRequest, opts ...grpc.CallOption) (*OrgInfo, error)
	GetUsersInOrg(ctx context.Context, in *GetUsersInOrgRequest, opts ...grpc.CallOption) (*GetUsersInOrgResponse, error)
}

OrganizationServiceClient is the client API for OrganizationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewOrganizationServiceClient

func NewOrganizationServiceClient(cc *grpc.ClientConn) OrganizationServiceClient

type OrganizationServiceServer

type OrganizationServiceServer interface {
	InviteUser(context.Context, *InviteUserRequest) (*InviteUserResponse, error)
	GetOrg(context.Context, *uuidpb.UUID) (*OrgInfo, error)
	UpdateOrg(context.Context, *UpdateOrgRequest) (*OrgInfo, error)
	GetUsersInOrg(context.Context, *GetUsersInOrgRequest) (*GetUsersInOrgResponse, error)
}

OrganizationServiceServer is the server API for OrganizationService service.

type PodPhase

type PodPhase int32
const (
	PHASE_UNKNOWN PodPhase = 0
	PENDING       PodPhase = 1
	RUNNING       PodPhase = 2
	SUCCEEDED     PodPhase = 3
	FAILED        PodPhase = 4
)

func (PodPhase) EnumDescriptor

func (PodPhase) EnumDescriptor() ([]byte, []int)

func (PodPhase) String

func (x PodPhase) String() string

type PodStatus

type PodStatus struct {
	Name          string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Status        PodPhase           `protobuf:"varint,2,opt,name=status,proto3,enum=px.cloudapi.PodPhase" json:"status,omitempty"`
	StatusMessage string             `protobuf:"bytes,3,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	Reason        string             `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"`
	Containers    []*ContainerStatus `protobuf:"bytes,5,rep,name=containers,proto3" json:"containers,omitempty"`
	CreatedAt     *types.Timestamp   `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Events        []*K8SEvent        `protobuf:"bytes,7,rep,name=events,proto3" json:"events,omitempty"`
	RestartCount  int64              `protobuf:"varint,8,opt,name=restart_count,json=restartCount,proto3" json:"restart_count,omitempty"`
}

func (*PodStatus) Descriptor

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

func (*PodStatus) Equal

func (this *PodStatus) Equal(that interface{}) bool

func (*PodStatus) GetContainers

func (m *PodStatus) GetContainers() []*ContainerStatus

func (*PodStatus) GetCreatedAt

func (m *PodStatus) GetCreatedAt() *types.Timestamp

func (*PodStatus) GetEvents

func (m *PodStatus) GetEvents() []*K8SEvent

func (*PodStatus) GetName

func (m *PodStatus) GetName() string

func (*PodStatus) GetReason

func (m *PodStatus) GetReason() string

func (*PodStatus) GetRestartCount added in v0.2.0

func (m *PodStatus) GetRestartCount() int64

func (*PodStatus) GetStatus

func (m *PodStatus) GetStatus() PodPhase

func (*PodStatus) GetStatusMessage

func (m *PodStatus) GetStatusMessage() string

func (*PodStatus) GoString

func (this *PodStatus) GoString() string

func (*PodStatus) Marshal

func (m *PodStatus) Marshal() (dAtA []byte, err error)

func (*PodStatus) MarshalTo

func (m *PodStatus) MarshalTo(dAtA []byte) (int, error)

func (*PodStatus) MarshalToSizedBuffer

func (m *PodStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PodStatus) ProtoMessage

func (*PodStatus) ProtoMessage()

func (*PodStatus) Reset

func (m *PodStatus) Reset()

func (*PodStatus) Size

func (m *PodStatus) Size() (n int)

func (*PodStatus) String

func (this *PodStatus) String() string

func (*PodStatus) Unmarshal

func (m *PodStatus) Unmarshal(dAtA []byte) error

func (*PodStatus) XXX_DiscardUnknown

func (m *PodStatus) XXX_DiscardUnknown()

func (*PodStatus) XXX_Marshal

func (m *PodStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PodStatus) XXX_Merge

func (m *PodStatus) XXX_Merge(src proto.Message)

func (*PodStatus) XXX_Size

func (m *PodStatus) XXX_Size() int

func (*PodStatus) XXX_Unmarshal

func (m *PodStatus) XXX_Unmarshal(b []byte) error

type ProfileServiceClient

type ProfileServiceClient interface {
	GetOrgInfo(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*OrgInfo, error)
}

ProfileServiceClient is the client API for ProfileService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewProfileServiceClient

func NewProfileServiceClient(cc *grpc.ClientConn) ProfileServiceClient

type ProfileServiceServer

type ProfileServiceServer interface {
	GetOrgInfo(context.Context, *uuidpb.UUID) (*OrgInfo, error)
}

ProfileServiceServer is the server API for ProfileService service.

type ScriptMetadata

type ScriptMetadata struct {
	ID          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Desc        string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	HasLiveView bool   `protobuf:"varint,4,opt,name=has_live_view,json=hasLiveView,proto3" json:"has_live_view,omitempty"`
}

func (*ScriptMetadata) Descriptor

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

func (*ScriptMetadata) Equal

func (this *ScriptMetadata) Equal(that interface{}) bool

func (*ScriptMetadata) GetDesc

func (m *ScriptMetadata) GetDesc() string

func (*ScriptMetadata) GetHasLiveView

func (m *ScriptMetadata) GetHasLiveView() bool

func (*ScriptMetadata) GetID

func (m *ScriptMetadata) GetID() string

func (*ScriptMetadata) GetName

func (m *ScriptMetadata) GetName() string

func (*ScriptMetadata) GoString

func (this *ScriptMetadata) GoString() string

func (*ScriptMetadata) Marshal

func (m *ScriptMetadata) Marshal() (dAtA []byte, err error)

func (*ScriptMetadata) MarshalTo

func (m *ScriptMetadata) MarshalTo(dAtA []byte) (int, error)

func (*ScriptMetadata) MarshalToSizedBuffer

func (m *ScriptMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScriptMetadata) ProtoMessage

func (*ScriptMetadata) ProtoMessage()

func (*ScriptMetadata) Reset

func (m *ScriptMetadata) Reset()

func (*ScriptMetadata) Size

func (m *ScriptMetadata) Size() (n int)

func (*ScriptMetadata) String

func (this *ScriptMetadata) String() string

func (*ScriptMetadata) Unmarshal

func (m *ScriptMetadata) Unmarshal(dAtA []byte) error

func (*ScriptMetadata) XXX_DiscardUnknown

func (m *ScriptMetadata) XXX_DiscardUnknown()

func (*ScriptMetadata) XXX_Marshal

func (m *ScriptMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScriptMetadata) XXX_Merge

func (m *ScriptMetadata) XXX_Merge(src proto.Message)

func (*ScriptMetadata) XXX_Size

func (m *ScriptMetadata) XXX_Size() int

func (*ScriptMetadata) XXX_Unmarshal

func (m *ScriptMetadata) XXX_Unmarshal(b []byte) error

type ScriptMgrClient

type ScriptMgrClient interface {
	GetLiveViews(ctx context.Context, in *GetLiveViewsReq, opts ...grpc.CallOption) (*GetLiveViewsResp, error)
	GetLiveViewContents(ctx context.Context, in *GetLiveViewContentsReq, opts ...grpc.CallOption) (*GetLiveViewContentsResp, error)
	GetScripts(ctx context.Context, in *GetScriptsReq, opts ...grpc.CallOption) (*GetScriptsResp, error)
	GetScriptContents(ctx context.Context, in *GetScriptContentsReq, opts ...grpc.CallOption) (*GetScriptContentsResp, error)
}

ScriptMgrClient is the client API for ScriptMgr service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewScriptMgrClient

func NewScriptMgrClient(cc *grpc.ClientConn) ScriptMgrClient

type ScriptMgrServer

ScriptMgrServer is the server API for ScriptMgr service.

type SetUserAttributesRequest

type SetUserAttributesRequest struct {
	ID       *uuidpb.UUID     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TourSeen *types.BoolValue `protobuf:"bytes,2,opt,name=tour_seen,json=tourSeen,proto3" json:"tour_seen,omitempty"`
}

func (*SetUserAttributesRequest) Descriptor

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

func (*SetUserAttributesRequest) Equal

func (this *SetUserAttributesRequest) Equal(that interface{}) bool

func (*SetUserAttributesRequest) GetID

func (m *SetUserAttributesRequest) GetID() *uuidpb.UUID

func (*SetUserAttributesRequest) GetTourSeen

func (m *SetUserAttributesRequest) GetTourSeen() *types.BoolValue

func (*SetUserAttributesRequest) GoString

func (this *SetUserAttributesRequest) GoString() string

func (*SetUserAttributesRequest) Marshal

func (m *SetUserAttributesRequest) Marshal() (dAtA []byte, err error)

func (*SetUserAttributesRequest) MarshalTo

func (m *SetUserAttributesRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetUserAttributesRequest) MarshalToSizedBuffer

func (m *SetUserAttributesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetUserAttributesRequest) ProtoMessage

func (*SetUserAttributesRequest) ProtoMessage()

func (*SetUserAttributesRequest) Reset

func (m *SetUserAttributesRequest) Reset()

func (*SetUserAttributesRequest) Size

func (m *SetUserAttributesRequest) Size() (n int)

func (*SetUserAttributesRequest) String

func (this *SetUserAttributesRequest) String() string

func (*SetUserAttributesRequest) Unmarshal

func (m *SetUserAttributesRequest) Unmarshal(dAtA []byte) error

func (*SetUserAttributesRequest) XXX_DiscardUnknown

func (m *SetUserAttributesRequest) XXX_DiscardUnknown()

func (*SetUserAttributesRequest) XXX_Marshal

func (m *SetUserAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserAttributesRequest) XXX_Merge

func (m *SetUserAttributesRequest) XXX_Merge(src proto.Message)

func (*SetUserAttributesRequest) XXX_Size

func (m *SetUserAttributesRequest) XXX_Size() int

func (*SetUserAttributesRequest) XXX_Unmarshal

func (m *SetUserAttributesRequest) XXX_Unmarshal(b []byte) error

type SetUserAttributesResponse

type SetUserAttributesResponse struct {
}

func (*SetUserAttributesResponse) Descriptor

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

func (*SetUserAttributesResponse) Equal

func (this *SetUserAttributesResponse) Equal(that interface{}) bool

func (*SetUserAttributesResponse) GoString

func (this *SetUserAttributesResponse) GoString() string

func (*SetUserAttributesResponse) Marshal

func (m *SetUserAttributesResponse) Marshal() (dAtA []byte, err error)

func (*SetUserAttributesResponse) MarshalTo

func (m *SetUserAttributesResponse) MarshalTo(dAtA []byte) (int, error)

func (*SetUserAttributesResponse) MarshalToSizedBuffer

func (m *SetUserAttributesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetUserAttributesResponse) ProtoMessage

func (*SetUserAttributesResponse) ProtoMessage()

func (*SetUserAttributesResponse) Reset

func (m *SetUserAttributesResponse) Reset()

func (*SetUserAttributesResponse) Size

func (m *SetUserAttributesResponse) Size() (n int)

func (*SetUserAttributesResponse) String

func (this *SetUserAttributesResponse) String() string

func (*SetUserAttributesResponse) Unmarshal

func (m *SetUserAttributesResponse) Unmarshal(dAtA []byte) error

func (*SetUserAttributesResponse) XXX_DiscardUnknown

func (m *SetUserAttributesResponse) XXX_DiscardUnknown()

func (*SetUserAttributesResponse) XXX_Marshal

func (m *SetUserAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserAttributesResponse) XXX_Merge

func (m *SetUserAttributesResponse) XXX_Merge(src proto.Message)

func (*SetUserAttributesResponse) XXX_Size

func (m *SetUserAttributesResponse) XXX_Size() int

func (*SetUserAttributesResponse) XXX_Unmarshal

func (m *SetUserAttributesResponse) XXX_Unmarshal(b []byte) error

type TabSuggestion

type TabSuggestion struct {
	TabIndex              int64                     `protobuf:"varint,1,opt,name=tab_index,json=tabIndex,proto3" json:"tab_index,omitempty"`
	ExecutableAfterSelect bool                      `` /* 127-byte string literal not displayed */
	Suggestions           []*AutocompleteSuggestion `protobuf:"bytes,3,rep,name=suggestions,proto3" json:"suggestions,omitempty"`
}

func (*TabSuggestion) Descriptor

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

func (*TabSuggestion) Equal

func (this *TabSuggestion) Equal(that interface{}) bool

func (*TabSuggestion) GetExecutableAfterSelect

func (m *TabSuggestion) GetExecutableAfterSelect() bool

func (*TabSuggestion) GetSuggestions

func (m *TabSuggestion) GetSuggestions() []*AutocompleteSuggestion

func (*TabSuggestion) GetTabIndex

func (m *TabSuggestion) GetTabIndex() int64

func (*TabSuggestion) GoString

func (this *TabSuggestion) GoString() string

func (*TabSuggestion) Marshal

func (m *TabSuggestion) Marshal() (dAtA []byte, err error)

func (*TabSuggestion) MarshalTo

func (m *TabSuggestion) MarshalTo(dAtA []byte) (int, error)

func (*TabSuggestion) MarshalToSizedBuffer

func (m *TabSuggestion) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TabSuggestion) ProtoMessage

func (*TabSuggestion) ProtoMessage()

func (*TabSuggestion) Reset

func (m *TabSuggestion) Reset()

func (*TabSuggestion) Size

func (m *TabSuggestion) Size() (n int)

func (*TabSuggestion) String

func (this *TabSuggestion) String() string

func (*TabSuggestion) Unmarshal

func (m *TabSuggestion) Unmarshal(dAtA []byte) error

func (*TabSuggestion) XXX_DiscardUnknown

func (m *TabSuggestion) XXX_DiscardUnknown()

func (*TabSuggestion) XXX_Marshal

func (m *TabSuggestion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TabSuggestion) XXX_Merge

func (m *TabSuggestion) XXX_Merge(src proto.Message)

func (*TabSuggestion) XXX_Size

func (m *TabSuggestion) XXX_Size() int

func (*TabSuggestion) XXX_Unmarshal

func (m *TabSuggestion) XXX_Unmarshal(b []byte) error

type UnimplementedAPIKeyManagerServer

type UnimplementedAPIKeyManagerServer struct {
}

UnimplementedAPIKeyManagerServer can be embedded to have forward compatible implementations.

func (*UnimplementedAPIKeyManagerServer) Create

func (*UnimplementedAPIKeyManagerServer) Delete

func (*UnimplementedAPIKeyManagerServer) Get

func (*UnimplementedAPIKeyManagerServer) List

type UnimplementedArtifactTrackerServer

type UnimplementedArtifactTrackerServer struct {
}

UnimplementedArtifactTrackerServer can be embedded to have forward compatible implementations.

func (*UnimplementedArtifactTrackerServer) GetArtifactList

type UnimplementedAuthServiceServer

type UnimplementedAuthServiceServer struct {
}

UnimplementedAuthServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAuthServiceServer) Login

type UnimplementedAutocompleteServiceServer

type UnimplementedAutocompleteServiceServer struct {
}

UnimplementedAutocompleteServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAutocompleteServiceServer) Autocomplete

func (*UnimplementedAutocompleteServiceServer) AutocompleteField

type UnimplementedConfigServiceServer

type UnimplementedConfigServiceServer struct {
}

UnimplementedConfigServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedConfigServiceServer) GetConfigForVizier

type UnimplementedOrganizationServiceServer

type UnimplementedOrganizationServiceServer struct {
}

UnimplementedOrganizationServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedOrganizationServiceServer) GetOrg

func (*UnimplementedOrganizationServiceServer) GetUsersInOrg

func (*UnimplementedOrganizationServiceServer) InviteUser

func (*UnimplementedOrganizationServiceServer) UpdateOrg

type UnimplementedProfileServiceServer

type UnimplementedProfileServiceServer struct {
}

UnimplementedProfileServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedProfileServiceServer) GetOrgInfo

type UnimplementedScriptMgrServer

type UnimplementedScriptMgrServer struct {
}

UnimplementedScriptMgrServer can be embedded to have forward compatible implementations.

func (*UnimplementedScriptMgrServer) GetLiveViewContents

func (*UnimplementedScriptMgrServer) GetLiveViews

func (*UnimplementedScriptMgrServer) GetScriptContents

func (*UnimplementedScriptMgrServer) GetScripts

type UnimplementedUserServiceServer

type UnimplementedUserServiceServer struct {
}

UnimplementedUserServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUserServiceServer) GetOrg

func (*UnimplementedUserServiceServer) GetUser

func (*UnimplementedUserServiceServer) GetUserAttributes

func (*UnimplementedUserServiceServer) GetUserSettings

func (*UnimplementedUserServiceServer) SetUserAttributes

func (*UnimplementedUserServiceServer) UpdateUser

func (*UnimplementedUserServiceServer) UpdateUserSettings

type UnimplementedVizierClusterInfoServer

type UnimplementedVizierClusterInfoServer struct {
}

UnimplementedVizierClusterInfoServer can be embedded to have forward compatible implementations.

func (*UnimplementedVizierClusterInfoServer) CreateCluster

func (*UnimplementedVizierClusterInfoServer) GetClusterConnectionInfo

func (*UnimplementedVizierClusterInfoServer) GetClusterInfo

func (*UnimplementedVizierClusterInfoServer) UpdateClusterVizierConfig

func (*UnimplementedVizierClusterInfoServer) UpdateOrInstallCluster

type UnimplementedVizierDeploymentKeyManagerServer

type UnimplementedVizierDeploymentKeyManagerServer struct {
}

UnimplementedVizierDeploymentKeyManagerServer can be embedded to have forward compatible implementations.

func (*UnimplementedVizierDeploymentKeyManagerServer) Create

func (*UnimplementedVizierDeploymentKeyManagerServer) Delete

func (*UnimplementedVizierDeploymentKeyManagerServer) Get

func (*UnimplementedVizierDeploymentKeyManagerServer) List

type UnimplementedVizierImageAuthorizationServer

type UnimplementedVizierImageAuthorizationServer struct {
}

UnimplementedVizierImageAuthorizationServer can be embedded to have forward compatible implementations.

func (*UnimplementedVizierImageAuthorizationServer) GetImageCredentials

type UpdateClusterVizierConfigRequest

type UpdateClusterVizierConfigRequest struct {
	ID           *uuidpb.UUID        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ConfigUpdate *VizierConfigUpdate `protobuf:"bytes,2,opt,name=config_update,json=configUpdate,proto3" json:"config_update,omitempty"`
}

func (*UpdateClusterVizierConfigRequest) Descriptor

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

func (*UpdateClusterVizierConfigRequest) Equal

func (this *UpdateClusterVizierConfigRequest) Equal(that interface{}) bool

func (*UpdateClusterVizierConfigRequest) GetConfigUpdate

func (*UpdateClusterVizierConfigRequest) GetID

func (*UpdateClusterVizierConfigRequest) GoString

func (this *UpdateClusterVizierConfigRequest) GoString() string

func (*UpdateClusterVizierConfigRequest) Marshal

func (m *UpdateClusterVizierConfigRequest) Marshal() (dAtA []byte, err error)

func (*UpdateClusterVizierConfigRequest) MarshalTo

func (m *UpdateClusterVizierConfigRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateClusterVizierConfigRequest) MarshalToSizedBuffer

func (m *UpdateClusterVizierConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateClusterVizierConfigRequest) ProtoMessage

func (*UpdateClusterVizierConfigRequest) ProtoMessage()

func (*UpdateClusterVizierConfigRequest) Reset

func (*UpdateClusterVizierConfigRequest) Size

func (m *UpdateClusterVizierConfigRequest) Size() (n int)

func (*UpdateClusterVizierConfigRequest) String

func (*UpdateClusterVizierConfigRequest) Unmarshal

func (m *UpdateClusterVizierConfigRequest) Unmarshal(dAtA []byte) error

func (*UpdateClusterVizierConfigRequest) XXX_DiscardUnknown

func (m *UpdateClusterVizierConfigRequest) XXX_DiscardUnknown()

func (*UpdateClusterVizierConfigRequest) XXX_Marshal

func (m *UpdateClusterVizierConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateClusterVizierConfigRequest) XXX_Merge

func (*UpdateClusterVizierConfigRequest) XXX_Size

func (m *UpdateClusterVizierConfigRequest) XXX_Size() int

func (*UpdateClusterVizierConfigRequest) XXX_Unmarshal

func (m *UpdateClusterVizierConfigRequest) XXX_Unmarshal(b []byte) error

type UpdateClusterVizierConfigResponse

type UpdateClusterVizierConfigResponse struct {
}

func (*UpdateClusterVizierConfigResponse) Descriptor

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

func (*UpdateClusterVizierConfigResponse) Equal

func (this *UpdateClusterVizierConfigResponse) Equal(that interface{}) bool

func (*UpdateClusterVizierConfigResponse) GoString

func (this *UpdateClusterVizierConfigResponse) GoString() string

func (*UpdateClusterVizierConfigResponse) Marshal

func (m *UpdateClusterVizierConfigResponse) Marshal() (dAtA []byte, err error)

func (*UpdateClusterVizierConfigResponse) MarshalTo

func (m *UpdateClusterVizierConfigResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateClusterVizierConfigResponse) MarshalToSizedBuffer

func (m *UpdateClusterVizierConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateClusterVizierConfigResponse) ProtoMessage

func (*UpdateClusterVizierConfigResponse) ProtoMessage()

func (*UpdateClusterVizierConfigResponse) Reset

func (*UpdateClusterVizierConfigResponse) Size

func (m *UpdateClusterVizierConfigResponse) Size() (n int)

func (*UpdateClusterVizierConfigResponse) String

func (*UpdateClusterVizierConfigResponse) Unmarshal

func (m *UpdateClusterVizierConfigResponse) Unmarshal(dAtA []byte) error

func (*UpdateClusterVizierConfigResponse) XXX_DiscardUnknown

func (m *UpdateClusterVizierConfigResponse) XXX_DiscardUnknown()

func (*UpdateClusterVizierConfigResponse) XXX_Marshal

func (m *UpdateClusterVizierConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateClusterVizierConfigResponse) XXX_Merge

func (*UpdateClusterVizierConfigResponse) XXX_Size

func (m *UpdateClusterVizierConfigResponse) XXX_Size() int

func (*UpdateClusterVizierConfigResponse) XXX_Unmarshal

func (m *UpdateClusterVizierConfigResponse) XXX_Unmarshal(b []byte) error

type UpdateOrInstallClusterRequest

type UpdateOrInstallClusterRequest struct {
	ClusterID    *uuidpb.UUID `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	Version      string       `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	RedeployEtcd bool         `protobuf:"varint,3,opt,name=redeploy_etcd,json=redeployEtcd,proto3" json:"redeploy_etcd,omitempty"`
}

func (*UpdateOrInstallClusterRequest) Descriptor

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

func (*UpdateOrInstallClusterRequest) Equal

func (this *UpdateOrInstallClusterRequest) Equal(that interface{}) bool

func (*UpdateOrInstallClusterRequest) GetClusterID

func (m *UpdateOrInstallClusterRequest) GetClusterID() *uuidpb.UUID

func (*UpdateOrInstallClusterRequest) GetRedeployEtcd

func (m *UpdateOrInstallClusterRequest) GetRedeployEtcd() bool

func (*UpdateOrInstallClusterRequest) GetVersion

func (m *UpdateOrInstallClusterRequest) GetVersion() string

func (*UpdateOrInstallClusterRequest) GoString

func (this *UpdateOrInstallClusterRequest) GoString() string

func (*UpdateOrInstallClusterRequest) Marshal

func (m *UpdateOrInstallClusterRequest) Marshal() (dAtA []byte, err error)

func (*UpdateOrInstallClusterRequest) MarshalTo

func (m *UpdateOrInstallClusterRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateOrInstallClusterRequest) MarshalToSizedBuffer

func (m *UpdateOrInstallClusterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateOrInstallClusterRequest) ProtoMessage

func (*UpdateOrInstallClusterRequest) ProtoMessage()

func (*UpdateOrInstallClusterRequest) Reset

func (m *UpdateOrInstallClusterRequest) Reset()

func (*UpdateOrInstallClusterRequest) Size

func (m *UpdateOrInstallClusterRequest) Size() (n int)

func (*UpdateOrInstallClusterRequest) String

func (this *UpdateOrInstallClusterRequest) String() string

func (*UpdateOrInstallClusterRequest) Unmarshal

func (m *UpdateOrInstallClusterRequest) Unmarshal(dAtA []byte) error

func (*UpdateOrInstallClusterRequest) XXX_DiscardUnknown

func (m *UpdateOrInstallClusterRequest) XXX_DiscardUnknown()

func (*UpdateOrInstallClusterRequest) XXX_Marshal

func (m *UpdateOrInstallClusterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateOrInstallClusterRequest) XXX_Merge

func (m *UpdateOrInstallClusterRequest) XXX_Merge(src proto.Message)

func (*UpdateOrInstallClusterRequest) XXX_Size

func (m *UpdateOrInstallClusterRequest) XXX_Size() int

func (*UpdateOrInstallClusterRequest) XXX_Unmarshal

func (m *UpdateOrInstallClusterRequest) XXX_Unmarshal(b []byte) error

type UpdateOrInstallClusterResponse

type UpdateOrInstallClusterResponse struct {
	UpdateStarted bool `protobuf:"varint,1,opt,name=update_started,json=updateStarted,proto3" json:"update_started,omitempty"`
}

func (*UpdateOrInstallClusterResponse) Descriptor

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

func (*UpdateOrInstallClusterResponse) Equal

func (this *UpdateOrInstallClusterResponse) Equal(that interface{}) bool

func (*UpdateOrInstallClusterResponse) GetUpdateStarted

func (m *UpdateOrInstallClusterResponse) GetUpdateStarted() bool

func (*UpdateOrInstallClusterResponse) GoString

func (this *UpdateOrInstallClusterResponse) GoString() string

func (*UpdateOrInstallClusterResponse) Marshal

func (m *UpdateOrInstallClusterResponse) Marshal() (dAtA []byte, err error)

func (*UpdateOrInstallClusterResponse) MarshalTo

func (m *UpdateOrInstallClusterResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateOrInstallClusterResponse) MarshalToSizedBuffer

func (m *UpdateOrInstallClusterResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateOrInstallClusterResponse) ProtoMessage

func (*UpdateOrInstallClusterResponse) ProtoMessage()

func (*UpdateOrInstallClusterResponse) Reset

func (m *UpdateOrInstallClusterResponse) Reset()

func (*UpdateOrInstallClusterResponse) Size

func (m *UpdateOrInstallClusterResponse) Size() (n int)

func (*UpdateOrInstallClusterResponse) String

func (this *UpdateOrInstallClusterResponse) String() string

func (*UpdateOrInstallClusterResponse) Unmarshal

func (m *UpdateOrInstallClusterResponse) Unmarshal(dAtA []byte) error

func (*UpdateOrInstallClusterResponse) XXX_DiscardUnknown

func (m *UpdateOrInstallClusterResponse) XXX_DiscardUnknown()

func (*UpdateOrInstallClusterResponse) XXX_Marshal

func (m *UpdateOrInstallClusterResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateOrInstallClusterResponse) XXX_Merge

func (m *UpdateOrInstallClusterResponse) XXX_Merge(src proto.Message)

func (*UpdateOrInstallClusterResponse) XXX_Size

func (m *UpdateOrInstallClusterResponse) XXX_Size() int

func (*UpdateOrInstallClusterResponse) XXX_Unmarshal

func (m *UpdateOrInstallClusterResponse) XXX_Unmarshal(b []byte) error

type UpdateOrgRequest

type UpdateOrgRequest struct {
	ID              *uuidpb.UUID     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	EnableApprovals *types.BoolValue `protobuf:"bytes,2,opt,name=enable_approvals,json=enableApprovals,proto3" json:"enable_approvals,omitempty"`
}

func (*UpdateOrgRequest) Descriptor

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

func (*UpdateOrgRequest) Equal

func (this *UpdateOrgRequest) Equal(that interface{}) bool

func (*UpdateOrgRequest) GetEnableApprovals

func (m *UpdateOrgRequest) GetEnableApprovals() *types.BoolValue

func (*UpdateOrgRequest) GetID

func (m *UpdateOrgRequest) GetID() *uuidpb.UUID

func (*UpdateOrgRequest) GoString

func (this *UpdateOrgRequest) GoString() string

func (*UpdateOrgRequest) Marshal

func (m *UpdateOrgRequest) Marshal() (dAtA []byte, err error)

func (*UpdateOrgRequest) MarshalTo

func (m *UpdateOrgRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateOrgRequest) MarshalToSizedBuffer

func (m *UpdateOrgRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateOrgRequest) ProtoMessage

func (*UpdateOrgRequest) ProtoMessage()

func (*UpdateOrgRequest) Reset

func (m *UpdateOrgRequest) Reset()

func (*UpdateOrgRequest) Size

func (m *UpdateOrgRequest) Size() (n int)

func (*UpdateOrgRequest) String

func (this *UpdateOrgRequest) String() string

func (*UpdateOrgRequest) Unmarshal

func (m *UpdateOrgRequest) Unmarshal(dAtA []byte) error

func (*UpdateOrgRequest) XXX_DiscardUnknown

func (m *UpdateOrgRequest) XXX_DiscardUnknown()

func (*UpdateOrgRequest) XXX_Marshal

func (m *UpdateOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateOrgRequest) XXX_Merge

func (m *UpdateOrgRequest) XXX_Merge(src proto.Message)

func (*UpdateOrgRequest) XXX_Size

func (m *UpdateOrgRequest) XXX_Size() int

func (*UpdateOrgRequest) XXX_Unmarshal

func (m *UpdateOrgRequest) XXX_Unmarshal(b []byte) error

type UpdateUserRequest

type UpdateUserRequest struct {
	ID             *uuidpb.UUID       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DisplayPicture *types.StringValue `protobuf:"bytes,2,opt,name=display_picture,json=displayPicture,proto3" json:"display_picture,omitempty"`
	IsApproved     *types.BoolValue   `protobuf:"bytes,3,opt,name=is_approved,json=isApproved,proto3" json:"is_approved,omitempty"`
}

func (*UpdateUserRequest) Descriptor

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

func (*UpdateUserRequest) Equal

func (this *UpdateUserRequest) Equal(that interface{}) bool

func (*UpdateUserRequest) GetDisplayPicture

func (m *UpdateUserRequest) GetDisplayPicture() *types.StringValue

func (*UpdateUserRequest) GetID

func (m *UpdateUserRequest) GetID() *uuidpb.UUID

func (*UpdateUserRequest) GetIsApproved

func (m *UpdateUserRequest) GetIsApproved() *types.BoolValue

func (*UpdateUserRequest) GoString

func (this *UpdateUserRequest) GoString() string

func (*UpdateUserRequest) Marshal

func (m *UpdateUserRequest) Marshal() (dAtA []byte, err error)

func (*UpdateUserRequest) MarshalTo

func (m *UpdateUserRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateUserRequest) MarshalToSizedBuffer

func (m *UpdateUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) Reset

func (m *UpdateUserRequest) Reset()

func (*UpdateUserRequest) Size

func (m *UpdateUserRequest) Size() (n int)

func (*UpdateUserRequest) String

func (this *UpdateUserRequest) String() string

func (*UpdateUserRequest) Unmarshal

func (m *UpdateUserRequest) Unmarshal(dAtA []byte) error

func (*UpdateUserRequest) XXX_DiscardUnknown

func (m *UpdateUserRequest) XXX_DiscardUnknown()

func (*UpdateUserRequest) XXX_Marshal

func (m *UpdateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserRequest) XXX_Merge

func (m *UpdateUserRequest) XXX_Merge(src proto.Message)

func (*UpdateUserRequest) XXX_Size

func (m *UpdateUserRequest) XXX_Size() int

func (*UpdateUserRequest) XXX_Unmarshal

func (m *UpdateUserRequest) XXX_Unmarshal(b []byte) error

type UpdateUserSettingsRequest

type UpdateUserSettingsRequest struct {
	ID              *uuidpb.UUID     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AnalyticsOptout *types.BoolValue `protobuf:"bytes,3,opt,name=analytics_optout,json=analyticsOptout,proto3" json:"analytics_optout,omitempty"`
}

func (*UpdateUserSettingsRequest) Descriptor

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

func (*UpdateUserSettingsRequest) Equal

func (this *UpdateUserSettingsRequest) Equal(that interface{}) bool

func (*UpdateUserSettingsRequest) GetAnalyticsOptout

func (m *UpdateUserSettingsRequest) GetAnalyticsOptout() *types.BoolValue

func (*UpdateUserSettingsRequest) GetID

func (*UpdateUserSettingsRequest) GoString

func (this *UpdateUserSettingsRequest) GoString() string

func (*UpdateUserSettingsRequest) Marshal

func (m *UpdateUserSettingsRequest) Marshal() (dAtA []byte, err error)

func (*UpdateUserSettingsRequest) MarshalTo

func (m *UpdateUserSettingsRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateUserSettingsRequest) MarshalToSizedBuffer

func (m *UpdateUserSettingsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateUserSettingsRequest) ProtoMessage

func (*UpdateUserSettingsRequest) ProtoMessage()

func (*UpdateUserSettingsRequest) Reset

func (m *UpdateUserSettingsRequest) Reset()

func (*UpdateUserSettingsRequest) Size

func (m *UpdateUserSettingsRequest) Size() (n int)

func (*UpdateUserSettingsRequest) String

func (this *UpdateUserSettingsRequest) String() string

func (*UpdateUserSettingsRequest) Unmarshal

func (m *UpdateUserSettingsRequest) Unmarshal(dAtA []byte) error

func (*UpdateUserSettingsRequest) XXX_DiscardUnknown

func (m *UpdateUserSettingsRequest) XXX_DiscardUnknown()

func (*UpdateUserSettingsRequest) XXX_Marshal

func (m *UpdateUserSettingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserSettingsRequest) XXX_Merge

func (m *UpdateUserSettingsRequest) XXX_Merge(src proto.Message)

func (*UpdateUserSettingsRequest) XXX_Size

func (m *UpdateUserSettingsRequest) XXX_Size() int

func (*UpdateUserSettingsRequest) XXX_Unmarshal

func (m *UpdateUserSettingsRequest) XXX_Unmarshal(b []byte) error

type UpdateUserSettingsResponse

type UpdateUserSettingsResponse struct {
}

func (*UpdateUserSettingsResponse) Descriptor

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

func (*UpdateUserSettingsResponse) Equal

func (this *UpdateUserSettingsResponse) Equal(that interface{}) bool

func (*UpdateUserSettingsResponse) GoString

func (this *UpdateUserSettingsResponse) GoString() string

func (*UpdateUserSettingsResponse) Marshal

func (m *UpdateUserSettingsResponse) Marshal() (dAtA []byte, err error)

func (*UpdateUserSettingsResponse) MarshalTo

func (m *UpdateUserSettingsResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateUserSettingsResponse) MarshalToSizedBuffer

func (m *UpdateUserSettingsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateUserSettingsResponse) ProtoMessage

func (*UpdateUserSettingsResponse) ProtoMessage()

func (*UpdateUserSettingsResponse) Reset

func (m *UpdateUserSettingsResponse) Reset()

func (*UpdateUserSettingsResponse) Size

func (m *UpdateUserSettingsResponse) Size() (n int)

func (*UpdateUserSettingsResponse) String

func (this *UpdateUserSettingsResponse) String() string

func (*UpdateUserSettingsResponse) Unmarshal

func (m *UpdateUserSettingsResponse) Unmarshal(dAtA []byte) error

func (*UpdateUserSettingsResponse) XXX_DiscardUnknown

func (m *UpdateUserSettingsResponse) XXX_DiscardUnknown()

func (*UpdateUserSettingsResponse) XXX_Marshal

func (m *UpdateUserSettingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserSettingsResponse) XXX_Merge

func (m *UpdateUserSettingsResponse) XXX_Merge(src proto.Message)

func (*UpdateUserSettingsResponse) XXX_Size

func (m *UpdateUserSettingsResponse) XXX_Size() int

func (*UpdateUserSettingsResponse) XXX_Unmarshal

func (m *UpdateUserSettingsResponse) XXX_Unmarshal(b []byte) error

type UserInfo

type UserInfo struct {
	ID             *uuidpb.UUID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgID          *uuidpb.UUID `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Username       string       `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	FirstName      string       `protobuf:"bytes,4,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName       string       `protobuf:"bytes,5,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	Email          string       `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
	ProfilePicture string       `protobuf:"bytes,7,opt,name=profile_picture,json=profilePicture,proto3" json:"profile_picture,omitempty"`
	IsApproved     bool         `protobuf:"varint,8,opt,name=is_approved,json=isApproved,proto3" json:"is_approved,omitempty"`
}

func (*UserInfo) Descriptor

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

func (*UserInfo) Equal

func (this *UserInfo) Equal(that interface{}) bool

func (*UserInfo) GetEmail

func (m *UserInfo) GetEmail() string

func (*UserInfo) GetFirstName

func (m *UserInfo) GetFirstName() string

func (*UserInfo) GetID

func (m *UserInfo) GetID() *uuidpb.UUID

func (*UserInfo) GetIsApproved

func (m *UserInfo) GetIsApproved() bool

func (*UserInfo) GetLastName

func (m *UserInfo) GetLastName() string

func (*UserInfo) GetOrgID

func (m *UserInfo) GetOrgID() *uuidpb.UUID

func (*UserInfo) GetProfilePicture

func (m *UserInfo) GetProfilePicture() string

func (*UserInfo) GetUsername

func (m *UserInfo) GetUsername() string

func (*UserInfo) GoString

func (this *UserInfo) GoString() string

func (*UserInfo) Marshal

func (m *UserInfo) Marshal() (dAtA []byte, err error)

func (*UserInfo) MarshalTo

func (m *UserInfo) MarshalTo(dAtA []byte) (int, error)

func (*UserInfo) MarshalToSizedBuffer

func (m *UserInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UserInfo) ProtoMessage

func (*UserInfo) ProtoMessage()

func (*UserInfo) Reset

func (m *UserInfo) Reset()

func (*UserInfo) Size

func (m *UserInfo) Size() (n int)

func (*UserInfo) String

func (this *UserInfo) String() string

func (*UserInfo) Unmarshal

func (m *UserInfo) Unmarshal(dAtA []byte) error

func (*UserInfo) XXX_DiscardUnknown

func (m *UserInfo) XXX_DiscardUnknown()

func (*UserInfo) XXX_Marshal

func (m *UserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserInfo) XXX_Merge

func (m *UserInfo) XXX_Merge(src proto.Message)

func (*UserInfo) XXX_Size

func (m *UserInfo) XXX_Size() int

func (*UserInfo) XXX_Unmarshal

func (m *UserInfo) XXX_Unmarshal(b []byte) error

type UserServiceClient

type UserServiceClient interface {
	GetOrg(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*OrgInfo, error)
	GetUser(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*UserInfo, error)
	GetUserSettings(ctx context.Context, in *GetUserSettingsRequest, opts ...grpc.CallOption) (*GetUserSettingsResponse, error)
	UpdateUserSettings(ctx context.Context, in *UpdateUserSettingsRequest, opts ...grpc.CallOption) (*UpdateUserSettingsResponse, error)
	GetUserAttributes(ctx context.Context, in *GetUserAttributesRequest, opts ...grpc.CallOption) (*GetUserAttributesResponse, error)
	SetUserAttributes(ctx context.Context, in *SetUserAttributesRequest, opts ...grpc.CallOption) (*SetUserAttributesResponse, error)
	UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UserInfo, error)
}

UserServiceClient is the client API for UserService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUserServiceClient

func NewUserServiceClient(cc *grpc.ClientConn) UserServiceClient

type UserServiceServer

UserServiceServer is the server API for UserService service.

type VizierClusterInfoClient

type VizierClusterInfoClient interface {
	CreateCluster(ctx context.Context, in *CreateClusterRequest, opts ...grpc.CallOption) (*CreateClusterResponse, error)
	GetClusterInfo(ctx context.Context, in *GetClusterInfoRequest, opts ...grpc.CallOption) (*GetClusterInfoResponse, error)
	GetClusterConnectionInfo(ctx context.Context, in *GetClusterConnectionInfoRequest, opts ...grpc.CallOption) (*GetClusterConnectionInfoResponse, error)
	UpdateClusterVizierConfig(ctx context.Context, in *UpdateClusterVizierConfigRequest, opts ...grpc.CallOption) (*UpdateClusterVizierConfigResponse, error)
	UpdateOrInstallCluster(ctx context.Context, in *UpdateOrInstallClusterRequest, opts ...grpc.CallOption) (*UpdateOrInstallClusterResponse, error)
}

VizierClusterInfoClient is the client API for VizierClusterInfo service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVizierClusterInfoClient

func NewVizierClusterInfoClient(cc *grpc.ClientConn) VizierClusterInfoClient

type VizierClusterInfoServer

VizierClusterInfoServer is the server API for VizierClusterInfo service.

type VizierConfig

type VizierConfig struct {
	PassthroughEnabled bool `protobuf:"varint,1,opt,name=passthrough_enabled,json=passthroughEnabled,proto3" json:"passthrough_enabled,omitempty"`
	AutoUpdateEnabled  bool `protobuf:"varint,2,opt,name=auto_update_enabled,json=autoUpdateEnabled,proto3" json:"auto_update_enabled,omitempty"`
}

func (*VizierConfig) Descriptor

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

func (*VizierConfig) Equal

func (this *VizierConfig) Equal(that interface{}) bool

func (*VizierConfig) GetAutoUpdateEnabled

func (m *VizierConfig) GetAutoUpdateEnabled() bool

func (*VizierConfig) GetPassthroughEnabled

func (m *VizierConfig) GetPassthroughEnabled() bool

func (*VizierConfig) GoString

func (this *VizierConfig) GoString() string

func (*VizierConfig) Marshal

func (m *VizierConfig) Marshal() (dAtA []byte, err error)

func (*VizierConfig) MarshalTo

func (m *VizierConfig) MarshalTo(dAtA []byte) (int, error)

func (*VizierConfig) MarshalToSizedBuffer

func (m *VizierConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VizierConfig) ProtoMessage

func (*VizierConfig) ProtoMessage()

func (*VizierConfig) Reset

func (m *VizierConfig) Reset()

func (*VizierConfig) Size

func (m *VizierConfig) Size() (n int)

func (*VizierConfig) String

func (this *VizierConfig) String() string

func (*VizierConfig) Unmarshal

func (m *VizierConfig) Unmarshal(dAtA []byte) error

func (*VizierConfig) XXX_DiscardUnknown

func (m *VizierConfig) XXX_DiscardUnknown()

func (*VizierConfig) XXX_Marshal

func (m *VizierConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VizierConfig) XXX_Merge

func (m *VizierConfig) XXX_Merge(src proto.Message)

func (*VizierConfig) XXX_Size

func (m *VizierConfig) XXX_Size() int

func (*VizierConfig) XXX_Unmarshal

func (m *VizierConfig) XXX_Unmarshal(b []byte) error

type VizierConfigUpdate

type VizierConfigUpdate struct {
	PassthroughEnabled *types.BoolValue `protobuf:"bytes,1,opt,name=passthrough_enabled,json=passthroughEnabled,proto3" json:"passthrough_enabled,omitempty"`
	AutoUpdateEnabled  *types.BoolValue `protobuf:"bytes,2,opt,name=auto_update_enabled,json=autoUpdateEnabled,proto3" json:"auto_update_enabled,omitempty"`
}

func (*VizierConfigUpdate) Descriptor

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

func (*VizierConfigUpdate) Equal

func (this *VizierConfigUpdate) Equal(that interface{}) bool

func (*VizierConfigUpdate) GetAutoUpdateEnabled

func (m *VizierConfigUpdate) GetAutoUpdateEnabled() *types.BoolValue

func (*VizierConfigUpdate) GetPassthroughEnabled

func (m *VizierConfigUpdate) GetPassthroughEnabled() *types.BoolValue

func (*VizierConfigUpdate) GoString

func (this *VizierConfigUpdate) GoString() string

func (*VizierConfigUpdate) Marshal

func (m *VizierConfigUpdate) Marshal() (dAtA []byte, err error)

func (*VizierConfigUpdate) MarshalTo

func (m *VizierConfigUpdate) MarshalTo(dAtA []byte) (int, error)

func (*VizierConfigUpdate) MarshalToSizedBuffer

func (m *VizierConfigUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VizierConfigUpdate) ProtoMessage

func (*VizierConfigUpdate) ProtoMessage()

func (*VizierConfigUpdate) Reset

func (m *VizierConfigUpdate) Reset()

func (*VizierConfigUpdate) Size

func (m *VizierConfigUpdate) Size() (n int)

func (*VizierConfigUpdate) String

func (this *VizierConfigUpdate) String() string

func (*VizierConfigUpdate) Unmarshal

func (m *VizierConfigUpdate) Unmarshal(dAtA []byte) error

func (*VizierConfigUpdate) XXX_DiscardUnknown

func (m *VizierConfigUpdate) XXX_DiscardUnknown()

func (*VizierConfigUpdate) XXX_Marshal

func (m *VizierConfigUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VizierConfigUpdate) XXX_Merge

func (m *VizierConfigUpdate) XXX_Merge(src proto.Message)

func (*VizierConfigUpdate) XXX_Size

func (m *VizierConfigUpdate) XXX_Size() int

func (*VizierConfigUpdate) XXX_Unmarshal

func (m *VizierConfigUpdate) XXX_Unmarshal(b []byte) error

type VizierDeploymentKeyManagerClient

type VizierDeploymentKeyManagerClient interface {
	Create(ctx context.Context, in *CreateDeploymentKeyRequest, opts ...grpc.CallOption) (*DeploymentKey, error)
	List(ctx context.Context, in *ListDeploymentKeyRequest, opts ...grpc.CallOption) (*ListDeploymentKeyResponse, error)
	Get(ctx context.Context, in *GetDeploymentKeyRequest, opts ...grpc.CallOption) (*GetDeploymentKeyResponse, error)
	Delete(ctx context.Context, in *uuidpb.UUID, opts ...grpc.CallOption) (*types.Empty, error)
}

VizierDeploymentKeyManagerClient is the client API for VizierDeploymentKeyManager service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVizierDeploymentKeyManagerClient

func NewVizierDeploymentKeyManagerClient(cc *grpc.ClientConn) VizierDeploymentKeyManagerClient

type VizierDeploymentKeyManagerServer

VizierDeploymentKeyManagerServer is the server API for VizierDeploymentKeyManager service.

type VizierImageAuthorizationClient

type VizierImageAuthorizationClient interface {
	GetImageCredentials(ctx context.Context, in *GetImageCredentialsRequest, opts ...grpc.CallOption) (*GetImageCredentialsResponse, error)
}

VizierImageAuthorizationClient is the client API for VizierImageAuthorization service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVizierImageAuthorizationClient

func NewVizierImageAuthorizationClient(cc *grpc.ClientConn) VizierImageAuthorizationClient

type VizierImageAuthorizationServer

type VizierImageAuthorizationServer interface {
	GetImageCredentials(context.Context, *GetImageCredentialsRequest) (*GetImageCredentialsResponse, error)
}

VizierImageAuthorizationServer is the server API for VizierImageAuthorization service.

Directories

Path Synopsis
Package mock_cloudpb is a generated GoMock package.
Package mock_cloudpb is a generated GoMock package.

Jump to

Keyboard shortcuts

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