blob

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StoreManagerService_AbandonSession_FullMethodName              = "/blob.StoreManagerService/AbandonSession"
	StoreManagerService_AcquireLease2_FullMethodName               = "/blob.StoreManagerService/AcquireLease2"
	StoreManagerService_AcquireLease3_1_FullMethodName             = "/blob.StoreManagerService/AcquireLease3_1"
	StoreManagerService_AcquireLease2_2_FullMethodName             = "/blob.StoreManagerService/AcquireLease2_2"
	StoreManagerService_AcquireLease3_3_FullMethodName             = "/blob.StoreManagerService/AcquireLease3_3"
	StoreManagerService_CreateSession_FullMethodName               = "/blob.StoreManagerService/CreateSession"
	StoreManagerService_GetLeasedBlobs_FullMethodName              = "/blob.StoreManagerService/GetLeasedBlobs"
	StoreManagerService_GetRemainingLeaseQuotaBytes_FullMethodName = "/blob.StoreManagerService/GetRemainingLeaseQuotaBytes"
	StoreManagerService_OpenBlob_FullMethodName                    = "/blob.StoreManagerService/OpenBlob"
	StoreManagerService_OpenSession_FullMethodName                 = "/blob.StoreManagerService/OpenSession"
	StoreManagerService_ReleaseLease_FullMethodName                = "/blob.StoreManagerService/ReleaseLease"
)
View Source
const (
	StoreManagerSessionService_Abandon_FullMethodName                      = "/blob.StoreManagerSessionService/Abandon"
	StoreManagerSessionService_AllowPackageAccess_FullMethodName           = "/blob.StoreManagerSessionService/AllowPackageAccess"
	StoreManagerSessionService_AllowPublicAccess_FullMethodName            = "/blob.StoreManagerSessionService/AllowPublicAccess"
	StoreManagerSessionService_AllowSameSignatureAccess_FullMethodName     = "/blob.StoreManagerSessionService/AllowSameSignatureAccess"
	StoreManagerSessionService_Close_FullMethodName                        = "/blob.StoreManagerSessionService/Close"
	StoreManagerSessionService_GetSize_FullMethodName                      = "/blob.StoreManagerSessionService/GetSize"
	StoreManagerSessionService_IsPackageAccessAllowed_FullMethodName       = "/blob.StoreManagerSessionService/IsPackageAccessAllowed"
	StoreManagerSessionService_IsPublicAccessAllowed_FullMethodName        = "/blob.StoreManagerSessionService/IsPublicAccessAllowed"
	StoreManagerSessionService_IsSameSignatureAccessAllowed_FullMethodName = "/blob.StoreManagerSessionService/IsSameSignatureAccessAllowed"
	StoreManagerSessionService_OpenRead_FullMethodName                     = "/blob.StoreManagerSessionService/OpenRead"
	StoreManagerSessionService_OpenWrite_FullMethodName                    = "/blob.StoreManagerSessionService/OpenWrite"
)
View Source
const (
	HandleService_DescribeContents_FullMethodName    = "/blob.HandleService/DescribeContents"
	HandleService_Equals_FullMethodName              = "/blob.HandleService/Equals"
	HandleService_GetExpiryTimeMillis_FullMethodName = "/blob.HandleService/GetExpiryTimeMillis"
	HandleService_GetLabel_FullMethodName            = "/blob.HandleService/GetLabel"
	HandleService_GetSha256Digest_FullMethodName     = "/blob.HandleService/GetSha256Digest"
	HandleService_GetTag_FullMethodName              = "/blob.HandleService/GetTag"
	HandleService_HashCode_FullMethodName            = "/blob.HandleService/HashCode"
	HandleService_ToString_FullMethodName            = "/blob.HandleService/ToString"
	HandleService_WriteToParcel_FullMethodName       = "/blob.HandleService/WriteToParcel"
	HandleService_CreateWithSha256_FullMethodName    = "/blob.HandleService/CreateWithSha256"
)

Variables

View Source
var File_proto_blob_blob_proto protoreflect.FileDescriptor
View Source
var HandleService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "blob.HandleService",
	HandlerType: (*HandleServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DescribeContents",
			Handler:    _HandleService_DescribeContents_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _HandleService_Equals_Handler,
		},
		{
			MethodName: "GetExpiryTimeMillis",
			Handler:    _HandleService_GetExpiryTimeMillis_Handler,
		},
		{
			MethodName: "GetLabel",
			Handler:    _HandleService_GetLabel_Handler,
		},
		{
			MethodName: "GetSha256Digest",
			Handler:    _HandleService_GetSha256Digest_Handler,
		},
		{
			MethodName: "GetTag",
			Handler:    _HandleService_GetTag_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _HandleService_HashCode_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _HandleService_ToString_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _HandleService_WriteToParcel_Handler,
		},
		{
			MethodName: "CreateWithSha256",
			Handler:    _HandleService_CreateWithSha256_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/blob/blob.proto",
}

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

View Source
var StoreManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "blob.StoreManagerService",
	HandlerType: (*StoreManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AbandonSession",
			Handler:    _StoreManagerService_AbandonSession_Handler,
		},
		{
			MethodName: "AcquireLease2",
			Handler:    _StoreManagerService_AcquireLease2_Handler,
		},
		{
			MethodName: "AcquireLease3_1",
			Handler:    _StoreManagerService_AcquireLease3_1_Handler,
		},
		{
			MethodName: "AcquireLease2_2",
			Handler:    _StoreManagerService_AcquireLease2_2_Handler,
		},
		{
			MethodName: "AcquireLease3_3",
			Handler:    _StoreManagerService_AcquireLease3_3_Handler,
		},
		{
			MethodName: "CreateSession",
			Handler:    _StoreManagerService_CreateSession_Handler,
		},
		{
			MethodName: "GetLeasedBlobs",
			Handler:    _StoreManagerService_GetLeasedBlobs_Handler,
		},
		{
			MethodName: "GetRemainingLeaseQuotaBytes",
			Handler:    _StoreManagerService_GetRemainingLeaseQuotaBytes_Handler,
		},
		{
			MethodName: "OpenBlob",
			Handler:    _StoreManagerService_OpenBlob_Handler,
		},
		{
			MethodName: "OpenSession",
			Handler:    _StoreManagerService_OpenSession_Handler,
		},
		{
			MethodName: "ReleaseLease",
			Handler:    _StoreManagerService_ReleaseLease_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/blob/blob.proto",
}

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

View Source
var StoreManagerSessionService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "blob.StoreManagerSessionService",
	HandlerType: (*StoreManagerSessionServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Abandon",
			Handler:    _StoreManagerSessionService_Abandon_Handler,
		},
		{
			MethodName: "AllowPackageAccess",
			Handler:    _StoreManagerSessionService_AllowPackageAccess_Handler,
		},
		{
			MethodName: "AllowPublicAccess",
			Handler:    _StoreManagerSessionService_AllowPublicAccess_Handler,
		},
		{
			MethodName: "AllowSameSignatureAccess",
			Handler:    _StoreManagerSessionService_AllowSameSignatureAccess_Handler,
		},
		{
			MethodName: "Close",
			Handler:    _StoreManagerSessionService_Close_Handler,
		},
		{
			MethodName: "GetSize",
			Handler:    _StoreManagerSessionService_GetSize_Handler,
		},
		{
			MethodName: "IsPackageAccessAllowed",
			Handler:    _StoreManagerSessionService_IsPackageAccessAllowed_Handler,
		},
		{
			MethodName: "IsPublicAccessAllowed",
			Handler:    _StoreManagerSessionService_IsPublicAccessAllowed_Handler,
		},
		{
			MethodName: "IsSameSignatureAccessAllowed",
			Handler:    _StoreManagerSessionService_IsSameSignatureAccessAllowed_Handler,
		},
		{
			MethodName: "OpenRead",
			Handler:    _StoreManagerSessionService_OpenRead_Handler,
		},
		{
			MethodName: "OpenWrite",
			Handler:    _StoreManagerSessionService_OpenWrite_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/blob/blob.proto",
}

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

Functions

func RegisterHandleServiceServer added in v0.0.6

func RegisterHandleServiceServer(s grpc.ServiceRegistrar, srv HandleServiceServer)

func RegisterStoreManagerServiceServer added in v0.0.4

func RegisterStoreManagerServiceServer(s grpc.ServiceRegistrar, srv StoreManagerServiceServer)

func RegisterStoreManagerSessionServiceServer added in v0.0.6

func RegisterStoreManagerSessionServiceServer(s grpc.ServiceRegistrar, srv StoreManagerSessionServiceServer)

Types

type AbandonRequest added in v0.0.6

type AbandonRequest struct {
	// contains filtered or unexported fields
}

func (*AbandonRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use AbandonRequest.ProtoReflect.Descriptor instead.

func (*AbandonRequest) ProtoMessage added in v0.0.6

func (*AbandonRequest) ProtoMessage()

func (*AbandonRequest) ProtoReflect added in v0.0.6

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

func (*AbandonRequest) Reset added in v0.0.6

func (x *AbandonRequest) Reset()

func (*AbandonRequest) String added in v0.0.6

func (x *AbandonRequest) String() string

type AbandonResponse added in v0.0.6

type AbandonResponse struct {
	// contains filtered or unexported fields
}

func (*AbandonResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use AbandonResponse.ProtoReflect.Descriptor instead.

func (*AbandonResponse) ProtoMessage added in v0.0.6

func (*AbandonResponse) ProtoMessage()

func (*AbandonResponse) ProtoReflect added in v0.0.6

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

func (*AbandonResponse) Reset added in v0.0.6

func (x *AbandonResponse) Reset()

func (*AbandonResponse) String added in v0.0.6

func (x *AbandonResponse) String() string

type AbandonSessionRequest

type AbandonSessionRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AbandonSessionRequest) Descriptor deprecated

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

Deprecated: Use AbandonSessionRequest.ProtoReflect.Descriptor instead.

func (*AbandonSessionRequest) GetArg0

func (x *AbandonSessionRequest) GetArg0() int64

func (*AbandonSessionRequest) ProtoMessage

func (*AbandonSessionRequest) ProtoMessage()

func (*AbandonSessionRequest) ProtoReflect

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

func (*AbandonSessionRequest) Reset

func (x *AbandonSessionRequest) Reset()

func (*AbandonSessionRequest) String

func (x *AbandonSessionRequest) String() string

type AbandonSessionResponse

type AbandonSessionResponse struct {
	// contains filtered or unexported fields
}

func (*AbandonSessionResponse) Descriptor deprecated

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

Deprecated: Use AbandonSessionResponse.ProtoReflect.Descriptor instead.

func (*AbandonSessionResponse) ProtoMessage

func (*AbandonSessionResponse) ProtoMessage()

func (*AbandonSessionResponse) ProtoReflect

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

func (*AbandonSessionResponse) Reset

func (x *AbandonSessionResponse) Reset()

func (*AbandonSessionResponse) String

func (x *AbandonSessionResponse) String() string

type AcquireLease2Request

type AcquireLease2Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*AcquireLease2Request) Descriptor deprecated

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

Deprecated: Use AcquireLease2Request.ProtoReflect.Descriptor instead.

func (*AcquireLease2Request) GetArg0

func (x *AcquireLease2Request) GetArg0() int64

func (*AcquireLease2Request) GetArg1

func (x *AcquireLease2Request) GetArg1() int32

func (*AcquireLease2Request) ProtoMessage

func (*AcquireLease2Request) ProtoMessage()

func (*AcquireLease2Request) ProtoReflect

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

func (*AcquireLease2Request) Reset

func (x *AcquireLease2Request) Reset()

func (*AcquireLease2Request) String

func (x *AcquireLease2Request) String() string

type AcquireLease2Response

type AcquireLease2Response struct {
	// contains filtered or unexported fields
}

func (*AcquireLease2Response) Descriptor deprecated

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

Deprecated: Use AcquireLease2Response.ProtoReflect.Descriptor instead.

func (*AcquireLease2Response) ProtoMessage

func (*AcquireLease2Response) ProtoMessage()

func (*AcquireLease2Response) ProtoReflect

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

func (*AcquireLease2Response) Reset

func (x *AcquireLease2Response) Reset()

func (*AcquireLease2Response) String

func (x *AcquireLease2Response) String() string

type AcquireLease2_2Request

type AcquireLease2_2Request struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*AcquireLease2_2Request) Descriptor deprecated

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

Deprecated: Use AcquireLease2_2Request.ProtoReflect.Descriptor instead.

func (*AcquireLease2_2Request) GetArg0

func (x *AcquireLease2_2Request) GetArg0() int64

func (*AcquireLease2_2Request) GetArg1

func (x *AcquireLease2_2Request) GetArg1() string

func (*AcquireLease2_2Request) ProtoMessage

func (*AcquireLease2_2Request) ProtoMessage()

func (*AcquireLease2_2Request) ProtoReflect

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

func (*AcquireLease2_2Request) Reset

func (x *AcquireLease2_2Request) Reset()

func (*AcquireLease2_2Request) String

func (x *AcquireLease2_2Request) String() string

type AcquireLease2_2Response

type AcquireLease2_2Response struct {
	// contains filtered or unexported fields
}

func (*AcquireLease2_2Response) Descriptor deprecated

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

Deprecated: Use AcquireLease2_2Response.ProtoReflect.Descriptor instead.

func (*AcquireLease2_2Response) ProtoMessage

func (*AcquireLease2_2Response) ProtoMessage()

func (*AcquireLease2_2Response) ProtoReflect

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

func (*AcquireLease2_2Response) Reset

func (x *AcquireLease2_2Response) Reset()

func (*AcquireLease2_2Response) String

func (x *AcquireLease2_2Response) String() string

type AcquireLease3_1Request

type AcquireLease3_1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*AcquireLease3_1Request) Descriptor deprecated

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

Deprecated: Use AcquireLease3_1Request.ProtoReflect.Descriptor instead.

func (*AcquireLease3_1Request) GetArg0

func (x *AcquireLease3_1Request) GetArg0() int64

func (*AcquireLease3_1Request) GetArg1

func (x *AcquireLease3_1Request) GetArg1() int32

func (*AcquireLease3_1Request) GetArg2

func (x *AcquireLease3_1Request) GetArg2() int64

func (*AcquireLease3_1Request) ProtoMessage

func (*AcquireLease3_1Request) ProtoMessage()

func (*AcquireLease3_1Request) ProtoReflect

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

func (*AcquireLease3_1Request) Reset

func (x *AcquireLease3_1Request) Reset()

func (*AcquireLease3_1Request) String

func (x *AcquireLease3_1Request) String() string

type AcquireLease3_1Response

type AcquireLease3_1Response struct {
	// contains filtered or unexported fields
}

func (*AcquireLease3_1Response) Descriptor deprecated

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

Deprecated: Use AcquireLease3_1Response.ProtoReflect.Descriptor instead.

func (*AcquireLease3_1Response) ProtoMessage

func (*AcquireLease3_1Response) ProtoMessage()

func (*AcquireLease3_1Response) ProtoReflect

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

func (*AcquireLease3_1Response) Reset

func (x *AcquireLease3_1Response) Reset()

func (*AcquireLease3_1Response) String

func (x *AcquireLease3_1Response) String() string

type AcquireLease3_3Request

type AcquireLease3_3Request struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*AcquireLease3_3Request) Descriptor deprecated

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

Deprecated: Use AcquireLease3_3Request.ProtoReflect.Descriptor instead.

func (*AcquireLease3_3Request) GetArg0

func (x *AcquireLease3_3Request) GetArg0() int64

func (*AcquireLease3_3Request) GetArg1

func (x *AcquireLease3_3Request) GetArg1() string

func (*AcquireLease3_3Request) GetArg2

func (x *AcquireLease3_3Request) GetArg2() int64

func (*AcquireLease3_3Request) ProtoMessage

func (*AcquireLease3_3Request) ProtoMessage()

func (*AcquireLease3_3Request) ProtoReflect

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

func (*AcquireLease3_3Request) Reset

func (x *AcquireLease3_3Request) Reset()

func (*AcquireLease3_3Request) String

func (x *AcquireLease3_3Request) String() string

type AcquireLease3_3Response

type AcquireLease3_3Response struct {
	// contains filtered or unexported fields
}

func (*AcquireLease3_3Response) Descriptor deprecated

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

Deprecated: Use AcquireLease3_3Response.ProtoReflect.Descriptor instead.

func (*AcquireLease3_3Response) ProtoMessage

func (*AcquireLease3_3Response) ProtoMessage()

func (*AcquireLease3_3Response) ProtoReflect

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

func (*AcquireLease3_3Response) Reset

func (x *AcquireLease3_3Response) Reset()

func (*AcquireLease3_3Response) String

func (x *AcquireLease3_3Response) String() string

type AllowPackageAccessRequest added in v0.0.6

type AllowPackageAccessRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*AllowPackageAccessRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use AllowPackageAccessRequest.ProtoReflect.Descriptor instead.

func (*AllowPackageAccessRequest) GetArg0 added in v0.0.6

func (x *AllowPackageAccessRequest) GetArg0() string

func (*AllowPackageAccessRequest) GetArg1 added in v0.0.6

func (x *AllowPackageAccessRequest) GetArg1() int64

func (*AllowPackageAccessRequest) ProtoMessage added in v0.0.6

func (*AllowPackageAccessRequest) ProtoMessage()

func (*AllowPackageAccessRequest) ProtoReflect added in v0.0.6

func (*AllowPackageAccessRequest) Reset added in v0.0.6

func (x *AllowPackageAccessRequest) Reset()

func (*AllowPackageAccessRequest) String added in v0.0.6

func (x *AllowPackageAccessRequest) String() string

type AllowPackageAccessResponse added in v0.0.6

type AllowPackageAccessResponse struct {
	// contains filtered or unexported fields
}

func (*AllowPackageAccessResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use AllowPackageAccessResponse.ProtoReflect.Descriptor instead.

func (*AllowPackageAccessResponse) ProtoMessage added in v0.0.6

func (*AllowPackageAccessResponse) ProtoMessage()

func (*AllowPackageAccessResponse) ProtoReflect added in v0.0.6

func (*AllowPackageAccessResponse) Reset added in v0.0.6

func (x *AllowPackageAccessResponse) Reset()

func (*AllowPackageAccessResponse) String added in v0.0.6

func (x *AllowPackageAccessResponse) String() string

type AllowPublicAccessRequest added in v0.0.6

type AllowPublicAccessRequest struct {
	// contains filtered or unexported fields
}

func (*AllowPublicAccessRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use AllowPublicAccessRequest.ProtoReflect.Descriptor instead.

func (*AllowPublicAccessRequest) ProtoMessage added in v0.0.6

func (*AllowPublicAccessRequest) ProtoMessage()

func (*AllowPublicAccessRequest) ProtoReflect added in v0.0.6

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

func (*AllowPublicAccessRequest) Reset added in v0.0.6

func (x *AllowPublicAccessRequest) Reset()

func (*AllowPublicAccessRequest) String added in v0.0.6

func (x *AllowPublicAccessRequest) String() string

type AllowPublicAccessResponse added in v0.0.6

type AllowPublicAccessResponse struct {
	// contains filtered or unexported fields
}

func (*AllowPublicAccessResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use AllowPublicAccessResponse.ProtoReflect.Descriptor instead.

func (*AllowPublicAccessResponse) ProtoMessage added in v0.0.6

func (*AllowPublicAccessResponse) ProtoMessage()

func (*AllowPublicAccessResponse) ProtoReflect added in v0.0.6

func (*AllowPublicAccessResponse) Reset added in v0.0.6

func (x *AllowPublicAccessResponse) Reset()

func (*AllowPublicAccessResponse) String added in v0.0.6

func (x *AllowPublicAccessResponse) String() string

type AllowSameSignatureAccessRequest added in v0.0.6

type AllowSameSignatureAccessRequest struct {
	// contains filtered or unexported fields
}

func (*AllowSameSignatureAccessRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use AllowSameSignatureAccessRequest.ProtoReflect.Descriptor instead.

func (*AllowSameSignatureAccessRequest) ProtoMessage added in v0.0.6

func (*AllowSameSignatureAccessRequest) ProtoMessage()

func (*AllowSameSignatureAccessRequest) ProtoReflect added in v0.0.6

func (*AllowSameSignatureAccessRequest) Reset added in v0.0.6

func (*AllowSameSignatureAccessRequest) String added in v0.0.6

type AllowSameSignatureAccessResponse added in v0.0.6

type AllowSameSignatureAccessResponse struct {
	// contains filtered or unexported fields
}

func (*AllowSameSignatureAccessResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use AllowSameSignatureAccessResponse.ProtoReflect.Descriptor instead.

func (*AllowSameSignatureAccessResponse) ProtoMessage added in v0.0.6

func (*AllowSameSignatureAccessResponse) ProtoMessage()

func (*AllowSameSignatureAccessResponse) ProtoReflect added in v0.0.6

func (*AllowSameSignatureAccessResponse) Reset added in v0.0.6

func (*AllowSameSignatureAccessResponse) String added in v0.0.6

type CloseRequest added in v0.0.6

type CloseRequest struct {
	// contains filtered or unexported fields
}

func (*CloseRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use CloseRequest.ProtoReflect.Descriptor instead.

func (*CloseRequest) ProtoMessage added in v0.0.6

func (*CloseRequest) ProtoMessage()

func (*CloseRequest) ProtoReflect added in v0.0.6

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

func (*CloseRequest) Reset added in v0.0.6

func (x *CloseRequest) Reset()

func (*CloseRequest) String added in v0.0.6

func (x *CloseRequest) String() string

type CloseResponse added in v0.0.6

type CloseResponse struct {
	// contains filtered or unexported fields
}

func (*CloseResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use CloseResponse.ProtoReflect.Descriptor instead.

func (*CloseResponse) ProtoMessage added in v0.0.6

func (*CloseResponse) ProtoMessage()

func (*CloseResponse) ProtoReflect added in v0.0.6

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

func (*CloseResponse) Reset added in v0.0.6

func (x *CloseResponse) Reset()

func (*CloseResponse) String added in v0.0.6

func (x *CloseResponse) String() string

type CreateSessionRequest

type CreateSessionRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSessionRequest) Descriptor deprecated

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

Deprecated: Use CreateSessionRequest.ProtoReflect.Descriptor instead.

func (*CreateSessionRequest) GetArg0

func (x *CreateSessionRequest) GetArg0() int64

func (*CreateSessionRequest) ProtoMessage

func (*CreateSessionRequest) ProtoMessage()

func (*CreateSessionRequest) ProtoReflect

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

func (*CreateSessionRequest) Reset

func (x *CreateSessionRequest) Reset()

func (*CreateSessionRequest) String

func (x *CreateSessionRequest) String() string

type CreateSessionResponse

type CreateSessionResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSessionResponse) Descriptor deprecated

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

Deprecated: Use CreateSessionResponse.ProtoReflect.Descriptor instead.

func (*CreateSessionResponse) GetResult

func (x *CreateSessionResponse) GetResult() int64

func (*CreateSessionResponse) ProtoMessage

func (*CreateSessionResponse) ProtoMessage()

func (*CreateSessionResponse) ProtoReflect

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

func (*CreateSessionResponse) Reset

func (x *CreateSessionResponse) Reset()

func (*CreateSessionResponse) String

func (x *CreateSessionResponse) String() string

type CreateWithSha256Request added in v0.0.6

type CreateWithSha256Request struct {
	Arg0 int64  `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 string `protobuf:"bytes,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64  `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	Arg3 string `protobuf:"bytes,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWithSha256Request) Descriptor deprecated added in v0.0.6

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

Deprecated: Use CreateWithSha256Request.ProtoReflect.Descriptor instead.

func (*CreateWithSha256Request) GetArg0 added in v0.0.6

func (x *CreateWithSha256Request) GetArg0() int64

func (*CreateWithSha256Request) GetArg1 added in v0.0.6

func (x *CreateWithSha256Request) GetArg1() string

func (*CreateWithSha256Request) GetArg2 added in v0.0.6

func (x *CreateWithSha256Request) GetArg2() int64

func (*CreateWithSha256Request) GetArg3 added in v0.0.6

func (x *CreateWithSha256Request) GetArg3() string

func (*CreateWithSha256Request) ProtoMessage added in v0.0.6

func (*CreateWithSha256Request) ProtoMessage()

func (*CreateWithSha256Request) ProtoReflect added in v0.0.6

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

func (*CreateWithSha256Request) Reset added in v0.0.6

func (x *CreateWithSha256Request) Reset()

func (*CreateWithSha256Request) String added in v0.0.6

func (x *CreateWithSha256Request) String() string

type CreateWithSha256Response added in v0.0.6

type CreateWithSha256Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateWithSha256Response) Descriptor deprecated added in v0.0.6

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

Deprecated: Use CreateWithSha256Response.ProtoReflect.Descriptor instead.

func (*CreateWithSha256Response) GetResult added in v0.0.6

func (x *CreateWithSha256Response) GetResult() int64

func (*CreateWithSha256Response) ProtoMessage added in v0.0.6

func (*CreateWithSha256Response) ProtoMessage()

func (*CreateWithSha256Response) ProtoReflect added in v0.0.6

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

func (*CreateWithSha256Response) Reset added in v0.0.6

func (x *CreateWithSha256Response) Reset()

func (*CreateWithSha256Response) String added in v0.0.6

func (x *CreateWithSha256Response) String() string

type DescribeContentsRequest added in v0.0.6

type DescribeContentsRequest struct {
	// contains filtered or unexported fields
}

func (*DescribeContentsRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.

func (*DescribeContentsRequest) ProtoMessage added in v0.0.6

func (*DescribeContentsRequest) ProtoMessage()

func (*DescribeContentsRequest) ProtoReflect added in v0.0.6

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

func (*DescribeContentsRequest) Reset added in v0.0.6

func (x *DescribeContentsRequest) Reset()

func (*DescribeContentsRequest) String added in v0.0.6

func (x *DescribeContentsRequest) String() string

type DescribeContentsResponse added in v0.0.6

type DescribeContentsResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeContentsResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.

func (*DescribeContentsResponse) GetResult added in v0.0.6

func (x *DescribeContentsResponse) GetResult() int32

func (*DescribeContentsResponse) ProtoMessage added in v0.0.6

func (*DescribeContentsResponse) ProtoMessage()

func (*DescribeContentsResponse) ProtoReflect added in v0.0.6

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

func (*DescribeContentsResponse) Reset added in v0.0.6

func (x *DescribeContentsResponse) Reset()

func (*DescribeContentsResponse) String added in v0.0.6

func (x *DescribeContentsResponse) String() string

type EqualsRequest added in v0.0.6

type EqualsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.

func (*EqualsRequest) GetArg0 added in v0.0.6

func (x *EqualsRequest) GetArg0() int64

func (*EqualsRequest) ProtoMessage added in v0.0.6

func (*EqualsRequest) ProtoMessage()

func (*EqualsRequest) ProtoReflect added in v0.0.6

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

func (*EqualsRequest) Reset added in v0.0.6

func (x *EqualsRequest) Reset()

func (*EqualsRequest) String added in v0.0.6

func (x *EqualsRequest) String() string

type EqualsResponse added in v0.0.6

type EqualsResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.

func (*EqualsResponse) GetResult added in v0.0.6

func (x *EqualsResponse) GetResult() bool

func (*EqualsResponse) ProtoMessage added in v0.0.6

func (*EqualsResponse) ProtoMessage()

func (*EqualsResponse) ProtoReflect added in v0.0.6

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

func (*EqualsResponse) Reset added in v0.0.6

func (x *EqualsResponse) Reset()

func (*EqualsResponse) String added in v0.0.6

func (x *EqualsResponse) String() string

type GetExpiryTimeMillisRequest added in v0.0.6

type GetExpiryTimeMillisRequest struct {
	// contains filtered or unexported fields
}

func (*GetExpiryTimeMillisRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetExpiryTimeMillisRequest.ProtoReflect.Descriptor instead.

func (*GetExpiryTimeMillisRequest) ProtoMessage added in v0.0.6

func (*GetExpiryTimeMillisRequest) ProtoMessage()

func (*GetExpiryTimeMillisRequest) ProtoReflect added in v0.0.6

func (*GetExpiryTimeMillisRequest) Reset added in v0.0.6

func (x *GetExpiryTimeMillisRequest) Reset()

func (*GetExpiryTimeMillisRequest) String added in v0.0.6

func (x *GetExpiryTimeMillisRequest) String() string

type GetExpiryTimeMillisResponse added in v0.0.6

type GetExpiryTimeMillisResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExpiryTimeMillisResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetExpiryTimeMillisResponse.ProtoReflect.Descriptor instead.

func (*GetExpiryTimeMillisResponse) GetResult added in v0.0.6

func (x *GetExpiryTimeMillisResponse) GetResult() int64

func (*GetExpiryTimeMillisResponse) ProtoMessage added in v0.0.6

func (*GetExpiryTimeMillisResponse) ProtoMessage()

func (*GetExpiryTimeMillisResponse) ProtoReflect added in v0.0.6

func (*GetExpiryTimeMillisResponse) Reset added in v0.0.6

func (x *GetExpiryTimeMillisResponse) Reset()

func (*GetExpiryTimeMillisResponse) String added in v0.0.6

func (x *GetExpiryTimeMillisResponse) String() string

type GetLabelRequest added in v0.0.6

type GetLabelRequest struct {
	// contains filtered or unexported fields
}

func (*GetLabelRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetLabelRequest.ProtoReflect.Descriptor instead.

func (*GetLabelRequest) ProtoMessage added in v0.0.6

func (*GetLabelRequest) ProtoMessage()

func (*GetLabelRequest) ProtoReflect added in v0.0.6

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

func (*GetLabelRequest) Reset added in v0.0.6

func (x *GetLabelRequest) Reset()

func (*GetLabelRequest) String added in v0.0.6

func (x *GetLabelRequest) String() string

type GetLabelResponse added in v0.0.6

type GetLabelResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLabelResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetLabelResponse.ProtoReflect.Descriptor instead.

func (*GetLabelResponse) GetResult added in v0.0.6

func (x *GetLabelResponse) GetResult() int64

func (*GetLabelResponse) ProtoMessage added in v0.0.6

func (*GetLabelResponse) ProtoMessage()

func (*GetLabelResponse) ProtoReflect added in v0.0.6

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

func (*GetLabelResponse) Reset added in v0.0.6

func (x *GetLabelResponse) Reset()

func (*GetLabelResponse) String added in v0.0.6

func (x *GetLabelResponse) String() string

type GetLeasedBlobsRequest

type GetLeasedBlobsRequest struct {
	// contains filtered or unexported fields
}

func (*GetLeasedBlobsRequest) Descriptor deprecated

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

Deprecated: Use GetLeasedBlobsRequest.ProtoReflect.Descriptor instead.

func (*GetLeasedBlobsRequest) ProtoMessage

func (*GetLeasedBlobsRequest) ProtoMessage()

func (*GetLeasedBlobsRequest) ProtoReflect

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

func (*GetLeasedBlobsRequest) Reset

func (x *GetLeasedBlobsRequest) Reset()

func (*GetLeasedBlobsRequest) String

func (x *GetLeasedBlobsRequest) String() string

type GetLeasedBlobsResponse

type GetLeasedBlobsResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLeasedBlobsResponse) Descriptor deprecated

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

Deprecated: Use GetLeasedBlobsResponse.ProtoReflect.Descriptor instead.

func (*GetLeasedBlobsResponse) GetResult

func (x *GetLeasedBlobsResponse) GetResult() int64

func (*GetLeasedBlobsResponse) ProtoMessage

func (*GetLeasedBlobsResponse) ProtoMessage()

func (*GetLeasedBlobsResponse) ProtoReflect

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

func (*GetLeasedBlobsResponse) Reset

func (x *GetLeasedBlobsResponse) Reset()

func (*GetLeasedBlobsResponse) String

func (x *GetLeasedBlobsResponse) String() string

type GetRemainingLeaseQuotaBytesRequest

type GetRemainingLeaseQuotaBytesRequest struct {
	// contains filtered or unexported fields
}

func (*GetRemainingLeaseQuotaBytesRequest) Descriptor deprecated

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

Deprecated: Use GetRemainingLeaseQuotaBytesRequest.ProtoReflect.Descriptor instead.

func (*GetRemainingLeaseQuotaBytesRequest) ProtoMessage

func (*GetRemainingLeaseQuotaBytesRequest) ProtoMessage()

func (*GetRemainingLeaseQuotaBytesRequest) ProtoReflect

func (*GetRemainingLeaseQuotaBytesRequest) Reset

func (*GetRemainingLeaseQuotaBytesRequest) String

type GetRemainingLeaseQuotaBytesResponse

type GetRemainingLeaseQuotaBytesResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRemainingLeaseQuotaBytesResponse) Descriptor deprecated

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

Deprecated: Use GetRemainingLeaseQuotaBytesResponse.ProtoReflect.Descriptor instead.

func (*GetRemainingLeaseQuotaBytesResponse) GetResult

func (*GetRemainingLeaseQuotaBytesResponse) ProtoMessage

func (*GetRemainingLeaseQuotaBytesResponse) ProtoMessage()

func (*GetRemainingLeaseQuotaBytesResponse) ProtoReflect

func (*GetRemainingLeaseQuotaBytesResponse) Reset

func (*GetRemainingLeaseQuotaBytesResponse) String

type GetSha256DigestRequest added in v0.0.6

type GetSha256DigestRequest struct {
	// contains filtered or unexported fields
}

func (*GetSha256DigestRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetSha256DigestRequest.ProtoReflect.Descriptor instead.

func (*GetSha256DigestRequest) ProtoMessage added in v0.0.6

func (*GetSha256DigestRequest) ProtoMessage()

func (*GetSha256DigestRequest) ProtoReflect added in v0.0.6

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

func (*GetSha256DigestRequest) Reset added in v0.0.6

func (x *GetSha256DigestRequest) Reset()

func (*GetSha256DigestRequest) String added in v0.0.6

func (x *GetSha256DigestRequest) String() string

type GetSha256DigestResponse added in v0.0.6

type GetSha256DigestResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSha256DigestResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetSha256DigestResponse.ProtoReflect.Descriptor instead.

func (*GetSha256DigestResponse) GetResult added in v0.0.6

func (x *GetSha256DigestResponse) GetResult() int64

func (*GetSha256DigestResponse) ProtoMessage added in v0.0.6

func (*GetSha256DigestResponse) ProtoMessage()

func (*GetSha256DigestResponse) ProtoReflect added in v0.0.6

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

func (*GetSha256DigestResponse) Reset added in v0.0.6

func (x *GetSha256DigestResponse) Reset()

func (*GetSha256DigestResponse) String added in v0.0.6

func (x *GetSha256DigestResponse) String() string

type GetSizeRequest added in v0.0.6

type GetSizeRequest struct {
	// contains filtered or unexported fields
}

func (*GetSizeRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetSizeRequest.ProtoReflect.Descriptor instead.

func (*GetSizeRequest) ProtoMessage added in v0.0.6

func (*GetSizeRequest) ProtoMessage()

func (*GetSizeRequest) ProtoReflect added in v0.0.6

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

func (*GetSizeRequest) Reset added in v0.0.6

func (x *GetSizeRequest) Reset()

func (*GetSizeRequest) String added in v0.0.6

func (x *GetSizeRequest) String() string

type GetSizeResponse added in v0.0.6

type GetSizeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSizeResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetSizeResponse.ProtoReflect.Descriptor instead.

func (*GetSizeResponse) GetResult added in v0.0.6

func (x *GetSizeResponse) GetResult() int64

func (*GetSizeResponse) ProtoMessage added in v0.0.6

func (*GetSizeResponse) ProtoMessage()

func (*GetSizeResponse) ProtoReflect added in v0.0.6

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

func (*GetSizeResponse) Reset added in v0.0.6

func (x *GetSizeResponse) Reset()

func (*GetSizeResponse) String added in v0.0.6

func (x *GetSizeResponse) String() string

type GetTagRequest added in v0.0.6

type GetTagRequest struct {
	// contains filtered or unexported fields
}

func (*GetTagRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetTagRequest.ProtoReflect.Descriptor instead.

func (*GetTagRequest) ProtoMessage added in v0.0.6

func (*GetTagRequest) ProtoMessage()

func (*GetTagRequest) ProtoReflect added in v0.0.6

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

func (*GetTagRequest) Reset added in v0.0.6

func (x *GetTagRequest) Reset()

func (*GetTagRequest) String added in v0.0.6

func (x *GetTagRequest) String() string

type GetTagResponse added in v0.0.6

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

func (*GetTagResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use GetTagResponse.ProtoReflect.Descriptor instead.

func (*GetTagResponse) GetResult added in v0.0.6

func (x *GetTagResponse) GetResult() string

func (*GetTagResponse) ProtoMessage added in v0.0.6

func (*GetTagResponse) ProtoMessage()

func (*GetTagResponse) ProtoReflect added in v0.0.6

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

func (*GetTagResponse) Reset added in v0.0.6

func (x *GetTagResponse) Reset()

func (*GetTagResponse) String added in v0.0.6

func (x *GetTagResponse) String() string

type HandleServiceClient added in v0.0.6

HandleServiceClient is the client API for HandleService service.

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

func NewHandleServiceClient added in v0.0.6

func NewHandleServiceClient(cc grpc.ClientConnInterface) HandleServiceClient

type HandleServiceServer added in v0.0.6

HandleServiceServer is the server API for HandleService service. All implementations must embed UnimplementedHandleServiceServer for forward compatibility.

type HashCodeRequest added in v0.0.6

type HashCodeRequest struct {
	// contains filtered or unexported fields
}

func (*HashCodeRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) ProtoMessage added in v0.0.6

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect added in v0.0.6

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

func (*HashCodeRequest) Reset added in v0.0.6

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String added in v0.0.6

func (x *HashCodeRequest) String() string

type HashCodeResponse added in v0.0.6

type HashCodeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult added in v0.0.6

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage added in v0.0.6

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect added in v0.0.6

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

func (*HashCodeResponse) Reset added in v0.0.6

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String added in v0.0.6

func (x *HashCodeResponse) String() string

type IsPackageAccessAllowedRequest added in v0.0.6

type IsPackageAccessAllowedRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64  `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*IsPackageAccessAllowedRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use IsPackageAccessAllowedRequest.ProtoReflect.Descriptor instead.

func (*IsPackageAccessAllowedRequest) GetArg0 added in v0.0.6

func (*IsPackageAccessAllowedRequest) GetArg1 added in v0.0.6

func (x *IsPackageAccessAllowedRequest) GetArg1() int64

func (*IsPackageAccessAllowedRequest) ProtoMessage added in v0.0.6

func (*IsPackageAccessAllowedRequest) ProtoMessage()

func (*IsPackageAccessAllowedRequest) ProtoReflect added in v0.0.6

func (*IsPackageAccessAllowedRequest) Reset added in v0.0.6

func (x *IsPackageAccessAllowedRequest) Reset()

func (*IsPackageAccessAllowedRequest) String added in v0.0.6

type IsPackageAccessAllowedResponse added in v0.0.6

type IsPackageAccessAllowedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsPackageAccessAllowedResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use IsPackageAccessAllowedResponse.ProtoReflect.Descriptor instead.

func (*IsPackageAccessAllowedResponse) GetResult added in v0.0.6

func (x *IsPackageAccessAllowedResponse) GetResult() bool

func (*IsPackageAccessAllowedResponse) ProtoMessage added in v0.0.6

func (*IsPackageAccessAllowedResponse) ProtoMessage()

func (*IsPackageAccessAllowedResponse) ProtoReflect added in v0.0.6

func (*IsPackageAccessAllowedResponse) Reset added in v0.0.6

func (x *IsPackageAccessAllowedResponse) Reset()

func (*IsPackageAccessAllowedResponse) String added in v0.0.6

type IsPublicAccessAllowedRequest added in v0.0.6

type IsPublicAccessAllowedRequest struct {
	// contains filtered or unexported fields
}

func (*IsPublicAccessAllowedRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use IsPublicAccessAllowedRequest.ProtoReflect.Descriptor instead.

func (*IsPublicAccessAllowedRequest) ProtoMessage added in v0.0.6

func (*IsPublicAccessAllowedRequest) ProtoMessage()

func (*IsPublicAccessAllowedRequest) ProtoReflect added in v0.0.6

func (*IsPublicAccessAllowedRequest) Reset added in v0.0.6

func (x *IsPublicAccessAllowedRequest) Reset()

func (*IsPublicAccessAllowedRequest) String added in v0.0.6

type IsPublicAccessAllowedResponse added in v0.0.6

type IsPublicAccessAllowedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsPublicAccessAllowedResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use IsPublicAccessAllowedResponse.ProtoReflect.Descriptor instead.

func (*IsPublicAccessAllowedResponse) GetResult added in v0.0.6

func (x *IsPublicAccessAllowedResponse) GetResult() bool

func (*IsPublicAccessAllowedResponse) ProtoMessage added in v0.0.6

func (*IsPublicAccessAllowedResponse) ProtoMessage()

func (*IsPublicAccessAllowedResponse) ProtoReflect added in v0.0.6

func (*IsPublicAccessAllowedResponse) Reset added in v0.0.6

func (x *IsPublicAccessAllowedResponse) Reset()

func (*IsPublicAccessAllowedResponse) String added in v0.0.6

type IsSameSignatureAccessAllowedRequest added in v0.0.6

type IsSameSignatureAccessAllowedRequest struct {
	// contains filtered or unexported fields
}

func (*IsSameSignatureAccessAllowedRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use IsSameSignatureAccessAllowedRequest.ProtoReflect.Descriptor instead.

func (*IsSameSignatureAccessAllowedRequest) ProtoMessage added in v0.0.6

func (*IsSameSignatureAccessAllowedRequest) ProtoMessage()

func (*IsSameSignatureAccessAllowedRequest) ProtoReflect added in v0.0.6

func (*IsSameSignatureAccessAllowedRequest) Reset added in v0.0.6

func (*IsSameSignatureAccessAllowedRequest) String added in v0.0.6

type IsSameSignatureAccessAllowedResponse added in v0.0.6

type IsSameSignatureAccessAllowedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsSameSignatureAccessAllowedResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use IsSameSignatureAccessAllowedResponse.ProtoReflect.Descriptor instead.

func (*IsSameSignatureAccessAllowedResponse) GetResult added in v0.0.6

func (*IsSameSignatureAccessAllowedResponse) ProtoMessage added in v0.0.6

func (*IsSameSignatureAccessAllowedResponse) ProtoMessage()

func (*IsSameSignatureAccessAllowedResponse) ProtoReflect added in v0.0.6

func (*IsSameSignatureAccessAllowedResponse) Reset added in v0.0.6

func (*IsSameSignatureAccessAllowedResponse) String added in v0.0.6

type OpenBlobRequest

type OpenBlobRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenBlobRequest) Descriptor deprecated

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

Deprecated: Use OpenBlobRequest.ProtoReflect.Descriptor instead.

func (*OpenBlobRequest) GetArg0

func (x *OpenBlobRequest) GetArg0() int64

func (*OpenBlobRequest) ProtoMessage

func (*OpenBlobRequest) ProtoMessage()

func (*OpenBlobRequest) ProtoReflect

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

func (*OpenBlobRequest) Reset

func (x *OpenBlobRequest) Reset()

func (*OpenBlobRequest) String

func (x *OpenBlobRequest) String() string

type OpenBlobResponse

type OpenBlobResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenBlobResponse) Descriptor deprecated

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

Deprecated: Use OpenBlobResponse.ProtoReflect.Descriptor instead.

func (*OpenBlobResponse) GetResult

func (x *OpenBlobResponse) GetResult() int64

func (*OpenBlobResponse) ProtoMessage

func (*OpenBlobResponse) ProtoMessage()

func (*OpenBlobResponse) ProtoReflect

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

func (*OpenBlobResponse) Reset

func (x *OpenBlobResponse) Reset()

func (*OpenBlobResponse) String

func (x *OpenBlobResponse) String() string

type OpenReadRequest added in v0.0.6

type OpenReadRequest struct {
	// contains filtered or unexported fields
}

func (*OpenReadRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OpenReadRequest.ProtoReflect.Descriptor instead.

func (*OpenReadRequest) ProtoMessage added in v0.0.6

func (*OpenReadRequest) ProtoMessage()

func (*OpenReadRequest) ProtoReflect added in v0.0.6

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

func (*OpenReadRequest) Reset added in v0.0.6

func (x *OpenReadRequest) Reset()

func (*OpenReadRequest) String added in v0.0.6

func (x *OpenReadRequest) String() string

type OpenReadResponse added in v0.0.6

type OpenReadResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenReadResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OpenReadResponse.ProtoReflect.Descriptor instead.

func (*OpenReadResponse) GetResult added in v0.0.6

func (x *OpenReadResponse) GetResult() int64

func (*OpenReadResponse) ProtoMessage added in v0.0.6

func (*OpenReadResponse) ProtoMessage()

func (*OpenReadResponse) ProtoReflect added in v0.0.6

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

func (*OpenReadResponse) Reset added in v0.0.6

func (x *OpenReadResponse) Reset()

func (*OpenReadResponse) String added in v0.0.6

func (x *OpenReadResponse) String() string

type OpenSessionRequest

type OpenSessionRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenSessionRequest) Descriptor deprecated

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

Deprecated: Use OpenSessionRequest.ProtoReflect.Descriptor instead.

func (*OpenSessionRequest) GetArg0

func (x *OpenSessionRequest) GetArg0() int64

func (*OpenSessionRequest) ProtoMessage

func (*OpenSessionRequest) ProtoMessage()

func (*OpenSessionRequest) ProtoReflect

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

func (*OpenSessionRequest) Reset

func (x *OpenSessionRequest) Reset()

func (*OpenSessionRequest) String

func (x *OpenSessionRequest) String() string

type OpenSessionResponse

type OpenSessionResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenSessionResponse) Descriptor deprecated

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

Deprecated: Use OpenSessionResponse.ProtoReflect.Descriptor instead.

func (*OpenSessionResponse) GetResult

func (x *OpenSessionResponse) GetResult() int64

func (*OpenSessionResponse) ProtoMessage

func (*OpenSessionResponse) ProtoMessage()

func (*OpenSessionResponse) ProtoReflect

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

func (*OpenSessionResponse) Reset

func (x *OpenSessionResponse) Reset()

func (*OpenSessionResponse) String

func (x *OpenSessionResponse) String() string

type OpenWriteRequest added in v0.0.6

type OpenWriteRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenWriteRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OpenWriteRequest.ProtoReflect.Descriptor instead.

func (*OpenWriteRequest) GetArg0 added in v0.0.6

func (x *OpenWriteRequest) GetArg0() int64

func (*OpenWriteRequest) GetArg1 added in v0.0.6

func (x *OpenWriteRequest) GetArg1() int64

func (*OpenWriteRequest) ProtoMessage added in v0.0.6

func (*OpenWriteRequest) ProtoMessage()

func (*OpenWriteRequest) ProtoReflect added in v0.0.6

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

func (*OpenWriteRequest) Reset added in v0.0.6

func (x *OpenWriteRequest) Reset()

func (*OpenWriteRequest) String added in v0.0.6

func (x *OpenWriteRequest) String() string

type OpenWriteResponse added in v0.0.6

type OpenWriteResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*OpenWriteResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OpenWriteResponse.ProtoReflect.Descriptor instead.

func (*OpenWriteResponse) GetResult added in v0.0.6

func (x *OpenWriteResponse) GetResult() int64

func (*OpenWriteResponse) ProtoMessage added in v0.0.6

func (*OpenWriteResponse) ProtoMessage()

func (*OpenWriteResponse) ProtoReflect added in v0.0.6

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

func (*OpenWriteResponse) Reset added in v0.0.6

func (x *OpenWriteResponse) Reset()

func (*OpenWriteResponse) String added in v0.0.6

func (x *OpenWriteResponse) String() string

type ReleaseLeaseRequest

type ReleaseLeaseRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*ReleaseLeaseRequest) Descriptor deprecated

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

Deprecated: Use ReleaseLeaseRequest.ProtoReflect.Descriptor instead.

func (*ReleaseLeaseRequest) GetArg0

func (x *ReleaseLeaseRequest) GetArg0() int64

func (*ReleaseLeaseRequest) ProtoMessage

func (*ReleaseLeaseRequest) ProtoMessage()

func (*ReleaseLeaseRequest) ProtoReflect

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

func (*ReleaseLeaseRequest) Reset

func (x *ReleaseLeaseRequest) Reset()

func (*ReleaseLeaseRequest) String

func (x *ReleaseLeaseRequest) String() string

type ReleaseLeaseResponse

type ReleaseLeaseResponse struct {
	// contains filtered or unexported fields
}

func (*ReleaseLeaseResponse) Descriptor deprecated

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

Deprecated: Use ReleaseLeaseResponse.ProtoReflect.Descriptor instead.

func (*ReleaseLeaseResponse) ProtoMessage

func (*ReleaseLeaseResponse) ProtoMessage()

func (*ReleaseLeaseResponse) ProtoReflect

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

func (*ReleaseLeaseResponse) Reset

func (x *ReleaseLeaseResponse) Reset()

func (*ReleaseLeaseResponse) String

func (x *ReleaseLeaseResponse) String() string

type StoreManagerServiceClient added in v0.0.4

StoreManagerServiceClient is the client API for StoreManagerService service.

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

func NewStoreManagerServiceClient added in v0.0.4

func NewStoreManagerServiceClient(cc grpc.ClientConnInterface) StoreManagerServiceClient

type StoreManagerServiceServer added in v0.0.4

StoreManagerServiceServer is the server API for StoreManagerService service. All implementations must embed UnimplementedStoreManagerServiceServer for forward compatibility.

type StoreManagerSessionServiceClient added in v0.0.6

StoreManagerSessionServiceClient is the client API for StoreManagerSessionService service.

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

func NewStoreManagerSessionServiceClient added in v0.0.6

func NewStoreManagerSessionServiceClient(cc grpc.ClientConnInterface) StoreManagerSessionServiceClient

type StoreManagerSessionServiceServer added in v0.0.6

StoreManagerSessionServiceServer is the server API for StoreManagerSessionService service. All implementations must embed UnimplementedStoreManagerSessionServiceServer for forward compatibility.

type ToStringRequest added in v0.0.6

type ToStringRequest struct {
	// contains filtered or unexported fields
}

func (*ToStringRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) ProtoMessage added in v0.0.6

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect added in v0.0.6

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

func (*ToStringRequest) Reset added in v0.0.6

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String added in v0.0.6

func (x *ToStringRequest) String() string

type ToStringResponse added in v0.0.6

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

func (*ToStringResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult added in v0.0.6

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage added in v0.0.6

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect added in v0.0.6

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

func (*ToStringResponse) Reset added in v0.0.6

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String added in v0.0.6

func (x *ToStringResponse) String() string

type UnimplementedHandleServiceServer added in v0.0.6

type UnimplementedHandleServiceServer struct{}

UnimplementedHandleServiceServer must 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 (UnimplementedHandleServiceServer) CreateWithSha256 added in v0.0.6

func (UnimplementedHandleServiceServer) DescribeContents added in v0.0.6

func (UnimplementedHandleServiceServer) Equals added in v0.0.6

func (UnimplementedHandleServiceServer) GetExpiryTimeMillis added in v0.0.6

func (UnimplementedHandleServiceServer) GetLabel added in v0.0.6

func (UnimplementedHandleServiceServer) GetSha256Digest added in v0.0.6

func (UnimplementedHandleServiceServer) GetTag added in v0.0.6

func (UnimplementedHandleServiceServer) HashCode added in v0.0.6

func (UnimplementedHandleServiceServer) ToString added in v0.0.6

func (UnimplementedHandleServiceServer) WriteToParcel added in v0.0.6

type UnimplementedStoreManagerServiceServer added in v0.0.4

type UnimplementedStoreManagerServiceServer struct{}

UnimplementedStoreManagerServiceServer must 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 (UnimplementedStoreManagerServiceServer) AbandonSession added in v0.0.4

func (UnimplementedStoreManagerServiceServer) AcquireLease2 added in v0.0.4

func (UnimplementedStoreManagerServiceServer) AcquireLease2_2 added in v0.0.4

func (UnimplementedStoreManagerServiceServer) AcquireLease3_1 added in v0.0.4

func (UnimplementedStoreManagerServiceServer) AcquireLease3_3 added in v0.0.4

func (UnimplementedStoreManagerServiceServer) CreateSession added in v0.0.4

func (UnimplementedStoreManagerServiceServer) GetLeasedBlobs added in v0.0.4

func (UnimplementedStoreManagerServiceServer) GetRemainingLeaseQuotaBytes added in v0.0.4

func (UnimplementedStoreManagerServiceServer) OpenBlob added in v0.0.4

func (UnimplementedStoreManagerServiceServer) OpenSession added in v0.0.4

func (UnimplementedStoreManagerServiceServer) ReleaseLease added in v0.0.4

type UnimplementedStoreManagerSessionServiceServer added in v0.0.6

type UnimplementedStoreManagerSessionServiceServer struct{}

UnimplementedStoreManagerSessionServiceServer must 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 (UnimplementedStoreManagerSessionServiceServer) Abandon added in v0.0.6

func (UnimplementedStoreManagerSessionServiceServer) AllowPackageAccess added in v0.0.6

func (UnimplementedStoreManagerSessionServiceServer) AllowPublicAccess added in v0.0.6

func (UnimplementedStoreManagerSessionServiceServer) AllowSameSignatureAccess added in v0.0.6

func (UnimplementedStoreManagerSessionServiceServer) Close added in v0.0.6

func (UnimplementedStoreManagerSessionServiceServer) GetSize added in v0.0.6

func (UnimplementedStoreManagerSessionServiceServer) IsPackageAccessAllowed added in v0.0.6

func (UnimplementedStoreManagerSessionServiceServer) IsPublicAccessAllowed added in v0.0.6

func (UnimplementedStoreManagerSessionServiceServer) IsSameSignatureAccessAllowed added in v0.0.6

func (UnimplementedStoreManagerSessionServiceServer) OpenRead added in v0.0.6

func (UnimplementedStoreManagerSessionServiceServer) OpenWrite added in v0.0.6

type UnsafeHandleServiceServer added in v0.0.6

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

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

type UnsafeStoreManagerServiceServer added in v0.0.4

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

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

type UnsafeStoreManagerSessionServiceServer added in v0.0.6

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

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

type WriteToParcelRequest added in v0.0.6

type WriteToParcelRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteToParcelRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.

func (*WriteToParcelRequest) GetArg0 added in v0.0.6

func (x *WriteToParcelRequest) GetArg0() int64

func (*WriteToParcelRequest) GetArg1 added in v0.0.6

func (x *WriteToParcelRequest) GetArg1() int32

func (*WriteToParcelRequest) ProtoMessage added in v0.0.6

func (*WriteToParcelRequest) ProtoMessage()

func (*WriteToParcelRequest) ProtoReflect added in v0.0.6

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

func (*WriteToParcelRequest) Reset added in v0.0.6

func (x *WriteToParcelRequest) Reset()

func (*WriteToParcelRequest) String added in v0.0.6

func (x *WriteToParcelRequest) String() string

type WriteToParcelResponse added in v0.0.6

type WriteToParcelResponse struct {
	// contains filtered or unexported fields
}

func (*WriteToParcelResponse) Descriptor deprecated added in v0.0.6

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

Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.

func (*WriteToParcelResponse) ProtoMessage added in v0.0.6

func (*WriteToParcelResponse) ProtoMessage()

func (*WriteToParcelResponse) ProtoReflect added in v0.0.6

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

func (*WriteToParcelResponse) Reset added in v0.0.6

func (x *WriteToParcelResponse) Reset()

func (*WriteToParcelResponse) String added in v0.0.6

func (x *WriteToParcelResponse) String() string

Jump to

Keyboard shortcuts

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