// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 // protoc v3.11.4 // source: github.com/moby/buildkit/session/secrets/secrets.proto package secrets import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" unsafe "unsafe" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type GetSecretRequest struct { state protoimpl.MessageState `protogen:"open.v1"` ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Annotations map[string]string `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *GetSecretRequest) Reset() { *x = GetSecretRequest{} mi := &file_github_com_moby_buildkit_session_secrets_secrets_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GetSecretRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetSecretRequest) ProtoMessage() {} func (x *GetSecretRequest) ProtoReflect() protoreflect.Message { mi := &file_github_com_moby_buildkit_session_secrets_secrets_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 GetSecretRequest.ProtoReflect.Descriptor instead. func (*GetSecretRequest) Descriptor() ([]byte, []int) { return file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDescGZIP(), []int{0} } func (x *GetSecretRequest) GetID() string { if x != nil { return x.ID } return "" } func (x *GetSecretRequest) GetAnnotations() map[string]string { if x != nil { return x.Annotations } return nil } type GetSecretResponse struct { state protoimpl.MessageState `protogen:"open.v1"` Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *GetSecretResponse) Reset() { *x = GetSecretResponse{} mi := &file_github_com_moby_buildkit_session_secrets_secrets_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GetSecretResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetSecretResponse) ProtoMessage() {} func (x *GetSecretResponse) ProtoReflect() protoreflect.Message { mi := &file_github_com_moby_buildkit_session_secrets_secrets_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 GetSecretResponse.ProtoReflect.Descriptor instead. func (*GetSecretResponse) Descriptor() ([]byte, []int) { return file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDescGZIP(), []int{1} } func (x *GetSecretResponse) GetData() []byte { if x != nil { return x.Data } return nil } var File_github_com_moby_buildkit_session_secrets_secrets_proto protoreflect.FileDescriptor const file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDesc = "" + "\n" + "6github.com/moby/buildkit/session/secrets/secrets.proto\x12\x18moby.buildkit.secrets.v1\"\xc1\x01\n" + "\x10GetSecretRequest\x12\x0e\n" + "\x02ID\x18\x01 \x01(\tR\x02ID\x12]\n" + "\vannotations\x18\x02 \x03(\v2;.moby.buildkit.secrets.v1.GetSecretRequest.AnnotationsEntryR\vannotations\x1a>\n" + "\x10AnnotationsEntry\x12\x10\n" + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"'\n" + "\x11GetSecretResponse\x12\x12\n" + "\x04data\x18\x01 \x01(\fR\x04data2o\n" + "\aSecrets\x12d\n" + "\tGetSecret\x12*.moby.buildkit.secrets.v1.GetSecretRequest\x1a+.moby.buildkit.secrets.v1.GetSecretResponseB*Z(github.com/moby/buildkit/session/secretsb\x06proto3" var ( file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDescOnce sync.Once file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDescData []byte ) func file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDescGZIP() []byte { file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDescOnce.Do(func() { file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDesc), len(file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDesc))) }) return file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDescData } var file_github_com_moby_buildkit_session_secrets_secrets_proto_msgTypes = make([]protoimpl.MessageInfo, 3) var file_github_com_moby_buildkit_session_secrets_secrets_proto_goTypes = []any{ (*GetSecretRequest)(nil), // 0: moby.buildkit.secrets.v1.GetSecretRequest (*GetSecretResponse)(nil), // 1: moby.buildkit.secrets.v1.GetSecretResponse nil, // 2: moby.buildkit.secrets.v1.GetSecretRequest.AnnotationsEntry } var file_github_com_moby_buildkit_session_secrets_secrets_proto_depIdxs = []int32{ 2, // 0: moby.buildkit.secrets.v1.GetSecretRequest.annotations:type_name -> moby.buildkit.secrets.v1.GetSecretRequest.AnnotationsEntry 0, // 1: moby.buildkit.secrets.v1.Secrets.GetSecret:input_type -> moby.buildkit.secrets.v1.GetSecretRequest 1, // 2: moby.buildkit.secrets.v1.Secrets.GetSecret:output_type -> moby.buildkit.secrets.v1.GetSecretResponse 2, // [2:3] is the sub-list for method output_type 1, // [1:2] is the sub-list for method input_type 1, // [1:1] is the sub-list for extension type_name 1, // [1:1] is the sub-list for extension extendee 0, // [0:1] is the sub-list for field type_name } func init() { file_github_com_moby_buildkit_session_secrets_secrets_proto_init() } func file_github_com_moby_buildkit_session_secrets_secrets_proto_init() { if File_github_com_moby_buildkit_session_secrets_secrets_proto != nil { return } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDesc), len(file_github_com_moby_buildkit_session_secrets_secrets_proto_rawDesc)), NumEnums: 0, NumMessages: 3, NumExtensions: 0, NumServices: 1, }, GoTypes: file_github_com_moby_buildkit_session_secrets_secrets_proto_goTypes, DependencyIndexes: file_github_com_moby_buildkit_session_secrets_secrets_proto_depIdxs, MessageInfos: file_github_com_moby_buildkit_session_secrets_secrets_proto_msgTypes, }.Build() File_github_com_moby_buildkit_session_secrets_secrets_proto = out.File file_github_com_moby_buildkit_session_secrets_secrets_proto_goTypes = nil file_github_com_moby_buildkit_session_secrets_secrets_proto_depIdxs = nil }