Documentation ¶
Index ¶
- Variables
- type ContactRequest
- func (*ContactRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ContactRequest) GetTicket() *v1alpha1.Ticket
- func (x *ContactRequest) GetUser() *v1alpha11.User
- func (*ContactRequest) ProtoMessage()
- func (x *ContactRequest) ProtoReflect() protoreflect.Message
- func (x *ContactRequest) Reset()
- func (x *ContactRequest) String() string
- type ContactResponse
- type CreateAttachmentRequest
- func (*CreateAttachmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAttachmentRequest) GetAttachmentInput() *v1alpha1.AttachmentInput
- func (x *CreateAttachmentRequest) GetUser() *v1alpha11.User
- func (*CreateAttachmentRequest) ProtoMessage()
- func (x *CreateAttachmentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAttachmentRequest) Reset()
- func (x *CreateAttachmentRequest) String() string
- type CreateAttachmentResponse
- func (*CreateAttachmentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAttachmentResponse) GetAttachment() *v1alpha1.Attachment
- func (*CreateAttachmentResponse) ProtoMessage()
- func (x *CreateAttachmentResponse) ProtoReflect() protoreflect.Message
- func (x *CreateAttachmentResponse) Reset()
- func (x *CreateAttachmentResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_commonfate_factory_cloudsupport_v1alpha1_support_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ContactRequest ¶
type ContactRequest struct { Ticket *v1alpha1.Ticket `protobuf:"bytes,1,opt,name=ticket,proto3" json:"ticket,omitempty"` User *v1alpha11.User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*ContactRequest) Descriptor
deprecated
func (*ContactRequest) Descriptor() ([]byte, []int)
Deprecated: Use ContactRequest.ProtoReflect.Descriptor instead.
func (*ContactRequest) GetTicket ¶
func (x *ContactRequest) GetTicket() *v1alpha1.Ticket
func (*ContactRequest) GetUser ¶
func (x *ContactRequest) GetUser() *v1alpha11.User
func (*ContactRequest) ProtoMessage ¶
func (*ContactRequest) ProtoMessage()
func (*ContactRequest) ProtoReflect ¶
func (x *ContactRequest) ProtoReflect() protoreflect.Message
func (*ContactRequest) Reset ¶
func (x *ContactRequest) Reset()
func (*ContactRequest) String ¶
func (x *ContactRequest) String() string
type ContactResponse ¶
type ContactResponse struct { // An initial response indicating whether the support request has been received. Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ContactResponse) Descriptor
deprecated
func (*ContactResponse) Descriptor() ([]byte, []int)
Deprecated: Use ContactResponse.ProtoReflect.Descriptor instead.
func (*ContactResponse) GetMessage ¶
func (x *ContactResponse) GetMessage() string
func (*ContactResponse) ProtoMessage ¶
func (*ContactResponse) ProtoMessage()
func (*ContactResponse) ProtoReflect ¶
func (x *ContactResponse) ProtoReflect() protoreflect.Message
func (*ContactResponse) Reset ¶
func (x *ContactResponse) Reset()
func (*ContactResponse) String ¶
func (x *ContactResponse) String() string
type CreateAttachmentRequest ¶
type CreateAttachmentRequest struct { AttachmentInput *v1alpha1.AttachmentInput `protobuf:"bytes,1,opt,name=attachment_input,json=attachmentInput,proto3" json:"attachment_input,omitempty"` User *v1alpha11.User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*CreateAttachmentRequest) Descriptor
deprecated
func (*CreateAttachmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAttachmentRequest.ProtoReflect.Descriptor instead.
func (*CreateAttachmentRequest) GetAttachmentInput ¶
func (x *CreateAttachmentRequest) GetAttachmentInput() *v1alpha1.AttachmentInput
func (*CreateAttachmentRequest) GetUser ¶
func (x *CreateAttachmentRequest) GetUser() *v1alpha11.User
func (*CreateAttachmentRequest) ProtoMessage ¶
func (*CreateAttachmentRequest) ProtoMessage()
func (*CreateAttachmentRequest) ProtoReflect ¶
func (x *CreateAttachmentRequest) ProtoReflect() protoreflect.Message
func (*CreateAttachmentRequest) Reset ¶
func (x *CreateAttachmentRequest) Reset()
func (*CreateAttachmentRequest) String ¶
func (x *CreateAttachmentRequest) String() string
type CreateAttachmentResponse ¶
type CreateAttachmentResponse struct { Attachment *v1alpha1.Attachment `protobuf:"bytes,1,opt,name=attachment,proto3" json:"attachment,omitempty"` // contains filtered or unexported fields }
func (*CreateAttachmentResponse) Descriptor
deprecated
func (*CreateAttachmentResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateAttachmentResponse.ProtoReflect.Descriptor instead.
func (*CreateAttachmentResponse) GetAttachment ¶
func (x *CreateAttachmentResponse) GetAttachment() *v1alpha1.Attachment
func (*CreateAttachmentResponse) ProtoMessage ¶
func (*CreateAttachmentResponse) ProtoMessage()
func (*CreateAttachmentResponse) ProtoReflect ¶
func (x *CreateAttachmentResponse) ProtoReflect() protoreflect.Message
func (*CreateAttachmentResponse) Reset ¶
func (x *CreateAttachmentResponse) Reset()
func (*CreateAttachmentResponse) String ¶
func (x *CreateAttachmentResponse) String() string
Click to show internal directories.
Click to hide internal directories.