pb

package
v0.0.0-...-8b37158 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_dsbackups_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ExportMetadata

type ExportMetadata struct {
	Operation *ExportMetadataOperation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"`
	Items     *ExportMetadataItems     `protobuf:"bytes,2,opt,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportMetadata) Descriptor deprecated

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

Deprecated: Use ExportMetadata.ProtoReflect.Descriptor instead.

func (*ExportMetadata) GetItems

func (x *ExportMetadata) GetItems() *ExportMetadataItems

func (*ExportMetadata) GetOperation

func (x *ExportMetadata) GetOperation() *ExportMetadataOperation

func (*ExportMetadata) ProtoMessage

func (*ExportMetadata) ProtoMessage()

func (*ExportMetadata) ProtoReflect

func (x *ExportMetadata) ProtoReflect() protoreflect.Message

func (*ExportMetadata) Reset

func (x *ExportMetadata) Reset()

func (*ExportMetadata) String

func (x *ExportMetadata) String() string

type ExportMetadataEntry

type ExportMetadataEntry struct {
	Kind  *ExportMetadataEntryKind `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Path  string                   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Count int64                    `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	Size  int64                    `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportMetadataEntry) Descriptor deprecated

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

Deprecated: Use ExportMetadataEntry.ProtoReflect.Descriptor instead.

func (*ExportMetadataEntry) GetCount

func (x *ExportMetadataEntry) GetCount() int64

func (*ExportMetadataEntry) GetKind

func (*ExportMetadataEntry) GetPath

func (x *ExportMetadataEntry) GetPath() string

func (*ExportMetadataEntry) GetSize

func (x *ExportMetadataEntry) GetSize() int64

func (*ExportMetadataEntry) ProtoMessage

func (*ExportMetadataEntry) ProtoMessage()

func (*ExportMetadataEntry) ProtoReflect

func (x *ExportMetadataEntry) ProtoReflect() protoreflect.Message

func (*ExportMetadataEntry) Reset

func (x *ExportMetadataEntry) Reset()

func (*ExportMetadataEntry) String

func (x *ExportMetadataEntry) String() string

type ExportMetadataEntryKind

type ExportMetadataEntryKind struct {
	Unknown1 int32  `protobuf:"varint,1,opt,name=unknown1,proto3" json:"unknown1,omitempty"`
	Kind     string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Unknown2 int32  `protobuf:"varint,3,opt,name=unknown2,proto3" json:"unknown2,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportMetadataEntryKind) Descriptor deprecated

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

Deprecated: Use ExportMetadataEntryKind.ProtoReflect.Descriptor instead.

func (*ExportMetadataEntryKind) GetKind

func (x *ExportMetadataEntryKind) GetKind() string

func (*ExportMetadataEntryKind) GetUnknown1

func (x *ExportMetadataEntryKind) GetUnknown1() int32

func (*ExportMetadataEntryKind) GetUnknown2

func (x *ExportMetadataEntryKind) GetUnknown2() int32

func (*ExportMetadataEntryKind) ProtoMessage

func (*ExportMetadataEntryKind) ProtoMessage()

func (*ExportMetadataEntryKind) ProtoReflect

func (x *ExportMetadataEntryKind) ProtoReflect() protoreflect.Message

func (*ExportMetadataEntryKind) Reset

func (x *ExportMetadataEntryKind) Reset()

func (*ExportMetadataEntryKind) String

func (x *ExportMetadataEntryKind) String() string

type ExportMetadataItems

type ExportMetadataItems struct {
	Kind    string   `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Outputs []string `protobuf:"bytes,2,rep,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportMetadataItems) Descriptor deprecated

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

Deprecated: Use ExportMetadataItems.ProtoReflect.Descriptor instead.

func (*ExportMetadataItems) GetKind

func (x *ExportMetadataItems) GetKind() string

func (*ExportMetadataItems) GetOutputs

func (x *ExportMetadataItems) GetOutputs() []string

func (*ExportMetadataItems) ProtoMessage

func (*ExportMetadataItems) ProtoMessage()

func (*ExportMetadataItems) ProtoReflect

func (x *ExportMetadataItems) ProtoReflect() protoreflect.Message

func (*ExportMetadataItems) Reset

func (x *ExportMetadataItems) Reset()

func (*ExportMetadataItems) String

func (x *ExportMetadataItems) String() string

type ExportMetadataOperation

type ExportMetadataOperation struct {
	Operation string `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"`  // "export_entities"
	StartTime int64  `protobuf:"varint,2,opt,name=startTime,proto3" json:"startTime,omitempty"` // timestamp in microseconds (seems to be something else in emulator exports)
	EndTime   int64  `protobuf:"varint,3,opt,name=endTime,proto3" json:"endTime,omitempty"`     // timestamp in microseconds (seems to be something else in emulator exports)
	// contains filtered or unexported fields
}

func (*ExportMetadataOperation) Descriptor deprecated

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

Deprecated: Use ExportMetadataOperation.ProtoReflect.Descriptor instead.

func (*ExportMetadataOperation) GetEndTime

func (x *ExportMetadataOperation) GetEndTime() int64

func (*ExportMetadataOperation) GetOperation

func (x *ExportMetadataOperation) GetOperation() string

func (*ExportMetadataOperation) GetStartTime

func (x *ExportMetadataOperation) GetStartTime() int64

func (*ExportMetadataOperation) ProtoMessage

func (*ExportMetadataOperation) ProtoMessage()

func (*ExportMetadataOperation) ProtoReflect

func (x *ExportMetadataOperation) ProtoReflect() protoreflect.Message

func (*ExportMetadataOperation) Reset

func (x *ExportMetadataOperation) Reset()

func (*ExportMetadataOperation) String

func (x *ExportMetadataOperation) String() string

type OverallExportMetadata

type OverallExportMetadata struct {
	Exports []*ExportMetadataEntry `protobuf:"bytes,1,rep,name=exports,proto3" json:"exports,omitempty"`
	// contains filtered or unexported fields
}

func (*OverallExportMetadata) Descriptor deprecated

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

Deprecated: Use OverallExportMetadata.ProtoReflect.Descriptor instead.

func (*OverallExportMetadata) GetExports

func (x *OverallExportMetadata) GetExports() []*ExportMetadataEntry

func (*OverallExportMetadata) ProtoMessage

func (*OverallExportMetadata) ProtoMessage()

func (*OverallExportMetadata) ProtoReflect

func (x *OverallExportMetadata) ProtoReflect() protoreflect.Message

func (*OverallExportMetadata) Reset

func (x *OverallExportMetadata) Reset()

func (*OverallExportMetadata) String

func (x *OverallExportMetadata) String() string

Jump to

Keyboard shortcuts

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