proto

package
v0.1.14 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TimeInterval_name = map[int32]string{
	0: "UNDEFINED",
	1: "MONTHLY",
	2: "YEARLY",
}
View Source
var TimeInterval_value = map[string]int32{
	"UNDEFINED": 0,
	"MONTHLY":   1,
	"YEARLY":    2,
}

Functions

func RegisterStrongDocServiceServer

func RegisterStrongDocServiceServer(s *grpc.Server, srv StrongDocServiceServer)

Types

type AddPaymentMethodReq added in v0.1.14

type AddPaymentMethodReq struct {
	// payment method id
	PmID                 string   `protobuf:"bytes,1,opt,name=pmID,proto3" json:"pmID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddPaymentMethodReq) Descriptor added in v0.1.14

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

func (*AddPaymentMethodReq) GetPmID added in v0.1.14

func (m *AddPaymentMethodReq) GetPmID() string

func (*AddPaymentMethodReq) ProtoMessage added in v0.1.14

func (*AddPaymentMethodReq) ProtoMessage()

func (*AddPaymentMethodReq) Reset added in v0.1.14

func (m *AddPaymentMethodReq) Reset()

func (*AddPaymentMethodReq) String added in v0.1.14

func (m *AddPaymentMethodReq) String() string

func (*AddPaymentMethodReq) XXX_DiscardUnknown added in v0.1.14

func (m *AddPaymentMethodReq) XXX_DiscardUnknown()

func (*AddPaymentMethodReq) XXX_Marshal added in v0.1.14

func (m *AddPaymentMethodReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddPaymentMethodReq) XXX_Merge added in v0.1.14

func (m *AddPaymentMethodReq) XXX_Merge(src proto.Message)

func (*AddPaymentMethodReq) XXX_Size added in v0.1.14

func (m *AddPaymentMethodReq) XXX_Size() int

func (*AddPaymentMethodReq) XXX_Unmarshal added in v0.1.14

func (m *AddPaymentMethodReq) XXX_Unmarshal(b []byte) error

type AddPaymentMethodResp added in v0.1.14

type AddPaymentMethodResp struct {
	// payment method id
	PmID                 string   `protobuf:"bytes,1,opt,name=pmID,proto3" json:"pmID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddPaymentMethodResp) Descriptor added in v0.1.14

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

func (*AddPaymentMethodResp) GetPmID added in v0.1.14

func (m *AddPaymentMethodResp) GetPmID() string

func (*AddPaymentMethodResp) ProtoMessage added in v0.1.14

func (*AddPaymentMethodResp) ProtoMessage()

func (*AddPaymentMethodResp) Reset added in v0.1.14

func (m *AddPaymentMethodResp) Reset()

func (*AddPaymentMethodResp) String added in v0.1.14

func (m *AddPaymentMethodResp) String() string

func (*AddPaymentMethodResp) XXX_DiscardUnknown added in v0.1.14

func (m *AddPaymentMethodResp) XXX_DiscardUnknown()

func (*AddPaymentMethodResp) XXX_Marshal added in v0.1.14

func (m *AddPaymentMethodResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddPaymentMethodResp) XXX_Merge added in v0.1.14

func (m *AddPaymentMethodResp) XXX_Merge(src proto.Message)

func (*AddPaymentMethodResp) XXX_Size added in v0.1.14

func (m *AddPaymentMethodResp) XXX_Size() int

func (*AddPaymentMethodResp) XXX_Unmarshal added in v0.1.14

func (m *AddPaymentMethodResp) XXX_Unmarshal(b []byte) error

type AddSharableOrgReq added in v0.1.12

type AddSharableOrgReq struct {
	// The ID of the new sharable org.
	NewOrgID             string   `protobuf:"bytes,1,opt,name=newOrgID,proto3" json:"newOrgID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddSharableOrgReq) Descriptor added in v0.1.12

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

func (*AddSharableOrgReq) GetNewOrgID added in v0.1.12

func (m *AddSharableOrgReq) GetNewOrgID() string

func (*AddSharableOrgReq) ProtoMessage added in v0.1.12

func (*AddSharableOrgReq) ProtoMessage()

func (*AddSharableOrgReq) Reset added in v0.1.12

func (m *AddSharableOrgReq) Reset()

func (*AddSharableOrgReq) String added in v0.1.12

func (m *AddSharableOrgReq) String() string

func (*AddSharableOrgReq) XXX_DiscardUnknown added in v0.1.12

func (m *AddSharableOrgReq) XXX_DiscardUnknown()

func (*AddSharableOrgReq) XXX_Marshal added in v0.1.12

func (m *AddSharableOrgReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddSharableOrgReq) XXX_Merge added in v0.1.12

func (m *AddSharableOrgReq) XXX_Merge(src proto.Message)

func (*AddSharableOrgReq) XXX_Size added in v0.1.12

func (m *AddSharableOrgReq) XXX_Size() int

func (*AddSharableOrgReq) XXX_Unmarshal added in v0.1.12

func (m *AddSharableOrgReq) XXX_Unmarshal(b []byte) error

type AddSharableOrgResp added in v0.1.12

type AddSharableOrgResp struct {
	// Whether the add was successful
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddSharableOrgResp) Descriptor added in v0.1.12

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

func (*AddSharableOrgResp) GetSuccess added in v0.1.12

func (m *AddSharableOrgResp) GetSuccess() bool

func (*AddSharableOrgResp) ProtoMessage added in v0.1.12

func (*AddSharableOrgResp) ProtoMessage()

func (*AddSharableOrgResp) Reset added in v0.1.12

func (m *AddSharableOrgResp) Reset()

func (*AddSharableOrgResp) String added in v0.1.12

func (m *AddSharableOrgResp) String() string

func (*AddSharableOrgResp) XXX_DiscardUnknown added in v0.1.12

func (m *AddSharableOrgResp) XXX_DiscardUnknown()

func (*AddSharableOrgResp) XXX_Marshal added in v0.1.12

func (m *AddSharableOrgResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddSharableOrgResp) XXX_Merge added in v0.1.12

func (m *AddSharableOrgResp) XXX_Merge(src proto.Message)

func (*AddSharableOrgResp) XXX_Size added in v0.1.12

func (m *AddSharableOrgResp) XXX_Size() int

func (*AddSharableOrgResp) XXX_Unmarshal added in v0.1.12

func (m *AddSharableOrgResp) XXX_Unmarshal(b []byte) error

type BillingFrequency added in v0.1.12

type BillingFrequency struct {
	// Billing frequency
	Frequency TimeInterval `protobuf:"varint,1,opt,name=frequency,proto3,enum=proto.TimeInterval" json:"frequency,omitempty"`
	// Start fo billing frequency validity
	ValidFrom *timestamp.Timestamp `protobuf:"bytes,2,opt,name=validFrom,proto3" json:"validFrom,omitempty"`
	// End of billing frequency validity
	ValidTo              *timestamp.Timestamp `protobuf:"bytes,3,opt,name=validTo,proto3" json:"validTo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*BillingFrequency) Descriptor added in v0.1.12

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

func (*BillingFrequency) GetFrequency added in v0.1.12

func (m *BillingFrequency) GetFrequency() TimeInterval

func (*BillingFrequency) GetValidFrom added in v0.1.12

func (m *BillingFrequency) GetValidFrom() *timestamp.Timestamp

func (*BillingFrequency) GetValidTo added in v0.1.12

func (m *BillingFrequency) GetValidTo() *timestamp.Timestamp

func (*BillingFrequency) ProtoMessage added in v0.1.12

func (*BillingFrequency) ProtoMessage()

func (*BillingFrequency) Reset added in v0.1.12

func (m *BillingFrequency) Reset()

func (*BillingFrequency) String added in v0.1.12

func (m *BillingFrequency) String() string

func (*BillingFrequency) XXX_DiscardUnknown added in v0.1.12

func (m *BillingFrequency) XXX_DiscardUnknown()

func (*BillingFrequency) XXX_Marshal added in v0.1.12

func (m *BillingFrequency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BillingFrequency) XXX_Merge added in v0.1.12

func (m *BillingFrequency) XXX_Merge(src proto.Message)

func (*BillingFrequency) XXX_Size added in v0.1.12

func (m *BillingFrequency) XXX_Size() int

func (*BillingFrequency) XXX_Unmarshal added in v0.1.12

func (m *BillingFrequency) XXX_Unmarshal(b []byte) error

type Card added in v0.1.14

type Card struct {
	// Card id
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Card brand: visa, mastercard, amex, etc.
	Brand string `protobuf:"bytes,2,opt,name=brand,proto3" json:"brand,omitempty"`
	// country
	Country string `protobuf:"bytes,3,opt,name=country,proto3" json:"country,omitempty"`
	//expiration month
	ExpMonth uint64 `protobuf:"varint,4,opt,name=expMonth,proto3" json:"expMonth,omitempty"`
	//expiration year
	ExpYear uint64 `protobuf:"varint,5,opt,name=expYear,proto3" json:"expYear,omitempty"`
	//last four digits of card number
	LastFour string `protobuf:"bytes,6,opt,name=lastFour,proto3" json:"lastFour,omitempty"`
	//is the default payment method
	IsDefault            bool     `protobuf:"varint,7,opt,name=isDefault,proto3" json:"isDefault,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Card) Descriptor added in v0.1.14

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

func (*Card) GetBrand added in v0.1.14

func (m *Card) GetBrand() string

func (*Card) GetCountry added in v0.1.14

func (m *Card) GetCountry() string

func (*Card) GetExpMonth added in v0.1.14

func (m *Card) GetExpMonth() uint64

func (*Card) GetExpYear added in v0.1.14

func (m *Card) GetExpYear() uint64

func (*Card) GetId added in v0.1.14

func (m *Card) GetId() string

func (*Card) GetIsDefault added in v0.1.14

func (m *Card) GetIsDefault() bool

func (*Card) GetLastFour added in v0.1.14

func (m *Card) GetLastFour() string

func (*Card) ProtoMessage added in v0.1.14

func (*Card) ProtoMessage()

func (*Card) Reset added in v0.1.14

func (m *Card) Reset()

func (*Card) String added in v0.1.14

func (m *Card) String() string

func (*Card) XXX_DiscardUnknown added in v0.1.14

func (m *Card) XXX_DiscardUnknown()

func (*Card) XXX_Marshal added in v0.1.14

func (m *Card) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Card) XXX_Merge added in v0.1.14

func (m *Card) XXX_Merge(src proto.Message)

func (*Card) XXX_Size added in v0.1.14

func (m *Card) XXX_Size() int

func (*Card) XXX_Unmarshal added in v0.1.14

func (m *Card) XXX_Unmarshal(b []byte) error

type ChangeUserPasswordReq added in v0.1.14

type ChangeUserPasswordReq struct {
	// The old user password
	OldPassword string `protobuf:"bytes,1,opt,name=oldPassword,proto3" json:"oldPassword,omitempty"`
	// The new user password
	NewPassword          string   `protobuf:"bytes,2,opt,name=newPassword,proto3" json:"newPassword,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChangeUserPasswordReq) Descriptor added in v0.1.14

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

func (*ChangeUserPasswordReq) GetNewPassword added in v0.1.14

func (m *ChangeUserPasswordReq) GetNewPassword() string

func (*ChangeUserPasswordReq) GetOldPassword added in v0.1.14

func (m *ChangeUserPasswordReq) GetOldPassword() string

func (*ChangeUserPasswordReq) ProtoMessage added in v0.1.14

func (*ChangeUserPasswordReq) ProtoMessage()

func (*ChangeUserPasswordReq) Reset added in v0.1.14

func (m *ChangeUserPasswordReq) Reset()

func (*ChangeUserPasswordReq) String added in v0.1.14

func (m *ChangeUserPasswordReq) String() string

func (*ChangeUserPasswordReq) XXX_DiscardUnknown added in v0.1.14

func (m *ChangeUserPasswordReq) XXX_DiscardUnknown()

func (*ChangeUserPasswordReq) XXX_Marshal added in v0.1.14

func (m *ChangeUserPasswordReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChangeUserPasswordReq) XXX_Merge added in v0.1.14

func (m *ChangeUserPasswordReq) XXX_Merge(src proto.Message)

func (*ChangeUserPasswordReq) XXX_Size added in v0.1.14

func (m *ChangeUserPasswordReq) XXX_Size() int

func (*ChangeUserPasswordReq) XXX_Unmarshal added in v0.1.14

func (m *ChangeUserPasswordReq) XXX_Unmarshal(b []byte) error

type ChangeUserPasswordResp added in v0.1.14

type ChangeUserPasswordResp struct {
	// Whether the update was successful
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChangeUserPasswordResp) Descriptor added in v0.1.14

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

func (*ChangeUserPasswordResp) GetSuccess added in v0.1.14

func (m *ChangeUserPasswordResp) GetSuccess() bool

func (*ChangeUserPasswordResp) ProtoMessage added in v0.1.14

func (*ChangeUserPasswordResp) ProtoMessage()

func (*ChangeUserPasswordResp) Reset added in v0.1.14

func (m *ChangeUserPasswordResp) Reset()

func (*ChangeUserPasswordResp) String added in v0.1.14

func (m *ChangeUserPasswordResp) String() string

func (*ChangeUserPasswordResp) XXX_DiscardUnknown added in v0.1.14

func (m *ChangeUserPasswordResp) XXX_DiscardUnknown()

func (*ChangeUserPasswordResp) XXX_Marshal added in v0.1.14

func (m *ChangeUserPasswordResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChangeUserPasswordResp) XXX_Merge added in v0.1.14

func (m *ChangeUserPasswordResp) XXX_Merge(src proto.Message)

func (*ChangeUserPasswordResp) XXX_Size added in v0.1.14

func (m *ChangeUserPasswordResp) XXX_Size() int

func (*ChangeUserPasswordResp) XXX_Unmarshal added in v0.1.14

func (m *ChangeUserPasswordResp) XXX_Unmarshal(b []byte) error

type DecryptDocReq

type DecryptDocReq struct {
	// The ID of the document to decrypt.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The data of the document to decrypt.
	Ciphertext           string   `protobuf:"bytes,2,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecryptDocReq) Descriptor

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

func (*DecryptDocReq) GetCiphertext

func (m *DecryptDocReq) GetCiphertext() string

func (*DecryptDocReq) GetDocID

func (m *DecryptDocReq) GetDocID() string

func (*DecryptDocReq) ProtoMessage

func (*DecryptDocReq) ProtoMessage()

func (*DecryptDocReq) Reset

func (m *DecryptDocReq) Reset()

func (*DecryptDocReq) String

func (m *DecryptDocReq) String() string

func (*DecryptDocReq) XXX_DiscardUnknown

func (m *DecryptDocReq) XXX_DiscardUnknown()

func (*DecryptDocReq) XXX_Marshal

func (m *DecryptDocReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecryptDocReq) XXX_Merge

func (m *DecryptDocReq) XXX_Merge(src proto.Message)

func (*DecryptDocReq) XXX_Size

func (m *DecryptDocReq) XXX_Size() int

func (*DecryptDocReq) XXX_Unmarshal

func (m *DecryptDocReq) XXX_Unmarshal(b []byte) error

type DecryptDocResp

type DecryptDocResp struct {
	// The ID of the decrypted document.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The decrypted data of the document.
	Plaintext            string   `protobuf:"bytes,2,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecryptDocResp) Descriptor

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

func (*DecryptDocResp) GetDocID

func (m *DecryptDocResp) GetDocID() string

func (*DecryptDocResp) GetPlaintext

func (m *DecryptDocResp) GetPlaintext() string

func (*DecryptDocResp) ProtoMessage

func (*DecryptDocResp) ProtoMessage()

func (*DecryptDocResp) Reset

func (m *DecryptDocResp) Reset()

func (*DecryptDocResp) String

func (m *DecryptDocResp) String() string

func (*DecryptDocResp) XXX_DiscardUnknown

func (m *DecryptDocResp) XXX_DiscardUnknown()

func (*DecryptDocResp) XXX_Marshal

func (m *DecryptDocResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecryptDocResp) XXX_Merge

func (m *DecryptDocResp) XXX_Merge(src proto.Message)

func (*DecryptDocResp) XXX_Size

func (m *DecryptDocResp) XXX_Size() int

func (*DecryptDocResp) XXX_Unmarshal

func (m *DecryptDocResp) XXX_Unmarshal(b []byte) error

type DecryptDocStreamReq

type DecryptDocStreamReq struct {
	// Types that are valid to be assigned to IdOrData:
	//	*DecryptDocStreamReq_DocID
	//	*DecryptDocStreamReq_Ciphertext
	IdOrData             isDecryptDocStreamReq_IdOrData `protobuf_oneof:"IdOrData"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*DecryptDocStreamReq) Descriptor

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

func (*DecryptDocStreamReq) GetCiphertext

func (m *DecryptDocStreamReq) GetCiphertext() []byte

func (*DecryptDocStreamReq) GetDocID

func (m *DecryptDocStreamReq) GetDocID() string

func (*DecryptDocStreamReq) GetIdOrData

func (m *DecryptDocStreamReq) GetIdOrData() isDecryptDocStreamReq_IdOrData

func (*DecryptDocStreamReq) ProtoMessage

func (*DecryptDocStreamReq) ProtoMessage()

func (*DecryptDocStreamReq) Reset

func (m *DecryptDocStreamReq) Reset()

func (*DecryptDocStreamReq) String

func (m *DecryptDocStreamReq) String() string

func (*DecryptDocStreamReq) XXX_DiscardUnknown

func (m *DecryptDocStreamReq) XXX_DiscardUnknown()

func (*DecryptDocStreamReq) XXX_Marshal

func (m *DecryptDocStreamReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecryptDocStreamReq) XXX_Merge

func (m *DecryptDocStreamReq) XXX_Merge(src proto.Message)

func (*DecryptDocStreamReq) XXX_OneofWrappers

func (*DecryptDocStreamReq) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*DecryptDocStreamReq) XXX_Size

func (m *DecryptDocStreamReq) XXX_Size() int

func (*DecryptDocStreamReq) XXX_Unmarshal

func (m *DecryptDocStreamReq) XXX_Unmarshal(b []byte) error

type DecryptDocStreamReq_Ciphertext

type DecryptDocStreamReq_Ciphertext struct {
	Ciphertext []byte `protobuf:"bytes,2,opt,name=ciphertext,proto3,oneof"`
}

type DecryptDocStreamReq_DocID

type DecryptDocStreamReq_DocID struct {
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3,oneof"`
}

type DecryptDocStreamResp

type DecryptDocStreamResp struct {
	// The ID of the decrypted document.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The decrypted data of the document.
	Plaintext            []byte   `protobuf:"bytes,2,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecryptDocStreamResp) Descriptor

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

func (*DecryptDocStreamResp) GetDocID

func (m *DecryptDocStreamResp) GetDocID() string

func (*DecryptDocStreamResp) GetPlaintext

func (m *DecryptDocStreamResp) GetPlaintext() []byte

func (*DecryptDocStreamResp) ProtoMessage

func (*DecryptDocStreamResp) ProtoMessage()

func (*DecryptDocStreamResp) Reset

func (m *DecryptDocStreamResp) Reset()

func (*DecryptDocStreamResp) String

func (m *DecryptDocStreamResp) String() string

func (*DecryptDocStreamResp) XXX_DiscardUnknown

func (m *DecryptDocStreamResp) XXX_DiscardUnknown()

func (*DecryptDocStreamResp) XXX_Marshal

func (m *DecryptDocStreamResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecryptDocStreamResp) XXX_Merge

func (m *DecryptDocStreamResp) XXX_Merge(src proto.Message)

func (*DecryptDocStreamResp) XXX_Size

func (m *DecryptDocStreamResp) XXX_Size() int

func (*DecryptDocStreamResp) XXX_Unmarshal

func (m *DecryptDocStreamResp) XXX_Unmarshal(b []byte) error

type DemoteUserReq added in v0.1.12

type DemoteUserReq struct {
	// The ID of the user to demote.
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DemoteUserReq) Descriptor added in v0.1.12

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

func (*DemoteUserReq) GetUserID added in v0.1.12

func (m *DemoteUserReq) GetUserID() string

func (*DemoteUserReq) ProtoMessage added in v0.1.12

func (*DemoteUserReq) ProtoMessage()

func (*DemoteUserReq) Reset added in v0.1.12

func (m *DemoteUserReq) Reset()

func (*DemoteUserReq) String added in v0.1.12

func (m *DemoteUserReq) String() string

func (*DemoteUserReq) XXX_DiscardUnknown added in v0.1.12

func (m *DemoteUserReq) XXX_DiscardUnknown()

func (*DemoteUserReq) XXX_Marshal added in v0.1.12

func (m *DemoteUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DemoteUserReq) XXX_Merge added in v0.1.12

func (m *DemoteUserReq) XXX_Merge(src proto.Message)

func (*DemoteUserReq) XXX_Size added in v0.1.12

func (m *DemoteUserReq) XXX_Size() int

func (*DemoteUserReq) XXX_Unmarshal added in v0.1.12

func (m *DemoteUserReq) XXX_Unmarshal(b []byte) error

type DemoteUserResp added in v0.1.12

type DemoteUserResp struct {
	// Whether the demotion was successful.
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DemoteUserResp) Descriptor added in v0.1.12

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

func (*DemoteUserResp) GetSuccess added in v0.1.12

func (m *DemoteUserResp) GetSuccess() bool

func (*DemoteUserResp) ProtoMessage added in v0.1.12

func (*DemoteUserResp) ProtoMessage()

func (*DemoteUserResp) Reset added in v0.1.12

func (m *DemoteUserResp) Reset()

func (*DemoteUserResp) String added in v0.1.12

func (m *DemoteUserResp) String() string

func (*DemoteUserResp) XXX_DiscardUnknown added in v0.1.12

func (m *DemoteUserResp) XXX_DiscardUnknown()

func (*DemoteUserResp) XXX_Marshal added in v0.1.12

func (m *DemoteUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DemoteUserResp) XXX_Merge added in v0.1.12

func (m *DemoteUserResp) XXX_Merge(src proto.Message)

func (*DemoteUserResp) XXX_Size added in v0.1.12

func (m *DemoteUserResp) XXX_Size() int

func (*DemoteUserResp) XXX_Unmarshal added in v0.1.12

func (m *DemoteUserResp) XXX_Unmarshal(b []byte) error

type DocumentCosts added in v0.1.12

type DocumentCosts struct {
	// Cost of document storage incurred during a billing period
	Cost float64 `protobuf:"fixed64,1,opt,name=cost,proto3" json:"cost,omitempty"`
	// Size of documents stored during a billing period (in MBhours)
	Size float64 `protobuf:"fixed64,2,opt,name=size,proto3" json:"size,omitempty"`
	// Cost tier reached for document storage during a billing period
	Tier                 string   `protobuf:"bytes,3,opt,name=tier,proto3" json:"tier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DocumentCosts) Descriptor added in v0.1.12

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

func (*DocumentCosts) GetCost added in v0.1.12

func (m *DocumentCosts) GetCost() float64

func (*DocumentCosts) GetSize added in v0.1.12

func (m *DocumentCosts) GetSize() float64

func (*DocumentCosts) GetTier added in v0.1.12

func (m *DocumentCosts) GetTier() string

func (*DocumentCosts) ProtoMessage added in v0.1.12

func (*DocumentCosts) ProtoMessage()

func (*DocumentCosts) Reset added in v0.1.12

func (m *DocumentCosts) Reset()

func (*DocumentCosts) String added in v0.1.12

func (m *DocumentCosts) String() string

func (*DocumentCosts) XXX_DiscardUnknown added in v0.1.12

func (m *DocumentCosts) XXX_DiscardUnknown()

func (*DocumentCosts) XXX_Marshal added in v0.1.12

func (m *DocumentCosts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DocumentCosts) XXX_Merge added in v0.1.12

func (m *DocumentCosts) XXX_Merge(src proto.Message)

func (*DocumentCosts) XXX_Size added in v0.1.12

func (m *DocumentCosts) XXX_Size() int

func (*DocumentCosts) XXX_Unmarshal added in v0.1.12

func (m *DocumentCosts) XXX_Unmarshal(b []byte) error

type DocumentResult

type DocumentResult struct {
	// The document ID that contains the query terms.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The score of the search result.
	Score                float64  `protobuf:"fixed64,2,opt,name=score,proto3" json:"score,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DocumentResult) Descriptor

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

func (*DocumentResult) GetDocID

func (m *DocumentResult) GetDocID() string

func (*DocumentResult) GetScore

func (m *DocumentResult) GetScore() float64

func (*DocumentResult) ProtoMessage

func (*DocumentResult) ProtoMessage()

func (*DocumentResult) Reset

func (m *DocumentResult) Reset()

func (*DocumentResult) String

func (m *DocumentResult) String() string

func (*DocumentResult) XXX_DiscardUnknown

func (m *DocumentResult) XXX_DiscardUnknown()

func (*DocumentResult) XXX_Marshal

func (m *DocumentResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DocumentResult) XXX_Merge

func (m *DocumentResult) XXX_Merge(src proto.Message)

func (*DocumentResult) XXX_Size

func (m *DocumentResult) XXX_Size() int

func (*DocumentResult) XXX_Unmarshal

func (m *DocumentResult) XXX_Unmarshal(b []byte) error

type DownloadDocReq

type DownloadDocReq struct {
	// The ID of the document to download.
	DocID                string   `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DownloadDocReq) Descriptor

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

func (*DownloadDocReq) GetDocID

func (m *DownloadDocReq) GetDocID() string

func (*DownloadDocReq) ProtoMessage

func (*DownloadDocReq) ProtoMessage()

func (*DownloadDocReq) Reset

func (m *DownloadDocReq) Reset()

func (*DownloadDocReq) String

func (m *DownloadDocReq) String() string

func (*DownloadDocReq) XXX_DiscardUnknown

func (m *DownloadDocReq) XXX_DiscardUnknown()

func (*DownloadDocReq) XXX_Marshal

func (m *DownloadDocReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DownloadDocReq) XXX_Merge

func (m *DownloadDocReq) XXX_Merge(src proto.Message)

func (*DownloadDocReq) XXX_Size

func (m *DownloadDocReq) XXX_Size() int

func (*DownloadDocReq) XXX_Unmarshal

func (m *DownloadDocReq) XXX_Unmarshal(b []byte) error

type DownloadDocResp

type DownloadDocResp struct {
	// The ID of the document downloaded.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The decrypted data of the downloaded document.
	Plaintext            string   `protobuf:"bytes,2,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DownloadDocResp) Descriptor

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

func (*DownloadDocResp) GetDocID

func (m *DownloadDocResp) GetDocID() string

func (*DownloadDocResp) GetPlaintext

func (m *DownloadDocResp) GetPlaintext() string

func (*DownloadDocResp) ProtoMessage

func (*DownloadDocResp) ProtoMessage()

func (*DownloadDocResp) Reset

func (m *DownloadDocResp) Reset()

func (*DownloadDocResp) String

func (m *DownloadDocResp) String() string

func (*DownloadDocResp) XXX_DiscardUnknown

func (m *DownloadDocResp) XXX_DiscardUnknown()

func (*DownloadDocResp) XXX_Marshal

func (m *DownloadDocResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DownloadDocResp) XXX_Merge

func (m *DownloadDocResp) XXX_Merge(src proto.Message)

func (*DownloadDocResp) XXX_Size

func (m *DownloadDocResp) XXX_Size() int

func (*DownloadDocResp) XXX_Unmarshal

func (m *DownloadDocResp) XXX_Unmarshal(b []byte) error

type DownloadDocStreamReq

type DownloadDocStreamReq struct {
	// The ID of the document to download.
	DocID                string   `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DownloadDocStreamReq) Descriptor

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

func (*DownloadDocStreamReq) GetDocID

func (m *DownloadDocStreamReq) GetDocID() string

func (*DownloadDocStreamReq) ProtoMessage

func (*DownloadDocStreamReq) ProtoMessage()

func (*DownloadDocStreamReq) Reset

func (m *DownloadDocStreamReq) Reset()

func (*DownloadDocStreamReq) String

func (m *DownloadDocStreamReq) String() string

func (*DownloadDocStreamReq) XXX_DiscardUnknown

func (m *DownloadDocStreamReq) XXX_DiscardUnknown()

func (*DownloadDocStreamReq) XXX_Marshal

func (m *DownloadDocStreamReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DownloadDocStreamReq) XXX_Merge

func (m *DownloadDocStreamReq) XXX_Merge(src proto.Message)

func (*DownloadDocStreamReq) XXX_Size

func (m *DownloadDocStreamReq) XXX_Size() int

func (*DownloadDocStreamReq) XXX_Unmarshal

func (m *DownloadDocStreamReq) XXX_Unmarshal(b []byte) error

type DownloadDocStreamResp

type DownloadDocStreamResp struct {
	// The ID of the document downloaded.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The decrypted data of the document.
	Plaintext            []byte   `protobuf:"bytes,2,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DownloadDocStreamResp) Descriptor

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

func (*DownloadDocStreamResp) GetDocID

func (m *DownloadDocStreamResp) GetDocID() string

func (*DownloadDocStreamResp) GetPlaintext

func (m *DownloadDocStreamResp) GetPlaintext() []byte

func (*DownloadDocStreamResp) ProtoMessage

func (*DownloadDocStreamResp) ProtoMessage()

func (*DownloadDocStreamResp) Reset

func (m *DownloadDocStreamResp) Reset()

func (*DownloadDocStreamResp) String

func (m *DownloadDocStreamResp) String() string

func (*DownloadDocStreamResp) XXX_DiscardUnknown

func (m *DownloadDocStreamResp) XXX_DiscardUnknown()

func (*DownloadDocStreamResp) XXX_Marshal

func (m *DownloadDocStreamResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DownloadDocStreamResp) XXX_Merge

func (m *DownloadDocStreamResp) XXX_Merge(src proto.Message)

func (*DownloadDocStreamResp) XXX_Size

func (m *DownloadDocStreamResp) XXX_Size() int

func (*DownloadDocStreamResp) XXX_Unmarshal

func (m *DownloadDocStreamResp) XXX_Unmarshal(b []byte) error

type EncryptDocReq

type EncryptDocReq struct {
	// The name of the document to encrypt.
	DocName string `protobuf:"bytes,1,opt,name=docName,proto3" json:"docName,omitempty"`
	// The data of the document to encrypt.
	Plaintext            string   `protobuf:"bytes,2,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EncryptDocReq) Descriptor

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

func (*EncryptDocReq) GetDocName

func (m *EncryptDocReq) GetDocName() string

func (*EncryptDocReq) GetPlaintext

func (m *EncryptDocReq) GetPlaintext() string

func (*EncryptDocReq) ProtoMessage

func (*EncryptDocReq) ProtoMessage()

func (*EncryptDocReq) Reset

func (m *EncryptDocReq) Reset()

func (*EncryptDocReq) String

func (m *EncryptDocReq) String() string

func (*EncryptDocReq) XXX_DiscardUnknown

func (m *EncryptDocReq) XXX_DiscardUnknown()

func (*EncryptDocReq) XXX_Marshal

func (m *EncryptDocReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EncryptDocReq) XXX_Merge

func (m *EncryptDocReq) XXX_Merge(src proto.Message)

func (*EncryptDocReq) XXX_Size

func (m *EncryptDocReq) XXX_Size() int

func (*EncryptDocReq) XXX_Unmarshal

func (m *EncryptDocReq) XXX_Unmarshal(b []byte) error

type EncryptDocResp

type EncryptDocResp struct {
	// The ID of the encrypted document.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The encrypted data of the document.
	Ciphertext           string   `protobuf:"bytes,2,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EncryptDocResp) Descriptor

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

func (*EncryptDocResp) GetCiphertext

func (m *EncryptDocResp) GetCiphertext() string

func (*EncryptDocResp) GetDocID

func (m *EncryptDocResp) GetDocID() string

func (*EncryptDocResp) ProtoMessage

func (*EncryptDocResp) ProtoMessage()

func (*EncryptDocResp) Reset

func (m *EncryptDocResp) Reset()

func (*EncryptDocResp) String

func (m *EncryptDocResp) String() string

func (*EncryptDocResp) XXX_DiscardUnknown

func (m *EncryptDocResp) XXX_DiscardUnknown()

func (*EncryptDocResp) XXX_Marshal

func (m *EncryptDocResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EncryptDocResp) XXX_Merge

func (m *EncryptDocResp) XXX_Merge(src proto.Message)

func (*EncryptDocResp) XXX_Size

func (m *EncryptDocResp) XXX_Size() int

func (*EncryptDocResp) XXX_Unmarshal

func (m *EncryptDocResp) XXX_Unmarshal(b []byte) error

type EncryptDocStreamReq

type EncryptDocStreamReq struct {
	// Types that are valid to be assigned to NameOrData:
	//	*EncryptDocStreamReq_DocName
	//	*EncryptDocStreamReq_Plaintext
	NameOrData           isEncryptDocStreamReq_NameOrData `protobuf_oneof:"NameOrData"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*EncryptDocStreamReq) Descriptor

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

func (*EncryptDocStreamReq) GetDocName

func (m *EncryptDocStreamReq) GetDocName() string

func (*EncryptDocStreamReq) GetNameOrData

func (m *EncryptDocStreamReq) GetNameOrData() isEncryptDocStreamReq_NameOrData

func (*EncryptDocStreamReq) GetPlaintext

func (m *EncryptDocStreamReq) GetPlaintext() []byte

func (*EncryptDocStreamReq) ProtoMessage

func (*EncryptDocStreamReq) ProtoMessage()

func (*EncryptDocStreamReq) Reset

func (m *EncryptDocStreamReq) Reset()

func (*EncryptDocStreamReq) String

func (m *EncryptDocStreamReq) String() string

func (*EncryptDocStreamReq) XXX_DiscardUnknown

func (m *EncryptDocStreamReq) XXX_DiscardUnknown()

func (*EncryptDocStreamReq) XXX_Marshal

func (m *EncryptDocStreamReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EncryptDocStreamReq) XXX_Merge

func (m *EncryptDocStreamReq) XXX_Merge(src proto.Message)

func (*EncryptDocStreamReq) XXX_OneofWrappers

func (*EncryptDocStreamReq) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*EncryptDocStreamReq) XXX_Size

func (m *EncryptDocStreamReq) XXX_Size() int

func (*EncryptDocStreamReq) XXX_Unmarshal

func (m *EncryptDocStreamReq) XXX_Unmarshal(b []byte) error

type EncryptDocStreamReq_DocName

type EncryptDocStreamReq_DocName struct {
	DocName string `protobuf:"bytes,1,opt,name=docName,proto3,oneof"`
}

type EncryptDocStreamReq_Plaintext

type EncryptDocStreamReq_Plaintext struct {
	Plaintext []byte `protobuf:"bytes,2,opt,name=plaintext,proto3,oneof"`
}

type EncryptDocStreamResp

type EncryptDocStreamResp struct {
	// The ID of the encrypted document.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The encrypted data of the document.
	Ciphertext           []byte   `protobuf:"bytes,2,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EncryptDocStreamResp) Descriptor

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

func (*EncryptDocStreamResp) GetCiphertext

func (m *EncryptDocStreamResp) GetCiphertext() []byte

func (*EncryptDocStreamResp) GetDocID

func (m *EncryptDocStreamResp) GetDocID() string

func (*EncryptDocStreamResp) ProtoMessage

func (*EncryptDocStreamResp) ProtoMessage()

func (*EncryptDocStreamResp) Reset

func (m *EncryptDocStreamResp) Reset()

func (*EncryptDocStreamResp) String

func (m *EncryptDocStreamResp) String() string

func (*EncryptDocStreamResp) XXX_DiscardUnknown

func (m *EncryptDocStreamResp) XXX_DiscardUnknown()

func (*EncryptDocStreamResp) XXX_Marshal

func (m *EncryptDocStreamResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EncryptDocStreamResp) XXX_Merge

func (m *EncryptDocStreamResp) XXX_Merge(src proto.Message)

func (*EncryptDocStreamResp) XXX_Size

func (m *EncryptDocStreamResp) XXX_Size() int

func (*EncryptDocStreamResp) XXX_Unmarshal

func (m *EncryptDocStreamResp) XXX_Unmarshal(b []byte) error

type GetAccountInfoReq added in v0.1.12

type GetAccountInfoReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAccountInfoReq) Descriptor added in v0.1.12

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

func (*GetAccountInfoReq) ProtoMessage added in v0.1.12

func (*GetAccountInfoReq) ProtoMessage()

func (*GetAccountInfoReq) Reset added in v0.1.12

func (m *GetAccountInfoReq) Reset()

func (*GetAccountInfoReq) String added in v0.1.12

func (m *GetAccountInfoReq) String() string

func (*GetAccountInfoReq) XXX_DiscardUnknown added in v0.1.12

func (m *GetAccountInfoReq) XXX_DiscardUnknown()

func (*GetAccountInfoReq) XXX_Marshal added in v0.1.12

func (m *GetAccountInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountInfoReq) XXX_Merge added in v0.1.12

func (m *GetAccountInfoReq) XXX_Merge(src proto.Message)

func (*GetAccountInfoReq) XXX_Size added in v0.1.12

func (m *GetAccountInfoReq) XXX_Size() int

func (*GetAccountInfoReq) XXX_Unmarshal added in v0.1.12

func (m *GetAccountInfoReq) XXX_Unmarshal(b []byte) error

type GetAccountInfoResp added in v0.1.12

type GetAccountInfoResp struct {
	// Account's orgID
	OrgID string `protobuf:"bytes,1,opt,name=orgID,proto3" json:"orgID,omitempty"`
	// Account's email
	OrgEmail string `protobuf:"bytes,2,opt,name=orgEmail,proto3" json:"orgEmail,omitempty"`
	// Account's subscription info
	Subscription *Subscription `protobuf:"bytes,3,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// List of all account's payments
	Payments []*Payment `protobuf:"bytes,4,rep,name=payments,proto3" json:"payments,omitempty"`
	// The address of the organization
	OrgAddress string `protobuf:"bytes,5,opt,name=orgAddress,proto3" json:"orgAddress,omitempty"`
	// The ability to "reshare" a document that was shared to him/her to another user
	MultiLevelShare bool `protobuf:"varint,6,opt,name=multiLevelShare,proto3" json:"multiLevelShare,omitempty"`
	// The list of sharable organization IDs.
	SharableOrgs         []string `protobuf:"bytes,7,rep,name=sharableOrgs,proto3" json:"sharableOrgs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAccountInfoResp) Descriptor added in v0.1.12

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

func (*GetAccountInfoResp) GetMultiLevelShare added in v0.1.12

func (m *GetAccountInfoResp) GetMultiLevelShare() bool

func (*GetAccountInfoResp) GetOrgAddress added in v0.1.12

func (m *GetAccountInfoResp) GetOrgAddress() string

func (*GetAccountInfoResp) GetOrgEmail added in v0.1.14

func (m *GetAccountInfoResp) GetOrgEmail() string

func (*GetAccountInfoResp) GetOrgID added in v0.1.12

func (m *GetAccountInfoResp) GetOrgID() string

func (*GetAccountInfoResp) GetPayments added in v0.1.12

func (m *GetAccountInfoResp) GetPayments() []*Payment

func (*GetAccountInfoResp) GetSharableOrgs added in v0.1.12

func (m *GetAccountInfoResp) GetSharableOrgs() []string

func (*GetAccountInfoResp) GetSubscription added in v0.1.12

func (m *GetAccountInfoResp) GetSubscription() *Subscription

func (*GetAccountInfoResp) ProtoMessage added in v0.1.12

func (*GetAccountInfoResp) ProtoMessage()

func (*GetAccountInfoResp) Reset added in v0.1.12

func (m *GetAccountInfoResp) Reset()

func (*GetAccountInfoResp) String added in v0.1.12

func (m *GetAccountInfoResp) String() string

func (*GetAccountInfoResp) XXX_DiscardUnknown added in v0.1.12

func (m *GetAccountInfoResp) XXX_DiscardUnknown()

func (*GetAccountInfoResp) XXX_Marshal added in v0.1.12

func (m *GetAccountInfoResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountInfoResp) XXX_Merge added in v0.1.12

func (m *GetAccountInfoResp) XXX_Merge(src proto.Message)

func (*GetAccountInfoResp) XXX_Size added in v0.1.12

func (m *GetAccountInfoResp) XXX_Size() int

func (*GetAccountInfoResp) XXX_Unmarshal added in v0.1.12

func (m *GetAccountInfoResp) XXX_Unmarshal(b []byte) error

type GetBillingDetailsReq added in v0.1.12

type GetBillingDetailsReq struct {
	// Timestamp of the requested billing details
	At                   *timestamp.Timestamp `protobuf:"bytes,1,opt,name=at,proto3" json:"at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetBillingDetailsReq) Descriptor added in v0.1.12

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

func (*GetBillingDetailsReq) GetAt added in v0.1.12

func (*GetBillingDetailsReq) ProtoMessage added in v0.1.12

func (*GetBillingDetailsReq) ProtoMessage()

func (*GetBillingDetailsReq) Reset added in v0.1.12

func (m *GetBillingDetailsReq) Reset()

func (*GetBillingDetailsReq) String added in v0.1.12

func (m *GetBillingDetailsReq) String() string

func (*GetBillingDetailsReq) XXX_DiscardUnknown added in v0.1.12

func (m *GetBillingDetailsReq) XXX_DiscardUnknown()

func (*GetBillingDetailsReq) XXX_Marshal added in v0.1.12

func (m *GetBillingDetailsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBillingDetailsReq) XXX_Merge added in v0.1.12

func (m *GetBillingDetailsReq) XXX_Merge(src proto.Message)

func (*GetBillingDetailsReq) XXX_Size added in v0.1.12

func (m *GetBillingDetailsReq) XXX_Size() int

func (*GetBillingDetailsReq) XXX_Unmarshal added in v0.1.12

func (m *GetBillingDetailsReq) XXX_Unmarshal(b []byte) error

type GetBillingDetailsResp added in v0.1.12

type GetBillingDetailsResp struct {
	// Start of the requested billing period
	PeriodStart *timestamp.Timestamp `protobuf:"bytes,1,opt,name=periodStart,proto3" json:"periodStart,omitempty"`
	// End of the requested billing period
	PeriodEnd *timestamp.Timestamp `protobuf:"bytes,2,opt,name=periodEnd,proto3" json:"periodEnd,omitempty"`
	// Total cost incurred during the requested billing period
	TotalCost float64 `protobuf:"fixed64,3,opt,name=totalCost,proto3" json:"totalCost,omitempty"`
	// Usage and cost breakdown for stored documents
	Documents *DocumentCosts `protobuf:"bytes,4,opt,name=documents,proto3" json:"documents,omitempty"`
	// Usage and cost breakdown for stored search indices
	Search *SearchCosts `protobuf:"bytes,5,opt,name=search,proto3" json:"search,omitempty"`
	// Usage and cost breakdown for used traffic
	Traffic *TrafficCosts `protobuf:"bytes,6,opt,name=traffic,proto3" json:"traffic,omitempty"`
	// Billing frequency used during the requested billing period
	BillingFrequency     *BillingFrequency `protobuf:"bytes,7,opt,name=billingFrequency,proto3" json:"billingFrequency,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetBillingDetailsResp) Descriptor added in v0.1.12

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

func (*GetBillingDetailsResp) GetBillingFrequency added in v0.1.12

func (m *GetBillingDetailsResp) GetBillingFrequency() *BillingFrequency

func (*GetBillingDetailsResp) GetDocuments added in v0.1.12

func (m *GetBillingDetailsResp) GetDocuments() *DocumentCosts

func (*GetBillingDetailsResp) GetPeriodEnd added in v0.1.12

func (m *GetBillingDetailsResp) GetPeriodEnd() *timestamp.Timestamp

func (*GetBillingDetailsResp) GetPeriodStart added in v0.1.12

func (m *GetBillingDetailsResp) GetPeriodStart() *timestamp.Timestamp

func (*GetBillingDetailsResp) GetSearch added in v0.1.12

func (m *GetBillingDetailsResp) GetSearch() *SearchCosts

func (*GetBillingDetailsResp) GetTotalCost added in v0.1.12

func (m *GetBillingDetailsResp) GetTotalCost() float64

func (*GetBillingDetailsResp) GetTraffic added in v0.1.12

func (m *GetBillingDetailsResp) GetTraffic() *TrafficCosts

func (*GetBillingDetailsResp) ProtoMessage added in v0.1.12

func (*GetBillingDetailsResp) ProtoMessage()

func (*GetBillingDetailsResp) Reset added in v0.1.12

func (m *GetBillingDetailsResp) Reset()

func (*GetBillingDetailsResp) String added in v0.1.12

func (m *GetBillingDetailsResp) String() string

func (*GetBillingDetailsResp) XXX_DiscardUnknown added in v0.1.12

func (m *GetBillingDetailsResp) XXX_DiscardUnknown()

func (*GetBillingDetailsResp) XXX_Marshal added in v0.1.12

func (m *GetBillingDetailsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBillingDetailsResp) XXX_Merge added in v0.1.12

func (m *GetBillingDetailsResp) XXX_Merge(src proto.Message)

func (*GetBillingDetailsResp) XXX_Size added in v0.1.12

func (m *GetBillingDetailsResp) XXX_Size() int

func (*GetBillingDetailsResp) XXX_Unmarshal added in v0.1.12

func (m *GetBillingDetailsResp) XXX_Unmarshal(b []byte) error

type GetBillingFrequencyListReq added in v0.1.12

type GetBillingFrequencyListReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBillingFrequencyListReq) Descriptor added in v0.1.12

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

func (*GetBillingFrequencyListReq) ProtoMessage added in v0.1.12

func (*GetBillingFrequencyListReq) ProtoMessage()

func (*GetBillingFrequencyListReq) Reset added in v0.1.12

func (m *GetBillingFrequencyListReq) Reset()

func (*GetBillingFrequencyListReq) String added in v0.1.12

func (m *GetBillingFrequencyListReq) String() string

func (*GetBillingFrequencyListReq) XXX_DiscardUnknown added in v0.1.12

func (m *GetBillingFrequencyListReq) XXX_DiscardUnknown()

func (*GetBillingFrequencyListReq) XXX_Marshal added in v0.1.12

func (m *GetBillingFrequencyListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBillingFrequencyListReq) XXX_Merge added in v0.1.12

func (m *GetBillingFrequencyListReq) XXX_Merge(src proto.Message)

func (*GetBillingFrequencyListReq) XXX_Size added in v0.1.12

func (m *GetBillingFrequencyListReq) XXX_Size() int

func (*GetBillingFrequencyListReq) XXX_Unmarshal added in v0.1.12

func (m *GetBillingFrequencyListReq) XXX_Unmarshal(b []byte) error

type GetBillingFrequencyListResp added in v0.1.12

type GetBillingFrequencyListResp struct {
	// List of billing frequencies
	BillingFrequencyList []*BillingFrequency `protobuf:"bytes,1,rep,name=billingFrequencyList,proto3" json:"billingFrequencyList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GetBillingFrequencyListResp) Descriptor added in v0.1.12

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

func (*GetBillingFrequencyListResp) GetBillingFrequencyList added in v0.1.12

func (m *GetBillingFrequencyListResp) GetBillingFrequencyList() []*BillingFrequency

func (*GetBillingFrequencyListResp) ProtoMessage added in v0.1.12

func (*GetBillingFrequencyListResp) ProtoMessage()

func (*GetBillingFrequencyListResp) Reset added in v0.1.12

func (m *GetBillingFrequencyListResp) Reset()

func (*GetBillingFrequencyListResp) String added in v0.1.12

func (m *GetBillingFrequencyListResp) String() string

func (*GetBillingFrequencyListResp) XXX_DiscardUnknown added in v0.1.12

func (m *GetBillingFrequencyListResp) XXX_DiscardUnknown()

func (*GetBillingFrequencyListResp) XXX_Marshal added in v0.1.12

func (m *GetBillingFrequencyListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBillingFrequencyListResp) XXX_Merge added in v0.1.12

func (m *GetBillingFrequencyListResp) XXX_Merge(src proto.Message)

func (*GetBillingFrequencyListResp) XXX_Size added in v0.1.12

func (m *GetBillingFrequencyListResp) XXX_Size() int

func (*GetBillingFrequencyListResp) XXX_Unmarshal added in v0.1.12

func (m *GetBillingFrequencyListResp) XXX_Unmarshal(b []byte) error

type GetConfigurationReq

type GetConfigurationReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetConfigurationReq) Descriptor

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

func (*GetConfigurationReq) ProtoMessage

func (*GetConfigurationReq) ProtoMessage()

func (*GetConfigurationReq) Reset

func (m *GetConfigurationReq) Reset()

func (*GetConfigurationReq) String

func (m *GetConfigurationReq) String() string

func (*GetConfigurationReq) XXX_DiscardUnknown

func (m *GetConfigurationReq) XXX_DiscardUnknown()

func (*GetConfigurationReq) XXX_Marshal

func (m *GetConfigurationReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigurationReq) XXX_Merge

func (m *GetConfigurationReq) XXX_Merge(src proto.Message)

func (*GetConfigurationReq) XXX_Size

func (m *GetConfigurationReq) XXX_Size() int

func (*GetConfigurationReq) XXX_Unmarshal

func (m *GetConfigurationReq) XXX_Unmarshal(b []byte) error

type GetConfigurationResp

type GetConfigurationResp struct {
	Configuration        string   `protobuf:"bytes,1,opt,name=configuration,proto3" json:"configuration,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetConfigurationResp) Descriptor

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

func (*GetConfigurationResp) GetConfiguration

func (m *GetConfigurationResp) GetConfiguration() string

func (*GetConfigurationResp) ProtoMessage

func (*GetConfigurationResp) ProtoMessage()

func (*GetConfigurationResp) Reset

func (m *GetConfigurationResp) Reset()

func (*GetConfigurationResp) String

func (m *GetConfigurationResp) String() string

func (*GetConfigurationResp) XXX_DiscardUnknown

func (m *GetConfigurationResp) XXX_DiscardUnknown()

func (*GetConfigurationResp) XXX_Marshal

func (m *GetConfigurationResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetConfigurationResp) XXX_Merge

func (m *GetConfigurationResp) XXX_Merge(src proto.Message)

func (*GetConfigurationResp) XXX_Size

func (m *GetConfigurationResp) XXX_Size() int

func (*GetConfigurationResp) XXX_Unmarshal

func (m *GetConfigurationResp) XXX_Unmarshal(b []byte) error

type GetLargeTrafficReq added in v0.1.12

type GetLargeTrafficReq struct {
	// Timestamp of the requested traffic information
	At                   *timestamp.Timestamp `protobuf:"bytes,1,opt,name=at,proto3" json:"at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetLargeTrafficReq) Descriptor added in v0.1.12

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

func (*GetLargeTrafficReq) GetAt added in v0.1.12

func (*GetLargeTrafficReq) ProtoMessage added in v0.1.12

func (*GetLargeTrafficReq) ProtoMessage()

func (*GetLargeTrafficReq) Reset added in v0.1.12

func (m *GetLargeTrafficReq) Reset()

func (*GetLargeTrafficReq) String added in v0.1.12

func (m *GetLargeTrafficReq) String() string

func (*GetLargeTrafficReq) XXX_DiscardUnknown added in v0.1.12

func (m *GetLargeTrafficReq) XXX_DiscardUnknown()

func (*GetLargeTrafficReq) XXX_Marshal added in v0.1.12

func (m *GetLargeTrafficReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLargeTrafficReq) XXX_Merge added in v0.1.12

func (m *GetLargeTrafficReq) XXX_Merge(src proto.Message)

func (*GetLargeTrafficReq) XXX_Size added in v0.1.12

func (m *GetLargeTrafficReq) XXX_Size() int

func (*GetLargeTrafficReq) XXX_Unmarshal added in v0.1.12

func (m *GetLargeTrafficReq) XXX_Unmarshal(b []byte) error

type GetLargeTrafficResp added in v0.1.12

type GetLargeTrafficResp struct {
	// Details of large traffic events
	LargeTraffic []*TrafficDetail `protobuf:"bytes,1,rep,name=largeTraffic,proto3" json:"largeTraffic,omitempty"`
	// Start of the requested billing period
	PeriodStart *timestamp.Timestamp `protobuf:"bytes,2,opt,name=periodStart,proto3" json:"periodStart,omitempty"`
	// End of the requested billing period
	PeriodEnd            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=periodEnd,proto3" json:"periodEnd,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetLargeTrafficResp) Descriptor added in v0.1.12

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

func (*GetLargeTrafficResp) GetLargeTraffic added in v0.1.12

func (m *GetLargeTrafficResp) GetLargeTraffic() []*TrafficDetail

func (*GetLargeTrafficResp) GetPeriodEnd added in v0.1.12

func (m *GetLargeTrafficResp) GetPeriodEnd() *timestamp.Timestamp

func (*GetLargeTrafficResp) GetPeriodStart added in v0.1.12

func (m *GetLargeTrafficResp) GetPeriodStart() *timestamp.Timestamp

func (*GetLargeTrafficResp) ProtoMessage added in v0.1.12

func (*GetLargeTrafficResp) ProtoMessage()

func (*GetLargeTrafficResp) Reset added in v0.1.12

func (m *GetLargeTrafficResp) Reset()

func (*GetLargeTrafficResp) String added in v0.1.12

func (m *GetLargeTrafficResp) String() string

func (*GetLargeTrafficResp) XXX_DiscardUnknown added in v0.1.12

func (m *GetLargeTrafficResp) XXX_DiscardUnknown()

func (*GetLargeTrafficResp) XXX_Marshal added in v0.1.12

func (m *GetLargeTrafficResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLargeTrafficResp) XXX_Merge added in v0.1.12

func (m *GetLargeTrafficResp) XXX_Merge(src proto.Message)

func (*GetLargeTrafficResp) XXX_Size added in v0.1.12

func (m *GetLargeTrafficResp) XXX_Size() int

func (*GetLargeTrafficResp) XXX_Unmarshal added in v0.1.12

func (m *GetLargeTrafficResp) XXX_Unmarshal(b []byte) error

type GetUserInfoReq added in v0.1.12

type GetUserInfoReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUserInfoReq) Descriptor added in v0.1.12

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

func (*GetUserInfoReq) ProtoMessage added in v0.1.12

func (*GetUserInfoReq) ProtoMessage()

func (*GetUserInfoReq) Reset added in v0.1.12

func (m *GetUserInfoReq) Reset()

func (*GetUserInfoReq) String added in v0.1.12

func (m *GetUserInfoReq) String() string

func (*GetUserInfoReq) XXX_DiscardUnknown added in v0.1.12

func (m *GetUserInfoReq) XXX_DiscardUnknown()

func (*GetUserInfoReq) XXX_Marshal added in v0.1.12

func (m *GetUserInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserInfoReq) XXX_Merge added in v0.1.12

func (m *GetUserInfoReq) XXX_Merge(src proto.Message)

func (*GetUserInfoReq) XXX_Size added in v0.1.12

func (m *GetUserInfoReq) XXX_Size() int

func (*GetUserInfoReq) XXX_Unmarshal added in v0.1.12

func (m *GetUserInfoReq) XXX_Unmarshal(b []byte) error

type GetUserInfoResp added in v0.1.12

type GetUserInfoResp struct {
	// The user's userID
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	// The user's email
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// The user's name
	UserName string `protobuf:"bytes,3,opt,name=userName,proto3" json:"userName,omitempty"`
	// The user's orgID
	OrgID string `protobuf:"bytes,4,opt,name=orgID,proto3" json:"orgID,omitempty"`
	// Whether the user is an admin
	IsAdmin              bool     `protobuf:"varint,5,opt,name=isAdmin,proto3" json:"isAdmin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUserInfoResp) Descriptor added in v0.1.12

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

func (*GetUserInfoResp) GetEmail added in v0.1.12

func (m *GetUserInfoResp) GetEmail() string

func (*GetUserInfoResp) GetIsAdmin added in v0.1.12

func (m *GetUserInfoResp) GetIsAdmin() bool

func (*GetUserInfoResp) GetOrgID added in v0.1.12

func (m *GetUserInfoResp) GetOrgID() string

func (*GetUserInfoResp) GetUserID added in v0.1.12

func (m *GetUserInfoResp) GetUserID() string

func (*GetUserInfoResp) GetUserName added in v0.1.12

func (m *GetUserInfoResp) GetUserName() string

func (*GetUserInfoResp) ProtoMessage added in v0.1.12

func (*GetUserInfoResp) ProtoMessage()

func (*GetUserInfoResp) Reset added in v0.1.12

func (m *GetUserInfoResp) Reset()

func (*GetUserInfoResp) String added in v0.1.12

func (m *GetUserInfoResp) String() string

func (*GetUserInfoResp) XXX_DiscardUnknown added in v0.1.12

func (m *GetUserInfoResp) XXX_DiscardUnknown()

func (*GetUserInfoResp) XXX_Marshal added in v0.1.12

func (m *GetUserInfoResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserInfoResp) XXX_Merge added in v0.1.12

func (m *GetUserInfoResp) XXX_Merge(src proto.Message)

func (*GetUserInfoResp) XXX_Size added in v0.1.12

func (m *GetUserInfoResp) XXX_Size() int

func (*GetUserInfoResp) XXX_Unmarshal added in v0.1.12

func (m *GetUserInfoResp) XXX_Unmarshal(b []byte) error

type ListCreditCardsReq added in v0.1.14

type ListCreditCardsReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCreditCardsReq) Descriptor added in v0.1.14

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

func (*ListCreditCardsReq) ProtoMessage added in v0.1.14

func (*ListCreditCardsReq) ProtoMessage()

func (*ListCreditCardsReq) Reset added in v0.1.14

func (m *ListCreditCardsReq) Reset()

func (*ListCreditCardsReq) String added in v0.1.14

func (m *ListCreditCardsReq) String() string

func (*ListCreditCardsReq) XXX_DiscardUnknown added in v0.1.14

func (m *ListCreditCardsReq) XXX_DiscardUnknown()

func (*ListCreditCardsReq) XXX_Marshal added in v0.1.14

func (m *ListCreditCardsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCreditCardsReq) XXX_Merge added in v0.1.14

func (m *ListCreditCardsReq) XXX_Merge(src proto.Message)

func (*ListCreditCardsReq) XXX_Size added in v0.1.14

func (m *ListCreditCardsReq) XXX_Size() int

func (*ListCreditCardsReq) XXX_Unmarshal added in v0.1.14

func (m *ListCreditCardsReq) XXX_Unmarshal(b []byte) error

type ListCreditCardsResp added in v0.1.14

type ListCreditCardsResp struct {
	CreditCardList       []*Card  `protobuf:"bytes,1,rep,name=creditCardList,proto3" json:"creditCardList,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCreditCardsResp) Descriptor added in v0.1.14

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

func (*ListCreditCardsResp) GetCreditCardList added in v0.1.14

func (m *ListCreditCardsResp) GetCreditCardList() []*Card

func (*ListCreditCardsResp) ProtoMessage added in v0.1.14

func (*ListCreditCardsResp) ProtoMessage()

func (*ListCreditCardsResp) Reset added in v0.1.14

func (m *ListCreditCardsResp) Reset()

func (*ListCreditCardsResp) String added in v0.1.14

func (m *ListCreditCardsResp) String() string

func (*ListCreditCardsResp) XXX_DiscardUnknown added in v0.1.14

func (m *ListCreditCardsResp) XXX_DiscardUnknown()

func (*ListCreditCardsResp) XXX_Marshal added in v0.1.14

func (m *ListCreditCardsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCreditCardsResp) XXX_Merge added in v0.1.14

func (m *ListCreditCardsResp) XXX_Merge(src proto.Message)

func (*ListCreditCardsResp) XXX_Size added in v0.1.14

func (m *ListCreditCardsResp) XXX_Size() int

func (*ListCreditCardsResp) XXX_Unmarshal added in v0.1.14

func (m *ListCreditCardsResp) XXX_Unmarshal(b []byte) error

type ListDocActionHistoryReq added in v0.1.14

type ListDocActionHistoryReq struct {
	DocID                string               `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	UserID               string               `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	ActionStartTime      *timestamp.Timestamp `protobuf:"bytes,3,opt,name=actionStartTime,proto3" json:"actionStartTime,omitempty"`
	ActionEndTime        *timestamp.Timestamp `protobuf:"bytes,4,opt,name=actionEndTime,proto3" json:"actionEndTime,omitempty"`
	Page                 int32                `protobuf:"varint,5,opt,name=page,proto3" json:"page,omitempty"`
	PerPage              int32                `protobuf:"varint,6,opt,name=per_page,json=perPage,proto3" json:"per_page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ListDocActionHistoryReq) Descriptor added in v0.1.14

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

func (*ListDocActionHistoryReq) GetActionEndTime added in v0.1.14

func (m *ListDocActionHistoryReq) GetActionEndTime() *timestamp.Timestamp

func (*ListDocActionHistoryReq) GetActionStartTime added in v0.1.14

func (m *ListDocActionHistoryReq) GetActionStartTime() *timestamp.Timestamp

func (*ListDocActionHistoryReq) GetDocID added in v0.1.14

func (m *ListDocActionHistoryReq) GetDocID() string

func (*ListDocActionHistoryReq) GetPage added in v0.1.14

func (m *ListDocActionHistoryReq) GetPage() int32

func (*ListDocActionHistoryReq) GetPerPage added in v0.1.14

func (m *ListDocActionHistoryReq) GetPerPage() int32

func (*ListDocActionHistoryReq) GetUserID added in v0.1.14

func (m *ListDocActionHistoryReq) GetUserID() string

func (*ListDocActionHistoryReq) ProtoMessage added in v0.1.14

func (*ListDocActionHistoryReq) ProtoMessage()

func (*ListDocActionHistoryReq) Reset added in v0.1.14

func (m *ListDocActionHistoryReq) Reset()

func (*ListDocActionHistoryReq) String added in v0.1.14

func (m *ListDocActionHistoryReq) String() string

func (*ListDocActionHistoryReq) XXX_DiscardUnknown added in v0.1.14

func (m *ListDocActionHistoryReq) XXX_DiscardUnknown()

func (*ListDocActionHistoryReq) XXX_Marshal added in v0.1.14

func (m *ListDocActionHistoryReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDocActionHistoryReq) XXX_Merge added in v0.1.14

func (m *ListDocActionHistoryReq) XXX_Merge(src proto.Message)

func (*ListDocActionHistoryReq) XXX_Size added in v0.1.14

func (m *ListDocActionHistoryReq) XXX_Size() int

func (*ListDocActionHistoryReq) XXX_Unmarshal added in v0.1.14

func (m *ListDocActionHistoryReq) XXX_Unmarshal(b []byte) error

type ListDocActionHistoryResp added in v0.1.14

type ListDocActionHistoryResp struct {
	DocActionHistoryList []*ListDocActionHistoryResp_DocActionHistory `protobuf:"bytes,1,rep,name=DocActionHistoryList,proto3" json:"DocActionHistoryList,omitempty"`
	ResultTotalCount     int32                                        `protobuf:"varint,2,opt,name=ResultTotalCount,proto3" json:"ResultTotalCount,omitempty"`
	Offset               int32                                        `protobuf:"varint,3,opt,name=Offset,proto3" json:"Offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
	XXX_unrecognized     []byte                                       `json:"-"`
	XXX_sizecache        int32                                        `json:"-"`
}

func (*ListDocActionHistoryResp) Descriptor added in v0.1.14

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

func (*ListDocActionHistoryResp) GetDocActionHistoryList added in v0.1.14

func (*ListDocActionHistoryResp) GetOffset added in v0.1.14

func (m *ListDocActionHistoryResp) GetOffset() int32

func (*ListDocActionHistoryResp) GetResultTotalCount added in v0.1.14

func (m *ListDocActionHistoryResp) GetResultTotalCount() int32

func (*ListDocActionHistoryResp) ProtoMessage added in v0.1.14

func (*ListDocActionHistoryResp) ProtoMessage()

func (*ListDocActionHistoryResp) Reset added in v0.1.14

func (m *ListDocActionHistoryResp) Reset()

func (*ListDocActionHistoryResp) String added in v0.1.14

func (m *ListDocActionHistoryResp) String() string

func (*ListDocActionHistoryResp) XXX_DiscardUnknown added in v0.1.14

func (m *ListDocActionHistoryResp) XXX_DiscardUnknown()

func (*ListDocActionHistoryResp) XXX_Marshal added in v0.1.14

func (m *ListDocActionHistoryResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDocActionHistoryResp) XXX_Merge added in v0.1.14

func (m *ListDocActionHistoryResp) XXX_Merge(src proto.Message)

func (*ListDocActionHistoryResp) XXX_Size added in v0.1.14

func (m *ListDocActionHistoryResp) XXX_Size() int

func (*ListDocActionHistoryResp) XXX_Unmarshal added in v0.1.14

func (m *ListDocActionHistoryResp) XXX_Unmarshal(b []byte) error

type ListDocActionHistoryResp_DocActionHistory added in v0.1.14

type ListDocActionHistoryResp_DocActionHistory struct {
	DocID                string               `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	UserID               string               `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	DocName              string               `protobuf:"bytes,3,opt,name=docName,proto3" json:"docName,omitempty"`
	ActionTime           *timestamp.Timestamp `protobuf:"bytes,4,opt,name=actionTime,proto3" json:"actionTime,omitempty"`
	ActionType           string               `protobuf:"bytes,5,opt,name=actionType,proto3" json:"actionType,omitempty"`
	OtherUserID          string               `protobuf:"bytes,6,opt,name=OtherUserID,proto3" json:"OtherUserID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ListDocActionHistoryResp_DocActionHistory) Descriptor added in v0.1.14

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

func (*ListDocActionHistoryResp_DocActionHistory) GetActionTime added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) GetActionType added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) GetDocID added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) GetDocName added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) GetOtherUserID added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) GetUserID added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) ProtoMessage added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) Reset added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) String added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) XXX_DiscardUnknown added in v0.1.14

func (m *ListDocActionHistoryResp_DocActionHistory) XXX_DiscardUnknown()

func (*ListDocActionHistoryResp_DocActionHistory) XXX_Marshal added in v0.1.14

func (m *ListDocActionHistoryResp_DocActionHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDocActionHistoryResp_DocActionHistory) XXX_Merge added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) XXX_Size added in v0.1.14

func (*ListDocActionHistoryResp_DocActionHistory) XXX_Unmarshal added in v0.1.14

type ListDocumentsReq added in v0.1.12

type ListDocumentsReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDocumentsReq) Descriptor added in v0.1.12

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

func (*ListDocumentsReq) ProtoMessage added in v0.1.12

func (*ListDocumentsReq) ProtoMessage()

func (*ListDocumentsReq) Reset added in v0.1.12

func (m *ListDocumentsReq) Reset()

func (*ListDocumentsReq) String added in v0.1.12

func (m *ListDocumentsReq) String() string

func (*ListDocumentsReq) XXX_DiscardUnknown added in v0.1.12

func (m *ListDocumentsReq) XXX_DiscardUnknown()

func (*ListDocumentsReq) XXX_Marshal added in v0.1.12

func (m *ListDocumentsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDocumentsReq) XXX_Merge added in v0.1.12

func (m *ListDocumentsReq) XXX_Merge(src proto.Message)

func (*ListDocumentsReq) XXX_Size added in v0.1.12

func (m *ListDocumentsReq) XXX_Size() int

func (*ListDocumentsReq) XXX_Unmarshal added in v0.1.12

func (m *ListDocumentsReq) XXX_Unmarshal(b []byte) error

type ListDocumentsResp added in v0.1.12

type ListDocumentsResp struct {
	// The list of documents.
	Documents            []*ListDocumentsResp_Document `protobuf:"bytes,1,rep,name=documents,proto3" json:"documents,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ListDocumentsResp) Descriptor added in v0.1.12

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

func (*ListDocumentsResp) GetDocuments added in v0.1.12

func (m *ListDocumentsResp) GetDocuments() []*ListDocumentsResp_Document

func (*ListDocumentsResp) ProtoMessage added in v0.1.12

func (*ListDocumentsResp) ProtoMessage()

func (*ListDocumentsResp) Reset added in v0.1.12

func (m *ListDocumentsResp) Reset()

func (*ListDocumentsResp) String added in v0.1.12

func (m *ListDocumentsResp) String() string

func (*ListDocumentsResp) XXX_DiscardUnknown added in v0.1.12

func (m *ListDocumentsResp) XXX_DiscardUnknown()

func (*ListDocumentsResp) XXX_Marshal added in v0.1.12

func (m *ListDocumentsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDocumentsResp) XXX_Merge added in v0.1.12

func (m *ListDocumentsResp) XXX_Merge(src proto.Message)

func (*ListDocumentsResp) XXX_Size added in v0.1.12

func (m *ListDocumentsResp) XXX_Size() int

func (*ListDocumentsResp) XXX_Unmarshal added in v0.1.12

func (m *ListDocumentsResp) XXX_Unmarshal(b []byte) error

type ListDocumentsResp_Document added in v0.1.12

type ListDocumentsResp_Document struct {
	// The document ID.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The document name.
	DocName string `protobuf:"bytes,2,opt,name=docName,proto3" json:"docName,omitempty"`
	// The document size.
	Size                 uint64   `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDocumentsResp_Document) Descriptor added in v0.1.12

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

func (*ListDocumentsResp_Document) GetDocID added in v0.1.12

func (m *ListDocumentsResp_Document) GetDocID() string

func (*ListDocumentsResp_Document) GetDocName added in v0.1.12

func (m *ListDocumentsResp_Document) GetDocName() string

func (*ListDocumentsResp_Document) GetSize added in v0.1.12

func (m *ListDocumentsResp_Document) GetSize() uint64

func (*ListDocumentsResp_Document) ProtoMessage added in v0.1.12

func (*ListDocumentsResp_Document) ProtoMessage()

func (*ListDocumentsResp_Document) Reset added in v0.1.12

func (m *ListDocumentsResp_Document) Reset()

func (*ListDocumentsResp_Document) String added in v0.1.12

func (m *ListDocumentsResp_Document) String() string

func (*ListDocumentsResp_Document) XXX_DiscardUnknown added in v0.1.12

func (m *ListDocumentsResp_Document) XXX_DiscardUnknown()

func (*ListDocumentsResp_Document) XXX_Marshal added in v0.1.12

func (m *ListDocumentsResp_Document) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDocumentsResp_Document) XXX_Merge added in v0.1.12

func (m *ListDocumentsResp_Document) XXX_Merge(src proto.Message)

func (*ListDocumentsResp_Document) XXX_Size added in v0.1.12

func (m *ListDocumentsResp_Document) XXX_Size() int

func (*ListDocumentsResp_Document) XXX_Unmarshal added in v0.1.12

func (m *ListDocumentsResp_Document) XXX_Unmarshal(b []byte) error

type ListPaymentsReq added in v0.1.14

type ListPaymentsReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListPaymentsReq) Descriptor added in v0.1.14

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

func (*ListPaymentsReq) ProtoMessage added in v0.1.14

func (*ListPaymentsReq) ProtoMessage()

func (*ListPaymentsReq) Reset added in v0.1.14

func (m *ListPaymentsReq) Reset()

func (*ListPaymentsReq) String added in v0.1.14

func (m *ListPaymentsReq) String() string

func (*ListPaymentsReq) XXX_DiscardUnknown added in v0.1.14

func (m *ListPaymentsReq) XXX_DiscardUnknown()

func (*ListPaymentsReq) XXX_Marshal added in v0.1.14

func (m *ListPaymentsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListPaymentsReq) XXX_Merge added in v0.1.14

func (m *ListPaymentsReq) XXX_Merge(src proto.Message)

func (*ListPaymentsReq) XXX_Size added in v0.1.14

func (m *ListPaymentsReq) XXX_Size() int

func (*ListPaymentsReq) XXX_Unmarshal added in v0.1.14

func (m *ListPaymentsReq) XXX_Unmarshal(b []byte) error

type ListPaymentsResp added in v0.1.14

type ListPaymentsResp struct {
	// List of payments
	PaymentsList         []*Payment `protobuf:"bytes,1,rep,name=paymentsList,proto3" json:"paymentsList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ListPaymentsResp) Descriptor added in v0.1.14

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

func (*ListPaymentsResp) GetPaymentsList added in v0.1.14

func (m *ListPaymentsResp) GetPaymentsList() []*Payment

func (*ListPaymentsResp) ProtoMessage added in v0.1.14

func (*ListPaymentsResp) ProtoMessage()

func (*ListPaymentsResp) Reset added in v0.1.14

func (m *ListPaymentsResp) Reset()

func (*ListPaymentsResp) String added in v0.1.14

func (m *ListPaymentsResp) String() string

func (*ListPaymentsResp) XXX_DiscardUnknown added in v0.1.14

func (m *ListPaymentsResp) XXX_DiscardUnknown()

func (*ListPaymentsResp) XXX_Marshal added in v0.1.14

func (m *ListPaymentsResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListPaymentsResp) XXX_Merge added in v0.1.14

func (m *ListPaymentsResp) XXX_Merge(src proto.Message)

func (*ListPaymentsResp) XXX_Size added in v0.1.14

func (m *ListPaymentsResp) XXX_Size() int

func (*ListPaymentsResp) XXX_Unmarshal added in v0.1.14

func (m *ListPaymentsResp) XXX_Unmarshal(b []byte) error

type ListUsersReq added in v0.1.12

type ListUsersReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListUsersReq) Descriptor added in v0.1.12

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

func (*ListUsersReq) ProtoMessage added in v0.1.12

func (*ListUsersReq) ProtoMessage()

func (*ListUsersReq) Reset added in v0.1.12

func (m *ListUsersReq) Reset()

func (*ListUsersReq) String added in v0.1.12

func (m *ListUsersReq) String() string

func (*ListUsersReq) XXX_DiscardUnknown added in v0.1.12

func (m *ListUsersReq) XXX_DiscardUnknown()

func (*ListUsersReq) XXX_Marshal added in v0.1.12

func (m *ListUsersReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersReq) XXX_Merge added in v0.1.12

func (m *ListUsersReq) XXX_Merge(src proto.Message)

func (*ListUsersReq) XXX_Size added in v0.1.12

func (m *ListUsersReq) XXX_Size() int

func (*ListUsersReq) XXX_Unmarshal added in v0.1.12

func (m *ListUsersReq) XXX_Unmarshal(b []byte) error

type ListUsersResp added in v0.1.12

type ListUsersResp struct {
	// The list of users in the organization.
	OrgUsers             []*ListUsersResp_OrgUser `protobuf:"bytes,1,rep,name=orgUsers,proto3" json:"orgUsers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*ListUsersResp) Descriptor added in v0.1.12

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

func (*ListUsersResp) GetOrgUsers added in v0.1.12

func (m *ListUsersResp) GetOrgUsers() []*ListUsersResp_OrgUser

func (*ListUsersResp) ProtoMessage added in v0.1.12

func (*ListUsersResp) ProtoMessage()

func (*ListUsersResp) Reset added in v0.1.12

func (m *ListUsersResp) Reset()

func (*ListUsersResp) String added in v0.1.12

func (m *ListUsersResp) String() string

func (*ListUsersResp) XXX_DiscardUnknown added in v0.1.12

func (m *ListUsersResp) XXX_DiscardUnknown()

func (*ListUsersResp) XXX_Marshal added in v0.1.12

func (m *ListUsersResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersResp) XXX_Merge added in v0.1.12

func (m *ListUsersResp) XXX_Merge(src proto.Message)

func (*ListUsersResp) XXX_Size added in v0.1.12

func (m *ListUsersResp) XXX_Size() int

func (*ListUsersResp) XXX_Unmarshal added in v0.1.12

func (m *ListUsersResp) XXX_Unmarshal(b []byte) error

type ListUsersResp_OrgUser added in v0.1.12

type ListUsersResp_OrgUser struct {
	// The name of the user.
	UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName,omitempty"`
	// The ID of the user.
	UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	// Whether the user is an administrator.
	IsAdmin              bool     `protobuf:"varint,3,opt,name=isAdmin,proto3" json:"isAdmin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListUsersResp_OrgUser) Descriptor added in v0.1.12

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

func (*ListUsersResp_OrgUser) GetIsAdmin added in v0.1.12

func (m *ListUsersResp_OrgUser) GetIsAdmin() bool

func (*ListUsersResp_OrgUser) GetUserID added in v0.1.12

func (m *ListUsersResp_OrgUser) GetUserID() string

func (*ListUsersResp_OrgUser) GetUserName added in v0.1.12

func (m *ListUsersResp_OrgUser) GetUserName() string

func (*ListUsersResp_OrgUser) ProtoMessage added in v0.1.12

func (*ListUsersResp_OrgUser) ProtoMessage()

func (*ListUsersResp_OrgUser) Reset added in v0.1.12

func (m *ListUsersResp_OrgUser) Reset()

func (*ListUsersResp_OrgUser) String added in v0.1.12

func (m *ListUsersResp_OrgUser) String() string

func (*ListUsersResp_OrgUser) XXX_DiscardUnknown added in v0.1.12

func (m *ListUsersResp_OrgUser) XXX_DiscardUnknown()

func (*ListUsersResp_OrgUser) XXX_Marshal added in v0.1.12

func (m *ListUsersResp_OrgUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListUsersResp_OrgUser) XXX_Merge added in v0.1.12

func (m *ListUsersResp_OrgUser) XXX_Merge(src proto.Message)

func (*ListUsersResp_OrgUser) XXX_Size added in v0.1.12

func (m *ListUsersResp_OrgUser) XXX_Size() int

func (*ListUsersResp_OrgUser) XXX_Unmarshal added in v0.1.12

func (m *ListUsersResp_OrgUser) XXX_Unmarshal(b []byte) error

type LoginReq added in v0.1.12

type LoginReq struct {
	// The ID of the user to login as.
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	// The password of the user.
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// The ID of the organization.
	OrgID                string   `protobuf:"bytes,3,opt,name=orgID,proto3" json:"orgID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoginReq) Descriptor added in v0.1.12

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

func (*LoginReq) GetOrgID added in v0.1.12

func (m *LoginReq) GetOrgID() string

func (*LoginReq) GetPassword added in v0.1.12

func (m *LoginReq) GetPassword() string

func (*LoginReq) GetUserID added in v0.1.12

func (m *LoginReq) GetUserID() string

func (*LoginReq) ProtoMessage added in v0.1.12

func (*LoginReq) ProtoMessage()

func (*LoginReq) Reset added in v0.1.12

func (m *LoginReq) Reset()

func (*LoginReq) String added in v0.1.12

func (m *LoginReq) String() string

func (*LoginReq) XXX_DiscardUnknown added in v0.1.12

func (m *LoginReq) XXX_DiscardUnknown()

func (*LoginReq) XXX_Marshal added in v0.1.12

func (m *LoginReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginReq) XXX_Merge added in v0.1.12

func (m *LoginReq) XXX_Merge(src proto.Message)

func (*LoginReq) XXX_Size added in v0.1.12

func (m *LoginReq) XXX_Size() int

func (*LoginReq) XXX_Unmarshal added in v0.1.12

func (m *LoginReq) XXX_Unmarshal(b []byte) error

type LoginResp added in v0.1.12

type LoginResp struct {
	// The JWT token to be used for all APIs that require authentication.
	Token                string   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoginResp) Descriptor added in v0.1.12

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

func (*LoginResp) GetToken added in v0.1.12

func (m *LoginResp) GetToken() string

func (*LoginResp) ProtoMessage added in v0.1.12

func (*LoginResp) ProtoMessage()

func (*LoginResp) Reset added in v0.1.12

func (m *LoginResp) Reset()

func (*LoginResp) String added in v0.1.12

func (m *LoginResp) String() string

func (*LoginResp) XXX_DiscardUnknown added in v0.1.12

func (m *LoginResp) XXX_DiscardUnknown()

func (*LoginResp) XXX_Marshal added in v0.1.12

func (m *LoginResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginResp) XXX_Merge added in v0.1.12

func (m *LoginResp) XXX_Merge(src proto.Message)

func (*LoginResp) XXX_Size added in v0.1.12

func (m *LoginResp) XXX_Size() int

func (*LoginResp) XXX_Unmarshal added in v0.1.12

func (m *LoginResp) XXX_Unmarshal(b []byte) error

type LogoutReq added in v0.1.12

type LogoutReq struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogoutReq) Descriptor added in v0.1.12

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

func (*LogoutReq) ProtoMessage added in v0.1.12

func (*LogoutReq) ProtoMessage()

func (*LogoutReq) Reset added in v0.1.12

func (m *LogoutReq) Reset()

func (*LogoutReq) String added in v0.1.12

func (m *LogoutReq) String() string

func (*LogoutReq) XXX_DiscardUnknown added in v0.1.12

func (m *LogoutReq) XXX_DiscardUnknown()

func (*LogoutReq) XXX_Marshal added in v0.1.12

func (m *LogoutReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogoutReq) XXX_Merge added in v0.1.12

func (m *LogoutReq) XXX_Merge(src proto.Message)

func (*LogoutReq) XXX_Size added in v0.1.12

func (m *LogoutReq) XXX_Size() int

func (*LogoutReq) XXX_Unmarshal added in v0.1.12

func (m *LogoutReq) XXX_Unmarshal(b []byte) error

type LogoutResp added in v0.1.12

type LogoutResp struct {
	// The logout status.
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogoutResp) Descriptor added in v0.1.12

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

func (*LogoutResp) GetStatus added in v0.1.12

func (m *LogoutResp) GetStatus() string

func (*LogoutResp) ProtoMessage added in v0.1.12

func (*LogoutResp) ProtoMessage()

func (*LogoutResp) Reset added in v0.1.12

func (m *LogoutResp) Reset()

func (*LogoutResp) String added in v0.1.12

func (m *LogoutResp) String() string

func (*LogoutResp) XXX_DiscardUnknown added in v0.1.12

func (m *LogoutResp) XXX_DiscardUnknown()

func (*LogoutResp) XXX_Marshal added in v0.1.12

func (m *LogoutResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogoutResp) XXX_Merge added in v0.1.12

func (m *LogoutResp) XXX_Merge(src proto.Message)

func (*LogoutResp) XXX_Size added in v0.1.12

func (m *LogoutResp) XXX_Size() int

func (*LogoutResp) XXX_Unmarshal added in v0.1.12

func (m *LogoutResp) XXX_Unmarshal(b []byte) error

type Payment added in v0.1.12

type Payment struct {
	// Timestamp of the payment billing transaction
	BilledAt *timestamp.Timestamp `protobuf:"bytes,1,opt,name=billedAt,proto3" json:"billedAt,omitempty"`
	// Start of the payment period
	PeriodStart *timestamp.Timestamp `protobuf:"bytes,2,opt,name=periodStart,proto3" json:"periodStart,omitempty"`
	// End of the payment period
	PeriodEnd *timestamp.Timestamp `protobuf:"bytes,3,opt,name=periodEnd,proto3" json:"periodEnd,omitempty"`
	// Amount of  payment
	Amount float64 `protobuf:"fixed64,4,opt,name=amount,proto3" json:"amount,omitempty"`
	// Payment status ("No Payment","Zero Payment","Payment Pending","Payment Success","Payment Failed")
	Status               string   `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Payment) Descriptor added in v0.1.12

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

func (*Payment) GetAmount added in v0.1.12

func (m *Payment) GetAmount() float64

func (*Payment) GetBilledAt added in v0.1.12

func (m *Payment) GetBilledAt() *timestamp.Timestamp

func (*Payment) GetPeriodEnd added in v0.1.12

func (m *Payment) GetPeriodEnd() *timestamp.Timestamp

func (*Payment) GetPeriodStart added in v0.1.12

func (m *Payment) GetPeriodStart() *timestamp.Timestamp

func (*Payment) GetStatus added in v0.1.12

func (m *Payment) GetStatus() string

func (*Payment) ProtoMessage added in v0.1.12

func (*Payment) ProtoMessage()

func (*Payment) Reset added in v0.1.12

func (m *Payment) Reset()

func (*Payment) String added in v0.1.12

func (m *Payment) String() string

func (*Payment) XXX_DiscardUnknown added in v0.1.12

func (m *Payment) XXX_DiscardUnknown()

func (*Payment) XXX_Marshal added in v0.1.12

func (m *Payment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Payment) XXX_Merge added in v0.1.12

func (m *Payment) XXX_Merge(src proto.Message)

func (*Payment) XXX_Size added in v0.1.12

func (m *Payment) XXX_Size() int

func (*Payment) XXX_Unmarshal added in v0.1.12

func (m *Payment) XXX_Unmarshal(b []byte) error

type PromoteUserReq added in v0.1.12

type PromoteUserReq struct {
	// The ID of the user to promote.
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PromoteUserReq) Descriptor added in v0.1.12

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

func (*PromoteUserReq) GetUserID added in v0.1.12

func (m *PromoteUserReq) GetUserID() string

func (*PromoteUserReq) ProtoMessage added in v0.1.12

func (*PromoteUserReq) ProtoMessage()

func (*PromoteUserReq) Reset added in v0.1.12

func (m *PromoteUserReq) Reset()

func (*PromoteUserReq) String added in v0.1.12

func (m *PromoteUserReq) String() string

func (*PromoteUserReq) XXX_DiscardUnknown added in v0.1.12

func (m *PromoteUserReq) XXX_DiscardUnknown()

func (*PromoteUserReq) XXX_Marshal added in v0.1.12

func (m *PromoteUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PromoteUserReq) XXX_Merge added in v0.1.12

func (m *PromoteUserReq) XXX_Merge(src proto.Message)

func (*PromoteUserReq) XXX_Size added in v0.1.12

func (m *PromoteUserReq) XXX_Size() int

func (*PromoteUserReq) XXX_Unmarshal added in v0.1.12

func (m *PromoteUserReq) XXX_Unmarshal(b []byte) error

type PromoteUserResp added in v0.1.12

type PromoteUserResp struct {
	// Whether the promotion was successful.
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PromoteUserResp) Descriptor added in v0.1.12

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

func (*PromoteUserResp) GetSuccess added in v0.1.12

func (m *PromoteUserResp) GetSuccess() bool

func (*PromoteUserResp) ProtoMessage added in v0.1.12

func (*PromoteUserResp) ProtoMessage()

func (*PromoteUserResp) Reset added in v0.1.12

func (m *PromoteUserResp) Reset()

func (*PromoteUserResp) String added in v0.1.12

func (m *PromoteUserResp) String() string

func (*PromoteUserResp) XXX_DiscardUnknown added in v0.1.12

func (m *PromoteUserResp) XXX_DiscardUnknown()

func (*PromoteUserResp) XXX_Marshal added in v0.1.12

func (m *PromoteUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PromoteUserResp) XXX_Merge added in v0.1.12

func (m *PromoteUserResp) XXX_Merge(src proto.Message)

func (*PromoteUserResp) XXX_Size added in v0.1.12

func (m *PromoteUserResp) XXX_Size() int

func (*PromoteUserResp) XXX_Unmarshal added in v0.1.12

func (m *PromoteUserResp) XXX_Unmarshal(b []byte) error

type RegisterOrganizationReq added in v0.1.12

type RegisterOrganizationReq struct {
	// The name of the organization. This value has to be unique.
	OrgName string `protobuf:"bytes,1,opt,name=orgName,proto3" json:"orgName,omitempty"`
	// The email of the organization.
	OrgEmail string `protobuf:"bytes,2,opt,name=orgEmail,proto3" json:"orgEmail,omitempty"`
	// The address of the organization. This is optional.
	OrgAddr string `protobuf:"bytes,3,opt,name=orgAddr,proto3" json:"orgAddr,omitempty"`
	// The administrator username. If the administrator does not exist,
	// it will be created.
	UserName string `protobuf:"bytes,4,opt,name=userName,proto3" json:"userName,omitempty"`
	// The administrator password.
	Password string `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"`
	// The administrator email. This serves as the unique ID of
	// the administrator user.
	AdminEmail string `protobuf:"bytes,6,opt,name=adminEmail,proto3" json:"adminEmail,omitempty"`
	// The list of sharable organization IDs. The users in this
	// organization can only share documents to other users in
	// the organizations in the sharableOrgs list.
	SharableOrgs []string `protobuf:"bytes,7,rep,name=sharableOrgs,proto3" json:"sharableOrgs,omitempty"`
	// Enables the ability to "reshare" a document that was shared
	// to him/her to another user.
	MultiLevelShare bool `protobuf:"varint,8,opt,name=multiLevelShare,proto3" json:"multiLevelShare,omitempty"`
	// How was the organization registered (e.g. from "AWS Marketplace")
	Source string `protobuf:"bytes,9,opt,name=source,proto3" json:"source,omitempty"`
	// Any data related to registration from the source (in JSON)
	SourceData string `protobuf:"bytes,10,opt,name=sourceData,proto3" json:"sourceData,omitempty"`
	// Stripe paymentID for syncronous account setup
	PmID                 string   `protobuf:"bytes,11,opt,name=pmID,proto3" json:"pmID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterOrganizationReq) Descriptor added in v0.1.12

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

func (*RegisterOrganizationReq) GetAdminEmail added in v0.1.14

func (m *RegisterOrganizationReq) GetAdminEmail() string

func (*RegisterOrganizationReq) GetMultiLevelShare added in v0.1.12

func (m *RegisterOrganizationReq) GetMultiLevelShare() bool

func (*RegisterOrganizationReq) GetOrgAddr added in v0.1.12

func (m *RegisterOrganizationReq) GetOrgAddr() string

func (*RegisterOrganizationReq) GetOrgEmail added in v0.1.14

func (m *RegisterOrganizationReq) GetOrgEmail() string

func (*RegisterOrganizationReq) GetOrgName added in v0.1.12

func (m *RegisterOrganizationReq) GetOrgName() string

func (*RegisterOrganizationReq) GetPassword added in v0.1.12

func (m *RegisterOrganizationReq) GetPassword() string

func (*RegisterOrganizationReq) GetPmID added in v0.1.14

func (m *RegisterOrganizationReq) GetPmID() string

func (*RegisterOrganizationReq) GetSharableOrgs added in v0.1.12

func (m *RegisterOrganizationReq) GetSharableOrgs() []string

func (*RegisterOrganizationReq) GetSource added in v0.1.12

func (m *RegisterOrganizationReq) GetSource() string

func (*RegisterOrganizationReq) GetSourceData added in v0.1.12

func (m *RegisterOrganizationReq) GetSourceData() string

func (*RegisterOrganizationReq) GetUserName added in v0.1.12

func (m *RegisterOrganizationReq) GetUserName() string

func (*RegisterOrganizationReq) ProtoMessage added in v0.1.12

func (*RegisterOrganizationReq) ProtoMessage()

func (*RegisterOrganizationReq) Reset added in v0.1.12

func (m *RegisterOrganizationReq) Reset()

func (*RegisterOrganizationReq) String added in v0.1.12

func (m *RegisterOrganizationReq) String() string

func (*RegisterOrganizationReq) XXX_DiscardUnknown added in v0.1.12

func (m *RegisterOrganizationReq) XXX_DiscardUnknown()

func (*RegisterOrganizationReq) XXX_Marshal added in v0.1.12

func (m *RegisterOrganizationReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RegisterOrganizationReq) XXX_Merge added in v0.1.12

func (m *RegisterOrganizationReq) XXX_Merge(src proto.Message)

func (*RegisterOrganizationReq) XXX_Size added in v0.1.12

func (m *RegisterOrganizationReq) XXX_Size() int

func (*RegisterOrganizationReq) XXX_Unmarshal added in v0.1.12

func (m *RegisterOrganizationReq) XXX_Unmarshal(b []byte) error

type RegisterOrganizationResp added in v0.1.12

type RegisterOrganizationResp struct {
	// The ID of the created organization. This is the unique ID to
	// use on future operation with the organization.
	OrgID string `protobuf:"bytes,1,opt,name=orgID,proto3" json:"orgID,omitempty"`
	// The newly created unique administrator user ID.
	UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	// Token used for Stripe integration
	ClientSecret         string   `protobuf:"bytes,3,opt,name=clientSecret,proto3" json:"clientSecret,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterOrganizationResp) Descriptor added in v0.1.12

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

func (*RegisterOrganizationResp) GetClientSecret added in v0.1.12

func (m *RegisterOrganizationResp) GetClientSecret() string

func (*RegisterOrganizationResp) GetOrgID added in v0.1.12

func (m *RegisterOrganizationResp) GetOrgID() string

func (*RegisterOrganizationResp) GetUserID added in v0.1.12

func (m *RegisterOrganizationResp) GetUserID() string

func (*RegisterOrganizationResp) ProtoMessage added in v0.1.12

func (*RegisterOrganizationResp) ProtoMessage()

func (*RegisterOrganizationResp) Reset added in v0.1.12

func (m *RegisterOrganizationResp) Reset()

func (*RegisterOrganizationResp) String added in v0.1.12

func (m *RegisterOrganizationResp) String() string

func (*RegisterOrganizationResp) XXX_DiscardUnknown added in v0.1.12

func (m *RegisterOrganizationResp) XXX_DiscardUnknown()

func (*RegisterOrganizationResp) XXX_Marshal added in v0.1.12

func (m *RegisterOrganizationResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RegisterOrganizationResp) XXX_Merge added in v0.1.12

func (m *RegisterOrganizationResp) XXX_Merge(src proto.Message)

func (*RegisterOrganizationResp) XXX_Size added in v0.1.12

func (m *RegisterOrganizationResp) XXX_Size() int

func (*RegisterOrganizationResp) XXX_Unmarshal added in v0.1.12

func (m *RegisterOrganizationResp) XXX_Unmarshal(b []byte) error

type RegisterUserReq added in v0.1.12

type RegisterUserReq struct {
	// The new username. If the user does not exist, it will be created.
	UserName string `protobuf:"bytes,1,opt,name=userName,proto3" json:"userName,omitempty"`
	// The user password.
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// The user email. This serves as the unique ID of the user.
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// Whether this new user is an administrator of the organization.
	Admin                bool     `protobuf:"varint,4,opt,name=admin,proto3" json:"admin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterUserReq) Descriptor added in v0.1.12

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

func (*RegisterUserReq) GetAdmin added in v0.1.12

func (m *RegisterUserReq) GetAdmin() bool

func (*RegisterUserReq) GetEmail added in v0.1.12

func (m *RegisterUserReq) GetEmail() string

func (*RegisterUserReq) GetPassword added in v0.1.12

func (m *RegisterUserReq) GetPassword() string

func (*RegisterUserReq) GetUserName added in v0.1.12

func (m *RegisterUserReq) GetUserName() string

func (*RegisterUserReq) ProtoMessage added in v0.1.12

func (*RegisterUserReq) ProtoMessage()

func (*RegisterUserReq) Reset added in v0.1.12

func (m *RegisterUserReq) Reset()

func (*RegisterUserReq) String added in v0.1.12

func (m *RegisterUserReq) String() string

func (*RegisterUserReq) XXX_DiscardUnknown added in v0.1.12

func (m *RegisterUserReq) XXX_DiscardUnknown()

func (*RegisterUserReq) XXX_Marshal added in v0.1.12

func (m *RegisterUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RegisterUserReq) XXX_Merge added in v0.1.12

func (m *RegisterUserReq) XXX_Merge(src proto.Message)

func (*RegisterUserReq) XXX_Size added in v0.1.12

func (m *RegisterUserReq) XXX_Size() int

func (*RegisterUserReq) XXX_Unmarshal added in v0.1.12

func (m *RegisterUserReq) XXX_Unmarshal(b []byte) error

type RegisterUserResp added in v0.1.12

type RegisterUserResp struct {
	// The newly added unique user ID.
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegisterUserResp) Descriptor added in v0.1.12

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

func (*RegisterUserResp) GetUserID added in v0.1.12

func (m *RegisterUserResp) GetUserID() string

func (*RegisterUserResp) ProtoMessage added in v0.1.12

func (*RegisterUserResp) ProtoMessage()

func (*RegisterUserResp) Reset added in v0.1.12

func (m *RegisterUserResp) Reset()

func (*RegisterUserResp) String added in v0.1.12

func (m *RegisterUserResp) String() string

func (*RegisterUserResp) XXX_DiscardUnknown added in v0.1.12

func (m *RegisterUserResp) XXX_DiscardUnknown()

func (*RegisterUserResp) XXX_Marshal added in v0.1.12

func (m *RegisterUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RegisterUserResp) XXX_Merge added in v0.1.12

func (m *RegisterUserResp) XXX_Merge(src proto.Message)

func (*RegisterUserResp) XXX_Size added in v0.1.12

func (m *RegisterUserResp) XXX_Size() int

func (*RegisterUserResp) XXX_Unmarshal added in v0.1.12

func (m *RegisterUserResp) XXX_Unmarshal(b []byte) error

type RemoveDocumentReq added in v0.1.12

type RemoveDocumentReq struct {
	// The ID of the document to remove.
	DocID                string   `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveDocumentReq) Descriptor added in v0.1.12

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

func (*RemoveDocumentReq) GetDocID added in v0.1.12

func (m *RemoveDocumentReq) GetDocID() string

func (*RemoveDocumentReq) ProtoMessage added in v0.1.12

func (*RemoveDocumentReq) ProtoMessage()

func (*RemoveDocumentReq) Reset added in v0.1.12

func (m *RemoveDocumentReq) Reset()

func (*RemoveDocumentReq) String added in v0.1.12

func (m *RemoveDocumentReq) String() string

func (*RemoveDocumentReq) XXX_DiscardUnknown added in v0.1.12

func (m *RemoveDocumentReq) XXX_DiscardUnknown()

func (*RemoveDocumentReq) XXX_Marshal added in v0.1.12

func (m *RemoveDocumentReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveDocumentReq) XXX_Merge added in v0.1.12

func (m *RemoveDocumentReq) XXX_Merge(src proto.Message)

func (*RemoveDocumentReq) XXX_Size added in v0.1.12

func (m *RemoveDocumentReq) XXX_Size() int

func (*RemoveDocumentReq) XXX_Unmarshal added in v0.1.12

func (m *RemoveDocumentReq) XXX_Unmarshal(b []byte) error

type RemoveDocumentResp added in v0.1.12

type RemoveDocumentResp struct {
	// Whether the document removal was successful.
	Status               bool     `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveDocumentResp) Descriptor added in v0.1.12

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

func (*RemoveDocumentResp) GetStatus added in v0.1.12

func (m *RemoveDocumentResp) GetStatus() bool

func (*RemoveDocumentResp) ProtoMessage added in v0.1.12

func (*RemoveDocumentResp) ProtoMessage()

func (*RemoveDocumentResp) Reset added in v0.1.12

func (m *RemoveDocumentResp) Reset()

func (*RemoveDocumentResp) String added in v0.1.12

func (m *RemoveDocumentResp) String() string

func (*RemoveDocumentResp) XXX_DiscardUnknown added in v0.1.12

func (m *RemoveDocumentResp) XXX_DiscardUnknown()

func (*RemoveDocumentResp) XXX_Marshal added in v0.1.12

func (m *RemoveDocumentResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveDocumentResp) XXX_Merge added in v0.1.12

func (m *RemoveDocumentResp) XXX_Merge(src proto.Message)

func (*RemoveDocumentResp) XXX_Size added in v0.1.12

func (m *RemoveDocumentResp) XXX_Size() int

func (*RemoveDocumentResp) XXX_Unmarshal added in v0.1.12

func (m *RemoveDocumentResp) XXX_Unmarshal(b []byte) error

type RemoveOrganizationReq added in v0.1.12

type RemoveOrganizationReq struct {
	// Whether to force removal of organization or not.
	Force                bool     `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveOrganizationReq) Descriptor added in v0.1.12

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

func (*RemoveOrganizationReq) GetForce added in v0.1.12

func (m *RemoveOrganizationReq) GetForce() bool

func (*RemoveOrganizationReq) ProtoMessage added in v0.1.12

func (*RemoveOrganizationReq) ProtoMessage()

func (*RemoveOrganizationReq) Reset added in v0.1.12

func (m *RemoveOrganizationReq) Reset()

func (*RemoveOrganizationReq) String added in v0.1.12

func (m *RemoveOrganizationReq) String() string

func (*RemoveOrganizationReq) XXX_DiscardUnknown added in v0.1.12

func (m *RemoveOrganizationReq) XXX_DiscardUnknown()

func (*RemoveOrganizationReq) XXX_Marshal added in v0.1.12

func (m *RemoveOrganizationReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveOrganizationReq) XXX_Merge added in v0.1.12

func (m *RemoveOrganizationReq) XXX_Merge(src proto.Message)

func (*RemoveOrganizationReq) XXX_Size added in v0.1.12

func (m *RemoveOrganizationReq) XXX_Size() int

func (*RemoveOrganizationReq) XXX_Unmarshal added in v0.1.12

func (m *RemoveOrganizationReq) XXX_Unmarshal(b []byte) error

type RemoveOrganizationResp added in v0.1.12

type RemoveOrganizationResp struct {
	// Whether the removal was successful
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// True in case the removal will happen later after org has been charged one last time
	Postponed            bool     `protobuf:"varint,2,opt,name=postponed,proto3" json:"postponed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveOrganizationResp) Descriptor added in v0.1.12

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

func (*RemoveOrganizationResp) GetPostponed added in v0.1.12

func (m *RemoveOrganizationResp) GetPostponed() bool

func (*RemoveOrganizationResp) GetSuccess added in v0.1.12

func (m *RemoveOrganizationResp) GetSuccess() bool

func (*RemoveOrganizationResp) ProtoMessage added in v0.1.12

func (*RemoveOrganizationResp) ProtoMessage()

func (*RemoveOrganizationResp) Reset added in v0.1.12

func (m *RemoveOrganizationResp) Reset()

func (*RemoveOrganizationResp) String added in v0.1.12

func (m *RemoveOrganizationResp) String() string

func (*RemoveOrganizationResp) XXX_DiscardUnknown added in v0.1.12

func (m *RemoveOrganizationResp) XXX_DiscardUnknown()

func (*RemoveOrganizationResp) XXX_Marshal added in v0.1.12

func (m *RemoveOrganizationResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveOrganizationResp) XXX_Merge added in v0.1.12

func (m *RemoveOrganizationResp) XXX_Merge(src proto.Message)

func (*RemoveOrganizationResp) XXX_Size added in v0.1.12

func (m *RemoveOrganizationResp) XXX_Size() int

func (*RemoveOrganizationResp) XXX_Unmarshal added in v0.1.12

func (m *RemoveOrganizationResp) XXX_Unmarshal(b []byte) error

type RemovePaymentMethodReq added in v0.1.14

type RemovePaymentMethodReq struct {
	// payment method id
	PmID                 string   `protobuf:"bytes,1,opt,name=pmID,proto3" json:"pmID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemovePaymentMethodReq) Descriptor added in v0.1.14

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

func (*RemovePaymentMethodReq) GetPmID added in v0.1.14

func (m *RemovePaymentMethodReq) GetPmID() string

func (*RemovePaymentMethodReq) ProtoMessage added in v0.1.14

func (*RemovePaymentMethodReq) ProtoMessage()

func (*RemovePaymentMethodReq) Reset added in v0.1.14

func (m *RemovePaymentMethodReq) Reset()

func (*RemovePaymentMethodReq) String added in v0.1.14

func (m *RemovePaymentMethodReq) String() string

func (*RemovePaymentMethodReq) XXX_DiscardUnknown added in v0.1.14

func (m *RemovePaymentMethodReq) XXX_DiscardUnknown()

func (*RemovePaymentMethodReq) XXX_Marshal added in v0.1.14

func (m *RemovePaymentMethodReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemovePaymentMethodReq) XXX_Merge added in v0.1.14

func (m *RemovePaymentMethodReq) XXX_Merge(src proto.Message)

func (*RemovePaymentMethodReq) XXX_Size added in v0.1.14

func (m *RemovePaymentMethodReq) XXX_Size() int

func (*RemovePaymentMethodReq) XXX_Unmarshal added in v0.1.14

func (m *RemovePaymentMethodReq) XXX_Unmarshal(b []byte) error

type RemovePaymentMethodResp added in v0.1.14

type RemovePaymentMethodResp struct {
	// payment method id
	PmID                 string   `protobuf:"bytes,1,opt,name=pmID,proto3" json:"pmID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemovePaymentMethodResp) Descriptor added in v0.1.14

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

func (*RemovePaymentMethodResp) GetPmID added in v0.1.14

func (m *RemovePaymentMethodResp) GetPmID() string

func (*RemovePaymentMethodResp) ProtoMessage added in v0.1.14

func (*RemovePaymentMethodResp) ProtoMessage()

func (*RemovePaymentMethodResp) Reset added in v0.1.14

func (m *RemovePaymentMethodResp) Reset()

func (*RemovePaymentMethodResp) String added in v0.1.14

func (m *RemovePaymentMethodResp) String() string

func (*RemovePaymentMethodResp) XXX_DiscardUnknown added in v0.1.14

func (m *RemovePaymentMethodResp) XXX_DiscardUnknown()

func (*RemovePaymentMethodResp) XXX_Marshal added in v0.1.14

func (m *RemovePaymentMethodResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemovePaymentMethodResp) XXX_Merge added in v0.1.14

func (m *RemovePaymentMethodResp) XXX_Merge(src proto.Message)

func (*RemovePaymentMethodResp) XXX_Size added in v0.1.14

func (m *RemovePaymentMethodResp) XXX_Size() int

func (*RemovePaymentMethodResp) XXX_Unmarshal added in v0.1.14

func (m *RemovePaymentMethodResp) XXX_Unmarshal(b []byte) error

type RemoveSharableOrgReq added in v0.1.12

type RemoveSharableOrgReq struct {
	// The ID of the sharable org to remove.
	RemoveOrgID          string   `protobuf:"bytes,1,opt,name=removeOrgID,proto3" json:"removeOrgID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveSharableOrgReq) Descriptor added in v0.1.12

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

func (*RemoveSharableOrgReq) GetRemoveOrgID added in v0.1.12

func (m *RemoveSharableOrgReq) GetRemoveOrgID() string

func (*RemoveSharableOrgReq) ProtoMessage added in v0.1.12

func (*RemoveSharableOrgReq) ProtoMessage()

func (*RemoveSharableOrgReq) Reset added in v0.1.12

func (m *RemoveSharableOrgReq) Reset()

func (*RemoveSharableOrgReq) String added in v0.1.12

func (m *RemoveSharableOrgReq) String() string

func (*RemoveSharableOrgReq) XXX_DiscardUnknown added in v0.1.12

func (m *RemoveSharableOrgReq) XXX_DiscardUnknown()

func (*RemoveSharableOrgReq) XXX_Marshal added in v0.1.12

func (m *RemoveSharableOrgReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveSharableOrgReq) XXX_Merge added in v0.1.12

func (m *RemoveSharableOrgReq) XXX_Merge(src proto.Message)

func (*RemoveSharableOrgReq) XXX_Size added in v0.1.12

func (m *RemoveSharableOrgReq) XXX_Size() int

func (*RemoveSharableOrgReq) XXX_Unmarshal added in v0.1.12

func (m *RemoveSharableOrgReq) XXX_Unmarshal(b []byte) error

type RemoveSharableOrgResp added in v0.1.12

type RemoveSharableOrgResp struct {
	// Whether the removal was successful
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveSharableOrgResp) Descriptor added in v0.1.12

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

func (*RemoveSharableOrgResp) GetSuccess added in v0.1.12

func (m *RemoveSharableOrgResp) GetSuccess() bool

func (*RemoveSharableOrgResp) ProtoMessage added in v0.1.12

func (*RemoveSharableOrgResp) ProtoMessage()

func (*RemoveSharableOrgResp) Reset added in v0.1.12

func (m *RemoveSharableOrgResp) Reset()

func (*RemoveSharableOrgResp) String added in v0.1.12

func (m *RemoveSharableOrgResp) String() string

func (*RemoveSharableOrgResp) XXX_DiscardUnknown added in v0.1.12

func (m *RemoveSharableOrgResp) XXX_DiscardUnknown()

func (*RemoveSharableOrgResp) XXX_Marshal added in v0.1.12

func (m *RemoveSharableOrgResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveSharableOrgResp) XXX_Merge added in v0.1.12

func (m *RemoveSharableOrgResp) XXX_Merge(src proto.Message)

func (*RemoveSharableOrgResp) XXX_Size added in v0.1.12

func (m *RemoveSharableOrgResp) XXX_Size() int

func (*RemoveSharableOrgResp) XXX_Unmarshal added in v0.1.12

func (m *RemoveSharableOrgResp) XXX_Unmarshal(b []byte) error

type RemoveUserReq added in v0.1.12

type RemoveUserReq struct {
	// The ID of the user to remove.
	UserID               string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveUserReq) Descriptor added in v0.1.12

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

func (*RemoveUserReq) GetUserID added in v0.1.12

func (m *RemoveUserReq) GetUserID() string

func (*RemoveUserReq) ProtoMessage added in v0.1.12

func (*RemoveUserReq) ProtoMessage()

func (*RemoveUserReq) Reset added in v0.1.12

func (m *RemoveUserReq) Reset()

func (*RemoveUserReq) String added in v0.1.12

func (m *RemoveUserReq) String() string

func (*RemoveUserReq) XXX_DiscardUnknown added in v0.1.12

func (m *RemoveUserReq) XXX_DiscardUnknown()

func (*RemoveUserReq) XXX_Marshal added in v0.1.12

func (m *RemoveUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveUserReq) XXX_Merge added in v0.1.12

func (m *RemoveUserReq) XXX_Merge(src proto.Message)

func (*RemoveUserReq) XXX_Size added in v0.1.12

func (m *RemoveUserReq) XXX_Size() int

func (*RemoveUserReq) XXX_Unmarshal added in v0.1.12

func (m *RemoveUserReq) XXX_Unmarshal(b []byte) error

type RemoveUserResp added in v0.1.12

type RemoveUserResp struct {
	// The count of the number of users removed
	Count                int64    `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveUserResp) Descriptor added in v0.1.12

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

func (*RemoveUserResp) GetCount added in v0.1.12

func (m *RemoveUserResp) GetCount() int64

func (*RemoveUserResp) ProtoMessage added in v0.1.12

func (*RemoveUserResp) ProtoMessage()

func (*RemoveUserResp) Reset added in v0.1.12

func (m *RemoveUserResp) Reset()

func (*RemoveUserResp) String added in v0.1.12

func (m *RemoveUserResp) String() string

func (*RemoveUserResp) XXX_DiscardUnknown added in v0.1.12

func (m *RemoveUserResp) XXX_DiscardUnknown()

func (*RemoveUserResp) XXX_Marshal added in v0.1.12

func (m *RemoveUserResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveUserResp) XXX_Merge added in v0.1.12

func (m *RemoveUserResp) XXX_Merge(src proto.Message)

func (*RemoveUserResp) XXX_Size added in v0.1.12

func (m *RemoveUserResp) XXX_Size() int

func (*RemoveUserResp) XXX_Unmarshal added in v0.1.12

func (m *RemoveUserResp) XXX_Unmarshal(b []byte) error

type SearchCosts added in v0.1.12

type SearchCosts struct {
	// Cost of search index storage incurred during a billing period
	Cost float64 `protobuf:"fixed64,1,opt,name=cost,proto3" json:"cost,omitempty"`
	// Size of search indices stored during a billing period (in MBhours)
	Size float64 `protobuf:"fixed64,2,opt,name=size,proto3" json:"size,omitempty"`
	// Cost tier reached for search index storage during a billing period
	Tier                 string   `protobuf:"bytes,3,opt,name=tier,proto3" json:"tier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchCosts) Descriptor added in v0.1.12

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

func (*SearchCosts) GetCost added in v0.1.12

func (m *SearchCosts) GetCost() float64

func (*SearchCosts) GetSize added in v0.1.12

func (m *SearchCosts) GetSize() float64

func (*SearchCosts) GetTier added in v0.1.12

func (m *SearchCosts) GetTier() string

func (*SearchCosts) ProtoMessage added in v0.1.12

func (*SearchCosts) ProtoMessage()

func (*SearchCosts) Reset added in v0.1.12

func (m *SearchCosts) Reset()

func (*SearchCosts) String added in v0.1.12

func (m *SearchCosts) String() string

func (*SearchCosts) XXX_DiscardUnknown added in v0.1.12

func (m *SearchCosts) XXX_DiscardUnknown()

func (*SearchCosts) XXX_Marshal added in v0.1.12

func (m *SearchCosts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchCosts) XXX_Merge added in v0.1.12

func (m *SearchCosts) XXX_Merge(src proto.Message)

func (*SearchCosts) XXX_Size added in v0.1.12

func (m *SearchCosts) XXX_Size() int

func (*SearchCosts) XXX_Unmarshal added in v0.1.12

func (m *SearchCosts) XXX_Unmarshal(b []byte) error

type SearchReq added in v0.1.12

type SearchReq struct {
	// The search query.
	Query                string   `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchReq) Descriptor added in v0.1.12

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

func (*SearchReq) GetQuery added in v0.1.12

func (m *SearchReq) GetQuery() string

func (*SearchReq) ProtoMessage added in v0.1.12

func (*SearchReq) ProtoMessage()

func (*SearchReq) Reset added in v0.1.12

func (m *SearchReq) Reset()

func (*SearchReq) String added in v0.1.12

func (m *SearchReq) String() string

func (*SearchReq) XXX_DiscardUnknown added in v0.1.12

func (m *SearchReq) XXX_DiscardUnknown()

func (*SearchReq) XXX_Marshal added in v0.1.12

func (m *SearchReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchReq) XXX_Merge added in v0.1.12

func (m *SearchReq) XXX_Merge(src proto.Message)

func (*SearchReq) XXX_Size added in v0.1.12

func (m *SearchReq) XXX_Size() int

func (*SearchReq) XXX_Unmarshal added in v0.1.12

func (m *SearchReq) XXX_Unmarshal(b []byte) error

type SearchResp added in v0.1.12

type SearchResp struct {
	// The search hits.
	Hits                 []*DocumentResult `protobuf:"bytes,1,rep,name=hits,proto3" json:"hits,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SearchResp) Descriptor added in v0.1.12

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

func (*SearchResp) GetHits added in v0.1.12

func (m *SearchResp) GetHits() []*DocumentResult

func (*SearchResp) ProtoMessage added in v0.1.12

func (*SearchResp) ProtoMessage()

func (*SearchResp) Reset added in v0.1.12

func (m *SearchResp) Reset()

func (*SearchResp) String added in v0.1.12

func (m *SearchResp) String() string

func (*SearchResp) XXX_DiscardUnknown added in v0.1.12

func (m *SearchResp) XXX_DiscardUnknown()

func (*SearchResp) XXX_Marshal added in v0.1.12

func (m *SearchResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchResp) XXX_Merge added in v0.1.12

func (m *SearchResp) XXX_Merge(src proto.Message)

func (*SearchResp) XXX_Size added in v0.1.12

func (m *SearchResp) XXX_Size() int

func (*SearchResp) XXX_Unmarshal added in v0.1.12

func (m *SearchResp) XXX_Unmarshal(b []byte) error

type SetAccountInfoReq added in v0.1.14

type SetAccountInfoReq struct {
	// The new organization email address
	OrgEmail string `protobuf:"bytes,1,opt,name=orgEmail,proto3" json:"orgEmail,omitempty"`
	// The new organization address
	OrgAddress           string   `protobuf:"bytes,2,opt,name=orgAddress,proto3" json:"orgAddress,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetAccountInfoReq) Descriptor added in v0.1.14

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

func (*SetAccountInfoReq) GetOrgAddress added in v0.1.14

func (m *SetAccountInfoReq) GetOrgAddress() string

func (*SetAccountInfoReq) GetOrgEmail added in v0.1.14

func (m *SetAccountInfoReq) GetOrgEmail() string

func (*SetAccountInfoReq) ProtoMessage added in v0.1.14

func (*SetAccountInfoReq) ProtoMessage()

func (*SetAccountInfoReq) Reset added in v0.1.14

func (m *SetAccountInfoReq) Reset()

func (*SetAccountInfoReq) String added in v0.1.14

func (m *SetAccountInfoReq) String() string

func (*SetAccountInfoReq) XXX_DiscardUnknown added in v0.1.14

func (m *SetAccountInfoReq) XXX_DiscardUnknown()

func (*SetAccountInfoReq) XXX_Marshal added in v0.1.14

func (m *SetAccountInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetAccountInfoReq) XXX_Merge added in v0.1.14

func (m *SetAccountInfoReq) XXX_Merge(src proto.Message)

func (*SetAccountInfoReq) XXX_Size added in v0.1.14

func (m *SetAccountInfoReq) XXX_Size() int

func (*SetAccountInfoReq) XXX_Unmarshal added in v0.1.14

func (m *SetAccountInfoReq) XXX_Unmarshal(b []byte) error

type SetAccountInfoResp added in v0.1.14

type SetAccountInfoResp struct {
	// Whether the update was successful
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetAccountInfoResp) Descriptor added in v0.1.14

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

func (*SetAccountInfoResp) GetSuccess added in v0.1.14

func (m *SetAccountInfoResp) GetSuccess() bool

func (*SetAccountInfoResp) ProtoMessage added in v0.1.14

func (*SetAccountInfoResp) ProtoMessage()

func (*SetAccountInfoResp) Reset added in v0.1.14

func (m *SetAccountInfoResp) Reset()

func (*SetAccountInfoResp) String added in v0.1.14

func (m *SetAccountInfoResp) String() string

func (*SetAccountInfoResp) XXX_DiscardUnknown added in v0.1.14

func (m *SetAccountInfoResp) XXX_DiscardUnknown()

func (*SetAccountInfoResp) XXX_Marshal added in v0.1.14

func (m *SetAccountInfoResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetAccountInfoResp) XXX_Merge added in v0.1.14

func (m *SetAccountInfoResp) XXX_Merge(src proto.Message)

func (*SetAccountInfoResp) XXX_Size added in v0.1.14

func (m *SetAccountInfoResp) XXX_Size() int

func (*SetAccountInfoResp) XXX_Unmarshal added in v0.1.14

func (m *SetAccountInfoResp) XXX_Unmarshal(b []byte) error

type SetDefaultPaymentMethodReq added in v0.1.14

type SetDefaultPaymentMethodReq struct {
	// payment method id
	PmID                 string   `protobuf:"bytes,1,opt,name=pmID,proto3" json:"pmID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetDefaultPaymentMethodReq) Descriptor added in v0.1.14

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

func (*SetDefaultPaymentMethodReq) GetPmID added in v0.1.14

func (m *SetDefaultPaymentMethodReq) GetPmID() string

func (*SetDefaultPaymentMethodReq) ProtoMessage added in v0.1.14

func (*SetDefaultPaymentMethodReq) ProtoMessage()

func (*SetDefaultPaymentMethodReq) Reset added in v0.1.14

func (m *SetDefaultPaymentMethodReq) Reset()

func (*SetDefaultPaymentMethodReq) String added in v0.1.14

func (m *SetDefaultPaymentMethodReq) String() string

func (*SetDefaultPaymentMethodReq) XXX_DiscardUnknown added in v0.1.14

func (m *SetDefaultPaymentMethodReq) XXX_DiscardUnknown()

func (*SetDefaultPaymentMethodReq) XXX_Marshal added in v0.1.14

func (m *SetDefaultPaymentMethodReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetDefaultPaymentMethodReq) XXX_Merge added in v0.1.14

func (m *SetDefaultPaymentMethodReq) XXX_Merge(src proto.Message)

func (*SetDefaultPaymentMethodReq) XXX_Size added in v0.1.14

func (m *SetDefaultPaymentMethodReq) XXX_Size() int

func (*SetDefaultPaymentMethodReq) XXX_Unmarshal added in v0.1.14

func (m *SetDefaultPaymentMethodReq) XXX_Unmarshal(b []byte) error

type SetDefaultPaymentMethodResp added in v0.1.14

type SetDefaultPaymentMethodResp struct {
	// payment method id
	PmID                 string   `protobuf:"bytes,1,opt,name=pmID,proto3" json:"pmID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetDefaultPaymentMethodResp) Descriptor added in v0.1.14

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

func (*SetDefaultPaymentMethodResp) GetPmID added in v0.1.14

func (m *SetDefaultPaymentMethodResp) GetPmID() string

func (*SetDefaultPaymentMethodResp) ProtoMessage added in v0.1.14

func (*SetDefaultPaymentMethodResp) ProtoMessage()

func (*SetDefaultPaymentMethodResp) Reset added in v0.1.14

func (m *SetDefaultPaymentMethodResp) Reset()

func (*SetDefaultPaymentMethodResp) String added in v0.1.14

func (m *SetDefaultPaymentMethodResp) String() string

func (*SetDefaultPaymentMethodResp) XXX_DiscardUnknown added in v0.1.14

func (m *SetDefaultPaymentMethodResp) XXX_DiscardUnknown()

func (*SetDefaultPaymentMethodResp) XXX_Marshal added in v0.1.14

func (m *SetDefaultPaymentMethodResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetDefaultPaymentMethodResp) XXX_Merge added in v0.1.14

func (m *SetDefaultPaymentMethodResp) XXX_Merge(src proto.Message)

func (*SetDefaultPaymentMethodResp) XXX_Size added in v0.1.14

func (m *SetDefaultPaymentMethodResp) XXX_Size() int

func (*SetDefaultPaymentMethodResp) XXX_Unmarshal added in v0.1.14

func (m *SetDefaultPaymentMethodResp) XXX_Unmarshal(b []byte) error

type SetMultiLevelSharingReq added in v0.1.12

type SetMultiLevelSharingReq struct {
	// Whether or not to enable multi-level sharing
	Enable               bool     `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetMultiLevelSharingReq) Descriptor added in v0.1.12

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

func (*SetMultiLevelSharingReq) GetEnable added in v0.1.12

func (m *SetMultiLevelSharingReq) GetEnable() bool

func (*SetMultiLevelSharingReq) ProtoMessage added in v0.1.12

func (*SetMultiLevelSharingReq) ProtoMessage()

func (*SetMultiLevelSharingReq) Reset added in v0.1.12

func (m *SetMultiLevelSharingReq) Reset()

func (*SetMultiLevelSharingReq) String added in v0.1.12

func (m *SetMultiLevelSharingReq) String() string

func (*SetMultiLevelSharingReq) XXX_DiscardUnknown added in v0.1.12

func (m *SetMultiLevelSharingReq) XXX_DiscardUnknown()

func (*SetMultiLevelSharingReq) XXX_Marshal added in v0.1.12

func (m *SetMultiLevelSharingReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetMultiLevelSharingReq) XXX_Merge added in v0.1.12

func (m *SetMultiLevelSharingReq) XXX_Merge(src proto.Message)

func (*SetMultiLevelSharingReq) XXX_Size added in v0.1.12

func (m *SetMultiLevelSharingReq) XXX_Size() int

func (*SetMultiLevelSharingReq) XXX_Unmarshal added in v0.1.12

func (m *SetMultiLevelSharingReq) XXX_Unmarshal(b []byte) error

type SetMultiLevelSharingResp added in v0.1.12

type SetMultiLevelSharingResp struct {
	// Whether the update was successful
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetMultiLevelSharingResp) Descriptor added in v0.1.12

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

func (*SetMultiLevelSharingResp) GetSuccess added in v0.1.12

func (m *SetMultiLevelSharingResp) GetSuccess() bool

func (*SetMultiLevelSharingResp) ProtoMessage added in v0.1.12

func (*SetMultiLevelSharingResp) ProtoMessage()

func (*SetMultiLevelSharingResp) Reset added in v0.1.12

func (m *SetMultiLevelSharingResp) Reset()

func (*SetMultiLevelSharingResp) String added in v0.1.12

func (m *SetMultiLevelSharingResp) String() string

func (*SetMultiLevelSharingResp) XXX_DiscardUnknown added in v0.1.12

func (m *SetMultiLevelSharingResp) XXX_DiscardUnknown()

func (*SetMultiLevelSharingResp) XXX_Marshal added in v0.1.12

func (m *SetMultiLevelSharingResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetMultiLevelSharingResp) XXX_Merge added in v0.1.12

func (m *SetMultiLevelSharingResp) XXX_Merge(src proto.Message)

func (*SetMultiLevelSharingResp) XXX_Size added in v0.1.12

func (m *SetMultiLevelSharingResp) XXX_Size() int

func (*SetMultiLevelSharingResp) XXX_Unmarshal added in v0.1.12

func (m *SetMultiLevelSharingResp) XXX_Unmarshal(b []byte) error

type SetNextBillingFrequencyReq added in v0.1.12

type SetNextBillingFrequencyReq struct {
	// Billing frequency
	Frequency TimeInterval `protobuf:"varint,1,opt,name=frequency,proto3,enum=proto.TimeInterval" json:"frequency,omitempty"`
	// When this billing frequency becomes valid
	ValidFrom            *timestamp.Timestamp `protobuf:"bytes,2,opt,name=validFrom,proto3" json:"validFrom,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SetNextBillingFrequencyReq) Descriptor added in v0.1.12

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

func (*SetNextBillingFrequencyReq) GetFrequency added in v0.1.12

func (m *SetNextBillingFrequencyReq) GetFrequency() TimeInterval

func (*SetNextBillingFrequencyReq) GetValidFrom added in v0.1.12

func (m *SetNextBillingFrequencyReq) GetValidFrom() *timestamp.Timestamp

func (*SetNextBillingFrequencyReq) ProtoMessage added in v0.1.12

func (*SetNextBillingFrequencyReq) ProtoMessage()

func (*SetNextBillingFrequencyReq) Reset added in v0.1.12

func (m *SetNextBillingFrequencyReq) Reset()

func (*SetNextBillingFrequencyReq) String added in v0.1.12

func (m *SetNextBillingFrequencyReq) String() string

func (*SetNextBillingFrequencyReq) XXX_DiscardUnknown added in v0.1.12

func (m *SetNextBillingFrequencyReq) XXX_DiscardUnknown()

func (*SetNextBillingFrequencyReq) XXX_Marshal added in v0.1.12

func (m *SetNextBillingFrequencyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetNextBillingFrequencyReq) XXX_Merge added in v0.1.12

func (m *SetNextBillingFrequencyReq) XXX_Merge(src proto.Message)

func (*SetNextBillingFrequencyReq) XXX_Size added in v0.1.12

func (m *SetNextBillingFrequencyReq) XXX_Size() int

func (*SetNextBillingFrequencyReq) XXX_Unmarshal added in v0.1.12

func (m *SetNextBillingFrequencyReq) XXX_Unmarshal(b []byte) error

type SetNextBillingFrequencyResp added in v0.1.12

type SetNextBillingFrequencyResp struct {
	// Next billing frequency
	NextBillingFrequency *BillingFrequency `protobuf:"bytes,1,opt,name=nextBillingFrequency,proto3" json:"nextBillingFrequency,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SetNextBillingFrequencyResp) Descriptor added in v0.1.12

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

func (*SetNextBillingFrequencyResp) GetNextBillingFrequency added in v0.1.12

func (m *SetNextBillingFrequencyResp) GetNextBillingFrequency() *BillingFrequency

func (*SetNextBillingFrequencyResp) ProtoMessage added in v0.1.12

func (*SetNextBillingFrequencyResp) ProtoMessage()

func (*SetNextBillingFrequencyResp) Reset added in v0.1.12

func (m *SetNextBillingFrequencyResp) Reset()

func (*SetNextBillingFrequencyResp) String added in v0.1.12

func (m *SetNextBillingFrequencyResp) String() string

func (*SetNextBillingFrequencyResp) XXX_DiscardUnknown added in v0.1.12

func (m *SetNextBillingFrequencyResp) XXX_DiscardUnknown()

func (*SetNextBillingFrequencyResp) XXX_Marshal added in v0.1.12

func (m *SetNextBillingFrequencyResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetNextBillingFrequencyResp) XXX_Merge added in v0.1.12

func (m *SetNextBillingFrequencyResp) XXX_Merge(src proto.Message)

func (*SetNextBillingFrequencyResp) XXX_Size added in v0.1.12

func (m *SetNextBillingFrequencyResp) XXX_Size() int

func (*SetNextBillingFrequencyResp) XXX_Unmarshal added in v0.1.12

func (m *SetNextBillingFrequencyResp) XXX_Unmarshal(b []byte) error

type SetUserInfoReq added in v0.1.14

type SetUserInfoReq struct {
	// The new user name
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The new user email
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetUserInfoReq) Descriptor added in v0.1.14

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

func (*SetUserInfoReq) GetEmail added in v0.1.14

func (m *SetUserInfoReq) GetEmail() string

func (*SetUserInfoReq) GetName added in v0.1.14

func (m *SetUserInfoReq) GetName() string

func (*SetUserInfoReq) ProtoMessage added in v0.1.14

func (*SetUserInfoReq) ProtoMessage()

func (*SetUserInfoReq) Reset added in v0.1.14

func (m *SetUserInfoReq) Reset()

func (*SetUserInfoReq) String added in v0.1.14

func (m *SetUserInfoReq) String() string

func (*SetUserInfoReq) XXX_DiscardUnknown added in v0.1.14

func (m *SetUserInfoReq) XXX_DiscardUnknown()

func (*SetUserInfoReq) XXX_Marshal added in v0.1.14

func (m *SetUserInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserInfoReq) XXX_Merge added in v0.1.14

func (m *SetUserInfoReq) XXX_Merge(src proto.Message)

func (*SetUserInfoReq) XXX_Size added in v0.1.14

func (m *SetUserInfoReq) XXX_Size() int

func (*SetUserInfoReq) XXX_Unmarshal added in v0.1.14

func (m *SetUserInfoReq) XXX_Unmarshal(b []byte) error

type SetUserInfoResp added in v0.1.14

type SetUserInfoResp struct {
	// Whether the update was successful
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SetUserInfoResp) Descriptor added in v0.1.14

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

func (*SetUserInfoResp) GetSuccess added in v0.1.14

func (m *SetUserInfoResp) GetSuccess() bool

func (*SetUserInfoResp) ProtoMessage added in v0.1.14

func (*SetUserInfoResp) ProtoMessage()

func (*SetUserInfoResp) Reset added in v0.1.14

func (m *SetUserInfoResp) Reset()

func (*SetUserInfoResp) String added in v0.1.14

func (m *SetUserInfoResp) String() string

func (*SetUserInfoResp) XXX_DiscardUnknown added in v0.1.14

func (m *SetUserInfoResp) XXX_DiscardUnknown()

func (*SetUserInfoResp) XXX_Marshal added in v0.1.14

func (m *SetUserInfoResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserInfoResp) XXX_Merge added in v0.1.14

func (m *SetUserInfoResp) XXX_Merge(src proto.Message)

func (*SetUserInfoResp) XXX_Size added in v0.1.14

func (m *SetUserInfoResp) XXX_Size() int

func (*SetUserInfoResp) XXX_Unmarshal added in v0.1.14

func (m *SetUserInfoResp) XXX_Unmarshal(b []byte) error

type ShareDocumentReq added in v0.1.12

type ShareDocumentReq struct {
	// The ID of the document to share.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The user ID to share it to.
	UserID               string   `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShareDocumentReq) Descriptor added in v0.1.12

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

func (*ShareDocumentReq) GetDocID added in v0.1.12

func (m *ShareDocumentReq) GetDocID() string

func (*ShareDocumentReq) GetUserID added in v0.1.12

func (m *ShareDocumentReq) GetUserID() string

func (*ShareDocumentReq) ProtoMessage added in v0.1.12

func (*ShareDocumentReq) ProtoMessage()

func (*ShareDocumentReq) Reset added in v0.1.12

func (m *ShareDocumentReq) Reset()

func (*ShareDocumentReq) String added in v0.1.12

func (m *ShareDocumentReq) String() string

func (*ShareDocumentReq) XXX_DiscardUnknown added in v0.1.12

func (m *ShareDocumentReq) XXX_DiscardUnknown()

func (*ShareDocumentReq) XXX_Marshal added in v0.1.12

func (m *ShareDocumentReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShareDocumentReq) XXX_Merge added in v0.1.12

func (m *ShareDocumentReq) XXX_Merge(src proto.Message)

func (*ShareDocumentReq) XXX_Size added in v0.1.12

func (m *ShareDocumentReq) XXX_Size() int

func (*ShareDocumentReq) XXX_Unmarshal added in v0.1.12

func (m *ShareDocumentReq) XXX_Unmarshal(b []byte) error

type ShareDocumentResp added in v0.1.12

type ShareDocumentResp struct {
	// Whether the share was successful.
	Success              bool     `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShareDocumentResp) Descriptor added in v0.1.12

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

func (*ShareDocumentResp) GetSuccess added in v0.1.12

func (m *ShareDocumentResp) GetSuccess() bool

func (*ShareDocumentResp) ProtoMessage added in v0.1.12

func (*ShareDocumentResp) ProtoMessage()

func (*ShareDocumentResp) Reset added in v0.1.12

func (m *ShareDocumentResp) Reset()

func (*ShareDocumentResp) String added in v0.1.12

func (m *ShareDocumentResp) String() string

func (*ShareDocumentResp) XXX_DiscardUnknown added in v0.1.12

func (m *ShareDocumentResp) XXX_DiscardUnknown()

func (*ShareDocumentResp) XXX_Marshal added in v0.1.12

func (m *ShareDocumentResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShareDocumentResp) XXX_Merge added in v0.1.12

func (m *ShareDocumentResp) XXX_Merge(src proto.Message)

func (*ShareDocumentResp) XXX_Size added in v0.1.12

func (m *ShareDocumentResp) XXX_Size() int

func (*ShareDocumentResp) XXX_Unmarshal added in v0.1.12

func (m *ShareDocumentResp) XXX_Unmarshal(b []byte) error

type StrongDocServiceClient

type StrongDocServiceClient interface {
	// Registers a new organization
	//
	// The user who created the organization is automatically an administrator
	//
	// Does not require Login
	RegisterOrganization(ctx context.Context, in *RegisterOrganizationReq, opts ...grpc.CallOption) (*RegisterOrganizationResp, error)
	// Reactivate an organization that was unsubscribed via aws
	//
	// The user reactivating the organization becomes the administrator
	//
	// Does not require login
	ReactivateOrganization(ctx context.Context, in *RegisterOrganizationReq, opts ...grpc.CallOption) (*RegisterOrganizationResp, error)
	// Remove an organization and its search indexes
	//
	// Requires Administrator privilege. Only an administrator can remove the whole organization
	//
	// Requires Login
	RemoveOrganization(ctx context.Context, in *RemoveOrganizationReq, opts ...grpc.CallOption) (*RemoveOrganizationResp, error)
	// Register new user
	//
	// Creates new user if it doesn't already exist. If the user already exist, and
	// error is thrown
	//
	// Requires administrator privilege
	RegisterUser(ctx context.Context, in *RegisterUserReq, opts ...grpc.CallOption) (*RegisterUserResp, error)
	// List the users of the organization
	//
	// Requires Login
	ListUsers(ctx context.Context, in *ListUsersReq, opts ...grpc.CallOption) (*ListUsersResp, error)
	// Remove user from organization
	//
	// Removes the user from the organization. The users documents still exists,
	// but belong to the organization, only accessible by organization admin.
	//
	// Requires administrator privilege.
	RemoveUser(ctx context.Context, in *RemoveUserReq, opts ...grpc.CallOption) (*RemoveUserResp, error)
	// Promote a regular user to administrator at the organization
	//
	// Requires administrator privilege.
	PromoteUser(ctx context.Context, in *PromoteUserReq, opts ...grpc.CallOption) (*PromoteUserResp, error)
	// Demote administrator to regular user at the organization. Attempting to
	// demote the last administrator of an organization will fail
	//
	// Requires administrator privilege.
	DemoteUser(ctx context.Context, in *DemoteUserReq, opts ...grpc.CallOption) (*DemoteUserResp, error)
	// List the documents the user can access
	//
	// Administrators can see all documents belonging to the organization
	//
	// Requires Login
	ListDocuments(ctx context.Context, in *ListDocumentsReq, opts ...grpc.CallOption) (*ListDocumentsResp, error)
	// Remove document the user can access
	//
	// Admin user can remove document for the whole organization
	// Regular user only can remove document for him/herself
	//
	// Requires Login
	RemoveDocument(ctx context.Context, in *RemoveDocumentReq, opts ...grpc.CallOption) (*RemoveDocumentResp, error)
	// Upload document
	//
	// User can upload document to the organization for storage
	//
	// Requires Login
	UploadDocumentStream(ctx context.Context, opts ...grpc.CallOption) (StrongDocService_UploadDocumentStreamClient, error)
	// Upload document
	//
	// User can upload document to the organization for storage
	//
	// Requires Login
	UploadDocument(ctx context.Context, in *UploadDocReq, opts ...grpc.CallOption) (*UploadDocResp, error)
	// Download document stream
	//
	// User can download the documents
	//
	// Requires Login
	DownloadDocumentStream(ctx context.Context, in *DownloadDocStreamReq, opts ...grpc.CallOption) (StrongDocService_DownloadDocumentStreamClient, error)
	// Download document
	//
	// User can download the documents
	//
	// Requires Login
	DownloadDocument(ctx context.Context, in *DownloadDocReq, opts ...grpc.CallOption) (*DownloadDocResp, error)
	// Encrypt document stream encrypts the document and returns the ciphertext
	// back to the user without storing it.
	//
	// Requires Login
	EncryptDocumentStream(ctx context.Context, opts ...grpc.CallOption) (StrongDocService_EncryptDocumentStreamClient, error)
	// Encrypt document encrypts the document and returns the ciphertext
	// back to the user without storing it.
	//
	// Requires Login
	EncryptDocument(ctx context.Context, in *EncryptDocReq, opts ...grpc.CallOption) (*EncryptDocResp, error)
	// Decrypt document stream decrypts the ciphertext passed in and returns
	// decrypted plain text back to the user without storing it
	//
	// Requires Login
	DecryptDocumentStream(ctx context.Context, opts ...grpc.CallOption) (StrongDocService_DecryptDocumentStreamClient, error)
	// Decrypt document decrypts the ciphertext passed in and returns
	// decrypted plain text back to the user without storing it
	DecryptDocument(ctx context.Context, in *DecryptDocReq, opts ...grpc.CallOption) (*DecryptDocResp, error)
	// Share a document to another user
	//
	// Requires Login
	ShareDocument(ctx context.Context, in *ShareDocumentReq, opts ...grpc.CallOption) (*ShareDocumentResp, error)
	// Unshare a document that had previously been shared to a user
	//
	// Requires Login
	UnshareDocument(ctx context.Context, in *UnshareDocumentReq, opts ...grpc.CallOption) (*UnshareDocumentResp, error)
	ListDocActionHistory(ctx context.Context, in *ListDocActionHistoryReq, opts ...grpc.CallOption) (*ListDocActionHistoryResp, error)
	// Obtain an authentication token to be used with other APIs
	//
	// An authentication token will be returned after user has been validated
	// The returned token will be used as a Bearer Token and need to be set in
	// the request header
	Login(ctx context.Context, in *LoginReq, opts ...grpc.CallOption) (*LoginResp, error)
	// Logout current user
	//
	// Requires Login
	Logout(ctx context.Context, in *LogoutReq, opts ...grpc.CallOption) (*LogoutResp, error)
	// Search within a list of user's accessible documents
	//
	// The response will include a list document id and its score when matches are found
	//
	// Requires Login
	Search(ctx context.Context, in *SearchReq, opts ...grpc.CallOption) (*SearchResp, error)
	//Add a sharable organization to the user's organization.
	//
	//Requires Administrator privilege.
	//Requires Login
	AddSharableOrg(ctx context.Context, in *AddSharableOrgReq, opts ...grpc.CallOption) (*AddSharableOrgResp, error)
	//Remove a sharable organization from the user's organization.
	//
	//Requires Administrator privilege.
	//Requires Login
	RemoveSharableOrg(ctx context.Context, in *RemoveSharableOrgReq, opts ...grpc.CallOption) (*RemoveSharableOrgResp, error)
	//Update the organization's multi-level sharing setting
	//
	//Requires Administrator privilege.
	//Requires Login
	SetMultiLevelSharing(ctx context.Context, in *SetMultiLevelSharingReq, opts ...grpc.CallOption) (*SetMultiLevelSharingResp, error)
	//Update the organization's account info
	//
	//Requires Administrator privilege.
	//Requires Login
	SetAccountInfo(ctx context.Context, in *SetAccountInfoReq, opts ...grpc.CallOption) (*SetAccountInfoResp, error)
	//List all items of the cost breakdown and also other details such as the billing frequency
	//
	//Requires Administrator privilege
	//Requires Login
	GetBillingDetails(ctx context.Context, in *GetBillingDetailsReq, opts ...grpc.CallOption) (*GetBillingDetailsResp, error)
	//Obtain the list of billing frequencies (past, current and future)
	//
	//Requires Administrator privilege
	//Requires Login
	GetBillingFrequencyList(ctx context.Context, in *GetBillingFrequencyListReq, opts ...grpc.CallOption) (*GetBillingFrequencyListResp, error)
	//Change the next billing frequency
	//
	//Requires Administrator privilege
	//Requires Login
	SetNextBillingFrequency(ctx context.Context, in *SetNextBillingFrequencyReq, opts ...grpc.CallOption) (*SetNextBillingFrequencyResp, error)
	//Obtain the list of large traffic usages
	//
	//Requires Administrator privilege
	//Requires Login
	GetLargeTraffic(ctx context.Context, in *GetLargeTrafficReq, opts ...grpc.CallOption) (*GetLargeTrafficResp, error)
	//Obtain information about the account
	//
	//Requires Administrator privilege
	//Requires Login
	GetAccountInfo(ctx context.Context, in *GetAccountInfoReq, opts ...grpc.CallOption) (*GetAccountInfoResp, error)
	// Obtain information about logged in user
	//
	// Requires Login
	GetUserInfo(ctx context.Context, in *GetUserInfoReq, opts ...grpc.CallOption) (*GetUserInfoResp, error)
	// Change the password of a logged in user
	//
	// Requires Login
	ChangeUserPassword(ctx context.Context, in *ChangeUserPasswordReq, opts ...grpc.CallOption) (*ChangeUserPasswordResp, error)
	// Set information about a logged in user
	//
	// Requires Login
	SetUserInfo(ctx context.Context, in *SetUserInfoReq, opts ...grpc.CallOption) (*SetUserInfoResp, error)
	// Obtain a list of the org's credit cards
	//
	// Requires Administrator privilege
	// Requires Login
	ListCreditCards(ctx context.Context, in *ListCreditCardsReq, opts ...grpc.CallOption) (*ListCreditCardsResp, error)
	// Add a payment method to the customer and validate the payment method
	//
	// Requires Administrator privilege
	// Requires Login
	AddPaymentMethod(ctx context.Context, in *AddPaymentMethodReq, opts ...grpc.CallOption) (*AddPaymentMethodResp, error)
	// Set the default payment method for a stripe customer
	//
	// Requires Administrator privilege
	// Requires Login
	SetDefaultPaymentMethod(ctx context.Context, in *SetDefaultPaymentMethodReq, opts ...grpc.CallOption) (*SetDefaultPaymentMethodResp, error)
	// Remove a payment method for a stripe customer
	//
	// Requires Administrator privilege
	// Requires Login
	RemovePaymentMethod(ctx context.Context, in *RemovePaymentMethodReq, opts ...grpc.CallOption) (*RemovePaymentMethodResp, error)
	// List payments for the organization
	//
	// Requires Administrator privilege
	// Requires Login
	ListPayments(ctx context.Context, in *ListPaymentsReq, opts ...grpc.CallOption) (*ListPaymentsResp, error)
}

StrongDocServiceClient is the client API for StrongDocService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewStrongDocServiceClient

func NewStrongDocServiceClient(cc *grpc.ClientConn) StrongDocServiceClient

type StrongDocServiceServer

type StrongDocServiceServer interface {
	// Registers a new organization
	//
	// The user who created the organization is automatically an administrator
	//
	// Does not require Login
	RegisterOrganization(context.Context, *RegisterOrganizationReq) (*RegisterOrganizationResp, error)
	// Reactivate an organization that was unsubscribed via aws
	//
	// The user reactivating the organization becomes the administrator
	//
	// Does not require login
	ReactivateOrganization(context.Context, *RegisterOrganizationReq) (*RegisterOrganizationResp, error)
	// Remove an organization and its search indexes
	//
	// Requires Administrator privilege. Only an administrator can remove the whole organization
	//
	// Requires Login
	RemoveOrganization(context.Context, *RemoveOrganizationReq) (*RemoveOrganizationResp, error)
	// Register new user
	//
	// Creates new user if it doesn't already exist. If the user already exist, and
	// error is thrown
	//
	// Requires administrator privilege
	RegisterUser(context.Context, *RegisterUserReq) (*RegisterUserResp, error)
	// List the users of the organization
	//
	// Requires Login
	ListUsers(context.Context, *ListUsersReq) (*ListUsersResp, error)
	// Remove user from organization
	//
	// Removes the user from the organization. The users documents still exists,
	// but belong to the organization, only accessible by organization admin.
	//
	// Requires administrator privilege.
	RemoveUser(context.Context, *RemoveUserReq) (*RemoveUserResp, error)
	// Promote a regular user to administrator at the organization
	//
	// Requires administrator privilege.
	PromoteUser(context.Context, *PromoteUserReq) (*PromoteUserResp, error)
	// Demote administrator to regular user at the organization. Attempting to
	// demote the last administrator of an organization will fail
	//
	// Requires administrator privilege.
	DemoteUser(context.Context, *DemoteUserReq) (*DemoteUserResp, error)
	// List the documents the user can access
	//
	// Administrators can see all documents belonging to the organization
	//
	// Requires Login
	ListDocuments(context.Context, *ListDocumentsReq) (*ListDocumentsResp, error)
	// Remove document the user can access
	//
	// Admin user can remove document for the whole organization
	// Regular user only can remove document for him/herself
	//
	// Requires Login
	RemoveDocument(context.Context, *RemoveDocumentReq) (*RemoveDocumentResp, error)
	// Upload document
	//
	// User can upload document to the organization for storage
	//
	// Requires Login
	UploadDocumentStream(StrongDocService_UploadDocumentStreamServer) error
	// Upload document
	//
	// User can upload document to the organization for storage
	//
	// Requires Login
	UploadDocument(context.Context, *UploadDocReq) (*UploadDocResp, error)
	// Download document stream
	//
	// User can download the documents
	//
	// Requires Login
	DownloadDocumentStream(*DownloadDocStreamReq, StrongDocService_DownloadDocumentStreamServer) error
	// Download document
	//
	// User can download the documents
	//
	// Requires Login
	DownloadDocument(context.Context, *DownloadDocReq) (*DownloadDocResp, error)
	// Encrypt document stream encrypts the document and returns the ciphertext
	// back to the user without storing it.
	//
	// Requires Login
	EncryptDocumentStream(StrongDocService_EncryptDocumentStreamServer) error
	// Encrypt document encrypts the document and returns the ciphertext
	// back to the user without storing it.
	//
	// Requires Login
	EncryptDocument(context.Context, *EncryptDocReq) (*EncryptDocResp, error)
	// Decrypt document stream decrypts the ciphertext passed in and returns
	// decrypted plain text back to the user without storing it
	//
	// Requires Login
	DecryptDocumentStream(StrongDocService_DecryptDocumentStreamServer) error
	// Decrypt document decrypts the ciphertext passed in and returns
	// decrypted plain text back to the user without storing it
	DecryptDocument(context.Context, *DecryptDocReq) (*DecryptDocResp, error)
	// Share a document to another user
	//
	// Requires Login
	ShareDocument(context.Context, *ShareDocumentReq) (*ShareDocumentResp, error)
	// Unshare a document that had previously been shared to a user
	//
	// Requires Login
	UnshareDocument(context.Context, *UnshareDocumentReq) (*UnshareDocumentResp, error)
	ListDocActionHistory(context.Context, *ListDocActionHistoryReq) (*ListDocActionHistoryResp, error)
	// Obtain an authentication token to be used with other APIs
	//
	// An authentication token will be returned after user has been validated
	// The returned token will be used as a Bearer Token and need to be set in
	// the request header
	Login(context.Context, *LoginReq) (*LoginResp, error)
	// Logout current user
	//
	// Requires Login
	Logout(context.Context, *LogoutReq) (*LogoutResp, error)
	// Search within a list of user's accessible documents
	//
	// The response will include a list document id and its score when matches are found
	//
	// Requires Login
	Search(context.Context, *SearchReq) (*SearchResp, error)
	//Add a sharable organization to the user's organization.
	//
	//Requires Administrator privilege.
	//Requires Login
	AddSharableOrg(context.Context, *AddSharableOrgReq) (*AddSharableOrgResp, error)
	//Remove a sharable organization from the user's organization.
	//
	//Requires Administrator privilege.
	//Requires Login
	RemoveSharableOrg(context.Context, *RemoveSharableOrgReq) (*RemoveSharableOrgResp, error)
	//Update the organization's multi-level sharing setting
	//
	//Requires Administrator privilege.
	//Requires Login
	SetMultiLevelSharing(context.Context, *SetMultiLevelSharingReq) (*SetMultiLevelSharingResp, error)
	//Update the organization's account info
	//
	//Requires Administrator privilege.
	//Requires Login
	SetAccountInfo(context.Context, *SetAccountInfoReq) (*SetAccountInfoResp, error)
	//List all items of the cost breakdown and also other details such as the billing frequency
	//
	//Requires Administrator privilege
	//Requires Login
	GetBillingDetails(context.Context, *GetBillingDetailsReq) (*GetBillingDetailsResp, error)
	//Obtain the list of billing frequencies (past, current and future)
	//
	//Requires Administrator privilege
	//Requires Login
	GetBillingFrequencyList(context.Context, *GetBillingFrequencyListReq) (*GetBillingFrequencyListResp, error)
	//Change the next billing frequency
	//
	//Requires Administrator privilege
	//Requires Login
	SetNextBillingFrequency(context.Context, *SetNextBillingFrequencyReq) (*SetNextBillingFrequencyResp, error)
	//Obtain the list of large traffic usages
	//
	//Requires Administrator privilege
	//Requires Login
	GetLargeTraffic(context.Context, *GetLargeTrafficReq) (*GetLargeTrafficResp, error)
	//Obtain information about the account
	//
	//Requires Administrator privilege
	//Requires Login
	GetAccountInfo(context.Context, *GetAccountInfoReq) (*GetAccountInfoResp, error)
	// Obtain information about logged in user
	//
	// Requires Login
	GetUserInfo(context.Context, *GetUserInfoReq) (*GetUserInfoResp, error)
	// Change the password of a logged in user
	//
	// Requires Login
	ChangeUserPassword(context.Context, *ChangeUserPasswordReq) (*ChangeUserPasswordResp, error)
	// Set information about a logged in user
	//
	// Requires Login
	SetUserInfo(context.Context, *SetUserInfoReq) (*SetUserInfoResp, error)
	// Obtain a list of the org's credit cards
	//
	// Requires Administrator privilege
	// Requires Login
	ListCreditCards(context.Context, *ListCreditCardsReq) (*ListCreditCardsResp, error)
	// Add a payment method to the customer and validate the payment method
	//
	// Requires Administrator privilege
	// Requires Login
	AddPaymentMethod(context.Context, *AddPaymentMethodReq) (*AddPaymentMethodResp, error)
	// Set the default payment method for a stripe customer
	//
	// Requires Administrator privilege
	// Requires Login
	SetDefaultPaymentMethod(context.Context, *SetDefaultPaymentMethodReq) (*SetDefaultPaymentMethodResp, error)
	// Remove a payment method for a stripe customer
	//
	// Requires Administrator privilege
	// Requires Login
	RemovePaymentMethod(context.Context, *RemovePaymentMethodReq) (*RemovePaymentMethodResp, error)
	// List payments for the organization
	//
	// Requires Administrator privilege
	// Requires Login
	ListPayments(context.Context, *ListPaymentsReq) (*ListPaymentsResp, error)
}

StrongDocServiceServer is the server API for StrongDocService service.

type StrongDocService_DecryptDocumentStreamClient

type StrongDocService_DecryptDocumentStreamClient interface {
	Send(*DecryptDocStreamReq) error
	Recv() (*DecryptDocStreamResp, error)
	grpc.ClientStream
}

type StrongDocService_DecryptDocumentStreamServer

type StrongDocService_DecryptDocumentStreamServer interface {
	Send(*DecryptDocStreamResp) error
	Recv() (*DecryptDocStreamReq, error)
	grpc.ServerStream
}

type StrongDocService_DownloadDocumentStreamClient

type StrongDocService_DownloadDocumentStreamClient interface {
	Recv() (*DownloadDocStreamResp, error)
	grpc.ClientStream
}

type StrongDocService_DownloadDocumentStreamServer

type StrongDocService_DownloadDocumentStreamServer interface {
	Send(*DownloadDocStreamResp) error
	grpc.ServerStream
}

type StrongDocService_EncryptDocumentStreamClient

type StrongDocService_EncryptDocumentStreamClient interface {
	Send(*EncryptDocStreamReq) error
	Recv() (*EncryptDocStreamResp, error)
	grpc.ClientStream
}

type StrongDocService_EncryptDocumentStreamServer

type StrongDocService_EncryptDocumentStreamServer interface {
	Send(*EncryptDocStreamResp) error
	Recv() (*EncryptDocStreamReq, error)
	grpc.ServerStream
}

type StrongDocService_UploadDocumentStreamClient

type StrongDocService_UploadDocumentStreamClient interface {
	Send(*UploadDocStreamReq) error
	CloseAndRecv() (*UploadDocStreamResp, error)
	grpc.ClientStream
}

type StrongDocService_UploadDocumentStreamServer

type StrongDocService_UploadDocumentStreamServer interface {
	SendAndClose(*UploadDocStreamResp) error
	Recv() (*UploadDocStreamReq, error)
	grpc.ServerStream
}

type Subscription added in v0.1.12

type Subscription struct {
	// Subscription type (AWS Marketplace, Credit Card, etc.)
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// State of the subscription (Created, Subscribed, Unsubscribed, etc.)
	Status               string   `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Subscription) Descriptor added in v0.1.12

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

func (*Subscription) GetStatus added in v0.1.12

func (m *Subscription) GetStatus() string

func (*Subscription) GetType added in v0.1.12

func (m *Subscription) GetType() string

func (*Subscription) ProtoMessage added in v0.1.12

func (*Subscription) ProtoMessage()

func (*Subscription) Reset added in v0.1.12

func (m *Subscription) Reset()

func (*Subscription) String added in v0.1.12

func (m *Subscription) String() string

func (*Subscription) XXX_DiscardUnknown added in v0.1.12

func (m *Subscription) XXX_DiscardUnknown()

func (*Subscription) XXX_Marshal added in v0.1.12

func (m *Subscription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Subscription) XXX_Merge added in v0.1.12

func (m *Subscription) XXX_Merge(src proto.Message)

func (*Subscription) XXX_Size added in v0.1.12

func (m *Subscription) XXX_Size() int

func (*Subscription) XXX_Unmarshal added in v0.1.12

func (m *Subscription) XXX_Unmarshal(b []byte) error

type TimeInterval

type TimeInterval int32
const (
	TimeInterval_UNDEFINED TimeInterval = 0
	TimeInterval_MONTHLY   TimeInterval = 1
	TimeInterval_YEARLY    TimeInterval = 2
)

func (TimeInterval) EnumDescriptor

func (TimeInterval) EnumDescriptor() ([]byte, []int)

func (TimeInterval) String

func (x TimeInterval) String() string

type TrafficCosts added in v0.1.12

type TrafficCosts struct {
	// Cost of network traffic incurred during a billing period
	Cost float64 `protobuf:"fixed64,1,opt,name=cost,proto3" json:"cost,omitempty"`
	// Size of incoming requests during a billing period (in MB)
	Incoming float64 `protobuf:"fixed64,2,opt,name=incoming,proto3" json:"incoming,omitempty"`
	// Size of outgoing requests during a billing period (in MB)
	Outgoing float64 `protobuf:"fixed64,3,opt,name=outgoing,proto3" json:"outgoing,omitempty"`
	// Cost tier reached for network traffic during a billing period
	Tier                 string   `protobuf:"bytes,4,opt,name=tier,proto3" json:"tier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TrafficCosts) Descriptor added in v0.1.12

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

func (*TrafficCosts) GetCost added in v0.1.12

func (m *TrafficCosts) GetCost() float64

func (*TrafficCosts) GetIncoming added in v0.1.12

func (m *TrafficCosts) GetIncoming() float64

func (*TrafficCosts) GetOutgoing added in v0.1.12

func (m *TrafficCosts) GetOutgoing() float64

func (*TrafficCosts) GetTier added in v0.1.12

func (m *TrafficCosts) GetTier() string

func (*TrafficCosts) ProtoMessage added in v0.1.12

func (*TrafficCosts) ProtoMessage()

func (*TrafficCosts) Reset added in v0.1.12

func (m *TrafficCosts) Reset()

func (*TrafficCosts) String added in v0.1.12

func (m *TrafficCosts) String() string

func (*TrafficCosts) XXX_DiscardUnknown added in v0.1.12

func (m *TrafficCosts) XXX_DiscardUnknown()

func (*TrafficCosts) XXX_Marshal added in v0.1.12

func (m *TrafficCosts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TrafficCosts) XXX_Merge added in v0.1.12

func (m *TrafficCosts) XXX_Merge(src proto.Message)

func (*TrafficCosts) XXX_Size added in v0.1.12

func (m *TrafficCosts) XXX_Size() int

func (*TrafficCosts) XXX_Unmarshal added in v0.1.12

func (m *TrafficCosts) XXX_Unmarshal(b []byte) error

type TrafficDetail added in v0.1.12

type TrafficDetail struct {
	// Timestamp of the large traffic event
	Time *timestamp.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"`
	// The ID of the user who made the request
	UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	// HTTP method of the request
	Method string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	// URI called by the request
	URI string `protobuf:"bytes,4,opt,name=URI,proto3" json:"URI,omitempty"`
	// Size of the request (in MB)
	Incoming float64 `protobuf:"fixed64,5,opt,name=incoming,proto3" json:"incoming,omitempty"`
	// Size of the response (in MB)
	Outgoing             float64  `protobuf:"fixed64,6,opt,name=outgoing,proto3" json:"outgoing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TrafficDetail) Descriptor added in v0.1.12

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

func (*TrafficDetail) GetIncoming added in v0.1.12

func (m *TrafficDetail) GetIncoming() float64

func (*TrafficDetail) GetMethod added in v0.1.12

func (m *TrafficDetail) GetMethod() string

func (*TrafficDetail) GetOutgoing added in v0.1.12

func (m *TrafficDetail) GetOutgoing() float64

func (*TrafficDetail) GetTime added in v0.1.12

func (m *TrafficDetail) GetTime() *timestamp.Timestamp

func (*TrafficDetail) GetURI added in v0.1.12

func (m *TrafficDetail) GetURI() string

func (*TrafficDetail) GetUserID added in v0.1.12

func (m *TrafficDetail) GetUserID() string

func (*TrafficDetail) ProtoMessage added in v0.1.12

func (*TrafficDetail) ProtoMessage()

func (*TrafficDetail) Reset added in v0.1.12

func (m *TrafficDetail) Reset()

func (*TrafficDetail) String added in v0.1.12

func (m *TrafficDetail) String() string

func (*TrafficDetail) XXX_DiscardUnknown added in v0.1.12

func (m *TrafficDetail) XXX_DiscardUnknown()

func (*TrafficDetail) XXX_Marshal added in v0.1.12

func (m *TrafficDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TrafficDetail) XXX_Merge added in v0.1.12

func (m *TrafficDetail) XXX_Merge(src proto.Message)

func (*TrafficDetail) XXX_Size added in v0.1.12

func (m *TrafficDetail) XXX_Size() int

func (*TrafficDetail) XXX_Unmarshal added in v0.1.12

func (m *TrafficDetail) XXX_Unmarshal(b []byte) error

type UnimplementedStrongDocServiceServer

type UnimplementedStrongDocServiceServer struct {
}

UnimplementedStrongDocServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedStrongDocServiceServer) AddPaymentMethod added in v0.1.14

func (*UnimplementedStrongDocServiceServer) AddSharableOrg

func (*UnimplementedStrongDocServiceServer) ChangeUserPassword added in v0.1.14

func (*UnimplementedStrongDocServiceServer) DecryptDocument

func (*UnimplementedStrongDocServiceServer) DecryptDocumentStream

func (*UnimplementedStrongDocServiceServer) DemoteUser

func (*UnimplementedStrongDocServiceServer) DownloadDocument

func (*UnimplementedStrongDocServiceServer) DownloadDocumentStream

func (*UnimplementedStrongDocServiceServer) EncryptDocument

func (*UnimplementedStrongDocServiceServer) EncryptDocumentStream

func (*UnimplementedStrongDocServiceServer) GetAccountInfo added in v0.1.12

func (*UnimplementedStrongDocServiceServer) GetBillingDetails

func (*UnimplementedStrongDocServiceServer) GetBillingFrequencyList added in v0.1.12

func (*UnimplementedStrongDocServiceServer) GetLargeTraffic added in v0.1.12

func (*UnimplementedStrongDocServiceServer) GetUserInfo added in v0.1.12

func (*UnimplementedStrongDocServiceServer) ListCreditCards added in v0.1.14

func (*UnimplementedStrongDocServiceServer) ListDocActionHistory added in v0.1.14

func (*UnimplementedStrongDocServiceServer) ListDocuments

func (*UnimplementedStrongDocServiceServer) ListPayments added in v0.1.14

func (*UnimplementedStrongDocServiceServer) ListUsers

func (*UnimplementedStrongDocServiceServer) Login

func (*UnimplementedStrongDocServiceServer) Logout

func (*UnimplementedStrongDocServiceServer) PromoteUser

func (*UnimplementedStrongDocServiceServer) ReactivateOrganization added in v0.1.14

func (*UnimplementedStrongDocServiceServer) RegisterOrganization

func (*UnimplementedStrongDocServiceServer) RegisterUser

func (*UnimplementedStrongDocServiceServer) RemoveDocument

func (*UnimplementedStrongDocServiceServer) RemoveOrganization

func (*UnimplementedStrongDocServiceServer) RemovePaymentMethod added in v0.1.14

func (*UnimplementedStrongDocServiceServer) RemoveSharableOrg

func (*UnimplementedStrongDocServiceServer) RemoveUser

func (*UnimplementedStrongDocServiceServer) Search

func (*UnimplementedStrongDocServiceServer) SetAccountInfo added in v0.1.14

func (*UnimplementedStrongDocServiceServer) SetDefaultPaymentMethod added in v0.1.14

func (*UnimplementedStrongDocServiceServer) SetMultiLevelSharing

func (*UnimplementedStrongDocServiceServer) SetNextBillingFrequency added in v0.1.12

func (*UnimplementedStrongDocServiceServer) SetUserInfo added in v0.1.14

func (*UnimplementedStrongDocServiceServer) ShareDocument

func (*UnimplementedStrongDocServiceServer) UnshareDocument

func (*UnimplementedStrongDocServiceServer) UploadDocument

func (*UnimplementedStrongDocServiceServer) UploadDocumentStream

type UnshareDocumentReq added in v0.1.12

type UnshareDocumentReq struct {
	// The ID of the document to unshare.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The user ID to share it unshare.
	UserID               string   `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UnshareDocumentReq) Descriptor added in v0.1.12

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

func (*UnshareDocumentReq) GetDocID added in v0.1.12

func (m *UnshareDocumentReq) GetDocID() string

func (*UnshareDocumentReq) GetUserID added in v0.1.12

func (m *UnshareDocumentReq) GetUserID() string

func (*UnshareDocumentReq) ProtoMessage added in v0.1.12

func (*UnshareDocumentReq) ProtoMessage()

func (*UnshareDocumentReq) Reset added in v0.1.12

func (m *UnshareDocumentReq) Reset()

func (*UnshareDocumentReq) String added in v0.1.12

func (m *UnshareDocumentReq) String() string

func (*UnshareDocumentReq) XXX_DiscardUnknown added in v0.1.12

func (m *UnshareDocumentReq) XXX_DiscardUnknown()

func (*UnshareDocumentReq) XXX_Marshal added in v0.1.12

func (m *UnshareDocumentReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnshareDocumentReq) XXX_Merge added in v0.1.12

func (m *UnshareDocumentReq) XXX_Merge(src proto.Message)

func (*UnshareDocumentReq) XXX_Size added in v0.1.12

func (m *UnshareDocumentReq) XXX_Size() int

func (*UnshareDocumentReq) XXX_Unmarshal added in v0.1.12

func (m *UnshareDocumentReq) XXX_Unmarshal(b []byte) error

type UnshareDocumentResp added in v0.1.12

type UnshareDocumentResp struct {
	// The unshared document count.
	Count                int64    `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UnshareDocumentResp) Descriptor added in v0.1.12

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

func (*UnshareDocumentResp) GetCount added in v0.1.12

func (m *UnshareDocumentResp) GetCount() int64

func (*UnshareDocumentResp) ProtoMessage added in v0.1.12

func (*UnshareDocumentResp) ProtoMessage()

func (*UnshareDocumentResp) Reset added in v0.1.12

func (m *UnshareDocumentResp) Reset()

func (*UnshareDocumentResp) String added in v0.1.12

func (m *UnshareDocumentResp) String() string

func (*UnshareDocumentResp) XXX_DiscardUnknown added in v0.1.12

func (m *UnshareDocumentResp) XXX_DiscardUnknown()

func (*UnshareDocumentResp) XXX_Marshal added in v0.1.12

func (m *UnshareDocumentResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnshareDocumentResp) XXX_Merge added in v0.1.12

func (m *UnshareDocumentResp) XXX_Merge(src proto.Message)

func (*UnshareDocumentResp) XXX_Size added in v0.1.12

func (m *UnshareDocumentResp) XXX_Size() int

func (*UnshareDocumentResp) XXX_Unmarshal added in v0.1.12

func (m *UnshareDocumentResp) XXX_Unmarshal(b []byte) error

type UploadDocReq

type UploadDocReq struct {
	// The name of the document to upload.
	DocName string `protobuf:"bytes,1,opt,name=docName,proto3" json:"docName,omitempty"`
	// The data of the document to upload.
	Plaintext            string   `protobuf:"bytes,2,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UploadDocReq) Descriptor

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

func (*UploadDocReq) GetDocName

func (m *UploadDocReq) GetDocName() string

func (*UploadDocReq) GetPlaintext

func (m *UploadDocReq) GetPlaintext() string

func (*UploadDocReq) ProtoMessage

func (*UploadDocReq) ProtoMessage()

func (*UploadDocReq) Reset

func (m *UploadDocReq) Reset()

func (*UploadDocReq) String

func (m *UploadDocReq) String() string

func (*UploadDocReq) XXX_DiscardUnknown

func (m *UploadDocReq) XXX_DiscardUnknown()

func (*UploadDocReq) XXX_Marshal

func (m *UploadDocReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UploadDocReq) XXX_Merge

func (m *UploadDocReq) XXX_Merge(src proto.Message)

func (*UploadDocReq) XXX_Size

func (m *UploadDocReq) XXX_Size() int

func (*UploadDocReq) XXX_Unmarshal

func (m *UploadDocReq) XXX_Unmarshal(b []byte) error

type UploadDocResp

type UploadDocResp struct {
	// The ID of the document uploaded.
	DocID                string   `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UploadDocResp) Descriptor

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

func (*UploadDocResp) GetDocID

func (m *UploadDocResp) GetDocID() string

func (*UploadDocResp) ProtoMessage

func (*UploadDocResp) ProtoMessage()

func (*UploadDocResp) Reset

func (m *UploadDocResp) Reset()

func (*UploadDocResp) String

func (m *UploadDocResp) String() string

func (*UploadDocResp) XXX_DiscardUnknown

func (m *UploadDocResp) XXX_DiscardUnknown()

func (*UploadDocResp) XXX_Marshal

func (m *UploadDocResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UploadDocResp) XXX_Merge

func (m *UploadDocResp) XXX_Merge(src proto.Message)

func (*UploadDocResp) XXX_Size

func (m *UploadDocResp) XXX_Size() int

func (*UploadDocResp) XXX_Unmarshal

func (m *UploadDocResp) XXX_Unmarshal(b []byte) error

type UploadDocStreamReq

type UploadDocStreamReq struct {
	// Types that are valid to be assigned to NameOrData:
	//	*UploadDocStreamReq_DocName
	//	*UploadDocStreamReq_Plaintext
	NameOrData           isUploadDocStreamReq_NameOrData `protobuf_oneof:"NameOrData"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*UploadDocStreamReq) Descriptor

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

func (*UploadDocStreamReq) GetDocName

func (m *UploadDocStreamReq) GetDocName() string

func (*UploadDocStreamReq) GetNameOrData

func (m *UploadDocStreamReq) GetNameOrData() isUploadDocStreamReq_NameOrData

func (*UploadDocStreamReq) GetPlaintext

func (m *UploadDocStreamReq) GetPlaintext() []byte

func (*UploadDocStreamReq) ProtoMessage

func (*UploadDocStreamReq) ProtoMessage()

func (*UploadDocStreamReq) Reset

func (m *UploadDocStreamReq) Reset()

func (*UploadDocStreamReq) String

func (m *UploadDocStreamReq) String() string

func (*UploadDocStreamReq) XXX_DiscardUnknown

func (m *UploadDocStreamReq) XXX_DiscardUnknown()

func (*UploadDocStreamReq) XXX_Marshal

func (m *UploadDocStreamReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UploadDocStreamReq) XXX_Merge

func (m *UploadDocStreamReq) XXX_Merge(src proto.Message)

func (*UploadDocStreamReq) XXX_OneofWrappers

func (*UploadDocStreamReq) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UploadDocStreamReq) XXX_Size

func (m *UploadDocStreamReq) XXX_Size() int

func (*UploadDocStreamReq) XXX_Unmarshal

func (m *UploadDocStreamReq) XXX_Unmarshal(b []byte) error

type UploadDocStreamReq_DocName

type UploadDocStreamReq_DocName struct {
	DocName string `protobuf:"bytes,1,opt,name=docName,proto3,oneof"`
}

type UploadDocStreamReq_Plaintext

type UploadDocStreamReq_Plaintext struct {
	Plaintext []byte `protobuf:"bytes,2,opt,name=plaintext,proto3,oneof"`
}

type UploadDocStreamResp

type UploadDocStreamResp struct {
	// The ID of the newly uploaded document.
	DocID string `protobuf:"bytes,1,opt,name=docID,proto3" json:"docID,omitempty"`
	// The number of bytes uploaded and stored.
	Bytes                int64    `protobuf:"varint,2,opt,name=bytes,proto3" json:"bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UploadDocStreamResp) Descriptor

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

func (*UploadDocStreamResp) GetBytes

func (m *UploadDocStreamResp) GetBytes() int64

func (*UploadDocStreamResp) GetDocID

func (m *UploadDocStreamResp) GetDocID() string

func (*UploadDocStreamResp) ProtoMessage

func (*UploadDocStreamResp) ProtoMessage()

func (*UploadDocStreamResp) Reset

func (m *UploadDocStreamResp) Reset()

func (*UploadDocStreamResp) String

func (m *UploadDocStreamResp) String() string

func (*UploadDocStreamResp) XXX_DiscardUnknown

func (m *UploadDocStreamResp) XXX_DiscardUnknown()

func (*UploadDocStreamResp) XXX_Marshal

func (m *UploadDocStreamResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UploadDocStreamResp) XXX_Merge

func (m *UploadDocStreamResp) XXX_Merge(src proto.Message)

func (*UploadDocStreamResp) XXX_Size

func (m *UploadDocStreamResp) XXX_Size() int

func (*UploadDocStreamResp) XXX_Unmarshal

func (m *UploadDocStreamResp) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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