mirror of https://github.com/hashicorp/boundary
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1294 lines
52 KiB
1294 lines
52 KiB
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.10
|
|
// protoc (unknown)
|
|
// source: controller/api/services/v1/worker_service.proto
|
|
|
|
package services
|
|
|
|
import (
|
|
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options"
|
|
workers "github.com/hashicorp/boundary/sdk/pbs/controller/api/resources/workers"
|
|
_ "google.golang.org/genproto/googleapis/api/annotations"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
|
|
structpb "google.golang.org/protobuf/types/known/structpb"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
type GetWorkerRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetWorkerRequest) Reset() {
|
|
*x = GetWorkerRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetWorkerRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetWorkerRequest) ProtoMessage() {}
|
|
|
|
func (x *GetWorkerRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[0]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetWorkerRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetWorkerRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *GetWorkerRequest) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetWorkerResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Item *workers.Worker `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetWorkerResponse) Reset() {
|
|
*x = GetWorkerResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetWorkerResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetWorkerResponse) ProtoMessage() {}
|
|
|
|
func (x *GetWorkerResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[1]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetWorkerResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetWorkerResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *GetWorkerResponse) GetItem() *workers.Worker {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListWorkersRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ScopeId string `protobuf:"bytes,1,opt,name=scope_id,json=scopeId,proto3" json:"scope_id,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
|
|
Recursive bool `protobuf:"varint,20,opt,name=recursive,proto3" json:"recursive,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
|
|
Filter string `protobuf:"bytes,30,opt,name=filter,proto3" json:"filter,omitempty" class:"sensitive"` // @gotags: `class:"sensitive"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListWorkersRequest) Reset() {
|
|
*x = ListWorkersRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListWorkersRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListWorkersRequest) ProtoMessage() {}
|
|
|
|
func (x *ListWorkersRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[2]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ListWorkersRequest.ProtoReflect.Descriptor instead.
|
|
func (*ListWorkersRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *ListWorkersRequest) GetScopeId() string {
|
|
if x != nil {
|
|
return x.ScopeId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ListWorkersRequest) GetRecursive() bool {
|
|
if x != nil {
|
|
return x.Recursive
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ListWorkersRequest) GetFilter() string {
|
|
if x != nil {
|
|
return x.Filter
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ListWorkersResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Items []*workers.Worker `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListWorkersResponse) Reset() {
|
|
*x = ListWorkersResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListWorkersResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListWorkersResponse) ProtoMessage() {}
|
|
|
|
func (x *ListWorkersResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[3]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ListWorkersResponse.ProtoReflect.Descriptor instead.
|
|
func (*ListWorkersResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *ListWorkersResponse) GetItems() []*workers.Worker {
|
|
if x != nil {
|
|
return x.Items
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateWorkerLedRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Item *workers.Worker `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateWorkerLedRequest) Reset() {
|
|
*x = CreateWorkerLedRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateWorkerLedRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateWorkerLedRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateWorkerLedRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[4]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateWorkerLedRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateWorkerLedRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *CreateWorkerLedRequest) GetItem() *workers.Worker {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateWorkerLedResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
|
|
Item *workers.Worker `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateWorkerLedResponse) Reset() {
|
|
*x = CreateWorkerLedResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateWorkerLedResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateWorkerLedResponse) ProtoMessage() {}
|
|
|
|
func (x *CreateWorkerLedResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[5]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateWorkerLedResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreateWorkerLedResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *CreateWorkerLedResponse) GetUri() string {
|
|
if x != nil {
|
|
return x.Uri
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateWorkerLedResponse) GetItem() *workers.Worker {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateControllerLedRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Item *workers.Worker `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateControllerLedRequest) Reset() {
|
|
*x = CreateControllerLedRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateControllerLedRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateControllerLedRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateControllerLedRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[6]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateControllerLedRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateControllerLedRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *CreateControllerLedRequest) GetItem() *workers.Worker {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateControllerLedResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
|
|
Item *workers.Worker `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateControllerLedResponse) Reset() {
|
|
*x = CreateControllerLedResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateControllerLedResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateControllerLedResponse) ProtoMessage() {}
|
|
|
|
func (x *CreateControllerLedResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[7]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateControllerLedResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreateControllerLedResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *CreateControllerLedResponse) GetUri() string {
|
|
if x != nil {
|
|
return x.Uri
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateControllerLedResponse) GetItem() *workers.Worker {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateWorkerRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" class:"public"` // @gotags: `class:"public"`
|
|
Item *workers.Worker `protobuf:"bytes,2,opt,name=item,proto3" json:"item,omitempty"`
|
|
UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,proto3" json:"update_mask,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateWorkerRequest) Reset() {
|
|
*x = UpdateWorkerRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateWorkerRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateWorkerRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateWorkerRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[8]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateWorkerRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateWorkerRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *UpdateWorkerRequest) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateWorkerRequest) GetItem() *workers.Worker {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdateWorkerRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
|
|
if x != nil {
|
|
return x.UpdateMask
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateWorkerResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Item *workers.Worker `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateWorkerResponse) Reset() {
|
|
*x = UpdateWorkerResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateWorkerResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateWorkerResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdateWorkerResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[9]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateWorkerResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdateWorkerResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *UpdateWorkerResponse) GetItem() *workers.Worker {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeleteWorkerRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" class:"public"` // @gotags: `class:"public"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteWorkerRequest) Reset() {
|
|
*x = DeleteWorkerRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteWorkerRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteWorkerRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteWorkerRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[10]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteWorkerRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteWorkerRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *DeleteWorkerRequest) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeleteWorkerResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteWorkerResponse) Reset() {
|
|
*x = DeleteWorkerResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteWorkerResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteWorkerResponse) ProtoMessage() {}
|
|
|
|
func (x *DeleteWorkerResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[11]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteWorkerResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeleteWorkerResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
type AddWorkerTagsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
|
|
// Version is used to ensure this resource has not changed.
|
|
// The mutation will fail if the version does not match the latest known good version.
|
|
Version uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty" class:"public"` // @gotags: `class:"public"`
|
|
ApiTags map[string]*structpb.ListValue `protobuf:"bytes,3,rep,name=api_tags,proto3" json:"api_tags,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value" class:"public"` // @gotags: `class:"public"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *AddWorkerTagsRequest) Reset() {
|
|
*x = AddWorkerTagsRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *AddWorkerTagsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AddWorkerTagsRequest) ProtoMessage() {}
|
|
|
|
func (x *AddWorkerTagsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[12]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AddWorkerTagsRequest.ProtoReflect.Descriptor instead.
|
|
func (*AddWorkerTagsRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *AddWorkerTagsRequest) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AddWorkerTagsRequest) GetVersion() uint32 {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AddWorkerTagsRequest) GetApiTags() map[string]*structpb.ListValue {
|
|
if x != nil {
|
|
return x.ApiTags
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AddWorkerTagsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Item *workers.Worker `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *AddWorkerTagsResponse) Reset() {
|
|
*x = AddWorkerTagsResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *AddWorkerTagsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AddWorkerTagsResponse) ProtoMessage() {}
|
|
|
|
func (x *AddWorkerTagsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[13]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AddWorkerTagsResponse.ProtoReflect.Descriptor instead.
|
|
func (*AddWorkerTagsResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *AddWorkerTagsResponse) GetItem() *workers.Worker {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SetWorkerTagsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
|
|
// Version is used to ensure this resource has not changed.
|
|
// The mutation will fail if the version does not match the latest known good version.
|
|
Version uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty" class:"public"` // @gotags: `class:"public"`
|
|
ApiTags map[string]*structpb.ListValue `protobuf:"bytes,3,rep,name=api_tags,proto3" json:"api_tags,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value" class:"public"` // @gotags: `class:"public"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SetWorkerTagsRequest) Reset() {
|
|
*x = SetWorkerTagsRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SetWorkerTagsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SetWorkerTagsRequest) ProtoMessage() {}
|
|
|
|
func (x *SetWorkerTagsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[14]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SetWorkerTagsRequest.ProtoReflect.Descriptor instead.
|
|
func (*SetWorkerTagsRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *SetWorkerTagsRequest) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SetWorkerTagsRequest) GetVersion() uint32 {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SetWorkerTagsRequest) GetApiTags() map[string]*structpb.ListValue {
|
|
if x != nil {
|
|
return x.ApiTags
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SetWorkerTagsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Item *workers.Worker `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SetWorkerTagsResponse) Reset() {
|
|
*x = SetWorkerTagsResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SetWorkerTagsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SetWorkerTagsResponse) ProtoMessage() {}
|
|
|
|
func (x *SetWorkerTagsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[15]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SetWorkerTagsResponse.ProtoReflect.Descriptor instead.
|
|
func (*SetWorkerTagsResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *SetWorkerTagsResponse) GetItem() *workers.Worker {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RemoveWorkerTagsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" class:"public" eventstream:"observation"` // @gotags: `class:"public" eventstream:"observation"`
|
|
// Version is used to ensure this resource has not changed.
|
|
// The mutation will fail if the version does not match the latest known good version.
|
|
Version uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty" class:"public"` // @gotags: `class:"public"`
|
|
ApiTags map[string]*structpb.ListValue `protobuf:"bytes,3,rep,name=api_tags,proto3" json:"api_tags,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value" class:"public"` // @gotags: `class:"public"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RemoveWorkerTagsRequest) Reset() {
|
|
*x = RemoveWorkerTagsRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RemoveWorkerTagsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RemoveWorkerTagsRequest) ProtoMessage() {}
|
|
|
|
func (x *RemoveWorkerTagsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[16]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RemoveWorkerTagsRequest.ProtoReflect.Descriptor instead.
|
|
func (*RemoveWorkerTagsRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *RemoveWorkerTagsRequest) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RemoveWorkerTagsRequest) GetVersion() uint32 {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RemoveWorkerTagsRequest) GetApiTags() map[string]*structpb.ListValue {
|
|
if x != nil {
|
|
return x.ApiTags
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RemoveWorkerTagsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Item *workers.Worker `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *RemoveWorkerTagsResponse) Reset() {
|
|
*x = RemoveWorkerTagsResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *RemoveWorkerTagsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RemoveWorkerTagsResponse) ProtoMessage() {}
|
|
|
|
func (x *RemoveWorkerTagsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[17]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RemoveWorkerTagsResponse.ProtoReflect.Descriptor instead.
|
|
func (*RemoveWorkerTagsResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *RemoveWorkerTagsResponse) GetItem() *workers.Worker {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ReadCertificateAuthorityRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ScopeId string `protobuf:"bytes,1,opt,name=scope_id,json=scopeId,proto3" json:"scope_id,omitempty" class:"public"` // @gotags: `class:"public"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ReadCertificateAuthorityRequest) Reset() {
|
|
*x = ReadCertificateAuthorityRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ReadCertificateAuthorityRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ReadCertificateAuthorityRequest) ProtoMessage() {}
|
|
|
|
func (x *ReadCertificateAuthorityRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[18]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ReadCertificateAuthorityRequest.ProtoReflect.Descriptor instead.
|
|
func (*ReadCertificateAuthorityRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *ReadCertificateAuthorityRequest) GetScopeId() string {
|
|
if x != nil {
|
|
return x.ScopeId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ReadCertificateAuthorityResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Item *workers.CertificateAuthority `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ReadCertificateAuthorityResponse) Reset() {
|
|
*x = ReadCertificateAuthorityResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ReadCertificateAuthorityResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ReadCertificateAuthorityResponse) ProtoMessage() {}
|
|
|
|
func (x *ReadCertificateAuthorityResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[19]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ReadCertificateAuthorityResponse.ProtoReflect.Descriptor instead.
|
|
func (*ReadCertificateAuthorityResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *ReadCertificateAuthorityResponse) GetItem() *workers.CertificateAuthority {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ReinitializeCertificateAuthorityRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ScopeId string `protobuf:"bytes,1,opt,name=scope_id,json=scopeId,proto3" json:"scope_id,omitempty" class:"public"` // @gotags: `class:"public"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ReinitializeCertificateAuthorityRequest) Reset() {
|
|
*x = ReinitializeCertificateAuthorityRequest{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ReinitializeCertificateAuthorityRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ReinitializeCertificateAuthorityRequest) ProtoMessage() {}
|
|
|
|
func (x *ReinitializeCertificateAuthorityRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[20]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ReinitializeCertificateAuthorityRequest.ProtoReflect.Descriptor instead.
|
|
func (*ReinitializeCertificateAuthorityRequest) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *ReinitializeCertificateAuthorityRequest) GetScopeId() string {
|
|
if x != nil {
|
|
return x.ScopeId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ReinitializeCertificateAuthorityResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Item *workers.CertificateAuthority `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ReinitializeCertificateAuthorityResponse) Reset() {
|
|
*x = ReinitializeCertificateAuthorityResponse{}
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ReinitializeCertificateAuthorityResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ReinitializeCertificateAuthorityResponse) ProtoMessage() {}
|
|
|
|
func (x *ReinitializeCertificateAuthorityResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_controller_api_services_v1_worker_service_proto_msgTypes[21]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ReinitializeCertificateAuthorityResponse.ProtoReflect.Descriptor instead.
|
|
func (*ReinitializeCertificateAuthorityResponse) Descriptor() ([]byte, []int) {
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *ReinitializeCertificateAuthorityResponse) GetItem() *workers.CertificateAuthority {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_controller_api_services_v1_worker_service_proto protoreflect.FileDescriptor
|
|
|
|
const file_controller_api_services_v1_worker_service_proto_rawDesc = "" +
|
|
"\n" +
|
|
"/controller/api/services/v1/worker_service.proto\x12\x1acontroller.api.services.v1\x1a0controller/api/resources/workers/v1/worker.proto\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\"\n" +
|
|
"\x10GetWorkerRequest\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\"T\n" +
|
|
"\x11GetWorkerResponse\x12?\n" +
|
|
"\x04item\x18\x01 \x01(\v2+.controller.api.resources.workers.v1.WorkerR\x04item\"e\n" +
|
|
"\x12ListWorkersRequest\x12\x19\n" +
|
|
"\bscope_id\x18\x01 \x01(\tR\ascopeId\x12\x1c\n" +
|
|
"\trecursive\x18\x14 \x01(\bR\trecursive\x12\x16\n" +
|
|
"\x06filter\x18\x1e \x01(\tR\x06filter\"X\n" +
|
|
"\x13ListWorkersResponse\x12A\n" +
|
|
"\x05items\x18\x01 \x03(\v2+.controller.api.resources.workers.v1.WorkerR\x05items\"Y\n" +
|
|
"\x16CreateWorkerLedRequest\x12?\n" +
|
|
"\x04item\x18\x01 \x01(\v2+.controller.api.resources.workers.v1.WorkerR\x04item\"l\n" +
|
|
"\x17CreateWorkerLedResponse\x12\x10\n" +
|
|
"\x03uri\x18\x01 \x01(\tR\x03uri\x12?\n" +
|
|
"\x04item\x18\x02 \x01(\v2+.controller.api.resources.workers.v1.WorkerR\x04item\"]\n" +
|
|
"\x1aCreateControllerLedRequest\x12?\n" +
|
|
"\x04item\x18\x01 \x01(\v2+.controller.api.resources.workers.v1.WorkerR\x04item\"p\n" +
|
|
"\x1bCreateControllerLedResponse\x12\x10\n" +
|
|
"\x03uri\x18\x01 \x01(\tR\x03uri\x12?\n" +
|
|
"\x04item\x18\x02 \x01(\v2+.controller.api.resources.workers.v1.WorkerR\x04item\"\xa4\x01\n" +
|
|
"\x13UpdateWorkerRequest\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12?\n" +
|
|
"\x04item\x18\x02 \x01(\v2+.controller.api.resources.workers.v1.WorkerR\x04item\x12<\n" +
|
|
"\vupdate_mask\x18\x03 \x01(\v2\x1a.google.protobuf.FieldMaskR\vupdate_mask\"W\n" +
|
|
"\x14UpdateWorkerResponse\x12?\n" +
|
|
"\x04item\x18\x01 \x01(\v2+.controller.api.resources.workers.v1.WorkerR\x04item\"%\n" +
|
|
"\x13DeleteWorkerRequest\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\"\x16\n" +
|
|
"\x14DeleteWorkerResponse\"\xf3\x01\n" +
|
|
"\x14AddWorkerTagsRequest\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x18\n" +
|
|
"\aversion\x18\x02 \x01(\rR\aversion\x12Y\n" +
|
|
"\bapi_tags\x18\x03 \x03(\v2=.controller.api.services.v1.AddWorkerTagsRequest.ApiTagsEntryR\bapi_tags\x1aV\n" +
|
|
"\fApiTagsEntry\x12\x10\n" +
|
|
"\x03key\x18\x01 \x01(\tR\x03key\x120\n" +
|
|
"\x05value\x18\x02 \x01(\v2\x1a.google.protobuf.ListValueR\x05value:\x028\x01\"X\n" +
|
|
"\x15AddWorkerTagsResponse\x12?\n" +
|
|
"\x04item\x18\x01 \x01(\v2+.controller.api.resources.workers.v1.WorkerR\x04item\"\xf3\x01\n" +
|
|
"\x14SetWorkerTagsRequest\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x18\n" +
|
|
"\aversion\x18\x02 \x01(\rR\aversion\x12Y\n" +
|
|
"\bapi_tags\x18\x03 \x03(\v2=.controller.api.services.v1.SetWorkerTagsRequest.ApiTagsEntryR\bapi_tags\x1aV\n" +
|
|
"\fApiTagsEntry\x12\x10\n" +
|
|
"\x03key\x18\x01 \x01(\tR\x03key\x120\n" +
|
|
"\x05value\x18\x02 \x01(\v2\x1a.google.protobuf.ListValueR\x05value:\x028\x01\"X\n" +
|
|
"\x15SetWorkerTagsResponse\x12?\n" +
|
|
"\x04item\x18\x01 \x01(\v2+.controller.api.resources.workers.v1.WorkerR\x04item\"\xf9\x01\n" +
|
|
"\x17RemoveWorkerTagsRequest\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\x12\x18\n" +
|
|
"\aversion\x18\x02 \x01(\rR\aversion\x12\\\n" +
|
|
"\bapi_tags\x18\x03 \x03(\v2@.controller.api.services.v1.RemoveWorkerTagsRequest.ApiTagsEntryR\bapi_tags\x1aV\n" +
|
|
"\fApiTagsEntry\x12\x10\n" +
|
|
"\x03key\x18\x01 \x01(\tR\x03key\x120\n" +
|
|
"\x05value\x18\x02 \x01(\v2\x1a.google.protobuf.ListValueR\x05value:\x028\x01\"[\n" +
|
|
"\x18RemoveWorkerTagsResponse\x12?\n" +
|
|
"\x04item\x18\x01 \x01(\v2+.controller.api.resources.workers.v1.WorkerR\x04item\"<\n" +
|
|
"\x1fReadCertificateAuthorityRequest\x12\x19\n" +
|
|
"\bscope_id\x18\x01 \x01(\tR\ascopeId\"q\n" +
|
|
" ReadCertificateAuthorityResponse\x12M\n" +
|
|
"\x04item\x18\x01 \x01(\v29.controller.api.resources.workers.v1.CertificateAuthorityR\x04item\"D\n" +
|
|
"'ReinitializeCertificateAuthorityRequest\x12\x19\n" +
|
|
"\bscope_id\x18\x01 \x01(\tR\ascopeId\"y\n" +
|
|
"(ReinitializeCertificateAuthorityResponse\x12M\n" +
|
|
"\x04item\x18\x01 \x01(\v29.controller.api.resources.workers.v1.CertificateAuthorityR\x04item2\xa2\x14\n" +
|
|
"\rWorkerService\x12\xa2\x01\n" +
|
|
"\tGetWorker\x12,.controller.api.services.v1.GetWorkerRequest\x1a-.controller.api.services.v1.GetWorkerResponse\"8\x92A\x17\x12\x15Gets a single Worker.\x82\xd3\xe4\x93\x02\x18b\x04item\x12\x10/v1/workers/{id}\x12\x9a\x01\n" +
|
|
"\vListWorkers\x12..controller.api.services.v1.ListWorkersRequest\x1a/.controller.api.services.v1.ListWorkersResponse\"*\x92A\x14\x12\x12Lists all Workers.\x82\xd3\xe4\x93\x02\r\x12\v/v1/workers\x12\xca\x01\n" +
|
|
"\x0fCreateWorkerLed\x122.controller.api.services.v1.CreateWorkerLedRequest\x1a3.controller.api.services.v1.CreateWorkerLedResponse\"N\x92A\x1a\x12\x18Creates a single Worker.\x82\xd3\xe4\x93\x02+:\x04itemb\x04item\"\x1d/v1/workers:create:worker-led\x12\xda\x01\n" +
|
|
"\x13CreateControllerLed\x126.controller.api.services.v1.CreateControllerLedRequest\x1a7.controller.api.services.v1.CreateControllerLedResponse\"R\x92A\x1a\x12\x18Creates a single Worker.\x82\xd3\xe4\x93\x02/:\x04itemb\x04item\"!/v1/workers:create:controller-led\x12\xad\x01\n" +
|
|
"\fUpdateWorker\x12/.controller.api.services.v1.UpdateWorkerRequest\x1a0.controller.api.services.v1.UpdateWorkerResponse\":\x92A\x13\x12\x11Updates a Worker.\x82\xd3\xe4\x93\x02\x1e:\x04itemb\x04item2\x10/v1/workers/{id}\x12\xa1\x01\n" +
|
|
"\fDeleteWorker\x12/.controller.api.services.v1.DeleteWorkerRequest\x1a0.controller.api.services.v1.DeleteWorkerResponse\".\x92A\x13\x12\x11Deletes a Worker.\x82\xd3\xe4\x93\x02\x12*\x10/v1/workers/{id}\x12\xd0\x01\n" +
|
|
"\rAddWorkerTags\x120.controller.api.services.v1.AddWorkerTagsRequest\x1a1.controller.api.services.v1.AddWorkerTagsResponse\"Z\x92A&\x12$Adds api tags to an existing Worker.\x82\xd3\xe4\x93\x02+:\x01*b\x04item\" /v1/workers/{id}:add-worker-tags\x12\xd1\x01\n" +
|
|
"\rSetWorkerTags\x120.controller.api.services.v1.SetWorkerTagsRequest\x1a1.controller.api.services.v1.SetWorkerTagsResponse\"[\x92A'\x12%Sets api tags for an existing Worker.\x82\xd3\xe4\x93\x02+:\x01*b\x04item\" /v1/workers/{id}:set-worker-tags\x12\xe1\x01\n" +
|
|
"\x10RemoveWorkerTags\x123.controller.api.services.v1.RemoveWorkerTagsRequest\x1a4.controller.api.services.v1.RemoveWorkerTagsResponse\"b\x92A+\x12)Removes api tags from an existing Worker.\x82\xd3\xe4\x93\x02.:\x01*b\x04item\"#/v1/workers/{id}:remove-worker-tags\x12\x8b\x02\n" +
|
|
"\x18ReadCertificateAuthority\x12;.controller.api.services.v1.ReadCertificateAuthorityRequest\x1a<.controller.api.services.v1.ReadCertificateAuthorityResponse\"t\x92A=\x12;Retrieves root certificates used for worker authentication.\x82\xd3\xe4\x93\x02.b\x04item\x12&/v1/workers:read-certificate-authority\x12\xb0\x02\n" +
|
|
" ReinitializeCertificateAuthority\x12C.controller.api.services.v1.ReinitializeCertificateAuthorityRequest\x1aD.controller.api.services.v1.ReinitializeCertificateAuthorityResponse\"\x80\x01\x92AA\x12?Reinitializes root certificates used for worker authentication.\x82\xd3\xe4\x93\x026b\x04item\"./v1/workers:reinitialize-certificate-authority\x1a\x84\x02\x92A\x80\x02\n" +
|
|
"\x0eWorker service\x12\xed\x01A worker is a service that acts as a network proxy for Boundary sessions. It functions as a bridge between users and the target resources they need to access. The worker service provides endpoints that let you manage workers in Boundary.BMZKgithub.com/hashicorp/boundary/internal/gen/controller/api/services;servicesb\x06proto3"
|
|
|
|
var (
|
|
file_controller_api_services_v1_worker_service_proto_rawDescOnce sync.Once
|
|
file_controller_api_services_v1_worker_service_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_controller_api_services_v1_worker_service_proto_rawDescGZIP() []byte {
|
|
file_controller_api_services_v1_worker_service_proto_rawDescOnce.Do(func() {
|
|
file_controller_api_services_v1_worker_service_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_controller_api_services_v1_worker_service_proto_rawDesc), len(file_controller_api_services_v1_worker_service_proto_rawDesc)))
|
|
})
|
|
return file_controller_api_services_v1_worker_service_proto_rawDescData
|
|
}
|
|
|
|
var file_controller_api_services_v1_worker_service_proto_msgTypes = make([]protoimpl.MessageInfo, 25)
|
|
var file_controller_api_services_v1_worker_service_proto_goTypes = []any{
|
|
(*GetWorkerRequest)(nil), // 0: controller.api.services.v1.GetWorkerRequest
|
|
(*GetWorkerResponse)(nil), // 1: controller.api.services.v1.GetWorkerResponse
|
|
(*ListWorkersRequest)(nil), // 2: controller.api.services.v1.ListWorkersRequest
|
|
(*ListWorkersResponse)(nil), // 3: controller.api.services.v1.ListWorkersResponse
|
|
(*CreateWorkerLedRequest)(nil), // 4: controller.api.services.v1.CreateWorkerLedRequest
|
|
(*CreateWorkerLedResponse)(nil), // 5: controller.api.services.v1.CreateWorkerLedResponse
|
|
(*CreateControllerLedRequest)(nil), // 6: controller.api.services.v1.CreateControllerLedRequest
|
|
(*CreateControllerLedResponse)(nil), // 7: controller.api.services.v1.CreateControllerLedResponse
|
|
(*UpdateWorkerRequest)(nil), // 8: controller.api.services.v1.UpdateWorkerRequest
|
|
(*UpdateWorkerResponse)(nil), // 9: controller.api.services.v1.UpdateWorkerResponse
|
|
(*DeleteWorkerRequest)(nil), // 10: controller.api.services.v1.DeleteWorkerRequest
|
|
(*DeleteWorkerResponse)(nil), // 11: controller.api.services.v1.DeleteWorkerResponse
|
|
(*AddWorkerTagsRequest)(nil), // 12: controller.api.services.v1.AddWorkerTagsRequest
|
|
(*AddWorkerTagsResponse)(nil), // 13: controller.api.services.v1.AddWorkerTagsResponse
|
|
(*SetWorkerTagsRequest)(nil), // 14: controller.api.services.v1.SetWorkerTagsRequest
|
|
(*SetWorkerTagsResponse)(nil), // 15: controller.api.services.v1.SetWorkerTagsResponse
|
|
(*RemoveWorkerTagsRequest)(nil), // 16: controller.api.services.v1.RemoveWorkerTagsRequest
|
|
(*RemoveWorkerTagsResponse)(nil), // 17: controller.api.services.v1.RemoveWorkerTagsResponse
|
|
(*ReadCertificateAuthorityRequest)(nil), // 18: controller.api.services.v1.ReadCertificateAuthorityRequest
|
|
(*ReadCertificateAuthorityResponse)(nil), // 19: controller.api.services.v1.ReadCertificateAuthorityResponse
|
|
(*ReinitializeCertificateAuthorityRequest)(nil), // 20: controller.api.services.v1.ReinitializeCertificateAuthorityRequest
|
|
(*ReinitializeCertificateAuthorityResponse)(nil), // 21: controller.api.services.v1.ReinitializeCertificateAuthorityResponse
|
|
nil, // 22: controller.api.services.v1.AddWorkerTagsRequest.ApiTagsEntry
|
|
nil, // 23: controller.api.services.v1.SetWorkerTagsRequest.ApiTagsEntry
|
|
nil, // 24: controller.api.services.v1.RemoveWorkerTagsRequest.ApiTagsEntry
|
|
(*workers.Worker)(nil), // 25: controller.api.resources.workers.v1.Worker
|
|
(*fieldmaskpb.FieldMask)(nil), // 26: google.protobuf.FieldMask
|
|
(*workers.CertificateAuthority)(nil), // 27: controller.api.resources.workers.v1.CertificateAuthority
|
|
(*structpb.ListValue)(nil), // 28: google.protobuf.ListValue
|
|
}
|
|
var file_controller_api_services_v1_worker_service_proto_depIdxs = []int32{
|
|
25, // 0: controller.api.services.v1.GetWorkerResponse.item:type_name -> controller.api.resources.workers.v1.Worker
|
|
25, // 1: controller.api.services.v1.ListWorkersResponse.items:type_name -> controller.api.resources.workers.v1.Worker
|
|
25, // 2: controller.api.services.v1.CreateWorkerLedRequest.item:type_name -> controller.api.resources.workers.v1.Worker
|
|
25, // 3: controller.api.services.v1.CreateWorkerLedResponse.item:type_name -> controller.api.resources.workers.v1.Worker
|
|
25, // 4: controller.api.services.v1.CreateControllerLedRequest.item:type_name -> controller.api.resources.workers.v1.Worker
|
|
25, // 5: controller.api.services.v1.CreateControllerLedResponse.item:type_name -> controller.api.resources.workers.v1.Worker
|
|
25, // 6: controller.api.services.v1.UpdateWorkerRequest.item:type_name -> controller.api.resources.workers.v1.Worker
|
|
26, // 7: controller.api.services.v1.UpdateWorkerRequest.update_mask:type_name -> google.protobuf.FieldMask
|
|
25, // 8: controller.api.services.v1.UpdateWorkerResponse.item:type_name -> controller.api.resources.workers.v1.Worker
|
|
22, // 9: controller.api.services.v1.AddWorkerTagsRequest.api_tags:type_name -> controller.api.services.v1.AddWorkerTagsRequest.ApiTagsEntry
|
|
25, // 10: controller.api.services.v1.AddWorkerTagsResponse.item:type_name -> controller.api.resources.workers.v1.Worker
|
|
23, // 11: controller.api.services.v1.SetWorkerTagsRequest.api_tags:type_name -> controller.api.services.v1.SetWorkerTagsRequest.ApiTagsEntry
|
|
25, // 12: controller.api.services.v1.SetWorkerTagsResponse.item:type_name -> controller.api.resources.workers.v1.Worker
|
|
24, // 13: controller.api.services.v1.RemoveWorkerTagsRequest.api_tags:type_name -> controller.api.services.v1.RemoveWorkerTagsRequest.ApiTagsEntry
|
|
25, // 14: controller.api.services.v1.RemoveWorkerTagsResponse.item:type_name -> controller.api.resources.workers.v1.Worker
|
|
27, // 15: controller.api.services.v1.ReadCertificateAuthorityResponse.item:type_name -> controller.api.resources.workers.v1.CertificateAuthority
|
|
27, // 16: controller.api.services.v1.ReinitializeCertificateAuthorityResponse.item:type_name -> controller.api.resources.workers.v1.CertificateAuthority
|
|
28, // 17: controller.api.services.v1.AddWorkerTagsRequest.ApiTagsEntry.value:type_name -> google.protobuf.ListValue
|
|
28, // 18: controller.api.services.v1.SetWorkerTagsRequest.ApiTagsEntry.value:type_name -> google.protobuf.ListValue
|
|
28, // 19: controller.api.services.v1.RemoveWorkerTagsRequest.ApiTagsEntry.value:type_name -> google.protobuf.ListValue
|
|
0, // 20: controller.api.services.v1.WorkerService.GetWorker:input_type -> controller.api.services.v1.GetWorkerRequest
|
|
2, // 21: controller.api.services.v1.WorkerService.ListWorkers:input_type -> controller.api.services.v1.ListWorkersRequest
|
|
4, // 22: controller.api.services.v1.WorkerService.CreateWorkerLed:input_type -> controller.api.services.v1.CreateWorkerLedRequest
|
|
6, // 23: controller.api.services.v1.WorkerService.CreateControllerLed:input_type -> controller.api.services.v1.CreateControllerLedRequest
|
|
8, // 24: controller.api.services.v1.WorkerService.UpdateWorker:input_type -> controller.api.services.v1.UpdateWorkerRequest
|
|
10, // 25: controller.api.services.v1.WorkerService.DeleteWorker:input_type -> controller.api.services.v1.DeleteWorkerRequest
|
|
12, // 26: controller.api.services.v1.WorkerService.AddWorkerTags:input_type -> controller.api.services.v1.AddWorkerTagsRequest
|
|
14, // 27: controller.api.services.v1.WorkerService.SetWorkerTags:input_type -> controller.api.services.v1.SetWorkerTagsRequest
|
|
16, // 28: controller.api.services.v1.WorkerService.RemoveWorkerTags:input_type -> controller.api.services.v1.RemoveWorkerTagsRequest
|
|
18, // 29: controller.api.services.v1.WorkerService.ReadCertificateAuthority:input_type -> controller.api.services.v1.ReadCertificateAuthorityRequest
|
|
20, // 30: controller.api.services.v1.WorkerService.ReinitializeCertificateAuthority:input_type -> controller.api.services.v1.ReinitializeCertificateAuthorityRequest
|
|
1, // 31: controller.api.services.v1.WorkerService.GetWorker:output_type -> controller.api.services.v1.GetWorkerResponse
|
|
3, // 32: controller.api.services.v1.WorkerService.ListWorkers:output_type -> controller.api.services.v1.ListWorkersResponse
|
|
5, // 33: controller.api.services.v1.WorkerService.CreateWorkerLed:output_type -> controller.api.services.v1.CreateWorkerLedResponse
|
|
7, // 34: controller.api.services.v1.WorkerService.CreateControllerLed:output_type -> controller.api.services.v1.CreateControllerLedResponse
|
|
9, // 35: controller.api.services.v1.WorkerService.UpdateWorker:output_type -> controller.api.services.v1.UpdateWorkerResponse
|
|
11, // 36: controller.api.services.v1.WorkerService.DeleteWorker:output_type -> controller.api.services.v1.DeleteWorkerResponse
|
|
13, // 37: controller.api.services.v1.WorkerService.AddWorkerTags:output_type -> controller.api.services.v1.AddWorkerTagsResponse
|
|
15, // 38: controller.api.services.v1.WorkerService.SetWorkerTags:output_type -> controller.api.services.v1.SetWorkerTagsResponse
|
|
17, // 39: controller.api.services.v1.WorkerService.RemoveWorkerTags:output_type -> controller.api.services.v1.RemoveWorkerTagsResponse
|
|
19, // 40: controller.api.services.v1.WorkerService.ReadCertificateAuthority:output_type -> controller.api.services.v1.ReadCertificateAuthorityResponse
|
|
21, // 41: controller.api.services.v1.WorkerService.ReinitializeCertificateAuthority:output_type -> controller.api.services.v1.ReinitializeCertificateAuthorityResponse
|
|
31, // [31:42] is the sub-list for method output_type
|
|
20, // [20:31] is the sub-list for method input_type
|
|
20, // [20:20] is the sub-list for extension type_name
|
|
20, // [20:20] is the sub-list for extension extendee
|
|
0, // [0:20] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_controller_api_services_v1_worker_service_proto_init() }
|
|
func file_controller_api_services_v1_worker_service_proto_init() {
|
|
if File_controller_api_services_v1_worker_service_proto != nil {
|
|
return
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_controller_api_services_v1_worker_service_proto_rawDesc), len(file_controller_api_services_v1_worker_service_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 25,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_controller_api_services_v1_worker_service_proto_goTypes,
|
|
DependencyIndexes: file_controller_api_services_v1_worker_service_proto_depIdxs,
|
|
MessageInfos: file_controller_api_services_v1_worker_service_proto_msgTypes,
|
|
}.Build()
|
|
File_controller_api_services_v1_worker_service_proto = out.File
|
|
file_controller_api_services_v1_worker_service_proto_goTypes = nil
|
|
file_controller_api_services_v1_worker_service_proto_depIdxs = nil
|
|
}
|