learning/tour-of-beam/backend/playground_api/api/v1/api.pb.go (3,333 lines of code) (raw):
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.1
// protoc (unknown)
// source: api/v1/api.proto
package playground
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type Sdk int32
const (
Sdk_SDK_UNSPECIFIED Sdk = 0
Sdk_SDK_JAVA Sdk = 1
Sdk_SDK_GO Sdk = 2
Sdk_SDK_PYTHON Sdk = 3
Sdk_SDK_SCIO Sdk = 4
)
// Enum value maps for Sdk.
var (
Sdk_name = map[int32]string{
0: "SDK_UNSPECIFIED",
1: "SDK_JAVA",
2: "SDK_GO",
3: "SDK_PYTHON",
4: "SDK_SCIO",
}
Sdk_value = map[string]int32{
"SDK_UNSPECIFIED": 0,
"SDK_JAVA": 1,
"SDK_GO": 2,
"SDK_PYTHON": 3,
"SDK_SCIO": 4,
}
)
func (x Sdk) Enum() *Sdk {
p := new(Sdk)
*p = x
return p
}
func (x Sdk) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Sdk) Descriptor() protoreflect.EnumDescriptor {
return file_api_v1_api_proto_enumTypes[0].Descriptor()
}
func (Sdk) Type() protoreflect.EnumType {
return &file_api_v1_api_proto_enumTypes[0]
}
func (x Sdk) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Sdk.Descriptor instead.
func (Sdk) EnumDescriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{0}
}
type Status int32
const (
Status_STATUS_UNSPECIFIED Status = 0
Status_STATUS_VALIDATING Status = 1
Status_STATUS_VALIDATION_ERROR Status = 2
Status_STATUS_PREPARING Status = 3
Status_STATUS_PREPARATION_ERROR Status = 4
Status_STATUS_COMPILING Status = 5
Status_STATUS_COMPILE_ERROR Status = 6
Status_STATUS_EXECUTING Status = 7
Status_STATUS_FINISHED Status = 8
Status_STATUS_RUN_ERROR Status = 9
Status_STATUS_ERROR Status = 10
Status_STATUS_RUN_TIMEOUT Status = 11
Status_STATUS_CANCELED Status = 12
)
// Enum value maps for Status.
var (
Status_name = map[int32]string{
0: "STATUS_UNSPECIFIED",
1: "STATUS_VALIDATING",
2: "STATUS_VALIDATION_ERROR",
3: "STATUS_PREPARING",
4: "STATUS_PREPARATION_ERROR",
5: "STATUS_COMPILING",
6: "STATUS_COMPILE_ERROR",
7: "STATUS_EXECUTING",
8: "STATUS_FINISHED",
9: "STATUS_RUN_ERROR",
10: "STATUS_ERROR",
11: "STATUS_RUN_TIMEOUT",
12: "STATUS_CANCELED",
}
Status_value = map[string]int32{
"STATUS_UNSPECIFIED": 0,
"STATUS_VALIDATING": 1,
"STATUS_VALIDATION_ERROR": 2,
"STATUS_PREPARING": 3,
"STATUS_PREPARATION_ERROR": 4,
"STATUS_COMPILING": 5,
"STATUS_COMPILE_ERROR": 6,
"STATUS_EXECUTING": 7,
"STATUS_FINISHED": 8,
"STATUS_RUN_ERROR": 9,
"STATUS_ERROR": 10,
"STATUS_RUN_TIMEOUT": 11,
"STATUS_CANCELED": 12,
}
)
func (x Status) Enum() *Status {
p := new(Status)
*p = x
return p
}
func (x Status) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Status) Descriptor() protoreflect.EnumDescriptor {
return file_api_v1_api_proto_enumTypes[1].Descriptor()
}
func (Status) Type() protoreflect.EnumType {
return &file_api_v1_api_proto_enumTypes[1]
}
func (x Status) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Status.Descriptor instead.
func (Status) EnumDescriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{1}
}
type PrecompiledObjectType int32
const (
PrecompiledObjectType_PRECOMPILED_OBJECT_TYPE_UNSPECIFIED PrecompiledObjectType = 0
PrecompiledObjectType_PRECOMPILED_OBJECT_TYPE_EXAMPLE PrecompiledObjectType = 1
PrecompiledObjectType_PRECOMPILED_OBJECT_TYPE_KATA PrecompiledObjectType = 2
PrecompiledObjectType_PRECOMPILED_OBJECT_TYPE_UNIT_TEST PrecompiledObjectType = 3
)
// Enum value maps for PrecompiledObjectType.
var (
PrecompiledObjectType_name = map[int32]string{
0: "PRECOMPILED_OBJECT_TYPE_UNSPECIFIED",
1: "PRECOMPILED_OBJECT_TYPE_EXAMPLE",
2: "PRECOMPILED_OBJECT_TYPE_KATA",
3: "PRECOMPILED_OBJECT_TYPE_UNIT_TEST",
}
PrecompiledObjectType_value = map[string]int32{
"PRECOMPILED_OBJECT_TYPE_UNSPECIFIED": 0,
"PRECOMPILED_OBJECT_TYPE_EXAMPLE": 1,
"PRECOMPILED_OBJECT_TYPE_KATA": 2,
"PRECOMPILED_OBJECT_TYPE_UNIT_TEST": 3,
}
)
func (x PrecompiledObjectType) Enum() *PrecompiledObjectType {
p := new(PrecompiledObjectType)
*p = x
return p
}
func (x PrecompiledObjectType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (PrecompiledObjectType) Descriptor() protoreflect.EnumDescriptor {
return file_api_v1_api_proto_enumTypes[2].Descriptor()
}
func (PrecompiledObjectType) Type() protoreflect.EnumType {
return &file_api_v1_api_proto_enumTypes[2]
}
func (x PrecompiledObjectType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use PrecompiledObjectType.Descriptor instead.
func (PrecompiledObjectType) EnumDescriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{2}
}
type Complexity int32
const (
Complexity_COMPLEXITY_UNSPECIFIED Complexity = 0
Complexity_COMPLEXITY_BASIC Complexity = 1
Complexity_COMPLEXITY_MEDIUM Complexity = 2
Complexity_COMPLEXITY_ADVANCED Complexity = 3
)
// Enum value maps for Complexity.
var (
Complexity_name = map[int32]string{
0: "COMPLEXITY_UNSPECIFIED",
1: "COMPLEXITY_BASIC",
2: "COMPLEXITY_MEDIUM",
3: "COMPLEXITY_ADVANCED",
}
Complexity_value = map[string]int32{
"COMPLEXITY_UNSPECIFIED": 0,
"COMPLEXITY_BASIC": 1,
"COMPLEXITY_MEDIUM": 2,
"COMPLEXITY_ADVANCED": 3,
}
)
func (x Complexity) Enum() *Complexity {
p := new(Complexity)
*p = x
return p
}
func (x Complexity) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (Complexity) Descriptor() protoreflect.EnumDescriptor {
return file_api_v1_api_proto_enumTypes[3].Descriptor()
}
func (Complexity) Type() protoreflect.EnumType {
return &file_api_v1_api_proto_enumTypes[3]
}
func (x Complexity) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use Complexity.Descriptor instead.
func (Complexity) EnumDescriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{3}
}
type EmulatorType int32
const (
EmulatorType_EMULATOR_TYPE_UNSPECIFIED EmulatorType = 0
EmulatorType_EMULATOR_TYPE_KAFKA EmulatorType = 1
)
// Enum value maps for EmulatorType.
var (
EmulatorType_name = map[int32]string{
0: "EMULATOR_TYPE_UNSPECIFIED",
1: "EMULATOR_TYPE_KAFKA",
}
EmulatorType_value = map[string]int32{
"EMULATOR_TYPE_UNSPECIFIED": 0,
"EMULATOR_TYPE_KAFKA": 1,
}
)
func (x EmulatorType) Enum() *EmulatorType {
p := new(EmulatorType)
*p = x
return p
}
func (x EmulatorType) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (EmulatorType) Descriptor() protoreflect.EnumDescriptor {
return file_api_v1_api_proto_enumTypes[4].Descriptor()
}
func (EmulatorType) Type() protoreflect.EnumType {
return &file_api_v1_api_proto_enumTypes[4]
}
func (x EmulatorType) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use EmulatorType.Descriptor instead.
func (EmulatorType) EnumDescriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{4}
}
type Dataset struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Type EmulatorType `protobuf:"varint,1,opt,name=type,proto3,enum=api.v1.EmulatorType" json:"type,omitempty"`
Options map[string]string `protobuf:"bytes,2,rep,name=options,proto3" json:"options,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
DatasetPath string `protobuf:"bytes,3,opt,name=dataset_path,json=datasetPath,proto3" json:"dataset_path,omitempty"`
}
func (x *Dataset) Reset() {
*x = Dataset{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Dataset) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Dataset) ProtoMessage() {}
func (x *Dataset) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Dataset.ProtoReflect.Descriptor instead.
func (*Dataset) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{0}
}
func (x *Dataset) GetType() EmulatorType {
if x != nil {
return x.Type
}
return EmulatorType_EMULATOR_TYPE_UNSPECIFIED
}
func (x *Dataset) GetOptions() map[string]string {
if x != nil {
return x.Options
}
return nil
}
func (x *Dataset) GetDatasetPath() string {
if x != nil {
return x.DatasetPath
}
return ""
}
// RunCodeRequest represents a code text and options of SDK which executes the code.
type RunCodeRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Sdk Sdk `protobuf:"varint,2,opt,name=sdk,proto3,enum=api.v1.Sdk" json:"sdk,omitempty"`
// The pipeline options as they would be passed to the program (e.g. "--option1 value1 --option2 value2")
PipelineOptions string `protobuf:"bytes,3,opt,name=pipeline_options,json=pipelineOptions,proto3" json:"pipeline_options,omitempty"`
Datasets []*Dataset `protobuf:"bytes,4,rep,name=datasets,proto3" json:"datasets,omitempty"`
Files []*SnippetFile `protobuf:"bytes,5,rep,name=files,proto3" json:"files,omitempty"`
}
func (x *RunCodeRequest) Reset() {
*x = RunCodeRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RunCodeRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RunCodeRequest) ProtoMessage() {}
func (x *RunCodeRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use RunCodeRequest.ProtoReflect.Descriptor instead.
func (*RunCodeRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{1}
}
func (x *RunCodeRequest) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *RunCodeRequest) GetSdk() Sdk {
if x != nil {
return x.Sdk
}
return Sdk_SDK_UNSPECIFIED
}
func (x *RunCodeRequest) GetPipelineOptions() string {
if x != nil {
return x.PipelineOptions
}
return ""
}
func (x *RunCodeRequest) GetDatasets() []*Dataset {
if x != nil {
return x.Datasets
}
return nil
}
func (x *RunCodeRequest) GetFiles() []*SnippetFile {
if x != nil {
return x.Files
}
return nil
}
// RunCodeResponse contains information of the pipeline uuid.
type RunCodeResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PipelineUuid string `protobuf:"bytes,1,opt,name=pipeline_uuid,json=pipelineUuid,proto3" json:"pipeline_uuid,omitempty"`
}
func (x *RunCodeResponse) Reset() {
*x = RunCodeResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RunCodeResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RunCodeResponse) ProtoMessage() {}
func (x *RunCodeResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use RunCodeResponse.ProtoReflect.Descriptor instead.
func (*RunCodeResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{2}
}
func (x *RunCodeResponse) GetPipelineUuid() string {
if x != nil {
return x.PipelineUuid
}
return ""
}
// CheckStatusRequest contains information of the pipeline uuid.
type CheckStatusRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PipelineUuid string `protobuf:"bytes,1,opt,name=pipeline_uuid,json=pipelineUuid,proto3" json:"pipeline_uuid,omitempty"`
}
func (x *CheckStatusRequest) Reset() {
*x = CheckStatusRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CheckStatusRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CheckStatusRequest) ProtoMessage() {}
func (x *CheckStatusRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CheckStatusRequest.ProtoReflect.Descriptor instead.
func (*CheckStatusRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{3}
}
func (x *CheckStatusRequest) GetPipelineUuid() string {
if x != nil {
return x.PipelineUuid
}
return ""
}
// StatusInfo contains information about the status of the code execution.
type CheckStatusResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=api.v1.Status" json:"status,omitempty"`
}
func (x *CheckStatusResponse) Reset() {
*x = CheckStatusResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CheckStatusResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CheckStatusResponse) ProtoMessage() {}
func (x *CheckStatusResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CheckStatusResponse.ProtoReflect.Descriptor instead.
func (*CheckStatusResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{4}
}
func (x *CheckStatusResponse) GetStatus() Status {
if x != nil {
return x.Status
}
return Status_STATUS_UNSPECIFIED
}
// GetValidationOutputRequest contains information of the pipeline uuid.
type GetValidationOutputRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PipelineUuid string `protobuf:"bytes,1,opt,name=pipeline_uuid,json=pipelineUuid,proto3" json:"pipeline_uuid,omitempty"`
}
func (x *GetValidationOutputRequest) Reset() {
*x = GetValidationOutputRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetValidationOutputRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetValidationOutputRequest) ProtoMessage() {}
func (x *GetValidationOutputRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetValidationOutputRequest.ProtoReflect.Descriptor instead.
func (*GetValidationOutputRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{5}
}
func (x *GetValidationOutputRequest) GetPipelineUuid() string {
if x != nil {
return x.PipelineUuid
}
return ""
}
// GetValidationOutputResponse represents the result of the code validation.
type GetValidationOutputResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Output string `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
}
func (x *GetValidationOutputResponse) Reset() {
*x = GetValidationOutputResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetValidationOutputResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetValidationOutputResponse) ProtoMessage() {}
func (x *GetValidationOutputResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetValidationOutputResponse.ProtoReflect.Descriptor instead.
func (*GetValidationOutputResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{6}
}
func (x *GetValidationOutputResponse) GetOutput() string {
if x != nil {
return x.Output
}
return ""
}
// GetPreparationOutputRequest contains information of the pipeline uuid.
type GetPreparationOutputRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PipelineUuid string `protobuf:"bytes,1,opt,name=pipeline_uuid,json=pipelineUuid,proto3" json:"pipeline_uuid,omitempty"`
}
func (x *GetPreparationOutputRequest) Reset() {
*x = GetPreparationOutputRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPreparationOutputRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPreparationOutputRequest) ProtoMessage() {}
func (x *GetPreparationOutputRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[7]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPreparationOutputRequest.ProtoReflect.Descriptor instead.
func (*GetPreparationOutputRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{7}
}
func (x *GetPreparationOutputRequest) GetPipelineUuid() string {
if x != nil {
return x.PipelineUuid
}
return ""
}
// GetPreparationOutputResponse represents the result of the code preparation.
type GetPreparationOutputResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Output string `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
}
func (x *GetPreparationOutputResponse) Reset() {
*x = GetPreparationOutputResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPreparationOutputResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPreparationOutputResponse) ProtoMessage() {}
func (x *GetPreparationOutputResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[8]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPreparationOutputResponse.ProtoReflect.Descriptor instead.
func (*GetPreparationOutputResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{8}
}
func (x *GetPreparationOutputResponse) GetOutput() string {
if x != nil {
return x.Output
}
return ""
}
// GetCompileOutputRequest contains information of the pipeline uuid.
type GetCompileOutputRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PipelineUuid string `protobuf:"bytes,1,opt,name=pipeline_uuid,json=pipelineUuid,proto3" json:"pipeline_uuid,omitempty"`
}
func (x *GetCompileOutputRequest) Reset() {
*x = GetCompileOutputRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetCompileOutputRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetCompileOutputRequest) ProtoMessage() {}
func (x *GetCompileOutputRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[9]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetCompileOutputRequest.ProtoReflect.Descriptor instead.
func (*GetCompileOutputRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{9}
}
func (x *GetCompileOutputRequest) GetPipelineUuid() string {
if x != nil {
return x.PipelineUuid
}
return ""
}
// GetCompileOutputResponse represents the result of the compiled code.
type GetCompileOutputResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Output string `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
}
func (x *GetCompileOutputResponse) Reset() {
*x = GetCompileOutputResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetCompileOutputResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetCompileOutputResponse) ProtoMessage() {}
func (x *GetCompileOutputResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[10]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetCompileOutputResponse.ProtoReflect.Descriptor instead.
func (*GetCompileOutputResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{10}
}
func (x *GetCompileOutputResponse) GetOutput() string {
if x != nil {
return x.Output
}
return ""
}
// GetRunOutputRequest contains information of the pipeline uuid.
type GetRunOutputRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PipelineUuid string `protobuf:"bytes,1,opt,name=pipeline_uuid,json=pipelineUuid,proto3" json:"pipeline_uuid,omitempty"`
}
func (x *GetRunOutputRequest) Reset() {
*x = GetRunOutputRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetRunOutputRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetRunOutputRequest) ProtoMessage() {}
func (x *GetRunOutputRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[11]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetRunOutputRequest.ProtoReflect.Descriptor instead.
func (*GetRunOutputRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{11}
}
func (x *GetRunOutputRequest) GetPipelineUuid() string {
if x != nil {
return x.PipelineUuid
}
return ""
}
// RunOutputResponse represents the result of the executed code.
type GetRunOutputResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Output string `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
}
func (x *GetRunOutputResponse) Reset() {
*x = GetRunOutputResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetRunOutputResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetRunOutputResponse) ProtoMessage() {}
func (x *GetRunOutputResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[12]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetRunOutputResponse.ProtoReflect.Descriptor instead.
func (*GetRunOutputResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{12}
}
func (x *GetRunOutputResponse) GetOutput() string {
if x != nil {
return x.Output
}
return ""
}
// GetRunErrorRequest contains information of the pipeline uuid.
type GetRunErrorRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PipelineUuid string `protobuf:"bytes,1,opt,name=pipeline_uuid,json=pipelineUuid,proto3" json:"pipeline_uuid,omitempty"`
}
func (x *GetRunErrorRequest) Reset() {
*x = GetRunErrorRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetRunErrorRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetRunErrorRequest) ProtoMessage() {}
func (x *GetRunErrorRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[13]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetRunErrorRequest.ProtoReflect.Descriptor instead.
func (*GetRunErrorRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{13}
}
func (x *GetRunErrorRequest) GetPipelineUuid() string {
if x != nil {
return x.PipelineUuid
}
return ""
}
// GetRunErrorResponse represents the error of the executed code.
type GetRunErrorResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Output string `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
}
func (x *GetRunErrorResponse) Reset() {
*x = GetRunErrorResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetRunErrorResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetRunErrorResponse) ProtoMessage() {}
func (x *GetRunErrorResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[14]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetRunErrorResponse.ProtoReflect.Descriptor instead.
func (*GetRunErrorResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{14}
}
func (x *GetRunErrorResponse) GetOutput() string {
if x != nil {
return x.Output
}
return ""
}
// GetLogsRequest contains information of the pipeline uuid.
type GetLogsRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PipelineUuid string `protobuf:"bytes,1,opt,name=pipeline_uuid,json=pipelineUuid,proto3" json:"pipeline_uuid,omitempty"`
}
func (x *GetLogsRequest) Reset() {
*x = GetLogsRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetLogsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetLogsRequest) ProtoMessage() {}
func (x *GetLogsRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[15]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetLogsRequest.ProtoReflect.Descriptor instead.
func (*GetLogsRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{15}
}
func (x *GetLogsRequest) GetPipelineUuid() string {
if x != nil {
return x.PipelineUuid
}
return ""
}
// RunOutputResponse represents the logs of the executed code.
type GetLogsResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Output string `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
}
func (x *GetLogsResponse) Reset() {
*x = GetLogsResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetLogsResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetLogsResponse) ProtoMessage() {}
func (x *GetLogsResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[16]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetLogsResponse.ProtoReflect.Descriptor instead.
func (*GetLogsResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{16}
}
func (x *GetLogsResponse) GetOutput() string {
if x != nil {
return x.Output
}
return ""
}
// GetGraphRequest contains information of the pipeline uuid.
type GetGraphRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PipelineUuid string `protobuf:"bytes,1,opt,name=pipeline_uuid,json=pipelineUuid,proto3" json:"pipeline_uuid,omitempty"`
}
func (x *GetGraphRequest) Reset() {
*x = GetGraphRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetGraphRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetGraphRequest) ProtoMessage() {}
func (x *GetGraphRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[17]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetGraphRequest.ProtoReflect.Descriptor instead.
func (*GetGraphRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{17}
}
func (x *GetGraphRequest) GetPipelineUuid() string {
if x != nil {
return x.PipelineUuid
}
return ""
}
// GetGraphResponse represents the string representation of pipeline execution graph in DOT format.
type GetGraphResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Graph string `protobuf:"bytes,1,opt,name=graph,proto3" json:"graph,omitempty"`
}
func (x *GetGraphResponse) Reset() {
*x = GetGraphResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetGraphResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetGraphResponse) ProtoMessage() {}
func (x *GetGraphResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[18]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetGraphResponse.ProtoReflect.Descriptor instead.
func (*GetGraphResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{18}
}
func (x *GetGraphResponse) GetGraph() string {
if x != nil {
return x.Graph
}
return ""
}
// CancelRequest request to cancel code processing
type CancelRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PipelineUuid string `protobuf:"bytes,1,opt,name=pipeline_uuid,json=pipelineUuid,proto3" json:"pipeline_uuid,omitempty"`
}
func (x *CancelRequest) Reset() {
*x = CancelRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CancelRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CancelRequest) ProtoMessage() {}
func (x *CancelRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[19]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CancelRequest.ProtoReflect.Descriptor instead.
func (*CancelRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{19}
}
func (x *CancelRequest) GetPipelineUuid() string {
if x != nil {
return x.PipelineUuid
}
return ""
}
// CancelResponse response for cancel request
type CancelResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *CancelResponse) Reset() {
*x = CancelResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CancelResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CancelResponse) ProtoMessage() {}
func (x *CancelResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[20]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CancelResponse.ProtoReflect.Descriptor instead.
func (*CancelResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{20}
}
// PrecompiledObject represents one PrecompiledObject with its information
type PrecompiledObject struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CloudPath string `protobuf:"bytes,1,opt,name=cloud_path,json=cloudPath,proto3" json:"cloud_path,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"`
Type PrecompiledObjectType `protobuf:"varint,4,opt,name=type,proto3,enum=api.v1.PrecompiledObjectType" json:"type,omitempty"`
PipelineOptions string `protobuf:"bytes,5,opt,name=pipeline_options,json=pipelineOptions,proto3" json:"pipeline_options,omitempty"`
// TODO mark reserved after #24402 update sequence is done
Link string `protobuf:"bytes,6,opt,name=link,proto3" json:"link,omitempty"`
Multifile bool `protobuf:"varint,7,opt,name=multifile,proto3" json:"multifile,omitempty"`
ContextLine int32 `protobuf:"varint,8,opt,name=context_line,json=contextLine,proto3" json:"context_line,omitempty"`
DefaultExample bool `protobuf:"varint,9,opt,name=default_example,json=defaultExample,proto3" json:"default_example,omitempty"`
Sdk Sdk `protobuf:"varint,10,opt,name=sdk,proto3,enum=api.v1.Sdk" json:"sdk,omitempty"`
Complexity Complexity `protobuf:"varint,11,opt,name=complexity,proto3,enum=api.v1.Complexity" json:"complexity,omitempty"`
Tags []string `protobuf:"bytes,12,rep,name=tags,proto3" json:"tags,omitempty"`
Datasets []*Dataset `protobuf:"bytes,13,rep,name=datasets,proto3" json:"datasets,omitempty"`
// Link to the example in the Beam repository
UrlVcs string `protobuf:"bytes,14,opt,name=url_vcs,json=urlVcs,proto3" json:"url_vcs,omitempty"`
UrlNotebook string `protobuf:"bytes,15,opt,name=url_notebook,json=urlNotebook,proto3" json:"url_notebook,omitempty"`
AlwaysRun bool `protobuf:"varint,16,opt,name=always_run,json=alwaysRun,proto3" json:"always_run,omitempty"`
NeverRun bool `protobuf:"varint,17,opt,name=never_run,json=neverRun,proto3" json:"never_run,omitempty"`
}
func (x *PrecompiledObject) Reset() {
*x = PrecompiledObject{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PrecompiledObject) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PrecompiledObject) ProtoMessage() {}
func (x *PrecompiledObject) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[21]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use PrecompiledObject.ProtoReflect.Descriptor instead.
func (*PrecompiledObject) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{21}
}
func (x *PrecompiledObject) GetCloudPath() string {
if x != nil {
return x.CloudPath
}
return ""
}
func (x *PrecompiledObject) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *PrecompiledObject) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *PrecompiledObject) GetType() PrecompiledObjectType {
if x != nil {
return x.Type
}
return PrecompiledObjectType_PRECOMPILED_OBJECT_TYPE_UNSPECIFIED
}
func (x *PrecompiledObject) GetPipelineOptions() string {
if x != nil {
return x.PipelineOptions
}
return ""
}
func (x *PrecompiledObject) GetLink() string {
if x != nil {
return x.Link
}
return ""
}
func (x *PrecompiledObject) GetMultifile() bool {
if x != nil {
return x.Multifile
}
return false
}
func (x *PrecompiledObject) GetContextLine() int32 {
if x != nil {
return x.ContextLine
}
return 0
}
func (x *PrecompiledObject) GetDefaultExample() bool {
if x != nil {
return x.DefaultExample
}
return false
}
func (x *PrecompiledObject) GetSdk() Sdk {
if x != nil {
return x.Sdk
}
return Sdk_SDK_UNSPECIFIED
}
func (x *PrecompiledObject) GetComplexity() Complexity {
if x != nil {
return x.Complexity
}
return Complexity_COMPLEXITY_UNSPECIFIED
}
func (x *PrecompiledObject) GetTags() []string {
if x != nil {
return x.Tags
}
return nil
}
func (x *PrecompiledObject) GetDatasets() []*Dataset {
if x != nil {
return x.Datasets
}
return nil
}
func (x *PrecompiledObject) GetUrlVcs() string {
if x != nil {
return x.UrlVcs
}
return ""
}
func (x *PrecompiledObject) GetUrlNotebook() string {
if x != nil {
return x.UrlNotebook
}
return ""
}
func (x *PrecompiledObject) GetAlwaysRun() bool {
if x != nil {
return x.AlwaysRun
}
return false
}
func (x *PrecompiledObject) GetNeverRun() bool {
if x != nil {
return x.NeverRun
}
return false
}
// Categories represent the array of messages with sdk and categories at this sdk
type Categories struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Sdk Sdk `protobuf:"varint,1,opt,name=sdk,proto3,enum=api.v1.Sdk" json:"sdk,omitempty"`
Categories []*Categories_Category `protobuf:"bytes,2,rep,name=categories,proto3" json:"categories,omitempty"`
}
func (x *Categories) Reset() {
*x = Categories{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Categories) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Categories) ProtoMessage() {}
func (x *Categories) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[22]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Categories.ProtoReflect.Descriptor instead.
func (*Categories) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{22}
}
func (x *Categories) GetSdk() Sdk {
if x != nil {
return x.Sdk
}
return Sdk_SDK_UNSPECIFIED
}
func (x *Categories) GetCategories() []*Categories_Category {
if x != nil {
return x.Categories
}
return nil
}
// GetPrecompiledObjectsRequest contains information of the needed PrecompiledObjects sdk and categories.
type GetPrecompiledObjectsRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Sdk Sdk `protobuf:"varint,1,opt,name=sdk,proto3,enum=api.v1.Sdk" json:"sdk,omitempty"`
Category string `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty"`
}
func (x *GetPrecompiledObjectsRequest) Reset() {
*x = GetPrecompiledObjectsRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectsRequest) ProtoMessage() {}
func (x *GetPrecompiledObjectsRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[23]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectsRequest.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectsRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{23}
}
func (x *GetPrecompiledObjectsRequest) GetSdk() Sdk {
if x != nil {
return x.Sdk
}
return Sdk_SDK_UNSPECIFIED
}
func (x *GetPrecompiledObjectsRequest) GetCategory() string {
if x != nil {
return x.Category
}
return ""
}
// GetPrecompiledObjectRequest contains information of the needed PrecompiledObject.
type GetPrecompiledObjectRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CloudPath string `protobuf:"bytes,1,opt,name=cloud_path,json=cloudPath,proto3" json:"cloud_path,omitempty"`
}
func (x *GetPrecompiledObjectRequest) Reset() {
*x = GetPrecompiledObjectRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectRequest) ProtoMessage() {}
func (x *GetPrecompiledObjectRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[24]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectRequest.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{24}
}
func (x *GetPrecompiledObjectRequest) GetCloudPath() string {
if x != nil {
return x.CloudPath
}
return ""
}
// GetPrecompiledObjectCodeRequest contains information of the PrecompiledObject uuid.
type GetPrecompiledObjectCodeRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CloudPath string `protobuf:"bytes,1,opt,name=cloud_path,json=cloudPath,proto3" json:"cloud_path,omitempty"`
}
func (x *GetPrecompiledObjectCodeRequest) Reset() {
*x = GetPrecompiledObjectCodeRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[25]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectCodeRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectCodeRequest) ProtoMessage() {}
func (x *GetPrecompiledObjectCodeRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[25]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectCodeRequest.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectCodeRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{25}
}
func (x *GetPrecompiledObjectCodeRequest) GetCloudPath() string {
if x != nil {
return x.CloudPath
}
return ""
}
// GetPrecompiledObjectOutputRequest contains information of the PrecompiledObject uuid.
type GetPrecompiledObjectOutputRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CloudPath string `protobuf:"bytes,1,opt,name=cloud_path,json=cloudPath,proto3" json:"cloud_path,omitempty"`
}
func (x *GetPrecompiledObjectOutputRequest) Reset() {
*x = GetPrecompiledObjectOutputRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[26]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectOutputRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectOutputRequest) ProtoMessage() {}
func (x *GetPrecompiledObjectOutputRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[26]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectOutputRequest.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectOutputRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{26}
}
func (x *GetPrecompiledObjectOutputRequest) GetCloudPath() string {
if x != nil {
return x.CloudPath
}
return ""
}
// GetPrecompiledObjectLogsRequest contains information of the PrecompiledObject uuid.
type GetPrecompiledObjectLogsRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CloudPath string `protobuf:"bytes,1,opt,name=cloud_path,json=cloudPath,proto3" json:"cloud_path,omitempty"`
}
func (x *GetPrecompiledObjectLogsRequest) Reset() {
*x = GetPrecompiledObjectLogsRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[27]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectLogsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectLogsRequest) ProtoMessage() {}
func (x *GetPrecompiledObjectLogsRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[27]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectLogsRequest.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectLogsRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{27}
}
func (x *GetPrecompiledObjectLogsRequest) GetCloudPath() string {
if x != nil {
return x.CloudPath
}
return ""
}
// GetPrecompiledObjectGraphRequest contains information of the PrecompiledObject cloud path.
type GetPrecompiledObjectGraphRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CloudPath string `protobuf:"bytes,1,opt,name=cloud_path,json=cloudPath,proto3" json:"cloud_path,omitempty"`
}
func (x *GetPrecompiledObjectGraphRequest) Reset() {
*x = GetPrecompiledObjectGraphRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[28]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectGraphRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectGraphRequest) ProtoMessage() {}
func (x *GetPrecompiledObjectGraphRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[28]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectGraphRequest.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectGraphRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{28}
}
func (x *GetPrecompiledObjectGraphRequest) GetCloudPath() string {
if x != nil {
return x.CloudPath
}
return ""
}
// GetDefaultPrecompiledObjectRequest contains information of the needed PrecompiledObject sdk.
type GetDefaultPrecompiledObjectRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Sdk Sdk `protobuf:"varint,1,opt,name=sdk,proto3,enum=api.v1.Sdk" json:"sdk,omitempty"`
}
func (x *GetDefaultPrecompiledObjectRequest) Reset() {
*x = GetDefaultPrecompiledObjectRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[29]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetDefaultPrecompiledObjectRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetDefaultPrecompiledObjectRequest) ProtoMessage() {}
func (x *GetDefaultPrecompiledObjectRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[29]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetDefaultPrecompiledObjectRequest.ProtoReflect.Descriptor instead.
func (*GetDefaultPrecompiledObjectRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{29}
}
func (x *GetDefaultPrecompiledObjectRequest) GetSdk() Sdk {
if x != nil {
return x.Sdk
}
return Sdk_SDK_UNSPECIFIED
}
// GetPrecompiledObjectsResponse represent the map between sdk and categories for the sdk.
type GetPrecompiledObjectsResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SdkCategories []*Categories `protobuf:"bytes,1,rep,name=sdk_categories,json=sdkCategories,proto3" json:"sdk_categories,omitempty"`
}
func (x *GetPrecompiledObjectsResponse) Reset() {
*x = GetPrecompiledObjectsResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[30]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectsResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectsResponse) ProtoMessage() {}
func (x *GetPrecompiledObjectsResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[30]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectsResponse.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectsResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{30}
}
func (x *GetPrecompiledObjectsResponse) GetSdkCategories() []*Categories {
if x != nil {
return x.SdkCategories
}
return nil
}
// GetPrecompiledObjectResponse represent the PrecompiledObject.
type GetPrecompiledObjectResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PrecompiledObject *PrecompiledObject `protobuf:"bytes,1,opt,name=precompiled_object,json=precompiledObject,proto3" json:"precompiled_object,omitempty"`
}
func (x *GetPrecompiledObjectResponse) Reset() {
*x = GetPrecompiledObjectResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[31]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectResponse) ProtoMessage() {}
func (x *GetPrecompiledObjectResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[31]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectResponse.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{31}
}
func (x *GetPrecompiledObjectResponse) GetPrecompiledObject() *PrecompiledObject {
if x != nil {
return x.PrecompiledObject
}
return nil
}
// GetPrecompiledObjectResponse represents the source code of the PrecompiledObject.
type GetPrecompiledObjectCodeResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Files []*SnippetFile `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"`
}
func (x *GetPrecompiledObjectCodeResponse) Reset() {
*x = GetPrecompiledObjectCodeResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[32]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectCodeResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectCodeResponse) ProtoMessage() {}
func (x *GetPrecompiledObjectCodeResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[32]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectCodeResponse.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectCodeResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{32}
}
func (x *GetPrecompiledObjectCodeResponse) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *GetPrecompiledObjectCodeResponse) GetFiles() []*SnippetFile {
if x != nil {
return x.Files
}
return nil
}
// GetPrecompiledObjectOutputResponse represents the result of the executed code.
type GetPrecompiledObjectOutputResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Output string `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
}
func (x *GetPrecompiledObjectOutputResponse) Reset() {
*x = GetPrecompiledObjectOutputResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[33]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectOutputResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectOutputResponse) ProtoMessage() {}
func (x *GetPrecompiledObjectOutputResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[33]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectOutputResponse.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectOutputResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{33}
}
func (x *GetPrecompiledObjectOutputResponse) GetOutput() string {
if x != nil {
return x.Output
}
return ""
}
// GetPrecompiledObjectLogsResponse represents the result of the executed code.
type GetPrecompiledObjectLogsResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Output string `protobuf:"bytes,1,opt,name=output,proto3" json:"output,omitempty"`
}
func (x *GetPrecompiledObjectLogsResponse) Reset() {
*x = GetPrecompiledObjectLogsResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[34]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectLogsResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectLogsResponse) ProtoMessage() {}
func (x *GetPrecompiledObjectLogsResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[34]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectLogsResponse.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectLogsResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{34}
}
func (x *GetPrecompiledObjectLogsResponse) GetOutput() string {
if x != nil {
return x.Output
}
return ""
}
// GetPrecompiledObjectGraphResponse represents the string representation of the executed code graph in DOT format.
type GetPrecompiledObjectGraphResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Graph string `protobuf:"bytes,1,opt,name=graph,proto3" json:"graph,omitempty"`
}
func (x *GetPrecompiledObjectGraphResponse) Reset() {
*x = GetPrecompiledObjectGraphResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[35]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetPrecompiledObjectGraphResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetPrecompiledObjectGraphResponse) ProtoMessage() {}
func (x *GetPrecompiledObjectGraphResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[35]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetPrecompiledObjectGraphResponse.ProtoReflect.Descriptor instead.
func (*GetPrecompiledObjectGraphResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{35}
}
func (x *GetPrecompiledObjectGraphResponse) GetGraph() string {
if x != nil {
return x.Graph
}
return ""
}
// GetDefaultPrecompiledObjectResponse represents the default PrecompiledObject and his category for the sdk.
type GetDefaultPrecompiledObjectResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PrecompiledObject *PrecompiledObject `protobuf:"bytes,1,opt,name=precompiled_object,json=precompiledObject,proto3" json:"precompiled_object,omitempty"`
}
func (x *GetDefaultPrecompiledObjectResponse) Reset() {
*x = GetDefaultPrecompiledObjectResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[36]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetDefaultPrecompiledObjectResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetDefaultPrecompiledObjectResponse) ProtoMessage() {}
func (x *GetDefaultPrecompiledObjectResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[36]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetDefaultPrecompiledObjectResponse.ProtoReflect.Descriptor instead.
func (*GetDefaultPrecompiledObjectResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{36}
}
func (x *GetDefaultPrecompiledObjectResponse) GetPrecompiledObject() *PrecompiledObject {
if x != nil {
return x.PrecompiledObject
}
return nil
}
// SnippetFile represents the snippet file content and its name to save.
type SnippetFile struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
IsMain bool `protobuf:"varint,3,opt,name=is_main,json=isMain,proto3" json:"is_main,omitempty"`
}
func (x *SnippetFile) Reset() {
*x = SnippetFile{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[37]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SnippetFile) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SnippetFile) ProtoMessage() {}
func (x *SnippetFile) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[37]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SnippetFile.ProtoReflect.Descriptor instead.
func (*SnippetFile) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{37}
}
func (x *SnippetFile) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *SnippetFile) GetContent() string {
if x != nil {
return x.Content
}
return ""
}
func (x *SnippetFile) GetIsMain() bool {
if x != nil {
return x.IsMain
}
return false
}
// SaveSnippetRequest represents a snippet content and options of SDK which executes the snippet.
type SaveSnippetRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Files []*SnippetFile `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
Sdk Sdk `protobuf:"varint,2,opt,name=sdk,proto3,enum=api.v1.Sdk" json:"sdk,omitempty"`
// The pipeline options as they would be passed to the program (e.g. "--option1 value1 --option2 value2")
PipelineOptions string `protobuf:"bytes,3,opt,name=pipeline_options,json=pipelineOptions,proto3" json:"pipeline_options,omitempty"`
Complexity Complexity `protobuf:"varint,4,opt,name=complexity,proto3,enum=api.v1.Complexity" json:"complexity,omitempty"`
PersistenceKey string `protobuf:"bytes,5,opt,name=persistence_key,json=persistenceKey,proto3" json:"persistence_key,omitempty"`
}
func (x *SaveSnippetRequest) Reset() {
*x = SaveSnippetRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[38]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SaveSnippetRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SaveSnippetRequest) ProtoMessage() {}
func (x *SaveSnippetRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[38]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SaveSnippetRequest.ProtoReflect.Descriptor instead.
func (*SaveSnippetRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{38}
}
func (x *SaveSnippetRequest) GetFiles() []*SnippetFile {
if x != nil {
return x.Files
}
return nil
}
func (x *SaveSnippetRequest) GetSdk() Sdk {
if x != nil {
return x.Sdk
}
return Sdk_SDK_UNSPECIFIED
}
func (x *SaveSnippetRequest) GetPipelineOptions() string {
if x != nil {
return x.PipelineOptions
}
return ""
}
func (x *SaveSnippetRequest) GetComplexity() Complexity {
if x != nil {
return x.Complexity
}
return Complexity_COMPLEXITY_UNSPECIFIED
}
func (x *SaveSnippetRequest) GetPersistenceKey() string {
if x != nil {
return x.PersistenceKey
}
return ""
}
// SaveSnippetResponse contains information of the generated ID.
type SaveSnippetResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (x *SaveSnippetResponse) Reset() {
*x = SaveSnippetResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[39]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SaveSnippetResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SaveSnippetResponse) ProtoMessage() {}
func (x *SaveSnippetResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[39]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SaveSnippetResponse.ProtoReflect.Descriptor instead.
func (*SaveSnippetResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{39}
}
func (x *SaveSnippetResponse) GetId() string {
if x != nil {
return x.Id
}
return ""
}
// GetSnippetRequest represents the generated ID.
type GetSnippetRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}
func (x *GetSnippetRequest) Reset() {
*x = GetSnippetRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[40]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetSnippetRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetSnippetRequest) ProtoMessage() {}
func (x *GetSnippetRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[40]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetSnippetRequest.ProtoReflect.Descriptor instead.
func (*GetSnippetRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{40}
}
func (x *GetSnippetRequest) GetId() string {
if x != nil {
return x.Id
}
return ""
}
// GetSnippetResponse contains information of a snippet content and options of SDK which executes the snippet.
type GetSnippetResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Files []*SnippetFile `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
Sdk Sdk `protobuf:"varint,2,opt,name=sdk,proto3,enum=api.v1.Sdk" json:"sdk,omitempty"`
// The pipeline options as they would be passed to the program (e.g. "--option1 value1 --option2 value2")
PipelineOptions string `protobuf:"bytes,3,opt,name=pipeline_options,json=pipelineOptions,proto3" json:"pipeline_options,omitempty"`
Complexity Complexity `protobuf:"varint,4,opt,name=complexity,proto3,enum=api.v1.Complexity" json:"complexity,omitempty"`
}
func (x *GetSnippetResponse) Reset() {
*x = GetSnippetResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[41]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetSnippetResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetSnippetResponse) ProtoMessage() {}
func (x *GetSnippetResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[41]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetSnippetResponse.ProtoReflect.Descriptor instead.
func (*GetSnippetResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{41}
}
func (x *GetSnippetResponse) GetFiles() []*SnippetFile {
if x != nil {
return x.Files
}
return nil
}
func (x *GetSnippetResponse) GetSdk() Sdk {
if x != nil {
return x.Sdk
}
return Sdk_SDK_UNSPECIFIED
}
func (x *GetSnippetResponse) GetPipelineOptions() string {
if x != nil {
return x.PipelineOptions
}
return ""
}
func (x *GetSnippetResponse) GetComplexity() Complexity {
if x != nil {
return x.Complexity
}
return Complexity_COMPLEXITY_UNSPECIFIED
}
// GetMetadataRequest represents request for runner metadata
type GetMetadataRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *GetMetadataRequest) Reset() {
*x = GetMetadataRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[42]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetMetadataRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetMetadataRequest) ProtoMessage() {}
func (x *GetMetadataRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[42]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetMetadataRequest.ProtoReflect.Descriptor instead.
func (*GetMetadataRequest) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{42}
}
// GetMetadataResponse contains metadata about the runner
type GetMetadataResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
RunnerSdk string `protobuf:"bytes,1,opt,name=runner_sdk,json=runnerSdk,proto3" json:"runner_sdk,omitempty"`
BuildCommitHash string `protobuf:"bytes,2,opt,name=build_commit_hash,json=buildCommitHash,proto3" json:"build_commit_hash,omitempty"`
BuildCommitTimestampSecondsSinceEpoch int64 `protobuf:"varint,3,opt,name=build_commit_timestamp_seconds_since_epoch,json=buildCommitTimestampSecondsSinceEpoch,proto3" json:"build_commit_timestamp_seconds_since_epoch,omitempty"`
BeamSdkVersion string `protobuf:"bytes,4,opt,name=beam_sdk_version,json=beamSdkVersion,proto3" json:"beam_sdk_version,omitempty"`
}
func (x *GetMetadataResponse) Reset() {
*x = GetMetadataResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[43]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetMetadataResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetMetadataResponse) ProtoMessage() {}
func (x *GetMetadataResponse) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[43]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetMetadataResponse.ProtoReflect.Descriptor instead.
func (*GetMetadataResponse) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{43}
}
func (x *GetMetadataResponse) GetRunnerSdk() string {
if x != nil {
return x.RunnerSdk
}
return ""
}
func (x *GetMetadataResponse) GetBuildCommitHash() string {
if x != nil {
return x.BuildCommitHash
}
return ""
}
func (x *GetMetadataResponse) GetBuildCommitTimestampSecondsSinceEpoch() int64 {
if x != nil {
return x.BuildCommitTimestampSecondsSinceEpoch
}
return 0
}
func (x *GetMetadataResponse) GetBeamSdkVersion() string {
if x != nil {
return x.BeamSdkVersion
}
return ""
}
type Categories_Category struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
CategoryName string `protobuf:"bytes,1,opt,name=category_name,json=categoryName,proto3" json:"category_name,omitempty"`
PrecompiledObjects []*PrecompiledObject `protobuf:"bytes,2,rep,name=precompiled_objects,json=precompiledObjects,proto3" json:"precompiled_objects,omitempty"`
}
func (x *Categories_Category) Reset() {
*x = Categories_Category{}
if protoimpl.UnsafeEnabled {
mi := &file_api_v1_api_proto_msgTypes[45]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Categories_Category) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Categories_Category) ProtoMessage() {}
func (x *Categories_Category) ProtoReflect() protoreflect.Message {
mi := &file_api_v1_api_proto_msgTypes[45]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Categories_Category.ProtoReflect.Descriptor instead.
func (*Categories_Category) Descriptor() ([]byte, []int) {
return file_api_v1_api_proto_rawDescGZIP(), []int{22, 0}
}
func (x *Categories_Category) GetCategoryName() string {
if x != nil {
return x.CategoryName
}
return ""
}
func (x *Categories_Category) GetPrecompiledObjects() []*PrecompiledObject {
if x != nil {
return x.PrecompiledObjects
}
return nil
}
var File_api_v1_api_proto protoreflect.FileDescriptor
var file_api_v1_api_proto_rawDesc = []byte{
0x0a, 0x10, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x12, 0x06, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x22, 0xca, 0x01, 0x0a, 0x07, 0x44,
0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x12, 0x28, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01,
0x20, 0x01, 0x28, 0x0e, 0x32, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6d,
0x75, 0x6c, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
0x12, 0x36, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
0x0b, 0x32, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x73,
0x65, 0x74, 0x2e, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x61, 0x74, 0x61,
0x73, 0x65, 0x74, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x50, 0x61, 0x74, 0x68, 0x1a, 0x3a, 0x0a, 0x0c, 0x4f,
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b,
0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a,
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61,
0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xc6, 0x01, 0x0a, 0x0e, 0x52, 0x75, 0x6e, 0x43,
0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f,
0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x1d,
0x0a, 0x03, 0x73, 0x64, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0b, 0x2e, 0x61, 0x70,
0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x64, 0x6b, 0x52, 0x03, 0x73, 0x64, 0x6b, 0x12, 0x29, 0x0a,
0x10, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e,
0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x2b, 0x0a, 0x08, 0x64, 0x61, 0x74, 0x61,
0x73, 0x65, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69,
0x2e, 0x76, 0x31, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x52, 0x08, 0x64, 0x61, 0x74,
0x61, 0x73, 0x65, 0x74, 0x73, 0x12, 0x29, 0x0a, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x05,
0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6e,
0x69, 0x70, 0x70, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73,
0x22, 0x36, 0x0a, 0x0f, 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f,
0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x69, 0x70, 0x65,
0x6c, 0x69, 0x6e, 0x65, 0x55, 0x75, 0x69, 0x64, 0x22, 0x39, 0x0a, 0x12, 0x43, 0x68, 0x65, 0x63,
0x6b, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23,
0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55,
0x75, 0x69, 0x64, 0x22, 0x3d, 0x0a, 0x13, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x53, 0x74, 0x61, 0x74,
0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x26, 0x0a, 0x06, 0x73, 0x74,
0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0e, 0x2e, 0x61, 0x70, 0x69,
0x2e, 0x76, 0x31, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74,
0x75, 0x73, 0x22, 0x41, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x12, 0x23, 0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x75, 0x75, 0x69,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e,
0x65, 0x55, 0x75, 0x69, 0x64, 0x22, 0x35, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x56, 0x61, 0x6c, 0x69,
0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x01,
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x22, 0x42, 0x0a, 0x1b,
0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x75,
0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x70,
0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0c, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x75, 0x69, 0x64,
0x22, 0x36, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x12, 0x16, 0x0a, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x22, 0x3e, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x43,
0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f,
0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x69, 0x70, 0x65,
0x6c, 0x69, 0x6e, 0x65, 0x55, 0x75, 0x69, 0x64, 0x22, 0x32, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x43,
0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x01,
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x22, 0x3a, 0x0a, 0x13,
0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f,
0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x69, 0x70, 0x65,
0x6c, 0x69, 0x6e, 0x65, 0x55, 0x75, 0x69, 0x64, 0x22, 0x2e, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x52,
0x75, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x12, 0x16, 0x0a, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x22, 0x39, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x52,
0x75, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23,
0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55,
0x75, 0x69, 0x64, 0x22, 0x2d, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x45, 0x72, 0x72,
0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x75,
0x74, 0x70, 0x75, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x75, 0x74, 0x70,
0x75, 0x74, 0x22, 0x35, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65,
0x5f, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x69, 0x70,
0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x75, 0x69, 0x64, 0x22, 0x29, 0x0a, 0x0f, 0x47, 0x65, 0x74,
0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06,
0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x75,
0x74, 0x70, 0x75, 0x74, 0x22, 0x36, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x47, 0x72, 0x61, 0x70, 0x68,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c,
0x69, 0x6e, 0x65, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x75, 0x69, 0x64, 0x22, 0x28, 0x0a, 0x10,
0x47, 0x65, 0x74, 0x47, 0x72, 0x61, 0x70, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x61, 0x70, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x05, 0x67, 0x72, 0x61, 0x70, 0x68, 0x22, 0x34, 0x0a, 0x0d, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x69, 0x70, 0x65, 0x6c,
0x69, 0x6e, 0x65, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x75, 0x69, 0x64, 0x22, 0x10, 0x0a, 0x0e,
0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xd0,
0x04, 0x0a, 0x11, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62,
0x6a, 0x65, 0x63, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x5f, 0x70, 0x61,
0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x50,
0x61, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72,
0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65,
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x31, 0x0a, 0x04, 0x74, 0x79, 0x70,
0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31,
0x2e, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65,
0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x29, 0x0a, 0x10,
0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65,
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x18,
0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x1c, 0x0a, 0x09, 0x6d,
0x75, 0x6c, 0x74, 0x69, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09,
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6e,
0x74, 0x65, 0x78, 0x74, 0x5f, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52,
0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x6e, 0x65, 0x12, 0x27, 0x0a, 0x0f,
0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x18,
0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x45, 0x78,
0x61, 0x6d, 0x70, 0x6c, 0x65, 0x12, 0x1d, 0x0a, 0x03, 0x73, 0x64, 0x6b, 0x18, 0x0a, 0x20, 0x01,
0x28, 0x0e, 0x32, 0x0b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x64, 0x6b, 0x52,
0x03, 0x73, 0x64, 0x6b, 0x12, 0x32, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x78, 0x69,
0x74, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76,
0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x78, 0x69, 0x74, 0x79, 0x52, 0x0a, 0x63, 0x6f,
0x6d, 0x70, 0x6c, 0x65, 0x78, 0x69, 0x74, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73,
0x18, 0x0c, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x12, 0x2b, 0x0a, 0x08,
0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f,
0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x52,
0x08, 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x73, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x72, 0x6c,
0x5f, 0x76, 0x63, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x72, 0x6c, 0x56,
0x63, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x72, 0x6c, 0x5f, 0x6e, 0x6f, 0x74, 0x65, 0x62, 0x6f,
0x6f, 0x6b, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x75, 0x72, 0x6c, 0x4e, 0x6f, 0x74,
0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x12, 0x1d, 0x0a, 0x0a, 0x61, 0x6c, 0x77, 0x61, 0x79, 0x73, 0x5f,
0x72, 0x75, 0x6e, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x61, 0x6c, 0x77, 0x61, 0x79,
0x73, 0x52, 0x75, 0x6e, 0x12, 0x1b, 0x0a, 0x09, 0x6e, 0x65, 0x76, 0x65, 0x72, 0x5f, 0x72, 0x75,
0x6e, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x6e, 0x65, 0x76, 0x65, 0x72, 0x52, 0x75,
0x6e, 0x22, 0xe5, 0x01, 0x0a, 0x0a, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73,
0x12, 0x1d, 0x0a, 0x03, 0x73, 0x64, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0b, 0x2e,
0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x64, 0x6b, 0x52, 0x03, 0x73, 0x64, 0x6b, 0x12,
0x3b, 0x0a, 0x0a, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x18, 0x02, 0x20,
0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74,
0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x2e, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79,
0x52, 0x0a, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x1a, 0x7b, 0x0a, 0x08,
0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x61, 0x74, 0x65,
0x67, 0x6f, 0x72, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0c, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4a, 0x0a,
0x13, 0x70, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x5f, 0x6f, 0x62, 0x6a,
0x65, 0x63, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x61, 0x70, 0x69,
0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f,
0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x12, 0x70, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c,
0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0x59, 0x0a, 0x1c, 0x47, 0x65, 0x74,
0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63,
0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x03, 0x73, 0x64, 0x6b,
0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e,
0x53, 0x64, 0x6b, 0x52, 0x03, 0x73, 0x64, 0x6b, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65,
0x67, 0x6f, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65,
0x67, 0x6f, 0x72, 0x79, 0x22, 0x3c, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f,
0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x5f, 0x70, 0x61, 0x74,
0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x50, 0x61,
0x74, 0x68, 0x22, 0x40, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70,
0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x5f, 0x70,
0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6c, 0x6f, 0x75, 0x64,
0x50, 0x61, 0x74, 0x68, 0x22, 0x42, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f,
0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4f, 0x75, 0x74, 0x70,
0x75, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6c, 0x6f,
0x75, 0x64, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63,
0x6c, 0x6f, 0x75, 0x64, 0x50, 0x61, 0x74, 0x68, 0x22, 0x40, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x50,
0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74,
0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x63,
0x6c, 0x6f, 0x75, 0x64, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x09, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x50, 0x61, 0x74, 0x68, 0x22, 0x41, 0x0a, 0x20, 0x47, 0x65,
0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65,
0x63, 0x74, 0x47, 0x72, 0x61, 0x70, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d,
0x0a, 0x0a, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01,
0x28, 0x09, 0x52, 0x09, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x50, 0x61, 0x74, 0x68, 0x22, 0x43, 0x0a,
0x22, 0x47, 0x65, 0x74, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f,
0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x03, 0x73, 0x64, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e,
0x32, 0x0b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x64, 0x6b, 0x52, 0x03, 0x73,
0x64, 0x6b, 0x22, 0x5a, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70,
0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x0e, 0x73, 0x64, 0x6b, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67,
0x6f, 0x72, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x61, 0x70,
0x69, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x52,
0x0d, 0x73, 0x64, 0x6b, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x22, 0x68,
0x0a, 0x1c, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64,
0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x48,
0x0a, 0x12, 0x70, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x5f, 0x6f, 0x62,
0x6a, 0x65, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x61, 0x70, 0x69,
0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f,
0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x11, 0x70, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c,
0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x61, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x50,
0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74,
0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04,
0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65,
0x12, 0x29, 0x0a, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32,
0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6e, 0x69, 0x70, 0x70, 0x65, 0x74,
0x46, 0x69, 0x6c, 0x65, 0x52, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x22, 0x3c, 0x0a, 0x22, 0x47,
0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a,
0x65, 0x63, 0x74, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
0x65, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x22, 0x3a, 0x0a, 0x20, 0x47, 0x65, 0x74,
0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63,
0x74, 0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a,
0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f,
0x75, 0x74, 0x70, 0x75, 0x74, 0x22, 0x39, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63,
0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x47, 0x72, 0x61,
0x70, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72,
0x61, 0x70, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x67, 0x72, 0x61, 0x70, 0x68,
0x22, 0x6f, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x50, 0x72,
0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x48, 0x0a, 0x12, 0x70, 0x72, 0x65, 0x63, 0x6f,
0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x5f, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x01, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x65,
0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x11,
0x70, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63,
0x74, 0x22, 0x54, 0x0a, 0x0b, 0x53, 0x6e, 0x69, 0x70, 0x70, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65,
0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18,
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x17,
0x0a, 0x07, 0x69, 0x73, 0x5f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52,
0x06, 0x69, 0x73, 0x4d, 0x61, 0x69, 0x6e, 0x22, 0xe6, 0x01, 0x0a, 0x12, 0x53, 0x61, 0x76, 0x65,
0x53, 0x6e, 0x69, 0x70, 0x70, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x29,
0x0a, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e,
0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6e, 0x69, 0x70, 0x70, 0x65, 0x74, 0x46, 0x69,
0x6c, 0x65, 0x52, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x1d, 0x0a, 0x03, 0x73, 0x64, 0x6b,
0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e,
0x53, 0x64, 0x6b, 0x52, 0x03, 0x73, 0x64, 0x6b, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x69, 0x70, 0x65,
0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x4f, 0x70, 0x74, 0x69,
0x6f, 0x6e, 0x73, 0x12, 0x32, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x78, 0x69, 0x74,
0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x12, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31,
0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x78, 0x69, 0x74, 0x79, 0x52, 0x0a, 0x63, 0x6f, 0x6d,
0x70, 0x6c, 0x65, 0x78, 0x69, 0x74, 0x79, 0x12, 0x27, 0x0a, 0x0f, 0x70, 0x65, 0x72, 0x73, 0x69,
0x73, 0x74, 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0e, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x63, 0x65, 0x4b, 0x65, 0x79,
0x22, 0x25, 0x0a, 0x13, 0x53, 0x61, 0x76, 0x65, 0x53, 0x6e, 0x69, 0x70, 0x70, 0x65, 0x74, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x23, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x53, 0x6e,
0x69, 0x70, 0x70, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02,
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0xbd, 0x01, 0x0a,
0x12, 0x47, 0x65, 0x74, 0x53, 0x6e, 0x69, 0x70, 0x70, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x29, 0x0a, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03,
0x28, 0x0b, 0x32, 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6e, 0x69, 0x70,
0x70, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x05, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x1d,
0x0a, 0x03, 0x73, 0x64, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0b, 0x2e, 0x61, 0x70,
0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x64, 0x6b, 0x52, 0x03, 0x73, 0x64, 0x6b, 0x12, 0x29, 0x0a,
0x10, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e,
0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x32, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x70,
0x6c, 0x65, 0x78, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x12, 0x2e, 0x61,
0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x78, 0x69, 0x74, 0x79,
0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x78, 0x69, 0x74, 0x79, 0x22, 0x14, 0x0a, 0x12,
0x47, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x22, 0xe5, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61,
0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x72, 0x75,
0x6e, 0x6e, 0x65, 0x72, 0x5f, 0x73, 0x64, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
0x72, 0x75, 0x6e, 0x6e, 0x65, 0x72, 0x53, 0x64, 0x6b, 0x12, 0x2a, 0x0a, 0x11, 0x62, 0x75, 0x69,
0x6c, 0x64, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x02,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x6d, 0x6d, 0x69,
0x74, 0x48, 0x61, 0x73, 0x68, 0x12, 0x59, 0x0a, 0x2a, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x63,
0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x5f,
0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x5f, 0x73, 0x69, 0x6e, 0x63, 0x65, 0x5f, 0x65, 0x70,
0x6f, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x25, 0x62, 0x75, 0x69, 0x6c, 0x64,
0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x53,
0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x53, 0x69, 0x6e, 0x63, 0x65, 0x45, 0x70, 0x6f, 0x63, 0x68,
0x12, 0x28, 0x0a, 0x10, 0x62, 0x65, 0x61, 0x6d, 0x5f, 0x73, 0x64, 0x6b, 0x5f, 0x76, 0x65, 0x72,
0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x62, 0x65, 0x61, 0x6d,
0x53, 0x64, 0x6b, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2a, 0x52, 0x0a, 0x03, 0x53, 0x64,
0x6b, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x44, 0x4b, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49,
0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x53, 0x44, 0x4b, 0x5f, 0x4a, 0x41,
0x56, 0x41, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x44, 0x4b, 0x5f, 0x47, 0x4f, 0x10, 0x02,
0x12, 0x0e, 0x0a, 0x0a, 0x53, 0x44, 0x4b, 0x5f, 0x50, 0x59, 0x54, 0x48, 0x4f, 0x4e, 0x10, 0x03,
0x12, 0x0c, 0x0a, 0x08, 0x53, 0x44, 0x4b, 0x5f, 0x53, 0x43, 0x49, 0x4f, 0x10, 0x04, 0x2a, 0xb8,
0x02, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x54, 0x41,
0x54, 0x55, 0x53, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10,
0x00, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x56, 0x41, 0x4c, 0x49,
0x44, 0x41, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x1b, 0x0a, 0x17, 0x53, 0x54, 0x41, 0x54,
0x55, 0x53, 0x5f, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x45, 0x52,
0x52, 0x4f, 0x52, 0x10, 0x02, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f,
0x50, 0x52, 0x45, 0x50, 0x41, 0x52, 0x49, 0x4e, 0x47, 0x10, 0x03, 0x12, 0x1c, 0x0a, 0x18, 0x53,
0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x50, 0x52, 0x45, 0x50, 0x41, 0x52, 0x41, 0x54, 0x49, 0x4f,
0x4e, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x04, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x54, 0x41,
0x54, 0x55, 0x53, 0x5f, 0x43, 0x4f, 0x4d, 0x50, 0x49, 0x4c, 0x49, 0x4e, 0x47, 0x10, 0x05, 0x12,
0x18, 0x0a, 0x14, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x43, 0x4f, 0x4d, 0x50, 0x49, 0x4c,
0x45, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x06, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x54, 0x41,
0x54, 0x55, 0x53, 0x5f, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x07, 0x12,
0x13, 0x0a, 0x0f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x46, 0x49, 0x4e, 0x49, 0x53, 0x48,
0x45, 0x44, 0x10, 0x08, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x52,
0x55, 0x4e, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x09, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x54,
0x41, 0x54, 0x55, 0x53, 0x5f, 0x45, 0x52, 0x52, 0x4f, 0x52, 0x10, 0x0a, 0x12, 0x16, 0x0a, 0x12,
0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x52, 0x55, 0x4e, 0x5f, 0x54, 0x49, 0x4d, 0x45, 0x4f,
0x55, 0x54, 0x10, 0x0b, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x43,
0x41, 0x4e, 0x43, 0x45, 0x4c, 0x45, 0x44, 0x10, 0x0c, 0x2a, 0xae, 0x01, 0x0a, 0x15, 0x50, 0x72,
0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x54,
0x79, 0x70, 0x65, 0x12, 0x27, 0x0a, 0x23, 0x50, 0x52, 0x45, 0x43, 0x4f, 0x4d, 0x50, 0x49, 0x4c,
0x45, 0x44, 0x5f, 0x4f, 0x42, 0x4a, 0x45, 0x43, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55,
0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x23, 0x0a, 0x1f,
0x50, 0x52, 0x45, 0x43, 0x4f, 0x4d, 0x50, 0x49, 0x4c, 0x45, 0x44, 0x5f, 0x4f, 0x42, 0x4a, 0x45,
0x43, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x45, 0x58, 0x41, 0x4d, 0x50, 0x4c, 0x45, 0x10,
0x01, 0x12, 0x20, 0x0a, 0x1c, 0x50, 0x52, 0x45, 0x43, 0x4f, 0x4d, 0x50, 0x49, 0x4c, 0x45, 0x44,
0x5f, 0x4f, 0x42, 0x4a, 0x45, 0x43, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4b, 0x41, 0x54,
0x41, 0x10, 0x02, 0x12, 0x25, 0x0a, 0x21, 0x50, 0x52, 0x45, 0x43, 0x4f, 0x4d, 0x50, 0x49, 0x4c,
0x45, 0x44, 0x5f, 0x4f, 0x42, 0x4a, 0x45, 0x43, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55,
0x4e, 0x49, 0x54, 0x5f, 0x54, 0x45, 0x53, 0x54, 0x10, 0x03, 0x2a, 0x6e, 0x0a, 0x0a, 0x43, 0x6f,
0x6d, 0x70, 0x6c, 0x65, 0x78, 0x69, 0x74, 0x79, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x4f, 0x4d, 0x50,
0x4c, 0x45, 0x58, 0x49, 0x54, 0x59, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49,
0x45, 0x44, 0x10, 0x00, 0x12, 0x14, 0x0a, 0x10, 0x43, 0x4f, 0x4d, 0x50, 0x4c, 0x45, 0x58, 0x49,
0x54, 0x59, 0x5f, 0x42, 0x41, 0x53, 0x49, 0x43, 0x10, 0x01, 0x12, 0x15, 0x0a, 0x11, 0x43, 0x4f,
0x4d, 0x50, 0x4c, 0x45, 0x58, 0x49, 0x54, 0x59, 0x5f, 0x4d, 0x45, 0x44, 0x49, 0x55, 0x4d, 0x10,
0x02, 0x12, 0x17, 0x0a, 0x13, 0x43, 0x4f, 0x4d, 0x50, 0x4c, 0x45, 0x58, 0x49, 0x54, 0x59, 0x5f,
0x41, 0x44, 0x56, 0x41, 0x4e, 0x43, 0x45, 0x44, 0x10, 0x03, 0x2a, 0x46, 0x0a, 0x0c, 0x45, 0x6d,
0x75, 0x6c, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1d, 0x0a, 0x19, 0x45, 0x4d,
0x55, 0x4c, 0x41, 0x54, 0x4f, 0x52, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50,
0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x45, 0x4d, 0x55,
0x4c, 0x41, 0x54, 0x4f, 0x52, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4b, 0x41, 0x46, 0x4b, 0x41,
0x10, 0x01, 0x32, 0xd3, 0x0d, 0x0a, 0x11, 0x50, 0x6c, 0x61, 0x79, 0x67, 0x72, 0x6f, 0x75, 0x6e,
0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x52, 0x75, 0x6e, 0x43,
0x6f, 0x64, 0x65, 0x12, 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x75, 0x6e,
0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70,
0x69, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x75, 0x6e, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x0b, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x53, 0x74, 0x61,
0x74, 0x75, 0x73, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x65,
0x63, 0x6b, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x53, 0x74,
0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x49, 0x0a, 0x0c,
0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x12, 0x1b, 0x2e, 0x61,
0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x4f, 0x75, 0x74, 0x70,
0x75, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e,
0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3a, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x4c, 0x6f,
0x67, 0x73, 0x12, 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4c,
0x6f, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70, 0x69,
0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x3d, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x47, 0x72, 0x61, 0x70, 0x68, 0x12,
0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x61, 0x70,
0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76,
0x31, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x61, 0x70, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
0x73, 0x65, 0x12, 0x46, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x45, 0x72, 0x72, 0x6f,
0x72, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x75,
0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e,
0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x45, 0x72, 0x72,
0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5e, 0x0a, 0x13, 0x47, 0x65,
0x74, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75,
0x74, 0x12, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x56, 0x61,
0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47,
0x65, 0x74, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70,
0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x61, 0x0a, 0x14, 0x47, 0x65,
0x74, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70,
0x75, 0x74, 0x12, 0x23, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50,
0x72, 0x65, 0x70, 0x61, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74,
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31,
0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x70, 0x61, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4f,
0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x55, 0x0a,
0x10, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75,
0x74, 0x12, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f,
0x6d, 0x70, 0x69, 0x6c, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x1a, 0x20, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43,
0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x06, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x12, 0x15,
0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x43,
0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a,
0x15, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f,
0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e,
0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62,
0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x61,
0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70,
0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x61, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d,
0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x23, 0x2e, 0x61, 0x70,
0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69,
0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65,
0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6d, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65,
0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f,
0x64, 0x65, 0x12, 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50,
0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74,
0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x61, 0x70,
0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69,
0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73,
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x73, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63,
0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4f, 0x75, 0x74,
0x70, 0x75, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,
0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63,
0x74, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a,
0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f,
0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4f, 0x75, 0x74, 0x70,
0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6d, 0x0a, 0x18, 0x47, 0x65,
0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65,
0x63, 0x74, 0x4c, 0x6f, 0x67, 0x73, 0x12, 0x27, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e,
0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62,
0x6a, 0x65, 0x63, 0x74, 0x4c, 0x6f, 0x67, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63,
0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4c, 0x6f, 0x67,
0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x70, 0x0a, 0x19, 0x47, 0x65, 0x74,
0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63,
0x74, 0x47, 0x72, 0x61, 0x70, 0x68, 0x12, 0x28, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e,
0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62,
0x6a, 0x65, 0x63, 0x74, 0x47, 0x72, 0x61, 0x70, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x1a, 0x29, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65,
0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x47, 0x72,
0x61, 0x70, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x76, 0x0a, 0x1b, 0x47,
0x65, 0x74, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70,
0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2a, 0x2e, 0x61, 0x70, 0x69,
0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x50, 0x72,
0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e,
0x47, 0x65, 0x74, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6d,
0x70, 0x69, 0x6c, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x0b, 0x53, 0x61, 0x76, 0x65, 0x53, 0x6e, 0x69, 0x70, 0x70,
0x65, 0x74, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x76, 0x65,
0x53, 0x6e, 0x69, 0x70, 0x70, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b,
0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x53, 0x6e, 0x69, 0x70,
0x70, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x0a, 0x47,
0x65, 0x74, 0x53, 0x6e, 0x69, 0x70, 0x70, 0x65, 0x74, 0x12, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e,
0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x6e, 0x69, 0x70, 0x70, 0x65, 0x74, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
0x74, 0x53, 0x6e, 0x69, 0x70, 0x70, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x12, 0x46, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12,
0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61,
0x64, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x70,
0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x38, 0x5a, 0x36, 0x62, 0x65, 0x61, 0x6d,
0x2e, 0x61, 0x70, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x6c, 0x61, 0x79,
0x67, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x2f, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2f, 0x69,
0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x3b, 0x70, 0x6c, 0x61, 0x79, 0x67, 0x72, 0x6f, 0x75,
0x6e, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_api_v1_api_proto_rawDescOnce sync.Once
file_api_v1_api_proto_rawDescData = file_api_v1_api_proto_rawDesc
)
func file_api_v1_api_proto_rawDescGZIP() []byte {
file_api_v1_api_proto_rawDescOnce.Do(func() {
file_api_v1_api_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_v1_api_proto_rawDescData)
})
return file_api_v1_api_proto_rawDescData
}
var file_api_v1_api_proto_enumTypes = make([]protoimpl.EnumInfo, 5)
var file_api_v1_api_proto_msgTypes = make([]protoimpl.MessageInfo, 46)
var file_api_v1_api_proto_goTypes = []interface{}{
(Sdk)(0), // 0: api.v1.Sdk
(Status)(0), // 1: api.v1.Status
(PrecompiledObjectType)(0), // 2: api.v1.PrecompiledObjectType
(Complexity)(0), // 3: api.v1.Complexity
(EmulatorType)(0), // 4: api.v1.EmulatorType
(*Dataset)(nil), // 5: api.v1.Dataset
(*RunCodeRequest)(nil), // 6: api.v1.RunCodeRequest
(*RunCodeResponse)(nil), // 7: api.v1.RunCodeResponse
(*CheckStatusRequest)(nil), // 8: api.v1.CheckStatusRequest
(*CheckStatusResponse)(nil), // 9: api.v1.CheckStatusResponse
(*GetValidationOutputRequest)(nil), // 10: api.v1.GetValidationOutputRequest
(*GetValidationOutputResponse)(nil), // 11: api.v1.GetValidationOutputResponse
(*GetPreparationOutputRequest)(nil), // 12: api.v1.GetPreparationOutputRequest
(*GetPreparationOutputResponse)(nil), // 13: api.v1.GetPreparationOutputResponse
(*GetCompileOutputRequest)(nil), // 14: api.v1.GetCompileOutputRequest
(*GetCompileOutputResponse)(nil), // 15: api.v1.GetCompileOutputResponse
(*GetRunOutputRequest)(nil), // 16: api.v1.GetRunOutputRequest
(*GetRunOutputResponse)(nil), // 17: api.v1.GetRunOutputResponse
(*GetRunErrorRequest)(nil), // 18: api.v1.GetRunErrorRequest
(*GetRunErrorResponse)(nil), // 19: api.v1.GetRunErrorResponse
(*GetLogsRequest)(nil), // 20: api.v1.GetLogsRequest
(*GetLogsResponse)(nil), // 21: api.v1.GetLogsResponse
(*GetGraphRequest)(nil), // 22: api.v1.GetGraphRequest
(*GetGraphResponse)(nil), // 23: api.v1.GetGraphResponse
(*CancelRequest)(nil), // 24: api.v1.CancelRequest
(*CancelResponse)(nil), // 25: api.v1.CancelResponse
(*PrecompiledObject)(nil), // 26: api.v1.PrecompiledObject
(*Categories)(nil), // 27: api.v1.Categories
(*GetPrecompiledObjectsRequest)(nil), // 28: api.v1.GetPrecompiledObjectsRequest
(*GetPrecompiledObjectRequest)(nil), // 29: api.v1.GetPrecompiledObjectRequest
(*GetPrecompiledObjectCodeRequest)(nil), // 30: api.v1.GetPrecompiledObjectCodeRequest
(*GetPrecompiledObjectOutputRequest)(nil), // 31: api.v1.GetPrecompiledObjectOutputRequest
(*GetPrecompiledObjectLogsRequest)(nil), // 32: api.v1.GetPrecompiledObjectLogsRequest
(*GetPrecompiledObjectGraphRequest)(nil), // 33: api.v1.GetPrecompiledObjectGraphRequest
(*GetDefaultPrecompiledObjectRequest)(nil), // 34: api.v1.GetDefaultPrecompiledObjectRequest
(*GetPrecompiledObjectsResponse)(nil), // 35: api.v1.GetPrecompiledObjectsResponse
(*GetPrecompiledObjectResponse)(nil), // 36: api.v1.GetPrecompiledObjectResponse
(*GetPrecompiledObjectCodeResponse)(nil), // 37: api.v1.GetPrecompiledObjectCodeResponse
(*GetPrecompiledObjectOutputResponse)(nil), // 38: api.v1.GetPrecompiledObjectOutputResponse
(*GetPrecompiledObjectLogsResponse)(nil), // 39: api.v1.GetPrecompiledObjectLogsResponse
(*GetPrecompiledObjectGraphResponse)(nil), // 40: api.v1.GetPrecompiledObjectGraphResponse
(*GetDefaultPrecompiledObjectResponse)(nil), // 41: api.v1.GetDefaultPrecompiledObjectResponse
(*SnippetFile)(nil), // 42: api.v1.SnippetFile
(*SaveSnippetRequest)(nil), // 43: api.v1.SaveSnippetRequest
(*SaveSnippetResponse)(nil), // 44: api.v1.SaveSnippetResponse
(*GetSnippetRequest)(nil), // 45: api.v1.GetSnippetRequest
(*GetSnippetResponse)(nil), // 46: api.v1.GetSnippetResponse
(*GetMetadataRequest)(nil), // 47: api.v1.GetMetadataRequest
(*GetMetadataResponse)(nil), // 48: api.v1.GetMetadataResponse
nil, // 49: api.v1.Dataset.OptionsEntry
(*Categories_Category)(nil), // 50: api.v1.Categories.Category
}
var file_api_v1_api_proto_depIdxs = []int32{
4, // 0: api.v1.Dataset.type:type_name -> api.v1.EmulatorType
49, // 1: api.v1.Dataset.options:type_name -> api.v1.Dataset.OptionsEntry
0, // 2: api.v1.RunCodeRequest.sdk:type_name -> api.v1.Sdk
5, // 3: api.v1.RunCodeRequest.datasets:type_name -> api.v1.Dataset
42, // 4: api.v1.RunCodeRequest.files:type_name -> api.v1.SnippetFile
1, // 5: api.v1.CheckStatusResponse.status:type_name -> api.v1.Status
2, // 6: api.v1.PrecompiledObject.type:type_name -> api.v1.PrecompiledObjectType
0, // 7: api.v1.PrecompiledObject.sdk:type_name -> api.v1.Sdk
3, // 8: api.v1.PrecompiledObject.complexity:type_name -> api.v1.Complexity
5, // 9: api.v1.PrecompiledObject.datasets:type_name -> api.v1.Dataset
0, // 10: api.v1.Categories.sdk:type_name -> api.v1.Sdk
50, // 11: api.v1.Categories.categories:type_name -> api.v1.Categories.Category
0, // 12: api.v1.GetPrecompiledObjectsRequest.sdk:type_name -> api.v1.Sdk
0, // 13: api.v1.GetDefaultPrecompiledObjectRequest.sdk:type_name -> api.v1.Sdk
27, // 14: api.v1.GetPrecompiledObjectsResponse.sdk_categories:type_name -> api.v1.Categories
26, // 15: api.v1.GetPrecompiledObjectResponse.precompiled_object:type_name -> api.v1.PrecompiledObject
42, // 16: api.v1.GetPrecompiledObjectCodeResponse.files:type_name -> api.v1.SnippetFile
26, // 17: api.v1.GetDefaultPrecompiledObjectResponse.precompiled_object:type_name -> api.v1.PrecompiledObject
42, // 18: api.v1.SaveSnippetRequest.files:type_name -> api.v1.SnippetFile
0, // 19: api.v1.SaveSnippetRequest.sdk:type_name -> api.v1.Sdk
3, // 20: api.v1.SaveSnippetRequest.complexity:type_name -> api.v1.Complexity
42, // 21: api.v1.GetSnippetResponse.files:type_name -> api.v1.SnippetFile
0, // 22: api.v1.GetSnippetResponse.sdk:type_name -> api.v1.Sdk
3, // 23: api.v1.GetSnippetResponse.complexity:type_name -> api.v1.Complexity
26, // 24: api.v1.Categories.Category.precompiled_objects:type_name -> api.v1.PrecompiledObject
6, // 25: api.v1.PlaygroundService.RunCode:input_type -> api.v1.RunCodeRequest
8, // 26: api.v1.PlaygroundService.CheckStatus:input_type -> api.v1.CheckStatusRequest
16, // 27: api.v1.PlaygroundService.GetRunOutput:input_type -> api.v1.GetRunOutputRequest
20, // 28: api.v1.PlaygroundService.GetLogs:input_type -> api.v1.GetLogsRequest
22, // 29: api.v1.PlaygroundService.GetGraph:input_type -> api.v1.GetGraphRequest
18, // 30: api.v1.PlaygroundService.GetRunError:input_type -> api.v1.GetRunErrorRequest
10, // 31: api.v1.PlaygroundService.GetValidationOutput:input_type -> api.v1.GetValidationOutputRequest
12, // 32: api.v1.PlaygroundService.GetPreparationOutput:input_type -> api.v1.GetPreparationOutputRequest
14, // 33: api.v1.PlaygroundService.GetCompileOutput:input_type -> api.v1.GetCompileOutputRequest
24, // 34: api.v1.PlaygroundService.Cancel:input_type -> api.v1.CancelRequest
28, // 35: api.v1.PlaygroundService.GetPrecompiledObjects:input_type -> api.v1.GetPrecompiledObjectsRequest
29, // 36: api.v1.PlaygroundService.GetPrecompiledObject:input_type -> api.v1.GetPrecompiledObjectRequest
30, // 37: api.v1.PlaygroundService.GetPrecompiledObjectCode:input_type -> api.v1.GetPrecompiledObjectCodeRequest
31, // 38: api.v1.PlaygroundService.GetPrecompiledObjectOutput:input_type -> api.v1.GetPrecompiledObjectOutputRequest
32, // 39: api.v1.PlaygroundService.GetPrecompiledObjectLogs:input_type -> api.v1.GetPrecompiledObjectLogsRequest
33, // 40: api.v1.PlaygroundService.GetPrecompiledObjectGraph:input_type -> api.v1.GetPrecompiledObjectGraphRequest
34, // 41: api.v1.PlaygroundService.GetDefaultPrecompiledObject:input_type -> api.v1.GetDefaultPrecompiledObjectRequest
43, // 42: api.v1.PlaygroundService.SaveSnippet:input_type -> api.v1.SaveSnippetRequest
45, // 43: api.v1.PlaygroundService.GetSnippet:input_type -> api.v1.GetSnippetRequest
47, // 44: api.v1.PlaygroundService.GetMetadata:input_type -> api.v1.GetMetadataRequest
7, // 45: api.v1.PlaygroundService.RunCode:output_type -> api.v1.RunCodeResponse
9, // 46: api.v1.PlaygroundService.CheckStatus:output_type -> api.v1.CheckStatusResponse
17, // 47: api.v1.PlaygroundService.GetRunOutput:output_type -> api.v1.GetRunOutputResponse
21, // 48: api.v1.PlaygroundService.GetLogs:output_type -> api.v1.GetLogsResponse
23, // 49: api.v1.PlaygroundService.GetGraph:output_type -> api.v1.GetGraphResponse
19, // 50: api.v1.PlaygroundService.GetRunError:output_type -> api.v1.GetRunErrorResponse
11, // 51: api.v1.PlaygroundService.GetValidationOutput:output_type -> api.v1.GetValidationOutputResponse
13, // 52: api.v1.PlaygroundService.GetPreparationOutput:output_type -> api.v1.GetPreparationOutputResponse
15, // 53: api.v1.PlaygroundService.GetCompileOutput:output_type -> api.v1.GetCompileOutputResponse
25, // 54: api.v1.PlaygroundService.Cancel:output_type -> api.v1.CancelResponse
35, // 55: api.v1.PlaygroundService.GetPrecompiledObjects:output_type -> api.v1.GetPrecompiledObjectsResponse
36, // 56: api.v1.PlaygroundService.GetPrecompiledObject:output_type -> api.v1.GetPrecompiledObjectResponse
37, // 57: api.v1.PlaygroundService.GetPrecompiledObjectCode:output_type -> api.v1.GetPrecompiledObjectCodeResponse
38, // 58: api.v1.PlaygroundService.GetPrecompiledObjectOutput:output_type -> api.v1.GetPrecompiledObjectOutputResponse
39, // 59: api.v1.PlaygroundService.GetPrecompiledObjectLogs:output_type -> api.v1.GetPrecompiledObjectLogsResponse
40, // 60: api.v1.PlaygroundService.GetPrecompiledObjectGraph:output_type -> api.v1.GetPrecompiledObjectGraphResponse
41, // 61: api.v1.PlaygroundService.GetDefaultPrecompiledObject:output_type -> api.v1.GetDefaultPrecompiledObjectResponse
44, // 62: api.v1.PlaygroundService.SaveSnippet:output_type -> api.v1.SaveSnippetResponse
46, // 63: api.v1.PlaygroundService.GetSnippet:output_type -> api.v1.GetSnippetResponse
48, // 64: api.v1.PlaygroundService.GetMetadata:output_type -> api.v1.GetMetadataResponse
45, // [45:65] is the sub-list for method output_type
25, // [25:45] is the sub-list for method input_type
25, // [25:25] is the sub-list for extension type_name
25, // [25:25] is the sub-list for extension extendee
0, // [0:25] is the sub-list for field type_name
}
func init() { file_api_v1_api_proto_init() }
func file_api_v1_api_proto_init() {
if File_api_v1_api_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_api_v1_api_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Dataset); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RunCodeRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*RunCodeResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CheckStatusRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CheckStatusResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetValidationOutputRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetValidationOutputResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPreparationOutputRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPreparationOutputResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetCompileOutputRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetCompileOutputResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetRunOutputRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetRunOutputResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetRunErrorRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetRunErrorResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetLogsRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetLogsResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetGraphRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetGraphResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CancelRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CancelResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PrecompiledObject); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Categories); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectsRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectCodeRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectOutputRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectLogsRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectGraphRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetDefaultPrecompiledObjectRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectsResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectCodeResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectOutputResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectLogsResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetPrecompiledObjectGraphResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetDefaultPrecompiledObjectResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SnippetFile); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SaveSnippetRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SaveSnippetResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetSnippetRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetSnippetResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetMetadataRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetMetadataResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_v1_api_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Categories_Category); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_api_v1_api_proto_rawDesc,
NumEnums: 5,
NumMessages: 46,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_api_v1_api_proto_goTypes,
DependencyIndexes: file_api_v1_api_proto_depIdxs,
EnumInfos: file_api_v1_api_proto_enumTypes,
MessageInfos: file_api_v1_api_proto_msgTypes,
}.Build()
File_api_v1_api_proto = out.File
file_api_v1_api_proto_rawDesc = nil
file_api_v1_api_proto_goTypes = nil
file_api_v1_api_proto_depIdxs = nil
}