Documentation
¶
Overview ¶
Package remote_filesv1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterRemoteFileServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterRemoteFileServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RemoteFileServiceClient) error
- func RegisterRemoteFileServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterRemoteFileServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RemoteFileServiceServer) error
- func RegisterRemoteFileServiceServer(s grpc.ServiceRegistrar, srv RemoteFileServiceServer)
- type AudioMetadata
- func (m *AudioMetadata) CloneMessageVT() proto.Message
- func (m *AudioMetadata) CloneVT() *AudioMetadata
- func (*AudioMetadata) Descriptor() ([]byte, []int)deprecated
- func (this *AudioMetadata) EqualMessageVT(thatMsg proto.Message) bool
- func (this *AudioMetadata) EqualVT(that *AudioMetadata) bool
- func (x *AudioMetadata) GetDurationSeconds() float32
- func (x *AudioMetadata) GetTimestamp() *timestamppb.Timestamp
- func (m *AudioMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *AudioMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *AudioMetadata) MarshalToVT(dAtA []byte) (int, error)
- func (m *AudioMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *AudioMetadata) MarshalVT() (dAtA []byte, err error)
- func (m *AudioMetadata) MarshalVTStrict() (dAtA []byte, err error)
- func (*AudioMetadata) ProtoMessage()
- func (x *AudioMetadata) ProtoReflect() protoreflect.Message
- func (x *AudioMetadata) Reset()
- func (m *AudioMetadata) SizeVT() (n int)
- func (x *AudioMetadata) String() string
- func (m *AudioMetadata) UnmarshalVT(dAtA []byte) error
- func (m *AudioMetadata) UnmarshalVTUnsafe(dAtA []byte) error
- type BatchDeleteRemoteFilesRequest
- func (m *BatchDeleteRemoteFilesRequest) CloneMessageVT() proto.Message
- func (m *BatchDeleteRemoteFilesRequest) CloneVT() *BatchDeleteRemoteFilesRequest
- func (*BatchDeleteRemoteFilesRequest) Descriptor() ([]byte, []int)deprecated
- func (this *BatchDeleteRemoteFilesRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *BatchDeleteRemoteFilesRequest) EqualVT(that *BatchDeleteRemoteFilesRequest) bool
- func (x *BatchDeleteRemoteFilesRequest) GetRemoteFileIds() []string
- func (m *BatchDeleteRemoteFilesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BatchDeleteRemoteFilesRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *BatchDeleteRemoteFilesRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *BatchDeleteRemoteFilesRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *BatchDeleteRemoteFilesRequest) MarshalVT() (dAtA []byte, err error)
- func (m *BatchDeleteRemoteFilesRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*BatchDeleteRemoteFilesRequest) ProtoMessage()
- func (x *BatchDeleteRemoteFilesRequest) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteRemoteFilesRequest) Reset()
- func (m *BatchDeleteRemoteFilesRequest) SizeVT() (n int)
- func (x *BatchDeleteRemoteFilesRequest) String() string
- func (m *BatchDeleteRemoteFilesRequest) UnmarshalVT(dAtA []byte) error
- func (m *BatchDeleteRemoteFilesRequest) UnmarshalVTUnsafe(dAtA []byte) error
- type BatchDeleteRemoteFilesResponse
- func (m *BatchDeleteRemoteFilesResponse) CloneMessageVT() proto.Message
- func (m *BatchDeleteRemoteFilesResponse) CloneVT() *BatchDeleteRemoteFilesResponse
- func (*BatchDeleteRemoteFilesResponse) Descriptor() ([]byte, []int)deprecated
- func (this *BatchDeleteRemoteFilesResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *BatchDeleteRemoteFilesResponse) EqualVT(that *BatchDeleteRemoteFilesResponse) bool
- func (m *BatchDeleteRemoteFilesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BatchDeleteRemoteFilesResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *BatchDeleteRemoteFilesResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *BatchDeleteRemoteFilesResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *BatchDeleteRemoteFilesResponse) MarshalVT() (dAtA []byte, err error)
- func (m *BatchDeleteRemoteFilesResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*BatchDeleteRemoteFilesResponse) ProtoMessage()
- func (x *BatchDeleteRemoteFilesResponse) ProtoReflect() protoreflect.Message
- func (x *BatchDeleteRemoteFilesResponse) Reset()
- func (m *BatchDeleteRemoteFilesResponse) SizeVT() (n int)
- func (x *BatchDeleteRemoteFilesResponse) String() string
- func (m *BatchDeleteRemoteFilesResponse) UnmarshalVT(dAtA []byte) error
- func (m *BatchDeleteRemoteFilesResponse) UnmarshalVTUnsafe(dAtA []byte) error
- type CreateRemoteFileRequest
- func (m *CreateRemoteFileRequest) CloneMessageVT() proto.Message
- func (m *CreateRemoteFileRequest) CloneVT() *CreateRemoteFileRequest
- func (*CreateRemoteFileRequest) Descriptor() ([]byte, []int)deprecated
- func (this *CreateRemoteFileRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CreateRemoteFileRequest) EqualVT(that *CreateRemoteFileRequest) bool
- func (x *CreateRemoteFileRequest) GetAudioMetadata() *AudioMetadata
- func (x *CreateRemoteFileRequest) GetCustomUuid() string
- func (x *CreateRemoteFileRequest) GetDescription() string
- func (x *CreateRemoteFileRequest) GetEntityId() string
- func (x *CreateRemoteFileRequest) GetEntityType() EntityType
- func (x *CreateRemoteFileRequest) GetFileContentEncoding() string
- func (x *CreateRemoteFileRequest) GetFileMimeType() string
- func (x *CreateRemoteFileRequest) GetFileName() string
- func (x *CreateRemoteFileRequest) GetFileSize() uint64
- func (x *CreateRemoteFileRequest) GetImageMetadata() *ImageMetadata
- func (m *CreateRemoteFileRequest) GetMetadata() isCreateRemoteFileRequest_Metadata
- func (x *CreateRemoteFileRequest) GetOrganizationId() string
- func (x *CreateRemoteFileRequest) GetVideoMetadata() *VideoMetadata
- func (m *CreateRemoteFileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest) MarshalVT() (dAtA []byte, err error)
- func (m *CreateRemoteFileRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*CreateRemoteFileRequest) ProtoMessage()
- func (x *CreateRemoteFileRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRemoteFileRequest) Reset()
- func (m *CreateRemoteFileRequest) SizeVT() (n int)
- func (x *CreateRemoteFileRequest) String() string
- func (m *CreateRemoteFileRequest) UnmarshalVT(dAtA []byte) error
- func (m *CreateRemoteFileRequest) UnmarshalVTUnsafe(dAtA []byte) error
- type CreateRemoteFileRequest_AudioMetadata
- func (m *CreateRemoteFileRequest_AudioMetadata) CloneVT() isCreateRemoteFileRequest_Metadata
- func (this *CreateRemoteFileRequest_AudioMetadata) EqualVT(thatIface isCreateRemoteFileRequest_Metadata) bool
- func (m *CreateRemoteFileRequest_AudioMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_AudioMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_AudioMetadata) MarshalToVT(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_AudioMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_AudioMetadata) SizeVT() (n int)
- type CreateRemoteFileRequest_ImageMetadata
- func (m *CreateRemoteFileRequest_ImageMetadata) CloneVT() isCreateRemoteFileRequest_Metadata
- func (this *CreateRemoteFileRequest_ImageMetadata) EqualVT(thatIface isCreateRemoteFileRequest_Metadata) bool
- func (m *CreateRemoteFileRequest_ImageMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_ImageMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_ImageMetadata) MarshalToVT(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_ImageMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_ImageMetadata) SizeVT() (n int)
- type CreateRemoteFileRequest_VideoMetadata
- func (m *CreateRemoteFileRequest_VideoMetadata) CloneVT() isCreateRemoteFileRequest_Metadata
- func (this *CreateRemoteFileRequest_VideoMetadata) EqualVT(thatIface isCreateRemoteFileRequest_Metadata) bool
- func (m *CreateRemoteFileRequest_VideoMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_VideoMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_VideoMetadata) MarshalToVT(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_VideoMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *CreateRemoteFileRequest_VideoMetadata) SizeVT() (n int)
- type CreateRemoteFileResponse
- func (m *CreateRemoteFileResponse) CloneMessageVT() proto.Message
- func (m *CreateRemoteFileResponse) CloneVT() *CreateRemoteFileResponse
- func (*CreateRemoteFileResponse) Descriptor() ([]byte, []int)deprecated
- func (this *CreateRemoteFileResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CreateRemoteFileResponse) EqualVT(that *CreateRemoteFileResponse) bool
- func (x *CreateRemoteFileResponse) GetRemoteFile() *RemoteFile
- func (m *CreateRemoteFileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CreateRemoteFileResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *CreateRemoteFileResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *CreateRemoteFileResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *CreateRemoteFileResponse) MarshalVT() (dAtA []byte, err error)
- func (m *CreateRemoteFileResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*CreateRemoteFileResponse) ProtoMessage()
- func (x *CreateRemoteFileResponse) ProtoReflect() protoreflect.Message
- func (x *CreateRemoteFileResponse) Reset()
- func (m *CreateRemoteFileResponse) SizeVT() (n int)
- func (x *CreateRemoteFileResponse) String() string
- func (m *CreateRemoteFileResponse) UnmarshalVT(dAtA []byte) error
- func (m *CreateRemoteFileResponse) UnmarshalVTUnsafe(dAtA []byte) error
- type DeleteRemoteFileRequest
- func (m *DeleteRemoteFileRequest) CloneMessageVT() proto.Message
- func (m *DeleteRemoteFileRequest) CloneVT() *DeleteRemoteFileRequest
- func (*DeleteRemoteFileRequest) Descriptor() ([]byte, []int)deprecated
- func (this *DeleteRemoteFileRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *DeleteRemoteFileRequest) EqualVT(that *DeleteRemoteFileRequest) bool
- func (x *DeleteRemoteFileRequest) GetRemoteFileId() string
- func (m *DeleteRemoteFileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *DeleteRemoteFileRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *DeleteRemoteFileRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *DeleteRemoteFileRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *DeleteRemoteFileRequest) MarshalVT() (dAtA []byte, err error)
- func (m *DeleteRemoteFileRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*DeleteRemoteFileRequest) ProtoMessage()
- func (x *DeleteRemoteFileRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRemoteFileRequest) Reset()
- func (m *DeleteRemoteFileRequest) SizeVT() (n int)
- func (x *DeleteRemoteFileRequest) String() string
- func (m *DeleteRemoteFileRequest) UnmarshalVT(dAtA []byte) error
- func (m *DeleteRemoteFileRequest) UnmarshalVTUnsafe(dAtA []byte) error
- type DeleteRemoteFileResponse
- func (m *DeleteRemoteFileResponse) CloneMessageVT() proto.Message
- func (m *DeleteRemoteFileResponse) CloneVT() *DeleteRemoteFileResponse
- func (*DeleteRemoteFileResponse) Descriptor() ([]byte, []int)deprecated
- func (this *DeleteRemoteFileResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *DeleteRemoteFileResponse) EqualVT(that *DeleteRemoteFileResponse) bool
- func (m *DeleteRemoteFileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *DeleteRemoteFileResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *DeleteRemoteFileResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *DeleteRemoteFileResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *DeleteRemoteFileResponse) MarshalVT() (dAtA []byte, err error)
- func (m *DeleteRemoteFileResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*DeleteRemoteFileResponse) ProtoMessage()
- func (x *DeleteRemoteFileResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteRemoteFileResponse) Reset()
- func (m *DeleteRemoteFileResponse) SizeVT() (n int)
- func (x *DeleteRemoteFileResponse) String() string
- func (m *DeleteRemoteFileResponse) UnmarshalVT(dAtA []byte) error
- func (m *DeleteRemoteFileResponse) UnmarshalVTUnsafe(dAtA []byte) error
- type EntityType
- type GetRemoteFileDownloadUrlRequest
- func (m *GetRemoteFileDownloadUrlRequest) CloneMessageVT() proto.Message
- func (m *GetRemoteFileDownloadUrlRequest) CloneVT() *GetRemoteFileDownloadUrlRequest
- func (*GetRemoteFileDownloadUrlRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GetRemoteFileDownloadUrlRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetRemoteFileDownloadUrlRequest) EqualVT(that *GetRemoteFileDownloadUrlRequest) bool
- func (x *GetRemoteFileDownloadUrlRequest) GetRemoteFileId() string
- func (m *GetRemoteFileDownloadUrlRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetRemoteFileDownloadUrlRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetRemoteFileDownloadUrlRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetRemoteFileDownloadUrlRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetRemoteFileDownloadUrlRequest) MarshalVT() (dAtA []byte, err error)
- func (m *GetRemoteFileDownloadUrlRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetRemoteFileDownloadUrlRequest) ProtoMessage()
- func (x *GetRemoteFileDownloadUrlRequest) ProtoReflect() protoreflect.Message
- func (x *GetRemoteFileDownloadUrlRequest) Reset()
- func (m *GetRemoteFileDownloadUrlRequest) SizeVT() (n int)
- func (x *GetRemoteFileDownloadUrlRequest) String() string
- func (m *GetRemoteFileDownloadUrlRequest) UnmarshalVT(dAtA []byte) error
- func (m *GetRemoteFileDownloadUrlRequest) UnmarshalVTUnsafe(dAtA []byte) error
- type GetRemoteFileDownloadUrlResponse
- func (m *GetRemoteFileDownloadUrlResponse) CloneMessageVT() proto.Message
- func (m *GetRemoteFileDownloadUrlResponse) CloneVT() *GetRemoteFileDownloadUrlResponse
- func (*GetRemoteFileDownloadUrlResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GetRemoteFileDownloadUrlResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetRemoteFileDownloadUrlResponse) EqualVT(that *GetRemoteFileDownloadUrlResponse) bool
- func (x *GetRemoteFileDownloadUrlResponse) GetDownloadUrl() string
- func (m *GetRemoteFileDownloadUrlResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetRemoteFileDownloadUrlResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetRemoteFileDownloadUrlResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetRemoteFileDownloadUrlResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetRemoteFileDownloadUrlResponse) MarshalVT() (dAtA []byte, err error)
- func (m *GetRemoteFileDownloadUrlResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetRemoteFileDownloadUrlResponse) ProtoMessage()
- func (x *GetRemoteFileDownloadUrlResponse) ProtoReflect() protoreflect.Message
- func (x *GetRemoteFileDownloadUrlResponse) Reset()
- func (m *GetRemoteFileDownloadUrlResponse) SizeVT() (n int)
- func (x *GetRemoteFileDownloadUrlResponse) String() string
- func (m *GetRemoteFileDownloadUrlResponse) UnmarshalVT(dAtA []byte) error
- func (m *GetRemoteFileDownloadUrlResponse) UnmarshalVTUnsafe(dAtA []byte) error
- type GetRemoteFileRequest
- func (m *GetRemoteFileRequest) CloneMessageVT() proto.Message
- func (m *GetRemoteFileRequest) CloneVT() *GetRemoteFileRequest
- func (*GetRemoteFileRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GetRemoteFileRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetRemoteFileRequest) EqualVT(that *GetRemoteFileRequest) bool
- func (x *GetRemoteFileRequest) GetRemoteFileId() string
- func (m *GetRemoteFileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetRemoteFileRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetRemoteFileRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetRemoteFileRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetRemoteFileRequest) MarshalVT() (dAtA []byte, err error)
- func (m *GetRemoteFileRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetRemoteFileRequest) ProtoMessage()
- func (x *GetRemoteFileRequest) ProtoReflect() protoreflect.Message
- func (x *GetRemoteFileRequest) Reset()
- func (m *GetRemoteFileRequest) SizeVT() (n int)
- func (x *GetRemoteFileRequest) String() string
- func (m *GetRemoteFileRequest) UnmarshalVT(dAtA []byte) error
- func (m *GetRemoteFileRequest) UnmarshalVTUnsafe(dAtA []byte) error
- type GetRemoteFileResponse
- func (m *GetRemoteFileResponse) CloneMessageVT() proto.Message
- func (m *GetRemoteFileResponse) CloneVT() *GetRemoteFileResponse
- func (*GetRemoteFileResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GetRemoteFileResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetRemoteFileResponse) EqualVT(that *GetRemoteFileResponse) bool
- func (x *GetRemoteFileResponse) GetRemoteFile() *RemoteFile
- func (m *GetRemoteFileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetRemoteFileResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetRemoteFileResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetRemoteFileResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetRemoteFileResponse) MarshalVT() (dAtA []byte, err error)
- func (m *GetRemoteFileResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetRemoteFileResponse) ProtoMessage()
- func (x *GetRemoteFileResponse) ProtoReflect() protoreflect.Message
- func (x *GetRemoteFileResponse) Reset()
- func (m *GetRemoteFileResponse) SizeVT() (n int)
- func (x *GetRemoteFileResponse) String() string
- func (m *GetRemoteFileResponse) UnmarshalVT(dAtA []byte) error
- func (m *GetRemoteFileResponse) UnmarshalVTUnsafe(dAtA []byte) error
- type ImageMetadata
- func (m *ImageMetadata) CloneMessageVT() proto.Message
- func (m *ImageMetadata) CloneVT() *ImageMetadata
- func (*ImageMetadata) Descriptor() ([]byte, []int)deprecated
- func (this *ImageMetadata) EqualMessageVT(thatMsg proto.Message) bool
- func (this *ImageMetadata) EqualVT(that *ImageMetadata) bool
- func (x *ImageMetadata) GetHeight() uint32
- func (x *ImageMetadata) GetWidth() uint32
- func (m *ImageMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ImageMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *ImageMetadata) MarshalToVT(dAtA []byte) (int, error)
- func (m *ImageMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *ImageMetadata) MarshalVT() (dAtA []byte, err error)
- func (m *ImageMetadata) MarshalVTStrict() (dAtA []byte, err error)
- func (*ImageMetadata) ProtoMessage()
- func (x *ImageMetadata) ProtoReflect() protoreflect.Message
- func (x *ImageMetadata) Reset()
- func (m *ImageMetadata) SizeVT() (n int)
- func (x *ImageMetadata) String() string
- func (m *ImageMetadata) UnmarshalVT(dAtA []byte) error
- func (m *ImageMetadata) UnmarshalVTUnsafe(dAtA []byte) error
- type ListRemoteFilesRequest
- func (m *ListRemoteFilesRequest) CloneMessageVT() proto.Message
- func (m *ListRemoteFilesRequest) CloneVT() *ListRemoteFilesRequest
- func (*ListRemoteFilesRequest) Descriptor() ([]byte, []int)deprecated
- func (this *ListRemoteFilesRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *ListRemoteFilesRequest) EqualVT(that *ListRemoteFilesRequest) bool
- func (x *ListRemoteFilesRequest) GetFilter() string
- func (x *ListRemoteFilesRequest) GetOrganizationId() string
- func (x *ListRemoteFilesRequest) GetPageSize() uint32
- func (x *ListRemoteFilesRequest) GetPageToken() string
- func (m *ListRemoteFilesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ListRemoteFilesRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *ListRemoteFilesRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *ListRemoteFilesRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *ListRemoteFilesRequest) MarshalVT() (dAtA []byte, err error)
- func (m *ListRemoteFilesRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*ListRemoteFilesRequest) ProtoMessage()
- func (x *ListRemoteFilesRequest) ProtoReflect() protoreflect.Message
- func (x *ListRemoteFilesRequest) Reset()
- func (m *ListRemoteFilesRequest) SizeVT() (n int)
- func (x *ListRemoteFilesRequest) String() string
- func (m *ListRemoteFilesRequest) UnmarshalVT(dAtA []byte) error
- func (m *ListRemoteFilesRequest) UnmarshalVTUnsafe(dAtA []byte) error
- type ListRemoteFilesResponse
- func (m *ListRemoteFilesResponse) CloneMessageVT() proto.Message
- func (m *ListRemoteFilesResponse) CloneVT() *ListRemoteFilesResponse
- func (*ListRemoteFilesResponse) Descriptor() ([]byte, []int)deprecated
- func (this *ListRemoteFilesResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *ListRemoteFilesResponse) EqualVT(that *ListRemoteFilesResponse) bool
- func (x *ListRemoteFilesResponse) GetNextPageToken() string
- func (x *ListRemoteFilesResponse) GetRemoteFiles() []*RemoteFile
- func (m *ListRemoteFilesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ListRemoteFilesResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *ListRemoteFilesResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *ListRemoteFilesResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *ListRemoteFilesResponse) MarshalVT() (dAtA []byte, err error)
- func (m *ListRemoteFilesResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*ListRemoteFilesResponse) ProtoMessage()
- func (x *ListRemoteFilesResponse) ProtoReflect() protoreflect.Message
- func (x *ListRemoteFilesResponse) Reset()
- func (m *ListRemoteFilesResponse) SizeVT() (n int)
- func (x *ListRemoteFilesResponse) String() string
- func (m *ListRemoteFilesResponse) UnmarshalVT(dAtA []byte) error
- func (m *ListRemoteFilesResponse) UnmarshalVTUnsafe(dAtA []byte) error
- type RemoteFile
- func (m *RemoteFile) CloneMessageVT() proto.Message
- func (m *RemoteFile) CloneVT() *RemoteFile
- func (*RemoteFile) Descriptor() ([]byte, []int)deprecated
- func (this *RemoteFile) EqualMessageVT(thatMsg proto.Message) bool
- func (this *RemoteFile) EqualVT(that *RemoteFile) bool
- func (x *RemoteFile) GetAudioMetadata() *AudioMetadata
- func (x *RemoteFile) GetCreatedByUserId() string
- func (x *RemoteFile) GetCreatedDate() *timestamppb.Timestamp
- func (x *RemoteFile) GetDescription() string
- func (x *RemoteFile) GetEntityId() string
- func (x *RemoteFile) GetEntityType() EntityType
- func (x *RemoteFile) GetFileContentEncoding() string
- func (x *RemoteFile) GetFileMimeType() string
- func (x *RemoteFile) GetFileName() string
- func (x *RemoteFile) GetFileSize() uint64
- func (x *RemoteFile) GetImageMetadata() *ImageMetadata
- func (m *RemoteFile) GetMetadata() isRemoteFile_Metadata
- func (x *RemoteFile) GetModifiedByUserId() string
- func (x *RemoteFile) GetModifiedDate() *timestamppb.Timestamp
- func (x *RemoteFile) GetOrganizationId() string
- func (x *RemoteFile) GetRemoteFileId() string
- func (x *RemoteFile) GetStorageKey() string
- func (x *RemoteFile) GetVideoMetadata() *VideoMetadata
- func (m *RemoteFile) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *RemoteFile) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *RemoteFile) MarshalToVT(dAtA []byte) (int, error)
- func (m *RemoteFile) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *RemoteFile) MarshalVT() (dAtA []byte, err error)
- func (m *RemoteFile) MarshalVTStrict() (dAtA []byte, err error)
- func (*RemoteFile) ProtoMessage()
- func (x *RemoteFile) ProtoReflect() protoreflect.Message
- func (x *RemoteFile) Reset()
- func (m *RemoteFile) SizeVT() (n int)
- func (x *RemoteFile) String() string
- func (m *RemoteFile) UnmarshalVT(dAtA []byte) error
- func (m *RemoteFile) UnmarshalVTUnsafe(dAtA []byte) error
- type RemoteFileServiceClient
- type RemoteFileServiceServer
- type RemoteFile_AudioMetadata
- func (m *RemoteFile_AudioMetadata) CloneVT() isRemoteFile_Metadata
- func (this *RemoteFile_AudioMetadata) EqualVT(thatIface isRemoteFile_Metadata) bool
- func (m *RemoteFile_AudioMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *RemoteFile_AudioMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *RemoteFile_AudioMetadata) MarshalToVT(dAtA []byte) (int, error)
- func (m *RemoteFile_AudioMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *RemoteFile_AudioMetadata) SizeVT() (n int)
- type RemoteFile_ImageMetadata
- func (m *RemoteFile_ImageMetadata) CloneVT() isRemoteFile_Metadata
- func (this *RemoteFile_ImageMetadata) EqualVT(thatIface isRemoteFile_Metadata) bool
- func (m *RemoteFile_ImageMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *RemoteFile_ImageMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *RemoteFile_ImageMetadata) MarshalToVT(dAtA []byte) (int, error)
- func (m *RemoteFile_ImageMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *RemoteFile_ImageMetadata) SizeVT() (n int)
- type RemoteFile_VideoMetadata
- func (m *RemoteFile_VideoMetadata) CloneVT() isRemoteFile_Metadata
- func (this *RemoteFile_VideoMetadata) EqualVT(thatIface isRemoteFile_Metadata) bool
- func (m *RemoteFile_VideoMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *RemoteFile_VideoMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *RemoteFile_VideoMetadata) MarshalToVT(dAtA []byte) (int, error)
- func (m *RemoteFile_VideoMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *RemoteFile_VideoMetadata) SizeVT() (n int)
- type UnimplementedRemoteFileServiceServer
- func (UnimplementedRemoteFileServiceServer) BatchDeleteRemoteFiles(context.Context, *BatchDeleteRemoteFilesRequest) (*BatchDeleteRemoteFilesResponse, error)
- func (UnimplementedRemoteFileServiceServer) CreateRemoteFile(context.Context, *CreateRemoteFileRequest) (*CreateRemoteFileResponse, error)
- func (UnimplementedRemoteFileServiceServer) DeleteRemoteFile(context.Context, *DeleteRemoteFileRequest) (*DeleteRemoteFileResponse, error)
- func (UnimplementedRemoteFileServiceServer) GetRemoteFile(context.Context, *GetRemoteFileRequest) (*GetRemoteFileResponse, error)
- func (UnimplementedRemoteFileServiceServer) GetRemoteFileDownloadUrl(context.Context, *GetRemoteFileDownloadUrlRequest) (*GetRemoteFileDownloadUrlResponse, error)
- func (UnimplementedRemoteFileServiceServer) ListRemoteFiles(context.Context, *ListRemoteFilesRequest) (*ListRemoteFilesResponse, error)
- func (UnimplementedRemoteFileServiceServer) UpdateRemoteFile(context.Context, *UpdateRemoteFileRequest) (*UpdateRemoteFileResponse, error)
- type UnsafeRemoteFileServiceServer
- type UpdateRemoteFileRequest
- func (m *UpdateRemoteFileRequest) CloneMessageVT() proto.Message
- func (m *UpdateRemoteFileRequest) CloneVT() *UpdateRemoteFileRequest
- func (*UpdateRemoteFileRequest) Descriptor() ([]byte, []int)deprecated
- func (this *UpdateRemoteFileRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *UpdateRemoteFileRequest) EqualVT(that *UpdateRemoteFileRequest) bool
- func (x *UpdateRemoteFileRequest) GetRemoteFile() *RemoteFile
- func (x *UpdateRemoteFileRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (m *UpdateRemoteFileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *UpdateRemoteFileRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *UpdateRemoteFileRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *UpdateRemoteFileRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *UpdateRemoteFileRequest) MarshalVT() (dAtA []byte, err error)
- func (m *UpdateRemoteFileRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*UpdateRemoteFileRequest) ProtoMessage()
- func (x *UpdateRemoteFileRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRemoteFileRequest) Reset()
- func (m *UpdateRemoteFileRequest) SizeVT() (n int)
- func (x *UpdateRemoteFileRequest) String() string
- func (m *UpdateRemoteFileRequest) UnmarshalVT(dAtA []byte) error
- func (m *UpdateRemoteFileRequest) UnmarshalVTUnsafe(dAtA []byte) error
- type UpdateRemoteFileResponse
- func (m *UpdateRemoteFileResponse) CloneMessageVT() proto.Message
- func (m *UpdateRemoteFileResponse) CloneVT() *UpdateRemoteFileResponse
- func (*UpdateRemoteFileResponse) Descriptor() ([]byte, []int)deprecated
- func (this *UpdateRemoteFileResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *UpdateRemoteFileResponse) EqualVT(that *UpdateRemoteFileResponse) bool
- func (x *UpdateRemoteFileResponse) GetRemoteFile() *RemoteFile
- func (m *UpdateRemoteFileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *UpdateRemoteFileResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *UpdateRemoteFileResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *UpdateRemoteFileResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *UpdateRemoteFileResponse) MarshalVT() (dAtA []byte, err error)
- func (m *UpdateRemoteFileResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*UpdateRemoteFileResponse) ProtoMessage()
- func (x *UpdateRemoteFileResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateRemoteFileResponse) Reset()
- func (m *UpdateRemoteFileResponse) SizeVT() (n int)
- func (x *UpdateRemoteFileResponse) String() string
- func (m *UpdateRemoteFileResponse) UnmarshalVT(dAtA []byte) error
- func (m *UpdateRemoteFileResponse) UnmarshalVTUnsafe(dAtA []byte) error
- type VideoMetadata
- func (m *VideoMetadata) CloneMessageVT() proto.Message
- func (m *VideoMetadata) CloneVT() *VideoMetadata
- func (*VideoMetadata) Descriptor() ([]byte, []int)deprecated
- func (this *VideoMetadata) EqualMessageVT(thatMsg proto.Message) bool
- func (this *VideoMetadata) EqualVT(that *VideoMetadata) bool
- func (x *VideoMetadata) GetDurationSeconds() float32
- func (x *VideoMetadata) GetHeight() uint32
- func (x *VideoMetadata) GetTimestamp() *timestamppb.Timestamp
- func (x *VideoMetadata) GetWidth() uint32
- func (m *VideoMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *VideoMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *VideoMetadata) MarshalToVT(dAtA []byte) (int, error)
- func (m *VideoMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *VideoMetadata) MarshalVT() (dAtA []byte, err error)
- func (m *VideoMetadata) MarshalVTStrict() (dAtA []byte, err error)
- func (*VideoMetadata) ProtoMessage()
- func (x *VideoMetadata) ProtoReflect() protoreflect.Message
- func (x *VideoMetadata) Reset()
- func (m *VideoMetadata) SizeVT() (n int)
- func (x *VideoMetadata) String() string
- func (m *VideoMetadata) UnmarshalVT(dAtA []byte) error
- func (m *VideoMetadata) UnmarshalVTUnsafe(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( EntityType_name = map[int32]string{ 0: "ENTITY_TYPE_UNSPECIFIED", 1: "ENTITY_TYPE_RUN", 2: "ENTITY_TYPE_ANNOTATION", 3: "ENTITY_TYPE_ASSET", 4: "ENTITY_TYPE_ANNOTATION_LOG", } EntityType_value = map[string]int32{ "ENTITY_TYPE_UNSPECIFIED": 0, "ENTITY_TYPE_RUN": 1, "ENTITY_TYPE_ANNOTATION": 2, "ENTITY_TYPE_ASSET": 3, "ENTITY_TYPE_ANNOTATION_LOG": 4, } )
Enum value maps for EntityType.
var File_sift_remote_files_v1_remote_files_proto protoreflect.FileDescriptor
var RemoteFileService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "sift.remote_files.v1.RemoteFileService", HandlerType: (*RemoteFileServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetRemoteFile", Handler: _RemoteFileService_GetRemoteFile_Handler, }, { MethodName: "CreateRemoteFile", Handler: _RemoteFileService_CreateRemoteFile_Handler, }, { MethodName: "ListRemoteFiles", Handler: _RemoteFileService_ListRemoteFiles_Handler, }, { MethodName: "UpdateRemoteFile", Handler: _RemoteFileService_UpdateRemoteFile_Handler, }, { MethodName: "DeleteRemoteFile", Handler: _RemoteFileService_DeleteRemoteFile_Handler, }, { MethodName: "BatchDeleteRemoteFiles", Handler: _RemoteFileService_BatchDeleteRemoteFiles_Handler, }, { MethodName: "GetRemoteFileDownloadUrl", Handler: _RemoteFileService_GetRemoteFileDownloadUrl_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "sift/remote_files/v1/remote_files.proto", }
RemoteFileService_ServiceDesc is the grpc.ServiceDesc for RemoteFileService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterRemoteFileServiceHandler ¶
func RegisterRemoteFileServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterRemoteFileServiceHandler registers the http handlers for service RemoteFileService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterRemoteFileServiceHandlerClient ¶
func RegisterRemoteFileServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RemoteFileServiceClient) error
RegisterRemoteFileServiceHandlerClient registers the http handlers for service RemoteFileService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RemoteFileServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RemoteFileServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RemoteFileServiceClient" to call the correct interceptors.
func RegisterRemoteFileServiceHandlerFromEndpoint ¶
func RegisterRemoteFileServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterRemoteFileServiceHandlerFromEndpoint is same as RegisterRemoteFileServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterRemoteFileServiceHandlerServer ¶
func RegisterRemoteFileServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RemoteFileServiceServer) error
RegisterRemoteFileServiceHandlerServer registers the http handlers for service RemoteFileService to "mux". UnaryRPC :call RemoteFileServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterRemoteFileServiceHandlerFromEndpoint instead.
func RegisterRemoteFileServiceServer ¶
func RegisterRemoteFileServiceServer(s grpc.ServiceRegistrar, srv RemoteFileServiceServer)
Types ¶
type AudioMetadata ¶ added in v0.2.0
type AudioMetadata struct {
DurationSeconds float32 `protobuf:"fixed32,1,opt,name=duration_seconds,json=durationSeconds,proto3" json:"duration_seconds,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
func (*AudioMetadata) CloneMessageVT ¶ added in v0.2.0
func (m *AudioMetadata) CloneMessageVT() proto.Message
func (*AudioMetadata) CloneVT ¶ added in v0.2.0
func (m *AudioMetadata) CloneVT() *AudioMetadata
func (*AudioMetadata) Descriptor
deprecated
added in
v0.2.0
func (*AudioMetadata) Descriptor() ([]byte, []int)
Deprecated: Use AudioMetadata.ProtoReflect.Descriptor instead.
func (*AudioMetadata) EqualMessageVT ¶ added in v0.2.0
func (this *AudioMetadata) EqualMessageVT(thatMsg proto.Message) bool
func (*AudioMetadata) EqualVT ¶ added in v0.2.0
func (this *AudioMetadata) EqualVT(that *AudioMetadata) bool
func (*AudioMetadata) GetDurationSeconds ¶ added in v0.2.0
func (x *AudioMetadata) GetDurationSeconds() float32
func (*AudioMetadata) GetTimestamp ¶ added in v0.2.0
func (x *AudioMetadata) GetTimestamp() *timestamppb.Timestamp
func (*AudioMetadata) MarshalToSizedBufferVT ¶ added in v0.2.0
func (m *AudioMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*AudioMetadata) MarshalToSizedBufferVTStrict ¶ added in v0.2.0
func (m *AudioMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*AudioMetadata) MarshalToVT ¶ added in v0.2.0
func (m *AudioMetadata) MarshalToVT(dAtA []byte) (int, error)
func (*AudioMetadata) MarshalToVTStrict ¶ added in v0.2.0
func (m *AudioMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
func (*AudioMetadata) MarshalVT ¶ added in v0.2.0
func (m *AudioMetadata) MarshalVT() (dAtA []byte, err error)
func (*AudioMetadata) MarshalVTStrict ¶ added in v0.2.0
func (m *AudioMetadata) MarshalVTStrict() (dAtA []byte, err error)
func (*AudioMetadata) ProtoMessage ¶ added in v0.2.0
func (*AudioMetadata) ProtoMessage()
func (*AudioMetadata) ProtoReflect ¶ added in v0.2.0
func (x *AudioMetadata) ProtoReflect() protoreflect.Message
func (*AudioMetadata) Reset ¶ added in v0.2.0
func (x *AudioMetadata) Reset()
func (*AudioMetadata) SizeVT ¶ added in v0.2.0
func (m *AudioMetadata) SizeVT() (n int)
func (*AudioMetadata) String ¶ added in v0.2.0
func (x *AudioMetadata) String() string
func (*AudioMetadata) UnmarshalVT ¶ added in v0.2.0
func (m *AudioMetadata) UnmarshalVT(dAtA []byte) error
func (*AudioMetadata) UnmarshalVTUnsafe ¶ added in v0.2.0
func (m *AudioMetadata) UnmarshalVTUnsafe(dAtA []byte) error
type BatchDeleteRemoteFilesRequest ¶
type BatchDeleteRemoteFilesRequest struct {
// Up to 1000 remote file IDs can be provided per request.
RemoteFileIds []string `protobuf:"bytes,1,rep,name=remote_file_ids,json=remoteFileIds,proto3" json:"remote_file_ids,omitempty"`
// contains filtered or unexported fields
}
The request for a call to `RemoteFileService_BatchDeleteRemoteFiles` to delete remote files.
func (*BatchDeleteRemoteFilesRequest) CloneMessageVT ¶
func (m *BatchDeleteRemoteFilesRequest) CloneMessageVT() proto.Message
func (*BatchDeleteRemoteFilesRequest) CloneVT ¶
func (m *BatchDeleteRemoteFilesRequest) CloneVT() *BatchDeleteRemoteFilesRequest
func (*BatchDeleteRemoteFilesRequest) Descriptor
deprecated
func (*BatchDeleteRemoteFilesRequest) Descriptor() ([]byte, []int)
Deprecated: Use BatchDeleteRemoteFilesRequest.ProtoReflect.Descriptor instead.
func (*BatchDeleteRemoteFilesRequest) EqualMessageVT ¶
func (this *BatchDeleteRemoteFilesRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*BatchDeleteRemoteFilesRequest) EqualVT ¶
func (this *BatchDeleteRemoteFilesRequest) EqualVT(that *BatchDeleteRemoteFilesRequest) bool
func (*BatchDeleteRemoteFilesRequest) GetRemoteFileIds ¶
func (x *BatchDeleteRemoteFilesRequest) GetRemoteFileIds() []string
func (*BatchDeleteRemoteFilesRequest) MarshalToSizedBufferVT ¶
func (m *BatchDeleteRemoteFilesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*BatchDeleteRemoteFilesRequest) MarshalToSizedBufferVTStrict ¶
func (m *BatchDeleteRemoteFilesRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*BatchDeleteRemoteFilesRequest) MarshalToVT ¶
func (m *BatchDeleteRemoteFilesRequest) MarshalToVT(dAtA []byte) (int, error)
func (*BatchDeleteRemoteFilesRequest) MarshalToVTStrict ¶
func (m *BatchDeleteRemoteFilesRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*BatchDeleteRemoteFilesRequest) MarshalVT ¶
func (m *BatchDeleteRemoteFilesRequest) MarshalVT() (dAtA []byte, err error)
func (*BatchDeleteRemoteFilesRequest) MarshalVTStrict ¶
func (m *BatchDeleteRemoteFilesRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*BatchDeleteRemoteFilesRequest) ProtoMessage ¶
func (*BatchDeleteRemoteFilesRequest) ProtoMessage()
func (*BatchDeleteRemoteFilesRequest) ProtoReflect ¶
func (x *BatchDeleteRemoteFilesRequest) ProtoReflect() protoreflect.Message
func (*BatchDeleteRemoteFilesRequest) Reset ¶
func (x *BatchDeleteRemoteFilesRequest) Reset()
func (*BatchDeleteRemoteFilesRequest) SizeVT ¶
func (m *BatchDeleteRemoteFilesRequest) SizeVT() (n int)
func (*BatchDeleteRemoteFilesRequest) String ¶
func (x *BatchDeleteRemoteFilesRequest) String() string
func (*BatchDeleteRemoteFilesRequest) UnmarshalVT ¶
func (m *BatchDeleteRemoteFilesRequest) UnmarshalVT(dAtA []byte) error
func (*BatchDeleteRemoteFilesRequest) UnmarshalVTUnsafe ¶
func (m *BatchDeleteRemoteFilesRequest) UnmarshalVTUnsafe(dAtA []byte) error
type BatchDeleteRemoteFilesResponse ¶
type BatchDeleteRemoteFilesResponse struct {
// contains filtered or unexported fields
}
The response of a call to `RemoteFileService_BatchDeleteRemoteFiles`.
func (*BatchDeleteRemoteFilesResponse) CloneMessageVT ¶
func (m *BatchDeleteRemoteFilesResponse) CloneMessageVT() proto.Message
func (*BatchDeleteRemoteFilesResponse) CloneVT ¶
func (m *BatchDeleteRemoteFilesResponse) CloneVT() *BatchDeleteRemoteFilesResponse
func (*BatchDeleteRemoteFilesResponse) Descriptor
deprecated
func (*BatchDeleteRemoteFilesResponse) Descriptor() ([]byte, []int)
Deprecated: Use BatchDeleteRemoteFilesResponse.ProtoReflect.Descriptor instead.
func (*BatchDeleteRemoteFilesResponse) EqualMessageVT ¶
func (this *BatchDeleteRemoteFilesResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*BatchDeleteRemoteFilesResponse) EqualVT ¶
func (this *BatchDeleteRemoteFilesResponse) EqualVT(that *BatchDeleteRemoteFilesResponse) bool
func (*BatchDeleteRemoteFilesResponse) MarshalToSizedBufferVT ¶
func (m *BatchDeleteRemoteFilesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*BatchDeleteRemoteFilesResponse) MarshalToSizedBufferVTStrict ¶
func (m *BatchDeleteRemoteFilesResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*BatchDeleteRemoteFilesResponse) MarshalToVT ¶
func (m *BatchDeleteRemoteFilesResponse) MarshalToVT(dAtA []byte) (int, error)
func (*BatchDeleteRemoteFilesResponse) MarshalToVTStrict ¶
func (m *BatchDeleteRemoteFilesResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*BatchDeleteRemoteFilesResponse) MarshalVT ¶
func (m *BatchDeleteRemoteFilesResponse) MarshalVT() (dAtA []byte, err error)
func (*BatchDeleteRemoteFilesResponse) MarshalVTStrict ¶
func (m *BatchDeleteRemoteFilesResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*BatchDeleteRemoteFilesResponse) ProtoMessage ¶
func (*BatchDeleteRemoteFilesResponse) ProtoMessage()
func (*BatchDeleteRemoteFilesResponse) ProtoReflect ¶
func (x *BatchDeleteRemoteFilesResponse) ProtoReflect() protoreflect.Message
func (*BatchDeleteRemoteFilesResponse) Reset ¶
func (x *BatchDeleteRemoteFilesResponse) Reset()
func (*BatchDeleteRemoteFilesResponse) SizeVT ¶
func (m *BatchDeleteRemoteFilesResponse) SizeVT() (n int)
func (*BatchDeleteRemoteFilesResponse) String ¶
func (x *BatchDeleteRemoteFilesResponse) String() string
func (*BatchDeleteRemoteFilesResponse) UnmarshalVT ¶
func (m *BatchDeleteRemoteFilesResponse) UnmarshalVT(dAtA []byte) error
func (*BatchDeleteRemoteFilesResponse) UnmarshalVTUnsafe ¶
func (m *BatchDeleteRemoteFilesResponse) UnmarshalVTUnsafe(dAtA []byte) error
type CreateRemoteFileRequest ¶
type CreateRemoteFileRequest struct {
FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
EntityId string `protobuf:"bytes,2,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
EntityType EntityType `` /* 129-byte string literal not displayed */
FileMimeType string `protobuf:"bytes,4,opt,name=file_mime_type,json=fileMimeType,proto3" json:"file_mime_type,omitempty"`
FileContentEncoding string `protobuf:"bytes,5,opt,name=file_content_encoding,json=fileContentEncoding,proto3" json:"file_content_encoding,omitempty"`
FileSize uint64 `protobuf:"varint,6,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
Description *string `protobuf:"bytes,7,opt,name=description,proto3,oneof" json:"description,omitempty"`
// This field is only required if your user belongs to multiple organizations.
OrganizationId string `protobuf:"bytes,8,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
// Types that are assignable to Metadata:
//
// *CreateRemoteFileRequest_VideoMetadata
// *CreateRemoteFileRequest_ImageMetadata
// *CreateRemoteFileRequest_AudioMetadata
Metadata isCreateRemoteFileRequest_Metadata `protobuf_oneof:"metadata"`
// A custom UUID used to generate the object key. Recommended to be left unset.
CustomUuid *string `protobuf:"bytes,11,opt,name=custom_uuid,json=customUuid,proto3,oneof" json:"custom_uuid,omitempty"`
// contains filtered or unexported fields
}
The request for a call to `RemoteFileService_CreateRemoteFile` to create a remote file.
func (*CreateRemoteFileRequest) CloneMessageVT ¶
func (m *CreateRemoteFileRequest) CloneMessageVT() proto.Message
func (*CreateRemoteFileRequest) CloneVT ¶
func (m *CreateRemoteFileRequest) CloneVT() *CreateRemoteFileRequest
func (*CreateRemoteFileRequest) Descriptor
deprecated
func (*CreateRemoteFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRemoteFileRequest.ProtoReflect.Descriptor instead.
func (*CreateRemoteFileRequest) EqualMessageVT ¶
func (this *CreateRemoteFileRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*CreateRemoteFileRequest) EqualVT ¶
func (this *CreateRemoteFileRequest) EqualVT(that *CreateRemoteFileRequest) bool
func (*CreateRemoteFileRequest) GetAudioMetadata ¶ added in v0.2.0
func (x *CreateRemoteFileRequest) GetAudioMetadata() *AudioMetadata
func (*CreateRemoteFileRequest) GetCustomUuid ¶
func (x *CreateRemoteFileRequest) GetCustomUuid() string
func (*CreateRemoteFileRequest) GetDescription ¶
func (x *CreateRemoteFileRequest) GetDescription() string
func (*CreateRemoteFileRequest) GetEntityId ¶
func (x *CreateRemoteFileRequest) GetEntityId() string
func (*CreateRemoteFileRequest) GetEntityType ¶
func (x *CreateRemoteFileRequest) GetEntityType() EntityType
func (*CreateRemoteFileRequest) GetFileContentEncoding ¶
func (x *CreateRemoteFileRequest) GetFileContentEncoding() string
func (*CreateRemoteFileRequest) GetFileMimeType ¶
func (x *CreateRemoteFileRequest) GetFileMimeType() string
func (*CreateRemoteFileRequest) GetFileName ¶
func (x *CreateRemoteFileRequest) GetFileName() string
func (*CreateRemoteFileRequest) GetFileSize ¶
func (x *CreateRemoteFileRequest) GetFileSize() uint64
func (*CreateRemoteFileRequest) GetImageMetadata ¶
func (x *CreateRemoteFileRequest) GetImageMetadata() *ImageMetadata
func (*CreateRemoteFileRequest) GetMetadata ¶
func (m *CreateRemoteFileRequest) GetMetadata() isCreateRemoteFileRequest_Metadata
func (*CreateRemoteFileRequest) GetOrganizationId ¶
func (x *CreateRemoteFileRequest) GetOrganizationId() string
func (*CreateRemoteFileRequest) GetVideoMetadata ¶
func (x *CreateRemoteFileRequest) GetVideoMetadata() *VideoMetadata
func (*CreateRemoteFileRequest) MarshalToSizedBufferVT ¶
func (m *CreateRemoteFileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest) MarshalToSizedBufferVTStrict ¶
func (m *CreateRemoteFileRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest) MarshalToVT ¶
func (m *CreateRemoteFileRequest) MarshalToVT(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest) MarshalToVTStrict ¶
func (m *CreateRemoteFileRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest) MarshalVT ¶
func (m *CreateRemoteFileRequest) MarshalVT() (dAtA []byte, err error)
func (*CreateRemoteFileRequest) MarshalVTStrict ¶
func (m *CreateRemoteFileRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*CreateRemoteFileRequest) ProtoMessage ¶
func (*CreateRemoteFileRequest) ProtoMessage()
func (*CreateRemoteFileRequest) ProtoReflect ¶
func (x *CreateRemoteFileRequest) ProtoReflect() protoreflect.Message
func (*CreateRemoteFileRequest) Reset ¶
func (x *CreateRemoteFileRequest) Reset()
func (*CreateRemoteFileRequest) SizeVT ¶
func (m *CreateRemoteFileRequest) SizeVT() (n int)
func (*CreateRemoteFileRequest) String ¶
func (x *CreateRemoteFileRequest) String() string
func (*CreateRemoteFileRequest) UnmarshalVT ¶
func (m *CreateRemoteFileRequest) UnmarshalVT(dAtA []byte) error
func (*CreateRemoteFileRequest) UnmarshalVTUnsafe ¶
func (m *CreateRemoteFileRequest) UnmarshalVTUnsafe(dAtA []byte) error
type CreateRemoteFileRequest_AudioMetadata ¶ added in v0.2.0
type CreateRemoteFileRequest_AudioMetadata struct {
AudioMetadata *AudioMetadata `protobuf:"bytes,12,opt,name=audio_metadata,json=audioMetadata,proto3,oneof"`
}
func (*CreateRemoteFileRequest_AudioMetadata) CloneVT ¶ added in v0.2.0
func (m *CreateRemoteFileRequest_AudioMetadata) CloneVT() isCreateRemoteFileRequest_Metadata
func (*CreateRemoteFileRequest_AudioMetadata) EqualVT ¶ added in v0.2.0
func (this *CreateRemoteFileRequest_AudioMetadata) EqualVT(thatIface isCreateRemoteFileRequest_Metadata) bool
func (*CreateRemoteFileRequest_AudioMetadata) MarshalToSizedBufferVT ¶ added in v0.2.0
func (m *CreateRemoteFileRequest_AudioMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_AudioMetadata) MarshalToSizedBufferVTStrict ¶ added in v0.2.0
func (m *CreateRemoteFileRequest_AudioMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_AudioMetadata) MarshalToVT ¶ added in v0.2.0
func (m *CreateRemoteFileRequest_AudioMetadata) MarshalToVT(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_AudioMetadata) MarshalToVTStrict ¶ added in v0.2.0
func (m *CreateRemoteFileRequest_AudioMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_AudioMetadata) SizeVT ¶ added in v0.2.0
func (m *CreateRemoteFileRequest_AudioMetadata) SizeVT() (n int)
type CreateRemoteFileRequest_ImageMetadata ¶
type CreateRemoteFileRequest_ImageMetadata struct {
ImageMetadata *ImageMetadata `protobuf:"bytes,10,opt,name=image_metadata,json=imageMetadata,proto3,oneof"`
}
func (*CreateRemoteFileRequest_ImageMetadata) CloneVT ¶
func (m *CreateRemoteFileRequest_ImageMetadata) CloneVT() isCreateRemoteFileRequest_Metadata
func (*CreateRemoteFileRequest_ImageMetadata) EqualVT ¶
func (this *CreateRemoteFileRequest_ImageMetadata) EqualVT(thatIface isCreateRemoteFileRequest_Metadata) bool
func (*CreateRemoteFileRequest_ImageMetadata) MarshalToSizedBufferVT ¶
func (m *CreateRemoteFileRequest_ImageMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_ImageMetadata) MarshalToSizedBufferVTStrict ¶
func (m *CreateRemoteFileRequest_ImageMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_ImageMetadata) MarshalToVT ¶
func (m *CreateRemoteFileRequest_ImageMetadata) MarshalToVT(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_ImageMetadata) MarshalToVTStrict ¶
func (m *CreateRemoteFileRequest_ImageMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_ImageMetadata) SizeVT ¶
func (m *CreateRemoteFileRequest_ImageMetadata) SizeVT() (n int)
type CreateRemoteFileRequest_VideoMetadata ¶
type CreateRemoteFileRequest_VideoMetadata struct {
VideoMetadata *VideoMetadata `protobuf:"bytes,9,opt,name=video_metadata,json=videoMetadata,proto3,oneof"`
}
func (*CreateRemoteFileRequest_VideoMetadata) CloneVT ¶
func (m *CreateRemoteFileRequest_VideoMetadata) CloneVT() isCreateRemoteFileRequest_Metadata
func (*CreateRemoteFileRequest_VideoMetadata) EqualVT ¶
func (this *CreateRemoteFileRequest_VideoMetadata) EqualVT(thatIface isCreateRemoteFileRequest_Metadata) bool
func (*CreateRemoteFileRequest_VideoMetadata) MarshalToSizedBufferVT ¶
func (m *CreateRemoteFileRequest_VideoMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_VideoMetadata) MarshalToSizedBufferVTStrict ¶
func (m *CreateRemoteFileRequest_VideoMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_VideoMetadata) MarshalToVT ¶
func (m *CreateRemoteFileRequest_VideoMetadata) MarshalToVT(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_VideoMetadata) MarshalToVTStrict ¶
func (m *CreateRemoteFileRequest_VideoMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
func (*CreateRemoteFileRequest_VideoMetadata) SizeVT ¶
func (m *CreateRemoteFileRequest_VideoMetadata) SizeVT() (n int)
type CreateRemoteFileResponse ¶
type CreateRemoteFileResponse struct {
RemoteFile *RemoteFile `protobuf:"bytes,1,opt,name=remote_file,json=remoteFile,proto3" json:"remote_file,omitempty"`
// contains filtered or unexported fields
}
The response for a call to `RemoteFileService_CreateRemoteFile`.
func (*CreateRemoteFileResponse) CloneMessageVT ¶
func (m *CreateRemoteFileResponse) CloneMessageVT() proto.Message
func (*CreateRemoteFileResponse) CloneVT ¶
func (m *CreateRemoteFileResponse) CloneVT() *CreateRemoteFileResponse
func (*CreateRemoteFileResponse) Descriptor
deprecated
func (*CreateRemoteFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateRemoteFileResponse.ProtoReflect.Descriptor instead.
func (*CreateRemoteFileResponse) EqualMessageVT ¶
func (this *CreateRemoteFileResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*CreateRemoteFileResponse) EqualVT ¶
func (this *CreateRemoteFileResponse) EqualVT(that *CreateRemoteFileResponse) bool
func (*CreateRemoteFileResponse) GetRemoteFile ¶
func (x *CreateRemoteFileResponse) GetRemoteFile() *RemoteFile
func (*CreateRemoteFileResponse) MarshalToSizedBufferVT ¶
func (m *CreateRemoteFileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CreateRemoteFileResponse) MarshalToSizedBufferVTStrict ¶
func (m *CreateRemoteFileResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*CreateRemoteFileResponse) MarshalToVT ¶
func (m *CreateRemoteFileResponse) MarshalToVT(dAtA []byte) (int, error)
func (*CreateRemoteFileResponse) MarshalToVTStrict ¶
func (m *CreateRemoteFileResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*CreateRemoteFileResponse) MarshalVT ¶
func (m *CreateRemoteFileResponse) MarshalVT() (dAtA []byte, err error)
func (*CreateRemoteFileResponse) MarshalVTStrict ¶
func (m *CreateRemoteFileResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*CreateRemoteFileResponse) ProtoMessage ¶
func (*CreateRemoteFileResponse) ProtoMessage()
func (*CreateRemoteFileResponse) ProtoReflect ¶
func (x *CreateRemoteFileResponse) ProtoReflect() protoreflect.Message
func (*CreateRemoteFileResponse) Reset ¶
func (x *CreateRemoteFileResponse) Reset()
func (*CreateRemoteFileResponse) SizeVT ¶
func (m *CreateRemoteFileResponse) SizeVT() (n int)
func (*CreateRemoteFileResponse) String ¶
func (x *CreateRemoteFileResponse) String() string
func (*CreateRemoteFileResponse) UnmarshalVT ¶
func (m *CreateRemoteFileResponse) UnmarshalVT(dAtA []byte) error
func (*CreateRemoteFileResponse) UnmarshalVTUnsafe ¶
func (m *CreateRemoteFileResponse) UnmarshalVTUnsafe(dAtA []byte) error
type DeleteRemoteFileRequest ¶
type DeleteRemoteFileRequest struct {
RemoteFileId string `protobuf:"bytes,1,opt,name=remote_file_id,json=remoteFileId,proto3" json:"remote_file_id,omitempty"`
// contains filtered or unexported fields
}
The request for a call to `RemoteFileService_DeleteRemoteFile` to delete a remote file.
func (*DeleteRemoteFileRequest) CloneMessageVT ¶
func (m *DeleteRemoteFileRequest) CloneMessageVT() proto.Message
func (*DeleteRemoteFileRequest) CloneVT ¶
func (m *DeleteRemoteFileRequest) CloneVT() *DeleteRemoteFileRequest
func (*DeleteRemoteFileRequest) Descriptor
deprecated
func (*DeleteRemoteFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRemoteFileRequest.ProtoReflect.Descriptor instead.
func (*DeleteRemoteFileRequest) EqualMessageVT ¶
func (this *DeleteRemoteFileRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*DeleteRemoteFileRequest) EqualVT ¶
func (this *DeleteRemoteFileRequest) EqualVT(that *DeleteRemoteFileRequest) bool
func (*DeleteRemoteFileRequest) GetRemoteFileId ¶
func (x *DeleteRemoteFileRequest) GetRemoteFileId() string
func (*DeleteRemoteFileRequest) MarshalToSizedBufferVT ¶
func (m *DeleteRemoteFileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*DeleteRemoteFileRequest) MarshalToSizedBufferVTStrict ¶
func (m *DeleteRemoteFileRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*DeleteRemoteFileRequest) MarshalToVT ¶
func (m *DeleteRemoteFileRequest) MarshalToVT(dAtA []byte) (int, error)
func (*DeleteRemoteFileRequest) MarshalToVTStrict ¶
func (m *DeleteRemoteFileRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*DeleteRemoteFileRequest) MarshalVT ¶
func (m *DeleteRemoteFileRequest) MarshalVT() (dAtA []byte, err error)
func (*DeleteRemoteFileRequest) MarshalVTStrict ¶
func (m *DeleteRemoteFileRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*DeleteRemoteFileRequest) ProtoMessage ¶
func (*DeleteRemoteFileRequest) ProtoMessage()
func (*DeleteRemoteFileRequest) ProtoReflect ¶
func (x *DeleteRemoteFileRequest) ProtoReflect() protoreflect.Message
func (*DeleteRemoteFileRequest) Reset ¶
func (x *DeleteRemoteFileRequest) Reset()
func (*DeleteRemoteFileRequest) SizeVT ¶
func (m *DeleteRemoteFileRequest) SizeVT() (n int)
func (*DeleteRemoteFileRequest) String ¶
func (x *DeleteRemoteFileRequest) String() string
func (*DeleteRemoteFileRequest) UnmarshalVT ¶
func (m *DeleteRemoteFileRequest) UnmarshalVT(dAtA []byte) error
func (*DeleteRemoteFileRequest) UnmarshalVTUnsafe ¶
func (m *DeleteRemoteFileRequest) UnmarshalVTUnsafe(dAtA []byte) error
type DeleteRemoteFileResponse ¶
type DeleteRemoteFileResponse struct {
// contains filtered or unexported fields
}
The response of a call to `RemoteFileService_DeleteRemoteFile`.
func (*DeleteRemoteFileResponse) CloneMessageVT ¶
func (m *DeleteRemoteFileResponse) CloneMessageVT() proto.Message
func (*DeleteRemoteFileResponse) CloneVT ¶
func (m *DeleteRemoteFileResponse) CloneVT() *DeleteRemoteFileResponse
func (*DeleteRemoteFileResponse) Descriptor
deprecated
func (*DeleteRemoteFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRemoteFileResponse.ProtoReflect.Descriptor instead.
func (*DeleteRemoteFileResponse) EqualMessageVT ¶
func (this *DeleteRemoteFileResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*DeleteRemoteFileResponse) EqualVT ¶
func (this *DeleteRemoteFileResponse) EqualVT(that *DeleteRemoteFileResponse) bool
func (*DeleteRemoteFileResponse) MarshalToSizedBufferVT ¶
func (m *DeleteRemoteFileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*DeleteRemoteFileResponse) MarshalToSizedBufferVTStrict ¶
func (m *DeleteRemoteFileResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*DeleteRemoteFileResponse) MarshalToVT ¶
func (m *DeleteRemoteFileResponse) MarshalToVT(dAtA []byte) (int, error)
func (*DeleteRemoteFileResponse) MarshalToVTStrict ¶
func (m *DeleteRemoteFileResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*DeleteRemoteFileResponse) MarshalVT ¶
func (m *DeleteRemoteFileResponse) MarshalVT() (dAtA []byte, err error)
func (*DeleteRemoteFileResponse) MarshalVTStrict ¶
func (m *DeleteRemoteFileResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*DeleteRemoteFileResponse) ProtoMessage ¶
func (*DeleteRemoteFileResponse) ProtoMessage()
func (*DeleteRemoteFileResponse) ProtoReflect ¶
func (x *DeleteRemoteFileResponse) ProtoReflect() protoreflect.Message
func (*DeleteRemoteFileResponse) Reset ¶
func (x *DeleteRemoteFileResponse) Reset()
func (*DeleteRemoteFileResponse) SizeVT ¶
func (m *DeleteRemoteFileResponse) SizeVT() (n int)
func (*DeleteRemoteFileResponse) String ¶
func (x *DeleteRemoteFileResponse) String() string
func (*DeleteRemoteFileResponse) UnmarshalVT ¶
func (m *DeleteRemoteFileResponse) UnmarshalVT(dAtA []byte) error
func (*DeleteRemoteFileResponse) UnmarshalVTUnsafe ¶
func (m *DeleteRemoteFileResponse) UnmarshalVTUnsafe(dAtA []byte) error
type EntityType ¶
type EntityType int32
const ( EntityType_ENTITY_TYPE_UNSPECIFIED EntityType = 0 EntityType_ENTITY_TYPE_RUN EntityType = 1 EntityType_ENTITY_TYPE_ANNOTATION EntityType = 2 EntityType_ENTITY_TYPE_ASSET EntityType = 3 EntityType_ENTITY_TYPE_ANNOTATION_LOG EntityType = 4 )
func (EntityType) Descriptor ¶
func (EntityType) Descriptor() protoreflect.EnumDescriptor
func (EntityType) Enum ¶
func (x EntityType) Enum() *EntityType
func (EntityType) EnumDescriptor
deprecated
func (EntityType) EnumDescriptor() ([]byte, []int)
Deprecated: Use EntityType.Descriptor instead.
func (EntityType) Number ¶
func (x EntityType) Number() protoreflect.EnumNumber
func (EntityType) String ¶
func (x EntityType) String() string
func (EntityType) Type ¶
func (EntityType) Type() protoreflect.EnumType
type GetRemoteFileDownloadUrlRequest ¶
type GetRemoteFileDownloadUrlRequest struct {
RemoteFileId string `protobuf:"bytes,1,opt,name=remote_file_id,json=remoteFileId,proto3" json:"remote_file_id,omitempty"`
// contains filtered or unexported fields
}
The request for a call to `RemoteFileService_GetRemoteFileDownloadUrl`.
func (*GetRemoteFileDownloadUrlRequest) CloneMessageVT ¶
func (m *GetRemoteFileDownloadUrlRequest) CloneMessageVT() proto.Message
func (*GetRemoteFileDownloadUrlRequest) CloneVT ¶
func (m *GetRemoteFileDownloadUrlRequest) CloneVT() *GetRemoteFileDownloadUrlRequest
func (*GetRemoteFileDownloadUrlRequest) Descriptor
deprecated
func (*GetRemoteFileDownloadUrlRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRemoteFileDownloadUrlRequest.ProtoReflect.Descriptor instead.
func (*GetRemoteFileDownloadUrlRequest) EqualMessageVT ¶
func (this *GetRemoteFileDownloadUrlRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GetRemoteFileDownloadUrlRequest) EqualVT ¶
func (this *GetRemoteFileDownloadUrlRequest) EqualVT(that *GetRemoteFileDownloadUrlRequest) bool
func (*GetRemoteFileDownloadUrlRequest) GetRemoteFileId ¶
func (x *GetRemoteFileDownloadUrlRequest) GetRemoteFileId() string
func (*GetRemoteFileDownloadUrlRequest) MarshalToSizedBufferVT ¶
func (m *GetRemoteFileDownloadUrlRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetRemoteFileDownloadUrlRequest) MarshalToSizedBufferVTStrict ¶
func (m *GetRemoteFileDownloadUrlRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetRemoteFileDownloadUrlRequest) MarshalToVT ¶
func (m *GetRemoteFileDownloadUrlRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetRemoteFileDownloadUrlRequest) MarshalToVTStrict ¶
func (m *GetRemoteFileDownloadUrlRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetRemoteFileDownloadUrlRequest) MarshalVT ¶
func (m *GetRemoteFileDownloadUrlRequest) MarshalVT() (dAtA []byte, err error)
func (*GetRemoteFileDownloadUrlRequest) MarshalVTStrict ¶
func (m *GetRemoteFileDownloadUrlRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*GetRemoteFileDownloadUrlRequest) ProtoMessage ¶
func (*GetRemoteFileDownloadUrlRequest) ProtoMessage()
func (*GetRemoteFileDownloadUrlRequest) ProtoReflect ¶
func (x *GetRemoteFileDownloadUrlRequest) ProtoReflect() protoreflect.Message
func (*GetRemoteFileDownloadUrlRequest) Reset ¶
func (x *GetRemoteFileDownloadUrlRequest) Reset()
func (*GetRemoteFileDownloadUrlRequest) SizeVT ¶
func (m *GetRemoteFileDownloadUrlRequest) SizeVT() (n int)
func (*GetRemoteFileDownloadUrlRequest) String ¶
func (x *GetRemoteFileDownloadUrlRequest) String() string
func (*GetRemoteFileDownloadUrlRequest) UnmarshalVT ¶
func (m *GetRemoteFileDownloadUrlRequest) UnmarshalVT(dAtA []byte) error
func (*GetRemoteFileDownloadUrlRequest) UnmarshalVTUnsafe ¶
func (m *GetRemoteFileDownloadUrlRequest) UnmarshalVTUnsafe(dAtA []byte) error
type GetRemoteFileDownloadUrlResponse ¶
type GetRemoteFileDownloadUrlResponse struct {
DownloadUrl string `protobuf:"bytes,1,opt,name=download_url,json=downloadUrl,proto3" json:"download_url,omitempty"`
// contains filtered or unexported fields
}
The response of a call to `RemoteFileService_GetRemoteFileDownloadUrl`.
func (*GetRemoteFileDownloadUrlResponse) CloneMessageVT ¶
func (m *GetRemoteFileDownloadUrlResponse) CloneMessageVT() proto.Message
func (*GetRemoteFileDownloadUrlResponse) CloneVT ¶
func (m *GetRemoteFileDownloadUrlResponse) CloneVT() *GetRemoteFileDownloadUrlResponse
func (*GetRemoteFileDownloadUrlResponse) Descriptor
deprecated
func (*GetRemoteFileDownloadUrlResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRemoteFileDownloadUrlResponse.ProtoReflect.Descriptor instead.
func (*GetRemoteFileDownloadUrlResponse) EqualMessageVT ¶
func (this *GetRemoteFileDownloadUrlResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GetRemoteFileDownloadUrlResponse) EqualVT ¶
func (this *GetRemoteFileDownloadUrlResponse) EqualVT(that *GetRemoteFileDownloadUrlResponse) bool
func (*GetRemoteFileDownloadUrlResponse) GetDownloadUrl ¶
func (x *GetRemoteFileDownloadUrlResponse) GetDownloadUrl() string
func (*GetRemoteFileDownloadUrlResponse) MarshalToSizedBufferVT ¶
func (m *GetRemoteFileDownloadUrlResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetRemoteFileDownloadUrlResponse) MarshalToSizedBufferVTStrict ¶
func (m *GetRemoteFileDownloadUrlResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetRemoteFileDownloadUrlResponse) MarshalToVT ¶
func (m *GetRemoteFileDownloadUrlResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetRemoteFileDownloadUrlResponse) MarshalToVTStrict ¶
func (m *GetRemoteFileDownloadUrlResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetRemoteFileDownloadUrlResponse) MarshalVT ¶
func (m *GetRemoteFileDownloadUrlResponse) MarshalVT() (dAtA []byte, err error)
func (*GetRemoteFileDownloadUrlResponse) MarshalVTStrict ¶
func (m *GetRemoteFileDownloadUrlResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*GetRemoteFileDownloadUrlResponse) ProtoMessage ¶
func (*GetRemoteFileDownloadUrlResponse) ProtoMessage()
func (*GetRemoteFileDownloadUrlResponse) ProtoReflect ¶
func (x *GetRemoteFileDownloadUrlResponse) ProtoReflect() protoreflect.Message
func (*GetRemoteFileDownloadUrlResponse) Reset ¶
func (x *GetRemoteFileDownloadUrlResponse) Reset()
func (*GetRemoteFileDownloadUrlResponse) SizeVT ¶
func (m *GetRemoteFileDownloadUrlResponse) SizeVT() (n int)
func (*GetRemoteFileDownloadUrlResponse) String ¶
func (x *GetRemoteFileDownloadUrlResponse) String() string
func (*GetRemoteFileDownloadUrlResponse) UnmarshalVT ¶
func (m *GetRemoteFileDownloadUrlResponse) UnmarshalVT(dAtA []byte) error
func (*GetRemoteFileDownloadUrlResponse) UnmarshalVTUnsafe ¶
func (m *GetRemoteFileDownloadUrlResponse) UnmarshalVTUnsafe(dAtA []byte) error
type GetRemoteFileRequest ¶
type GetRemoteFileRequest struct {
RemoteFileId string `protobuf:"bytes,1,opt,name=remote_file_id,json=remoteFileId,proto3" json:"remote_file_id,omitempty"`
// contains filtered or unexported fields
}
The request for a call to `RemoteFileService_GetRemoteFile` to retrieve a remote file;
func (*GetRemoteFileRequest) CloneMessageVT ¶
func (m *GetRemoteFileRequest) CloneMessageVT() proto.Message
func (*GetRemoteFileRequest) CloneVT ¶
func (m *GetRemoteFileRequest) CloneVT() *GetRemoteFileRequest
func (*GetRemoteFileRequest) Descriptor
deprecated
func (*GetRemoteFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRemoteFileRequest.ProtoReflect.Descriptor instead.
func (*GetRemoteFileRequest) EqualMessageVT ¶
func (this *GetRemoteFileRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GetRemoteFileRequest) EqualVT ¶
func (this *GetRemoteFileRequest) EqualVT(that *GetRemoteFileRequest) bool
func (*GetRemoteFileRequest) GetRemoteFileId ¶
func (x *GetRemoteFileRequest) GetRemoteFileId() string
func (*GetRemoteFileRequest) MarshalToSizedBufferVT ¶
func (m *GetRemoteFileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetRemoteFileRequest) MarshalToSizedBufferVTStrict ¶
func (m *GetRemoteFileRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetRemoteFileRequest) MarshalToVT ¶
func (m *GetRemoteFileRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetRemoteFileRequest) MarshalToVTStrict ¶
func (m *GetRemoteFileRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetRemoteFileRequest) MarshalVT ¶
func (m *GetRemoteFileRequest) MarshalVT() (dAtA []byte, err error)
func (*GetRemoteFileRequest) MarshalVTStrict ¶
func (m *GetRemoteFileRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*GetRemoteFileRequest) ProtoMessage ¶
func (*GetRemoteFileRequest) ProtoMessage()
func (*GetRemoteFileRequest) ProtoReflect ¶
func (x *GetRemoteFileRequest) ProtoReflect() protoreflect.Message
func (*GetRemoteFileRequest) Reset ¶
func (x *GetRemoteFileRequest) Reset()
func (*GetRemoteFileRequest) SizeVT ¶
func (m *GetRemoteFileRequest) SizeVT() (n int)
func (*GetRemoteFileRequest) String ¶
func (x *GetRemoteFileRequest) String() string
func (*GetRemoteFileRequest) UnmarshalVT ¶
func (m *GetRemoteFileRequest) UnmarshalVT(dAtA []byte) error
func (*GetRemoteFileRequest) UnmarshalVTUnsafe ¶
func (m *GetRemoteFileRequest) UnmarshalVTUnsafe(dAtA []byte) error
type GetRemoteFileResponse ¶
type GetRemoteFileResponse struct {
RemoteFile *RemoteFile `protobuf:"bytes,1,opt,name=remote_file,json=remoteFile,proto3" json:"remote_file,omitempty"`
// contains filtered or unexported fields
}
The response of a call to `RemoteFileService_GetRemoteFile`.
func (*GetRemoteFileResponse) CloneMessageVT ¶
func (m *GetRemoteFileResponse) CloneMessageVT() proto.Message
func (*GetRemoteFileResponse) CloneVT ¶
func (m *GetRemoteFileResponse) CloneVT() *GetRemoteFileResponse
func (*GetRemoteFileResponse) Descriptor
deprecated
func (*GetRemoteFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRemoteFileResponse.ProtoReflect.Descriptor instead.
func (*GetRemoteFileResponse) EqualMessageVT ¶
func (this *GetRemoteFileResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GetRemoteFileResponse) EqualVT ¶
func (this *GetRemoteFileResponse) EqualVT(that *GetRemoteFileResponse) bool
func (*GetRemoteFileResponse) GetRemoteFile ¶
func (x *GetRemoteFileResponse) GetRemoteFile() *RemoteFile
func (*GetRemoteFileResponse) MarshalToSizedBufferVT ¶
func (m *GetRemoteFileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetRemoteFileResponse) MarshalToSizedBufferVTStrict ¶
func (m *GetRemoteFileResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetRemoteFileResponse) MarshalToVT ¶
func (m *GetRemoteFileResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetRemoteFileResponse) MarshalToVTStrict ¶
func (m *GetRemoteFileResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetRemoteFileResponse) MarshalVT ¶
func (m *GetRemoteFileResponse) MarshalVT() (dAtA []byte, err error)
func (*GetRemoteFileResponse) MarshalVTStrict ¶
func (m *GetRemoteFileResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*GetRemoteFileResponse) ProtoMessage ¶
func (*GetRemoteFileResponse) ProtoMessage()
func (*GetRemoteFileResponse) ProtoReflect ¶
func (x *GetRemoteFileResponse) ProtoReflect() protoreflect.Message
func (*GetRemoteFileResponse) Reset ¶
func (x *GetRemoteFileResponse) Reset()
func (*GetRemoteFileResponse) SizeVT ¶
func (m *GetRemoteFileResponse) SizeVT() (n int)
func (*GetRemoteFileResponse) String ¶
func (x *GetRemoteFileResponse) String() string
func (*GetRemoteFileResponse) UnmarshalVT ¶
func (m *GetRemoteFileResponse) UnmarshalVT(dAtA []byte) error
func (*GetRemoteFileResponse) UnmarshalVTUnsafe ¶
func (m *GetRemoteFileResponse) UnmarshalVTUnsafe(dAtA []byte) error
type ImageMetadata ¶
type ImageMetadata struct {
Height uint32 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
Width uint32 `protobuf:"varint,2,opt,name=width,proto3" json:"width,omitempty"`
// contains filtered or unexported fields
}
func (*ImageMetadata) CloneMessageVT ¶
func (m *ImageMetadata) CloneMessageVT() proto.Message
func (*ImageMetadata) CloneVT ¶
func (m *ImageMetadata) CloneVT() *ImageMetadata
func (*ImageMetadata) Descriptor
deprecated
func (*ImageMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ImageMetadata.ProtoReflect.Descriptor instead.
func (*ImageMetadata) EqualMessageVT ¶
func (this *ImageMetadata) EqualMessageVT(thatMsg proto.Message) bool
func (*ImageMetadata) EqualVT ¶
func (this *ImageMetadata) EqualVT(that *ImageMetadata) bool
func (*ImageMetadata) GetHeight ¶
func (x *ImageMetadata) GetHeight() uint32
func (*ImageMetadata) GetWidth ¶
func (x *ImageMetadata) GetWidth() uint32
func (*ImageMetadata) MarshalToSizedBufferVT ¶
func (m *ImageMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ImageMetadata) MarshalToSizedBufferVTStrict ¶
func (m *ImageMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*ImageMetadata) MarshalToVT ¶
func (m *ImageMetadata) MarshalToVT(dAtA []byte) (int, error)
func (*ImageMetadata) MarshalToVTStrict ¶
func (m *ImageMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
func (*ImageMetadata) MarshalVT ¶
func (m *ImageMetadata) MarshalVT() (dAtA []byte, err error)
func (*ImageMetadata) MarshalVTStrict ¶
func (m *ImageMetadata) MarshalVTStrict() (dAtA []byte, err error)
func (*ImageMetadata) ProtoMessage ¶
func (*ImageMetadata) ProtoMessage()
func (*ImageMetadata) ProtoReflect ¶
func (x *ImageMetadata) ProtoReflect() protoreflect.Message
func (*ImageMetadata) Reset ¶
func (x *ImageMetadata) Reset()
func (*ImageMetadata) SizeVT ¶
func (m *ImageMetadata) SizeVT() (n int)
func (*ImageMetadata) String ¶
func (x *ImageMetadata) String() string
func (*ImageMetadata) UnmarshalVT ¶
func (m *ImageMetadata) UnmarshalVT(dAtA []byte) error
func (*ImageMetadata) UnmarshalVTUnsafe ¶
func (m *ImageMetadata) UnmarshalVTUnsafe(dAtA []byte) error
type ListRemoteFilesRequest ¶
type ListRemoteFilesRequest struct {
// The maximum number of remote files to return. The service may return fewer than this value.
// If unspecified, at most 50 remote files will be returned. The maximum value is 1000; values above
// 1000 will be coerced to 1000. Optional.
PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// A page token, received from a previous `ListRemoteFiles` call.
// Provide this to retrieve the subsequent page.
// When paginating, all other parameters provided to `ListRemoteFiles` must match
// the call that provided the page token. Optional.
PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// A [Common Expression Language (CEL)](https://github.com/google/cel-spec) filter string.
// Available fields to filter by are `remote_file_id`, `entity_id`, `entity_type`, and `file_name`.
// For further information about how to use CELs, please refer to [this guide](https://github.com/google/cel-spec/blob/master/doc/langdef.md#standard-definitions).
// For more information about the fields used for filtering, please refer to [this definition](/docs/api/grpc/protocol-buffers/remote_files#remotefile). Optional.
Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
// This field is only required if your user belongs to multiple organizations.
OrganizationId string `protobuf:"bytes,4,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
// contains filtered or unexported fields
}
The request for a call to `RemoteFileService_ListRemoteFiles` to retrieve remote files.
func (*ListRemoteFilesRequest) CloneMessageVT ¶
func (m *ListRemoteFilesRequest) CloneMessageVT() proto.Message
func (*ListRemoteFilesRequest) CloneVT ¶
func (m *ListRemoteFilesRequest) CloneVT() *ListRemoteFilesRequest
func (*ListRemoteFilesRequest) Descriptor
deprecated
func (*ListRemoteFilesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRemoteFilesRequest.ProtoReflect.Descriptor instead.
func (*ListRemoteFilesRequest) EqualMessageVT ¶
func (this *ListRemoteFilesRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*ListRemoteFilesRequest) EqualVT ¶
func (this *ListRemoteFilesRequest) EqualVT(that *ListRemoteFilesRequest) bool
func (*ListRemoteFilesRequest) GetFilter ¶
func (x *ListRemoteFilesRequest) GetFilter() string
func (*ListRemoteFilesRequest) GetOrganizationId ¶
func (x *ListRemoteFilesRequest) GetOrganizationId() string
func (*ListRemoteFilesRequest) GetPageSize ¶
func (x *ListRemoteFilesRequest) GetPageSize() uint32
func (*ListRemoteFilesRequest) GetPageToken ¶
func (x *ListRemoteFilesRequest) GetPageToken() string
func (*ListRemoteFilesRequest) MarshalToSizedBufferVT ¶
func (m *ListRemoteFilesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ListRemoteFilesRequest) MarshalToSizedBufferVTStrict ¶
func (m *ListRemoteFilesRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*ListRemoteFilesRequest) MarshalToVT ¶
func (m *ListRemoteFilesRequest) MarshalToVT(dAtA []byte) (int, error)
func (*ListRemoteFilesRequest) MarshalToVTStrict ¶
func (m *ListRemoteFilesRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*ListRemoteFilesRequest) MarshalVT ¶
func (m *ListRemoteFilesRequest) MarshalVT() (dAtA []byte, err error)
func (*ListRemoteFilesRequest) MarshalVTStrict ¶
func (m *ListRemoteFilesRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*ListRemoteFilesRequest) ProtoMessage ¶
func (*ListRemoteFilesRequest) ProtoMessage()
func (*ListRemoteFilesRequest) ProtoReflect ¶
func (x *ListRemoteFilesRequest) ProtoReflect() protoreflect.Message
func (*ListRemoteFilesRequest) Reset ¶
func (x *ListRemoteFilesRequest) Reset()
func (*ListRemoteFilesRequest) SizeVT ¶
func (m *ListRemoteFilesRequest) SizeVT() (n int)
func (*ListRemoteFilesRequest) String ¶
func (x *ListRemoteFilesRequest) String() string
func (*ListRemoteFilesRequest) UnmarshalVT ¶
func (m *ListRemoteFilesRequest) UnmarshalVT(dAtA []byte) error
func (*ListRemoteFilesRequest) UnmarshalVTUnsafe ¶
func (m *ListRemoteFilesRequest) UnmarshalVTUnsafe(dAtA []byte) error
type ListRemoteFilesResponse ¶
type ListRemoteFilesResponse struct {
RemoteFiles []*RemoteFile `protobuf:"bytes,1,rep,name=remote_files,json=remoteFiles,proto3" json:"remote_files,omitempty"`
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
// contains filtered or unexported fields
}
The response of a call to `RemoteFileService_ListRemoteFilesResponse`.
func (*ListRemoteFilesResponse) CloneMessageVT ¶
func (m *ListRemoteFilesResponse) CloneMessageVT() proto.Message
func (*ListRemoteFilesResponse) CloneVT ¶
func (m *ListRemoteFilesResponse) CloneVT() *ListRemoteFilesResponse
func (*ListRemoteFilesResponse) Descriptor
deprecated
func (*ListRemoteFilesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRemoteFilesResponse.ProtoReflect.Descriptor instead.
func (*ListRemoteFilesResponse) EqualMessageVT ¶
func (this *ListRemoteFilesResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*ListRemoteFilesResponse) EqualVT ¶
func (this *ListRemoteFilesResponse) EqualVT(that *ListRemoteFilesResponse) bool
func (*ListRemoteFilesResponse) GetNextPageToken ¶
func (x *ListRemoteFilesResponse) GetNextPageToken() string
func (*ListRemoteFilesResponse) GetRemoteFiles ¶
func (x *ListRemoteFilesResponse) GetRemoteFiles() []*RemoteFile
func (*ListRemoteFilesResponse) MarshalToSizedBufferVT ¶
func (m *ListRemoteFilesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ListRemoteFilesResponse) MarshalToSizedBufferVTStrict ¶
func (m *ListRemoteFilesResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*ListRemoteFilesResponse) MarshalToVT ¶
func (m *ListRemoteFilesResponse) MarshalToVT(dAtA []byte) (int, error)
func (*ListRemoteFilesResponse) MarshalToVTStrict ¶
func (m *ListRemoteFilesResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*ListRemoteFilesResponse) MarshalVT ¶
func (m *ListRemoteFilesResponse) MarshalVT() (dAtA []byte, err error)
func (*ListRemoteFilesResponse) MarshalVTStrict ¶
func (m *ListRemoteFilesResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*ListRemoteFilesResponse) ProtoMessage ¶
func (*ListRemoteFilesResponse) ProtoMessage()
func (*ListRemoteFilesResponse) ProtoReflect ¶
func (x *ListRemoteFilesResponse) ProtoReflect() protoreflect.Message
func (*ListRemoteFilesResponse) Reset ¶
func (x *ListRemoteFilesResponse) Reset()
func (*ListRemoteFilesResponse) SizeVT ¶
func (m *ListRemoteFilesResponse) SizeVT() (n int)
func (*ListRemoteFilesResponse) String ¶
func (x *ListRemoteFilesResponse) String() string
func (*ListRemoteFilesResponse) UnmarshalVT ¶
func (m *ListRemoteFilesResponse) UnmarshalVT(dAtA []byte) error
func (*ListRemoteFilesResponse) UnmarshalVTUnsafe ¶
func (m *ListRemoteFilesResponse) UnmarshalVTUnsafe(dAtA []byte) error
type RemoteFile ¶
type RemoteFile struct {
RemoteFileId string `protobuf:"bytes,1,opt,name=remote_file_id,json=remoteFileId,proto3" json:"remote_file_id,omitempty"`
OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
EntityId string `protobuf:"bytes,3,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
EntityType EntityType `` /* 129-byte string literal not displayed */
FileName string `protobuf:"bytes,5,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
FileMimeType string `protobuf:"bytes,6,opt,name=file_mime_type,json=fileMimeType,proto3" json:"file_mime_type,omitempty"`
FileContentEncoding string `protobuf:"bytes,7,opt,name=file_content_encoding,json=fileContentEncoding,proto3" json:"file_content_encoding,omitempty"`
StorageKey string `protobuf:"bytes,8,opt,name=storage_key,json=storageKey,proto3" json:"storage_key,omitempty"`
FileSize uint64 `protobuf:"varint,9,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
Description *string `protobuf:"bytes,10,opt,name=description,proto3,oneof" json:"description,omitempty"`
// Types that are assignable to Metadata:
//
// *RemoteFile_VideoMetadata
// *RemoteFile_ImageMetadata
// *RemoteFile_AudioMetadata
Metadata isRemoteFile_Metadata `protobuf_oneof:"metadata"`
CreatedByUserId string `protobuf:"bytes,13,opt,name=created_by_user_id,json=createdByUserId,proto3" json:"created_by_user_id,omitempty"`
ModifiedByUserId string `protobuf:"bytes,14,opt,name=modified_by_user_id,json=modifiedByUserId,proto3" json:"modified_by_user_id,omitempty"`
CreatedDate *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=created_date,json=createdDate,proto3" json:"created_date,omitempty"`
ModifiedDate *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=modified_date,json=modifiedDate,proto3" json:"modified_date,omitempty"`
// contains filtered or unexported fields
}
func (*RemoteFile) CloneMessageVT ¶
func (m *RemoteFile) CloneMessageVT() proto.Message
func (*RemoteFile) CloneVT ¶
func (m *RemoteFile) CloneVT() *RemoteFile
func (*RemoteFile) Descriptor
deprecated
func (*RemoteFile) Descriptor() ([]byte, []int)
Deprecated: Use RemoteFile.ProtoReflect.Descriptor instead.
func (*RemoteFile) EqualMessageVT ¶
func (this *RemoteFile) EqualMessageVT(thatMsg proto.Message) bool
func (*RemoteFile) EqualVT ¶
func (this *RemoteFile) EqualVT(that *RemoteFile) bool
func (*RemoteFile) GetAudioMetadata ¶ added in v0.2.0
func (x *RemoteFile) GetAudioMetadata() *AudioMetadata
func (*RemoteFile) GetCreatedByUserId ¶
func (x *RemoteFile) GetCreatedByUserId() string
func (*RemoteFile) GetCreatedDate ¶
func (x *RemoteFile) GetCreatedDate() *timestamppb.Timestamp
func (*RemoteFile) GetDescription ¶
func (x *RemoteFile) GetDescription() string
func (*RemoteFile) GetEntityId ¶
func (x *RemoteFile) GetEntityId() string
func (*RemoteFile) GetEntityType ¶
func (x *RemoteFile) GetEntityType() EntityType
func (*RemoteFile) GetFileContentEncoding ¶
func (x *RemoteFile) GetFileContentEncoding() string
func (*RemoteFile) GetFileMimeType ¶
func (x *RemoteFile) GetFileMimeType() string
func (*RemoteFile) GetFileName ¶
func (x *RemoteFile) GetFileName() string
func (*RemoteFile) GetFileSize ¶
func (x *RemoteFile) GetFileSize() uint64
func (*RemoteFile) GetImageMetadata ¶
func (x *RemoteFile) GetImageMetadata() *ImageMetadata
func (*RemoteFile) GetMetadata ¶
func (m *RemoteFile) GetMetadata() isRemoteFile_Metadata
func (*RemoteFile) GetModifiedByUserId ¶
func (x *RemoteFile) GetModifiedByUserId() string
func (*RemoteFile) GetModifiedDate ¶
func (x *RemoteFile) GetModifiedDate() *timestamppb.Timestamp
func (*RemoteFile) GetOrganizationId ¶
func (x *RemoteFile) GetOrganizationId() string
func (*RemoteFile) GetRemoteFileId ¶
func (x *RemoteFile) GetRemoteFileId() string
func (*RemoteFile) GetStorageKey ¶
func (x *RemoteFile) GetStorageKey() string
func (*RemoteFile) GetVideoMetadata ¶
func (x *RemoteFile) GetVideoMetadata() *VideoMetadata
func (*RemoteFile) MarshalToSizedBufferVT ¶
func (m *RemoteFile) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*RemoteFile) MarshalToSizedBufferVTStrict ¶
func (m *RemoteFile) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*RemoteFile) MarshalToVT ¶
func (m *RemoteFile) MarshalToVT(dAtA []byte) (int, error)
func (*RemoteFile) MarshalToVTStrict ¶
func (m *RemoteFile) MarshalToVTStrict(dAtA []byte) (int, error)
func (*RemoteFile) MarshalVT ¶
func (m *RemoteFile) MarshalVT() (dAtA []byte, err error)
func (*RemoteFile) MarshalVTStrict ¶
func (m *RemoteFile) MarshalVTStrict() (dAtA []byte, err error)
func (*RemoteFile) ProtoMessage ¶
func (*RemoteFile) ProtoMessage()
func (*RemoteFile) ProtoReflect ¶
func (x *RemoteFile) ProtoReflect() protoreflect.Message
func (*RemoteFile) Reset ¶
func (x *RemoteFile) Reset()
func (*RemoteFile) SizeVT ¶
func (m *RemoteFile) SizeVT() (n int)
func (*RemoteFile) String ¶
func (x *RemoteFile) String() string
func (*RemoteFile) UnmarshalVT ¶
func (m *RemoteFile) UnmarshalVT(dAtA []byte) error
func (*RemoteFile) UnmarshalVTUnsafe ¶
func (m *RemoteFile) UnmarshalVTUnsafe(dAtA []byte) error
type RemoteFileServiceClient ¶
type RemoteFileServiceClient interface {
// Retrieve a remote file.
GetRemoteFile(ctx context.Context, in *GetRemoteFileRequest, opts ...grpc.CallOption) (*GetRemoteFileResponse, error)
// Create a remote file.
CreateRemoteFile(ctx context.Context, in *CreateRemoteFileRequest, opts ...grpc.CallOption) (*CreateRemoteFileResponse, error)
// List remote files.
ListRemoteFiles(ctx context.Context, in *ListRemoteFilesRequest, opts ...grpc.CallOption) (*ListRemoteFilesResponse, error)
// Updates an existing remote file using using the list of fields specified in `update_mask`.
UpdateRemoteFile(ctx context.Context, in *UpdateRemoteFileRequest, opts ...grpc.CallOption) (*UpdateRemoteFileResponse, error)
// Delete a remote file.
DeleteRemoteFile(ctx context.Context, in *DeleteRemoteFileRequest, opts ...grpc.CallOption) (*DeleteRemoteFileResponse, error)
// Batch deletes remote files. Each batch is limited to 1000 records.
BatchDeleteRemoteFiles(ctx context.Context, in *BatchDeleteRemoteFilesRequest, opts ...grpc.CallOption) (*BatchDeleteRemoteFilesResponse, error)
// Gets a download URL for the remote file.
GetRemoteFileDownloadUrl(ctx context.Context, in *GetRemoteFileDownloadUrlRequest, opts ...grpc.CallOption) (*GetRemoteFileDownloadUrlResponse, error)
}
RemoteFileServiceClient is the client API for RemoteFileService 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.
func NewRemoteFileServiceClient ¶
func NewRemoteFileServiceClient(cc grpc.ClientConnInterface) RemoteFileServiceClient
type RemoteFileServiceServer ¶
type RemoteFileServiceServer interface {
// Retrieve a remote file.
GetRemoteFile(context.Context, *GetRemoteFileRequest) (*GetRemoteFileResponse, error)
// Create a remote file.
CreateRemoteFile(context.Context, *CreateRemoteFileRequest) (*CreateRemoteFileResponse, error)
// List remote files.
ListRemoteFiles(context.Context, *ListRemoteFilesRequest) (*ListRemoteFilesResponse, error)
// Updates an existing remote file using using the list of fields specified in `update_mask`.
UpdateRemoteFile(context.Context, *UpdateRemoteFileRequest) (*UpdateRemoteFileResponse, error)
// Delete a remote file.
DeleteRemoteFile(context.Context, *DeleteRemoteFileRequest) (*DeleteRemoteFileResponse, error)
// Batch deletes remote files. Each batch is limited to 1000 records.
BatchDeleteRemoteFiles(context.Context, *BatchDeleteRemoteFilesRequest) (*BatchDeleteRemoteFilesResponse, error)
// Gets a download URL for the remote file.
GetRemoteFileDownloadUrl(context.Context, *GetRemoteFileDownloadUrlRequest) (*GetRemoteFileDownloadUrlResponse, error)
// contains filtered or unexported methods
}
RemoteFileServiceServer is the server API for RemoteFileService service. All implementations must embed UnimplementedRemoteFileServiceServer for forward compatibility
type RemoteFile_AudioMetadata ¶ added in v0.2.0
type RemoteFile_AudioMetadata struct {
AudioMetadata *AudioMetadata `protobuf:"bytes,17,opt,name=audio_metadata,json=audioMetadata,proto3,oneof"`
}
func (*RemoteFile_AudioMetadata) CloneVT ¶ added in v0.2.0
func (m *RemoteFile_AudioMetadata) CloneVT() isRemoteFile_Metadata
func (*RemoteFile_AudioMetadata) EqualVT ¶ added in v0.2.0
func (this *RemoteFile_AudioMetadata) EqualVT(thatIface isRemoteFile_Metadata) bool
func (*RemoteFile_AudioMetadata) MarshalToSizedBufferVT ¶ added in v0.2.0
func (m *RemoteFile_AudioMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*RemoteFile_AudioMetadata) MarshalToSizedBufferVTStrict ¶ added in v0.2.0
func (m *RemoteFile_AudioMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*RemoteFile_AudioMetadata) MarshalToVT ¶ added in v0.2.0
func (m *RemoteFile_AudioMetadata) MarshalToVT(dAtA []byte) (int, error)
func (*RemoteFile_AudioMetadata) MarshalToVTStrict ¶ added in v0.2.0
func (m *RemoteFile_AudioMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
func (*RemoteFile_AudioMetadata) SizeVT ¶ added in v0.2.0
func (m *RemoteFile_AudioMetadata) SizeVT() (n int)
type RemoteFile_ImageMetadata ¶
type RemoteFile_ImageMetadata struct {
ImageMetadata *ImageMetadata `protobuf:"bytes,12,opt,name=image_metadata,json=imageMetadata,proto3,oneof"`
}
func (*RemoteFile_ImageMetadata) CloneVT ¶
func (m *RemoteFile_ImageMetadata) CloneVT() isRemoteFile_Metadata
func (*RemoteFile_ImageMetadata) EqualVT ¶
func (this *RemoteFile_ImageMetadata) EqualVT(thatIface isRemoteFile_Metadata) bool
func (*RemoteFile_ImageMetadata) MarshalToSizedBufferVT ¶
func (m *RemoteFile_ImageMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*RemoteFile_ImageMetadata) MarshalToSizedBufferVTStrict ¶
func (m *RemoteFile_ImageMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*RemoteFile_ImageMetadata) MarshalToVT ¶
func (m *RemoteFile_ImageMetadata) MarshalToVT(dAtA []byte) (int, error)
func (*RemoteFile_ImageMetadata) MarshalToVTStrict ¶
func (m *RemoteFile_ImageMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
func (*RemoteFile_ImageMetadata) SizeVT ¶
func (m *RemoteFile_ImageMetadata) SizeVT() (n int)
type RemoteFile_VideoMetadata ¶
type RemoteFile_VideoMetadata struct {
VideoMetadata *VideoMetadata `protobuf:"bytes,11,opt,name=video_metadata,json=videoMetadata,proto3,oneof"`
}
func (*RemoteFile_VideoMetadata) CloneVT ¶
func (m *RemoteFile_VideoMetadata) CloneVT() isRemoteFile_Metadata
func (*RemoteFile_VideoMetadata) EqualVT ¶
func (this *RemoteFile_VideoMetadata) EqualVT(thatIface isRemoteFile_Metadata) bool
func (*RemoteFile_VideoMetadata) MarshalToSizedBufferVT ¶
func (m *RemoteFile_VideoMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*RemoteFile_VideoMetadata) MarshalToSizedBufferVTStrict ¶
func (m *RemoteFile_VideoMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*RemoteFile_VideoMetadata) MarshalToVT ¶
func (m *RemoteFile_VideoMetadata) MarshalToVT(dAtA []byte) (int, error)
func (*RemoteFile_VideoMetadata) MarshalToVTStrict ¶
func (m *RemoteFile_VideoMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
func (*RemoteFile_VideoMetadata) SizeVT ¶
func (m *RemoteFile_VideoMetadata) SizeVT() (n int)
type UnimplementedRemoteFileServiceServer ¶
type UnimplementedRemoteFileServiceServer struct {
}
UnimplementedRemoteFileServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedRemoteFileServiceServer) BatchDeleteRemoteFiles ¶
func (UnimplementedRemoteFileServiceServer) BatchDeleteRemoteFiles(context.Context, *BatchDeleteRemoteFilesRequest) (*BatchDeleteRemoteFilesResponse, error)
func (UnimplementedRemoteFileServiceServer) CreateRemoteFile ¶
func (UnimplementedRemoteFileServiceServer) CreateRemoteFile(context.Context, *CreateRemoteFileRequest) (*CreateRemoteFileResponse, error)
func (UnimplementedRemoteFileServiceServer) DeleteRemoteFile ¶
func (UnimplementedRemoteFileServiceServer) DeleteRemoteFile(context.Context, *DeleteRemoteFileRequest) (*DeleteRemoteFileResponse, error)
func (UnimplementedRemoteFileServiceServer) GetRemoteFile ¶
func (UnimplementedRemoteFileServiceServer) GetRemoteFile(context.Context, *GetRemoteFileRequest) (*GetRemoteFileResponse, error)
func (UnimplementedRemoteFileServiceServer) GetRemoteFileDownloadUrl ¶
func (UnimplementedRemoteFileServiceServer) GetRemoteFileDownloadUrl(context.Context, *GetRemoteFileDownloadUrlRequest) (*GetRemoteFileDownloadUrlResponse, error)
func (UnimplementedRemoteFileServiceServer) ListRemoteFiles ¶
func (UnimplementedRemoteFileServiceServer) ListRemoteFiles(context.Context, *ListRemoteFilesRequest) (*ListRemoteFilesResponse, error)
func (UnimplementedRemoteFileServiceServer) UpdateRemoteFile ¶
func (UnimplementedRemoteFileServiceServer) UpdateRemoteFile(context.Context, *UpdateRemoteFileRequest) (*UpdateRemoteFileResponse, error)
type UnsafeRemoteFileServiceServer ¶
type UnsafeRemoteFileServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRemoteFileServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RemoteFileServiceServer will result in compilation errors.
type UpdateRemoteFileRequest ¶
type UpdateRemoteFileRequest struct {
// The remote file to update.
RemoteFile *RemoteFile `protobuf:"bytes,1,opt,name=remote_file,json=remoteFile,proto3" json:"remote_file,omitempty"`
// The list of fields to be updated. The fields available to be updated are `description` and `metadata`.
UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// contains filtered or unexported fields
}
The request for a call to `RemoteFileService_UpdateRemoteFile` to update a remote file.
func (*UpdateRemoteFileRequest) CloneMessageVT ¶
func (m *UpdateRemoteFileRequest) CloneMessageVT() proto.Message
func (*UpdateRemoteFileRequest) CloneVT ¶
func (m *UpdateRemoteFileRequest) CloneVT() *UpdateRemoteFileRequest
func (*UpdateRemoteFileRequest) Descriptor
deprecated
func (*UpdateRemoteFileRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRemoteFileRequest.ProtoReflect.Descriptor instead.
func (*UpdateRemoteFileRequest) EqualMessageVT ¶
func (this *UpdateRemoteFileRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*UpdateRemoteFileRequest) EqualVT ¶
func (this *UpdateRemoteFileRequest) EqualVT(that *UpdateRemoteFileRequest) bool
func (*UpdateRemoteFileRequest) GetRemoteFile ¶
func (x *UpdateRemoteFileRequest) GetRemoteFile() *RemoteFile
func (*UpdateRemoteFileRequest) GetUpdateMask ¶
func (x *UpdateRemoteFileRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateRemoteFileRequest) MarshalToSizedBufferVT ¶
func (m *UpdateRemoteFileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*UpdateRemoteFileRequest) MarshalToSizedBufferVTStrict ¶
func (m *UpdateRemoteFileRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*UpdateRemoteFileRequest) MarshalToVT ¶
func (m *UpdateRemoteFileRequest) MarshalToVT(dAtA []byte) (int, error)
func (*UpdateRemoteFileRequest) MarshalToVTStrict ¶
func (m *UpdateRemoteFileRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*UpdateRemoteFileRequest) MarshalVT ¶
func (m *UpdateRemoteFileRequest) MarshalVT() (dAtA []byte, err error)
func (*UpdateRemoteFileRequest) MarshalVTStrict ¶
func (m *UpdateRemoteFileRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*UpdateRemoteFileRequest) ProtoMessage ¶
func (*UpdateRemoteFileRequest) ProtoMessage()
func (*UpdateRemoteFileRequest) ProtoReflect ¶
func (x *UpdateRemoteFileRequest) ProtoReflect() protoreflect.Message
func (*UpdateRemoteFileRequest) Reset ¶
func (x *UpdateRemoteFileRequest) Reset()
func (*UpdateRemoteFileRequest) SizeVT ¶
func (m *UpdateRemoteFileRequest) SizeVT() (n int)
func (*UpdateRemoteFileRequest) String ¶
func (x *UpdateRemoteFileRequest) String() string
func (*UpdateRemoteFileRequest) UnmarshalVT ¶
func (m *UpdateRemoteFileRequest) UnmarshalVT(dAtA []byte) error
func (*UpdateRemoteFileRequest) UnmarshalVTUnsafe ¶
func (m *UpdateRemoteFileRequest) UnmarshalVTUnsafe(dAtA []byte) error
type UpdateRemoteFileResponse ¶
type UpdateRemoteFileResponse struct {
RemoteFile *RemoteFile `protobuf:"bytes,1,opt,name=remote_file,json=remoteFile,proto3" json:"remote_file,omitempty"`
// contains filtered or unexported fields
}
The response of a call to `RemoteFileService_UpdateRemoteFile`.
func (*UpdateRemoteFileResponse) CloneMessageVT ¶
func (m *UpdateRemoteFileResponse) CloneMessageVT() proto.Message
func (*UpdateRemoteFileResponse) CloneVT ¶
func (m *UpdateRemoteFileResponse) CloneVT() *UpdateRemoteFileResponse
func (*UpdateRemoteFileResponse) Descriptor
deprecated
func (*UpdateRemoteFileResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRemoteFileResponse.ProtoReflect.Descriptor instead.
func (*UpdateRemoteFileResponse) EqualMessageVT ¶
func (this *UpdateRemoteFileResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*UpdateRemoteFileResponse) EqualVT ¶
func (this *UpdateRemoteFileResponse) EqualVT(that *UpdateRemoteFileResponse) bool
func (*UpdateRemoteFileResponse) GetRemoteFile ¶
func (x *UpdateRemoteFileResponse) GetRemoteFile() *RemoteFile
func (*UpdateRemoteFileResponse) MarshalToSizedBufferVT ¶
func (m *UpdateRemoteFileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*UpdateRemoteFileResponse) MarshalToSizedBufferVTStrict ¶
func (m *UpdateRemoteFileResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*UpdateRemoteFileResponse) MarshalToVT ¶
func (m *UpdateRemoteFileResponse) MarshalToVT(dAtA []byte) (int, error)
func (*UpdateRemoteFileResponse) MarshalToVTStrict ¶
func (m *UpdateRemoteFileResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*UpdateRemoteFileResponse) MarshalVT ¶
func (m *UpdateRemoteFileResponse) MarshalVT() (dAtA []byte, err error)
func (*UpdateRemoteFileResponse) MarshalVTStrict ¶
func (m *UpdateRemoteFileResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*UpdateRemoteFileResponse) ProtoMessage ¶
func (*UpdateRemoteFileResponse) ProtoMessage()
func (*UpdateRemoteFileResponse) ProtoReflect ¶
func (x *UpdateRemoteFileResponse) ProtoReflect() protoreflect.Message
func (*UpdateRemoteFileResponse) Reset ¶
func (x *UpdateRemoteFileResponse) Reset()
func (*UpdateRemoteFileResponse) SizeVT ¶
func (m *UpdateRemoteFileResponse) SizeVT() (n int)
func (*UpdateRemoteFileResponse) String ¶
func (x *UpdateRemoteFileResponse) String() string
func (*UpdateRemoteFileResponse) UnmarshalVT ¶
func (m *UpdateRemoteFileResponse) UnmarshalVT(dAtA []byte) error
func (*UpdateRemoteFileResponse) UnmarshalVTUnsafe ¶
func (m *UpdateRemoteFileResponse) UnmarshalVTUnsafe(dAtA []byte) error
type VideoMetadata ¶
type VideoMetadata struct {
Height uint32 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
Width uint32 `protobuf:"varint,2,opt,name=width,proto3" json:"width,omitempty"`
DurationSeconds float32 `protobuf:"fixed32,3,opt,name=duration_seconds,json=durationSeconds,proto3" json:"duration_seconds,omitempty"`
Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
// contains filtered or unexported fields
}
func (*VideoMetadata) CloneMessageVT ¶
func (m *VideoMetadata) CloneMessageVT() proto.Message
func (*VideoMetadata) CloneVT ¶
func (m *VideoMetadata) CloneVT() *VideoMetadata
func (*VideoMetadata) Descriptor
deprecated
func (*VideoMetadata) Descriptor() ([]byte, []int)
Deprecated: Use VideoMetadata.ProtoReflect.Descriptor instead.
func (*VideoMetadata) EqualMessageVT ¶
func (this *VideoMetadata) EqualMessageVT(thatMsg proto.Message) bool
func (*VideoMetadata) EqualVT ¶
func (this *VideoMetadata) EqualVT(that *VideoMetadata) bool
func (*VideoMetadata) GetDurationSeconds ¶
func (x *VideoMetadata) GetDurationSeconds() float32
func (*VideoMetadata) GetHeight ¶
func (x *VideoMetadata) GetHeight() uint32
func (*VideoMetadata) GetTimestamp ¶
func (x *VideoMetadata) GetTimestamp() *timestamppb.Timestamp
func (*VideoMetadata) GetWidth ¶
func (x *VideoMetadata) GetWidth() uint32
func (*VideoMetadata) MarshalToSizedBufferVT ¶
func (m *VideoMetadata) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*VideoMetadata) MarshalToSizedBufferVTStrict ¶
func (m *VideoMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*VideoMetadata) MarshalToVT ¶
func (m *VideoMetadata) MarshalToVT(dAtA []byte) (int, error)
func (*VideoMetadata) MarshalToVTStrict ¶
func (m *VideoMetadata) MarshalToVTStrict(dAtA []byte) (int, error)
func (*VideoMetadata) MarshalVT ¶
func (m *VideoMetadata) MarshalVT() (dAtA []byte, err error)
func (*VideoMetadata) MarshalVTStrict ¶
func (m *VideoMetadata) MarshalVTStrict() (dAtA []byte, err error)
func (*VideoMetadata) ProtoMessage ¶
func (*VideoMetadata) ProtoMessage()
func (*VideoMetadata) ProtoReflect ¶
func (x *VideoMetadata) ProtoReflect() protoreflect.Message
func (*VideoMetadata) Reset ¶
func (x *VideoMetadata) Reset()
func (*VideoMetadata) SizeVT ¶
func (m *VideoMetadata) SizeVT() (n int)
func (*VideoMetadata) String ¶
func (x *VideoMetadata) String() string
func (*VideoMetadata) UnmarshalVT ¶
func (m *VideoMetadata) UnmarshalVT(dAtA []byte) error
func (*VideoMetadata) UnmarshalVTUnsafe ¶
func (m *VideoMetadata) UnmarshalVTUnsafe(dAtA []byte) error