Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterControlServiceServer(s grpc.ServiceRegistrar, srv ControlServiceServer)
- type AddChainLocalOverrideRequest
- func (x *AddChainLocalOverrideRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *AddChainLocalOverrideRequest) GetBody() *AddChainLocalOverrideRequest_Body
- func (x *AddChainLocalOverrideRequest) GetSignature() *Signature
- func (x *AddChainLocalOverrideRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *AddChainLocalOverrideRequest) MarshalJSON() ([]byte, error)
- func (x *AddChainLocalOverrideRequest) MarshalProtobuf(dst []byte) []byte
- func (x *AddChainLocalOverrideRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *AddChainLocalOverrideRequest) SetBody(v *AddChainLocalOverrideRequest_Body)
- func (x *AddChainLocalOverrideRequest) SetSignature(v *Signature)
- func (x *AddChainLocalOverrideRequest) SignedDataSize() int
- func (x *AddChainLocalOverrideRequest) StableSize() (size int)
- func (x *AddChainLocalOverrideRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *AddChainLocalOverrideRequest) UnmarshalJSON(data []byte) error
- func (x *AddChainLocalOverrideRequest) UnmarshalProtobuf(src []byte) (err error)
- type AddChainLocalOverrideRequest_Body
- func (x *AddChainLocalOverrideRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *AddChainLocalOverrideRequest_Body) GetChain() []byte
- func (x *AddChainLocalOverrideRequest_Body) GetTarget() *ChainTarget
- func (x *AddChainLocalOverrideRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *AddChainLocalOverrideRequest_Body) MarshalJSON() ([]byte, error)
- func (x *AddChainLocalOverrideRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *AddChainLocalOverrideRequest_Body) SetChain(v []byte)
- func (x *AddChainLocalOverrideRequest_Body) SetTarget(v *ChainTarget)
- func (x *AddChainLocalOverrideRequest_Body) StableSize() (size int)
- func (x *AddChainLocalOverrideRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *AddChainLocalOverrideRequest_Body) UnmarshalJSON(data []byte) error
- func (x *AddChainLocalOverrideRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type AddChainLocalOverrideResponse
- func (x *AddChainLocalOverrideResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *AddChainLocalOverrideResponse) GetBody() *AddChainLocalOverrideResponse_Body
- func (x *AddChainLocalOverrideResponse) GetSignature() *Signature
- func (x *AddChainLocalOverrideResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *AddChainLocalOverrideResponse) MarshalJSON() ([]byte, error)
- func (x *AddChainLocalOverrideResponse) MarshalProtobuf(dst []byte) []byte
- func (x *AddChainLocalOverrideResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *AddChainLocalOverrideResponse) SetBody(v *AddChainLocalOverrideResponse_Body)
- func (x *AddChainLocalOverrideResponse) SetSignature(v *Signature)
- func (x *AddChainLocalOverrideResponse) SignedDataSize() int
- func (x *AddChainLocalOverrideResponse) StableSize() (size int)
- func (x *AddChainLocalOverrideResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *AddChainLocalOverrideResponse) UnmarshalJSON(data []byte) error
- func (x *AddChainLocalOverrideResponse) UnmarshalProtobuf(src []byte) (err error)
- type AddChainLocalOverrideResponse_Body
- func (x *AddChainLocalOverrideResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *AddChainLocalOverrideResponse_Body) GetChainId() []byte
- func (x *AddChainLocalOverrideResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *AddChainLocalOverrideResponse_Body) MarshalJSON() ([]byte, error)
- func (x *AddChainLocalOverrideResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *AddChainLocalOverrideResponse_Body) SetChainId(v []byte)
- func (x *AddChainLocalOverrideResponse_Body) StableSize() (size int)
- func (x *AddChainLocalOverrideResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *AddChainLocalOverrideResponse_Body) UnmarshalJSON(data []byte) error
- func (x *AddChainLocalOverrideResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type BlobstorInfo
- func (x *BlobstorInfo) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *BlobstorInfo) GetPath() string
- func (x *BlobstorInfo) GetType() string
- func (x *BlobstorInfo) MarshalEasyJSON(out *jwriter.Writer)
- func (x *BlobstorInfo) MarshalJSON() ([]byte, error)
- func (x *BlobstorInfo) MarshalProtobuf(dst []byte) []byte
- func (x *BlobstorInfo) SetPath(v string)
- func (x *BlobstorInfo) SetType(v string)
- func (x *BlobstorInfo) StableSize() (size int)
- func (x *BlobstorInfo) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *BlobstorInfo) UnmarshalJSON(data []byte) error
- func (x *BlobstorInfo) UnmarshalProtobuf(src []byte) (err error)
- type ChainTarget
- func (x *ChainTarget) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ChainTarget) GetName() string
- func (x *ChainTarget) GetType() ChainTarget_TargetType
- func (x *ChainTarget) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ChainTarget) MarshalJSON() ([]byte, error)
- func (x *ChainTarget) MarshalProtobuf(dst []byte) []byte
- func (x *ChainTarget) SetName(v string)
- func (x *ChainTarget) SetType(v ChainTarget_TargetType)
- func (x *ChainTarget) StableSize() (size int)
- func (x *ChainTarget) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ChainTarget) UnmarshalJSON(data []byte) error
- func (x *ChainTarget) UnmarshalProtobuf(src []byte) (err error)
- type ChainTarget_TargetType
- type ControlServiceClient
- type ControlServiceServer
- type DetachShardsRequest
- func (x *DetachShardsRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DetachShardsRequest) GetBody() *DetachShardsRequest_Body
- func (x *DetachShardsRequest) GetSignature() *Signature
- func (x *DetachShardsRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DetachShardsRequest) MarshalJSON() ([]byte, error)
- func (x *DetachShardsRequest) MarshalProtobuf(dst []byte) []byte
- func (x *DetachShardsRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *DetachShardsRequest) SetBody(v *DetachShardsRequest_Body)
- func (x *DetachShardsRequest) SetSignature(v *Signature)
- func (x *DetachShardsRequest) SignedDataSize() int
- func (x *DetachShardsRequest) StableSize() (size int)
- func (x *DetachShardsRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DetachShardsRequest) UnmarshalJSON(data []byte) error
- func (x *DetachShardsRequest) UnmarshalProtobuf(src []byte) (err error)
- type DetachShardsRequest_Body
- func (x *DetachShardsRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DetachShardsRequest_Body) GetShard_ID() []ShardID
- func (x *DetachShardsRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DetachShardsRequest_Body) MarshalJSON() ([]byte, error)
- func (x *DetachShardsRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *DetachShardsRequest_Body) SetShard_ID(v []ShardID)
- func (x *DetachShardsRequest_Body) StableSize() (size int)
- func (x *DetachShardsRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DetachShardsRequest_Body) UnmarshalJSON(data []byte) error
- func (x *DetachShardsRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type DetachShardsResponse
- func (x *DetachShardsResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DetachShardsResponse) GetBody() *DetachShardsResponse_Body
- func (x *DetachShardsResponse) GetSignature() *Signature
- func (x *DetachShardsResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DetachShardsResponse) MarshalJSON() ([]byte, error)
- func (x *DetachShardsResponse) MarshalProtobuf(dst []byte) []byte
- func (x *DetachShardsResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *DetachShardsResponse) SetBody(v *DetachShardsResponse_Body)
- func (x *DetachShardsResponse) SetSignature(v *Signature)
- func (x *DetachShardsResponse) SignedDataSize() int
- func (x *DetachShardsResponse) StableSize() (size int)
- func (x *DetachShardsResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DetachShardsResponse) UnmarshalJSON(data []byte) error
- func (x *DetachShardsResponse) UnmarshalProtobuf(src []byte) (err error)
- type DetachShardsResponse_Body
- func (x *DetachShardsResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DetachShardsResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DetachShardsResponse_Body) MarshalJSON() ([]byte, error)
- func (x *DetachShardsResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *DetachShardsResponse_Body) StableSize() (size int)
- func (x *DetachShardsResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DetachShardsResponse_Body) UnmarshalJSON(data []byte) error
- func (x *DetachShardsResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type DoctorRequest
- func (x *DoctorRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DoctorRequest) GetBody() *DoctorRequest_Body
- func (x *DoctorRequest) GetSignature() *Signature
- func (x *DoctorRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DoctorRequest) MarshalJSON() ([]byte, error)
- func (x *DoctorRequest) MarshalProtobuf(dst []byte) []byte
- func (x *DoctorRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *DoctorRequest) SetBody(v *DoctorRequest_Body)
- func (x *DoctorRequest) SetSignature(v *Signature)
- func (x *DoctorRequest) SignedDataSize() int
- func (x *DoctorRequest) StableSize() (size int)
- func (x *DoctorRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DoctorRequest) UnmarshalJSON(data []byte) error
- func (x *DoctorRequest) UnmarshalProtobuf(src []byte) (err error)
- type DoctorRequest_Body
- func (x *DoctorRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DoctorRequest_Body) GetConcurrency() uint32
- func (x *DoctorRequest_Body) GetFixTreePlacement() bool
- func (x *DoctorRequest_Body) GetRemoveDuplicates() bool
- func (x *DoctorRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DoctorRequest_Body) MarshalJSON() ([]byte, error)
- func (x *DoctorRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *DoctorRequest_Body) SetConcurrency(v uint32)
- func (x *DoctorRequest_Body) SetFixTreePlacement(v bool)
- func (x *DoctorRequest_Body) SetRemoveDuplicates(v bool)
- func (x *DoctorRequest_Body) StableSize() (size int)
- func (x *DoctorRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DoctorRequest_Body) UnmarshalJSON(data []byte) error
- func (x *DoctorRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type DoctorResponse
- func (x *DoctorResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DoctorResponse) GetBody() *DoctorResponse_Body
- func (x *DoctorResponse) GetSignature() *Signature
- func (x *DoctorResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DoctorResponse) MarshalJSON() ([]byte, error)
- func (x *DoctorResponse) MarshalProtobuf(dst []byte) []byte
- func (x *DoctorResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *DoctorResponse) SetBody(v *DoctorResponse_Body)
- func (x *DoctorResponse) SetSignature(v *Signature)
- func (x *DoctorResponse) SignedDataSize() int
- func (x *DoctorResponse) StableSize() (size int)
- func (x *DoctorResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DoctorResponse) UnmarshalJSON(data []byte) error
- func (x *DoctorResponse) UnmarshalProtobuf(src []byte) (err error)
- type DoctorResponse_Body
- func (x *DoctorResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DoctorResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DoctorResponse_Body) MarshalJSON() ([]byte, error)
- func (x *DoctorResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *DoctorResponse_Body) StableSize() (size int)
- func (x *DoctorResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DoctorResponse_Body) UnmarshalJSON(data []byte) error
- func (x *DoctorResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type DoctorStatusRequest
- func (x *DoctorStatusRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DoctorStatusRequest) GetBody() *DoctorStatusRequest_Body
- func (x *DoctorStatusRequest) GetSignature() *Signature
- func (x *DoctorStatusRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DoctorStatusRequest) MarshalJSON() ([]byte, error)
- func (x *DoctorStatusRequest) MarshalProtobuf(dst []byte) []byte
- func (x *DoctorStatusRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *DoctorStatusRequest) SetBody(v *DoctorStatusRequest_Body)
- func (x *DoctorStatusRequest) SetSignature(v *Signature)
- func (x *DoctorStatusRequest) SignedDataSize() int
- func (x *DoctorStatusRequest) StableSize() (size int)
- func (x *DoctorStatusRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DoctorStatusRequest) UnmarshalJSON(data []byte) error
- func (x *DoctorStatusRequest) UnmarshalProtobuf(src []byte) (err error)
- type DoctorStatusRequest_Body
- func (x *DoctorStatusRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DoctorStatusRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DoctorStatusRequest_Body) MarshalJSON() ([]byte, error)
- func (x *DoctorStatusRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *DoctorStatusRequest_Body) StableSize() (size int)
- func (x *DoctorStatusRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DoctorStatusRequest_Body) UnmarshalJSON(data []byte) error
- func (x *DoctorStatusRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type DoctorStatusResponse
- func (x *DoctorStatusResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DoctorStatusResponse) GetBody() *DoctorStatusResponse_Body
- func (x *DoctorStatusResponse) GetSignature() *Signature
- func (x *DoctorStatusResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DoctorStatusResponse) MarshalJSON() ([]byte, error)
- func (x *DoctorStatusResponse) MarshalProtobuf(dst []byte) []byte
- func (x *DoctorStatusResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *DoctorStatusResponse) SetBody(v *DoctorStatusResponse_Body)
- func (x *DoctorStatusResponse) SetSignature(v *Signature)
- func (x *DoctorStatusResponse) SignedDataSize() int
- func (x *DoctorStatusResponse) StableSize() (size int)
- func (x *DoctorStatusResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DoctorStatusResponse) UnmarshalJSON(data []byte) error
- func (x *DoctorStatusResponse) UnmarshalProtobuf(src []byte) (err error)
- type DoctorStatusResponse_Body
- func (x *DoctorStatusResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DoctorStatusResponse_Body) GetDuration() *DoctorStatusResponse_Body_Duration
- func (x *DoctorStatusResponse_Body) GetError() string
- func (x *DoctorStatusResponse_Body) GetFixedTreePlacement() uint64
- func (x *DoctorStatusResponse_Body) GetRemovedDuplicates() uint64
- func (x *DoctorStatusResponse_Body) GetStartedAt() *DoctorStatusResponse_Body_UnixTimestamp
- func (x *DoctorStatusResponse_Body) GetStatus() DoctorStatusResponse_Body_Status
- func (x *DoctorStatusResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DoctorStatusResponse_Body) MarshalJSON() ([]byte, error)
- func (x *DoctorStatusResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *DoctorStatusResponse_Body) SetDuration(v *DoctorStatusResponse_Body_Duration)
- func (x *DoctorStatusResponse_Body) SetError(v string)
- func (x *DoctorStatusResponse_Body) SetFixedTreePlacement(v uint64)
- func (x *DoctorStatusResponse_Body) SetRemovedDuplicates(v uint64)
- func (x *DoctorStatusResponse_Body) SetStartedAt(v *DoctorStatusResponse_Body_UnixTimestamp)
- func (x *DoctorStatusResponse_Body) SetStatus(v DoctorStatusResponse_Body_Status)
- func (x *DoctorStatusResponse_Body) StableSize() (size int)
- func (x *DoctorStatusResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DoctorStatusResponse_Body) UnmarshalJSON(data []byte) error
- func (x *DoctorStatusResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type DoctorStatusResponse_Body_Duration
- func (x *DoctorStatusResponse_Body_Duration) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DoctorStatusResponse_Body_Duration) GetSeconds() int64
- func (x *DoctorStatusResponse_Body_Duration) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DoctorStatusResponse_Body_Duration) MarshalJSON() ([]byte, error)
- func (x *DoctorStatusResponse_Body_Duration) MarshalProtobuf(dst []byte) []byte
- func (x *DoctorStatusResponse_Body_Duration) SetSeconds(v int64)
- func (x *DoctorStatusResponse_Body_Duration) StableSize() (size int)
- func (x *DoctorStatusResponse_Body_Duration) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DoctorStatusResponse_Body_Duration) UnmarshalJSON(data []byte) error
- func (x *DoctorStatusResponse_Body_Duration) UnmarshalProtobuf(src []byte) (err error)
- type DoctorStatusResponse_Body_Status
- type DoctorStatusResponse_Body_UnixTimestamp
- func (x *DoctorStatusResponse_Body_UnixTimestamp) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DoctorStatusResponse_Body_UnixTimestamp) GetValue() int64
- func (x *DoctorStatusResponse_Body_UnixTimestamp) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DoctorStatusResponse_Body_UnixTimestamp) MarshalJSON() ([]byte, error)
- func (x *DoctorStatusResponse_Body_UnixTimestamp) MarshalProtobuf(dst []byte) []byte
- func (x *DoctorStatusResponse_Body_UnixTimestamp) SetValue(v int64)
- func (x *DoctorStatusResponse_Body_UnixTimestamp) StableSize() (size int)
- func (x *DoctorStatusResponse_Body_UnixTimestamp) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DoctorStatusResponse_Body_UnixTimestamp) UnmarshalJSON(data []byte) error
- func (x *DoctorStatusResponse_Body_UnixTimestamp) UnmarshalProtobuf(src []byte) (err error)
- type DropObjectsRequest
- func (x *DropObjectsRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DropObjectsRequest) GetBody() *DropObjectsRequest_Body
- func (x *DropObjectsRequest) GetSignature() *Signature
- func (x *DropObjectsRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DropObjectsRequest) MarshalJSON() ([]byte, error)
- func (x *DropObjectsRequest) MarshalProtobuf(dst []byte) []byte
- func (x *DropObjectsRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *DropObjectsRequest) SetBody(v *DropObjectsRequest_Body)
- func (x *DropObjectsRequest) SetSignature(v *Signature)
- func (x *DropObjectsRequest) SignedDataSize() int
- func (x *DropObjectsRequest) StableSize() (size int)
- func (x *DropObjectsRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DropObjectsRequest) UnmarshalJSON(data []byte) error
- func (x *DropObjectsRequest) UnmarshalProtobuf(src []byte) (err error)
- type DropObjectsRequest_Body
- func (x *DropObjectsRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DropObjectsRequest_Body) GetAddressList() [][]byte
- func (x *DropObjectsRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DropObjectsRequest_Body) MarshalJSON() ([]byte, error)
- func (x *DropObjectsRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *DropObjectsRequest_Body) SetAddressList(v [][]byte)
- func (x *DropObjectsRequest_Body) StableSize() (size int)
- func (x *DropObjectsRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DropObjectsRequest_Body) UnmarshalJSON(data []byte) error
- func (x *DropObjectsRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type DropObjectsResponse
- func (x *DropObjectsResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DropObjectsResponse) GetBody() *DropObjectsResponse_Body
- func (x *DropObjectsResponse) GetSignature() *Signature
- func (x *DropObjectsResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DropObjectsResponse) MarshalJSON() ([]byte, error)
- func (x *DropObjectsResponse) MarshalProtobuf(dst []byte) []byte
- func (x *DropObjectsResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *DropObjectsResponse) SetBody(v *DropObjectsResponse_Body)
- func (x *DropObjectsResponse) SetSignature(v *Signature)
- func (x *DropObjectsResponse) SignedDataSize() int
- func (x *DropObjectsResponse) StableSize() (size int)
- func (x *DropObjectsResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DropObjectsResponse) UnmarshalJSON(data []byte) error
- func (x *DropObjectsResponse) UnmarshalProtobuf(src []byte) (err error)
- type DropObjectsResponse_Body
- func (x *DropObjectsResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *DropObjectsResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *DropObjectsResponse_Body) MarshalJSON() ([]byte, error)
- func (x *DropObjectsResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *DropObjectsResponse_Body) StableSize() (size int)
- func (x *DropObjectsResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *DropObjectsResponse_Body) UnmarshalJSON(data []byte) error
- func (x *DropObjectsResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type EvacuateShardRequest
- func (x *EvacuateShardRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *EvacuateShardRequest) GetBody() *EvacuateShardRequest_Body
- func (x *EvacuateShardRequest) GetSignature() *Signature
- func (x *EvacuateShardRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *EvacuateShardRequest) MarshalJSON() ([]byte, error)
- func (x *EvacuateShardRequest) MarshalProtobuf(dst []byte) []byte
- func (x *EvacuateShardRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *EvacuateShardRequest) SetBody(v *EvacuateShardRequest_Body)
- func (x *EvacuateShardRequest) SetSignature(v *Signature)
- func (x *EvacuateShardRequest) SignedDataSize() int
- func (x *EvacuateShardRequest) StableSize() (size int)
- func (x *EvacuateShardRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *EvacuateShardRequest) UnmarshalJSON(data []byte) error
- func (x *EvacuateShardRequest) UnmarshalProtobuf(src []byte) (err error)
- type EvacuateShardRequest_Body
- func (x *EvacuateShardRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *EvacuateShardRequest_Body) GetIgnoreErrors() bool
- func (x *EvacuateShardRequest_Body) GetShard_ID() []ShardID
- func (x *EvacuateShardRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *EvacuateShardRequest_Body) MarshalJSON() ([]byte, error)
- func (x *EvacuateShardRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *EvacuateShardRequest_Body) SetIgnoreErrors(v bool)
- func (x *EvacuateShardRequest_Body) SetShard_ID(v []ShardID)
- func (x *EvacuateShardRequest_Body) StableSize() (size int)
- func (x *EvacuateShardRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *EvacuateShardRequest_Body) UnmarshalJSON(data []byte) error
- func (x *EvacuateShardRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type EvacuateShardResponse
- func (x *EvacuateShardResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *EvacuateShardResponse) GetBody() *EvacuateShardResponse_Body
- func (x *EvacuateShardResponse) GetSignature() *Signature
- func (x *EvacuateShardResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *EvacuateShardResponse) MarshalJSON() ([]byte, error)
- func (x *EvacuateShardResponse) MarshalProtobuf(dst []byte) []byte
- func (x *EvacuateShardResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *EvacuateShardResponse) SetBody(v *EvacuateShardResponse_Body)
- func (x *EvacuateShardResponse) SetSignature(v *Signature)
- func (x *EvacuateShardResponse) SignedDataSize() int
- func (x *EvacuateShardResponse) StableSize() (size int)
- func (x *EvacuateShardResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *EvacuateShardResponse) UnmarshalJSON(data []byte) error
- func (x *EvacuateShardResponse) UnmarshalProtobuf(src []byte) (err error)
- type EvacuateShardResponse_Body
- func (x *EvacuateShardResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *EvacuateShardResponse_Body) GetCount() uint32
- func (x *EvacuateShardResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *EvacuateShardResponse_Body) MarshalJSON() ([]byte, error)
- func (x *EvacuateShardResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *EvacuateShardResponse_Body) SetCount(v uint32)
- func (x *EvacuateShardResponse_Body) StableSize() (size int)
- func (x *EvacuateShardResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *EvacuateShardResponse_Body) UnmarshalJSON(data []byte) error
- func (x *EvacuateShardResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type FlushCacheRequest
- func (x *FlushCacheRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *FlushCacheRequest) GetBody() *FlushCacheRequest_Body
- func (x *FlushCacheRequest) GetSignature() *Signature
- func (x *FlushCacheRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *FlushCacheRequest) MarshalJSON() ([]byte, error)
- func (x *FlushCacheRequest) MarshalProtobuf(dst []byte) []byte
- func (x *FlushCacheRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *FlushCacheRequest) SetBody(v *FlushCacheRequest_Body)
- func (x *FlushCacheRequest) SetSignature(v *Signature)
- func (x *FlushCacheRequest) SignedDataSize() int
- func (x *FlushCacheRequest) StableSize() (size int)
- func (x *FlushCacheRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *FlushCacheRequest) UnmarshalJSON(data []byte) error
- func (x *FlushCacheRequest) UnmarshalProtobuf(src []byte) (err error)
- type FlushCacheRequest_Body
- func (x *FlushCacheRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *FlushCacheRequest_Body) GetSeal() bool
- func (x *FlushCacheRequest_Body) GetShard_ID() []ShardID
- func (x *FlushCacheRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *FlushCacheRequest_Body) MarshalJSON() ([]byte, error)
- func (x *FlushCacheRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *FlushCacheRequest_Body) SetSeal(v bool)
- func (x *FlushCacheRequest_Body) SetShard_ID(v []ShardID)
- func (x *FlushCacheRequest_Body) StableSize() (size int)
- func (x *FlushCacheRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *FlushCacheRequest_Body) UnmarshalJSON(data []byte) error
- func (x *FlushCacheRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type FlushCacheResponse
- func (x *FlushCacheResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *FlushCacheResponse) GetBody() *FlushCacheResponse_Body
- func (x *FlushCacheResponse) GetSignature() *Signature
- func (x *FlushCacheResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *FlushCacheResponse) MarshalJSON() ([]byte, error)
- func (x *FlushCacheResponse) MarshalProtobuf(dst []byte) []byte
- func (x *FlushCacheResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *FlushCacheResponse) SetBody(v *FlushCacheResponse_Body)
- func (x *FlushCacheResponse) SetSignature(v *Signature)
- func (x *FlushCacheResponse) SignedDataSize() int
- func (x *FlushCacheResponse) StableSize() (size int)
- func (x *FlushCacheResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *FlushCacheResponse) UnmarshalJSON(data []byte) error
- func (x *FlushCacheResponse) UnmarshalProtobuf(src []byte) (err error)
- type FlushCacheResponse_Body
- func (x *FlushCacheResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *FlushCacheResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *FlushCacheResponse_Body) MarshalJSON() ([]byte, error)
- func (x *FlushCacheResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *FlushCacheResponse_Body) StableSize() (size int)
- func (x *FlushCacheResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *FlushCacheResponse_Body) UnmarshalJSON(data []byte) error
- func (x *FlushCacheResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type GetChainLocalOverrideRequest
- func (x *GetChainLocalOverrideRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetChainLocalOverrideRequest) GetBody() *GetChainLocalOverrideRequest_Body
- func (x *GetChainLocalOverrideRequest) GetSignature() *Signature
- func (x *GetChainLocalOverrideRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetChainLocalOverrideRequest) MarshalJSON() ([]byte, error)
- func (x *GetChainLocalOverrideRequest) MarshalProtobuf(dst []byte) []byte
- func (x *GetChainLocalOverrideRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *GetChainLocalOverrideRequest) SetBody(v *GetChainLocalOverrideRequest_Body)
- func (x *GetChainLocalOverrideRequest) SetSignature(v *Signature)
- func (x *GetChainLocalOverrideRequest) SignedDataSize() int
- func (x *GetChainLocalOverrideRequest) StableSize() (size int)
- func (x *GetChainLocalOverrideRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetChainLocalOverrideRequest) UnmarshalJSON(data []byte) error
- func (x *GetChainLocalOverrideRequest) UnmarshalProtobuf(src []byte) (err error)
- type GetChainLocalOverrideRequest_Body
- func (x *GetChainLocalOverrideRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetChainLocalOverrideRequest_Body) GetChainId() []byte
- func (x *GetChainLocalOverrideRequest_Body) GetTarget() *ChainTarget
- func (x *GetChainLocalOverrideRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetChainLocalOverrideRequest_Body) MarshalJSON() ([]byte, error)
- func (x *GetChainLocalOverrideRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *GetChainLocalOverrideRequest_Body) SetChainId(v []byte)
- func (x *GetChainLocalOverrideRequest_Body) SetTarget(v *ChainTarget)
- func (x *GetChainLocalOverrideRequest_Body) StableSize() (size int)
- func (x *GetChainLocalOverrideRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetChainLocalOverrideRequest_Body) UnmarshalJSON(data []byte) error
- func (x *GetChainLocalOverrideRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type GetChainLocalOverrideResponse
- func (x *GetChainLocalOverrideResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetChainLocalOverrideResponse) GetBody() *GetChainLocalOverrideResponse_Body
- func (x *GetChainLocalOverrideResponse) GetSignature() *Signature
- func (x *GetChainLocalOverrideResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetChainLocalOverrideResponse) MarshalJSON() ([]byte, error)
- func (x *GetChainLocalOverrideResponse) MarshalProtobuf(dst []byte) []byte
- func (x *GetChainLocalOverrideResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *GetChainLocalOverrideResponse) SetBody(v *GetChainLocalOverrideResponse_Body)
- func (x *GetChainLocalOverrideResponse) SetSignature(v *Signature)
- func (x *GetChainLocalOverrideResponse) SignedDataSize() int
- func (x *GetChainLocalOverrideResponse) StableSize() (size int)
- func (x *GetChainLocalOverrideResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetChainLocalOverrideResponse) UnmarshalJSON(data []byte) error
- func (x *GetChainLocalOverrideResponse) UnmarshalProtobuf(src []byte) (err error)
- type GetChainLocalOverrideResponse_Body
- func (x *GetChainLocalOverrideResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetChainLocalOverrideResponse_Body) GetChain() []byte
- func (x *GetChainLocalOverrideResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetChainLocalOverrideResponse_Body) MarshalJSON() ([]byte, error)
- func (x *GetChainLocalOverrideResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *GetChainLocalOverrideResponse_Body) SetChain(v []byte)
- func (x *GetChainLocalOverrideResponse_Body) StableSize() (size int)
- func (x *GetChainLocalOverrideResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetChainLocalOverrideResponse_Body) UnmarshalJSON(data []byte) error
- func (x *GetChainLocalOverrideResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type GetNetmapStatusRequest
- func (x *GetNetmapStatusRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetNetmapStatusRequest) GetBody() *GetNetmapStatusRequest_Body
- func (x *GetNetmapStatusRequest) GetSignature() *Signature
- func (x *GetNetmapStatusRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetNetmapStatusRequest) MarshalJSON() ([]byte, error)
- func (x *GetNetmapStatusRequest) MarshalProtobuf(dst []byte) []byte
- func (x *GetNetmapStatusRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *GetNetmapStatusRequest) SetBody(v *GetNetmapStatusRequest_Body)
- func (x *GetNetmapStatusRequest) SetSignature(v *Signature)
- func (x *GetNetmapStatusRequest) SignedDataSize() int
- func (x *GetNetmapStatusRequest) StableSize() (size int)
- func (x *GetNetmapStatusRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetNetmapStatusRequest) UnmarshalJSON(data []byte) error
- func (x *GetNetmapStatusRequest) UnmarshalProtobuf(src []byte) (err error)
- type GetNetmapStatusRequest_Body
- func (x *GetNetmapStatusRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetNetmapStatusRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetNetmapStatusRequest_Body) MarshalJSON() ([]byte, error)
- func (x *GetNetmapStatusRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *GetNetmapStatusRequest_Body) StableSize() (size int)
- func (x *GetNetmapStatusRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetNetmapStatusRequest_Body) UnmarshalJSON(data []byte) error
- func (x *GetNetmapStatusRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type GetNetmapStatusResponse
- func (x *GetNetmapStatusResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetNetmapStatusResponse) GetBody() *GetNetmapStatusResponse_Body
- func (x *GetNetmapStatusResponse) GetSignature() *Signature
- func (x *GetNetmapStatusResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetNetmapStatusResponse) MarshalJSON() ([]byte, error)
- func (x *GetNetmapStatusResponse) MarshalProtobuf(dst []byte) []byte
- func (x *GetNetmapStatusResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *GetNetmapStatusResponse) SetBody(v *GetNetmapStatusResponse_Body)
- func (x *GetNetmapStatusResponse) SetSignature(v *Signature)
- func (x *GetNetmapStatusResponse) SignedDataSize() int
- func (x *GetNetmapStatusResponse) StableSize() (size int)
- func (x *GetNetmapStatusResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetNetmapStatusResponse) UnmarshalJSON(data []byte) error
- func (x *GetNetmapStatusResponse) UnmarshalProtobuf(src []byte) (err error)
- type GetNetmapStatusResponse_Body
- func (x *GetNetmapStatusResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetNetmapStatusResponse_Body) GetEpoch() uint64
- func (x *GetNetmapStatusResponse_Body) GetStatus() NetmapStatus
- func (x *GetNetmapStatusResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetNetmapStatusResponse_Body) MarshalJSON() ([]byte, error)
- func (x *GetNetmapStatusResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *GetNetmapStatusResponse_Body) SetEpoch(v uint64)
- func (x *GetNetmapStatusResponse_Body) SetStatus(v NetmapStatus)
- func (x *GetNetmapStatusResponse_Body) StableSize() (size int)
- func (x *GetNetmapStatusResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetNetmapStatusResponse_Body) UnmarshalJSON(data []byte) error
- func (x *GetNetmapStatusResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type GetShardEvacuationStatusRequest
- func (x *GetShardEvacuationStatusRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetShardEvacuationStatusRequest) GetBody() *GetShardEvacuationStatusRequest_Body
- func (x *GetShardEvacuationStatusRequest) GetSignature() *Signature
- func (x *GetShardEvacuationStatusRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetShardEvacuationStatusRequest) MarshalJSON() ([]byte, error)
- func (x *GetShardEvacuationStatusRequest) MarshalProtobuf(dst []byte) []byte
- func (x *GetShardEvacuationStatusRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *GetShardEvacuationStatusRequest) SetBody(v *GetShardEvacuationStatusRequest_Body)
- func (x *GetShardEvacuationStatusRequest) SetSignature(v *Signature)
- func (x *GetShardEvacuationStatusRequest) SignedDataSize() int
- func (x *GetShardEvacuationStatusRequest) StableSize() (size int)
- func (x *GetShardEvacuationStatusRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetShardEvacuationStatusRequest) UnmarshalJSON(data []byte) error
- func (x *GetShardEvacuationStatusRequest) UnmarshalProtobuf(src []byte) (err error)
- type GetShardEvacuationStatusRequest_Body
- func (x *GetShardEvacuationStatusRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetShardEvacuationStatusRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetShardEvacuationStatusRequest_Body) MarshalJSON() ([]byte, error)
- func (x *GetShardEvacuationStatusRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *GetShardEvacuationStatusRequest_Body) StableSize() (size int)
- func (x *GetShardEvacuationStatusRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetShardEvacuationStatusRequest_Body) UnmarshalJSON(data []byte) error
- func (x *GetShardEvacuationStatusRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type GetShardEvacuationStatusResponse
- func (x *GetShardEvacuationStatusResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetShardEvacuationStatusResponse) GetBody() *GetShardEvacuationStatusResponse_Body
- func (x *GetShardEvacuationStatusResponse) GetSignature() *Signature
- func (x *GetShardEvacuationStatusResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetShardEvacuationStatusResponse) MarshalJSON() ([]byte, error)
- func (x *GetShardEvacuationStatusResponse) MarshalProtobuf(dst []byte) []byte
- func (x *GetShardEvacuationStatusResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *GetShardEvacuationStatusResponse) SetBody(v *GetShardEvacuationStatusResponse_Body)
- func (x *GetShardEvacuationStatusResponse) SetSignature(v *Signature)
- func (x *GetShardEvacuationStatusResponse) SignedDataSize() int
- func (x *GetShardEvacuationStatusResponse) StableSize() (size int)
- func (x *GetShardEvacuationStatusResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetShardEvacuationStatusResponse) UnmarshalJSON(data []byte) error
- func (x *GetShardEvacuationStatusResponse) UnmarshalProtobuf(src []byte) (err error)
- type GetShardEvacuationStatusResponse_Body
- func (x *GetShardEvacuationStatusResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetShardEvacuationStatusResponse_Body) GetDuration() *GetShardEvacuationStatusResponse_Body_Duration
- func (x *GetShardEvacuationStatusResponse_Body) GetErrorMessage() string
- func (x *GetShardEvacuationStatusResponse_Body) GetEvacuatedObjects() uint64
- func (x *GetShardEvacuationStatusResponse_Body) GetEvacuatedTrees() uint64
- func (x *GetShardEvacuationStatusResponse_Body) GetFailedObjects() uint64
- func (x *GetShardEvacuationStatusResponse_Body) GetFailedTrees() uint64
- func (x *GetShardEvacuationStatusResponse_Body) GetShard_ID() []ShardID
- func (x *GetShardEvacuationStatusResponse_Body) GetSkippedObjects() uint64
- func (x *GetShardEvacuationStatusResponse_Body) GetStartedAt() *GetShardEvacuationStatusResponse_Body_UnixTimestamp
- func (x *GetShardEvacuationStatusResponse_Body) GetStatus() GetShardEvacuationStatusResponse_Body_Status
- func (x *GetShardEvacuationStatusResponse_Body) GetTotalObjects() uint64
- func (x *GetShardEvacuationStatusResponse_Body) GetTotalTrees() uint64
- func (x *GetShardEvacuationStatusResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetShardEvacuationStatusResponse_Body) MarshalJSON() ([]byte, error)
- func (x *GetShardEvacuationStatusResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *GetShardEvacuationStatusResponse_Body) SetDuration(v *GetShardEvacuationStatusResponse_Body_Duration)
- func (x *GetShardEvacuationStatusResponse_Body) SetErrorMessage(v string)
- func (x *GetShardEvacuationStatusResponse_Body) SetEvacuatedObjects(v uint64)
- func (x *GetShardEvacuationStatusResponse_Body) SetEvacuatedTrees(v uint64)
- func (x *GetShardEvacuationStatusResponse_Body) SetFailedObjects(v uint64)
- func (x *GetShardEvacuationStatusResponse_Body) SetFailedTrees(v uint64)
- func (x *GetShardEvacuationStatusResponse_Body) SetShard_ID(v []ShardID)
- func (x *GetShardEvacuationStatusResponse_Body) SetSkippedObjects(v uint64)
- func (x *GetShardEvacuationStatusResponse_Body) SetStartedAt(v *GetShardEvacuationStatusResponse_Body_UnixTimestamp)
- func (x *GetShardEvacuationStatusResponse_Body) SetStatus(v GetShardEvacuationStatusResponse_Body_Status)
- func (x *GetShardEvacuationStatusResponse_Body) SetTotalObjects(v uint64)
- func (x *GetShardEvacuationStatusResponse_Body) SetTotalTrees(v uint64)
- func (x *GetShardEvacuationStatusResponse_Body) StableSize() (size int)
- func (x *GetShardEvacuationStatusResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetShardEvacuationStatusResponse_Body) UnmarshalJSON(data []byte) error
- func (x *GetShardEvacuationStatusResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type GetShardEvacuationStatusResponse_Body_Duration
- func (x *GetShardEvacuationStatusResponse_Body_Duration) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetShardEvacuationStatusResponse_Body_Duration) GetSeconds() int64
- func (x *GetShardEvacuationStatusResponse_Body_Duration) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetShardEvacuationStatusResponse_Body_Duration) MarshalJSON() ([]byte, error)
- func (x *GetShardEvacuationStatusResponse_Body_Duration) MarshalProtobuf(dst []byte) []byte
- func (x *GetShardEvacuationStatusResponse_Body_Duration) SetSeconds(v int64)
- func (x *GetShardEvacuationStatusResponse_Body_Duration) StableSize() (size int)
- func (x *GetShardEvacuationStatusResponse_Body_Duration) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetShardEvacuationStatusResponse_Body_Duration) UnmarshalJSON(data []byte) error
- func (x *GetShardEvacuationStatusResponse_Body_Duration) UnmarshalProtobuf(src []byte) (err error)
- type GetShardEvacuationStatusResponse_Body_Status
- type GetShardEvacuationStatusResponse_Body_UnixTimestamp
- func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) GetValue() int64
- func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) MarshalEasyJSON(out *jwriter.Writer)
- func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) MarshalJSON() ([]byte, error)
- func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) MarshalProtobuf(dst []byte) []byte
- func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) SetValue(v int64)
- func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) StableSize() (size int)
- func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) UnmarshalJSON(data []byte) error
- func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) UnmarshalProtobuf(src []byte) (err error)
- type HealthCheckRequest
- func (x *HealthCheckRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *HealthCheckRequest) GetBody() *HealthCheckRequest_Body
- func (x *HealthCheckRequest) GetSignature() *Signature
- func (x *HealthCheckRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *HealthCheckRequest) MarshalJSON() ([]byte, error)
- func (x *HealthCheckRequest) MarshalProtobuf(dst []byte) []byte
- func (x *HealthCheckRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *HealthCheckRequest) SetBody(v *HealthCheckRequest_Body)
- func (x *HealthCheckRequest) SetSignature(v *Signature)
- func (x *HealthCheckRequest) SignedDataSize() int
- func (x *HealthCheckRequest) StableSize() (size int)
- func (x *HealthCheckRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *HealthCheckRequest) UnmarshalJSON(data []byte) error
- func (x *HealthCheckRequest) UnmarshalProtobuf(src []byte) (err error)
- type HealthCheckRequest_Body
- func (x *HealthCheckRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *HealthCheckRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *HealthCheckRequest_Body) MarshalJSON() ([]byte, error)
- func (x *HealthCheckRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *HealthCheckRequest_Body) StableSize() (size int)
- func (x *HealthCheckRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *HealthCheckRequest_Body) UnmarshalJSON(data []byte) error
- func (x *HealthCheckRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type HealthCheckResponse
- func (x *HealthCheckResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *HealthCheckResponse) GetBody() *HealthCheckResponse_Body
- func (x *HealthCheckResponse) GetSignature() *Signature
- func (x *HealthCheckResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *HealthCheckResponse) MarshalJSON() ([]byte, error)
- func (x *HealthCheckResponse) MarshalProtobuf(dst []byte) []byte
- func (x *HealthCheckResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *HealthCheckResponse) SetBody(v *HealthCheckResponse_Body)
- func (x *HealthCheckResponse) SetSignature(v *Signature)
- func (x *HealthCheckResponse) SignedDataSize() int
- func (x *HealthCheckResponse) StableSize() (size int)
- func (x *HealthCheckResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *HealthCheckResponse) UnmarshalJSON(data []byte) error
- func (x *HealthCheckResponse) UnmarshalProtobuf(src []byte) (err error)
- type HealthCheckResponse_Body
- func (x *HealthCheckResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *HealthCheckResponse_Body) GetHealthStatus() HealthStatus
- func (x *HealthCheckResponse_Body) GetNetmapStatus() NetmapStatus
- func (x *HealthCheckResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *HealthCheckResponse_Body) MarshalJSON() ([]byte, error)
- func (x *HealthCheckResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *HealthCheckResponse_Body) SetHealthStatus(v HealthStatus)
- func (x *HealthCheckResponse_Body) SetNetmapStatus(v NetmapStatus)
- func (x *HealthCheckResponse_Body) StableSize() (size int)
- func (x *HealthCheckResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *HealthCheckResponse_Body) UnmarshalJSON(data []byte) error
- func (x *HealthCheckResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type HealthStatus
- type ListChainLocalOverridesRequest
- func (x *ListChainLocalOverridesRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListChainLocalOverridesRequest) GetBody() *ListChainLocalOverridesRequest_Body
- func (x *ListChainLocalOverridesRequest) GetSignature() *Signature
- func (x *ListChainLocalOverridesRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListChainLocalOverridesRequest) MarshalJSON() ([]byte, error)
- func (x *ListChainLocalOverridesRequest) MarshalProtobuf(dst []byte) []byte
- func (x *ListChainLocalOverridesRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ListChainLocalOverridesRequest) SetBody(v *ListChainLocalOverridesRequest_Body)
- func (x *ListChainLocalOverridesRequest) SetSignature(v *Signature)
- func (x *ListChainLocalOverridesRequest) SignedDataSize() int
- func (x *ListChainLocalOverridesRequest) StableSize() (size int)
- func (x *ListChainLocalOverridesRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListChainLocalOverridesRequest) UnmarshalJSON(data []byte) error
- func (x *ListChainLocalOverridesRequest) UnmarshalProtobuf(src []byte) (err error)
- type ListChainLocalOverridesRequest_Body
- func (x *ListChainLocalOverridesRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListChainLocalOverridesRequest_Body) GetTarget() *ChainTarget
- func (x *ListChainLocalOverridesRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListChainLocalOverridesRequest_Body) MarshalJSON() ([]byte, error)
- func (x *ListChainLocalOverridesRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ListChainLocalOverridesRequest_Body) SetTarget(v *ChainTarget)
- func (x *ListChainLocalOverridesRequest_Body) StableSize() (size int)
- func (x *ListChainLocalOverridesRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListChainLocalOverridesRequest_Body) UnmarshalJSON(data []byte) error
- func (x *ListChainLocalOverridesRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type ListChainLocalOverridesResponse
- func (x *ListChainLocalOverridesResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListChainLocalOverridesResponse) GetBody() *ListChainLocalOverridesResponse_Body
- func (x *ListChainLocalOverridesResponse) GetSignature() *Signature
- func (x *ListChainLocalOverridesResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListChainLocalOverridesResponse) MarshalJSON() ([]byte, error)
- func (x *ListChainLocalOverridesResponse) MarshalProtobuf(dst []byte) []byte
- func (x *ListChainLocalOverridesResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ListChainLocalOverridesResponse) SetBody(v *ListChainLocalOverridesResponse_Body)
- func (x *ListChainLocalOverridesResponse) SetSignature(v *Signature)
- func (x *ListChainLocalOverridesResponse) SignedDataSize() int
- func (x *ListChainLocalOverridesResponse) StableSize() (size int)
- func (x *ListChainLocalOverridesResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListChainLocalOverridesResponse) UnmarshalJSON(data []byte) error
- func (x *ListChainLocalOverridesResponse) UnmarshalProtobuf(src []byte) (err error)
- type ListChainLocalOverridesResponse_Body
- func (x *ListChainLocalOverridesResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListChainLocalOverridesResponse_Body) GetChains() [][]byte
- func (x *ListChainLocalOverridesResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListChainLocalOverridesResponse_Body) MarshalJSON() ([]byte, error)
- func (x *ListChainLocalOverridesResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ListChainLocalOverridesResponse_Body) SetChains(v [][]byte)
- func (x *ListChainLocalOverridesResponse_Body) StableSize() (size int)
- func (x *ListChainLocalOverridesResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListChainLocalOverridesResponse_Body) UnmarshalJSON(data []byte) error
- func (x *ListChainLocalOverridesResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type ListShardsForObjectRequest
- func (x *ListShardsForObjectRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListShardsForObjectRequest) GetBody() *ListShardsForObjectRequest_Body
- func (x *ListShardsForObjectRequest) GetSignature() *Signature
- func (x *ListShardsForObjectRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListShardsForObjectRequest) MarshalJSON() ([]byte, error)
- func (x *ListShardsForObjectRequest) MarshalProtobuf(dst []byte) []byte
- func (x *ListShardsForObjectRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ListShardsForObjectRequest) SetBody(v *ListShardsForObjectRequest_Body)
- func (x *ListShardsForObjectRequest) SetSignature(v *Signature)
- func (x *ListShardsForObjectRequest) SignedDataSize() int
- func (x *ListShardsForObjectRequest) StableSize() (size int)
- func (x *ListShardsForObjectRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListShardsForObjectRequest) UnmarshalJSON(data []byte) error
- func (x *ListShardsForObjectRequest) UnmarshalProtobuf(src []byte) (err error)
- type ListShardsForObjectRequest_Body
- func (x *ListShardsForObjectRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListShardsForObjectRequest_Body) GetContainerId() string
- func (x *ListShardsForObjectRequest_Body) GetObjectId() string
- func (x *ListShardsForObjectRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListShardsForObjectRequest_Body) MarshalJSON() ([]byte, error)
- func (x *ListShardsForObjectRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ListShardsForObjectRequest_Body) SetContainerId(v string)
- func (x *ListShardsForObjectRequest_Body) SetObjectId(v string)
- func (x *ListShardsForObjectRequest_Body) StableSize() (size int)
- func (x *ListShardsForObjectRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListShardsForObjectRequest_Body) UnmarshalJSON(data []byte) error
- func (x *ListShardsForObjectRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type ListShardsForObjectResponse
- func (x *ListShardsForObjectResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListShardsForObjectResponse) GetBody() *ListShardsForObjectResponse_Body
- func (x *ListShardsForObjectResponse) GetSignature() *Signature
- func (x *ListShardsForObjectResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListShardsForObjectResponse) MarshalJSON() ([]byte, error)
- func (x *ListShardsForObjectResponse) MarshalProtobuf(dst []byte) []byte
- func (x *ListShardsForObjectResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ListShardsForObjectResponse) SetBody(v *ListShardsForObjectResponse_Body)
- func (x *ListShardsForObjectResponse) SetSignature(v *Signature)
- func (x *ListShardsForObjectResponse) SignedDataSize() int
- func (x *ListShardsForObjectResponse) StableSize() (size int)
- func (x *ListShardsForObjectResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListShardsForObjectResponse) UnmarshalJSON(data []byte) error
- func (x *ListShardsForObjectResponse) UnmarshalProtobuf(src []byte) (err error)
- type ListShardsForObjectResponse_Body
- func (x *ListShardsForObjectResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListShardsForObjectResponse_Body) GetObjectShards() []ObjectShard
- func (x *ListShardsForObjectResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListShardsForObjectResponse_Body) MarshalJSON() ([]byte, error)
- func (x *ListShardsForObjectResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ListShardsForObjectResponse_Body) SetObjectShards(v []ObjectShard)
- func (x *ListShardsForObjectResponse_Body) StableSize() (size int)
- func (x *ListShardsForObjectResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListShardsForObjectResponse_Body) UnmarshalJSON(data []byte) error
- func (x *ListShardsForObjectResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type ListShardsRequest
- func (x *ListShardsRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListShardsRequest) GetBody() *ListShardsRequest_Body
- func (x *ListShardsRequest) GetSignature() *Signature
- func (x *ListShardsRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListShardsRequest) MarshalJSON() ([]byte, error)
- func (x *ListShardsRequest) MarshalProtobuf(dst []byte) []byte
- func (x *ListShardsRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ListShardsRequest) SetBody(v *ListShardsRequest_Body)
- func (x *ListShardsRequest) SetSignature(v *Signature)
- func (x *ListShardsRequest) SignedDataSize() int
- func (x *ListShardsRequest) StableSize() (size int)
- func (x *ListShardsRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListShardsRequest) UnmarshalJSON(data []byte) error
- func (x *ListShardsRequest) UnmarshalProtobuf(src []byte) (err error)
- type ListShardsRequest_Body
- func (x *ListShardsRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListShardsRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListShardsRequest_Body) MarshalJSON() ([]byte, error)
- func (x *ListShardsRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ListShardsRequest_Body) StableSize() (size int)
- func (x *ListShardsRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListShardsRequest_Body) UnmarshalJSON(data []byte) error
- func (x *ListShardsRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type ListShardsResponse
- func (x *ListShardsResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListShardsResponse) GetBody() *ListShardsResponse_Body
- func (x *ListShardsResponse) GetSignature() *Signature
- func (x *ListShardsResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListShardsResponse) MarshalJSON() ([]byte, error)
- func (x *ListShardsResponse) MarshalProtobuf(dst []byte) []byte
- func (x *ListShardsResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ListShardsResponse) SetBody(v *ListShardsResponse_Body)
- func (x *ListShardsResponse) SetSignature(v *Signature)
- func (x *ListShardsResponse) SignedDataSize() int
- func (x *ListShardsResponse) StableSize() (size int)
- func (x *ListShardsResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListShardsResponse) UnmarshalJSON(data []byte) error
- func (x *ListShardsResponse) UnmarshalProtobuf(src []byte) (err error)
- type ListShardsResponse_Body
- func (x *ListShardsResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListShardsResponse_Body) GetShards() []ShardInfo
- func (x *ListShardsResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListShardsResponse_Body) MarshalJSON() ([]byte, error)
- func (x *ListShardsResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ListShardsResponse_Body) SetShards(v []ShardInfo)
- func (x *ListShardsResponse_Body) StableSize() (size int)
- func (x *ListShardsResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListShardsResponse_Body) UnmarshalJSON(data []byte) error
- func (x *ListShardsResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type ListTargetsLocalOverridesRequest
- func (x *ListTargetsLocalOverridesRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListTargetsLocalOverridesRequest) GetBody() *ListTargetsLocalOverridesRequest_Body
- func (x *ListTargetsLocalOverridesRequest) GetSignature() *Signature
- func (x *ListTargetsLocalOverridesRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListTargetsLocalOverridesRequest) MarshalJSON() ([]byte, error)
- func (x *ListTargetsLocalOverridesRequest) MarshalProtobuf(dst []byte) []byte
- func (x *ListTargetsLocalOverridesRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ListTargetsLocalOverridesRequest) SetBody(v *ListTargetsLocalOverridesRequest_Body)
- func (x *ListTargetsLocalOverridesRequest) SetSignature(v *Signature)
- func (x *ListTargetsLocalOverridesRequest) SignedDataSize() int
- func (x *ListTargetsLocalOverridesRequest) StableSize() (size int)
- func (x *ListTargetsLocalOverridesRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListTargetsLocalOverridesRequest) UnmarshalJSON(data []byte) error
- func (x *ListTargetsLocalOverridesRequest) UnmarshalProtobuf(src []byte) (err error)
- type ListTargetsLocalOverridesRequest_Body
- func (x *ListTargetsLocalOverridesRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListTargetsLocalOverridesRequest_Body) GetChainName() string
- func (x *ListTargetsLocalOverridesRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListTargetsLocalOverridesRequest_Body) MarshalJSON() ([]byte, error)
- func (x *ListTargetsLocalOverridesRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ListTargetsLocalOverridesRequest_Body) SetChainName(v string)
- func (x *ListTargetsLocalOverridesRequest_Body) StableSize() (size int)
- func (x *ListTargetsLocalOverridesRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListTargetsLocalOverridesRequest_Body) UnmarshalJSON(data []byte) error
- func (x *ListTargetsLocalOverridesRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type ListTargetsLocalOverridesResponse
- func (x *ListTargetsLocalOverridesResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListTargetsLocalOverridesResponse) GetBody() *ListTargetsLocalOverridesResponse_Body
- func (x *ListTargetsLocalOverridesResponse) GetSignature() *Signature
- func (x *ListTargetsLocalOverridesResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListTargetsLocalOverridesResponse) MarshalJSON() ([]byte, error)
- func (x *ListTargetsLocalOverridesResponse) MarshalProtobuf(dst []byte) []byte
- func (x *ListTargetsLocalOverridesResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ListTargetsLocalOverridesResponse) SetBody(v *ListTargetsLocalOverridesResponse_Body)
- func (x *ListTargetsLocalOverridesResponse) SetSignature(v *Signature)
- func (x *ListTargetsLocalOverridesResponse) SignedDataSize() int
- func (x *ListTargetsLocalOverridesResponse) StableSize() (size int)
- func (x *ListTargetsLocalOverridesResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListTargetsLocalOverridesResponse) UnmarshalJSON(data []byte) error
- func (x *ListTargetsLocalOverridesResponse) UnmarshalProtobuf(src []byte) (err error)
- type ListTargetsLocalOverridesResponse_Body
- func (x *ListTargetsLocalOverridesResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ListTargetsLocalOverridesResponse_Body) GetTargets() []ChainTarget
- func (x *ListTargetsLocalOverridesResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ListTargetsLocalOverridesResponse_Body) MarshalJSON() ([]byte, error)
- func (x *ListTargetsLocalOverridesResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ListTargetsLocalOverridesResponse_Body) SetTargets(v []ChainTarget)
- func (x *ListTargetsLocalOverridesResponse_Body) StableSize() (size int)
- func (x *ListTargetsLocalOverridesResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ListTargetsLocalOverridesResponse_Body) UnmarshalJSON(data []byte) error
- func (x *ListTargetsLocalOverridesResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type Netmap
- func (x *Netmap) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *Netmap) GetEpoch() uint64
- func (x *Netmap) GetNodes() []NodeInfo
- func (x *Netmap) MarshalEasyJSON(out *jwriter.Writer)
- func (x *Netmap) MarshalJSON() ([]byte, error)
- func (x *Netmap) MarshalProtobuf(dst []byte) []byte
- func (x *Netmap) SetEpoch(v uint64)
- func (x *Netmap) SetNodes(v []NodeInfo)
- func (x *Netmap) StableSize() (size int)
- func (x *Netmap) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *Netmap) UnmarshalJSON(data []byte) error
- func (x *Netmap) UnmarshalProtobuf(src []byte) (err error)
- type NetmapStatus
- type NodeInfo
- func (x *NodeInfo) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *NodeInfo) GetAddresses() []string
- func (x *NodeInfo) GetAttributes() []NodeInfo_Attribute
- func (x *NodeInfo) GetPublicKey() []byte
- func (x *NodeInfo) GetState() NetmapStatus
- func (x *NodeInfo) MarshalEasyJSON(out *jwriter.Writer)
- func (x *NodeInfo) MarshalJSON() ([]byte, error)
- func (x *NodeInfo) MarshalProtobuf(dst []byte) []byte
- func (x *NodeInfo) SetAddresses(v []string)
- func (x *NodeInfo) SetAttributes(v []NodeInfo_Attribute)
- func (x *NodeInfo) SetPublicKey(v []byte)
- func (x *NodeInfo) SetState(v NetmapStatus)
- func (x *NodeInfo) StableSize() (size int)
- func (x *NodeInfo) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *NodeInfo) UnmarshalJSON(data []byte) error
- func (x *NodeInfo) UnmarshalProtobuf(src []byte) (err error)
- type NodeInfo_Attribute
- func (x *NodeInfo_Attribute) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *NodeInfo_Attribute) GetKey() string
- func (x *NodeInfo_Attribute) GetParents() []string
- func (x *NodeInfo_Attribute) GetValue() string
- func (x *NodeInfo_Attribute) MarshalEasyJSON(out *jwriter.Writer)
- func (x *NodeInfo_Attribute) MarshalJSON() ([]byte, error)
- func (x *NodeInfo_Attribute) MarshalProtobuf(dst []byte) []byte
- func (x *NodeInfo_Attribute) SetKey(v string)
- func (x *NodeInfo_Attribute) SetParents(v []string)
- func (x *NodeInfo_Attribute) SetValue(v string)
- func (x *NodeInfo_Attribute) StableSize() (size int)
- func (x *NodeInfo_Attribute) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *NodeInfo_Attribute) UnmarshalJSON(data []byte) error
- func (x *NodeInfo_Attribute) UnmarshalProtobuf(src []byte) (err error)
- type ObjectShard
- func (x *ObjectShard) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ObjectShard) GetComplexParts() []ObjectShard_ComplexPart
- func (x *ObjectShard) GetEcChunks() [][]byte
- func (x *ObjectShard) GetLabel() string
- func (x *ObjectShard) GetShard_ID() []byte
- func (x *ObjectShard) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ObjectShard) MarshalJSON() ([]byte, error)
- func (x *ObjectShard) MarshalProtobuf(dst []byte) []byte
- func (x *ObjectShard) SetComplexParts(v []ObjectShard_ComplexPart)
- func (x *ObjectShard) SetEcChunks(v [][]byte)
- func (x *ObjectShard) SetLabel(v string)
- func (x *ObjectShard) SetShard_ID(v []byte)
- func (x *ObjectShard) StableSize() (size int)
- func (x *ObjectShard) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ObjectShard) UnmarshalJSON(data []byte) error
- func (x *ObjectShard) UnmarshalProtobuf(src []byte) (err error)
- type ObjectShard_ComplexPart
- func (x *ObjectShard_ComplexPart) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ObjectShard_ComplexPart) GetEcChunks() [][]byte
- func (x *ObjectShard_ComplexPart) GetObjectId() []byte
- func (x *ObjectShard_ComplexPart) GetType() ObjectShard_ComplexPart_Type
- func (x *ObjectShard_ComplexPart) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ObjectShard_ComplexPart) MarshalJSON() ([]byte, error)
- func (x *ObjectShard_ComplexPart) MarshalProtobuf(dst []byte) []byte
- func (x *ObjectShard_ComplexPart) SetEcChunks(v [][]byte)
- func (x *ObjectShard_ComplexPart) SetObjectId(v []byte)
- func (x *ObjectShard_ComplexPart) SetType(v ObjectShard_ComplexPart_Type)
- func (x *ObjectShard_ComplexPart) StableSize() (size int)
- func (x *ObjectShard_ComplexPart) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ObjectShard_ComplexPart) UnmarshalJSON(data []byte) error
- func (x *ObjectShard_ComplexPart) UnmarshalProtobuf(src []byte) (err error)
- type ObjectShard_ComplexPart_Type
- type RemoveChainLocalOverrideRequest
- func (x *RemoveChainLocalOverrideRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *RemoveChainLocalOverrideRequest) GetBody() *RemoveChainLocalOverrideRequest_Body
- func (x *RemoveChainLocalOverrideRequest) GetSignature() *Signature
- func (x *RemoveChainLocalOverrideRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *RemoveChainLocalOverrideRequest) MarshalJSON() ([]byte, error)
- func (x *RemoveChainLocalOverrideRequest) MarshalProtobuf(dst []byte) []byte
- func (x *RemoveChainLocalOverrideRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *RemoveChainLocalOverrideRequest) SetBody(v *RemoveChainLocalOverrideRequest_Body)
- func (x *RemoveChainLocalOverrideRequest) SetSignature(v *Signature)
- func (x *RemoveChainLocalOverrideRequest) SignedDataSize() int
- func (x *RemoveChainLocalOverrideRequest) StableSize() (size int)
- func (x *RemoveChainLocalOverrideRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *RemoveChainLocalOverrideRequest) UnmarshalJSON(data []byte) error
- func (x *RemoveChainLocalOverrideRequest) UnmarshalProtobuf(src []byte) (err error)
- type RemoveChainLocalOverrideRequest_Body
- func (x *RemoveChainLocalOverrideRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *RemoveChainLocalOverrideRequest_Body) GetChainId() []byte
- func (x *RemoveChainLocalOverrideRequest_Body) GetTarget() *ChainTarget
- func (x *RemoveChainLocalOverrideRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *RemoveChainLocalOverrideRequest_Body) MarshalJSON() ([]byte, error)
- func (x *RemoveChainLocalOverrideRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *RemoveChainLocalOverrideRequest_Body) SetChainId(v []byte)
- func (x *RemoveChainLocalOverrideRequest_Body) SetTarget(v *ChainTarget)
- func (x *RemoveChainLocalOverrideRequest_Body) StableSize() (size int)
- func (x *RemoveChainLocalOverrideRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *RemoveChainLocalOverrideRequest_Body) UnmarshalJSON(data []byte) error
- func (x *RemoveChainLocalOverrideRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type RemoveChainLocalOverrideResponse
- func (x *RemoveChainLocalOverrideResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *RemoveChainLocalOverrideResponse) GetBody() *RemoveChainLocalOverrideResponse_Body
- func (x *RemoveChainLocalOverrideResponse) GetSignature() *Signature
- func (x *RemoveChainLocalOverrideResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *RemoveChainLocalOverrideResponse) MarshalJSON() ([]byte, error)
- func (x *RemoveChainLocalOverrideResponse) MarshalProtobuf(dst []byte) []byte
- func (x *RemoveChainLocalOverrideResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *RemoveChainLocalOverrideResponse) SetBody(v *RemoveChainLocalOverrideResponse_Body)
- func (x *RemoveChainLocalOverrideResponse) SetSignature(v *Signature)
- func (x *RemoveChainLocalOverrideResponse) SignedDataSize() int
- func (x *RemoveChainLocalOverrideResponse) StableSize() (size int)
- func (x *RemoveChainLocalOverrideResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *RemoveChainLocalOverrideResponse) UnmarshalJSON(data []byte) error
- func (x *RemoveChainLocalOverrideResponse) UnmarshalProtobuf(src []byte) (err error)
- type RemoveChainLocalOverrideResponse_Body
- func (x *RemoveChainLocalOverrideResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *RemoveChainLocalOverrideResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *RemoveChainLocalOverrideResponse_Body) MarshalJSON() ([]byte, error)
- func (x *RemoveChainLocalOverrideResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *RemoveChainLocalOverrideResponse_Body) StableSize() (size int)
- func (x *RemoveChainLocalOverrideResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *RemoveChainLocalOverrideResponse_Body) UnmarshalJSON(data []byte) error
- func (x *RemoveChainLocalOverrideResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type RemoveChainLocalOverridesByTargetRequest
- func (x *RemoveChainLocalOverridesByTargetRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *RemoveChainLocalOverridesByTargetRequest) GetBody() *RemoveChainLocalOverridesByTargetRequest_Body
- func (x *RemoveChainLocalOverridesByTargetRequest) GetSignature() *Signature
- func (x *RemoveChainLocalOverridesByTargetRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *RemoveChainLocalOverridesByTargetRequest) MarshalJSON() ([]byte, error)
- func (x *RemoveChainLocalOverridesByTargetRequest) MarshalProtobuf(dst []byte) []byte
- func (x *RemoveChainLocalOverridesByTargetRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *RemoveChainLocalOverridesByTargetRequest) SetBody(v *RemoveChainLocalOverridesByTargetRequest_Body)
- func (x *RemoveChainLocalOverridesByTargetRequest) SetSignature(v *Signature)
- func (x *RemoveChainLocalOverridesByTargetRequest) SignedDataSize() int
- func (x *RemoveChainLocalOverridesByTargetRequest) StableSize() (size int)
- func (x *RemoveChainLocalOverridesByTargetRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *RemoveChainLocalOverridesByTargetRequest) UnmarshalJSON(data []byte) error
- func (x *RemoveChainLocalOverridesByTargetRequest) UnmarshalProtobuf(src []byte) (err error)
- type RemoveChainLocalOverridesByTargetRequest_Body
- func (x *RemoveChainLocalOverridesByTargetRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *RemoveChainLocalOverridesByTargetRequest_Body) GetTarget() *ChainTarget
- func (x *RemoveChainLocalOverridesByTargetRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *RemoveChainLocalOverridesByTargetRequest_Body) MarshalJSON() ([]byte, error)
- func (x *RemoveChainLocalOverridesByTargetRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *RemoveChainLocalOverridesByTargetRequest_Body) SetTarget(v *ChainTarget)
- func (x *RemoveChainLocalOverridesByTargetRequest_Body) StableSize() (size int)
- func (x *RemoveChainLocalOverridesByTargetRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *RemoveChainLocalOverridesByTargetRequest_Body) UnmarshalJSON(data []byte) error
- func (x *RemoveChainLocalOverridesByTargetRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type RemoveChainLocalOverridesByTargetResponse
- func (x *RemoveChainLocalOverridesByTargetResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *RemoveChainLocalOverridesByTargetResponse) GetBody() *RemoveChainLocalOverridesByTargetResponse_Body
- func (x *RemoveChainLocalOverridesByTargetResponse) GetSignature() *Signature
- func (x *RemoveChainLocalOverridesByTargetResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *RemoveChainLocalOverridesByTargetResponse) MarshalJSON() ([]byte, error)
- func (x *RemoveChainLocalOverridesByTargetResponse) MarshalProtobuf(dst []byte) []byte
- func (x *RemoveChainLocalOverridesByTargetResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *RemoveChainLocalOverridesByTargetResponse) SetBody(v *RemoveChainLocalOverridesByTargetResponse_Body)
- func (x *RemoveChainLocalOverridesByTargetResponse) SetSignature(v *Signature)
- func (x *RemoveChainLocalOverridesByTargetResponse) SignedDataSize() int
- func (x *RemoveChainLocalOverridesByTargetResponse) StableSize() (size int)
- func (x *RemoveChainLocalOverridesByTargetResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *RemoveChainLocalOverridesByTargetResponse) UnmarshalJSON(data []byte) error
- func (x *RemoveChainLocalOverridesByTargetResponse) UnmarshalProtobuf(src []byte) (err error)
- type RemoveChainLocalOverridesByTargetResponse_Body
- func (x *RemoveChainLocalOverridesByTargetResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *RemoveChainLocalOverridesByTargetResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *RemoveChainLocalOverridesByTargetResponse_Body) MarshalJSON() ([]byte, error)
- func (x *RemoveChainLocalOverridesByTargetResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *RemoveChainLocalOverridesByTargetResponse_Body) StableSize() (size int)
- func (x *RemoveChainLocalOverridesByTargetResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *RemoveChainLocalOverridesByTargetResponse_Body) UnmarshalJSON(data []byte) error
- func (x *RemoveChainLocalOverridesByTargetResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type ReplicateObjectRequest
- func (x *ReplicateObjectRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ReplicateObjectRequest) GetBody() *ReplicateObjectRequest_Body
- func (x *ReplicateObjectRequest) GetSignature() *Signature
- func (x *ReplicateObjectRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ReplicateObjectRequest) MarshalJSON() ([]byte, error)
- func (x *ReplicateObjectRequest) MarshalProtobuf(dst []byte) []byte
- func (x *ReplicateObjectRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ReplicateObjectRequest) SetBody(v *ReplicateObjectRequest_Body)
- func (x *ReplicateObjectRequest) SetSignature(v *Signature)
- func (x *ReplicateObjectRequest) SignedDataSize() int
- func (x *ReplicateObjectRequest) StableSize() (size int)
- func (x *ReplicateObjectRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ReplicateObjectRequest) UnmarshalJSON(data []byte) error
- func (x *ReplicateObjectRequest) UnmarshalProtobuf(src []byte) (err error)
- type ReplicateObjectRequest_Body
- func (x *ReplicateObjectRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ReplicateObjectRequest_Body) GetContainer() []byte
- func (x *ReplicateObjectRequest_Body) GetObject() []byte
- func (x *ReplicateObjectRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ReplicateObjectRequest_Body) MarshalJSON() ([]byte, error)
- func (x *ReplicateObjectRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ReplicateObjectRequest_Body) SetContainer(v []byte)
- func (x *ReplicateObjectRequest_Body) SetObject(v []byte)
- func (x *ReplicateObjectRequest_Body) StableSize() (size int)
- func (x *ReplicateObjectRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ReplicateObjectRequest_Body) UnmarshalJSON(data []byte) error
- func (x *ReplicateObjectRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type ReplicateObjectResponse
- func (x *ReplicateObjectResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ReplicateObjectResponse) GetBody() *ReplicateObjectResponse_Body
- func (x *ReplicateObjectResponse) GetSignature() *Signature
- func (x *ReplicateObjectResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ReplicateObjectResponse) MarshalJSON() ([]byte, error)
- func (x *ReplicateObjectResponse) MarshalProtobuf(dst []byte) []byte
- func (x *ReplicateObjectResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ReplicateObjectResponse) SetBody(v *ReplicateObjectResponse_Body)
- func (x *ReplicateObjectResponse) SetSignature(v *Signature)
- func (x *ReplicateObjectResponse) SignedDataSize() int
- func (x *ReplicateObjectResponse) StableSize() (size int)
- func (x *ReplicateObjectResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ReplicateObjectResponse) UnmarshalJSON(data []byte) error
- func (x *ReplicateObjectResponse) UnmarshalProtobuf(src []byte) (err error)
- type ReplicateObjectResponse_Body
- func (x *ReplicateObjectResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ReplicateObjectResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ReplicateObjectResponse_Body) MarshalJSON() ([]byte, error)
- func (x *ReplicateObjectResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ReplicateObjectResponse_Body) StableSize() (size int)
- func (x *ReplicateObjectResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ReplicateObjectResponse_Body) UnmarshalJSON(data []byte) error
- func (x *ReplicateObjectResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type ResetShardEvacuationStatusRequest
- func (x *ResetShardEvacuationStatusRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ResetShardEvacuationStatusRequest) GetBody() *ResetShardEvacuationStatusRequest_Body
- func (x *ResetShardEvacuationStatusRequest) GetSignature() *Signature
- func (x *ResetShardEvacuationStatusRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ResetShardEvacuationStatusRequest) MarshalJSON() ([]byte, error)
- func (x *ResetShardEvacuationStatusRequest) MarshalProtobuf(dst []byte) []byte
- func (x *ResetShardEvacuationStatusRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ResetShardEvacuationStatusRequest) SetBody(v *ResetShardEvacuationStatusRequest_Body)
- func (x *ResetShardEvacuationStatusRequest) SetSignature(v *Signature)
- func (x *ResetShardEvacuationStatusRequest) SignedDataSize() int
- func (x *ResetShardEvacuationStatusRequest) StableSize() (size int)
- func (x *ResetShardEvacuationStatusRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ResetShardEvacuationStatusRequest) UnmarshalJSON(data []byte) error
- func (x *ResetShardEvacuationStatusRequest) UnmarshalProtobuf(src []byte) (err error)
- type ResetShardEvacuationStatusRequest_Body
- func (x *ResetShardEvacuationStatusRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ResetShardEvacuationStatusRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ResetShardEvacuationStatusRequest_Body) MarshalJSON() ([]byte, error)
- func (x *ResetShardEvacuationStatusRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ResetShardEvacuationStatusRequest_Body) StableSize() (size int)
- func (x *ResetShardEvacuationStatusRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ResetShardEvacuationStatusRequest_Body) UnmarshalJSON(data []byte) error
- func (x *ResetShardEvacuationStatusRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type ResetShardEvacuationStatusResponse
- func (x *ResetShardEvacuationStatusResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ResetShardEvacuationStatusResponse) GetBody() *ResetShardEvacuationStatusResponse_Body
- func (x *ResetShardEvacuationStatusResponse) GetSignature() *Signature
- func (x *ResetShardEvacuationStatusResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ResetShardEvacuationStatusResponse) MarshalJSON() ([]byte, error)
- func (x *ResetShardEvacuationStatusResponse) MarshalProtobuf(dst []byte) []byte
- func (x *ResetShardEvacuationStatusResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ResetShardEvacuationStatusResponse) SetBody(v *ResetShardEvacuationStatusResponse_Body)
- func (x *ResetShardEvacuationStatusResponse) SetSignature(v *Signature)
- func (x *ResetShardEvacuationStatusResponse) SignedDataSize() int
- func (x *ResetShardEvacuationStatusResponse) StableSize() (size int)
- func (x *ResetShardEvacuationStatusResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ResetShardEvacuationStatusResponse) UnmarshalJSON(data []byte) error
- func (x *ResetShardEvacuationStatusResponse) UnmarshalProtobuf(src []byte) (err error)
- type ResetShardEvacuationStatusResponse_Body
- func (x *ResetShardEvacuationStatusResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ResetShardEvacuationStatusResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ResetShardEvacuationStatusResponse_Body) MarshalJSON() ([]byte, error)
- func (x *ResetShardEvacuationStatusResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ResetShardEvacuationStatusResponse_Body) StableSize() (size int)
- func (x *ResetShardEvacuationStatusResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ResetShardEvacuationStatusResponse_Body) UnmarshalJSON(data []byte) error
- func (x *ResetShardEvacuationStatusResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type ScheduleTreeResyncRequest
- func (x *ScheduleTreeResyncRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ScheduleTreeResyncRequest) GetBody() *ScheduleTreeResyncRequest_Body
- func (x *ScheduleTreeResyncRequest) GetSignature() *Signature
- func (x *ScheduleTreeResyncRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ScheduleTreeResyncRequest) MarshalJSON() ([]byte, error)
- func (x *ScheduleTreeResyncRequest) MarshalProtobuf(dst []byte) []byte
- func (x *ScheduleTreeResyncRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ScheduleTreeResyncRequest) SetBody(v *ScheduleTreeResyncRequest_Body)
- func (x *ScheduleTreeResyncRequest) SetSignature(v *Signature)
- func (x *ScheduleTreeResyncRequest) SignedDataSize() int
- func (x *ScheduleTreeResyncRequest) StableSize() (size int)
- func (x *ScheduleTreeResyncRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ScheduleTreeResyncRequest) UnmarshalJSON(data []byte) error
- func (x *ScheduleTreeResyncRequest) UnmarshalProtobuf(src []byte) (err error)
- type ScheduleTreeResyncRequest_Body
- func (x *ScheduleTreeResyncRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ScheduleTreeResyncRequest_Body) GetContainerId() []byte
- func (x *ScheduleTreeResyncRequest_Body) GetLocalOnly() bool
- func (x *ScheduleTreeResyncRequest_Body) GetTreeId() string
- func (x *ScheduleTreeResyncRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ScheduleTreeResyncRequest_Body) MarshalJSON() ([]byte, error)
- func (x *ScheduleTreeResyncRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ScheduleTreeResyncRequest_Body) SetContainerId(v []byte)
- func (x *ScheduleTreeResyncRequest_Body) SetLocalOnly(v bool)
- func (x *ScheduleTreeResyncRequest_Body) SetTreeId(v string)
- func (x *ScheduleTreeResyncRequest_Body) StableSize() (size int)
- func (x *ScheduleTreeResyncRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ScheduleTreeResyncRequest_Body) UnmarshalJSON(data []byte) error
- func (x *ScheduleTreeResyncRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type ScheduleTreeResyncResponse
- func (x *ScheduleTreeResyncResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ScheduleTreeResyncResponse) GetBody() *ScheduleTreeResyncResponse_Body
- func (x *ScheduleTreeResyncResponse) GetSignature() *Signature
- func (x *ScheduleTreeResyncResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ScheduleTreeResyncResponse) MarshalJSON() ([]byte, error)
- func (x *ScheduleTreeResyncResponse) MarshalProtobuf(dst []byte) []byte
- func (x *ScheduleTreeResyncResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ScheduleTreeResyncResponse) SetBody(v *ScheduleTreeResyncResponse_Body)
- func (x *ScheduleTreeResyncResponse) SetSignature(v *Signature)
- func (x *ScheduleTreeResyncResponse) SignedDataSize() int
- func (x *ScheduleTreeResyncResponse) StableSize() (size int)
- func (x *ScheduleTreeResyncResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ScheduleTreeResyncResponse) UnmarshalJSON(data []byte) error
- func (x *ScheduleTreeResyncResponse) UnmarshalProtobuf(src []byte) (err error)
- type ScheduleTreeResyncResponse_Body
- func (x *ScheduleTreeResyncResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ScheduleTreeResyncResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ScheduleTreeResyncResponse_Body) MarshalJSON() ([]byte, error)
- func (x *ScheduleTreeResyncResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ScheduleTreeResyncResponse_Body) StableSize() (size int)
- func (x *ScheduleTreeResyncResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ScheduleTreeResyncResponse_Body) UnmarshalJSON(data []byte) error
- func (x *ScheduleTreeResyncResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type ScheduleTreeServiceForesterRequest
- func (x *ScheduleTreeServiceForesterRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ScheduleTreeServiceForesterRequest) GetBody() *ScheduleTreeServiceForesterRequest_Body
- func (x *ScheduleTreeServiceForesterRequest) GetSignature() *Signature
- func (x *ScheduleTreeServiceForesterRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ScheduleTreeServiceForesterRequest) MarshalJSON() ([]byte, error)
- func (x *ScheduleTreeServiceForesterRequest) MarshalProtobuf(dst []byte) []byte
- func (x *ScheduleTreeServiceForesterRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ScheduleTreeServiceForesterRequest) SetBody(v *ScheduleTreeServiceForesterRequest_Body)
- func (x *ScheduleTreeServiceForesterRequest) SetSignature(v *Signature)
- func (x *ScheduleTreeServiceForesterRequest) SignedDataSize() int
- func (x *ScheduleTreeServiceForesterRequest) StableSize() (size int)
- func (x *ScheduleTreeServiceForesterRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ScheduleTreeServiceForesterRequest) UnmarshalJSON(data []byte) error
- func (x *ScheduleTreeServiceForesterRequest) UnmarshalProtobuf(src []byte) (err error)
- type ScheduleTreeServiceForesterRequest_Body
- func (x *ScheduleTreeServiceForesterRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ScheduleTreeServiceForesterRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ScheduleTreeServiceForesterRequest_Body) MarshalJSON() ([]byte, error)
- func (x *ScheduleTreeServiceForesterRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ScheduleTreeServiceForesterRequest_Body) StableSize() (size int)
- func (x *ScheduleTreeServiceForesterRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ScheduleTreeServiceForesterRequest_Body) UnmarshalJSON(data []byte) error
- func (x *ScheduleTreeServiceForesterRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type ScheduleTreeServiceForesterResponse
- func (x *ScheduleTreeServiceForesterResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ScheduleTreeServiceForesterResponse) GetBody() *ScheduleTreeServiceForesterResponse_Body
- func (x *ScheduleTreeServiceForesterResponse) GetSignature() *Signature
- func (x *ScheduleTreeServiceForesterResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ScheduleTreeServiceForesterResponse) MarshalJSON() ([]byte, error)
- func (x *ScheduleTreeServiceForesterResponse) MarshalProtobuf(dst []byte) []byte
- func (x *ScheduleTreeServiceForesterResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *ScheduleTreeServiceForesterResponse) SetBody(v *ScheduleTreeServiceForesterResponse_Body)
- func (x *ScheduleTreeServiceForesterResponse) SetSignature(v *Signature)
- func (x *ScheduleTreeServiceForesterResponse) SignedDataSize() int
- func (x *ScheduleTreeServiceForesterResponse) StableSize() (size int)
- func (x *ScheduleTreeServiceForesterResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ScheduleTreeServiceForesterResponse) UnmarshalJSON(data []byte) error
- func (x *ScheduleTreeServiceForesterResponse) UnmarshalProtobuf(src []byte) (err error)
- type ScheduleTreeServiceForesterResponse_Body
- func (x *ScheduleTreeServiceForesterResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ScheduleTreeServiceForesterResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ScheduleTreeServiceForesterResponse_Body) MarshalJSON() ([]byte, error)
- func (x *ScheduleTreeServiceForesterResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *ScheduleTreeServiceForesterResponse_Body) StableSize() (size int)
- func (x *ScheduleTreeServiceForesterResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ScheduleTreeServiceForesterResponse_Body) UnmarshalJSON(data []byte) error
- func (x *ScheduleTreeServiceForesterResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type SealWriteCacheRequest
- func (x *SealWriteCacheRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SealWriteCacheRequest) GetBody() *SealWriteCacheRequest_Body
- func (x *SealWriteCacheRequest) GetSignature() *Signature
- func (x *SealWriteCacheRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SealWriteCacheRequest) MarshalJSON() ([]byte, error)
- func (x *SealWriteCacheRequest) MarshalProtobuf(dst []byte) []byte
- func (x *SealWriteCacheRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *SealWriteCacheRequest) SetBody(v *SealWriteCacheRequest_Body)
- func (x *SealWriteCacheRequest) SetSignature(v *Signature)
- func (x *SealWriteCacheRequest) SignedDataSize() int
- func (x *SealWriteCacheRequest) StableSize() (size int)
- func (x *SealWriteCacheRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SealWriteCacheRequest) UnmarshalJSON(data []byte) error
- func (x *SealWriteCacheRequest) UnmarshalProtobuf(src []byte) (err error)
- type SealWriteCacheRequest_Body
- func (x *SealWriteCacheRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SealWriteCacheRequest_Body) GetAsync() bool
- func (x *SealWriteCacheRequest_Body) GetIgnoreErrors() bool
- func (x *SealWriteCacheRequest_Body) GetRestoreMode() bool
- func (x *SealWriteCacheRequest_Body) GetShard_ID() []ShardID
- func (x *SealWriteCacheRequest_Body) GetShrink() bool
- func (x *SealWriteCacheRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SealWriteCacheRequest_Body) MarshalJSON() ([]byte, error)
- func (x *SealWriteCacheRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *SealWriteCacheRequest_Body) SetAsync(v bool)
- func (x *SealWriteCacheRequest_Body) SetIgnoreErrors(v bool)
- func (x *SealWriteCacheRequest_Body) SetRestoreMode(v bool)
- func (x *SealWriteCacheRequest_Body) SetShard_ID(v []ShardID)
- func (x *SealWriteCacheRequest_Body) SetShrink(v bool)
- func (x *SealWriteCacheRequest_Body) StableSize() (size int)
- func (x *SealWriteCacheRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SealWriteCacheRequest_Body) UnmarshalJSON(data []byte) error
- func (x *SealWriteCacheRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type SealWriteCacheResponse
- func (x *SealWriteCacheResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SealWriteCacheResponse) GetBody() *SealWriteCacheResponse_Body
- func (x *SealWriteCacheResponse) GetSignature() *Signature
- func (x *SealWriteCacheResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SealWriteCacheResponse) MarshalJSON() ([]byte, error)
- func (x *SealWriteCacheResponse) MarshalProtobuf(dst []byte) []byte
- func (x *SealWriteCacheResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *SealWriteCacheResponse) SetBody(v *SealWriteCacheResponse_Body)
- func (x *SealWriteCacheResponse) SetSignature(v *Signature)
- func (x *SealWriteCacheResponse) SignedDataSize() int
- func (x *SealWriteCacheResponse) StableSize() (size int)
- func (x *SealWriteCacheResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SealWriteCacheResponse) UnmarshalJSON(data []byte) error
- func (x *SealWriteCacheResponse) UnmarshalProtobuf(src []byte) (err error)
- type SealWriteCacheResponse_Body
- func (x *SealWriteCacheResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SealWriteCacheResponse_Body) GetResults() []SealWriteCacheResponse_Body_Status
- func (x *SealWriteCacheResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SealWriteCacheResponse_Body) MarshalJSON() ([]byte, error)
- func (x *SealWriteCacheResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *SealWriteCacheResponse_Body) SetResults(v []SealWriteCacheResponse_Body_Status)
- func (x *SealWriteCacheResponse_Body) StableSize() (size int)
- func (x *SealWriteCacheResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SealWriteCacheResponse_Body) UnmarshalJSON(data []byte) error
- func (x *SealWriteCacheResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type SealWriteCacheResponse_Body_Status
- func (x *SealWriteCacheResponse_Body_Status) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SealWriteCacheResponse_Body_Status) GetError() string
- func (x *SealWriteCacheResponse_Body_Status) GetShard_ID() *ShardID
- func (x *SealWriteCacheResponse_Body_Status) GetSuccess() bool
- func (x *SealWriteCacheResponse_Body_Status) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SealWriteCacheResponse_Body_Status) MarshalJSON() ([]byte, error)
- func (x *SealWriteCacheResponse_Body_Status) MarshalProtobuf(dst []byte) []byte
- func (x *SealWriteCacheResponse_Body_Status) SetError(v string)
- func (x *SealWriteCacheResponse_Body_Status) SetShard_ID(v *ShardID)
- func (x *SealWriteCacheResponse_Body_Status) SetSuccess(v bool)
- func (x *SealWriteCacheResponse_Body_Status) StableSize() (size int)
- func (x *SealWriteCacheResponse_Body_Status) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SealWriteCacheResponse_Body_Status) UnmarshalJSON(data []byte) error
- func (x *SealWriteCacheResponse_Body_Status) UnmarshalProtobuf(src []byte) (err error)
- type SetNetmapStatusRequest
- func (x *SetNetmapStatusRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SetNetmapStatusRequest) GetBody() *SetNetmapStatusRequest_Body
- func (x *SetNetmapStatusRequest) GetSignature() *Signature
- func (x *SetNetmapStatusRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SetNetmapStatusRequest) MarshalJSON() ([]byte, error)
- func (x *SetNetmapStatusRequest) MarshalProtobuf(dst []byte) []byte
- func (x *SetNetmapStatusRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *SetNetmapStatusRequest) SetBody(v *SetNetmapStatusRequest_Body)
- func (x *SetNetmapStatusRequest) SetSignature(v *Signature)
- func (x *SetNetmapStatusRequest) SignedDataSize() int
- func (x *SetNetmapStatusRequest) StableSize() (size int)
- func (x *SetNetmapStatusRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SetNetmapStatusRequest) UnmarshalJSON(data []byte) error
- func (x *SetNetmapStatusRequest) UnmarshalProtobuf(src []byte) (err error)
- type SetNetmapStatusRequest_Body
- func (x *SetNetmapStatusRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SetNetmapStatusRequest_Body) GetForceMaintenance() bool
- func (x *SetNetmapStatusRequest_Body) GetStatus() NetmapStatus
- func (x *SetNetmapStatusRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SetNetmapStatusRequest_Body) MarshalJSON() ([]byte, error)
- func (x *SetNetmapStatusRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *SetNetmapStatusRequest_Body) SetForceMaintenance(v bool)
- func (x *SetNetmapStatusRequest_Body) SetStatus(v NetmapStatus)
- func (x *SetNetmapStatusRequest_Body) StableSize() (size int)
- func (x *SetNetmapStatusRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SetNetmapStatusRequest_Body) UnmarshalJSON(data []byte) error
- func (x *SetNetmapStatusRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type SetNetmapStatusResponse
- func (x *SetNetmapStatusResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SetNetmapStatusResponse) GetBody() *SetNetmapStatusResponse_Body
- func (x *SetNetmapStatusResponse) GetSignature() *Signature
- func (x *SetNetmapStatusResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SetNetmapStatusResponse) MarshalJSON() ([]byte, error)
- func (x *SetNetmapStatusResponse) MarshalProtobuf(dst []byte) []byte
- func (x *SetNetmapStatusResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *SetNetmapStatusResponse) SetBody(v *SetNetmapStatusResponse_Body)
- func (x *SetNetmapStatusResponse) SetSignature(v *Signature)
- func (x *SetNetmapStatusResponse) SignedDataSize() int
- func (x *SetNetmapStatusResponse) StableSize() (size int)
- func (x *SetNetmapStatusResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SetNetmapStatusResponse) UnmarshalJSON(data []byte) error
- func (x *SetNetmapStatusResponse) UnmarshalProtobuf(src []byte) (err error)
- type SetNetmapStatusResponse_Body
- func (x *SetNetmapStatusResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SetNetmapStatusResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SetNetmapStatusResponse_Body) MarshalJSON() ([]byte, error)
- func (x *SetNetmapStatusResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *SetNetmapStatusResponse_Body) StableSize() (size int)
- func (x *SetNetmapStatusResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SetNetmapStatusResponse_Body) UnmarshalJSON(data []byte) error
- func (x *SetNetmapStatusResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type SetShardModeRequest
- func (x *SetShardModeRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SetShardModeRequest) GetBody() *SetShardModeRequest_Body
- func (x *SetShardModeRequest) GetSignature() *Signature
- func (x *SetShardModeRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SetShardModeRequest) MarshalJSON() ([]byte, error)
- func (x *SetShardModeRequest) MarshalProtobuf(dst []byte) []byte
- func (x *SetShardModeRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *SetShardModeRequest) SetBody(v *SetShardModeRequest_Body)
- func (x *SetShardModeRequest) SetSignature(v *Signature)
- func (x *SetShardModeRequest) SignedDataSize() int
- func (x *SetShardModeRequest) StableSize() (size int)
- func (x *SetShardModeRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SetShardModeRequest) UnmarshalJSON(data []byte) error
- func (x *SetShardModeRequest) UnmarshalProtobuf(src []byte) (err error)
- type SetShardModeRequest_Body
- func (x *SetShardModeRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SetShardModeRequest_Body) GetMode() ShardMode
- func (x *SetShardModeRequest_Body) GetResetErrorCounter() bool
- func (x *SetShardModeRequest_Body) GetShard_ID() []ShardID
- func (x *SetShardModeRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SetShardModeRequest_Body) MarshalJSON() ([]byte, error)
- func (x *SetShardModeRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *SetShardModeRequest_Body) SetMode(v ShardMode)
- func (x *SetShardModeRequest_Body) SetResetErrorCounter(v bool)
- func (x *SetShardModeRequest_Body) SetShard_ID(v []ShardID)
- func (x *SetShardModeRequest_Body) StableSize() (size int)
- func (x *SetShardModeRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SetShardModeRequest_Body) UnmarshalJSON(data []byte) error
- func (x *SetShardModeRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type SetShardModeResponse
- func (x *SetShardModeResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SetShardModeResponse) GetBody() *SetShardModeResponse_Body
- func (x *SetShardModeResponse) GetSignature() *Signature
- func (x *SetShardModeResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SetShardModeResponse) MarshalJSON() ([]byte, error)
- func (x *SetShardModeResponse) MarshalProtobuf(dst []byte) []byte
- func (x *SetShardModeResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *SetShardModeResponse) SetBody(v *SetShardModeResponse_Body)
- func (x *SetShardModeResponse) SetSignature(v *Signature)
- func (x *SetShardModeResponse) SignedDataSize() int
- func (x *SetShardModeResponse) StableSize() (size int)
- func (x *SetShardModeResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SetShardModeResponse) UnmarshalJSON(data []byte) error
- func (x *SetShardModeResponse) UnmarshalProtobuf(src []byte) (err error)
- type SetShardModeResponse_Body
- func (x *SetShardModeResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SetShardModeResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SetShardModeResponse_Body) MarshalJSON() ([]byte, error)
- func (x *SetShardModeResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *SetShardModeResponse_Body) StableSize() (size int)
- func (x *SetShardModeResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SetShardModeResponse_Body) UnmarshalJSON(data []byte) error
- func (x *SetShardModeResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type ShardID
- func (x *ShardID) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ShardID) GetLabel() string
- func (x *ShardID) GetShard_ID() []byte
- func (x *ShardID) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ShardID) MarshalJSON() ([]byte, error)
- func (x *ShardID) MarshalProtobuf(dst []byte) []byte
- func (x *ShardID) SetLabel(v string)
- func (x *ShardID) SetShard_ID(v []byte)
- func (x *ShardID) StableSize() (size int)
- func (x *ShardID) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ShardID) UnmarshalJSON(data []byte) error
- func (x *ShardID) UnmarshalProtobuf(src []byte) (err error)
- type ShardInfo
- func (x *ShardInfo) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *ShardInfo) GetBlobstor() []BlobstorInfo
- func (x *ShardInfo) GetErrorCount() uint32
- func (x *ShardInfo) GetEvacuationInProgress() bool
- func (x *ShardInfo) GetFailureDetails() string
- func (x *ShardInfo) GetLabel() string
- func (x *ShardInfo) GetMetabasePath() string
- func (x *ShardInfo) GetMode() ShardMode
- func (x *ShardInfo) GetPiloramaPath() string
- func (x *ShardInfo) GetShard_ID() []byte
- func (x *ShardInfo) GetWritecachePath() string
- func (x *ShardInfo) MarshalEasyJSON(out *jwriter.Writer)
- func (x *ShardInfo) MarshalJSON() ([]byte, error)
- func (x *ShardInfo) MarshalProtobuf(dst []byte) []byte
- func (x *ShardInfo) SetBlobstor(v []BlobstorInfo)
- func (x *ShardInfo) SetErrorCount(v uint32)
- func (x *ShardInfo) SetEvacuationInProgress(v bool)
- func (x *ShardInfo) SetFailureDetails(v string)
- func (x *ShardInfo) SetLabel(v string)
- func (x *ShardInfo) SetMetabasePath(v string)
- func (x *ShardInfo) SetMode(v ShardMode)
- func (x *ShardInfo) SetPiloramaPath(v string)
- func (x *ShardInfo) SetShard_ID(v []byte)
- func (x *ShardInfo) SetWritecachePath(v string)
- func (x *ShardInfo) StableSize() (size int)
- func (x *ShardInfo) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *ShardInfo) UnmarshalJSON(data []byte) error
- func (x *ShardInfo) UnmarshalProtobuf(src []byte) (err error)
- type ShardMode
- type Signature
- func (x *Signature) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *Signature) GetKey() []byte
- func (x *Signature) GetSign() []byte
- func (x *Signature) MarshalEasyJSON(out *jwriter.Writer)
- func (x *Signature) MarshalJSON() ([]byte, error)
- func (x *Signature) MarshalProtobuf(dst []byte) []byte
- func (x *Signature) SetKey(v []byte)
- func (x *Signature) SetSign(v []byte)
- func (x *Signature) StableSize() (size int)
- func (x *Signature) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *Signature) UnmarshalJSON(data []byte) error
- func (x *Signature) UnmarshalProtobuf(src []byte) (err error)
- type StartShardEvacuationRequest
- func (x *StartShardEvacuationRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StartShardEvacuationRequest) GetBody() *StartShardEvacuationRequest_Body
- func (x *StartShardEvacuationRequest) GetSignature() *Signature
- func (x *StartShardEvacuationRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StartShardEvacuationRequest) MarshalJSON() ([]byte, error)
- func (x *StartShardEvacuationRequest) MarshalProtobuf(dst []byte) []byte
- func (x *StartShardEvacuationRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *StartShardEvacuationRequest) SetBody(v *StartShardEvacuationRequest_Body)
- func (x *StartShardEvacuationRequest) SetSignature(v *Signature)
- func (x *StartShardEvacuationRequest) SignedDataSize() int
- func (x *StartShardEvacuationRequest) StableSize() (size int)
- func (x *StartShardEvacuationRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StartShardEvacuationRequest) UnmarshalJSON(data []byte) error
- func (x *StartShardEvacuationRequest) UnmarshalProtobuf(src []byte) (err error)
- type StartShardEvacuationRequest_Body
- func (x *StartShardEvacuationRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StartShardEvacuationRequest_Body) GetContainerWorkerCount() uint32
- func (x *StartShardEvacuationRequest_Body) GetIgnoreErrors() bool
- func (x *StartShardEvacuationRequest_Body) GetObjectWorkerCount() uint32
- func (x *StartShardEvacuationRequest_Body) GetRepOneOnly() bool
- func (x *StartShardEvacuationRequest_Body) GetScope() uint32
- func (x *StartShardEvacuationRequest_Body) GetShard_ID() []ShardID
- func (x *StartShardEvacuationRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StartShardEvacuationRequest_Body) MarshalJSON() ([]byte, error)
- func (x *StartShardEvacuationRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *StartShardEvacuationRequest_Body) SetContainerWorkerCount(v uint32)
- func (x *StartShardEvacuationRequest_Body) SetIgnoreErrors(v bool)
- func (x *StartShardEvacuationRequest_Body) SetObjectWorkerCount(v uint32)
- func (x *StartShardEvacuationRequest_Body) SetRepOneOnly(v bool)
- func (x *StartShardEvacuationRequest_Body) SetScope(v uint32)
- func (x *StartShardEvacuationRequest_Body) SetShard_ID(v []ShardID)
- func (x *StartShardEvacuationRequest_Body) StableSize() (size int)
- func (x *StartShardEvacuationRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StartShardEvacuationRequest_Body) UnmarshalJSON(data []byte) error
- func (x *StartShardEvacuationRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type StartShardEvacuationRequest_Body_Scope
- type StartShardEvacuationResponse
- func (x *StartShardEvacuationResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StartShardEvacuationResponse) GetBody() *StartShardEvacuationResponse_Body
- func (x *StartShardEvacuationResponse) GetSignature() *Signature
- func (x *StartShardEvacuationResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StartShardEvacuationResponse) MarshalJSON() ([]byte, error)
- func (x *StartShardEvacuationResponse) MarshalProtobuf(dst []byte) []byte
- func (x *StartShardEvacuationResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *StartShardEvacuationResponse) SetBody(v *StartShardEvacuationResponse_Body)
- func (x *StartShardEvacuationResponse) SetSignature(v *Signature)
- func (x *StartShardEvacuationResponse) SignedDataSize() int
- func (x *StartShardEvacuationResponse) StableSize() (size int)
- func (x *StartShardEvacuationResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StartShardEvacuationResponse) UnmarshalJSON(data []byte) error
- func (x *StartShardEvacuationResponse) UnmarshalProtobuf(src []byte) (err error)
- type StartShardEvacuationResponse_Body
- func (x *StartShardEvacuationResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StartShardEvacuationResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StartShardEvacuationResponse_Body) MarshalJSON() ([]byte, error)
- func (x *StartShardEvacuationResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *StartShardEvacuationResponse_Body) StableSize() (size int)
- func (x *StartShardEvacuationResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StartShardEvacuationResponse_Body) UnmarshalJSON(data []byte) error
- func (x *StartShardEvacuationResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type StartShardRebuildRequest
- func (x *StartShardRebuildRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StartShardRebuildRequest) GetBody() *StartShardRebuildRequest_Body
- func (x *StartShardRebuildRequest) GetSignature() *Signature
- func (x *StartShardRebuildRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StartShardRebuildRequest) MarshalJSON() ([]byte, error)
- func (x *StartShardRebuildRequest) MarshalProtobuf(dst []byte) []byte
- func (x *StartShardRebuildRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *StartShardRebuildRequest) SetBody(v *StartShardRebuildRequest_Body)
- func (x *StartShardRebuildRequest) SetSignature(v *Signature)
- func (x *StartShardRebuildRequest) SignedDataSize() int
- func (x *StartShardRebuildRequest) StableSize() (size int)
- func (x *StartShardRebuildRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StartShardRebuildRequest) UnmarshalJSON(data []byte) error
- func (x *StartShardRebuildRequest) UnmarshalProtobuf(src []byte) (err error)
- type StartShardRebuildRequest_Body
- func (x *StartShardRebuildRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StartShardRebuildRequest_Body) GetConcurrencyLimit() uint32
- func (x *StartShardRebuildRequest_Body) GetShard_ID() []ShardID
- func (x *StartShardRebuildRequest_Body) GetTargetFillPercent() uint32
- func (x *StartShardRebuildRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StartShardRebuildRequest_Body) MarshalJSON() ([]byte, error)
- func (x *StartShardRebuildRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *StartShardRebuildRequest_Body) SetConcurrencyLimit(v uint32)
- func (x *StartShardRebuildRequest_Body) SetShard_ID(v []ShardID)
- func (x *StartShardRebuildRequest_Body) SetTargetFillPercent(v uint32)
- func (x *StartShardRebuildRequest_Body) StableSize() (size int)
- func (x *StartShardRebuildRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StartShardRebuildRequest_Body) UnmarshalJSON(data []byte) error
- func (x *StartShardRebuildRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type StartShardRebuildResponse
- func (x *StartShardRebuildResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StartShardRebuildResponse) GetBody() *StartShardRebuildResponse_Body
- func (x *StartShardRebuildResponse) GetSignature() *Signature
- func (x *StartShardRebuildResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StartShardRebuildResponse) MarshalJSON() ([]byte, error)
- func (x *StartShardRebuildResponse) MarshalProtobuf(dst []byte) []byte
- func (x *StartShardRebuildResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *StartShardRebuildResponse) SetBody(v *StartShardRebuildResponse_Body)
- func (x *StartShardRebuildResponse) SetSignature(v *Signature)
- func (x *StartShardRebuildResponse) SignedDataSize() int
- func (x *StartShardRebuildResponse) StableSize() (size int)
- func (x *StartShardRebuildResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StartShardRebuildResponse) UnmarshalJSON(data []byte) error
- func (x *StartShardRebuildResponse) UnmarshalProtobuf(src []byte) (err error)
- type StartShardRebuildResponse_Body
- func (x *StartShardRebuildResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StartShardRebuildResponse_Body) GetResults() []StartShardRebuildResponse_Body_Status
- func (x *StartShardRebuildResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StartShardRebuildResponse_Body) MarshalJSON() ([]byte, error)
- func (x *StartShardRebuildResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *StartShardRebuildResponse_Body) SetResults(v []StartShardRebuildResponse_Body_Status)
- func (x *StartShardRebuildResponse_Body) StableSize() (size int)
- func (x *StartShardRebuildResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StartShardRebuildResponse_Body) UnmarshalJSON(data []byte) error
- func (x *StartShardRebuildResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type StartShardRebuildResponse_Body_Status
- func (x *StartShardRebuildResponse_Body_Status) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StartShardRebuildResponse_Body_Status) GetError() string
- func (x *StartShardRebuildResponse_Body_Status) GetShard_ID() *ShardID
- func (x *StartShardRebuildResponse_Body_Status) GetSuccess() bool
- func (x *StartShardRebuildResponse_Body_Status) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StartShardRebuildResponse_Body_Status) MarshalJSON() ([]byte, error)
- func (x *StartShardRebuildResponse_Body_Status) MarshalProtobuf(dst []byte) []byte
- func (x *StartShardRebuildResponse_Body_Status) SetError(v string)
- func (x *StartShardRebuildResponse_Body_Status) SetShard_ID(v *ShardID)
- func (x *StartShardRebuildResponse_Body_Status) SetSuccess(v bool)
- func (x *StartShardRebuildResponse_Body_Status) StableSize() (size int)
- func (x *StartShardRebuildResponse_Body_Status) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StartShardRebuildResponse_Body_Status) UnmarshalJSON(data []byte) error
- func (x *StartShardRebuildResponse_Body_Status) UnmarshalProtobuf(src []byte) (err error)
- type StopShardEvacuationRequest
- func (x *StopShardEvacuationRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StopShardEvacuationRequest) GetBody() *StopShardEvacuationRequest_Body
- func (x *StopShardEvacuationRequest) GetSignature() *Signature
- func (x *StopShardEvacuationRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StopShardEvacuationRequest) MarshalJSON() ([]byte, error)
- func (x *StopShardEvacuationRequest) MarshalProtobuf(dst []byte) []byte
- func (x *StopShardEvacuationRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *StopShardEvacuationRequest) SetBody(v *StopShardEvacuationRequest_Body)
- func (x *StopShardEvacuationRequest) SetSignature(v *Signature)
- func (x *StopShardEvacuationRequest) SignedDataSize() int
- func (x *StopShardEvacuationRequest) StableSize() (size int)
- func (x *StopShardEvacuationRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StopShardEvacuationRequest) UnmarshalJSON(data []byte) error
- func (x *StopShardEvacuationRequest) UnmarshalProtobuf(src []byte) (err error)
- type StopShardEvacuationRequest_Body
- func (x *StopShardEvacuationRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StopShardEvacuationRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StopShardEvacuationRequest_Body) MarshalJSON() ([]byte, error)
- func (x *StopShardEvacuationRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *StopShardEvacuationRequest_Body) StableSize() (size int)
- func (x *StopShardEvacuationRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StopShardEvacuationRequest_Body) UnmarshalJSON(data []byte) error
- func (x *StopShardEvacuationRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type StopShardEvacuationResponse
- func (x *StopShardEvacuationResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StopShardEvacuationResponse) GetBody() *StopShardEvacuationResponse_Body
- func (x *StopShardEvacuationResponse) GetSignature() *Signature
- func (x *StopShardEvacuationResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StopShardEvacuationResponse) MarshalJSON() ([]byte, error)
- func (x *StopShardEvacuationResponse) MarshalProtobuf(dst []byte) []byte
- func (x *StopShardEvacuationResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *StopShardEvacuationResponse) SetBody(v *StopShardEvacuationResponse_Body)
- func (x *StopShardEvacuationResponse) SetSignature(v *Signature)
- func (x *StopShardEvacuationResponse) SignedDataSize() int
- func (x *StopShardEvacuationResponse) StableSize() (size int)
- func (x *StopShardEvacuationResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StopShardEvacuationResponse) UnmarshalJSON(data []byte) error
- func (x *StopShardEvacuationResponse) UnmarshalProtobuf(src []byte) (err error)
- type StopShardEvacuationResponse_Body
- func (x *StopShardEvacuationResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *StopShardEvacuationResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *StopShardEvacuationResponse_Body) MarshalJSON() ([]byte, error)
- func (x *StopShardEvacuationResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *StopShardEvacuationResponse_Body) StableSize() (size int)
- func (x *StopShardEvacuationResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *StopShardEvacuationResponse_Body) UnmarshalJSON(data []byte) error
- func (x *StopShardEvacuationResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type SynchronizeTreeRequest
- func (x *SynchronizeTreeRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SynchronizeTreeRequest) GetBody() *SynchronizeTreeRequest_Body
- func (x *SynchronizeTreeRequest) GetSignature() *Signature
- func (x *SynchronizeTreeRequest) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SynchronizeTreeRequest) MarshalJSON() ([]byte, error)
- func (x *SynchronizeTreeRequest) MarshalProtobuf(dst []byte) []byte
- func (x *SynchronizeTreeRequest) ReadSignedData(buf []byte) ([]byte, error)
- func (x *SynchronizeTreeRequest) SetBody(v *SynchronizeTreeRequest_Body)
- func (x *SynchronizeTreeRequest) SetSignature(v *Signature)
- func (x *SynchronizeTreeRequest) SignedDataSize() int
- func (x *SynchronizeTreeRequest) StableSize() (size int)
- func (x *SynchronizeTreeRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SynchronizeTreeRequest) UnmarshalJSON(data []byte) error
- func (x *SynchronizeTreeRequest) UnmarshalProtobuf(src []byte) (err error)
- type SynchronizeTreeRequest_Body
- func (x *SynchronizeTreeRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SynchronizeTreeRequest_Body) GetContainerId() []byte
- func (x *SynchronizeTreeRequest_Body) GetHeight() uint64
- func (x *SynchronizeTreeRequest_Body) GetTreeId() string
- func (x *SynchronizeTreeRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SynchronizeTreeRequest_Body) MarshalJSON() ([]byte, error)
- func (x *SynchronizeTreeRequest_Body) MarshalProtobuf(dst []byte) []byte
- func (x *SynchronizeTreeRequest_Body) SetContainerId(v []byte)
- func (x *SynchronizeTreeRequest_Body) SetHeight(v uint64)
- func (x *SynchronizeTreeRequest_Body) SetTreeId(v string)
- func (x *SynchronizeTreeRequest_Body) StableSize() (size int)
- func (x *SynchronizeTreeRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SynchronizeTreeRequest_Body) UnmarshalJSON(data []byte) error
- func (x *SynchronizeTreeRequest_Body) UnmarshalProtobuf(src []byte) (err error)
- type SynchronizeTreeResponse
- func (x *SynchronizeTreeResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SynchronizeTreeResponse) GetBody() *SynchronizeTreeResponse_Body
- func (x *SynchronizeTreeResponse) GetSignature() *Signature
- func (x *SynchronizeTreeResponse) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SynchronizeTreeResponse) MarshalJSON() ([]byte, error)
- func (x *SynchronizeTreeResponse) MarshalProtobuf(dst []byte) []byte
- func (x *SynchronizeTreeResponse) ReadSignedData(buf []byte) ([]byte, error)
- func (x *SynchronizeTreeResponse) SetBody(v *SynchronizeTreeResponse_Body)
- func (x *SynchronizeTreeResponse) SetSignature(v *Signature)
- func (x *SynchronizeTreeResponse) SignedDataSize() int
- func (x *SynchronizeTreeResponse) StableSize() (size int)
- func (x *SynchronizeTreeResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SynchronizeTreeResponse) UnmarshalJSON(data []byte) error
- func (x *SynchronizeTreeResponse) UnmarshalProtobuf(src []byte) (err error)
- type SynchronizeTreeResponse_Body
- func (x *SynchronizeTreeResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
- func (x *SynchronizeTreeResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
- func (x *SynchronizeTreeResponse_Body) MarshalJSON() ([]byte, error)
- func (x *SynchronizeTreeResponse_Body) MarshalProtobuf(dst []byte) []byte
- func (x *SynchronizeTreeResponse_Body) StableSize() (size int)
- func (x *SynchronizeTreeResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
- func (x *SynchronizeTreeResponse_Body) UnmarshalJSON(data []byte) error
- func (x *SynchronizeTreeResponse_Body) UnmarshalProtobuf(src []byte) (err error)
- type UnimplementedControlServiceServer
- func (UnimplementedControlServiceServer) AddChainLocalOverride(context.Context, *AddChainLocalOverrideRequest) (*AddChainLocalOverrideResponse, error)
- func (UnimplementedControlServiceServer) DetachShards(context.Context, *DetachShardsRequest) (*DetachShardsResponse, error)
- func (UnimplementedControlServiceServer) Doctor(context.Context, *DoctorRequest) (*DoctorResponse, error)
- func (UnimplementedControlServiceServer) DoctorStatus(context.Context, *DoctorStatusRequest) (*DoctorStatusResponse, error)
- func (UnimplementedControlServiceServer) DropObjects(context.Context, *DropObjectsRequest) (*DropObjectsResponse, error)
- func (UnimplementedControlServiceServer) FlushCache(context.Context, *FlushCacheRequest) (*FlushCacheResponse, error)
- func (UnimplementedControlServiceServer) GetChainLocalOverride(context.Context, *GetChainLocalOverrideRequest) (*GetChainLocalOverrideResponse, error)
- func (UnimplementedControlServiceServer) GetNetmapStatus(context.Context, *GetNetmapStatusRequest) (*GetNetmapStatusResponse, error)
- func (UnimplementedControlServiceServer) GetShardEvacuationStatus(context.Context, *GetShardEvacuationStatusRequest) (*GetShardEvacuationStatusResponse, error)
- func (UnimplementedControlServiceServer) HealthCheck(context.Context, *HealthCheckRequest) (*HealthCheckResponse, error)
- func (UnimplementedControlServiceServer) ListChainLocalOverrides(context.Context, *ListChainLocalOverridesRequest) (*ListChainLocalOverridesResponse, error)
- func (UnimplementedControlServiceServer) ListShards(context.Context, *ListShardsRequest) (*ListShardsResponse, error)
- func (UnimplementedControlServiceServer) ListShardsForObject(context.Context, *ListShardsForObjectRequest) (*ListShardsForObjectResponse, error)
- func (UnimplementedControlServiceServer) ListTargetsLocalOverrides(context.Context, *ListTargetsLocalOverridesRequest) (*ListTargetsLocalOverridesResponse, error)
- func (UnimplementedControlServiceServer) RemoveChainLocalOverride(context.Context, *RemoveChainLocalOverrideRequest) (*RemoveChainLocalOverrideResponse, error)
- func (UnimplementedControlServiceServer) RemoveChainLocalOverridesByTarget(context.Context, *RemoveChainLocalOverridesByTargetRequest) (*RemoveChainLocalOverridesByTargetResponse, error)
- func (UnimplementedControlServiceServer) ReplicateObject(context.Context, *ReplicateObjectRequest) (*ReplicateObjectResponse, error)
- func (UnimplementedControlServiceServer) ResetShardEvacuationStatus(context.Context, *ResetShardEvacuationStatusRequest) (*ResetShardEvacuationStatusResponse, error)
- func (UnimplementedControlServiceServer) ScheduleTreeResync(context.Context, *ScheduleTreeResyncRequest) (*ScheduleTreeResyncResponse, error)
- func (UnimplementedControlServiceServer) ScheduleTreeServiceForester(context.Context, *ScheduleTreeServiceForesterRequest) (*ScheduleTreeServiceForesterResponse, error)
- func (UnimplementedControlServiceServer) SealWriteCache(context.Context, *SealWriteCacheRequest) (*SealWriteCacheResponse, error)
- func (UnimplementedControlServiceServer) SetNetmapStatus(context.Context, *SetNetmapStatusRequest) (*SetNetmapStatusResponse, error)
- func (UnimplementedControlServiceServer) SetShardMode(context.Context, *SetShardModeRequest) (*SetShardModeResponse, error)
- func (UnimplementedControlServiceServer) StartShardEvacuation(context.Context, *StartShardEvacuationRequest) (*StartShardEvacuationResponse, error)
- func (UnimplementedControlServiceServer) StartShardRebuild(context.Context, *StartShardRebuildRequest) (*StartShardRebuildResponse, error)
- func (UnimplementedControlServiceServer) StopShardEvacuation(context.Context, *StopShardEvacuationRequest) (*StopShardEvacuationResponse, error)
- func (UnimplementedControlServiceServer) SynchronizeTree(context.Context, *SynchronizeTreeRequest) (*SynchronizeTreeResponse, error)
- type UnsafeControlServiceServer
Constants ¶
const ( ControlService_HealthCheck_FullMethodName = "/control.ControlService/HealthCheck" ControlService_SetNetmapStatus_FullMethodName = "/control.ControlService/SetNetmapStatus" ControlService_GetNetmapStatus_FullMethodName = "/control.ControlService/GetNetmapStatus" ControlService_DropObjects_FullMethodName = "/control.ControlService/DropObjects" ControlService_ListShards_FullMethodName = "/control.ControlService/ListShards" ControlService_SetShardMode_FullMethodName = "/control.ControlService/SetShardMode" ControlService_SynchronizeTree_FullMethodName = "/control.ControlService/SynchronizeTree" ControlService_StartShardEvacuation_FullMethodName = "/control.ControlService/StartShardEvacuation" ControlService_GetShardEvacuationStatus_FullMethodName = "/control.ControlService/GetShardEvacuationStatus" ControlService_ResetShardEvacuationStatus_FullMethodName = "/control.ControlService/ResetShardEvacuationStatus" ControlService_StopShardEvacuation_FullMethodName = "/control.ControlService/StopShardEvacuation" ControlService_FlushCache_FullMethodName = "/control.ControlService/FlushCache" ControlService_Doctor_FullMethodName = "/control.ControlService/Doctor" ControlService_DoctorStatus_FullMethodName = "/control.ControlService/DoctorStatus" ControlService_AddChainLocalOverride_FullMethodName = "/control.ControlService/AddChainLocalOverride" ControlService_GetChainLocalOverride_FullMethodName = "/control.ControlService/GetChainLocalOverride" ControlService_ListChainLocalOverrides_FullMethodName = "/control.ControlService/ListChainLocalOverrides" ControlService_RemoveChainLocalOverride_FullMethodName = "/control.ControlService/RemoveChainLocalOverride" ControlService_RemoveChainLocalOverridesByTarget_FullMethodName = "/control.ControlService/RemoveChainLocalOverridesByTarget" ControlService_ListTargetsLocalOverrides_FullMethodName = "/control.ControlService/ListTargetsLocalOverrides" ControlService_SealWriteCache_FullMethodName = "/control.ControlService/SealWriteCache" ControlService_DetachShards_FullMethodName = "/control.ControlService/DetachShards" ControlService_StartShardRebuild_FullMethodName = "/control.ControlService/StartShardRebuild" ControlService_ListShardsForObject_FullMethodName = "/control.ControlService/ListShardsForObject" ControlService_ReplicateObject_FullMethodName = "/control.ControlService/ReplicateObject" ControlService_ScheduleTreeServiceForester_FullMethodName = "/control.ControlService/ScheduleTreeServiceForester" ControlService_ScheduleTreeResync_FullMethodName = "/control.ControlService/ScheduleTreeResync" )
Variables ¶
var ( // HealthCheck executes ControlService.HealthCheck RPC. HealthCheck = newUnaryCall[HealthCheckRequest, HealthCheckResponse](rpcHealthCheck) // SetNetmapStatus executes ControlService.SetNetmapStatus RPC. SetNetmapStatus = newUnaryCall[SetNetmapStatusRequest, SetNetmapStatusResponse](rpcSetNetmapStatus) // GetNetmapStatus executes ControlService.GetNetmapStatus RPC. GetNetmapStatus = newUnaryCallContext[GetNetmapStatusRequest, GetNetmapStatusResponse](rpcGetNetmapStatus) // DropObjects executes ControlService.DropObjects RPC. DropObjects = newUnaryCall[DropObjectsRequest, DropObjectsResponse](rpcDropObjects) // ListShards executes ControlService.ListShards RPC. ListShards = newUnaryCall[ListShardsRequest, ListShardsResponse](rpcListShards) // SetShardMode executes ControlService.SetShardMode RPC. SetShardMode = newUnaryCall[SetShardModeRequest, SetShardModeResponse](rpcSetShardMode) // SynchronizeTree executes ControlService.SynchronizeTree RPC. SynchronizeTree = newUnaryCall[SynchronizeTreeRequest, SynchronizeTreeResponse](rpcSynchronizeTree) // StartShardEvacuation executes ControlService.StartShardEvacuation RPC. StartShardEvacuation = newUnaryCall[StartShardEvacuationRequest, StartShardEvacuationResponse](rpcStartShardEvacuation) // GetShardEvacuationStatus executes ControlService.GetShardEvacuationStatus RPC. GetShardEvacuationStatus = newUnaryCall[GetShardEvacuationStatusRequest, GetShardEvacuationStatusResponse](rpcGetShardEvacuationStatus) // StopShardEvacuation executes ControlService.StopShardEvacuation RPC. StopShardEvacuation = newUnaryCall[StopShardEvacuationRequest, StopShardEvacuationResponse](rpcStopShardEvacuation) // ResetShardEvacuationStatus executes ControlService.ResetShardEvacuationStatus RPC. ResetShardEvacuationStatus = newUnaryCall[ResetShardEvacuationStatusRequest, ResetShardEvacuationStatusResponse](rpcResetShardEvacuationStatus) // FlushCache executes ControlService.FlushCache RPC. FlushCache = newUnaryCall[FlushCacheRequest, FlushCacheResponse](rpcFlushCache) // Doctor executes ControlService.Doctor RPC. Doctor = newUnaryCall[DoctorRequest, DoctorResponse](rpcDoctor) // DoctorStatus executes ControlService.DoctorStatus RPC. DoctorStatus = newUnaryCall[DoctorStatusRequest, DoctorStatusResponse](rpcDoctorStatus) // AddChainLocalOverride executes ControlService.AddChainLocalOverride RPC. AddChainLocalOverride = newUnaryCall[AddChainLocalOverrideRequest, AddChainLocalOverrideResponse](rpcAddChainLocalOverride) // ListChainLocalOverrides executes ControlService.ListChainLocalOverrides RPC. ListChainLocalOverrides = newUnaryCall[ListChainLocalOverridesRequest, ListChainLocalOverridesResponse](rpcListChainLocalOverrides) // ListTargetsLocalOverrides executes ControlService.ListTargetsLocalOverrides RPC. ListTargetsLocalOverrides = newUnaryCall[ListTargetsLocalOverridesRequest, ListTargetsLocalOverridesResponse](rpcListTargetsLocalOverrides) // GetChainLocalOverride executes ControlService.RemoveChainLocalOverride RPC. GetChainLocalOverride = newUnaryCall[GetChainLocalOverrideRequest, GetChainLocalOverrideResponse](rpcGetChainLocalOverride) // RemoveChainLocalOverride executes ControlService.RemoveChainLocalOverride RPC. RemoveChainLocalOverride = newUnaryCall[RemoveChainLocalOverrideRequest, RemoveChainLocalOverrideResponse](rpcRemoveChainLocalOverride) // RemoveChainLocalOverridesByTarget executes ControlService.RemoveChainLocalOverridesByTarget RPC. RemoveChainLocalOverridesByTarget = newUnaryCall[RemoveChainLocalOverridesByTargetRequest, RemoveChainLocalOverridesByTargetResponse](rpcRemoveChainLocalOverridesByTarget) // SealWriteCache executes ControlService.SealWriteCache RPC. SealWriteCache = newUnaryCall[SealWriteCacheRequest, SealWriteCacheResponse](rpcSealWriteCache) // DetachShards executes ControlService.DetachShards RPC. DetachShards = newUnaryCall[DetachShardsRequest, DetachShardsResponse](rpcDetachShards) // StartShardRebuild executes ControlService.StartShardRebuild RPC. StartShardRebuild = newUnaryCall[StartShardRebuildRequest, StartShardRebuildResponse](rpcStartShardRebuild) // ListShardsForObject executes ControlService.ListShardsForObject RPC. ListShardsForObject = newUnaryCall[ListShardsForObjectRequest, ListShardsForObjectResponse](rpcListShardsForObject) // ReplicateObject executes ControlService.ReplicateObject RPC. ReplicateObject = newUnaryCall[ReplicateObjectRequest, ReplicateObjectResponse](rpcReplicateObject) // ScheduleTreeServiceForester executes ControlService.ScheduleTreeServiceForester RPC. ScheduleTreeServiceForester = newUnaryCall[ScheduleTreeServiceForesterRequest, ScheduleTreeServiceForesterResponse](rpcScheduleTreeServiceForester) // ScheduleTreeResync executes ControlService.ScheduleTreeResync RPC. ScheduleTreeResync = newUnaryCall[ScheduleTreeResyncRequest, ScheduleTreeResyncResponse](rpcScheduleTreeResync) )
var ( DoctorStatusResponse_Body_Status_name = map[int32]string{ 0: "DOCTOR_STATUS_UNDEFINED", 1: "RUNNING", 2: "COMPLETED", } DoctorStatusResponse_Body_Status_value = map[string]int32{ "DOCTOR_STATUS_UNDEFINED": 0, "RUNNING": 1, "COMPLETED": 2, } )
var ( StartShardEvacuationRequest_Body_Scope_name = map[int32]string{ 0: "NONE", 1: "OBJECTS", 2: "TREES", } StartShardEvacuationRequest_Body_Scope_value = map[string]int32{ "NONE": 0, "OBJECTS": 1, "TREES": 2, } )
var ( GetShardEvacuationStatusResponse_Body_Status_name = map[int32]string{ 0: "EVACUATE_SHARD_STATUS_UNDEFINED", 1: "RUNNING", 2: "COMPLETED", } GetShardEvacuationStatusResponse_Body_Status_value = map[string]int32{ "EVACUATE_SHARD_STATUS_UNDEFINED": 0, "RUNNING": 1, "COMPLETED": 2, } )
var ( ObjectShard_ComplexPart_Type_name = map[int32]string{ 0: "LINKING", 1: "DATA", } ObjectShard_ComplexPart_Type_value = map[string]int32{ "LINKING": 0, "DATA": 1, } )
var ( NetmapStatus_name = map[int32]string{ 0: "STATUS_UNDEFINED", 1: "ONLINE", 2: "OFFLINE", 3: "MAINTENANCE", } NetmapStatus_value = map[string]int32{ "STATUS_UNDEFINED": 0, "ONLINE": 1, "OFFLINE": 2, "MAINTENANCE": 3, } )
var ( HealthStatus_name = map[int32]string{ 0: "HEALTH_STATUS_UNDEFINED", 1: "STARTING", 2: "READY", 3: "SHUTTING_DOWN", 4: "RECONFIGURING", } HealthStatus_value = map[string]int32{ "HEALTH_STATUS_UNDEFINED": 0, "STARTING": 1, "READY": 2, "SHUTTING_DOWN": 3, "RECONFIGURING": 4, } )
var ( ShardMode_name = map[int32]string{ 0: "SHARD_MODE_UNDEFINED", 1: "READ_WRITE", 2: "READ_ONLY", 3: "DEGRADED", 4: "DEGRADED_READ_ONLY", 5: "DISABLED", 6: "FAILED", } ShardMode_value = map[string]int32{ "SHARD_MODE_UNDEFINED": 0, "READ_WRITE": 1, "READ_ONLY": 2, "DEGRADED": 3, "DEGRADED_READ_ONLY": 4, "DISABLED": 5, "FAILED": 6, } )
var ( ChainTarget_TargetType_name = map[int32]string{ 0: "UNDEFINED", 1: "NAMESPACE", 2: "CONTAINER", 3: "USER", 4: "GROUP", } ChainTarget_TargetType_value = map[string]int32{ "UNDEFINED": 0, "NAMESPACE": 1, "CONTAINER": 2, "USER": 3, "GROUP": 4, } )
var ControlService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "control.ControlService", HandlerType: (*ControlServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "HealthCheck", Handler: _ControlService_HealthCheck_Handler, }, { MethodName: "SetNetmapStatus", Handler: _ControlService_SetNetmapStatus_Handler, }, { MethodName: "GetNetmapStatus", Handler: _ControlService_GetNetmapStatus_Handler, }, { MethodName: "DropObjects", Handler: _ControlService_DropObjects_Handler, }, { MethodName: "ListShards", Handler: _ControlService_ListShards_Handler, }, { MethodName: "SetShardMode", Handler: _ControlService_SetShardMode_Handler, }, { MethodName: "SynchronizeTree", Handler: _ControlService_SynchronizeTree_Handler, }, { MethodName: "StartShardEvacuation", Handler: _ControlService_StartShardEvacuation_Handler, }, { MethodName: "GetShardEvacuationStatus", Handler: _ControlService_GetShardEvacuationStatus_Handler, }, { MethodName: "ResetShardEvacuationStatus", Handler: _ControlService_ResetShardEvacuationStatus_Handler, }, { MethodName: "StopShardEvacuation", Handler: _ControlService_StopShardEvacuation_Handler, }, { MethodName: "FlushCache", Handler: _ControlService_FlushCache_Handler, }, { MethodName: "Doctor", Handler: _ControlService_Doctor_Handler, }, { MethodName: "DoctorStatus", Handler: _ControlService_DoctorStatus_Handler, }, { MethodName: "AddChainLocalOverride", Handler: _ControlService_AddChainLocalOverride_Handler, }, { MethodName: "GetChainLocalOverride", Handler: _ControlService_GetChainLocalOverride_Handler, }, { MethodName: "ListChainLocalOverrides", Handler: _ControlService_ListChainLocalOverrides_Handler, }, { MethodName: "RemoveChainLocalOverride", Handler: _ControlService_RemoveChainLocalOverride_Handler, }, { MethodName: "RemoveChainLocalOverridesByTarget", Handler: _ControlService_RemoveChainLocalOverridesByTarget_Handler, }, { MethodName: "ListTargetsLocalOverrides", Handler: _ControlService_ListTargetsLocalOverrides_Handler, }, { MethodName: "SealWriteCache", Handler: _ControlService_SealWriteCache_Handler, }, { MethodName: "DetachShards", Handler: _ControlService_DetachShards_Handler, }, { MethodName: "StartShardRebuild", Handler: _ControlService_StartShardRebuild_Handler, }, { MethodName: "ListShardsForObject", Handler: _ControlService_ListShardsForObject_Handler, }, { MethodName: "ReplicateObject", Handler: _ControlService_ReplicateObject_Handler, }, { MethodName: "ScheduleTreeServiceForester", Handler: _ControlService_ScheduleTreeServiceForester_Handler, }, { MethodName: "ScheduleTreeResync", Handler: _ControlService_ScheduleTreeResync_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "pkg/services/control/service.proto", }
ControlService_ServiceDesc is the grpc.ServiceDesc for ControlService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterControlServiceServer ¶
func RegisterControlServiceServer(s grpc.ServiceRegistrar, srv ControlServiceServer)
Types ¶
type AddChainLocalOverrideRequest ¶ added in v0.38.0
type AddChainLocalOverrideRequest struct {
Body *AddChainLocalOverrideRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
AddChainLocalOverride request.
func (*AddChainLocalOverrideRequest) EmitProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*AddChainLocalOverrideRequest) GetBody ¶ added in v0.38.0
func (x *AddChainLocalOverrideRequest) GetBody() *AddChainLocalOverrideRequest_Body
func (*AddChainLocalOverrideRequest) GetSignature ¶ added in v0.38.0
func (x *AddChainLocalOverrideRequest) GetSignature() *Signature
func (*AddChainLocalOverrideRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*AddChainLocalOverrideRequest) MarshalJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*AddChainLocalOverrideRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*AddChainLocalOverrideRequest) ReadSignedData ¶ added in v0.38.0
func (x *AddChainLocalOverrideRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*AddChainLocalOverrideRequest) SetBody ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest) SetBody(v *AddChainLocalOverrideRequest_Body)
func (*AddChainLocalOverrideRequest) SetSignature ¶ added in v0.38.0
func (x *AddChainLocalOverrideRequest) SetSignature(v *Signature)
func (*AddChainLocalOverrideRequest) SignedDataSize ¶ added in v0.38.0
func (x *AddChainLocalOverrideRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*AddChainLocalOverrideRequest) StableSize ¶ added in v0.38.0
func (x *AddChainLocalOverrideRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*AddChainLocalOverrideRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*AddChainLocalOverrideRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*AddChainLocalOverrideRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type AddChainLocalOverrideRequest_Body ¶ added in v0.38.0
type AddChainLocalOverrideRequest_Body struct {
// Target for which the overrides are applied.
Target *ChainTarget `json:"target"`
// Serialized rule chain. If chain ID is left empty
// in the chain, then it will be generated and returned
// in the response.
Chain []byte `json:"chain"`
}
func (*AddChainLocalOverrideRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*AddChainLocalOverrideRequest_Body) GetChain ¶ added in v0.38.0
func (x *AddChainLocalOverrideRequest_Body) GetChain() []byte
func (*AddChainLocalOverrideRequest_Body) GetTarget ¶ added in v0.38.0
func (x *AddChainLocalOverrideRequest_Body) GetTarget() *ChainTarget
func (*AddChainLocalOverrideRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*AddChainLocalOverrideRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*AddChainLocalOverrideRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*AddChainLocalOverrideRequest_Body) SetChain ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest_Body) SetChain(v []byte)
func (*AddChainLocalOverrideRequest_Body) SetTarget ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest_Body) SetTarget(v *ChainTarget)
func (*AddChainLocalOverrideRequest_Body) StableSize ¶ added in v0.38.0
func (x *AddChainLocalOverrideRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*AddChainLocalOverrideRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*AddChainLocalOverrideRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*AddChainLocalOverrideRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type AddChainLocalOverrideResponse ¶ added in v0.38.0
type AddChainLocalOverrideResponse struct {
Body *AddChainLocalOverrideResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
AddChainLocalOverride response.
func (*AddChainLocalOverrideResponse) EmitProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*AddChainLocalOverrideResponse) GetBody ¶ added in v0.38.0
func (x *AddChainLocalOverrideResponse) GetBody() *AddChainLocalOverrideResponse_Body
func (*AddChainLocalOverrideResponse) GetSignature ¶ added in v0.38.0
func (x *AddChainLocalOverrideResponse) GetSignature() *Signature
func (*AddChainLocalOverrideResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*AddChainLocalOverrideResponse) MarshalJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*AddChainLocalOverrideResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*AddChainLocalOverrideResponse) ReadSignedData ¶ added in v0.38.0
func (x *AddChainLocalOverrideResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*AddChainLocalOverrideResponse) SetBody ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse) SetBody(v *AddChainLocalOverrideResponse_Body)
func (*AddChainLocalOverrideResponse) SetSignature ¶ added in v0.38.0
func (x *AddChainLocalOverrideResponse) SetSignature(v *Signature)
func (*AddChainLocalOverrideResponse) SignedDataSize ¶ added in v0.38.0
func (x *AddChainLocalOverrideResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*AddChainLocalOverrideResponse) StableSize ¶ added in v0.38.0
func (x *AddChainLocalOverrideResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*AddChainLocalOverrideResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*AddChainLocalOverrideResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*AddChainLocalOverrideResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type AddChainLocalOverrideResponse_Body ¶ added in v0.38.0
type AddChainLocalOverrideResponse_Body struct {
// Chain ID assigned for the added rule chain.
// If chain ID is left empty in the request, then
// it will be generated.
ChainId []byte `json:"chainId"`
}
func (*AddChainLocalOverrideResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*AddChainLocalOverrideResponse_Body) GetChainId ¶ added in v0.38.0
func (x *AddChainLocalOverrideResponse_Body) GetChainId() []byte
func (*AddChainLocalOverrideResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*AddChainLocalOverrideResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*AddChainLocalOverrideResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*AddChainLocalOverrideResponse_Body) SetChainId ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse_Body) SetChainId(v []byte)
func (*AddChainLocalOverrideResponse_Body) StableSize ¶ added in v0.38.0
func (x *AddChainLocalOverrideResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*AddChainLocalOverrideResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*AddChainLocalOverrideResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*AddChainLocalOverrideResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *AddChainLocalOverrideResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type BlobstorInfo ¶
type BlobstorInfo struct {
// Path to the root.
Path string `json:"path"`
// Component type.
Type string `json:"type"`
}
Blobstor component description.
func (*BlobstorInfo) EmitProtobuf ¶ added in v0.43.0
func (x *BlobstorInfo) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*BlobstorInfo) GetPath ¶
func (x *BlobstorInfo) GetPath() string
func (*BlobstorInfo) GetType ¶
func (x *BlobstorInfo) GetType() string
func (*BlobstorInfo) MarshalEasyJSON ¶ added in v0.43.0
func (x *BlobstorInfo) MarshalEasyJSON(out *jwriter.Writer)
func (*BlobstorInfo) MarshalJSON ¶ added in v0.43.0
func (x *BlobstorInfo) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*BlobstorInfo) MarshalProtobuf ¶ added in v0.43.0
func (x *BlobstorInfo) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*BlobstorInfo) SetPath ¶ added in v0.43.0
func (x *BlobstorInfo) SetPath(v string)
func (*BlobstorInfo) SetType ¶ added in v0.43.0
func (x *BlobstorInfo) SetType(v string)
func (*BlobstorInfo) StableSize ¶
func (x *BlobstorInfo) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*BlobstorInfo) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *BlobstorInfo) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*BlobstorInfo) UnmarshalJSON ¶ added in v0.43.0
func (x *BlobstorInfo) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*BlobstorInfo) UnmarshalProtobuf ¶ added in v0.43.0
func (x *BlobstorInfo) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ChainTarget ¶ added in v0.38.0
type ChainTarget struct {
Type ChainTarget_TargetType `json:"type"`
Name string `json:"Name"`
}
ChainTarget is an object to which local overrides are applied.
func (*ChainTarget) EmitProtobuf ¶ added in v0.43.0
func (x *ChainTarget) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ChainTarget) GetName ¶ added in v0.38.0
func (x *ChainTarget) GetName() string
func (*ChainTarget) GetType ¶ added in v0.38.0
func (x *ChainTarget) GetType() ChainTarget_TargetType
func (*ChainTarget) MarshalEasyJSON ¶ added in v0.43.0
func (x *ChainTarget) MarshalEasyJSON(out *jwriter.Writer)
func (*ChainTarget) MarshalJSON ¶ added in v0.43.0
func (x *ChainTarget) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ChainTarget) MarshalProtobuf ¶ added in v0.43.0
func (x *ChainTarget) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ChainTarget) SetName ¶ added in v0.43.0
func (x *ChainTarget) SetName(v string)
func (*ChainTarget) SetType ¶ added in v0.43.0
func (x *ChainTarget) SetType(v ChainTarget_TargetType)
func (*ChainTarget) StableSize ¶ added in v0.38.0
func (x *ChainTarget) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ChainTarget) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ChainTarget) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ChainTarget) UnmarshalJSON ¶ added in v0.43.0
func (x *ChainTarget) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ChainTarget) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ChainTarget) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ChainTarget_TargetType ¶ added in v0.38.0
type ChainTarget_TargetType int32
const ( ChainTarget_UNDEFINED ChainTarget_TargetType = 0 ChainTarget_NAMESPACE ChainTarget_TargetType = 1 ChainTarget_CONTAINER ChainTarget_TargetType = 2 ChainTarget_USER ChainTarget_TargetType = 3 ChainTarget_GROUP ChainTarget_TargetType = 4 )
func (*ChainTarget_TargetType) FromString ¶ added in v0.43.0
func (x *ChainTarget_TargetType) FromString(s string) bool
func (ChainTarget_TargetType) String ¶ added in v0.38.0
func (x ChainTarget_TargetType) String() string
type ControlServiceClient ¶
type ControlServiceClient interface {
// Performs health check of the storage node.
HealthCheck(ctx context.Context, in *HealthCheckRequest, opts ...grpc.CallOption) (*HealthCheckResponse, error)
// Sets status of the storage node in FrostFS network map.
SetNetmapStatus(ctx context.Context, in *SetNetmapStatusRequest, opts ...grpc.CallOption) (*SetNetmapStatusResponse, error)
// Gets status of the storage node in FrostFS network map.
GetNetmapStatus(ctx context.Context, in *GetNetmapStatusRequest, opts ...grpc.CallOption) (*GetNetmapStatusResponse, error)
// Mark objects to be removed from node's local object storage.
DropObjects(ctx context.Context, in *DropObjectsRequest, opts ...grpc.CallOption) (*DropObjectsResponse, error)
// Returns list that contains information about all shards of a node.
ListShards(ctx context.Context, in *ListShardsRequest, opts ...grpc.CallOption) (*ListShardsResponse, error)
// Sets mode of the shard.
SetShardMode(ctx context.Context, in *SetShardModeRequest, opts ...grpc.CallOption) (*SetShardModeResponse, error)
// Synchronizes all log operations for the specified tree.
SynchronizeTree(ctx context.Context, in *SynchronizeTreeRequest, opts ...grpc.CallOption) (*SynchronizeTreeResponse, error)
// StartShardEvacuation starts moving all data from one shard to the others.
StartShardEvacuation(ctx context.Context, in *StartShardEvacuationRequest, opts ...grpc.CallOption) (*StartShardEvacuationResponse, error)
// GetShardEvacuationStatus returns evacuation status.
GetShardEvacuationStatus(ctx context.Context, in *GetShardEvacuationStatusRequest, opts ...grpc.CallOption) (*GetShardEvacuationStatusResponse, error)
// ResetShardEvacuationStatus resets evacuation status if there is no running
// evacuation process.
ResetShardEvacuationStatus(ctx context.Context, in *ResetShardEvacuationStatusRequest, opts ...grpc.CallOption) (*ResetShardEvacuationStatusResponse, error)
// StopShardEvacuation stops moving all data from one shard to the others.
StopShardEvacuation(ctx context.Context, in *StopShardEvacuationRequest, opts ...grpc.CallOption) (*StopShardEvacuationResponse, error)
// FlushCache moves all data from one shard to the others.
FlushCache(ctx context.Context, in *FlushCacheRequest, opts ...grpc.CallOption) (*FlushCacheResponse, error)
// Doctor performs storage restructuring operations on engine.
Doctor(ctx context.Context, in *DoctorRequest, opts ...grpc.CallOption) (*DoctorResponse, error)
// DoctorStatus returns doctor status.
DoctorStatus(ctx context.Context, in *DoctorStatusRequest, opts ...grpc.CallOption) (*DoctorStatusResponse, error)
// Add local access policy engine overrides to a node.
AddChainLocalOverride(ctx context.Context, in *AddChainLocalOverrideRequest, opts ...grpc.CallOption) (*AddChainLocalOverrideResponse, error)
// Get local access policy engine overrides stored in the node by chain id.
GetChainLocalOverride(ctx context.Context, in *GetChainLocalOverrideRequest, opts ...grpc.CallOption) (*GetChainLocalOverrideResponse, error)
// List local access policy engine overrides stored in the node by container
// id.
ListChainLocalOverrides(ctx context.Context, in *ListChainLocalOverridesRequest, opts ...grpc.CallOption) (*ListChainLocalOverridesResponse, error)
// Remove local access policy engine overrides stored in the node by chaind
// id.
RemoveChainLocalOverride(ctx context.Context, in *RemoveChainLocalOverrideRequest, opts ...grpc.CallOption) (*RemoveChainLocalOverrideResponse, error)
// Remove local access policy engine overrides stored in the node by chaind
// id.
RemoveChainLocalOverridesByTarget(ctx context.Context, in *RemoveChainLocalOverridesByTargetRequest, opts ...grpc.CallOption) (*RemoveChainLocalOverridesByTargetResponse, error)
// List targets of the local APE overrides stored in the node.
ListTargetsLocalOverrides(ctx context.Context, in *ListTargetsLocalOverridesRequest, opts ...grpc.CallOption) (*ListTargetsLocalOverridesResponse, error)
// Flush objects from write-cache and move it to degraded read only mode.
SealWriteCache(ctx context.Context, in *SealWriteCacheRequest, opts ...grpc.CallOption) (*SealWriteCacheResponse, error)
// DetachShards detaches and closes shards.
DetachShards(ctx context.Context, in *DetachShardsRequest, opts ...grpc.CallOption) (*DetachShardsResponse, error)
// StartShardRebuild starts shard rebuild process.
StartShardRebuild(ctx context.Context, in *StartShardRebuildRequest, opts ...grpc.CallOption) (*StartShardRebuildResponse, error)
// ListShardsForObject returns shard info where object is stored.
ListShardsForObject(ctx context.Context, in *ListShardsForObjectRequest, opts ...grpc.CallOption) (*ListShardsForObjectResponse, error)
// ReplicateObject replicates an object according to the placement policy.
ReplicateObject(ctx context.Context, in *ReplicateObjectRequest, opts ...grpc.CallOption) (*ReplicateObjectResponse, error)
// ScheduleTreeServiceForester schedules tree service forester run.
ScheduleTreeServiceForester(ctx context.Context, in *ScheduleTreeServiceForesterRequest, opts ...grpc.CallOption) (*ScheduleTreeServiceForesterResponse, error)
// ScheduleTreeResync schedules tree resync.
ScheduleTreeResync(ctx context.Context, in *ScheduleTreeResyncRequest, opts ...grpc.CallOption) (*ScheduleTreeResyncResponse, error)
}
ControlServiceClient is the client API for ControlService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
`ControlService` provides an interface for internal work with the storage node.
func NewControlServiceClient ¶
func NewControlServiceClient(cc grpc.ClientConnInterface) ControlServiceClient
type ControlServiceServer ¶
type ControlServiceServer interface {
// Performs health check of the storage node.
HealthCheck(context.Context, *HealthCheckRequest) (*HealthCheckResponse, error)
// Sets status of the storage node in FrostFS network map.
SetNetmapStatus(context.Context, *SetNetmapStatusRequest) (*SetNetmapStatusResponse, error)
// Gets status of the storage node in FrostFS network map.
GetNetmapStatus(context.Context, *GetNetmapStatusRequest) (*GetNetmapStatusResponse, error)
// Mark objects to be removed from node's local object storage.
DropObjects(context.Context, *DropObjectsRequest) (*DropObjectsResponse, error)
// Returns list that contains information about all shards of a node.
ListShards(context.Context, *ListShardsRequest) (*ListShardsResponse, error)
// Sets mode of the shard.
SetShardMode(context.Context, *SetShardModeRequest) (*SetShardModeResponse, error)
// Synchronizes all log operations for the specified tree.
SynchronizeTree(context.Context, *SynchronizeTreeRequest) (*SynchronizeTreeResponse, error)
// StartShardEvacuation starts moving all data from one shard to the others.
StartShardEvacuation(context.Context, *StartShardEvacuationRequest) (*StartShardEvacuationResponse, error)
// GetShardEvacuationStatus returns evacuation status.
GetShardEvacuationStatus(context.Context, *GetShardEvacuationStatusRequest) (*GetShardEvacuationStatusResponse, error)
// ResetShardEvacuationStatus resets evacuation status if there is no running
// evacuation process.
ResetShardEvacuationStatus(context.Context, *ResetShardEvacuationStatusRequest) (*ResetShardEvacuationStatusResponse, error)
// StopShardEvacuation stops moving all data from one shard to the others.
StopShardEvacuation(context.Context, *StopShardEvacuationRequest) (*StopShardEvacuationResponse, error)
// FlushCache moves all data from one shard to the others.
FlushCache(context.Context, *FlushCacheRequest) (*FlushCacheResponse, error)
// Doctor performs storage restructuring operations on engine.
Doctor(context.Context, *DoctorRequest) (*DoctorResponse, error)
// DoctorStatus returns doctor status.
DoctorStatus(context.Context, *DoctorStatusRequest) (*DoctorStatusResponse, error)
// Add local access policy engine overrides to a node.
AddChainLocalOverride(context.Context, *AddChainLocalOverrideRequest) (*AddChainLocalOverrideResponse, error)
// Get local access policy engine overrides stored in the node by chain id.
GetChainLocalOverride(context.Context, *GetChainLocalOverrideRequest) (*GetChainLocalOverrideResponse, error)
// List local access policy engine overrides stored in the node by container
// id.
ListChainLocalOverrides(context.Context, *ListChainLocalOverridesRequest) (*ListChainLocalOverridesResponse, error)
// Remove local access policy engine overrides stored in the node by chaind
// id.
RemoveChainLocalOverride(context.Context, *RemoveChainLocalOverrideRequest) (*RemoveChainLocalOverrideResponse, error)
// Remove local access policy engine overrides stored in the node by chaind
// id.
RemoveChainLocalOverridesByTarget(context.Context, *RemoveChainLocalOverridesByTargetRequest) (*RemoveChainLocalOverridesByTargetResponse, error)
// List targets of the local APE overrides stored in the node.
ListTargetsLocalOverrides(context.Context, *ListTargetsLocalOverridesRequest) (*ListTargetsLocalOverridesResponse, error)
// Flush objects from write-cache and move it to degraded read only mode.
SealWriteCache(context.Context, *SealWriteCacheRequest) (*SealWriteCacheResponse, error)
// DetachShards detaches and closes shards.
DetachShards(context.Context, *DetachShardsRequest) (*DetachShardsResponse, error)
// StartShardRebuild starts shard rebuild process.
StartShardRebuild(context.Context, *StartShardRebuildRequest) (*StartShardRebuildResponse, error)
// ListShardsForObject returns shard info where object is stored.
ListShardsForObject(context.Context, *ListShardsForObjectRequest) (*ListShardsForObjectResponse, error)
// ReplicateObject replicates an object according to the placement policy.
ReplicateObject(context.Context, *ReplicateObjectRequest) (*ReplicateObjectResponse, error)
// ScheduleTreeServiceForester schedules tree service forester run.
ScheduleTreeServiceForester(context.Context, *ScheduleTreeServiceForesterRequest) (*ScheduleTreeServiceForesterResponse, error)
// ScheduleTreeResync schedules tree resync.
ScheduleTreeResync(context.Context, *ScheduleTreeResyncRequest) (*ScheduleTreeResyncResponse, error)
}
ControlServiceServer is the server API for ControlService service. All implementations should embed UnimplementedControlServiceServer for forward compatibility.
`ControlService` provides an interface for internal work with the storage node.
type DetachShardsRequest ¶ added in v0.38.0
type DetachShardsRequest struct {
Body *DetachShardsRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*DetachShardsRequest) EmitProtobuf ¶ added in v0.43.0
func (x *DetachShardsRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DetachShardsRequest) GetBody ¶ added in v0.38.0
func (x *DetachShardsRequest) GetBody() *DetachShardsRequest_Body
func (*DetachShardsRequest) GetSignature ¶ added in v0.38.0
func (x *DetachShardsRequest) GetSignature() *Signature
func (*DetachShardsRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *DetachShardsRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*DetachShardsRequest) MarshalJSON ¶ added in v0.43.0
func (x *DetachShardsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DetachShardsRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *DetachShardsRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DetachShardsRequest) ReadSignedData ¶ added in v0.38.0
func (x *DetachShardsRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*DetachShardsRequest) SetBody ¶ added in v0.43.0
func (x *DetachShardsRequest) SetBody(v *DetachShardsRequest_Body)
func (*DetachShardsRequest) SetSignature ¶ added in v0.38.0
func (x *DetachShardsRequest) SetSignature(v *Signature)
func (*DetachShardsRequest) SignedDataSize ¶ added in v0.38.0
func (x *DetachShardsRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*DetachShardsRequest) StableSize ¶ added in v0.38.0
func (x *DetachShardsRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DetachShardsRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DetachShardsRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DetachShardsRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *DetachShardsRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DetachShardsRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DetachShardsRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DetachShardsRequest_Body ¶ added in v0.38.0
type DetachShardsRequest_Body struct {
Shard_ID []ShardID `json:"shardID"`
}
func (*DetachShardsRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *DetachShardsRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DetachShardsRequest_Body) GetShard_ID ¶ added in v0.38.0
func (x *DetachShardsRequest_Body) GetShard_ID() []ShardID
func (*DetachShardsRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *DetachShardsRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*DetachShardsRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *DetachShardsRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DetachShardsRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *DetachShardsRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DetachShardsRequest_Body) SetShard_ID ¶ added in v0.43.0
func (x *DetachShardsRequest_Body) SetShard_ID(v []ShardID)
func (*DetachShardsRequest_Body) StableSize ¶ added in v0.38.0
func (x *DetachShardsRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DetachShardsRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DetachShardsRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DetachShardsRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *DetachShardsRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DetachShardsRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DetachShardsRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DetachShardsResponse ¶ added in v0.38.0
type DetachShardsResponse struct {
Body *DetachShardsResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*DetachShardsResponse) EmitProtobuf ¶ added in v0.43.0
func (x *DetachShardsResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DetachShardsResponse) GetBody ¶ added in v0.38.0
func (x *DetachShardsResponse) GetBody() *DetachShardsResponse_Body
func (*DetachShardsResponse) GetSignature ¶ added in v0.38.0
func (x *DetachShardsResponse) GetSignature() *Signature
func (*DetachShardsResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *DetachShardsResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*DetachShardsResponse) MarshalJSON ¶ added in v0.43.0
func (x *DetachShardsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DetachShardsResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *DetachShardsResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DetachShardsResponse) ReadSignedData ¶ added in v0.38.0
func (x *DetachShardsResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*DetachShardsResponse) SetBody ¶ added in v0.43.0
func (x *DetachShardsResponse) SetBody(v *DetachShardsResponse_Body)
func (*DetachShardsResponse) SetSignature ¶ added in v0.38.0
func (x *DetachShardsResponse) SetSignature(v *Signature)
func (*DetachShardsResponse) SignedDataSize ¶ added in v0.38.0
func (x *DetachShardsResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*DetachShardsResponse) StableSize ¶ added in v0.38.0
func (x *DetachShardsResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DetachShardsResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DetachShardsResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DetachShardsResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *DetachShardsResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DetachShardsResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DetachShardsResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DetachShardsResponse_Body ¶ added in v0.38.0
type DetachShardsResponse_Body struct {
}
func (*DetachShardsResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *DetachShardsResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DetachShardsResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *DetachShardsResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*DetachShardsResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *DetachShardsResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DetachShardsResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *DetachShardsResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DetachShardsResponse_Body) StableSize ¶ added in v0.38.0
func (x *DetachShardsResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DetachShardsResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DetachShardsResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DetachShardsResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *DetachShardsResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DetachShardsResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DetachShardsResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DoctorRequest ¶
type DoctorRequest struct {
Body *DoctorRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
Doctor request.
func (*DoctorRequest) EmitProtobuf ¶ added in v0.43.0
func (x *DoctorRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DoctorRequest) GetBody ¶
func (x *DoctorRequest) GetBody() *DoctorRequest_Body
func (*DoctorRequest) GetSignature ¶
func (x *DoctorRequest) GetSignature() *Signature
func (*DoctorRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *DoctorRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*DoctorRequest) MarshalJSON ¶ added in v0.43.0
func (x *DoctorRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DoctorRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *DoctorRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DoctorRequest) ReadSignedData ¶
func (x *DoctorRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*DoctorRequest) SetBody ¶ added in v0.43.0
func (x *DoctorRequest) SetBody(v *DoctorRequest_Body)
func (*DoctorRequest) SetSignature ¶
func (x *DoctorRequest) SetSignature(v *Signature)
func (*DoctorRequest) SignedDataSize ¶
func (x *DoctorRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*DoctorRequest) StableSize ¶
func (x *DoctorRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DoctorRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DoctorRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DoctorRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *DoctorRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DoctorRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DoctorRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DoctorRequest_Body ¶
type DoctorRequest_Body struct {
// Number of threads to use for the operation.
Concurrency uint32 `json:"concurrency"`
// Flag to search engine for duplicate objects and leave only one copy.
RemoveDuplicates bool `json:"removeDuplicates"`
// Flag to fix tree placement and store trees on nearest shard by HRW.
FixTreePlacement bool `json:"fixTreePlacement"`
}
Request body structure.
func (*DoctorRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *DoctorRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DoctorRequest_Body) GetConcurrency ¶
func (x *DoctorRequest_Body) GetConcurrency() uint32
func (*DoctorRequest_Body) GetFixTreePlacement ¶ added in v0.48.0
func (x *DoctorRequest_Body) GetFixTreePlacement() bool
func (*DoctorRequest_Body) GetRemoveDuplicates ¶
func (x *DoctorRequest_Body) GetRemoveDuplicates() bool
func (*DoctorRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *DoctorRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*DoctorRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *DoctorRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DoctorRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *DoctorRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DoctorRequest_Body) SetConcurrency ¶ added in v0.43.0
func (x *DoctorRequest_Body) SetConcurrency(v uint32)
func (*DoctorRequest_Body) SetFixTreePlacement ¶ added in v0.48.0
func (x *DoctorRequest_Body) SetFixTreePlacement(v bool)
func (*DoctorRequest_Body) SetRemoveDuplicates ¶ added in v0.43.0
func (x *DoctorRequest_Body) SetRemoveDuplicates(v bool)
func (*DoctorRequest_Body) StableSize ¶
func (x *DoctorRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DoctorRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DoctorRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DoctorRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *DoctorRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DoctorRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DoctorRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DoctorResponse ¶
type DoctorResponse struct {
Body *DoctorResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
Doctor response.
func (*DoctorResponse) EmitProtobuf ¶ added in v0.43.0
func (x *DoctorResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DoctorResponse) GetBody ¶
func (x *DoctorResponse) GetBody() *DoctorResponse_Body
func (*DoctorResponse) GetSignature ¶
func (x *DoctorResponse) GetSignature() *Signature
func (*DoctorResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *DoctorResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*DoctorResponse) MarshalJSON ¶ added in v0.43.0
func (x *DoctorResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DoctorResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *DoctorResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DoctorResponse) ReadSignedData ¶
func (x *DoctorResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*DoctorResponse) SetBody ¶ added in v0.43.0
func (x *DoctorResponse) SetBody(v *DoctorResponse_Body)
func (*DoctorResponse) SetSignature ¶
func (x *DoctorResponse) SetSignature(v *Signature)
func (*DoctorResponse) SignedDataSize ¶
func (x *DoctorResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*DoctorResponse) StableSize ¶
func (x *DoctorResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DoctorResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DoctorResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DoctorResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *DoctorResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DoctorResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DoctorResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DoctorResponse_Body ¶
type DoctorResponse_Body struct {
}
Response body structure.
func (*DoctorResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *DoctorResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DoctorResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *DoctorResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*DoctorResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *DoctorResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DoctorResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *DoctorResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DoctorResponse_Body) StableSize ¶
func (x *DoctorResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DoctorResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DoctorResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DoctorResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *DoctorResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DoctorResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DoctorResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DoctorStatusRequest ¶ added in v0.48.0
type DoctorStatusRequest struct {
Body *DoctorStatusRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*DoctorStatusRequest) EmitProtobuf ¶ added in v0.48.0
func (x *DoctorStatusRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DoctorStatusRequest) GetBody ¶ added in v0.48.0
func (x *DoctorStatusRequest) GetBody() *DoctorStatusRequest_Body
func (*DoctorStatusRequest) GetSignature ¶ added in v0.48.0
func (x *DoctorStatusRequest) GetSignature() *Signature
func (*DoctorStatusRequest) MarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*DoctorStatusRequest) MarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DoctorStatusRequest) MarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DoctorStatusRequest) ReadSignedData ¶ added in v0.48.0
func (x *DoctorStatusRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*DoctorStatusRequest) SetBody ¶ added in v0.48.0
func (x *DoctorStatusRequest) SetBody(v *DoctorStatusRequest_Body)
func (*DoctorStatusRequest) SetSignature ¶ added in v0.48.0
func (x *DoctorStatusRequest) SetSignature(v *Signature)
func (*DoctorStatusRequest) SignedDataSize ¶ added in v0.48.0
func (x *DoctorStatusRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*DoctorStatusRequest) StableSize ¶ added in v0.48.0
func (x *DoctorStatusRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DoctorStatusRequest) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DoctorStatusRequest) UnmarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DoctorStatusRequest) UnmarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DoctorStatusRequest_Body ¶ added in v0.48.0
type DoctorStatusRequest_Body struct {
}
func (*DoctorStatusRequest_Body) EmitProtobuf ¶ added in v0.48.0
func (x *DoctorStatusRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DoctorStatusRequest_Body) MarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*DoctorStatusRequest_Body) MarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DoctorStatusRequest_Body) MarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DoctorStatusRequest_Body) StableSize ¶ added in v0.48.0
func (x *DoctorStatusRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DoctorStatusRequest_Body) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DoctorStatusRequest_Body) UnmarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DoctorStatusRequest_Body) UnmarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DoctorStatusResponse ¶ added in v0.48.0
type DoctorStatusResponse struct {
Body *DoctorStatusResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*DoctorStatusResponse) EmitProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DoctorStatusResponse) GetBody ¶ added in v0.48.0
func (x *DoctorStatusResponse) GetBody() *DoctorStatusResponse_Body
func (*DoctorStatusResponse) GetSignature ¶ added in v0.48.0
func (x *DoctorStatusResponse) GetSignature() *Signature
func (*DoctorStatusResponse) MarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*DoctorStatusResponse) MarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DoctorStatusResponse) MarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DoctorStatusResponse) ReadSignedData ¶ added in v0.48.0
func (x *DoctorStatusResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*DoctorStatusResponse) SetBody ¶ added in v0.48.0
func (x *DoctorStatusResponse) SetBody(v *DoctorStatusResponse_Body)
func (*DoctorStatusResponse) SetSignature ¶ added in v0.48.0
func (x *DoctorStatusResponse) SetSignature(v *Signature)
func (*DoctorStatusResponse) SignedDataSize ¶ added in v0.48.0
func (x *DoctorStatusResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*DoctorStatusResponse) StableSize ¶ added in v0.48.0
func (x *DoctorStatusResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DoctorStatusResponse) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DoctorStatusResponse) UnmarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DoctorStatusResponse) UnmarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DoctorStatusResponse_Body ¶ added in v0.48.0
type DoctorStatusResponse_Body struct {
Status DoctorStatusResponse_Body_Status `json:"status"`
Error string `json:"error"`
StartedAt *DoctorStatusResponse_Body_UnixTimestamp `json:"startedAt"`
Duration *DoctorStatusResponse_Body_Duration `json:"duration"`
RemovedDuplicates uint64 `json:"removedDuplicates"`
FixedTreePlacement uint64 `json:"fixedTreePlacement"`
}
func (*DoctorStatusResponse_Body) EmitProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DoctorStatusResponse_Body) GetDuration ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) GetDuration() *DoctorStatusResponse_Body_Duration
func (*DoctorStatusResponse_Body) GetError ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) GetError() string
func (*DoctorStatusResponse_Body) GetFixedTreePlacement ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) GetFixedTreePlacement() uint64
func (*DoctorStatusResponse_Body) GetRemovedDuplicates ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) GetRemovedDuplicates() uint64
func (*DoctorStatusResponse_Body) GetStartedAt ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) GetStartedAt() *DoctorStatusResponse_Body_UnixTimestamp
func (*DoctorStatusResponse_Body) GetStatus ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) GetStatus() DoctorStatusResponse_Body_Status
func (*DoctorStatusResponse_Body) MarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*DoctorStatusResponse_Body) MarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DoctorStatusResponse_Body) MarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DoctorStatusResponse_Body) SetDuration ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) SetDuration(v *DoctorStatusResponse_Body_Duration)
func (*DoctorStatusResponse_Body) SetError ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) SetError(v string)
func (*DoctorStatusResponse_Body) SetFixedTreePlacement ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) SetFixedTreePlacement(v uint64)
func (*DoctorStatusResponse_Body) SetRemovedDuplicates ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) SetRemovedDuplicates(v uint64)
func (*DoctorStatusResponse_Body) SetStartedAt ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) SetStartedAt(v *DoctorStatusResponse_Body_UnixTimestamp)
func (*DoctorStatusResponse_Body) SetStatus ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) SetStatus(v DoctorStatusResponse_Body_Status)
func (*DoctorStatusResponse_Body) StableSize ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DoctorStatusResponse_Body) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DoctorStatusResponse_Body) UnmarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DoctorStatusResponse_Body) UnmarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DoctorStatusResponse_Body_Duration ¶ added in v0.48.0
type DoctorStatusResponse_Body_Duration struct {
Seconds int64 `json:"seconds"`
}
func (*DoctorStatusResponse_Body_Duration) EmitProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Duration) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DoctorStatusResponse_Body_Duration) GetSeconds ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Duration) GetSeconds() int64
func (*DoctorStatusResponse_Body_Duration) MarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Duration) MarshalEasyJSON(out *jwriter.Writer)
func (*DoctorStatusResponse_Body_Duration) MarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Duration) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DoctorStatusResponse_Body_Duration) MarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Duration) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DoctorStatusResponse_Body_Duration) SetSeconds ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Duration) SetSeconds(v int64)
func (*DoctorStatusResponse_Body_Duration) StableSize ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Duration) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DoctorStatusResponse_Body_Duration) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Duration) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DoctorStatusResponse_Body_Duration) UnmarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Duration) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DoctorStatusResponse_Body_Duration) UnmarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Duration) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DoctorStatusResponse_Body_Status ¶ added in v0.48.0
type DoctorStatusResponse_Body_Status int32
const ( DoctorStatusResponse_Body_DOCTOR_STATUS_UNDEFINED DoctorStatusResponse_Body_Status = 0 DoctorStatusResponse_Body_RUNNING DoctorStatusResponse_Body_Status = 1 DoctorStatusResponse_Body_COMPLETED DoctorStatusResponse_Body_Status = 2 )
func (*DoctorStatusResponse_Body_Status) FromString ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_Status) FromString(s string) bool
func (DoctorStatusResponse_Body_Status) String ¶ added in v0.48.0
func (x DoctorStatusResponse_Body_Status) String() string
type DoctorStatusResponse_Body_UnixTimestamp ¶ added in v0.48.0
type DoctorStatusResponse_Body_UnixTimestamp struct {
Value int64 `json:"value"`
}
func (*DoctorStatusResponse_Body_UnixTimestamp) EmitProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_UnixTimestamp) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DoctorStatusResponse_Body_UnixTimestamp) GetValue ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_UnixTimestamp) GetValue() int64
func (*DoctorStatusResponse_Body_UnixTimestamp) MarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_UnixTimestamp) MarshalEasyJSON(out *jwriter.Writer)
func (*DoctorStatusResponse_Body_UnixTimestamp) MarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_UnixTimestamp) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DoctorStatusResponse_Body_UnixTimestamp) MarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_UnixTimestamp) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DoctorStatusResponse_Body_UnixTimestamp) SetValue ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_UnixTimestamp) SetValue(v int64)
func (*DoctorStatusResponse_Body_UnixTimestamp) StableSize ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_UnixTimestamp) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DoctorStatusResponse_Body_UnixTimestamp) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_UnixTimestamp) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DoctorStatusResponse_Body_UnixTimestamp) UnmarshalJSON ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_UnixTimestamp) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DoctorStatusResponse_Body_UnixTimestamp) UnmarshalProtobuf ¶ added in v0.48.0
func (x *DoctorStatusResponse_Body_UnixTimestamp) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DropObjectsRequest ¶
type DropObjectsRequest struct {
// Body of the request message.
Body *DropObjectsRequest_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Request to drop the objects.
func (*DropObjectsRequest) EmitProtobuf ¶ added in v0.43.0
func (x *DropObjectsRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DropObjectsRequest) GetBody ¶
func (x *DropObjectsRequest) GetBody() *DropObjectsRequest_Body
func (*DropObjectsRequest) GetSignature ¶
func (x *DropObjectsRequest) GetSignature() *Signature
func (*DropObjectsRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *DropObjectsRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*DropObjectsRequest) MarshalJSON ¶ added in v0.43.0
func (x *DropObjectsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DropObjectsRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *DropObjectsRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DropObjectsRequest) ReadSignedData ¶
func (x *DropObjectsRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*DropObjectsRequest) SetBody ¶
func (x *DropObjectsRequest) SetBody(v *DropObjectsRequest_Body)
func (*DropObjectsRequest) SetSignature ¶
func (x *DropObjectsRequest) SetSignature(v *Signature)
func (*DropObjectsRequest) SignedDataSize ¶
func (x *DropObjectsRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*DropObjectsRequest) StableSize ¶
func (x *DropObjectsRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DropObjectsRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DropObjectsRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DropObjectsRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *DropObjectsRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DropObjectsRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DropObjectsRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DropObjectsRequest_Body ¶
type DropObjectsRequest_Body struct {
// List of object addresses to be removed.
// in FrostFS API binary format.
AddressList [][]byte `json:"addressList"`
}
Request body structure.
func (*DropObjectsRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *DropObjectsRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DropObjectsRequest_Body) GetAddressList ¶
func (x *DropObjectsRequest_Body) GetAddressList() [][]byte
func (*DropObjectsRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *DropObjectsRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*DropObjectsRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *DropObjectsRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DropObjectsRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *DropObjectsRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DropObjectsRequest_Body) SetAddressList ¶
func (x *DropObjectsRequest_Body) SetAddressList(v [][]byte)
func (*DropObjectsRequest_Body) StableSize ¶
func (x *DropObjectsRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DropObjectsRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DropObjectsRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DropObjectsRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *DropObjectsRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DropObjectsRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DropObjectsRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DropObjectsResponse ¶
type DropObjectsResponse struct {
// Body of the response message.
Body *DropObjectsResponse_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Response to request to drop the objects.
func (*DropObjectsResponse) EmitProtobuf ¶ added in v0.43.0
func (x *DropObjectsResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DropObjectsResponse) GetBody ¶
func (x *DropObjectsResponse) GetBody() *DropObjectsResponse_Body
func (*DropObjectsResponse) GetSignature ¶
func (x *DropObjectsResponse) GetSignature() *Signature
func (*DropObjectsResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *DropObjectsResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*DropObjectsResponse) MarshalJSON ¶ added in v0.43.0
func (x *DropObjectsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DropObjectsResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *DropObjectsResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DropObjectsResponse) ReadSignedData ¶
func (x *DropObjectsResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*DropObjectsResponse) SetBody ¶
func (x *DropObjectsResponse) SetBody(v *DropObjectsResponse_Body)
func (*DropObjectsResponse) SetSignature ¶
func (x *DropObjectsResponse) SetSignature(v *Signature)
func (*DropObjectsResponse) SignedDataSize ¶
func (x *DropObjectsResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*DropObjectsResponse) StableSize ¶
func (x *DropObjectsResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DropObjectsResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DropObjectsResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DropObjectsResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *DropObjectsResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DropObjectsResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DropObjectsResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type DropObjectsResponse_Body ¶
type DropObjectsResponse_Body struct {
}
Response body structure.
func (*DropObjectsResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *DropObjectsResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*DropObjectsResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *DropObjectsResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*DropObjectsResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *DropObjectsResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*DropObjectsResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *DropObjectsResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*DropObjectsResponse_Body) StableSize ¶
func (x *DropObjectsResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*DropObjectsResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *DropObjectsResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*DropObjectsResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *DropObjectsResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*DropObjectsResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *DropObjectsResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type EvacuateShardRequest ¶
type EvacuateShardRequest struct {
Body *EvacuateShardRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
EvacuateShard request.
func (*EvacuateShardRequest) EmitProtobuf ¶ added in v0.43.0
func (x *EvacuateShardRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*EvacuateShardRequest) GetBody ¶
func (x *EvacuateShardRequest) GetBody() *EvacuateShardRequest_Body
func (*EvacuateShardRequest) GetSignature ¶
func (x *EvacuateShardRequest) GetSignature() *Signature
func (*EvacuateShardRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *EvacuateShardRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*EvacuateShardRequest) MarshalJSON ¶ added in v0.43.0
func (x *EvacuateShardRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*EvacuateShardRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *EvacuateShardRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*EvacuateShardRequest) ReadSignedData ¶
func (x *EvacuateShardRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*EvacuateShardRequest) SetBody ¶ added in v0.43.0
func (x *EvacuateShardRequest) SetBody(v *EvacuateShardRequest_Body)
func (*EvacuateShardRequest) SetSignature ¶
func (x *EvacuateShardRequest) SetSignature(v *Signature)
func (*EvacuateShardRequest) SignedDataSize ¶
func (x *EvacuateShardRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*EvacuateShardRequest) StableSize ¶
func (x *EvacuateShardRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*EvacuateShardRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *EvacuateShardRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*EvacuateShardRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *EvacuateShardRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*EvacuateShardRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *EvacuateShardRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type EvacuateShardRequest_Body ¶
type EvacuateShardRequest_Body struct {
// ID of the shard.
Shard_ID []ShardID `json:"shardID"`
// Flag indicating whether object read errors should be ignored.
IgnoreErrors bool `json:"ignoreErrors"`
}
Request body structure.
func (*EvacuateShardRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *EvacuateShardRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*EvacuateShardRequest_Body) GetIgnoreErrors ¶
func (x *EvacuateShardRequest_Body) GetIgnoreErrors() bool
func (*EvacuateShardRequest_Body) GetShard_ID ¶
func (x *EvacuateShardRequest_Body) GetShard_ID() []ShardID
func (*EvacuateShardRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *EvacuateShardRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*EvacuateShardRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *EvacuateShardRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*EvacuateShardRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *EvacuateShardRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*EvacuateShardRequest_Body) SetIgnoreErrors ¶ added in v0.43.0
func (x *EvacuateShardRequest_Body) SetIgnoreErrors(v bool)
func (*EvacuateShardRequest_Body) SetShard_ID ¶ added in v0.43.0
func (x *EvacuateShardRequest_Body) SetShard_ID(v []ShardID)
func (*EvacuateShardRequest_Body) StableSize ¶
func (x *EvacuateShardRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*EvacuateShardRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *EvacuateShardRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*EvacuateShardRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *EvacuateShardRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*EvacuateShardRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *EvacuateShardRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type EvacuateShardResponse ¶
type EvacuateShardResponse struct {
Body *EvacuateShardResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
EvacuateShard response.
func (*EvacuateShardResponse) EmitProtobuf ¶ added in v0.43.0
func (x *EvacuateShardResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*EvacuateShardResponse) GetBody ¶
func (x *EvacuateShardResponse) GetBody() *EvacuateShardResponse_Body
func (*EvacuateShardResponse) GetSignature ¶
func (x *EvacuateShardResponse) GetSignature() *Signature
func (*EvacuateShardResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *EvacuateShardResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*EvacuateShardResponse) MarshalJSON ¶ added in v0.43.0
func (x *EvacuateShardResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*EvacuateShardResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *EvacuateShardResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*EvacuateShardResponse) ReadSignedData ¶
func (x *EvacuateShardResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*EvacuateShardResponse) SetBody ¶ added in v0.43.0
func (x *EvacuateShardResponse) SetBody(v *EvacuateShardResponse_Body)
func (*EvacuateShardResponse) SetSignature ¶
func (x *EvacuateShardResponse) SetSignature(v *Signature)
func (*EvacuateShardResponse) SignedDataSize ¶
func (x *EvacuateShardResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*EvacuateShardResponse) StableSize ¶
func (x *EvacuateShardResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*EvacuateShardResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *EvacuateShardResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*EvacuateShardResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *EvacuateShardResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*EvacuateShardResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *EvacuateShardResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type EvacuateShardResponse_Body ¶
type EvacuateShardResponse_Body struct {
Count uint32 `json:"count"`
}
Response body structure.
func (*EvacuateShardResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *EvacuateShardResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*EvacuateShardResponse_Body) GetCount ¶
func (x *EvacuateShardResponse_Body) GetCount() uint32
func (*EvacuateShardResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *EvacuateShardResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*EvacuateShardResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *EvacuateShardResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*EvacuateShardResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *EvacuateShardResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*EvacuateShardResponse_Body) SetCount ¶ added in v0.43.0
func (x *EvacuateShardResponse_Body) SetCount(v uint32)
func (*EvacuateShardResponse_Body) StableSize ¶
func (x *EvacuateShardResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*EvacuateShardResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *EvacuateShardResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*EvacuateShardResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *EvacuateShardResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*EvacuateShardResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *EvacuateShardResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type FlushCacheRequest ¶
type FlushCacheRequest struct {
Body *FlushCacheRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
FlushCache request.
func (*FlushCacheRequest) EmitProtobuf ¶ added in v0.43.0
func (x *FlushCacheRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*FlushCacheRequest) GetBody ¶
func (x *FlushCacheRequest) GetBody() *FlushCacheRequest_Body
func (*FlushCacheRequest) GetSignature ¶
func (x *FlushCacheRequest) GetSignature() *Signature
func (*FlushCacheRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *FlushCacheRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*FlushCacheRequest) MarshalJSON ¶ added in v0.43.0
func (x *FlushCacheRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*FlushCacheRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *FlushCacheRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*FlushCacheRequest) ReadSignedData ¶
func (x *FlushCacheRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*FlushCacheRequest) SetBody ¶ added in v0.43.0
func (x *FlushCacheRequest) SetBody(v *FlushCacheRequest_Body)
func (*FlushCacheRequest) SetSignature ¶
func (x *FlushCacheRequest) SetSignature(v *Signature)
func (*FlushCacheRequest) SignedDataSize ¶
func (x *FlushCacheRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*FlushCacheRequest) StableSize ¶
func (x *FlushCacheRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*FlushCacheRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *FlushCacheRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*FlushCacheRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *FlushCacheRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*FlushCacheRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *FlushCacheRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type FlushCacheRequest_Body ¶
type FlushCacheRequest_Body struct {
// ID of the shard.
Shard_ID []ShardID `json:"shardID"`
// If true, then writecache will be left in read-only mode after flush
// completed.
Seal bool `json:"seal"`
}
Request body structure.
func (*FlushCacheRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *FlushCacheRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*FlushCacheRequest_Body) GetSeal ¶ added in v0.38.0
func (x *FlushCacheRequest_Body) GetSeal() bool
func (*FlushCacheRequest_Body) GetShard_ID ¶
func (x *FlushCacheRequest_Body) GetShard_ID() []ShardID
func (*FlushCacheRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *FlushCacheRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*FlushCacheRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *FlushCacheRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*FlushCacheRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *FlushCacheRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*FlushCacheRequest_Body) SetSeal ¶ added in v0.43.0
func (x *FlushCacheRequest_Body) SetSeal(v bool)
func (*FlushCacheRequest_Body) SetShard_ID ¶ added in v0.43.0
func (x *FlushCacheRequest_Body) SetShard_ID(v []ShardID)
func (*FlushCacheRequest_Body) StableSize ¶
func (x *FlushCacheRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*FlushCacheRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *FlushCacheRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*FlushCacheRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *FlushCacheRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*FlushCacheRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *FlushCacheRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type FlushCacheResponse ¶
type FlushCacheResponse struct {
Body *FlushCacheResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
FlushCache response.
func (*FlushCacheResponse) EmitProtobuf ¶ added in v0.43.0
func (x *FlushCacheResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*FlushCacheResponse) GetBody ¶
func (x *FlushCacheResponse) GetBody() *FlushCacheResponse_Body
func (*FlushCacheResponse) GetSignature ¶
func (x *FlushCacheResponse) GetSignature() *Signature
func (*FlushCacheResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *FlushCacheResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*FlushCacheResponse) MarshalJSON ¶ added in v0.43.0
func (x *FlushCacheResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*FlushCacheResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *FlushCacheResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*FlushCacheResponse) ReadSignedData ¶
func (x *FlushCacheResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*FlushCacheResponse) SetBody ¶ added in v0.43.0
func (x *FlushCacheResponse) SetBody(v *FlushCacheResponse_Body)
func (*FlushCacheResponse) SetSignature ¶
func (x *FlushCacheResponse) SetSignature(v *Signature)
func (*FlushCacheResponse) SignedDataSize ¶
func (x *FlushCacheResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*FlushCacheResponse) StableSize ¶
func (x *FlushCacheResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*FlushCacheResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *FlushCacheResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*FlushCacheResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *FlushCacheResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*FlushCacheResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *FlushCacheResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type FlushCacheResponse_Body ¶
type FlushCacheResponse_Body struct {
}
Response body structure.
func (*FlushCacheResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *FlushCacheResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*FlushCacheResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *FlushCacheResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*FlushCacheResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *FlushCacheResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*FlushCacheResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *FlushCacheResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*FlushCacheResponse_Body) StableSize ¶
func (x *FlushCacheResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*FlushCacheResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *FlushCacheResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*FlushCacheResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *FlushCacheResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*FlushCacheResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *FlushCacheResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetChainLocalOverrideRequest ¶ added in v0.38.0
type GetChainLocalOverrideRequest struct {
Body *GetChainLocalOverrideRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
GetChainLocalOverride request.
func (*GetChainLocalOverrideRequest) EmitProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetChainLocalOverrideRequest) GetBody ¶ added in v0.38.0
func (x *GetChainLocalOverrideRequest) GetBody() *GetChainLocalOverrideRequest_Body
func (*GetChainLocalOverrideRequest) GetSignature ¶ added in v0.38.0
func (x *GetChainLocalOverrideRequest) GetSignature() *Signature
func (*GetChainLocalOverrideRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*GetChainLocalOverrideRequest) MarshalJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetChainLocalOverrideRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetChainLocalOverrideRequest) ReadSignedData ¶ added in v0.38.0
func (x *GetChainLocalOverrideRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*GetChainLocalOverrideRequest) SetBody ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest) SetBody(v *GetChainLocalOverrideRequest_Body)
func (*GetChainLocalOverrideRequest) SetSignature ¶ added in v0.38.0
func (x *GetChainLocalOverrideRequest) SetSignature(v *Signature)
func (*GetChainLocalOverrideRequest) SignedDataSize ¶ added in v0.38.0
func (x *GetChainLocalOverrideRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*GetChainLocalOverrideRequest) StableSize ¶ added in v0.38.0
func (x *GetChainLocalOverrideRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetChainLocalOverrideRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetChainLocalOverrideRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetChainLocalOverrideRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetChainLocalOverrideRequest_Body ¶ added in v0.38.0
type GetChainLocalOverrideRequest_Body struct {
// Target for which the overrides are applied.
Target *ChainTarget `json:"target"`
// Chain ID assigned for the added rule chain.
ChainId []byte `json:"chainId"`
}
func (*GetChainLocalOverrideRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetChainLocalOverrideRequest_Body) GetChainId ¶ added in v0.38.0
func (x *GetChainLocalOverrideRequest_Body) GetChainId() []byte
func (*GetChainLocalOverrideRequest_Body) GetTarget ¶ added in v0.38.0
func (x *GetChainLocalOverrideRequest_Body) GetTarget() *ChainTarget
func (*GetChainLocalOverrideRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*GetChainLocalOverrideRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetChainLocalOverrideRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetChainLocalOverrideRequest_Body) SetChainId ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest_Body) SetChainId(v []byte)
func (*GetChainLocalOverrideRequest_Body) SetTarget ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest_Body) SetTarget(v *ChainTarget)
func (*GetChainLocalOverrideRequest_Body) StableSize ¶ added in v0.38.0
func (x *GetChainLocalOverrideRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetChainLocalOverrideRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetChainLocalOverrideRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetChainLocalOverrideRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetChainLocalOverrideResponse ¶ added in v0.38.0
type GetChainLocalOverrideResponse struct {
Body *GetChainLocalOverrideResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
GetChainLocalOverride response.
func (*GetChainLocalOverrideResponse) EmitProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetChainLocalOverrideResponse) GetBody ¶ added in v0.38.0
func (x *GetChainLocalOverrideResponse) GetBody() *GetChainLocalOverrideResponse_Body
func (*GetChainLocalOverrideResponse) GetSignature ¶ added in v0.38.0
func (x *GetChainLocalOverrideResponse) GetSignature() *Signature
func (*GetChainLocalOverrideResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*GetChainLocalOverrideResponse) MarshalJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetChainLocalOverrideResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetChainLocalOverrideResponse) ReadSignedData ¶ added in v0.38.0
func (x *GetChainLocalOverrideResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*GetChainLocalOverrideResponse) SetBody ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse) SetBody(v *GetChainLocalOverrideResponse_Body)
func (*GetChainLocalOverrideResponse) SetSignature ¶ added in v0.38.0
func (x *GetChainLocalOverrideResponse) SetSignature(v *Signature)
func (*GetChainLocalOverrideResponse) SignedDataSize ¶ added in v0.38.0
func (x *GetChainLocalOverrideResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*GetChainLocalOverrideResponse) StableSize ¶ added in v0.38.0
func (x *GetChainLocalOverrideResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetChainLocalOverrideResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetChainLocalOverrideResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetChainLocalOverrideResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetChainLocalOverrideResponse_Body ¶ added in v0.38.0
type GetChainLocalOverrideResponse_Body struct {
// Serialized rule chain.
Chain []byte `json:"chain"`
}
func (*GetChainLocalOverrideResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetChainLocalOverrideResponse_Body) GetChain ¶ added in v0.38.0
func (x *GetChainLocalOverrideResponse_Body) GetChain() []byte
func (*GetChainLocalOverrideResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*GetChainLocalOverrideResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetChainLocalOverrideResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetChainLocalOverrideResponse_Body) SetChain ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse_Body) SetChain(v []byte)
func (*GetChainLocalOverrideResponse_Body) StableSize ¶ added in v0.38.0
func (x *GetChainLocalOverrideResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetChainLocalOverrideResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetChainLocalOverrideResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetChainLocalOverrideResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetChainLocalOverrideResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetNetmapStatusRequest ¶ added in v0.42.0
type GetNetmapStatusRequest struct {
// Body of set netmap status request message.
Body *GetNetmapStatusRequest_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Get netmap status request.
func (*GetNetmapStatusRequest) EmitProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetNetmapStatusRequest) GetBody ¶ added in v0.42.0
func (x *GetNetmapStatusRequest) GetBody() *GetNetmapStatusRequest_Body
func (*GetNetmapStatusRequest) GetSignature ¶ added in v0.42.0
func (x *GetNetmapStatusRequest) GetSignature() *Signature
func (*GetNetmapStatusRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetNetmapStatusRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*GetNetmapStatusRequest) MarshalJSON ¶ added in v0.43.0
func (x *GetNetmapStatusRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetNetmapStatusRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetNetmapStatusRequest) ReadSignedData ¶ added in v0.42.0
func (x *GetNetmapStatusRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*GetNetmapStatusRequest) SetBody ¶ added in v0.43.0
func (x *GetNetmapStatusRequest) SetBody(v *GetNetmapStatusRequest_Body)
func (*GetNetmapStatusRequest) SetSignature ¶ added in v0.42.0
func (x *GetNetmapStatusRequest) SetSignature(v *Signature)
func (*GetNetmapStatusRequest) SignedDataSize ¶ added in v0.42.0
func (x *GetNetmapStatusRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*GetNetmapStatusRequest) StableSize ¶ added in v0.42.0
func (x *GetNetmapStatusRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetNetmapStatusRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetNetmapStatusRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetNetmapStatusRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *GetNetmapStatusRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetNetmapStatusRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetNetmapStatusRequest_Body ¶ added in v0.42.0
type GetNetmapStatusRequest_Body struct {
}
func (*GetNetmapStatusRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetNetmapStatusRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetNetmapStatusRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*GetNetmapStatusRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *GetNetmapStatusRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetNetmapStatusRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetNetmapStatusRequest_Body) StableSize ¶ added in v0.42.0
func (x *GetNetmapStatusRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetNetmapStatusRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetNetmapStatusRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetNetmapStatusRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *GetNetmapStatusRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetNetmapStatusRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetNetmapStatusResponse ¶ added in v0.42.0
type GetNetmapStatusResponse struct {
// Body of get netmap status response message.
Body *GetNetmapStatusResponse_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Get netmap status response.
func (*GetNetmapStatusResponse) EmitProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetNetmapStatusResponse) GetBody ¶ added in v0.42.0
func (x *GetNetmapStatusResponse) GetBody() *GetNetmapStatusResponse_Body
func (*GetNetmapStatusResponse) GetSignature ¶ added in v0.42.0
func (x *GetNetmapStatusResponse) GetSignature() *Signature
func (*GetNetmapStatusResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetNetmapStatusResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*GetNetmapStatusResponse) MarshalJSON ¶ added in v0.43.0
func (x *GetNetmapStatusResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetNetmapStatusResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetNetmapStatusResponse) ReadSignedData ¶ added in v0.42.0
func (x *GetNetmapStatusResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*GetNetmapStatusResponse) SetBody ¶ added in v0.43.0
func (x *GetNetmapStatusResponse) SetBody(v *GetNetmapStatusResponse_Body)
func (*GetNetmapStatusResponse) SetSignature ¶ added in v0.42.0
func (x *GetNetmapStatusResponse) SetSignature(v *Signature)
func (*GetNetmapStatusResponse) SignedDataSize ¶ added in v0.42.0
func (x *GetNetmapStatusResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*GetNetmapStatusResponse) StableSize ¶ added in v0.42.0
func (x *GetNetmapStatusResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetNetmapStatusResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetNetmapStatusResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetNetmapStatusResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *GetNetmapStatusResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetNetmapStatusResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetNetmapStatusResponse_Body ¶ added in v0.42.0
type GetNetmapStatusResponse_Body struct {
// Storage node status in FrostFS network map.
Status NetmapStatus `json:"status"`
// Network map epoch.
Epoch uint64 `json:"epoch"`
}
func (*GetNetmapStatusResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetNetmapStatusResponse_Body) GetEpoch ¶ added in v0.42.0
func (x *GetNetmapStatusResponse_Body) GetEpoch() uint64
func (*GetNetmapStatusResponse_Body) GetStatus ¶ added in v0.42.0
func (x *GetNetmapStatusResponse_Body) GetStatus() NetmapStatus
func (*GetNetmapStatusResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetNetmapStatusResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*GetNetmapStatusResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *GetNetmapStatusResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetNetmapStatusResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetNetmapStatusResponse_Body) SetEpoch ¶ added in v0.43.0
func (x *GetNetmapStatusResponse_Body) SetEpoch(v uint64)
func (*GetNetmapStatusResponse_Body) SetStatus ¶ added in v0.43.0
func (x *GetNetmapStatusResponse_Body) SetStatus(v NetmapStatus)
func (*GetNetmapStatusResponse_Body) StableSize ¶ added in v0.42.0
func (x *GetNetmapStatusResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetNetmapStatusResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetNetmapStatusResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetNetmapStatusResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *GetNetmapStatusResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetNetmapStatusResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetNetmapStatusResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetShardEvacuationStatusRequest ¶ added in v0.37.0
type GetShardEvacuationStatusRequest struct {
Body *GetShardEvacuationStatusRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
GetShardEvacuationStatus request.
func (*GetShardEvacuationStatusRequest) EmitProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetShardEvacuationStatusRequest) GetBody ¶ added in v0.37.0
func (x *GetShardEvacuationStatusRequest) GetBody() *GetShardEvacuationStatusRequest_Body
func (*GetShardEvacuationStatusRequest) GetSignature ¶ added in v0.37.0
func (x *GetShardEvacuationStatusRequest) GetSignature() *Signature
func (*GetShardEvacuationStatusRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*GetShardEvacuationStatusRequest) MarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetShardEvacuationStatusRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetShardEvacuationStatusRequest) ReadSignedData ¶ added in v0.37.0
func (x *GetShardEvacuationStatusRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*GetShardEvacuationStatusRequest) SetBody ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest) SetBody(v *GetShardEvacuationStatusRequest_Body)
func (*GetShardEvacuationStatusRequest) SetSignature ¶ added in v0.37.0
func (x *GetShardEvacuationStatusRequest) SetSignature(v *Signature)
func (*GetShardEvacuationStatusRequest) SignedDataSize ¶ added in v0.37.0
func (x *GetShardEvacuationStatusRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*GetShardEvacuationStatusRequest) StableSize ¶ added in v0.37.0
func (x *GetShardEvacuationStatusRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetShardEvacuationStatusRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetShardEvacuationStatusRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetShardEvacuationStatusRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetShardEvacuationStatusRequest_Body ¶ added in v0.37.0
type GetShardEvacuationStatusRequest_Body struct {
}
Request body structure.
func (*GetShardEvacuationStatusRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetShardEvacuationStatusRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*GetShardEvacuationStatusRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetShardEvacuationStatusRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetShardEvacuationStatusRequest_Body) StableSize ¶ added in v0.37.0
func (x *GetShardEvacuationStatusRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetShardEvacuationStatusRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetShardEvacuationStatusRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetShardEvacuationStatusRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetShardEvacuationStatusResponse ¶ added in v0.37.0
type GetShardEvacuationStatusResponse struct {
Body *GetShardEvacuationStatusResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
GetShardEvacuationStatus response.
func (*GetShardEvacuationStatusResponse) EmitProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetShardEvacuationStatusResponse) GetBody ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse) GetBody() *GetShardEvacuationStatusResponse_Body
func (*GetShardEvacuationStatusResponse) GetSignature ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse) GetSignature() *Signature
func (*GetShardEvacuationStatusResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*GetShardEvacuationStatusResponse) MarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetShardEvacuationStatusResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetShardEvacuationStatusResponse) ReadSignedData ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*GetShardEvacuationStatusResponse) SetBody ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse) SetBody(v *GetShardEvacuationStatusResponse_Body)
func (*GetShardEvacuationStatusResponse) SetSignature ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse) SetSignature(v *Signature)
func (*GetShardEvacuationStatusResponse) SignedDataSize ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*GetShardEvacuationStatusResponse) StableSize ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetShardEvacuationStatusResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetShardEvacuationStatusResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetShardEvacuationStatusResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetShardEvacuationStatusResponse_Body ¶ added in v0.37.0
type GetShardEvacuationStatusResponse_Body struct {
// Total objects to evacuate count. The value is approximate, so evacuated +
// failed + skipped == total is not guaranteed after completion.
TotalObjects uint64 `json:"totalObjects"`
// Evacuated objects count.
EvacuatedObjects uint64 `json:"evacuatedObjects"`
// Failed objects count.
FailedObjects uint64 `json:"failedObjects"`
// Shard IDs.
Shard_ID []ShardID `json:"shardID"`
// Evacuation process status.
Status GetShardEvacuationStatusResponse_Body_Status `json:"status"`
// Evacuation process duration.
Duration *GetShardEvacuationStatusResponse_Body_Duration `json:"duration"`
// Evacuation process started at timestamp.
StartedAt *GetShardEvacuationStatusResponse_Body_UnixTimestamp `json:"startedAt"`
// Error message if evacuation failed.
ErrorMessage string `json:"errorMessage"`
// Skipped objects count.
SkippedObjects uint64 `json:"skippedObjects"`
// Total trees to evacuate count.
TotalTrees uint64 `json:"totalTrees"`
// Evacuated trees count.
EvacuatedTrees uint64 `json:"evacuatedTrees"`
// Failed trees count.
FailedTrees uint64 `json:"failedTrees"`
}
Response body structure.
func (*GetShardEvacuationStatusResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetShardEvacuationStatusResponse_Body) GetDuration ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse_Body) GetDuration() *GetShardEvacuationStatusResponse_Body_Duration
func (*GetShardEvacuationStatusResponse_Body) GetErrorMessage ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse_Body) GetErrorMessage() string
func (*GetShardEvacuationStatusResponse_Body) GetEvacuatedObjects ¶ added in v0.38.0
func (x *GetShardEvacuationStatusResponse_Body) GetEvacuatedObjects() uint64
func (*GetShardEvacuationStatusResponse_Body) GetEvacuatedTrees ¶ added in v0.38.0
func (x *GetShardEvacuationStatusResponse_Body) GetEvacuatedTrees() uint64
func (*GetShardEvacuationStatusResponse_Body) GetFailedObjects ¶ added in v0.38.0
func (x *GetShardEvacuationStatusResponse_Body) GetFailedObjects() uint64
func (*GetShardEvacuationStatusResponse_Body) GetFailedTrees ¶ added in v0.38.0
func (x *GetShardEvacuationStatusResponse_Body) GetFailedTrees() uint64
func (*GetShardEvacuationStatusResponse_Body) GetShard_ID ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse_Body) GetShard_ID() []ShardID
func (*GetShardEvacuationStatusResponse_Body) GetSkippedObjects ¶ added in v0.38.0
func (x *GetShardEvacuationStatusResponse_Body) GetSkippedObjects() uint64
func (*GetShardEvacuationStatusResponse_Body) GetStartedAt ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse_Body) GetStartedAt() *GetShardEvacuationStatusResponse_Body_UnixTimestamp
func (*GetShardEvacuationStatusResponse_Body) GetStatus ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse_Body) GetStatus() GetShardEvacuationStatusResponse_Body_Status
func (*GetShardEvacuationStatusResponse_Body) GetTotalObjects ¶ added in v0.38.0
func (x *GetShardEvacuationStatusResponse_Body) GetTotalObjects() uint64
func (*GetShardEvacuationStatusResponse_Body) GetTotalTrees ¶ added in v0.38.0
func (x *GetShardEvacuationStatusResponse_Body) GetTotalTrees() uint64
func (*GetShardEvacuationStatusResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*GetShardEvacuationStatusResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetShardEvacuationStatusResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetShardEvacuationStatusResponse_Body) SetDuration ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetDuration(v *GetShardEvacuationStatusResponse_Body_Duration)
func (*GetShardEvacuationStatusResponse_Body) SetErrorMessage ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetErrorMessage(v string)
func (*GetShardEvacuationStatusResponse_Body) SetEvacuatedObjects ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetEvacuatedObjects(v uint64)
func (*GetShardEvacuationStatusResponse_Body) SetEvacuatedTrees ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetEvacuatedTrees(v uint64)
func (*GetShardEvacuationStatusResponse_Body) SetFailedObjects ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetFailedObjects(v uint64)
func (*GetShardEvacuationStatusResponse_Body) SetFailedTrees ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetFailedTrees(v uint64)
func (*GetShardEvacuationStatusResponse_Body) SetShard_ID ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetShard_ID(v []ShardID)
func (*GetShardEvacuationStatusResponse_Body) SetSkippedObjects ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetSkippedObjects(v uint64)
func (*GetShardEvacuationStatusResponse_Body) SetStartedAt ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetStartedAt(v *GetShardEvacuationStatusResponse_Body_UnixTimestamp)
func (*GetShardEvacuationStatusResponse_Body) SetStatus ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetStatus(v GetShardEvacuationStatusResponse_Body_Status)
func (*GetShardEvacuationStatusResponse_Body) SetTotalObjects ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetTotalObjects(v uint64)
func (*GetShardEvacuationStatusResponse_Body) SetTotalTrees ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) SetTotalTrees(v uint64)
func (*GetShardEvacuationStatusResponse_Body) StableSize ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetShardEvacuationStatusResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetShardEvacuationStatusResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetShardEvacuationStatusResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetShardEvacuationStatusResponse_Body_Duration ¶ added in v0.37.0
type GetShardEvacuationStatusResponse_Body_Duration struct {
Seconds int64 `json:"seconds"`
}
Duration in seconds.
func (*GetShardEvacuationStatusResponse_Body_Duration) EmitProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_Duration) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetShardEvacuationStatusResponse_Body_Duration) GetSeconds ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse_Body_Duration) GetSeconds() int64
func (*GetShardEvacuationStatusResponse_Body_Duration) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_Duration) MarshalEasyJSON(out *jwriter.Writer)
func (*GetShardEvacuationStatusResponse_Body_Duration) MarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_Duration) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetShardEvacuationStatusResponse_Body_Duration) MarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_Duration) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetShardEvacuationStatusResponse_Body_Duration) SetSeconds ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_Duration) SetSeconds(v int64)
func (*GetShardEvacuationStatusResponse_Body_Duration) StableSize ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse_Body_Duration) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetShardEvacuationStatusResponse_Body_Duration) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_Duration) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetShardEvacuationStatusResponse_Body_Duration) UnmarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_Duration) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetShardEvacuationStatusResponse_Body_Duration) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_Duration) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type GetShardEvacuationStatusResponse_Body_Status ¶ added in v0.37.0
type GetShardEvacuationStatusResponse_Body_Status int32
const ( GetShardEvacuationStatusResponse_Body_EVACUATE_SHARD_STATUS_UNDEFINED GetShardEvacuationStatusResponse_Body_Status = 0 GetShardEvacuationStatusResponse_Body_RUNNING GetShardEvacuationStatusResponse_Body_Status = 1 GetShardEvacuationStatusResponse_Body_COMPLETED GetShardEvacuationStatusResponse_Body_Status = 2 )
func (*GetShardEvacuationStatusResponse_Body_Status) FromString ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_Status) FromString(s string) bool
func (GetShardEvacuationStatusResponse_Body_Status) String ¶ added in v0.37.0
func (x GetShardEvacuationStatusResponse_Body_Status) String() string
type GetShardEvacuationStatusResponse_Body_UnixTimestamp ¶ added in v0.37.0
type GetShardEvacuationStatusResponse_Body_UnixTimestamp struct {
Value int64 `json:"value"`
}
Unix timestamp value.
func (*GetShardEvacuationStatusResponse_Body_UnixTimestamp) EmitProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*GetShardEvacuationStatusResponse_Body_UnixTimestamp) GetValue ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) GetValue() int64
func (*GetShardEvacuationStatusResponse_Body_UnixTimestamp) MarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) MarshalEasyJSON(out *jwriter.Writer)
func (*GetShardEvacuationStatusResponse_Body_UnixTimestamp) MarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*GetShardEvacuationStatusResponse_Body_UnixTimestamp) MarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*GetShardEvacuationStatusResponse_Body_UnixTimestamp) SetValue ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) SetValue(v int64)
func (*GetShardEvacuationStatusResponse_Body_UnixTimestamp) StableSize ¶ added in v0.37.0
func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*GetShardEvacuationStatusResponse_Body_UnixTimestamp) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*GetShardEvacuationStatusResponse_Body_UnixTimestamp) UnmarshalJSON ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*GetShardEvacuationStatusResponse_Body_UnixTimestamp) UnmarshalProtobuf ¶ added in v0.43.0
func (x *GetShardEvacuationStatusResponse_Body_UnixTimestamp) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type HealthCheckRequest ¶
type HealthCheckRequest struct {
// Body of health check request message.
Body *HealthCheckRequest_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Health check request.
func (*HealthCheckRequest) EmitProtobuf ¶ added in v0.43.0
func (x *HealthCheckRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*HealthCheckRequest) GetBody ¶
func (x *HealthCheckRequest) GetBody() *HealthCheckRequest_Body
func (*HealthCheckRequest) GetSignature ¶
func (x *HealthCheckRequest) GetSignature() *Signature
func (*HealthCheckRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *HealthCheckRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*HealthCheckRequest) MarshalJSON ¶ added in v0.43.0
func (x *HealthCheckRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*HealthCheckRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *HealthCheckRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*HealthCheckRequest) ReadSignedData ¶
func (x *HealthCheckRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*HealthCheckRequest) SetBody ¶
func (x *HealthCheckRequest) SetBody(v *HealthCheckRequest_Body)
func (*HealthCheckRequest) SetSignature ¶
func (x *HealthCheckRequest) SetSignature(v *Signature)
func (*HealthCheckRequest) SignedDataSize ¶
func (x *HealthCheckRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*HealthCheckRequest) StableSize ¶
func (x *HealthCheckRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*HealthCheckRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *HealthCheckRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*HealthCheckRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *HealthCheckRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*HealthCheckRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *HealthCheckRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type HealthCheckRequest_Body ¶
type HealthCheckRequest_Body struct {
}
Health check request body.
func (*HealthCheckRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *HealthCheckRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*HealthCheckRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *HealthCheckRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*HealthCheckRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *HealthCheckRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*HealthCheckRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *HealthCheckRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*HealthCheckRequest_Body) StableSize ¶
func (x *HealthCheckRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*HealthCheckRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *HealthCheckRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*HealthCheckRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *HealthCheckRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*HealthCheckRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *HealthCheckRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type HealthCheckResponse ¶
type HealthCheckResponse struct {
// Body of health check response message.
Body *HealthCheckResponse_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Health check request.
func (*HealthCheckResponse) EmitProtobuf ¶ added in v0.43.0
func (x *HealthCheckResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*HealthCheckResponse) GetBody ¶
func (x *HealthCheckResponse) GetBody() *HealthCheckResponse_Body
func (*HealthCheckResponse) GetSignature ¶
func (x *HealthCheckResponse) GetSignature() *Signature
func (*HealthCheckResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *HealthCheckResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*HealthCheckResponse) MarshalJSON ¶ added in v0.43.0
func (x *HealthCheckResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*HealthCheckResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *HealthCheckResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*HealthCheckResponse) ReadSignedData ¶
func (x *HealthCheckResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*HealthCheckResponse) SetBody ¶
func (x *HealthCheckResponse) SetBody(v *HealthCheckResponse_Body)
func (*HealthCheckResponse) SetSignature ¶
func (x *HealthCheckResponse) SetSignature(v *Signature)
func (*HealthCheckResponse) SignedDataSize ¶
func (x *HealthCheckResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*HealthCheckResponse) StableSize ¶
func (x *HealthCheckResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*HealthCheckResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *HealthCheckResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*HealthCheckResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *HealthCheckResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*HealthCheckResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *HealthCheckResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type HealthCheckResponse_Body ¶
type HealthCheckResponse_Body struct {
// Status of the storage node in FrostFS network map.
NetmapStatus NetmapStatus `json:"netmapStatus"`
// Health status of storage node application.
HealthStatus HealthStatus `json:"healthStatus"`
}
Health check response body
func (*HealthCheckResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *HealthCheckResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*HealthCheckResponse_Body) GetHealthStatus ¶
func (x *HealthCheckResponse_Body) GetHealthStatus() HealthStatus
func (*HealthCheckResponse_Body) GetNetmapStatus ¶
func (x *HealthCheckResponse_Body) GetNetmapStatus() NetmapStatus
func (*HealthCheckResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *HealthCheckResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*HealthCheckResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *HealthCheckResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*HealthCheckResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *HealthCheckResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*HealthCheckResponse_Body) SetHealthStatus ¶
func (x *HealthCheckResponse_Body) SetHealthStatus(v HealthStatus)
func (*HealthCheckResponse_Body) SetNetmapStatus ¶
func (x *HealthCheckResponse_Body) SetNetmapStatus(v NetmapStatus)
func (*HealthCheckResponse_Body) StableSize ¶
func (x *HealthCheckResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*HealthCheckResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *HealthCheckResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*HealthCheckResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *HealthCheckResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*HealthCheckResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *HealthCheckResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type HealthStatus ¶
type HealthStatus int32
const ( HealthStatus_HEALTH_STATUS_UNDEFINED HealthStatus = 0 HealthStatus_STARTING HealthStatus = 1 HealthStatus_READY HealthStatus = 2 HealthStatus_SHUTTING_DOWN HealthStatus = 3 HealthStatus_RECONFIGURING HealthStatus = 4 )
func (*HealthStatus) FromString ¶ added in v0.43.0
func (x *HealthStatus) FromString(s string) bool
func (HealthStatus) String ¶
func (x HealthStatus) String() string
type ListChainLocalOverridesRequest ¶ added in v0.38.0
type ListChainLocalOverridesRequest struct {
Body *ListChainLocalOverridesRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
ListChainLocalOverrides request.
func (*ListChainLocalOverridesRequest) EmitProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListChainLocalOverridesRequest) GetBody ¶ added in v0.38.0
func (x *ListChainLocalOverridesRequest) GetBody() *ListChainLocalOverridesRequest_Body
func (*ListChainLocalOverridesRequest) GetSignature ¶ added in v0.38.0
func (x *ListChainLocalOverridesRequest) GetSignature() *Signature
func (*ListChainLocalOverridesRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*ListChainLocalOverridesRequest) MarshalJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListChainLocalOverridesRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListChainLocalOverridesRequest) ReadSignedData ¶ added in v0.38.0
func (x *ListChainLocalOverridesRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ListChainLocalOverridesRequest) SetBody ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest) SetBody(v *ListChainLocalOverridesRequest_Body)
func (*ListChainLocalOverridesRequest) SetSignature ¶ added in v0.38.0
func (x *ListChainLocalOverridesRequest) SetSignature(v *Signature)
func (*ListChainLocalOverridesRequest) SignedDataSize ¶ added in v0.38.0
func (x *ListChainLocalOverridesRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ListChainLocalOverridesRequest) StableSize ¶ added in v0.38.0
func (x *ListChainLocalOverridesRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListChainLocalOverridesRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListChainLocalOverridesRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListChainLocalOverridesRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListChainLocalOverridesRequest_Body ¶ added in v0.38.0
type ListChainLocalOverridesRequest_Body struct {
// Target for which the overrides are applied.
Target *ChainTarget `json:"target"`
}
func (*ListChainLocalOverridesRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListChainLocalOverridesRequest_Body) GetTarget ¶ added in v0.38.0
func (x *ListChainLocalOverridesRequest_Body) GetTarget() *ChainTarget
func (*ListChainLocalOverridesRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ListChainLocalOverridesRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListChainLocalOverridesRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListChainLocalOverridesRequest_Body) SetTarget ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest_Body) SetTarget(v *ChainTarget)
func (*ListChainLocalOverridesRequest_Body) StableSize ¶ added in v0.38.0
func (x *ListChainLocalOverridesRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListChainLocalOverridesRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListChainLocalOverridesRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListChainLocalOverridesRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListChainLocalOverridesResponse ¶ added in v0.38.0
type ListChainLocalOverridesResponse struct {
Body *ListChainLocalOverridesResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
ListChainLocalOverrides response.
func (*ListChainLocalOverridesResponse) EmitProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListChainLocalOverridesResponse) GetBody ¶ added in v0.38.0
func (x *ListChainLocalOverridesResponse) GetBody() *ListChainLocalOverridesResponse_Body
func (*ListChainLocalOverridesResponse) GetSignature ¶ added in v0.38.0
func (x *ListChainLocalOverridesResponse) GetSignature() *Signature
func (*ListChainLocalOverridesResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*ListChainLocalOverridesResponse) MarshalJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListChainLocalOverridesResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListChainLocalOverridesResponse) ReadSignedData ¶ added in v0.38.0
func (x *ListChainLocalOverridesResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ListChainLocalOverridesResponse) SetBody ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse) SetBody(v *ListChainLocalOverridesResponse_Body)
func (*ListChainLocalOverridesResponse) SetSignature ¶ added in v0.38.0
func (x *ListChainLocalOverridesResponse) SetSignature(v *Signature)
func (*ListChainLocalOverridesResponse) SignedDataSize ¶ added in v0.38.0
func (x *ListChainLocalOverridesResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ListChainLocalOverridesResponse) StableSize ¶ added in v0.38.0
func (x *ListChainLocalOverridesResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListChainLocalOverridesResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListChainLocalOverridesResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListChainLocalOverridesResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListChainLocalOverridesResponse_Body ¶ added in v0.38.0
type ListChainLocalOverridesResponse_Body struct {
// The list of serialized rule chain.
Chains [][]byte `json:"chains"`
}
func (*ListChainLocalOverridesResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListChainLocalOverridesResponse_Body) GetChains ¶ added in v0.38.0
func (x *ListChainLocalOverridesResponse_Body) GetChains() [][]byte
func (*ListChainLocalOverridesResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ListChainLocalOverridesResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListChainLocalOverridesResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListChainLocalOverridesResponse_Body) SetChains ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse_Body) SetChains(v [][]byte)
func (*ListChainLocalOverridesResponse_Body) StableSize ¶ added in v0.38.0
func (x *ListChainLocalOverridesResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListChainLocalOverridesResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListChainLocalOverridesResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListChainLocalOverridesResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListChainLocalOverridesResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListShardsForObjectRequest ¶ added in v0.45.0
type ListShardsForObjectRequest struct {
Body *ListShardsForObjectRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*ListShardsForObjectRequest) EmitProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListShardsForObjectRequest) GetBody ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) GetBody() *ListShardsForObjectRequest_Body
func (*ListShardsForObjectRequest) GetSignature ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) GetSignature() *Signature
func (*ListShardsForObjectRequest) MarshalEasyJSON ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*ListShardsForObjectRequest) MarshalJSON ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListShardsForObjectRequest) MarshalProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListShardsForObjectRequest) ReadSignedData ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ListShardsForObjectRequest) SetBody ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) SetBody(v *ListShardsForObjectRequest_Body)
func (*ListShardsForObjectRequest) SetSignature ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) SetSignature(v *Signature)
func (*ListShardsForObjectRequest) SignedDataSize ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ListShardsForObjectRequest) StableSize ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListShardsForObjectRequest) UnmarshalEasyJSON ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListShardsForObjectRequest) UnmarshalJSON ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListShardsForObjectRequest) UnmarshalProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListShardsForObjectRequest_Body ¶ added in v0.45.0
type ListShardsForObjectRequest_Body struct {
ObjectId string `json:"objectId"`
ContainerId string `json:"containerId"`
}
func (*ListShardsForObjectRequest_Body) EmitProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListShardsForObjectRequest_Body) GetContainerId ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) GetContainerId() string
func (*ListShardsForObjectRequest_Body) GetObjectId ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) GetObjectId() string
func (*ListShardsForObjectRequest_Body) MarshalEasyJSON ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ListShardsForObjectRequest_Body) MarshalJSON ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListShardsForObjectRequest_Body) MarshalProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListShardsForObjectRequest_Body) SetContainerId ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) SetContainerId(v string)
func (*ListShardsForObjectRequest_Body) SetObjectId ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) SetObjectId(v string)
func (*ListShardsForObjectRequest_Body) StableSize ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListShardsForObjectRequest_Body) UnmarshalEasyJSON ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListShardsForObjectRequest_Body) UnmarshalJSON ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListShardsForObjectRequest_Body) UnmarshalProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListShardsForObjectResponse ¶ added in v0.45.0
type ListShardsForObjectResponse struct {
Body *ListShardsForObjectResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*ListShardsForObjectResponse) EmitProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListShardsForObjectResponse) GetBody ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) GetBody() *ListShardsForObjectResponse_Body
func (*ListShardsForObjectResponse) GetSignature ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) GetSignature() *Signature
func (*ListShardsForObjectResponse) MarshalEasyJSON ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*ListShardsForObjectResponse) MarshalJSON ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListShardsForObjectResponse) MarshalProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListShardsForObjectResponse) ReadSignedData ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ListShardsForObjectResponse) SetBody ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) SetBody(v *ListShardsForObjectResponse_Body)
func (*ListShardsForObjectResponse) SetSignature ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) SetSignature(v *Signature)
func (*ListShardsForObjectResponse) SignedDataSize ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ListShardsForObjectResponse) StableSize ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListShardsForObjectResponse) UnmarshalEasyJSON ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListShardsForObjectResponse) UnmarshalJSON ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListShardsForObjectResponse) UnmarshalProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListShardsForObjectResponse_Body ¶ added in v0.45.0
type ListShardsForObjectResponse_Body struct {
// List of the node's shards storing object.
ObjectShards []ObjectShard `json:"objectShards"`
}
func (*ListShardsForObjectResponse_Body) EmitProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListShardsForObjectResponse_Body) GetObjectShards ¶ added in v0.46.0
func (x *ListShardsForObjectResponse_Body) GetObjectShards() []ObjectShard
func (*ListShardsForObjectResponse_Body) MarshalEasyJSON ¶ added in v0.45.0
func (x *ListShardsForObjectResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ListShardsForObjectResponse_Body) MarshalJSON ¶ added in v0.45.0
func (x *ListShardsForObjectResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListShardsForObjectResponse_Body) MarshalProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListShardsForObjectResponse_Body) SetObjectShards ¶ added in v0.46.0
func (x *ListShardsForObjectResponse_Body) SetObjectShards(v []ObjectShard)
func (*ListShardsForObjectResponse_Body) StableSize ¶ added in v0.45.0
func (x *ListShardsForObjectResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListShardsForObjectResponse_Body) UnmarshalEasyJSON ¶ added in v0.45.0
func (x *ListShardsForObjectResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListShardsForObjectResponse_Body) UnmarshalJSON ¶ added in v0.45.0
func (x *ListShardsForObjectResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListShardsForObjectResponse_Body) UnmarshalProtobuf ¶ added in v0.45.0
func (x *ListShardsForObjectResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListShardsRequest ¶
type ListShardsRequest struct {
// Body of the request message.
Body *ListShardsRequest_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Request to list all shards of the node.
func (*ListShardsRequest) EmitProtobuf ¶ added in v0.43.0
func (x *ListShardsRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListShardsRequest) GetBody ¶
func (x *ListShardsRequest) GetBody() *ListShardsRequest_Body
func (*ListShardsRequest) GetSignature ¶
func (x *ListShardsRequest) GetSignature() *Signature
func (*ListShardsRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListShardsRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*ListShardsRequest) MarshalJSON ¶ added in v0.43.0
func (x *ListShardsRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListShardsRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *ListShardsRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListShardsRequest) ReadSignedData ¶
func (x *ListShardsRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ListShardsRequest) SetBody ¶
func (x *ListShardsRequest) SetBody(v *ListShardsRequest_Body)
func (*ListShardsRequest) SetSignature ¶
func (x *ListShardsRequest) SetSignature(v *Signature)
func (*ListShardsRequest) SignedDataSize ¶
func (x *ListShardsRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ListShardsRequest) StableSize ¶
func (x *ListShardsRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListShardsRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListShardsRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListShardsRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *ListShardsRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListShardsRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListShardsRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListShardsRequest_Body ¶
type ListShardsRequest_Body struct {
}
Request body structure.
func (*ListShardsRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *ListShardsRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListShardsRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListShardsRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ListShardsRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *ListShardsRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListShardsRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *ListShardsRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListShardsRequest_Body) StableSize ¶
func (x *ListShardsRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListShardsRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListShardsRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListShardsRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *ListShardsRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListShardsRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListShardsRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListShardsResponse ¶
type ListShardsResponse struct {
// Body of the response message.
Body *ListShardsResponse_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
ListShards response.
func (*ListShardsResponse) EmitProtobuf ¶ added in v0.43.0
func (x *ListShardsResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListShardsResponse) GetBody ¶
func (x *ListShardsResponse) GetBody() *ListShardsResponse_Body
func (*ListShardsResponse) GetSignature ¶
func (x *ListShardsResponse) GetSignature() *Signature
func (*ListShardsResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListShardsResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*ListShardsResponse) MarshalJSON ¶ added in v0.43.0
func (x *ListShardsResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListShardsResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *ListShardsResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListShardsResponse) ReadSignedData ¶
func (x *ListShardsResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ListShardsResponse) SetBody ¶
func (x *ListShardsResponse) SetBody(v *ListShardsResponse_Body)
func (*ListShardsResponse) SetSignature ¶
func (x *ListShardsResponse) SetSignature(v *Signature)
func (*ListShardsResponse) SignedDataSize ¶
func (x *ListShardsResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ListShardsResponse) StableSize ¶
func (x *ListShardsResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListShardsResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListShardsResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListShardsResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *ListShardsResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListShardsResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListShardsResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListShardsResponse_Body ¶
type ListShardsResponse_Body struct {
// List of the node's shards.
Shards []ShardInfo `json:"shards"`
}
Response body structure.
func (*ListShardsResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *ListShardsResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListShardsResponse_Body) GetShards ¶
func (x *ListShardsResponse_Body) GetShards() []ShardInfo
func (*ListShardsResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListShardsResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ListShardsResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *ListShardsResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListShardsResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *ListShardsResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListShardsResponse_Body) SetShards ¶
func (x *ListShardsResponse_Body) SetShards(v []ShardInfo)
func (*ListShardsResponse_Body) StableSize ¶
func (x *ListShardsResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListShardsResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListShardsResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListShardsResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *ListShardsResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListShardsResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListShardsResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListTargetsLocalOverridesRequest ¶ added in v0.38.0
type ListTargetsLocalOverridesRequest struct {
Body *ListTargetsLocalOverridesRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
ListTargetsLocalOverrides request.
func (*ListTargetsLocalOverridesRequest) EmitProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListTargetsLocalOverridesRequest) GetBody ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesRequest) GetBody() *ListTargetsLocalOverridesRequest_Body
func (*ListTargetsLocalOverridesRequest) GetSignature ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesRequest) GetSignature() *Signature
func (*ListTargetsLocalOverridesRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*ListTargetsLocalOverridesRequest) MarshalJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListTargetsLocalOverridesRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListTargetsLocalOverridesRequest) ReadSignedData ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ListTargetsLocalOverridesRequest) SetBody ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest) SetBody(v *ListTargetsLocalOverridesRequest_Body)
func (*ListTargetsLocalOverridesRequest) SetSignature ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesRequest) SetSignature(v *Signature)
func (*ListTargetsLocalOverridesRequest) SignedDataSize ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ListTargetsLocalOverridesRequest) StableSize ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListTargetsLocalOverridesRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListTargetsLocalOverridesRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListTargetsLocalOverridesRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListTargetsLocalOverridesRequest_Body ¶ added in v0.38.0
type ListTargetsLocalOverridesRequest_Body struct {
// Target for which the overrides are applied.
ChainName string `json:"chainName"`
}
func (*ListTargetsLocalOverridesRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListTargetsLocalOverridesRequest_Body) GetChainName ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesRequest_Body) GetChainName() string
func (*ListTargetsLocalOverridesRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ListTargetsLocalOverridesRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListTargetsLocalOverridesRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListTargetsLocalOverridesRequest_Body) SetChainName ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest_Body) SetChainName(v string)
func (*ListTargetsLocalOverridesRequest_Body) StableSize ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListTargetsLocalOverridesRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListTargetsLocalOverridesRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListTargetsLocalOverridesRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListTargetsLocalOverridesResponse ¶ added in v0.38.0
type ListTargetsLocalOverridesResponse struct {
Body *ListTargetsLocalOverridesResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
ListTargetsLocalOverrides response.
func (*ListTargetsLocalOverridesResponse) EmitProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListTargetsLocalOverridesResponse) GetBody ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesResponse) GetBody() *ListTargetsLocalOverridesResponse_Body
func (*ListTargetsLocalOverridesResponse) GetSignature ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesResponse) GetSignature() *Signature
func (*ListTargetsLocalOverridesResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*ListTargetsLocalOverridesResponse) MarshalJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListTargetsLocalOverridesResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListTargetsLocalOverridesResponse) ReadSignedData ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ListTargetsLocalOverridesResponse) SetBody ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse) SetBody(v *ListTargetsLocalOverridesResponse_Body)
func (*ListTargetsLocalOverridesResponse) SetSignature ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesResponse) SetSignature(v *Signature)
func (*ListTargetsLocalOverridesResponse) SignedDataSize ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ListTargetsLocalOverridesResponse) StableSize ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListTargetsLocalOverridesResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListTargetsLocalOverridesResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListTargetsLocalOverridesResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ListTargetsLocalOverridesResponse_Body ¶ added in v0.38.0
type ListTargetsLocalOverridesResponse_Body struct {
// The list of chain targets.
Targets []ChainTarget `json:"targets"`
}
func (*ListTargetsLocalOverridesResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ListTargetsLocalOverridesResponse_Body) GetTargets ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesResponse_Body) GetTargets() []ChainTarget
func (*ListTargetsLocalOverridesResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ListTargetsLocalOverridesResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ListTargetsLocalOverridesResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ListTargetsLocalOverridesResponse_Body) SetTargets ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse_Body) SetTargets(v []ChainTarget)
func (*ListTargetsLocalOverridesResponse_Body) StableSize ¶ added in v0.38.0
func (x *ListTargetsLocalOverridesResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ListTargetsLocalOverridesResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ListTargetsLocalOverridesResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ListTargetsLocalOverridesResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ListTargetsLocalOverridesResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type Netmap ¶
type Netmap struct {
// Network map revision number.
Epoch uint64 `json:"epoch"`
// Nodes presented in network.
Nodes []NodeInfo `json:"nodes"`
}
Network map structure.
func (*Netmap) EmitProtobuf ¶ added in v0.43.0
func (x *Netmap) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*Netmap) MarshalEasyJSON ¶ added in v0.43.0
func (*Netmap) MarshalJSON ¶
MarshalJSON implements the json.Marshaler interface.
func (*Netmap) MarshalProtobuf ¶ added in v0.43.0
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*Netmap) StableSize ¶
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*Netmap) UnmarshalEasyJSON ¶ added in v0.43.0
func (*Netmap) UnmarshalJSON ¶ added in v0.43.0
UnmarshalJSON implements the json.Unmarshaler interface.
func (*Netmap) UnmarshalProtobuf ¶ added in v0.43.0
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type NetmapStatus ¶
type NetmapStatus int32
const ( NetmapStatus_STATUS_UNDEFINED NetmapStatus = 0 NetmapStatus_ONLINE NetmapStatus = 1 NetmapStatus_OFFLINE NetmapStatus = 2 NetmapStatus_MAINTENANCE NetmapStatus = 3 )
func (*NetmapStatus) FromString ¶ added in v0.43.0
func (x *NetmapStatus) FromString(s string) bool
func (NetmapStatus) String ¶
func (x NetmapStatus) String() string
type NodeInfo ¶
type NodeInfo struct {
// Public key of the FrostFS node in a binary format.
PublicKey []byte `json:"publicKey"`
// Ways to connect to a node.
Addresses []string `json:"addresses"`
// Carries list of the FrostFS node attributes in a key-value form. Key name
// must be a node-unique valid UTF-8 string. Value can't be empty. NodeInfo
// structures with duplicated attribute names or attributes with empty values
// will be considered invalid.
Attributes []NodeInfo_Attribute `json:"attributes"`
// Carries state of the FrostFS node.
State NetmapStatus `json:"state"`
}
FrostFS node description.
func (*NodeInfo) EmitProtobuf ¶ added in v0.43.0
func (x *NodeInfo) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*NodeInfo) GetAddresses ¶
func (*NodeInfo) GetAttributes ¶
func (x *NodeInfo) GetAttributes() []NodeInfo_Attribute
func (*NodeInfo) GetPublicKey ¶
func (*NodeInfo) GetState ¶
func (x *NodeInfo) GetState() NetmapStatus
func (*NodeInfo) MarshalEasyJSON ¶ added in v0.43.0
func (*NodeInfo) MarshalJSON ¶ added in v0.43.0
MarshalJSON implements the json.Marshaler interface.
func (*NodeInfo) MarshalProtobuf ¶ added in v0.43.0
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*NodeInfo) SetAddresses ¶
func (*NodeInfo) SetAttributes ¶
func (x *NodeInfo) SetAttributes(v []NodeInfo_Attribute)
func (*NodeInfo) SetPublicKey ¶
func (*NodeInfo) SetState ¶
func (x *NodeInfo) SetState(v NetmapStatus)
func (*NodeInfo) StableSize ¶
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*NodeInfo) UnmarshalEasyJSON ¶ added in v0.43.0
func (*NodeInfo) UnmarshalJSON ¶ added in v0.43.0
UnmarshalJSON implements the json.Unmarshaler interface.
func (*NodeInfo) UnmarshalProtobuf ¶ added in v0.43.0
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type NodeInfo_Attribute ¶
type NodeInfo_Attribute struct {
// Key of the node attribute.
Key string `json:"key"`
// Value of the node attribute.
Value string `json:"value"`
// Parent keys, if any. For example for `City` it could be `Region` and
// `Country`.
Parents []string `json:"parents"`
}
Administrator-defined Attributes of the FrostFS Storage Node.
`Attribute` is a Key-Value metadata pair. Key name must be a valid UTF-8 string. Value can't be empty.
Node's attributes are mostly used during Storage Policy evaluation to calculate object's placement and find a set of nodes satisfying policy requirements. There are some "well-known" node attributes common to all the Storage Nodes in the network and used implicitly with default values if not explicitly set:
- Capacity \ Total available disk space in Gigabytes.
- Price \ Price in GAS tokens for storing one GB of data during one Epoch. In node attributes it's a string presenting floating point number with comma or point delimiter for decimal part. In the Network Map it will be saved as 64-bit unsigned integer representing number of minimal token fractions.
- Locode \ Node's geographic location in UN/LOCODE(https://www.unece.org/cefact/codesfortrade/codes_index.html) format approximated to the nearest point defined in standard.
- Country \ Country code in [ISO 3166-1_alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. Calculated automatically from `Locode` attribute
- Region \ Country's administative subdivision where node is located. Calculated automatically from `Locode` attribute based on `SubDiv` field. Presented in [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) format.
- City \ City, town, village or rural area name where node is located written without diacritics . Calculated automatically from `Locode` attribute.
For detailed description of each well-known attribute please see the corresponding section in FrostFS Technical specification.
func (*NodeInfo_Attribute) EmitProtobuf ¶ added in v0.43.0
func (x *NodeInfo_Attribute) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*NodeInfo_Attribute) GetKey ¶
func (x *NodeInfo_Attribute) GetKey() string
func (*NodeInfo_Attribute) GetParents ¶
func (x *NodeInfo_Attribute) GetParents() []string
func (*NodeInfo_Attribute) GetValue ¶
func (x *NodeInfo_Attribute) GetValue() string
func (*NodeInfo_Attribute) MarshalEasyJSON ¶ added in v0.43.0
func (x *NodeInfo_Attribute) MarshalEasyJSON(out *jwriter.Writer)
func (*NodeInfo_Attribute) MarshalJSON ¶ added in v0.43.0
func (x *NodeInfo_Attribute) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*NodeInfo_Attribute) MarshalProtobuf ¶ added in v0.43.0
func (x *NodeInfo_Attribute) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*NodeInfo_Attribute) SetKey ¶
func (x *NodeInfo_Attribute) SetKey(v string)
func (*NodeInfo_Attribute) SetParents ¶
func (x *NodeInfo_Attribute) SetParents(v []string)
func (*NodeInfo_Attribute) SetValue ¶
func (x *NodeInfo_Attribute) SetValue(v string)
func (*NodeInfo_Attribute) StableSize ¶
func (x *NodeInfo_Attribute) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*NodeInfo_Attribute) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *NodeInfo_Attribute) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*NodeInfo_Attribute) UnmarshalJSON ¶ added in v0.43.0
func (x *NodeInfo_Attribute) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*NodeInfo_Attribute) UnmarshalProtobuf ¶ added in v0.43.0
func (x *NodeInfo_Attribute) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ObjectShard ¶ added in v0.46.0
type ObjectShard struct {
Shard_ID []byte `json:"shardID"`
EcChunks [][]byte `json:"ecChunks"`
ComplexParts []ObjectShard_ComplexPart `json:"complexParts"`
Label string `json:"label"`
}
func (*ObjectShard) EmitProtobuf ¶ added in v0.46.0
func (x *ObjectShard) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ObjectShard) GetComplexParts ¶ added in v0.46.0
func (x *ObjectShard) GetComplexParts() []ObjectShard_ComplexPart
func (*ObjectShard) GetEcChunks ¶ added in v0.46.0
func (x *ObjectShard) GetEcChunks() [][]byte
func (*ObjectShard) GetLabel ¶ added in v0.46.8
func (x *ObjectShard) GetLabel() string
func (*ObjectShard) GetShard_ID ¶ added in v0.46.0
func (x *ObjectShard) GetShard_ID() []byte
func (*ObjectShard) MarshalEasyJSON ¶ added in v0.46.0
func (x *ObjectShard) MarshalEasyJSON(out *jwriter.Writer)
func (*ObjectShard) MarshalJSON ¶ added in v0.46.0
func (x *ObjectShard) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ObjectShard) MarshalProtobuf ¶ added in v0.46.0
func (x *ObjectShard) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ObjectShard) SetComplexParts ¶ added in v0.46.0
func (x *ObjectShard) SetComplexParts(v []ObjectShard_ComplexPart)
func (*ObjectShard) SetEcChunks ¶ added in v0.46.0
func (x *ObjectShard) SetEcChunks(v [][]byte)
func (*ObjectShard) SetLabel ¶ added in v0.46.8
func (x *ObjectShard) SetLabel(v string)
func (*ObjectShard) SetShard_ID ¶ added in v0.46.0
func (x *ObjectShard) SetShard_ID(v []byte)
func (*ObjectShard) StableSize ¶ added in v0.46.0
func (x *ObjectShard) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ObjectShard) UnmarshalEasyJSON ¶ added in v0.46.0
func (x *ObjectShard) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ObjectShard) UnmarshalJSON ¶ added in v0.46.0
func (x *ObjectShard) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ObjectShard) UnmarshalProtobuf ¶ added in v0.46.0
func (x *ObjectShard) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ObjectShard_ComplexPart ¶ added in v0.46.0
type ObjectShard_ComplexPart struct {
ObjectId []byte `json:"objectId"`
EcChunks [][]byte `json:"ecChunks"`
Type ObjectShard_ComplexPart_Type `json:"type"`
}
func (*ObjectShard_ComplexPart) EmitProtobuf ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ObjectShard_ComplexPart) GetEcChunks ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) GetEcChunks() [][]byte
func (*ObjectShard_ComplexPart) GetObjectId ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) GetObjectId() []byte
func (*ObjectShard_ComplexPart) GetType ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) GetType() ObjectShard_ComplexPart_Type
func (*ObjectShard_ComplexPart) MarshalEasyJSON ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) MarshalEasyJSON(out *jwriter.Writer)
func (*ObjectShard_ComplexPart) MarshalJSON ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ObjectShard_ComplexPart) MarshalProtobuf ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ObjectShard_ComplexPart) SetEcChunks ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) SetEcChunks(v [][]byte)
func (*ObjectShard_ComplexPart) SetObjectId ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) SetObjectId(v []byte)
func (*ObjectShard_ComplexPart) SetType ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) SetType(v ObjectShard_ComplexPart_Type)
func (*ObjectShard_ComplexPart) StableSize ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ObjectShard_ComplexPart) UnmarshalEasyJSON ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ObjectShard_ComplexPart) UnmarshalJSON ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ObjectShard_ComplexPart) UnmarshalProtobuf ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ObjectShard_ComplexPart_Type ¶ added in v0.46.0
type ObjectShard_ComplexPart_Type int32
const ( ObjectShard_ComplexPart_LINKING ObjectShard_ComplexPart_Type = 0 ObjectShard_ComplexPart_DATA ObjectShard_ComplexPart_Type = 1 )
func (*ObjectShard_ComplexPart_Type) FromString ¶ added in v0.46.0
func (x *ObjectShard_ComplexPart_Type) FromString(s string) bool
func (ObjectShard_ComplexPart_Type) String ¶ added in v0.46.0
func (x ObjectShard_ComplexPart_Type) String() string
type RemoveChainLocalOverrideRequest ¶ added in v0.38.0
type RemoveChainLocalOverrideRequest struct {
Body *RemoveChainLocalOverrideRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*RemoveChainLocalOverrideRequest) EmitProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*RemoveChainLocalOverrideRequest) GetBody ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideRequest) GetBody() *RemoveChainLocalOverrideRequest_Body
func (*RemoveChainLocalOverrideRequest) GetSignature ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideRequest) GetSignature() *Signature
func (*RemoveChainLocalOverrideRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*RemoveChainLocalOverrideRequest) MarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*RemoveChainLocalOverrideRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*RemoveChainLocalOverrideRequest) ReadSignedData ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*RemoveChainLocalOverrideRequest) SetBody ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest) SetBody(v *RemoveChainLocalOverrideRequest_Body)
func (*RemoveChainLocalOverrideRequest) SetSignature ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideRequest) SetSignature(v *Signature)
func (*RemoveChainLocalOverrideRequest) SignedDataSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*RemoveChainLocalOverrideRequest) StableSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*RemoveChainLocalOverrideRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*RemoveChainLocalOverrideRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*RemoveChainLocalOverrideRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type RemoveChainLocalOverrideRequest_Body ¶ added in v0.38.0
type RemoveChainLocalOverrideRequest_Body struct {
// Target for which the overrides are applied.
Target *ChainTarget `json:"target"`
// Chain ID assigned for the added rule chain.
ChainId []byte `json:"chainId"`
}
func (*RemoveChainLocalOverrideRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*RemoveChainLocalOverrideRequest_Body) GetChainId ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideRequest_Body) GetChainId() []byte
func (*RemoveChainLocalOverrideRequest_Body) GetTarget ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideRequest_Body) GetTarget() *ChainTarget
func (*RemoveChainLocalOverrideRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*RemoveChainLocalOverrideRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*RemoveChainLocalOverrideRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*RemoveChainLocalOverrideRequest_Body) SetChainId ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest_Body) SetChainId(v []byte)
func (*RemoveChainLocalOverrideRequest_Body) SetTarget ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest_Body) SetTarget(v *ChainTarget)
func (*RemoveChainLocalOverrideRequest_Body) StableSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*RemoveChainLocalOverrideRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*RemoveChainLocalOverrideRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*RemoveChainLocalOverrideRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type RemoveChainLocalOverrideResponse ¶ added in v0.38.0
type RemoveChainLocalOverrideResponse struct {
Body *RemoveChainLocalOverrideResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*RemoveChainLocalOverrideResponse) EmitProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*RemoveChainLocalOverrideResponse) GetBody ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideResponse) GetBody() *RemoveChainLocalOverrideResponse_Body
func (*RemoveChainLocalOverrideResponse) GetSignature ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideResponse) GetSignature() *Signature
func (*RemoveChainLocalOverrideResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*RemoveChainLocalOverrideResponse) MarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*RemoveChainLocalOverrideResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*RemoveChainLocalOverrideResponse) ReadSignedData ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*RemoveChainLocalOverrideResponse) SetBody ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse) SetBody(v *RemoveChainLocalOverrideResponse_Body)
func (*RemoveChainLocalOverrideResponse) SetSignature ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideResponse) SetSignature(v *Signature)
func (*RemoveChainLocalOverrideResponse) SignedDataSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*RemoveChainLocalOverrideResponse) StableSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*RemoveChainLocalOverrideResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*RemoveChainLocalOverrideResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*RemoveChainLocalOverrideResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type RemoveChainLocalOverrideResponse_Body ¶ added in v0.38.0
type RemoveChainLocalOverrideResponse_Body struct {
}
func (*RemoveChainLocalOverrideResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*RemoveChainLocalOverrideResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*RemoveChainLocalOverrideResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*RemoveChainLocalOverrideResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*RemoveChainLocalOverrideResponse_Body) StableSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverrideResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*RemoveChainLocalOverrideResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*RemoveChainLocalOverrideResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*RemoveChainLocalOverrideResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverrideResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type RemoveChainLocalOverridesByTargetRequest ¶ added in v0.38.0
type RemoveChainLocalOverridesByTargetRequest struct {
Body *RemoveChainLocalOverridesByTargetRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*RemoveChainLocalOverridesByTargetRequest) EmitProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*RemoveChainLocalOverridesByTargetRequest) GetBody ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetRequest) GetBody() *RemoveChainLocalOverridesByTargetRequest_Body
func (*RemoveChainLocalOverridesByTargetRequest) GetSignature ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetRequest) GetSignature() *Signature
func (*RemoveChainLocalOverridesByTargetRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*RemoveChainLocalOverridesByTargetRequest) MarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*RemoveChainLocalOverridesByTargetRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*RemoveChainLocalOverridesByTargetRequest) ReadSignedData ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*RemoveChainLocalOverridesByTargetRequest) SetBody ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest) SetBody(v *RemoveChainLocalOverridesByTargetRequest_Body)
func (*RemoveChainLocalOverridesByTargetRequest) SetSignature ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetRequest) SetSignature(v *Signature)
func (*RemoveChainLocalOverridesByTargetRequest) SignedDataSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*RemoveChainLocalOverridesByTargetRequest) StableSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*RemoveChainLocalOverridesByTargetRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*RemoveChainLocalOverridesByTargetRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*RemoveChainLocalOverridesByTargetRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type RemoveChainLocalOverridesByTargetRequest_Body ¶ added in v0.38.0
type RemoveChainLocalOverridesByTargetRequest_Body struct {
// Target for which the overrides are applied.
Target *ChainTarget `json:"target"`
}
func (*RemoveChainLocalOverridesByTargetRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*RemoveChainLocalOverridesByTargetRequest_Body) GetTarget ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetRequest_Body) GetTarget() *ChainTarget
func (*RemoveChainLocalOverridesByTargetRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*RemoveChainLocalOverridesByTargetRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*RemoveChainLocalOverridesByTargetRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*RemoveChainLocalOverridesByTargetRequest_Body) SetTarget ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest_Body) SetTarget(v *ChainTarget)
func (*RemoveChainLocalOverridesByTargetRequest_Body) StableSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*RemoveChainLocalOverridesByTargetRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*RemoveChainLocalOverridesByTargetRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*RemoveChainLocalOverridesByTargetRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type RemoveChainLocalOverridesByTargetResponse ¶ added in v0.38.0
type RemoveChainLocalOverridesByTargetResponse struct {
Body *RemoveChainLocalOverridesByTargetResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*RemoveChainLocalOverridesByTargetResponse) EmitProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*RemoveChainLocalOverridesByTargetResponse) GetBody ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetResponse) GetBody() *RemoveChainLocalOverridesByTargetResponse_Body
func (*RemoveChainLocalOverridesByTargetResponse) GetSignature ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetResponse) GetSignature() *Signature
func (*RemoveChainLocalOverridesByTargetResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*RemoveChainLocalOverridesByTargetResponse) MarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*RemoveChainLocalOverridesByTargetResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*RemoveChainLocalOverridesByTargetResponse) ReadSignedData ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*RemoveChainLocalOverridesByTargetResponse) SetBody ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse) SetBody(v *RemoveChainLocalOverridesByTargetResponse_Body)
func (*RemoveChainLocalOverridesByTargetResponse) SetSignature ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetResponse) SetSignature(v *Signature)
func (*RemoveChainLocalOverridesByTargetResponse) SignedDataSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*RemoveChainLocalOverridesByTargetResponse) StableSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*RemoveChainLocalOverridesByTargetResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*RemoveChainLocalOverridesByTargetResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*RemoveChainLocalOverridesByTargetResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type RemoveChainLocalOverridesByTargetResponse_Body ¶ added in v0.38.0
type RemoveChainLocalOverridesByTargetResponse_Body struct {
}
func (*RemoveChainLocalOverridesByTargetResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*RemoveChainLocalOverridesByTargetResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*RemoveChainLocalOverridesByTargetResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*RemoveChainLocalOverridesByTargetResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*RemoveChainLocalOverridesByTargetResponse_Body) StableSize ¶ added in v0.38.0
func (x *RemoveChainLocalOverridesByTargetResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*RemoveChainLocalOverridesByTargetResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*RemoveChainLocalOverridesByTargetResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*RemoveChainLocalOverridesByTargetResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *RemoveChainLocalOverridesByTargetResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ReplicateObjectRequest ¶ added in v0.47.0
type ReplicateObjectRequest struct {
// Body of replicate object request message.
Body *ReplicateObjectRequest_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Replicate object request.
func (*ReplicateObjectRequest) EmitProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ReplicateObjectRequest) GetBody ¶ added in v0.47.0
func (x *ReplicateObjectRequest) GetBody() *ReplicateObjectRequest_Body
func (*ReplicateObjectRequest) GetSignature ¶ added in v0.47.0
func (x *ReplicateObjectRequest) GetSignature() *Signature
func (*ReplicateObjectRequest) MarshalEasyJSON ¶ added in v0.47.0
func (x *ReplicateObjectRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*ReplicateObjectRequest) MarshalJSON ¶ added in v0.47.0
func (x *ReplicateObjectRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ReplicateObjectRequest) MarshalProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ReplicateObjectRequest) ReadSignedData ¶ added in v0.47.0
func (x *ReplicateObjectRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ReplicateObjectRequest) SetBody ¶ added in v0.47.0
func (x *ReplicateObjectRequest) SetBody(v *ReplicateObjectRequest_Body)
func (*ReplicateObjectRequest) SetSignature ¶ added in v0.47.0
func (x *ReplicateObjectRequest) SetSignature(v *Signature)
func (*ReplicateObjectRequest) SignedDataSize ¶ added in v0.47.0
func (x *ReplicateObjectRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ReplicateObjectRequest) StableSize ¶ added in v0.47.0
func (x *ReplicateObjectRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ReplicateObjectRequest) UnmarshalEasyJSON ¶ added in v0.47.0
func (x *ReplicateObjectRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ReplicateObjectRequest) UnmarshalJSON ¶ added in v0.47.0
func (x *ReplicateObjectRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ReplicateObjectRequest) UnmarshalProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ReplicateObjectRequest_Body ¶ added in v0.47.0
type ReplicateObjectRequest_Body struct {
// Object container ID.
Container []byte `json:"container"`
// Object ID.
Object []byte `json:"object"`
}
Replicate object request body.
func (*ReplicateObjectRequest_Body) EmitProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ReplicateObjectRequest_Body) GetContainer ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) GetContainer() []byte
func (*ReplicateObjectRequest_Body) GetObject ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) GetObject() []byte
func (*ReplicateObjectRequest_Body) MarshalEasyJSON ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ReplicateObjectRequest_Body) MarshalJSON ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ReplicateObjectRequest_Body) MarshalProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ReplicateObjectRequest_Body) SetContainer ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) SetContainer(v []byte)
func (*ReplicateObjectRequest_Body) SetObject ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) SetObject(v []byte)
func (*ReplicateObjectRequest_Body) StableSize ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ReplicateObjectRequest_Body) UnmarshalEasyJSON ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ReplicateObjectRequest_Body) UnmarshalJSON ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ReplicateObjectRequest_Body) UnmarshalProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ReplicateObjectResponse ¶ added in v0.47.0
type ReplicateObjectResponse struct {
// Body of replicate object response message.
Body *ReplicateObjectResponse_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Replicate object response.
func (*ReplicateObjectResponse) EmitProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ReplicateObjectResponse) GetBody ¶ added in v0.47.0
func (x *ReplicateObjectResponse) GetBody() *ReplicateObjectResponse_Body
func (*ReplicateObjectResponse) GetSignature ¶ added in v0.47.0
func (x *ReplicateObjectResponse) GetSignature() *Signature
func (*ReplicateObjectResponse) MarshalEasyJSON ¶ added in v0.47.0
func (x *ReplicateObjectResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*ReplicateObjectResponse) MarshalJSON ¶ added in v0.47.0
func (x *ReplicateObjectResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ReplicateObjectResponse) MarshalProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ReplicateObjectResponse) ReadSignedData ¶ added in v0.47.0
func (x *ReplicateObjectResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ReplicateObjectResponse) SetBody ¶ added in v0.47.0
func (x *ReplicateObjectResponse) SetBody(v *ReplicateObjectResponse_Body)
func (*ReplicateObjectResponse) SetSignature ¶ added in v0.47.0
func (x *ReplicateObjectResponse) SetSignature(v *Signature)
func (*ReplicateObjectResponse) SignedDataSize ¶ added in v0.47.0
func (x *ReplicateObjectResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ReplicateObjectResponse) StableSize ¶ added in v0.47.0
func (x *ReplicateObjectResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ReplicateObjectResponse) UnmarshalEasyJSON ¶ added in v0.47.0
func (x *ReplicateObjectResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ReplicateObjectResponse) UnmarshalJSON ¶ added in v0.47.0
func (x *ReplicateObjectResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ReplicateObjectResponse) UnmarshalProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ReplicateObjectResponse_Body ¶ added in v0.47.0
type ReplicateObjectResponse_Body struct {
}
Replicate object response body.
func (*ReplicateObjectResponse_Body) EmitProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ReplicateObjectResponse_Body) MarshalEasyJSON ¶ added in v0.47.0
func (x *ReplicateObjectResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ReplicateObjectResponse_Body) MarshalJSON ¶ added in v0.47.0
func (x *ReplicateObjectResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ReplicateObjectResponse_Body) MarshalProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ReplicateObjectResponse_Body) StableSize ¶ added in v0.47.0
func (x *ReplicateObjectResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ReplicateObjectResponse_Body) UnmarshalEasyJSON ¶ added in v0.47.0
func (x *ReplicateObjectResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ReplicateObjectResponse_Body) UnmarshalJSON ¶ added in v0.47.0
func (x *ReplicateObjectResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ReplicateObjectResponse_Body) UnmarshalProtobuf ¶ added in v0.47.0
func (x *ReplicateObjectResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ResetShardEvacuationStatusRequest ¶ added in v0.38.0
type ResetShardEvacuationStatusRequest struct {
Body *ResetShardEvacuationStatusRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
ResetShardEvacuationStatus request.
func (*ResetShardEvacuationStatusRequest) EmitProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ResetShardEvacuationStatusRequest) GetBody ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusRequest) GetBody() *ResetShardEvacuationStatusRequest_Body
func (*ResetShardEvacuationStatusRequest) GetSignature ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusRequest) GetSignature() *Signature
func (*ResetShardEvacuationStatusRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*ResetShardEvacuationStatusRequest) MarshalJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ResetShardEvacuationStatusRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ResetShardEvacuationStatusRequest) ReadSignedData ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ResetShardEvacuationStatusRequest) SetBody ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest) SetBody(v *ResetShardEvacuationStatusRequest_Body)
func (*ResetShardEvacuationStatusRequest) SetSignature ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusRequest) SetSignature(v *Signature)
func (*ResetShardEvacuationStatusRequest) SignedDataSize ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ResetShardEvacuationStatusRequest) StableSize ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ResetShardEvacuationStatusRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ResetShardEvacuationStatusRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ResetShardEvacuationStatusRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ResetShardEvacuationStatusRequest_Body ¶ added in v0.38.0
type ResetShardEvacuationStatusRequest_Body struct {
}
func (*ResetShardEvacuationStatusRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ResetShardEvacuationStatusRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ResetShardEvacuationStatusRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ResetShardEvacuationStatusRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ResetShardEvacuationStatusRequest_Body) StableSize ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ResetShardEvacuationStatusRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ResetShardEvacuationStatusRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ResetShardEvacuationStatusRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ResetShardEvacuationStatusResponse ¶ added in v0.38.0
type ResetShardEvacuationStatusResponse struct {
Body *ResetShardEvacuationStatusResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
ResetShardEvacuationStatus response.
func (*ResetShardEvacuationStatusResponse) EmitProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ResetShardEvacuationStatusResponse) GetBody ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusResponse) GetBody() *ResetShardEvacuationStatusResponse_Body
func (*ResetShardEvacuationStatusResponse) GetSignature ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusResponse) GetSignature() *Signature
func (*ResetShardEvacuationStatusResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*ResetShardEvacuationStatusResponse) MarshalJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ResetShardEvacuationStatusResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ResetShardEvacuationStatusResponse) ReadSignedData ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ResetShardEvacuationStatusResponse) SetBody ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse) SetBody(v *ResetShardEvacuationStatusResponse_Body)
func (*ResetShardEvacuationStatusResponse) SetSignature ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusResponse) SetSignature(v *Signature)
func (*ResetShardEvacuationStatusResponse) SignedDataSize ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ResetShardEvacuationStatusResponse) StableSize ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ResetShardEvacuationStatusResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ResetShardEvacuationStatusResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ResetShardEvacuationStatusResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ResetShardEvacuationStatusResponse_Body ¶ added in v0.38.0
type ResetShardEvacuationStatusResponse_Body struct {
}
func (*ResetShardEvacuationStatusResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ResetShardEvacuationStatusResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ResetShardEvacuationStatusResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ResetShardEvacuationStatusResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ResetShardEvacuationStatusResponse_Body) StableSize ¶ added in v0.38.0
func (x *ResetShardEvacuationStatusResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ResetShardEvacuationStatusResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ResetShardEvacuationStatusResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ResetShardEvacuationStatusResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *ResetShardEvacuationStatusResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ScheduleTreeResyncRequest ¶ added in v0.48.0
type ScheduleTreeResyncRequest struct {
Body *ScheduleTreeResyncRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*ScheduleTreeResyncRequest) EmitProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ScheduleTreeResyncRequest) GetBody ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) GetBody() *ScheduleTreeResyncRequest_Body
func (*ScheduleTreeResyncRequest) GetSignature ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) GetSignature() *Signature
func (*ScheduleTreeResyncRequest) MarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*ScheduleTreeResyncRequest) MarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ScheduleTreeResyncRequest) MarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ScheduleTreeResyncRequest) ReadSignedData ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ScheduleTreeResyncRequest) SetBody ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) SetBody(v *ScheduleTreeResyncRequest_Body)
func (*ScheduleTreeResyncRequest) SetSignature ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) SetSignature(v *Signature)
func (*ScheduleTreeResyncRequest) SignedDataSize ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ScheduleTreeResyncRequest) StableSize ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ScheduleTreeResyncRequest) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ScheduleTreeResyncRequest) UnmarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ScheduleTreeResyncRequest) UnmarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ScheduleTreeResyncRequest_Body ¶ added in v0.48.0
type ScheduleTreeResyncRequest_Body struct {
ContainerId []byte `json:"containerId"`
TreeId string `json:"treeId"`
LocalOnly bool `json:"localOnly"`
}
func (*ScheduleTreeResyncRequest_Body) EmitProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ScheduleTreeResyncRequest_Body) GetContainerId ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) GetContainerId() []byte
func (*ScheduleTreeResyncRequest_Body) GetLocalOnly ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) GetLocalOnly() bool
func (*ScheduleTreeResyncRequest_Body) GetTreeId ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) GetTreeId() string
func (*ScheduleTreeResyncRequest_Body) MarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ScheduleTreeResyncRequest_Body) MarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ScheduleTreeResyncRequest_Body) MarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ScheduleTreeResyncRequest_Body) SetContainerId ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) SetContainerId(v []byte)
func (*ScheduleTreeResyncRequest_Body) SetLocalOnly ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) SetLocalOnly(v bool)
func (*ScheduleTreeResyncRequest_Body) SetTreeId ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) SetTreeId(v string)
func (*ScheduleTreeResyncRequest_Body) StableSize ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ScheduleTreeResyncRequest_Body) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ScheduleTreeResyncRequest_Body) UnmarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ScheduleTreeResyncRequest_Body) UnmarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ScheduleTreeResyncResponse ¶ added in v0.48.0
type ScheduleTreeResyncResponse struct {
Body *ScheduleTreeResyncResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*ScheduleTreeResyncResponse) EmitProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ScheduleTreeResyncResponse) GetBody ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) GetBody() *ScheduleTreeResyncResponse_Body
func (*ScheduleTreeResyncResponse) GetSignature ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) GetSignature() *Signature
func (*ScheduleTreeResyncResponse) MarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*ScheduleTreeResyncResponse) MarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ScheduleTreeResyncResponse) MarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ScheduleTreeResyncResponse) ReadSignedData ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ScheduleTreeResyncResponse) SetBody ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) SetBody(v *ScheduleTreeResyncResponse_Body)
func (*ScheduleTreeResyncResponse) SetSignature ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) SetSignature(v *Signature)
func (*ScheduleTreeResyncResponse) SignedDataSize ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ScheduleTreeResyncResponse) StableSize ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ScheduleTreeResyncResponse) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ScheduleTreeResyncResponse) UnmarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ScheduleTreeResyncResponse) UnmarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ScheduleTreeResyncResponse_Body ¶ added in v0.48.0
type ScheduleTreeResyncResponse_Body struct {
}
func (*ScheduleTreeResyncResponse_Body) EmitProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ScheduleTreeResyncResponse_Body) MarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ScheduleTreeResyncResponse_Body) MarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ScheduleTreeResyncResponse_Body) MarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ScheduleTreeResyncResponse_Body) StableSize ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ScheduleTreeResyncResponse_Body) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ScheduleTreeResyncResponse_Body) UnmarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ScheduleTreeResyncResponse_Body) UnmarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeResyncResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ScheduleTreeServiceForesterRequest ¶ added in v0.48.0
type ScheduleTreeServiceForesterRequest struct {
Body *ScheduleTreeServiceForesterRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
Schedule tree service forester request.
func (*ScheduleTreeServiceForesterRequest) EmitProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ScheduleTreeServiceForesterRequest) GetBody ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) GetBody() *ScheduleTreeServiceForesterRequest_Body
func (*ScheduleTreeServiceForesterRequest) GetSignature ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) GetSignature() *Signature
func (*ScheduleTreeServiceForesterRequest) MarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*ScheduleTreeServiceForesterRequest) MarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ScheduleTreeServiceForesterRequest) MarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ScheduleTreeServiceForesterRequest) ReadSignedData ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ScheduleTreeServiceForesterRequest) SetBody ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) SetBody(v *ScheduleTreeServiceForesterRequest_Body)
func (*ScheduleTreeServiceForesterRequest) SetSignature ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) SetSignature(v *Signature)
func (*ScheduleTreeServiceForesterRequest) SignedDataSize ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ScheduleTreeServiceForesterRequest) StableSize ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ScheduleTreeServiceForesterRequest) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ScheduleTreeServiceForesterRequest) UnmarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ScheduleTreeServiceForesterRequest) UnmarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ScheduleTreeServiceForesterRequest_Body ¶ added in v0.48.0
type ScheduleTreeServiceForesterRequest_Body struct {
}
func (*ScheduleTreeServiceForesterRequest_Body) EmitProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ScheduleTreeServiceForesterRequest_Body) MarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ScheduleTreeServiceForesterRequest_Body) MarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ScheduleTreeServiceForesterRequest_Body) MarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ScheduleTreeServiceForesterRequest_Body) StableSize ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ScheduleTreeServiceForesterRequest_Body) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ScheduleTreeServiceForesterRequest_Body) UnmarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ScheduleTreeServiceForesterRequest_Body) UnmarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ScheduleTreeServiceForesterResponse ¶ added in v0.48.0
type ScheduleTreeServiceForesterResponse struct {
Body *ScheduleTreeServiceForesterResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
Schedule tree service forester response.
func (*ScheduleTreeServiceForesterResponse) EmitProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ScheduleTreeServiceForesterResponse) GetBody ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) GetBody() *ScheduleTreeServiceForesterResponse_Body
func (*ScheduleTreeServiceForesterResponse) GetSignature ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) GetSignature() *Signature
func (*ScheduleTreeServiceForesterResponse) MarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*ScheduleTreeServiceForesterResponse) MarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ScheduleTreeServiceForesterResponse) MarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ScheduleTreeServiceForesterResponse) ReadSignedData ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*ScheduleTreeServiceForesterResponse) SetBody ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) SetBody(v *ScheduleTreeServiceForesterResponse_Body)
func (*ScheduleTreeServiceForesterResponse) SetSignature ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) SetSignature(v *Signature)
func (*ScheduleTreeServiceForesterResponse) SignedDataSize ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*ScheduleTreeServiceForesterResponse) StableSize ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ScheduleTreeServiceForesterResponse) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ScheduleTreeServiceForesterResponse) UnmarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ScheduleTreeServiceForesterResponse) UnmarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ScheduleTreeServiceForesterResponse_Body ¶ added in v0.48.0
type ScheduleTreeServiceForesterResponse_Body struct {
}
func (*ScheduleTreeServiceForesterResponse_Body) EmitProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ScheduleTreeServiceForesterResponse_Body) MarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*ScheduleTreeServiceForesterResponse_Body) MarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*ScheduleTreeServiceForesterResponse_Body) MarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ScheduleTreeServiceForesterResponse_Body) StableSize ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ScheduleTreeServiceForesterResponse_Body) UnmarshalEasyJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*ScheduleTreeServiceForesterResponse_Body) UnmarshalJSON ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ScheduleTreeServiceForesterResponse_Body) UnmarshalProtobuf ¶ added in v0.48.0
func (x *ScheduleTreeServiceForesterResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SealWriteCacheRequest ¶ added in v0.38.0
type SealWriteCacheRequest struct {
Body *SealWriteCacheRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*SealWriteCacheRequest) EmitProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SealWriteCacheRequest) GetBody ¶ added in v0.38.0
func (x *SealWriteCacheRequest) GetBody() *SealWriteCacheRequest_Body
func (*SealWriteCacheRequest) GetSignature ¶ added in v0.38.0
func (x *SealWriteCacheRequest) GetSignature() *Signature
func (*SealWriteCacheRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *SealWriteCacheRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*SealWriteCacheRequest) MarshalJSON ¶ added in v0.43.0
func (x *SealWriteCacheRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SealWriteCacheRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SealWriteCacheRequest) ReadSignedData ¶ added in v0.38.0
func (x *SealWriteCacheRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*SealWriteCacheRequest) SetBody ¶ added in v0.43.0
func (x *SealWriteCacheRequest) SetBody(v *SealWriteCacheRequest_Body)
func (*SealWriteCacheRequest) SetSignature ¶ added in v0.38.0
func (x *SealWriteCacheRequest) SetSignature(v *Signature)
func (*SealWriteCacheRequest) SignedDataSize ¶ added in v0.38.0
func (x *SealWriteCacheRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*SealWriteCacheRequest) StableSize ¶ added in v0.38.0
func (x *SealWriteCacheRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SealWriteCacheRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SealWriteCacheRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SealWriteCacheRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *SealWriteCacheRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SealWriteCacheRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SealWriteCacheRequest_Body ¶ added in v0.38.0
type SealWriteCacheRequest_Body struct {
// ID of the shard.
Shard_ID []ShardID `json:"shardID"`
// Flag indicating whether object read errors should be ignored.
IgnoreErrors bool `json:"ignoreErrors"`
// Flag indicating whether writecache will be sealed async.
Async bool `json:"async"`
// If true, then writecache will be sealed, but mode will be restored to the current one.
RestoreMode bool `json:"restoreMode"`
// If true, then writecache will shrink internal storage.
Shrink bool `json:"shrink"`
}
Request body structure.
func (*SealWriteCacheRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SealWriteCacheRequest_Body) GetAsync ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) GetAsync() bool
func (*SealWriteCacheRequest_Body) GetIgnoreErrors ¶ added in v0.38.0
func (x *SealWriteCacheRequest_Body) GetIgnoreErrors() bool
func (*SealWriteCacheRequest_Body) GetRestoreMode ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) GetRestoreMode() bool
func (*SealWriteCacheRequest_Body) GetShard_ID ¶ added in v0.38.0
func (x *SealWriteCacheRequest_Body) GetShard_ID() []ShardID
func (*SealWriteCacheRequest_Body) GetShrink ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) GetShrink() bool
func (*SealWriteCacheRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*SealWriteCacheRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SealWriteCacheRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SealWriteCacheRequest_Body) SetAsync ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) SetAsync(v bool)
func (*SealWriteCacheRequest_Body) SetIgnoreErrors ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) SetIgnoreErrors(v bool)
func (*SealWriteCacheRequest_Body) SetRestoreMode ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) SetRestoreMode(v bool)
func (*SealWriteCacheRequest_Body) SetShard_ID ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) SetShard_ID(v []ShardID)
func (*SealWriteCacheRequest_Body) SetShrink ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) SetShrink(v bool)
func (*SealWriteCacheRequest_Body) StableSize ¶ added in v0.38.0
func (x *SealWriteCacheRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SealWriteCacheRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SealWriteCacheRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SealWriteCacheRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SealWriteCacheResponse ¶ added in v0.38.0
type SealWriteCacheResponse struct {
Body *SealWriteCacheResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*SealWriteCacheResponse) EmitProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SealWriteCacheResponse) GetBody ¶ added in v0.38.0
func (x *SealWriteCacheResponse) GetBody() *SealWriteCacheResponse_Body
func (*SealWriteCacheResponse) GetSignature ¶ added in v0.38.0
func (x *SealWriteCacheResponse) GetSignature() *Signature
func (*SealWriteCacheResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*SealWriteCacheResponse) MarshalJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SealWriteCacheResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SealWriteCacheResponse) ReadSignedData ¶ added in v0.38.0
func (x *SealWriteCacheResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*SealWriteCacheResponse) SetBody ¶ added in v0.43.0
func (x *SealWriteCacheResponse) SetBody(v *SealWriteCacheResponse_Body)
func (*SealWriteCacheResponse) SetSignature ¶ added in v0.38.0
func (x *SealWriteCacheResponse) SetSignature(v *Signature)
func (*SealWriteCacheResponse) SignedDataSize ¶ added in v0.38.0
func (x *SealWriteCacheResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*SealWriteCacheResponse) StableSize ¶ added in v0.38.0
func (x *SealWriteCacheResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SealWriteCacheResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SealWriteCacheResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SealWriteCacheResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SealWriteCacheResponse_Body ¶ added in v0.38.0
type SealWriteCacheResponse_Body struct {
Results []SealWriteCacheResponse_Body_Status `json:"results"`
}
func (*SealWriteCacheResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SealWriteCacheResponse_Body) GetResults ¶ added in v0.38.0
func (x *SealWriteCacheResponse_Body) GetResults() []SealWriteCacheResponse_Body_Status
func (*SealWriteCacheResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*SealWriteCacheResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SealWriteCacheResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SealWriteCacheResponse_Body) SetResults ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body) SetResults(v []SealWriteCacheResponse_Body_Status)
func (*SealWriteCacheResponse_Body) StableSize ¶ added in v0.38.0
func (x *SealWriteCacheResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SealWriteCacheResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SealWriteCacheResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SealWriteCacheResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SealWriteCacheResponse_Body_Status ¶ added in v0.38.0
type SealWriteCacheResponse_Body_Status struct {
Shard_ID *ShardID `json:"shardID"`
Success bool `json:"success"`
Error string `json:"error"`
}
func (*SealWriteCacheResponse_Body_Status) EmitProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body_Status) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SealWriteCacheResponse_Body_Status) GetError ¶ added in v0.38.0
func (x *SealWriteCacheResponse_Body_Status) GetError() string
func (*SealWriteCacheResponse_Body_Status) GetShard_ID ¶ added in v0.38.0
func (x *SealWriteCacheResponse_Body_Status) GetShard_ID() *ShardID
func (*SealWriteCacheResponse_Body_Status) GetSuccess ¶ added in v0.38.0
func (x *SealWriteCacheResponse_Body_Status) GetSuccess() bool
func (*SealWriteCacheResponse_Body_Status) MarshalEasyJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body_Status) MarshalEasyJSON(out *jwriter.Writer)
func (*SealWriteCacheResponse_Body_Status) MarshalJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body_Status) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SealWriteCacheResponse_Body_Status) MarshalProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body_Status) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SealWriteCacheResponse_Body_Status) SetError ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body_Status) SetError(v string)
func (*SealWriteCacheResponse_Body_Status) SetShard_ID ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body_Status) SetShard_ID(v *ShardID)
func (*SealWriteCacheResponse_Body_Status) SetSuccess ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body_Status) SetSuccess(v bool)
func (*SealWriteCacheResponse_Body_Status) StableSize ¶ added in v0.38.0
func (x *SealWriteCacheResponse_Body_Status) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SealWriteCacheResponse_Body_Status) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body_Status) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SealWriteCacheResponse_Body_Status) UnmarshalJSON ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body_Status) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SealWriteCacheResponse_Body_Status) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SealWriteCacheResponse_Body_Status) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SetNetmapStatusRequest ¶
type SetNetmapStatusRequest struct {
// Body of set netmap status request message.
Body *SetNetmapStatusRequest_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Set netmap status request.
func (*SetNetmapStatusRequest) EmitProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SetNetmapStatusRequest) GetBody ¶
func (x *SetNetmapStatusRequest) GetBody() *SetNetmapStatusRequest_Body
func (*SetNetmapStatusRequest) GetSignature ¶
func (x *SetNetmapStatusRequest) GetSignature() *Signature
func (*SetNetmapStatusRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *SetNetmapStatusRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*SetNetmapStatusRequest) MarshalJSON ¶ added in v0.43.0
func (x *SetNetmapStatusRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SetNetmapStatusRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SetNetmapStatusRequest) ReadSignedData ¶
func (x *SetNetmapStatusRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*SetNetmapStatusRequest) SetBody ¶
func (x *SetNetmapStatusRequest) SetBody(v *SetNetmapStatusRequest_Body)
func (*SetNetmapStatusRequest) SetSignature ¶
func (x *SetNetmapStatusRequest) SetSignature(v *Signature)
func (*SetNetmapStatusRequest) SignedDataSize ¶
func (x *SetNetmapStatusRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*SetNetmapStatusRequest) StableSize ¶
func (x *SetNetmapStatusRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SetNetmapStatusRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SetNetmapStatusRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SetNetmapStatusRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *SetNetmapStatusRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SetNetmapStatusRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SetNetmapStatusRequest_Body ¶
type SetNetmapStatusRequest_Body struct {
// New storage node status in FrostFS network map.
// If status is MAINTENANCE, the node checks whether maintenance is
// allowed in the network settings. In case of prohibition, the request
// is denied. Otherwise, node switches to local maintenance state. To
// force local maintenance, use `force_maintenance` flag.
Status NetmapStatus `json:"status"`
// MAINTENANCE status validation skip flag. If set, node starts local
// maintenance regardless of network settings. The flag MUST NOT be
// set for any other status.
ForceMaintenance bool `json:"forceMaintenance"`
}
Set netmap status request body.
func (*SetNetmapStatusRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SetNetmapStatusRequest_Body) GetForceMaintenance ¶
func (x *SetNetmapStatusRequest_Body) GetForceMaintenance() bool
func (*SetNetmapStatusRequest_Body) GetStatus ¶
func (x *SetNetmapStatusRequest_Body) GetStatus() NetmapStatus
func (*SetNetmapStatusRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *SetNetmapStatusRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*SetNetmapStatusRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *SetNetmapStatusRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SetNetmapStatusRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SetNetmapStatusRequest_Body) SetForceMaintenance ¶
func (x *SetNetmapStatusRequest_Body) SetForceMaintenance(v bool)
func (*SetNetmapStatusRequest_Body) SetStatus ¶
func (x *SetNetmapStatusRequest_Body) SetStatus(v NetmapStatus)
func (*SetNetmapStatusRequest_Body) StableSize ¶
func (x *SetNetmapStatusRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SetNetmapStatusRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SetNetmapStatusRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SetNetmapStatusRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *SetNetmapStatusRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SetNetmapStatusRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SetNetmapStatusResponse ¶
type SetNetmapStatusResponse struct {
// Body of set netmap status response message.
Body *SetNetmapStatusResponse_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Set netmap status response.
func (*SetNetmapStatusResponse) EmitProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SetNetmapStatusResponse) GetBody ¶
func (x *SetNetmapStatusResponse) GetBody() *SetNetmapStatusResponse_Body
func (*SetNetmapStatusResponse) GetSignature ¶
func (x *SetNetmapStatusResponse) GetSignature() *Signature
func (*SetNetmapStatusResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *SetNetmapStatusResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*SetNetmapStatusResponse) MarshalJSON ¶ added in v0.43.0
func (x *SetNetmapStatusResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SetNetmapStatusResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SetNetmapStatusResponse) ReadSignedData ¶
func (x *SetNetmapStatusResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*SetNetmapStatusResponse) SetBody ¶
func (x *SetNetmapStatusResponse) SetBody(v *SetNetmapStatusResponse_Body)
func (*SetNetmapStatusResponse) SetSignature ¶
func (x *SetNetmapStatusResponse) SetSignature(v *Signature)
func (*SetNetmapStatusResponse) SignedDataSize ¶
func (x *SetNetmapStatusResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*SetNetmapStatusResponse) StableSize ¶
func (x *SetNetmapStatusResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SetNetmapStatusResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SetNetmapStatusResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SetNetmapStatusResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *SetNetmapStatusResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SetNetmapStatusResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SetNetmapStatusResponse_Body ¶
type SetNetmapStatusResponse_Body struct {
}
Set netmap status response body
func (*SetNetmapStatusResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SetNetmapStatusResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *SetNetmapStatusResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*SetNetmapStatusResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *SetNetmapStatusResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SetNetmapStatusResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SetNetmapStatusResponse_Body) StableSize ¶
func (x *SetNetmapStatusResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SetNetmapStatusResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SetNetmapStatusResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SetNetmapStatusResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *SetNetmapStatusResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SetNetmapStatusResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SetNetmapStatusResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SetShardModeRequest ¶
type SetShardModeRequest struct {
// Body of set shard mode request message.
Body *SetShardModeRequest_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
Request to set mode of the shard.
func (*SetShardModeRequest) EmitProtobuf ¶ added in v0.43.0
func (x *SetShardModeRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SetShardModeRequest) GetBody ¶
func (x *SetShardModeRequest) GetBody() *SetShardModeRequest_Body
func (*SetShardModeRequest) GetSignature ¶
func (x *SetShardModeRequest) GetSignature() *Signature
func (*SetShardModeRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *SetShardModeRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*SetShardModeRequest) MarshalJSON ¶ added in v0.43.0
func (x *SetShardModeRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SetShardModeRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *SetShardModeRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SetShardModeRequest) ReadSignedData ¶
func (x *SetShardModeRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*SetShardModeRequest) SetBody ¶
func (x *SetShardModeRequest) SetBody(v *SetShardModeRequest_Body)
func (*SetShardModeRequest) SetSignature ¶
func (x *SetShardModeRequest) SetSignature(v *Signature)
func (*SetShardModeRequest) SignedDataSize ¶
func (x *SetShardModeRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*SetShardModeRequest) StableSize ¶
func (x *SetShardModeRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SetShardModeRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SetShardModeRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SetShardModeRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *SetShardModeRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SetShardModeRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SetShardModeRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SetShardModeRequest_Body ¶
type SetShardModeRequest_Body struct {
// ID of the shard.
Shard_ID []ShardID `json:"shardID"`
// Mode that requested to be set.
Mode ShardMode `json:"mode"`
// Flag signifying whether error counter should be set to 0.
ResetErrorCounter bool `json:"resetErrorCounter"`
}
Request body structure.
func (*SetShardModeRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *SetShardModeRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SetShardModeRequest_Body) GetMode ¶
func (x *SetShardModeRequest_Body) GetMode() ShardMode
func (*SetShardModeRequest_Body) GetResetErrorCounter ¶
func (x *SetShardModeRequest_Body) GetResetErrorCounter() bool
func (*SetShardModeRequest_Body) GetShard_ID ¶
func (x *SetShardModeRequest_Body) GetShard_ID() []ShardID
func (*SetShardModeRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *SetShardModeRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*SetShardModeRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *SetShardModeRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SetShardModeRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *SetShardModeRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SetShardModeRequest_Body) SetMode ¶
func (x *SetShardModeRequest_Body) SetMode(v ShardMode)
func (*SetShardModeRequest_Body) SetResetErrorCounter ¶ added in v0.43.0
func (x *SetShardModeRequest_Body) SetResetErrorCounter(v bool)
func (*SetShardModeRequest_Body) SetShard_ID ¶ added in v0.43.0
func (x *SetShardModeRequest_Body) SetShard_ID(v []ShardID)
func (*SetShardModeRequest_Body) StableSize ¶
func (x *SetShardModeRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SetShardModeRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SetShardModeRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SetShardModeRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *SetShardModeRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SetShardModeRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SetShardModeRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SetShardModeResponse ¶
type SetShardModeResponse struct {
// Body of set shard mode response message.
Body *SetShardModeResponse_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
SetShardMode response.
func (*SetShardModeResponse) EmitProtobuf ¶ added in v0.43.0
func (x *SetShardModeResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SetShardModeResponse) GetBody ¶
func (x *SetShardModeResponse) GetBody() *SetShardModeResponse_Body
func (*SetShardModeResponse) GetSignature ¶
func (x *SetShardModeResponse) GetSignature() *Signature
func (*SetShardModeResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *SetShardModeResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*SetShardModeResponse) MarshalJSON ¶ added in v0.43.0
func (x *SetShardModeResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SetShardModeResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *SetShardModeResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SetShardModeResponse) ReadSignedData ¶
func (x *SetShardModeResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*SetShardModeResponse) SetBody ¶
func (x *SetShardModeResponse) SetBody(v *SetShardModeResponse_Body)
func (*SetShardModeResponse) SetSignature ¶
func (x *SetShardModeResponse) SetSignature(v *Signature)
func (*SetShardModeResponse) SignedDataSize ¶
func (x *SetShardModeResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*SetShardModeResponse) StableSize ¶
func (x *SetShardModeResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SetShardModeResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SetShardModeResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SetShardModeResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *SetShardModeResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SetShardModeResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SetShardModeResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SetShardModeResponse_Body ¶
type SetShardModeResponse_Body struct {
}
Response body structure.
func (*SetShardModeResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *SetShardModeResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SetShardModeResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *SetShardModeResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*SetShardModeResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *SetShardModeResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SetShardModeResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *SetShardModeResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SetShardModeResponse_Body) StableSize ¶
func (x *SetShardModeResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SetShardModeResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SetShardModeResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SetShardModeResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *SetShardModeResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SetShardModeResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SetShardModeResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ShardID ¶ added in v0.46.8
type ShardID struct {
// ID of the shard.
Shard_ID []byte `json:"shardID"`
// Human-readable ID of the shard.
Label string `json:"label"`
}
func (*ShardID) EmitProtobuf ¶ added in v0.46.8
func (x *ShardID) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ShardID) GetShard_ID ¶ added in v0.46.8
func (*ShardID) MarshalEasyJSON ¶ added in v0.46.8
func (*ShardID) MarshalJSON ¶ added in v0.46.8
MarshalJSON implements the json.Marshaler interface.
func (*ShardID) MarshalProtobuf ¶ added in v0.46.8
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ShardID) SetShard_ID ¶ added in v0.46.8
func (*ShardID) StableSize ¶ added in v0.46.8
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ShardID) UnmarshalEasyJSON ¶ added in v0.46.8
func (*ShardID) UnmarshalJSON ¶ added in v0.46.8
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ShardID) UnmarshalProtobuf ¶ added in v0.46.8
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type ShardInfo ¶
type ShardInfo struct {
// ID of the shard.
Shard_ID []byte `json:"shardID"`
// Path to shard's metabase.
MetabasePath string `json:"metabasePath"`
// Shard's blobstor info.
Blobstor []BlobstorInfo `json:"blobstor"`
// Path to shard's write-cache, empty if disabled.
WritecachePath string `json:"writecachePath"`
// Work mode of the shard.
Mode ShardMode `json:"mode"`
// Amount of errors occured.
ErrorCount uint32 `json:"errorCount"`
// Path to shard's pilorama storage.
PiloramaPath string `json:"piloramaPath"`
// Evacuation status.
EvacuationInProgress bool `json:"evacuationInProgress"`
// Human-readable ID of the shard.
Label string `json:"label"`
FailureDetails string `json:"failureDetails"`
}
Shard description.
func (*ShardInfo) EmitProtobuf ¶ added in v0.43.0
func (x *ShardInfo) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*ShardInfo) GetBlobstor ¶
func (x *ShardInfo) GetBlobstor() []BlobstorInfo
func (*ShardInfo) GetErrorCount ¶
func (*ShardInfo) GetEvacuationInProgress ¶ added in v0.43.0
func (*ShardInfo) GetFailureDetails ¶ added in v0.48.7
func (*ShardInfo) GetMetabasePath ¶
func (*ShardInfo) GetPiloramaPath ¶
func (*ShardInfo) GetShard_ID ¶
func (*ShardInfo) GetWritecachePath ¶
func (*ShardInfo) MarshalEasyJSON ¶ added in v0.43.0
func (*ShardInfo) MarshalJSON ¶ added in v0.43.0
MarshalJSON implements the json.Marshaler interface.
func (*ShardInfo) MarshalProtobuf ¶ added in v0.43.0
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*ShardInfo) SetBlobstor ¶ added in v0.43.0
func (x *ShardInfo) SetBlobstor(v []BlobstorInfo)
func (*ShardInfo) SetErrorCount ¶
func (*ShardInfo) SetEvacuationInProgress ¶ added in v0.43.0
func (*ShardInfo) SetFailureDetails ¶ added in v0.48.7
func (*ShardInfo) SetMetabasePath ¶
func (*ShardInfo) SetPiloramaPath ¶
func (*ShardInfo) SetShard_ID ¶ added in v0.43.0
func (*ShardInfo) SetWritecachePath ¶ added in v0.43.0
func (*ShardInfo) StableSize ¶
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*ShardInfo) UnmarshalEasyJSON ¶ added in v0.43.0
func (*ShardInfo) UnmarshalJSON ¶ added in v0.43.0
UnmarshalJSON implements the json.Unmarshaler interface.
func (*ShardInfo) UnmarshalProtobuf ¶ added in v0.43.0
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type Signature ¶
type Signature struct {
// Public key used for signing.
Key []byte `json:"key"`
// Binary signature.
Sign []byte `json:"signature"`
}
Signature of some message.
func (*Signature) EmitProtobuf ¶ added in v0.43.0
func (x *Signature) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*Signature) MarshalEasyJSON ¶ added in v0.43.0
func (*Signature) MarshalJSON ¶ added in v0.43.0
MarshalJSON implements the json.Marshaler interface.
func (*Signature) MarshalProtobuf ¶ added in v0.43.0
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*Signature) StableSize ¶
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*Signature) UnmarshalEasyJSON ¶ added in v0.43.0
func (*Signature) UnmarshalJSON ¶ added in v0.43.0
UnmarshalJSON implements the json.Unmarshaler interface.
func (*Signature) UnmarshalProtobuf ¶ added in v0.43.0
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StartShardEvacuationRequest ¶ added in v0.37.0
type StartShardEvacuationRequest struct {
Body *StartShardEvacuationRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
StartShardEvacuation request.
func (*StartShardEvacuationRequest) EmitProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StartShardEvacuationRequest) GetBody ¶ added in v0.37.0
func (x *StartShardEvacuationRequest) GetBody() *StartShardEvacuationRequest_Body
func (*StartShardEvacuationRequest) GetSignature ¶ added in v0.37.0
func (x *StartShardEvacuationRequest) GetSignature() *Signature
func (*StartShardEvacuationRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardEvacuationRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*StartShardEvacuationRequest) MarshalJSON ¶ added in v0.43.0
func (x *StartShardEvacuationRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StartShardEvacuationRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StartShardEvacuationRequest) ReadSignedData ¶ added in v0.37.0
func (x *StartShardEvacuationRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*StartShardEvacuationRequest) SetBody ¶ added in v0.43.0
func (x *StartShardEvacuationRequest) SetBody(v *StartShardEvacuationRequest_Body)
func (*StartShardEvacuationRequest) SetSignature ¶ added in v0.37.0
func (x *StartShardEvacuationRequest) SetSignature(v *Signature)
func (*StartShardEvacuationRequest) SignedDataSize ¶ added in v0.37.0
func (x *StartShardEvacuationRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*StartShardEvacuationRequest) StableSize ¶ added in v0.37.0
func (x *StartShardEvacuationRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StartShardEvacuationRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardEvacuationRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StartShardEvacuationRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *StartShardEvacuationRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StartShardEvacuationRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StartShardEvacuationRequest_Body ¶ added in v0.37.0
type StartShardEvacuationRequest_Body struct {
// IDs of the shards.
Shard_ID []ShardID `json:"shardID"`
// Flag indicating whether object read errors should be ignored.
IgnoreErrors bool `json:"ignoreErrors"`
// Evacuation scope.
Scope uint32 `json:"scope"`
// Count of concurrent container evacuation workers.
ContainerWorkerCount uint32 `json:"containerWorkerCount"`
// Count of concurrent object evacuation workers.
ObjectWorkerCount uint32 `json:"objectWorkerCount"`
// Choose for evacuation objects in `REP 1` containers only.
RepOneOnly bool `json:"repOneOnly"`
}
Request body structure.
func (*StartShardEvacuationRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StartShardEvacuationRequest_Body) GetContainerWorkerCount ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) GetContainerWorkerCount() uint32
func (*StartShardEvacuationRequest_Body) GetIgnoreErrors ¶ added in v0.37.0
func (x *StartShardEvacuationRequest_Body) GetIgnoreErrors() bool
func (*StartShardEvacuationRequest_Body) GetObjectWorkerCount ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) GetObjectWorkerCount() uint32
func (*StartShardEvacuationRequest_Body) GetRepOneOnly ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) GetRepOneOnly() bool
func (*StartShardEvacuationRequest_Body) GetScope ¶ added in v0.38.0
func (x *StartShardEvacuationRequest_Body) GetScope() uint32
func (*StartShardEvacuationRequest_Body) GetShard_ID ¶ added in v0.37.0
func (x *StartShardEvacuationRequest_Body) GetShard_ID() []ShardID
func (*StartShardEvacuationRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*StartShardEvacuationRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StartShardEvacuationRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StartShardEvacuationRequest_Body) SetContainerWorkerCount ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) SetContainerWorkerCount(v uint32)
func (*StartShardEvacuationRequest_Body) SetIgnoreErrors ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) SetIgnoreErrors(v bool)
func (*StartShardEvacuationRequest_Body) SetObjectWorkerCount ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) SetObjectWorkerCount(v uint32)
func (*StartShardEvacuationRequest_Body) SetRepOneOnly ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) SetRepOneOnly(v bool)
func (*StartShardEvacuationRequest_Body) SetScope ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) SetScope(v uint32)
func (*StartShardEvacuationRequest_Body) SetShard_ID ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) SetShard_ID(v []ShardID)
func (*StartShardEvacuationRequest_Body) StableSize ¶ added in v0.37.0
func (x *StartShardEvacuationRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StartShardEvacuationRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StartShardEvacuationRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StartShardEvacuationRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StartShardEvacuationRequest_Body_Scope ¶ added in v0.38.0
type StartShardEvacuationRequest_Body_Scope int32
const ( StartShardEvacuationRequest_Body_NONE StartShardEvacuationRequest_Body_Scope = 0 StartShardEvacuationRequest_Body_OBJECTS StartShardEvacuationRequest_Body_Scope = 1 StartShardEvacuationRequest_Body_TREES StartShardEvacuationRequest_Body_Scope = 2 )
func (*StartShardEvacuationRequest_Body_Scope) FromString ¶ added in v0.43.0
func (x *StartShardEvacuationRequest_Body_Scope) FromString(s string) bool
func (StartShardEvacuationRequest_Body_Scope) String ¶ added in v0.38.0
func (x StartShardEvacuationRequest_Body_Scope) String() string
type StartShardEvacuationResponse ¶ added in v0.37.0
type StartShardEvacuationResponse struct {
Body *StartShardEvacuationResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
StartShardEvacuation response.
func (*StartShardEvacuationResponse) EmitProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StartShardEvacuationResponse) GetBody ¶ added in v0.37.0
func (x *StartShardEvacuationResponse) GetBody() *StartShardEvacuationResponse_Body
func (*StartShardEvacuationResponse) GetSignature ¶ added in v0.37.0
func (x *StartShardEvacuationResponse) GetSignature() *Signature
func (*StartShardEvacuationResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardEvacuationResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*StartShardEvacuationResponse) MarshalJSON ¶ added in v0.43.0
func (x *StartShardEvacuationResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StartShardEvacuationResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StartShardEvacuationResponse) ReadSignedData ¶ added in v0.37.0
func (x *StartShardEvacuationResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*StartShardEvacuationResponse) SetBody ¶ added in v0.43.0
func (x *StartShardEvacuationResponse) SetBody(v *StartShardEvacuationResponse_Body)
func (*StartShardEvacuationResponse) SetSignature ¶ added in v0.37.0
func (x *StartShardEvacuationResponse) SetSignature(v *Signature)
func (*StartShardEvacuationResponse) SignedDataSize ¶ added in v0.37.0
func (x *StartShardEvacuationResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*StartShardEvacuationResponse) StableSize ¶ added in v0.37.0
func (x *StartShardEvacuationResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StartShardEvacuationResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardEvacuationResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StartShardEvacuationResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *StartShardEvacuationResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StartShardEvacuationResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StartShardEvacuationResponse_Body ¶ added in v0.37.0
type StartShardEvacuationResponse_Body struct {
}
Response body structure.
func (*StartShardEvacuationResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StartShardEvacuationResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardEvacuationResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*StartShardEvacuationResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *StartShardEvacuationResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StartShardEvacuationResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StartShardEvacuationResponse_Body) StableSize ¶ added in v0.37.0
func (x *StartShardEvacuationResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StartShardEvacuationResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardEvacuationResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StartShardEvacuationResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *StartShardEvacuationResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StartShardEvacuationResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StartShardEvacuationResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StartShardRebuildRequest ¶ added in v0.43.0
type StartShardRebuildRequest struct {
Body *StartShardRebuildRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*StartShardRebuildRequest) EmitProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StartShardRebuildRequest) GetBody ¶ added in v0.43.0
func (x *StartShardRebuildRequest) GetBody() *StartShardRebuildRequest_Body
func (*StartShardRebuildRequest) GetSignature ¶ added in v0.43.0
func (x *StartShardRebuildRequest) GetSignature() *Signature
func (*StartShardRebuildRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardRebuildRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*StartShardRebuildRequest) MarshalJSON ¶ added in v0.43.0
func (x *StartShardRebuildRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StartShardRebuildRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StartShardRebuildRequest) ReadSignedData ¶ added in v0.43.0
func (x *StartShardRebuildRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*StartShardRebuildRequest) SetBody ¶ added in v0.43.0
func (x *StartShardRebuildRequest) SetBody(v *StartShardRebuildRequest_Body)
func (*StartShardRebuildRequest) SetSignature ¶ added in v0.43.0
func (x *StartShardRebuildRequest) SetSignature(v *Signature)
func (*StartShardRebuildRequest) SignedDataSize ¶ added in v0.43.0
func (x *StartShardRebuildRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*StartShardRebuildRequest) StableSize ¶ added in v0.43.0
func (x *StartShardRebuildRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StartShardRebuildRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardRebuildRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StartShardRebuildRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *StartShardRebuildRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StartShardRebuildRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StartShardRebuildRequest_Body ¶ added in v0.43.0
type StartShardRebuildRequest_Body struct {
Shard_ID []ShardID `json:"shardID"`
TargetFillPercent uint32 `json:"targetFillPercent"`
ConcurrencyLimit uint32 `json:"concurrencyLimit"`
}
func (*StartShardRebuildRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StartShardRebuildRequest_Body) GetConcurrencyLimit ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) GetConcurrencyLimit() uint32
func (*StartShardRebuildRequest_Body) GetShard_ID ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) GetShard_ID() []ShardID
func (*StartShardRebuildRequest_Body) GetTargetFillPercent ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) GetTargetFillPercent() uint32
func (*StartShardRebuildRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*StartShardRebuildRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StartShardRebuildRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StartShardRebuildRequest_Body) SetConcurrencyLimit ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) SetConcurrencyLimit(v uint32)
func (*StartShardRebuildRequest_Body) SetShard_ID ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) SetShard_ID(v []ShardID)
func (*StartShardRebuildRequest_Body) SetTargetFillPercent ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) SetTargetFillPercent(v uint32)
func (*StartShardRebuildRequest_Body) StableSize ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StartShardRebuildRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StartShardRebuildRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StartShardRebuildRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StartShardRebuildResponse ¶ added in v0.43.0
type StartShardRebuildResponse struct {
Body *StartShardRebuildResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
func (*StartShardRebuildResponse) EmitProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StartShardRebuildResponse) GetBody ¶ added in v0.43.0
func (x *StartShardRebuildResponse) GetBody() *StartShardRebuildResponse_Body
func (*StartShardRebuildResponse) GetSignature ¶ added in v0.43.0
func (x *StartShardRebuildResponse) GetSignature() *Signature
func (*StartShardRebuildResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*StartShardRebuildResponse) MarshalJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StartShardRebuildResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StartShardRebuildResponse) ReadSignedData ¶ added in v0.43.0
func (x *StartShardRebuildResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*StartShardRebuildResponse) SetBody ¶ added in v0.43.0
func (x *StartShardRebuildResponse) SetBody(v *StartShardRebuildResponse_Body)
func (*StartShardRebuildResponse) SetSignature ¶ added in v0.43.0
func (x *StartShardRebuildResponse) SetSignature(v *Signature)
func (*StartShardRebuildResponse) SignedDataSize ¶ added in v0.43.0
func (x *StartShardRebuildResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*StartShardRebuildResponse) StableSize ¶ added in v0.43.0
func (x *StartShardRebuildResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StartShardRebuildResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StartShardRebuildResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StartShardRebuildResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StartShardRebuildResponse_Body ¶ added in v0.43.0
type StartShardRebuildResponse_Body struct {
Results []StartShardRebuildResponse_Body_Status `json:"results"`
}
func (*StartShardRebuildResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StartShardRebuildResponse_Body) GetResults ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body) GetResults() []StartShardRebuildResponse_Body_Status
func (*StartShardRebuildResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*StartShardRebuildResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StartShardRebuildResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StartShardRebuildResponse_Body) SetResults ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body) SetResults(v []StartShardRebuildResponse_Body_Status)
func (*StartShardRebuildResponse_Body) StableSize ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StartShardRebuildResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StartShardRebuildResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StartShardRebuildResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StartShardRebuildResponse_Body_Status ¶ added in v0.43.0
type StartShardRebuildResponse_Body_Status struct {
Shard_ID *ShardID `json:"shardID"`
Success bool `json:"success"`
Error string `json:"error"`
}
func (*StartShardRebuildResponse_Body_Status) EmitProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StartShardRebuildResponse_Body_Status) GetError ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) GetError() string
func (*StartShardRebuildResponse_Body_Status) GetShard_ID ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) GetShard_ID() *ShardID
func (*StartShardRebuildResponse_Body_Status) GetSuccess ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) GetSuccess() bool
func (*StartShardRebuildResponse_Body_Status) MarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) MarshalEasyJSON(out *jwriter.Writer)
func (*StartShardRebuildResponse_Body_Status) MarshalJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StartShardRebuildResponse_Body_Status) MarshalProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StartShardRebuildResponse_Body_Status) SetError ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) SetError(v string)
func (*StartShardRebuildResponse_Body_Status) SetShard_ID ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) SetShard_ID(v *ShardID)
func (*StartShardRebuildResponse_Body_Status) SetSuccess ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) SetSuccess(v bool)
func (*StartShardRebuildResponse_Body_Status) StableSize ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StartShardRebuildResponse_Body_Status) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StartShardRebuildResponse_Body_Status) UnmarshalJSON ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StartShardRebuildResponse_Body_Status) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StartShardRebuildResponse_Body_Status) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StopShardEvacuationRequest ¶ added in v0.37.0
type StopShardEvacuationRequest struct {
Body *StopShardEvacuationRequest_Body `json:"body"`
Signature *Signature `json:"signature"`
}
StopShardEvacuation request.
func (*StopShardEvacuationRequest) EmitProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StopShardEvacuationRequest) GetBody ¶ added in v0.37.0
func (x *StopShardEvacuationRequest) GetBody() *StopShardEvacuationRequest_Body
func (*StopShardEvacuationRequest) GetSignature ¶ added in v0.37.0
func (x *StopShardEvacuationRequest) GetSignature() *Signature
func (*StopShardEvacuationRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *StopShardEvacuationRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*StopShardEvacuationRequest) MarshalJSON ¶ added in v0.43.0
func (x *StopShardEvacuationRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StopShardEvacuationRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StopShardEvacuationRequest) ReadSignedData ¶ added in v0.37.0
func (x *StopShardEvacuationRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*StopShardEvacuationRequest) SetBody ¶ added in v0.43.0
func (x *StopShardEvacuationRequest) SetBody(v *StopShardEvacuationRequest_Body)
func (*StopShardEvacuationRequest) SetSignature ¶ added in v0.37.0
func (x *StopShardEvacuationRequest) SetSignature(v *Signature)
func (*StopShardEvacuationRequest) SignedDataSize ¶ added in v0.37.0
func (x *StopShardEvacuationRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*StopShardEvacuationRequest) StableSize ¶ added in v0.37.0
func (x *StopShardEvacuationRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StopShardEvacuationRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StopShardEvacuationRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StopShardEvacuationRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *StopShardEvacuationRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StopShardEvacuationRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StopShardEvacuationRequest_Body ¶ added in v0.37.0
type StopShardEvacuationRequest_Body struct {
}
Request body structure.
func (*StopShardEvacuationRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StopShardEvacuationRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *StopShardEvacuationRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*StopShardEvacuationRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *StopShardEvacuationRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StopShardEvacuationRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StopShardEvacuationRequest_Body) StableSize ¶ added in v0.37.0
func (x *StopShardEvacuationRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StopShardEvacuationRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StopShardEvacuationRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StopShardEvacuationRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *StopShardEvacuationRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StopShardEvacuationRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StopShardEvacuationResponse ¶ added in v0.37.0
type StopShardEvacuationResponse struct {
Body *StopShardEvacuationResponse_Body `json:"body"`
Signature *Signature `json:"signature"`
}
StopShardEvacuation response.
func (*StopShardEvacuationResponse) EmitProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StopShardEvacuationResponse) GetBody ¶ added in v0.37.0
func (x *StopShardEvacuationResponse) GetBody() *StopShardEvacuationResponse_Body
func (*StopShardEvacuationResponse) GetSignature ¶ added in v0.37.0
func (x *StopShardEvacuationResponse) GetSignature() *Signature
func (*StopShardEvacuationResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *StopShardEvacuationResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*StopShardEvacuationResponse) MarshalJSON ¶ added in v0.43.0
func (x *StopShardEvacuationResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StopShardEvacuationResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StopShardEvacuationResponse) ReadSignedData ¶ added in v0.37.0
func (x *StopShardEvacuationResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*StopShardEvacuationResponse) SetBody ¶ added in v0.43.0
func (x *StopShardEvacuationResponse) SetBody(v *StopShardEvacuationResponse_Body)
func (*StopShardEvacuationResponse) SetSignature ¶ added in v0.37.0
func (x *StopShardEvacuationResponse) SetSignature(v *Signature)
func (*StopShardEvacuationResponse) SignedDataSize ¶ added in v0.37.0
func (x *StopShardEvacuationResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*StopShardEvacuationResponse) StableSize ¶ added in v0.37.0
func (x *StopShardEvacuationResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StopShardEvacuationResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StopShardEvacuationResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StopShardEvacuationResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *StopShardEvacuationResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StopShardEvacuationResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type StopShardEvacuationResponse_Body ¶ added in v0.37.0
type StopShardEvacuationResponse_Body struct {
}
Response body structure.
func (*StopShardEvacuationResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*StopShardEvacuationResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *StopShardEvacuationResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*StopShardEvacuationResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *StopShardEvacuationResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*StopShardEvacuationResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*StopShardEvacuationResponse_Body) StableSize ¶ added in v0.37.0
func (x *StopShardEvacuationResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*StopShardEvacuationResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *StopShardEvacuationResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*StopShardEvacuationResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *StopShardEvacuationResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*StopShardEvacuationResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *StopShardEvacuationResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SynchronizeTreeRequest ¶
type SynchronizeTreeRequest struct {
// Body of restore shard request message.
Body *SynchronizeTreeRequest_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
SynchronizeTree request.
func (*SynchronizeTreeRequest) EmitProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeRequest) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SynchronizeTreeRequest) GetBody ¶
func (x *SynchronizeTreeRequest) GetBody() *SynchronizeTreeRequest_Body
func (*SynchronizeTreeRequest) GetSignature ¶
func (x *SynchronizeTreeRequest) GetSignature() *Signature
func (*SynchronizeTreeRequest) MarshalEasyJSON ¶ added in v0.43.0
func (x *SynchronizeTreeRequest) MarshalEasyJSON(out *jwriter.Writer)
func (*SynchronizeTreeRequest) MarshalJSON ¶ added in v0.43.0
func (x *SynchronizeTreeRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SynchronizeTreeRequest) MarshalProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeRequest) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SynchronizeTreeRequest) ReadSignedData ¶
func (x *SynchronizeTreeRequest) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*SynchronizeTreeRequest) SetBody ¶
func (x *SynchronizeTreeRequest) SetBody(v *SynchronizeTreeRequest_Body)
func (*SynchronizeTreeRequest) SetSignature ¶
func (x *SynchronizeTreeRequest) SetSignature(v *Signature)
func (*SynchronizeTreeRequest) SignedDataSize ¶
func (x *SynchronizeTreeRequest) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*SynchronizeTreeRequest) StableSize ¶
func (x *SynchronizeTreeRequest) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SynchronizeTreeRequest) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SynchronizeTreeRequest) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SynchronizeTreeRequest) UnmarshalJSON ¶ added in v0.43.0
func (x *SynchronizeTreeRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SynchronizeTreeRequest) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeRequest) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SynchronizeTreeRequest_Body ¶
type SynchronizeTreeRequest_Body struct {
ContainerId []byte `json:"containerId"`
TreeId string `json:"treeId"`
// Starting height for the synchronization. Can be omitted.
Height uint64 `json:"height"`
}
Request body structure.
func (*SynchronizeTreeRequest_Body) EmitProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeRequest_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SynchronizeTreeRequest_Body) GetContainerId ¶
func (x *SynchronizeTreeRequest_Body) GetContainerId() []byte
func (*SynchronizeTreeRequest_Body) GetHeight ¶
func (x *SynchronizeTreeRequest_Body) GetHeight() uint64
func (*SynchronizeTreeRequest_Body) GetTreeId ¶
func (x *SynchronizeTreeRequest_Body) GetTreeId() string
func (*SynchronizeTreeRequest_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *SynchronizeTreeRequest_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*SynchronizeTreeRequest_Body) MarshalJSON ¶ added in v0.43.0
func (x *SynchronizeTreeRequest_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SynchronizeTreeRequest_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeRequest_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SynchronizeTreeRequest_Body) SetContainerId ¶ added in v0.43.0
func (x *SynchronizeTreeRequest_Body) SetContainerId(v []byte)
func (*SynchronizeTreeRequest_Body) SetHeight ¶ added in v0.43.0
func (x *SynchronizeTreeRequest_Body) SetHeight(v uint64)
func (*SynchronizeTreeRequest_Body) SetTreeId ¶ added in v0.43.0
func (x *SynchronizeTreeRequest_Body) SetTreeId(v string)
func (*SynchronizeTreeRequest_Body) StableSize ¶
func (x *SynchronizeTreeRequest_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SynchronizeTreeRequest_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SynchronizeTreeRequest_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SynchronizeTreeRequest_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *SynchronizeTreeRequest_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SynchronizeTreeRequest_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeRequest_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SynchronizeTreeResponse ¶
type SynchronizeTreeResponse struct {
// Body of restore shard response message.
Body *SynchronizeTreeResponse_Body `json:"body"`
// Body signature.
Signature *Signature `json:"signature"`
}
SynchronizeTree response.
func (*SynchronizeTreeResponse) EmitProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeResponse) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SynchronizeTreeResponse) GetBody ¶
func (x *SynchronizeTreeResponse) GetBody() *SynchronizeTreeResponse_Body
func (*SynchronizeTreeResponse) GetSignature ¶
func (x *SynchronizeTreeResponse) GetSignature() *Signature
func (*SynchronizeTreeResponse) MarshalEasyJSON ¶ added in v0.43.0
func (x *SynchronizeTreeResponse) MarshalEasyJSON(out *jwriter.Writer)
func (*SynchronizeTreeResponse) MarshalJSON ¶ added in v0.43.0
func (x *SynchronizeTreeResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SynchronizeTreeResponse) MarshalProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeResponse) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SynchronizeTreeResponse) ReadSignedData ¶
func (x *SynchronizeTreeResponse) ReadSignedData(buf []byte) ([]byte, error)
SignedDataSize returns size of the request signed data in bytes.
Structures with the same field values have the same signed data size.
func (*SynchronizeTreeResponse) SetBody ¶
func (x *SynchronizeTreeResponse) SetBody(v *SynchronizeTreeResponse_Body)
func (*SynchronizeTreeResponse) SetSignature ¶
func (x *SynchronizeTreeResponse) SetSignature(v *Signature)
func (*SynchronizeTreeResponse) SignedDataSize ¶
func (x *SynchronizeTreeResponse) SignedDataSize() int
ReadSignedData fills buf with signed data of x. If buffer length is less than x.SignedDataSize(), new buffer is allocated.
Returns any error encountered which did not allow writing the data completely. Otherwise, returns the buffer in which the data is written.
Structures with the same field values have the same signed data.
func (*SynchronizeTreeResponse) StableSize ¶
func (x *SynchronizeTreeResponse) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SynchronizeTreeResponse) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SynchronizeTreeResponse) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SynchronizeTreeResponse) UnmarshalJSON ¶ added in v0.43.0
func (x *SynchronizeTreeResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SynchronizeTreeResponse) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeResponse) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type SynchronizeTreeResponse_Body ¶
type SynchronizeTreeResponse_Body struct {
}
Response body structure.
func (*SynchronizeTreeResponse_Body) EmitProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeResponse_Body) EmitProtobuf(mm *easyproto.MessageMarshaler)
func (*SynchronizeTreeResponse_Body) MarshalEasyJSON ¶ added in v0.43.0
func (x *SynchronizeTreeResponse_Body) MarshalEasyJSON(out *jwriter.Writer)
func (*SynchronizeTreeResponse_Body) MarshalJSON ¶ added in v0.43.0
func (x *SynchronizeTreeResponse_Body) MarshalJSON() ([]byte, error)
MarshalJSON implements the json.Marshaler interface.
func (*SynchronizeTreeResponse_Body) MarshalProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeResponse_Body) MarshalProtobuf(dst []byte) []byte
MarshalProtobuf implements the encoding.ProtoMarshaler interface.
func (*SynchronizeTreeResponse_Body) StableSize ¶
func (x *SynchronizeTreeResponse_Body) StableSize() (size int)
StableSize returns the size of x in protobuf format.
Structures with the same field values have the same binary size.
func (*SynchronizeTreeResponse_Body) UnmarshalEasyJSON ¶ added in v0.43.0
func (x *SynchronizeTreeResponse_Body) UnmarshalEasyJSON(in *jlexer.Lexer)
func (*SynchronizeTreeResponse_Body) UnmarshalJSON ¶ added in v0.43.0
func (x *SynchronizeTreeResponse_Body) UnmarshalJSON(data []byte) error
UnmarshalJSON implements the json.Unmarshaler interface.
func (*SynchronizeTreeResponse_Body) UnmarshalProtobuf ¶ added in v0.43.0
func (x *SynchronizeTreeResponse_Body) UnmarshalProtobuf(src []byte) (err error)
UnmarshalProtobuf implements the encoding.ProtoUnmarshaler interface.
type UnimplementedControlServiceServer ¶
type UnimplementedControlServiceServer struct{}
UnimplementedControlServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedControlServiceServer) AddChainLocalOverride ¶ added in v0.38.0
func (UnimplementedControlServiceServer) AddChainLocalOverride(context.Context, *AddChainLocalOverrideRequest) (*AddChainLocalOverrideResponse, error)
func (UnimplementedControlServiceServer) DetachShards ¶ added in v0.38.0
func (UnimplementedControlServiceServer) DetachShards(context.Context, *DetachShardsRequest) (*DetachShardsResponse, error)
func (UnimplementedControlServiceServer) Doctor ¶
func (UnimplementedControlServiceServer) Doctor(context.Context, *DoctorRequest) (*DoctorResponse, error)
func (UnimplementedControlServiceServer) DoctorStatus ¶ added in v0.48.0
func (UnimplementedControlServiceServer) DoctorStatus(context.Context, *DoctorStatusRequest) (*DoctorStatusResponse, error)
func (UnimplementedControlServiceServer) DropObjects ¶
func (UnimplementedControlServiceServer) DropObjects(context.Context, *DropObjectsRequest) (*DropObjectsResponse, error)
func (UnimplementedControlServiceServer) FlushCache ¶
func (UnimplementedControlServiceServer) FlushCache(context.Context, *FlushCacheRequest) (*FlushCacheResponse, error)
func (UnimplementedControlServiceServer) GetChainLocalOverride ¶ added in v0.38.0
func (UnimplementedControlServiceServer) GetChainLocalOverride(context.Context, *GetChainLocalOverrideRequest) (*GetChainLocalOverrideResponse, error)
func (UnimplementedControlServiceServer) GetNetmapStatus ¶ added in v0.42.0
func (UnimplementedControlServiceServer) GetNetmapStatus(context.Context, *GetNetmapStatusRequest) (*GetNetmapStatusResponse, error)
func (UnimplementedControlServiceServer) GetShardEvacuationStatus ¶ added in v0.37.0
func (UnimplementedControlServiceServer) GetShardEvacuationStatus(context.Context, *GetShardEvacuationStatusRequest) (*GetShardEvacuationStatusResponse, error)
func (UnimplementedControlServiceServer) HealthCheck ¶
func (UnimplementedControlServiceServer) HealthCheck(context.Context, *HealthCheckRequest) (*HealthCheckResponse, error)
func (UnimplementedControlServiceServer) ListChainLocalOverrides ¶ added in v0.38.0
func (UnimplementedControlServiceServer) ListChainLocalOverrides(context.Context, *ListChainLocalOverridesRequest) (*ListChainLocalOverridesResponse, error)
func (UnimplementedControlServiceServer) ListShards ¶
func (UnimplementedControlServiceServer) ListShards(context.Context, *ListShardsRequest) (*ListShardsResponse, error)
func (UnimplementedControlServiceServer) ListShardsForObject ¶ added in v0.45.0
func (UnimplementedControlServiceServer) ListShardsForObject(context.Context, *ListShardsForObjectRequest) (*ListShardsForObjectResponse, error)
func (UnimplementedControlServiceServer) ListTargetsLocalOverrides ¶ added in v0.38.0
func (UnimplementedControlServiceServer) ListTargetsLocalOverrides(context.Context, *ListTargetsLocalOverridesRequest) (*ListTargetsLocalOverridesResponse, error)
func (UnimplementedControlServiceServer) RemoveChainLocalOverride ¶ added in v0.38.0
func (UnimplementedControlServiceServer) RemoveChainLocalOverride(context.Context, *RemoveChainLocalOverrideRequest) (*RemoveChainLocalOverrideResponse, error)
func (UnimplementedControlServiceServer) RemoveChainLocalOverridesByTarget ¶ added in v0.38.0
func (UnimplementedControlServiceServer) RemoveChainLocalOverridesByTarget(context.Context, *RemoveChainLocalOverridesByTargetRequest) (*RemoveChainLocalOverridesByTargetResponse, error)
func (UnimplementedControlServiceServer) ReplicateObject ¶ added in v0.47.0
func (UnimplementedControlServiceServer) ReplicateObject(context.Context, *ReplicateObjectRequest) (*ReplicateObjectResponse, error)
func (UnimplementedControlServiceServer) ResetShardEvacuationStatus ¶ added in v0.38.0
func (UnimplementedControlServiceServer) ResetShardEvacuationStatus(context.Context, *ResetShardEvacuationStatusRequest) (*ResetShardEvacuationStatusResponse, error)
func (UnimplementedControlServiceServer) ScheduleTreeResync ¶ added in v0.48.0
func (UnimplementedControlServiceServer) ScheduleTreeResync(context.Context, *ScheduleTreeResyncRequest) (*ScheduleTreeResyncResponse, error)
func (UnimplementedControlServiceServer) ScheduleTreeServiceForester ¶ added in v0.48.0
func (UnimplementedControlServiceServer) ScheduleTreeServiceForester(context.Context, *ScheduleTreeServiceForesterRequest) (*ScheduleTreeServiceForesterResponse, error)
func (UnimplementedControlServiceServer) SealWriteCache ¶ added in v0.38.0
func (UnimplementedControlServiceServer) SealWriteCache(context.Context, *SealWriteCacheRequest) (*SealWriteCacheResponse, error)
func (UnimplementedControlServiceServer) SetNetmapStatus ¶
func (UnimplementedControlServiceServer) SetNetmapStatus(context.Context, *SetNetmapStatusRequest) (*SetNetmapStatusResponse, error)
func (UnimplementedControlServiceServer) SetShardMode ¶
func (UnimplementedControlServiceServer) SetShardMode(context.Context, *SetShardModeRequest) (*SetShardModeResponse, error)
func (UnimplementedControlServiceServer) StartShardEvacuation ¶ added in v0.37.0
func (UnimplementedControlServiceServer) StartShardEvacuation(context.Context, *StartShardEvacuationRequest) (*StartShardEvacuationResponse, error)
func (UnimplementedControlServiceServer) StartShardRebuild ¶ added in v0.43.0
func (UnimplementedControlServiceServer) StartShardRebuild(context.Context, *StartShardRebuildRequest) (*StartShardRebuildResponse, error)
func (UnimplementedControlServiceServer) StopShardEvacuation ¶ added in v0.37.0
func (UnimplementedControlServiceServer) StopShardEvacuation(context.Context, *StopShardEvacuationRequest) (*StopShardEvacuationResponse, error)
func (UnimplementedControlServiceServer) SynchronizeTree ¶
func (UnimplementedControlServiceServer) SynchronizeTree(context.Context, *SynchronizeTreeRequest) (*SynchronizeTreeResponse, error)
type UnsafeControlServiceServer ¶
type UnsafeControlServiceServer interface {
// contains filtered or unexported methods
}
UnsafeControlServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ControlServiceServer will result in compilation errors.