vmds

package
v1.7.75 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VmdsService_DownloadSpecifiedMessages_FullMethodName = "/api.v1alpha1.vmds.VmdsService/DownloadSpecifiedMessages"
)

Variables

View Source
var File_api_v1alpha1_vmds_service_proto protoreflect.FileDescriptor
View Source
var VmdsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.v1alpha1.vmds.VmdsService",
	HandlerType: (*VmdsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DownloadSpecifiedMessages",
			Handler:    _VmdsService_DownloadSpecifiedMessages_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api/v1alpha1/vmds/service.proto",
}

VmdsService_ServiceDesc is the grpc.ServiceDesc for VmdsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterVmdsServiceServer

func RegisterVmdsServiceServer(s grpc.ServiceRegistrar, srv VmdsServiceServer)

Types

type DownloadSpecifiedMessagesRequest

type DownloadSpecifiedMessagesRequest struct {
	Messages []*DownloadSpecifiedMessagesRequest_MessageRequest `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadSpecifiedMessagesRequest) Descriptor deprecated

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

Deprecated: Use DownloadSpecifiedMessagesRequest.ProtoReflect.Descriptor instead.

func (*DownloadSpecifiedMessagesRequest) GetMessages

func (*DownloadSpecifiedMessagesRequest) ProtoMessage

func (*DownloadSpecifiedMessagesRequest) ProtoMessage()

func (*DownloadSpecifiedMessagesRequest) ProtoReflect

func (*DownloadSpecifiedMessagesRequest) Reset

func (*DownloadSpecifiedMessagesRequest) String

type DownloadSpecifiedMessagesRequest_MessageRequest

type DownloadSpecifiedMessagesRequest_MessageRequest struct {
	MailBox    string                `protobuf:"bytes,1,opt,name=mail_box,json=mailBox,proto3" json:"mail_box,omitempty"`
	CallerSid  string                `protobuf:"bytes,2,opt,name=caller_sid,json=callerSid,proto3" json:"caller_sid,omitempty"`
	CallerType commons.CallType_Enum `protobuf:"varint,3,opt,name=caller_type,json=callerType,proto3,enum=api.commons.CallType_Enum" json:"caller_type,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadSpecifiedMessagesRequest_MessageRequest) Descriptor deprecated

Deprecated: Use DownloadSpecifiedMessagesRequest_MessageRequest.ProtoReflect.Descriptor instead.

func (*DownloadSpecifiedMessagesRequest_MessageRequest) GetCallerSid

func (*DownloadSpecifiedMessagesRequest_MessageRequest) GetCallerType

func (*DownloadSpecifiedMessagesRequest_MessageRequest) GetMailBox

func (*DownloadSpecifiedMessagesRequest_MessageRequest) ProtoMessage

func (*DownloadSpecifiedMessagesRequest_MessageRequest) ProtoReflect

func (*DownloadSpecifiedMessagesRequest_MessageRequest) Reset

func (*DownloadSpecifiedMessagesRequest_MessageRequest) String

type DownloadSpecifiedMessagesResponse

type DownloadSpecifiedMessagesResponse struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadSpecifiedMessagesResponse) Descriptor deprecated

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

Deprecated: Use DownloadSpecifiedMessagesResponse.ProtoReflect.Descriptor instead.

func (*DownloadSpecifiedMessagesResponse) GetUrl

func (*DownloadSpecifiedMessagesResponse) ProtoMessage

func (*DownloadSpecifiedMessagesResponse) ProtoMessage()

func (*DownloadSpecifiedMessagesResponse) ProtoReflect

func (*DownloadSpecifiedMessagesResponse) Reset

func (*DownloadSpecifiedMessagesResponse) String

type UnimplementedVmdsServiceServer

type UnimplementedVmdsServiceServer struct {
}

UnimplementedVmdsServiceServer must be embedded to have forward compatible implementations.

type UnsafeVmdsServiceServer

type UnsafeVmdsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeVmdsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VmdsServiceServer will result in compilation errors.

type VmdsServiceClient

type VmdsServiceClient interface {
	DownloadSpecifiedMessages(ctx context.Context, in *DownloadSpecifiedMessagesRequest, opts ...grpc.CallOption) (*DownloadSpecifiedMessagesResponse, error)
}

VmdsServiceClient is the client API for VmdsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type VmdsServiceServer

type VmdsServiceServer interface {
	DownloadSpecifiedMessages(context.Context, *DownloadSpecifiedMessagesRequest) (*DownloadSpecifiedMessagesResponse, error)
	// contains filtered or unexported methods
}

VmdsServiceServer is the server API for VmdsService service. All implementations must embed UnimplementedVmdsServiceServer for forward compatibility

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL