storage

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 (
	VolumeService_CreateAccessIntent_FullMethodName           = "/storage.VolumeService/CreateAccessIntent"
	VolumeService_CreateOpenDocumentTreeIntent_FullMethodName = "/storage.VolumeService/CreateOpenDocumentTreeIntent"
	VolumeService_DescribeContents_FullMethodName             = "/storage.VolumeService/DescribeContents"
	VolumeService_Equals_FullMethodName                       = "/storage.VolumeService/Equals"
	VolumeService_GetDescription_FullMethodName               = "/storage.VolumeService/GetDescription"
	VolumeService_GetDirectory_FullMethodName                 = "/storage.VolumeService/GetDirectory"
	VolumeService_GetMediaStoreVolumeName_FullMethodName      = "/storage.VolumeService/GetMediaStoreVolumeName"
	VolumeService_GetOwner_FullMethodName                     = "/storage.VolumeService/GetOwner"
	VolumeService_GetState_FullMethodName                     = "/storage.VolumeService/GetState"
	VolumeService_GetStorageUuid_FullMethodName               = "/storage.VolumeService/GetStorageUuid"
	VolumeService_GetUuid_FullMethodName                      = "/storage.VolumeService/GetUuid"
	VolumeService_HashCode_FullMethodName                     = "/storage.VolumeService/HashCode"
	VolumeService_IsEmulated_FullMethodName                   = "/storage.VolumeService/IsEmulated"
	VolumeService_IsPrimary_FullMethodName                    = "/storage.VolumeService/IsPrimary"
	VolumeService_IsRemovable_FullMethodName                  = "/storage.VolumeService/IsRemovable"
	VolumeService_ToString_FullMethodName                     = "/storage.VolumeService/ToString"
	VolumeService_WriteToParcel_FullMethodName                = "/storage.VolumeService/WriteToParcel"
)
View Source
const (
	ManagerService_AllocateBytes2_FullMethodName                           = "/storage.ManagerService/AllocateBytes2"
	ManagerService_AllocateBytes2_1_FullMethodName                         = "/storage.ManagerService/AllocateBytes2_1"
	ManagerService_GetAllocatableBytes_FullMethodName                      = "/storage.ManagerService/GetAllocatableBytes"
	ManagerService_GetCacheQuotaBytes_FullMethodName                       = "/storage.ManagerService/GetCacheQuotaBytes"
	ManagerService_GetCacheSizeBytes_FullMethodName                        = "/storage.ManagerService/GetCacheSizeBytes"
	ManagerService_GetManageSpaceActivityIntent_FullMethodName             = "/storage.ManagerService/GetManageSpaceActivityIntent"
	ManagerService_GetMountedObbPath_FullMethodName                        = "/storage.ManagerService/GetMountedObbPath"
	ManagerService_GetPrimaryStorageVolume_FullMethodName                  = "/storage.ManagerService/GetPrimaryStorageVolume"
	ManagerService_GetRecentStorageVolumes_FullMethodName                  = "/storage.ManagerService/GetRecentStorageVolumes"
	ManagerService_GetStorageVolume1_FullMethodName                        = "/storage.ManagerService/GetStorageVolume1"
	ManagerService_GetStorageVolume1_1_FullMethodName                      = "/storage.ManagerService/GetStorageVolume1_1"
	ManagerService_GetStorageVolumes_FullMethodName                        = "/storage.ManagerService/GetStorageVolumes"
	ManagerService_GetStorageVolumesIncludingSharedProfiles_FullMethodName = "/storage.ManagerService/GetStorageVolumesIncludingSharedProfiles"
	ManagerService_GetUuidForPath_FullMethodName                           = "/storage.ManagerService/GetUuidForPath"
	ManagerService_IsAllocationSupported_FullMethodName                    = "/storage.ManagerService/IsAllocationSupported"
	ManagerService_IsCacheBehaviorGroup_FullMethodName                     = "/storage.ManagerService/IsCacheBehaviorGroup"
	ManagerService_IsCacheBehaviorTombstone_FullMethodName                 = "/storage.ManagerService/IsCacheBehaviorTombstone"
	ManagerService_IsCheckpointSupported_FullMethodName                    = "/storage.ManagerService/IsCheckpointSupported"
	ManagerService_IsEncrypted_FullMethodName                              = "/storage.ManagerService/IsEncrypted"
	ManagerService_IsObbMounted_FullMethodName                             = "/storage.ManagerService/IsObbMounted"
	ManagerService_MountObb_FullMethodName                                 = "/storage.ManagerService/MountObb"
	ManagerService_RegisterStorageVolumeCallback_FullMethodName            = "/storage.ManagerService/RegisterStorageVolumeCallback"
	ManagerService_SetCacheBehaviorGroup_FullMethodName                    = "/storage.ManagerService/SetCacheBehaviorGroup"
	ManagerService_SetCacheBehaviorTombstone_FullMethodName                = "/storage.ManagerService/SetCacheBehaviorTombstone"
	ManagerService_UnmountObb_FullMethodName                               = "/storage.ManagerService/UnmountObb"
	ManagerService_UnregisterStorageVolumeCallback_FullMethodName          = "/storage.ManagerService/UnregisterStorageVolumeCallback"
)
View Source
const (
	ManagerStorageVolumeCallbackService_OnStateChanged_FullMethodName = "/storage.ManagerStorageVolumeCallbackService/OnStateChanged"
)
View Source
const (
	OnObbStateChangeListenerService_OnObbStateChange_FullMethodName = "/storage.OnObbStateChangeListenerService/OnObbStateChange"
)

Variables

View Source
var File_proto_storage_storage_proto protoreflect.FileDescriptor
View Source
var ManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "storage.ManagerService",
	HandlerType: (*ManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AllocateBytes2",
			Handler:    _ManagerService_AllocateBytes2_Handler,
		},
		{
			MethodName: "AllocateBytes2_1",
			Handler:    _ManagerService_AllocateBytes2_1_Handler,
		},
		{
			MethodName: "GetAllocatableBytes",
			Handler:    _ManagerService_GetAllocatableBytes_Handler,
		},
		{
			MethodName: "GetCacheQuotaBytes",
			Handler:    _ManagerService_GetCacheQuotaBytes_Handler,
		},
		{
			MethodName: "GetCacheSizeBytes",
			Handler:    _ManagerService_GetCacheSizeBytes_Handler,
		},
		{
			MethodName: "GetManageSpaceActivityIntent",
			Handler:    _ManagerService_GetManageSpaceActivityIntent_Handler,
		},
		{
			MethodName: "GetMountedObbPath",
			Handler:    _ManagerService_GetMountedObbPath_Handler,
		},
		{
			MethodName: "GetPrimaryStorageVolume",
			Handler:    _ManagerService_GetPrimaryStorageVolume_Handler,
		},
		{
			MethodName: "GetRecentStorageVolumes",
			Handler:    _ManagerService_GetRecentStorageVolumes_Handler,
		},
		{
			MethodName: "GetStorageVolume1",
			Handler:    _ManagerService_GetStorageVolume1_Handler,
		},
		{
			MethodName: "GetStorageVolume1_1",
			Handler:    _ManagerService_GetStorageVolume1_1_Handler,
		},
		{
			MethodName: "GetStorageVolumes",
			Handler:    _ManagerService_GetStorageVolumes_Handler,
		},
		{
			MethodName: "GetStorageVolumesIncludingSharedProfiles",
			Handler:    _ManagerService_GetStorageVolumesIncludingSharedProfiles_Handler,
		},
		{
			MethodName: "GetUuidForPath",
			Handler:    _ManagerService_GetUuidForPath_Handler,
		},
		{
			MethodName: "IsAllocationSupported",
			Handler:    _ManagerService_IsAllocationSupported_Handler,
		},
		{
			MethodName: "IsCacheBehaviorGroup",
			Handler:    _ManagerService_IsCacheBehaviorGroup_Handler,
		},
		{
			MethodName: "IsCacheBehaviorTombstone",
			Handler:    _ManagerService_IsCacheBehaviorTombstone_Handler,
		},
		{
			MethodName: "IsCheckpointSupported",
			Handler:    _ManagerService_IsCheckpointSupported_Handler,
		},
		{
			MethodName: "IsEncrypted",
			Handler:    _ManagerService_IsEncrypted_Handler,
		},
		{
			MethodName: "IsObbMounted",
			Handler:    _ManagerService_IsObbMounted_Handler,
		},
		{
			MethodName: "MountObb",
			Handler:    _ManagerService_MountObb_Handler,
		},
		{
			MethodName: "RegisterStorageVolumeCallback",
			Handler:    _ManagerService_RegisterStorageVolumeCallback_Handler,
		},
		{
			MethodName: "SetCacheBehaviorGroup",
			Handler:    _ManagerService_SetCacheBehaviorGroup_Handler,
		},
		{
			MethodName: "SetCacheBehaviorTombstone",
			Handler:    _ManagerService_SetCacheBehaviorTombstone_Handler,
		},
		{
			MethodName: "UnmountObb",
			Handler:    _ManagerService_UnmountObb_Handler,
		},
		{
			MethodName: "UnregisterStorageVolumeCallback",
			Handler:    _ManagerService_UnregisterStorageVolumeCallback_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/storage/storage.proto",
}

ManagerService_ServiceDesc is the grpc.ServiceDesc for ManagerService 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 ManagerStorageVolumeCallbackService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "storage.ManagerStorageVolumeCallbackService",
	HandlerType: (*ManagerStorageVolumeCallbackServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnStateChanged",
			Handler:    _ManagerStorageVolumeCallbackService_OnStateChanged_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/storage/storage.proto",
}

ManagerStorageVolumeCallbackService_ServiceDesc is the grpc.ServiceDesc for ManagerStorageVolumeCallbackService 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 OnObbStateChangeListenerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "storage.OnObbStateChangeListenerService",
	HandlerType: (*OnObbStateChangeListenerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnObbStateChange",
			Handler:    _OnObbStateChangeListenerService_OnObbStateChange_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/storage/storage.proto",
}

OnObbStateChangeListenerService_ServiceDesc is the grpc.ServiceDesc for OnObbStateChangeListenerService 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 VolumeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "storage.VolumeService",
	HandlerType: (*VolumeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateAccessIntent",
			Handler:    _VolumeService_CreateAccessIntent_Handler,
		},
		{
			MethodName: "CreateOpenDocumentTreeIntent",
			Handler:    _VolumeService_CreateOpenDocumentTreeIntent_Handler,
		},
		{
			MethodName: "DescribeContents",
			Handler:    _VolumeService_DescribeContents_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _VolumeService_Equals_Handler,
		},
		{
			MethodName: "GetDescription",
			Handler:    _VolumeService_GetDescription_Handler,
		},
		{
			MethodName: "GetDirectory",
			Handler:    _VolumeService_GetDirectory_Handler,
		},
		{
			MethodName: "GetMediaStoreVolumeName",
			Handler:    _VolumeService_GetMediaStoreVolumeName_Handler,
		},
		{
			MethodName: "GetOwner",
			Handler:    _VolumeService_GetOwner_Handler,
		},
		{
			MethodName: "GetState",
			Handler:    _VolumeService_GetState_Handler,
		},
		{
			MethodName: "GetStorageUuid",
			Handler:    _VolumeService_GetStorageUuid_Handler,
		},
		{
			MethodName: "GetUuid",
			Handler:    _VolumeService_GetUuid_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _VolumeService_HashCode_Handler,
		},
		{
			MethodName: "IsEmulated",
			Handler:    _VolumeService_IsEmulated_Handler,
		},
		{
			MethodName: "IsPrimary",
			Handler:    _VolumeService_IsPrimary_Handler,
		},
		{
			MethodName: "IsRemovable",
			Handler:    _VolumeService_IsRemovable_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _VolumeService_ToString_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _VolumeService_WriteToParcel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/storage/storage.proto",
}

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

Functions

func RegisterManagerServiceServer added in v0.0.4

func RegisterManagerServiceServer(s grpc.ServiceRegistrar, srv ManagerServiceServer)

func RegisterManagerStorageVolumeCallbackServiceServer added in v0.0.6

func RegisterManagerStorageVolumeCallbackServiceServer(s grpc.ServiceRegistrar, srv ManagerStorageVolumeCallbackServiceServer)

func RegisterOnObbStateChangeListenerServiceServer added in v0.0.6

func RegisterOnObbStateChangeListenerServiceServer(s grpc.ServiceRegistrar, srv OnObbStateChangeListenerServiceServer)

func RegisterVolumeServiceServer added in v0.0.4

func RegisterVolumeServiceServer(s grpc.ServiceRegistrar, srv VolumeServiceServer)

Types

type AllocateBytes2Request

type AllocateBytes2Request 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 (*AllocateBytes2Request) Descriptor deprecated

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

Deprecated: Use AllocateBytes2Request.ProtoReflect.Descriptor instead.

func (*AllocateBytes2Request) GetArg0

func (x *AllocateBytes2Request) GetArg0() int64

func (*AllocateBytes2Request) GetArg1

func (x *AllocateBytes2Request) GetArg1() int64

func (*AllocateBytes2Request) ProtoMessage

func (*AllocateBytes2Request) ProtoMessage()

func (*AllocateBytes2Request) ProtoReflect

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

func (*AllocateBytes2Request) Reset

func (x *AllocateBytes2Request) Reset()

func (*AllocateBytes2Request) String

func (x *AllocateBytes2Request) String() string

type AllocateBytes2Response

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

func (*AllocateBytes2Response) Descriptor deprecated

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

Deprecated: Use AllocateBytes2Response.ProtoReflect.Descriptor instead.

func (*AllocateBytes2Response) ProtoMessage

func (*AllocateBytes2Response) ProtoMessage()

func (*AllocateBytes2Response) ProtoReflect

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

func (*AllocateBytes2Response) Reset

func (x *AllocateBytes2Response) Reset()

func (*AllocateBytes2Response) String

func (x *AllocateBytes2Response) String() string

type AllocateBytes2_1Request

type AllocateBytes2_1Request 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 (*AllocateBytes2_1Request) Descriptor deprecated

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

Deprecated: Use AllocateBytes2_1Request.ProtoReflect.Descriptor instead.

func (*AllocateBytes2_1Request) GetArg0

func (x *AllocateBytes2_1Request) GetArg0() int64

func (*AllocateBytes2_1Request) GetArg1

func (x *AllocateBytes2_1Request) GetArg1() int64

func (*AllocateBytes2_1Request) ProtoMessage

func (*AllocateBytes2_1Request) ProtoMessage()

func (*AllocateBytes2_1Request) ProtoReflect

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

func (*AllocateBytes2_1Request) Reset

func (x *AllocateBytes2_1Request) Reset()

func (*AllocateBytes2_1Request) String

func (x *AllocateBytes2_1Request) String() string

type AllocateBytes2_1Response

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

func (*AllocateBytes2_1Response) Descriptor deprecated

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

Deprecated: Use AllocateBytes2_1Response.ProtoReflect.Descriptor instead.

func (*AllocateBytes2_1Response) ProtoMessage

func (*AllocateBytes2_1Response) ProtoMessage()

func (*AllocateBytes2_1Response) ProtoReflect

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

func (*AllocateBytes2_1Response) Reset

func (x *AllocateBytes2_1Response) Reset()

func (*AllocateBytes2_1Response) String

func (x *AllocateBytes2_1Response) String() string

type CreateAccessIntentRequest

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

func (*CreateAccessIntentRequest) Descriptor deprecated

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

Deprecated: Use CreateAccessIntentRequest.ProtoReflect.Descriptor instead.

func (*CreateAccessIntentRequest) GetArg0

func (x *CreateAccessIntentRequest) GetArg0() string

func (*CreateAccessIntentRequest) ProtoMessage

func (*CreateAccessIntentRequest) ProtoMessage()

func (*CreateAccessIntentRequest) ProtoReflect

func (*CreateAccessIntentRequest) Reset

func (x *CreateAccessIntentRequest) Reset()

func (*CreateAccessIntentRequest) String

func (x *CreateAccessIntentRequest) String() string

type CreateAccessIntentResponse

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

func (*CreateAccessIntentResponse) Descriptor deprecated

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

Deprecated: Use CreateAccessIntentResponse.ProtoReflect.Descriptor instead.

func (*CreateAccessIntentResponse) GetResult

func (x *CreateAccessIntentResponse) GetResult() int64

func (*CreateAccessIntentResponse) ProtoMessage

func (*CreateAccessIntentResponse) ProtoMessage()

func (*CreateAccessIntentResponse) ProtoReflect

func (*CreateAccessIntentResponse) Reset

func (x *CreateAccessIntentResponse) Reset()

func (*CreateAccessIntentResponse) String

func (x *CreateAccessIntentResponse) String() string

type CreateOpenDocumentTreeIntentRequest

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

func (*CreateOpenDocumentTreeIntentRequest) Descriptor deprecated

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

Deprecated: Use CreateOpenDocumentTreeIntentRequest.ProtoReflect.Descriptor instead.

func (*CreateOpenDocumentTreeIntentRequest) ProtoMessage

func (*CreateOpenDocumentTreeIntentRequest) ProtoMessage()

func (*CreateOpenDocumentTreeIntentRequest) ProtoReflect

func (*CreateOpenDocumentTreeIntentRequest) Reset

func (*CreateOpenDocumentTreeIntentRequest) String

type CreateOpenDocumentTreeIntentResponse

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

func (*CreateOpenDocumentTreeIntentResponse) Descriptor deprecated

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

Deprecated: Use CreateOpenDocumentTreeIntentResponse.ProtoReflect.Descriptor instead.

func (*CreateOpenDocumentTreeIntentResponse) GetResult

func (*CreateOpenDocumentTreeIntentResponse) ProtoMessage

func (*CreateOpenDocumentTreeIntentResponse) ProtoMessage()

func (*CreateOpenDocumentTreeIntentResponse) ProtoReflect

func (*CreateOpenDocumentTreeIntentResponse) Reset

func (*CreateOpenDocumentTreeIntentResponse) String

type DescribeContentsRequest

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

func (*DescribeContentsRequest) Descriptor deprecated

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

Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.

func (*DescribeContentsRequest) ProtoMessage

func (*DescribeContentsRequest) ProtoMessage()

func (*DescribeContentsRequest) ProtoReflect

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

func (*DescribeContentsRequest) Reset

func (x *DescribeContentsRequest) Reset()

func (*DescribeContentsRequest) String

func (x *DescribeContentsRequest) String() string

type DescribeContentsResponse

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

func (*DescribeContentsResponse) Descriptor deprecated

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

Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.

func (*DescribeContentsResponse) GetResult

func (x *DescribeContentsResponse) GetResult() int32

func (*DescribeContentsResponse) ProtoMessage

func (*DescribeContentsResponse) ProtoMessage()

func (*DescribeContentsResponse) ProtoReflect

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

func (*DescribeContentsResponse) Reset

func (x *DescribeContentsResponse) Reset()

func (*DescribeContentsResponse) String

func (x *DescribeContentsResponse) String() string

type EqualsRequest

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

func (*EqualsRequest) Descriptor deprecated

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

Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.

func (*EqualsRequest) GetArg0

func (x *EqualsRequest) GetArg0() int64

func (*EqualsRequest) ProtoMessage

func (*EqualsRequest) ProtoMessage()

func (*EqualsRequest) ProtoReflect

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

func (*EqualsRequest) Reset

func (x *EqualsRequest) Reset()

func (*EqualsRequest) String

func (x *EqualsRequest) String() string

type EqualsResponse

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

func (*EqualsResponse) Descriptor deprecated

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

Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.

func (*EqualsResponse) GetResult

func (x *EqualsResponse) GetResult() bool

func (*EqualsResponse) ProtoMessage

func (*EqualsResponse) ProtoMessage()

func (*EqualsResponse) ProtoReflect

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

func (*EqualsResponse) Reset

func (x *EqualsResponse) Reset()

func (*EqualsResponse) String

func (x *EqualsResponse) String() string

type GetAllocatableBytesRequest

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

func (*GetAllocatableBytesRequest) Descriptor deprecated

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

Deprecated: Use GetAllocatableBytesRequest.ProtoReflect.Descriptor instead.

func (*GetAllocatableBytesRequest) GetArg0

func (x *GetAllocatableBytesRequest) GetArg0() int64

func (*GetAllocatableBytesRequest) ProtoMessage

func (*GetAllocatableBytesRequest) ProtoMessage()

func (*GetAllocatableBytesRequest) ProtoReflect

func (*GetAllocatableBytesRequest) Reset

func (x *GetAllocatableBytesRequest) Reset()

func (*GetAllocatableBytesRequest) String

func (x *GetAllocatableBytesRequest) String() string

type GetAllocatableBytesResponse

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

func (*GetAllocatableBytesResponse) Descriptor deprecated

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

Deprecated: Use GetAllocatableBytesResponse.ProtoReflect.Descriptor instead.

func (*GetAllocatableBytesResponse) GetResult

func (x *GetAllocatableBytesResponse) GetResult() int64

func (*GetAllocatableBytesResponse) ProtoMessage

func (*GetAllocatableBytesResponse) ProtoMessage()

func (*GetAllocatableBytesResponse) ProtoReflect

func (*GetAllocatableBytesResponse) Reset

func (x *GetAllocatableBytesResponse) Reset()

func (*GetAllocatableBytesResponse) String

func (x *GetAllocatableBytesResponse) String() string

type GetCacheQuotaBytesRequest

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

func (*GetCacheQuotaBytesRequest) Descriptor deprecated

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

Deprecated: Use GetCacheQuotaBytesRequest.ProtoReflect.Descriptor instead.

func (*GetCacheQuotaBytesRequest) GetArg0

func (x *GetCacheQuotaBytesRequest) GetArg0() int64

func (*GetCacheQuotaBytesRequest) ProtoMessage

func (*GetCacheQuotaBytesRequest) ProtoMessage()

func (*GetCacheQuotaBytesRequest) ProtoReflect

func (*GetCacheQuotaBytesRequest) Reset

func (x *GetCacheQuotaBytesRequest) Reset()

func (*GetCacheQuotaBytesRequest) String

func (x *GetCacheQuotaBytesRequest) String() string

type GetCacheQuotaBytesResponse

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

func (*GetCacheQuotaBytesResponse) Descriptor deprecated

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

Deprecated: Use GetCacheQuotaBytesResponse.ProtoReflect.Descriptor instead.

func (*GetCacheQuotaBytesResponse) GetResult

func (x *GetCacheQuotaBytesResponse) GetResult() int64

func (*GetCacheQuotaBytesResponse) ProtoMessage

func (*GetCacheQuotaBytesResponse) ProtoMessage()

func (*GetCacheQuotaBytesResponse) ProtoReflect

func (*GetCacheQuotaBytesResponse) Reset

func (x *GetCacheQuotaBytesResponse) Reset()

func (*GetCacheQuotaBytesResponse) String

func (x *GetCacheQuotaBytesResponse) String() string

type GetCacheSizeBytesRequest

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

func (*GetCacheSizeBytesRequest) Descriptor deprecated

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

Deprecated: Use GetCacheSizeBytesRequest.ProtoReflect.Descriptor instead.

func (*GetCacheSizeBytesRequest) GetArg0

func (x *GetCacheSizeBytesRequest) GetArg0() int64

func (*GetCacheSizeBytesRequest) ProtoMessage

func (*GetCacheSizeBytesRequest) ProtoMessage()

func (*GetCacheSizeBytesRequest) ProtoReflect

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

func (*GetCacheSizeBytesRequest) Reset

func (x *GetCacheSizeBytesRequest) Reset()

func (*GetCacheSizeBytesRequest) String

func (x *GetCacheSizeBytesRequest) String() string

type GetCacheSizeBytesResponse

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

func (*GetCacheSizeBytesResponse) Descriptor deprecated

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

Deprecated: Use GetCacheSizeBytesResponse.ProtoReflect.Descriptor instead.

func (*GetCacheSizeBytesResponse) GetResult

func (x *GetCacheSizeBytesResponse) GetResult() int64

func (*GetCacheSizeBytesResponse) ProtoMessage

func (*GetCacheSizeBytesResponse) ProtoMessage()

func (*GetCacheSizeBytesResponse) ProtoReflect

func (*GetCacheSizeBytesResponse) Reset

func (x *GetCacheSizeBytesResponse) Reset()

func (*GetCacheSizeBytesResponse) String

func (x *GetCacheSizeBytesResponse) String() string

type GetDescriptionRequest

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

func (*GetDescriptionRequest) Descriptor deprecated

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

Deprecated: Use GetDescriptionRequest.ProtoReflect.Descriptor instead.

func (*GetDescriptionRequest) GetArg0

func (x *GetDescriptionRequest) GetArg0() int64

func (*GetDescriptionRequest) ProtoMessage

func (*GetDescriptionRequest) ProtoMessage()

func (*GetDescriptionRequest) ProtoReflect

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

func (*GetDescriptionRequest) Reset

func (x *GetDescriptionRequest) Reset()

func (*GetDescriptionRequest) String

func (x *GetDescriptionRequest) String() string

type GetDescriptionResponse

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

func (*GetDescriptionResponse) Descriptor deprecated

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

Deprecated: Use GetDescriptionResponse.ProtoReflect.Descriptor instead.

func (*GetDescriptionResponse) GetResult

func (x *GetDescriptionResponse) GetResult() string

func (*GetDescriptionResponse) ProtoMessage

func (*GetDescriptionResponse) ProtoMessage()

func (*GetDescriptionResponse) ProtoReflect

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

func (*GetDescriptionResponse) Reset

func (x *GetDescriptionResponse) Reset()

func (*GetDescriptionResponse) String

func (x *GetDescriptionResponse) String() string

type GetDirectoryRequest

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

func (*GetDirectoryRequest) Descriptor deprecated

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

Deprecated: Use GetDirectoryRequest.ProtoReflect.Descriptor instead.

func (*GetDirectoryRequest) ProtoMessage

func (*GetDirectoryRequest) ProtoMessage()

func (*GetDirectoryRequest) ProtoReflect

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

func (*GetDirectoryRequest) Reset

func (x *GetDirectoryRequest) Reset()

func (*GetDirectoryRequest) String

func (x *GetDirectoryRequest) String() string

type GetDirectoryResponse

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

func (*GetDirectoryResponse) Descriptor deprecated

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

Deprecated: Use GetDirectoryResponse.ProtoReflect.Descriptor instead.

func (*GetDirectoryResponse) GetResult

func (x *GetDirectoryResponse) GetResult() int64

func (*GetDirectoryResponse) ProtoMessage

func (*GetDirectoryResponse) ProtoMessage()

func (*GetDirectoryResponse) ProtoReflect

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

func (*GetDirectoryResponse) Reset

func (x *GetDirectoryResponse) Reset()

func (*GetDirectoryResponse) String

func (x *GetDirectoryResponse) String() string

type GetManageSpaceActivityIntentRequest

type GetManageSpaceActivityIntentRequest struct {
	Arg0 string `protobuf:"bytes,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 (*GetManageSpaceActivityIntentRequest) Descriptor deprecated

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

Deprecated: Use GetManageSpaceActivityIntentRequest.ProtoReflect.Descriptor instead.

func (*GetManageSpaceActivityIntentRequest) GetArg0

func (*GetManageSpaceActivityIntentRequest) GetArg1

func (*GetManageSpaceActivityIntentRequest) ProtoMessage

func (*GetManageSpaceActivityIntentRequest) ProtoMessage()

func (*GetManageSpaceActivityIntentRequest) ProtoReflect

func (*GetManageSpaceActivityIntentRequest) Reset

func (*GetManageSpaceActivityIntentRequest) String

type GetManageSpaceActivityIntentResponse

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

func (*GetManageSpaceActivityIntentResponse) Descriptor deprecated

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

Deprecated: Use GetManageSpaceActivityIntentResponse.ProtoReflect.Descriptor instead.

func (*GetManageSpaceActivityIntentResponse) GetResult

func (*GetManageSpaceActivityIntentResponse) ProtoMessage

func (*GetManageSpaceActivityIntentResponse) ProtoMessage()

func (*GetManageSpaceActivityIntentResponse) ProtoReflect

func (*GetManageSpaceActivityIntentResponse) Reset

func (*GetManageSpaceActivityIntentResponse) String

type GetMediaStoreVolumeNameRequest

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

func (*GetMediaStoreVolumeNameRequest) Descriptor deprecated

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

Deprecated: Use GetMediaStoreVolumeNameRequest.ProtoReflect.Descriptor instead.

func (*GetMediaStoreVolumeNameRequest) ProtoMessage

func (*GetMediaStoreVolumeNameRequest) ProtoMessage()

func (*GetMediaStoreVolumeNameRequest) ProtoReflect

func (*GetMediaStoreVolumeNameRequest) Reset

func (x *GetMediaStoreVolumeNameRequest) Reset()

func (*GetMediaStoreVolumeNameRequest) String

type GetMediaStoreVolumeNameResponse

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

func (*GetMediaStoreVolumeNameResponse) Descriptor deprecated

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

Deprecated: Use GetMediaStoreVolumeNameResponse.ProtoReflect.Descriptor instead.

func (*GetMediaStoreVolumeNameResponse) GetResult

func (x *GetMediaStoreVolumeNameResponse) GetResult() string

func (*GetMediaStoreVolumeNameResponse) ProtoMessage

func (*GetMediaStoreVolumeNameResponse) ProtoMessage()

func (*GetMediaStoreVolumeNameResponse) ProtoReflect

func (*GetMediaStoreVolumeNameResponse) Reset

func (*GetMediaStoreVolumeNameResponse) String

type GetMountedObbPathRequest

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

func (*GetMountedObbPathRequest) Descriptor deprecated

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

Deprecated: Use GetMountedObbPathRequest.ProtoReflect.Descriptor instead.

func (*GetMountedObbPathRequest) GetArg0

func (x *GetMountedObbPathRequest) GetArg0() string

func (*GetMountedObbPathRequest) ProtoMessage

func (*GetMountedObbPathRequest) ProtoMessage()

func (*GetMountedObbPathRequest) ProtoReflect

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

func (*GetMountedObbPathRequest) Reset

func (x *GetMountedObbPathRequest) Reset()

func (*GetMountedObbPathRequest) String

func (x *GetMountedObbPathRequest) String() string

type GetMountedObbPathResponse

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

func (*GetMountedObbPathResponse) Descriptor deprecated

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

Deprecated: Use GetMountedObbPathResponse.ProtoReflect.Descriptor instead.

func (*GetMountedObbPathResponse) GetResult

func (x *GetMountedObbPathResponse) GetResult() string

func (*GetMountedObbPathResponse) ProtoMessage

func (*GetMountedObbPathResponse) ProtoMessage()

func (*GetMountedObbPathResponse) ProtoReflect

func (*GetMountedObbPathResponse) Reset

func (x *GetMountedObbPathResponse) Reset()

func (*GetMountedObbPathResponse) String

func (x *GetMountedObbPathResponse) String() string

type GetOwnerRequest

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

func (*GetOwnerRequest) Descriptor deprecated

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

Deprecated: Use GetOwnerRequest.ProtoReflect.Descriptor instead.

func (*GetOwnerRequest) ProtoMessage

func (*GetOwnerRequest) ProtoMessage()

func (*GetOwnerRequest) ProtoReflect

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

func (*GetOwnerRequest) Reset

func (x *GetOwnerRequest) Reset()

func (*GetOwnerRequest) String

func (x *GetOwnerRequest) String() string

type GetOwnerResponse

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

func (*GetOwnerResponse) Descriptor deprecated

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

Deprecated: Use GetOwnerResponse.ProtoReflect.Descriptor instead.

func (*GetOwnerResponse) GetResult

func (x *GetOwnerResponse) GetResult() int64

func (*GetOwnerResponse) ProtoMessage

func (*GetOwnerResponse) ProtoMessage()

func (*GetOwnerResponse) ProtoReflect

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

func (*GetOwnerResponse) Reset

func (x *GetOwnerResponse) Reset()

func (*GetOwnerResponse) String

func (x *GetOwnerResponse) String() string

type GetPrimaryStorageVolumeRequest

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

func (*GetPrimaryStorageVolumeRequest) Descriptor deprecated

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

Deprecated: Use GetPrimaryStorageVolumeRequest.ProtoReflect.Descriptor instead.

func (*GetPrimaryStorageVolumeRequest) ProtoMessage

func (*GetPrimaryStorageVolumeRequest) ProtoMessage()

func (*GetPrimaryStorageVolumeRequest) ProtoReflect

func (*GetPrimaryStorageVolumeRequest) Reset

func (x *GetPrimaryStorageVolumeRequest) Reset()

func (*GetPrimaryStorageVolumeRequest) String

type GetPrimaryStorageVolumeResponse

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

func (*GetPrimaryStorageVolumeResponse) Descriptor deprecated

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

Deprecated: Use GetPrimaryStorageVolumeResponse.ProtoReflect.Descriptor instead.

func (*GetPrimaryStorageVolumeResponse) GetResult

func (x *GetPrimaryStorageVolumeResponse) GetResult() int64

func (*GetPrimaryStorageVolumeResponse) ProtoMessage

func (*GetPrimaryStorageVolumeResponse) ProtoMessage()

func (*GetPrimaryStorageVolumeResponse) ProtoReflect

func (*GetPrimaryStorageVolumeResponse) Reset

func (*GetPrimaryStorageVolumeResponse) String

type GetRecentStorageVolumesRequest

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

func (*GetRecentStorageVolumesRequest) Descriptor deprecated

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

Deprecated: Use GetRecentStorageVolumesRequest.ProtoReflect.Descriptor instead.

func (*GetRecentStorageVolumesRequest) ProtoMessage

func (*GetRecentStorageVolumesRequest) ProtoMessage()

func (*GetRecentStorageVolumesRequest) ProtoReflect

func (*GetRecentStorageVolumesRequest) Reset

func (x *GetRecentStorageVolumesRequest) Reset()

func (*GetRecentStorageVolumesRequest) String

type GetRecentStorageVolumesResponse

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

func (*GetRecentStorageVolumesResponse) Descriptor deprecated

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

Deprecated: Use GetRecentStorageVolumesResponse.ProtoReflect.Descriptor instead.

func (*GetRecentStorageVolumesResponse) GetResult

func (x *GetRecentStorageVolumesResponse) GetResult() int64

func (*GetRecentStorageVolumesResponse) ProtoMessage

func (*GetRecentStorageVolumesResponse) ProtoMessage()

func (*GetRecentStorageVolumesResponse) ProtoReflect

func (*GetRecentStorageVolumesResponse) Reset

func (*GetRecentStorageVolumesResponse) String

type GetStateRequest

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

func (*GetStateRequest) Descriptor deprecated

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

Deprecated: Use GetStateRequest.ProtoReflect.Descriptor instead.

func (*GetStateRequest) ProtoMessage

func (*GetStateRequest) ProtoMessage()

func (*GetStateRequest) ProtoReflect

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

func (*GetStateRequest) Reset

func (x *GetStateRequest) Reset()

func (*GetStateRequest) String

func (x *GetStateRequest) String() string

type GetStateResponse

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

func (*GetStateResponse) Descriptor deprecated

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

Deprecated: Use GetStateResponse.ProtoReflect.Descriptor instead.

func (*GetStateResponse) GetResult

func (x *GetStateResponse) GetResult() string

func (*GetStateResponse) ProtoMessage

func (*GetStateResponse) ProtoMessage()

func (*GetStateResponse) ProtoReflect

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

func (*GetStateResponse) Reset

func (x *GetStateResponse) Reset()

func (*GetStateResponse) String

func (x *GetStateResponse) String() string

type GetStorageUuidRequest

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

func (*GetStorageUuidRequest) Descriptor deprecated

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

Deprecated: Use GetStorageUuidRequest.ProtoReflect.Descriptor instead.

func (*GetStorageUuidRequest) ProtoMessage

func (*GetStorageUuidRequest) ProtoMessage()

func (*GetStorageUuidRequest) ProtoReflect

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

func (*GetStorageUuidRequest) Reset

func (x *GetStorageUuidRequest) Reset()

func (*GetStorageUuidRequest) String

func (x *GetStorageUuidRequest) String() string

type GetStorageUuidResponse

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

func (*GetStorageUuidResponse) Descriptor deprecated

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

Deprecated: Use GetStorageUuidResponse.ProtoReflect.Descriptor instead.

func (*GetStorageUuidResponse) GetResult

func (x *GetStorageUuidResponse) GetResult() int64

func (*GetStorageUuidResponse) ProtoMessage

func (*GetStorageUuidResponse) ProtoMessage()

func (*GetStorageUuidResponse) ProtoReflect

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

func (*GetStorageUuidResponse) Reset

func (x *GetStorageUuidResponse) Reset()

func (*GetStorageUuidResponse) String

func (x *GetStorageUuidResponse) String() string

type GetStorageVolume1Request

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

func (*GetStorageVolume1Request) Descriptor deprecated

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

Deprecated: Use GetStorageVolume1Request.ProtoReflect.Descriptor instead.

func (*GetStorageVolume1Request) GetArg0

func (x *GetStorageVolume1Request) GetArg0() int64

func (*GetStorageVolume1Request) ProtoMessage

func (*GetStorageVolume1Request) ProtoMessage()

func (*GetStorageVolume1Request) ProtoReflect

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

func (*GetStorageVolume1Request) Reset

func (x *GetStorageVolume1Request) Reset()

func (*GetStorageVolume1Request) String

func (x *GetStorageVolume1Request) String() string

type GetStorageVolume1Response

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

func (*GetStorageVolume1Response) Descriptor deprecated

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

Deprecated: Use GetStorageVolume1Response.ProtoReflect.Descriptor instead.

func (*GetStorageVolume1Response) GetResult

func (x *GetStorageVolume1Response) GetResult() int64

func (*GetStorageVolume1Response) ProtoMessage

func (*GetStorageVolume1Response) ProtoMessage()

func (*GetStorageVolume1Response) ProtoReflect

func (*GetStorageVolume1Response) Reset

func (x *GetStorageVolume1Response) Reset()

func (*GetStorageVolume1Response) String

func (x *GetStorageVolume1Response) String() string

type GetStorageVolume1_1Request

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

func (*GetStorageVolume1_1Request) Descriptor deprecated

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

Deprecated: Use GetStorageVolume1_1Request.ProtoReflect.Descriptor instead.

func (*GetStorageVolume1_1Request) GetArg0

func (x *GetStorageVolume1_1Request) GetArg0() int64

func (*GetStorageVolume1_1Request) ProtoMessage

func (*GetStorageVolume1_1Request) ProtoMessage()

func (*GetStorageVolume1_1Request) ProtoReflect

func (*GetStorageVolume1_1Request) Reset

func (x *GetStorageVolume1_1Request) Reset()

func (*GetStorageVolume1_1Request) String

func (x *GetStorageVolume1_1Request) String() string

type GetStorageVolume1_1Response

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

func (*GetStorageVolume1_1Response) Descriptor deprecated

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

Deprecated: Use GetStorageVolume1_1Response.ProtoReflect.Descriptor instead.

func (*GetStorageVolume1_1Response) GetResult

func (x *GetStorageVolume1_1Response) GetResult() int64

func (*GetStorageVolume1_1Response) ProtoMessage

func (*GetStorageVolume1_1Response) ProtoMessage()

func (*GetStorageVolume1_1Response) ProtoReflect

func (*GetStorageVolume1_1Response) Reset

func (x *GetStorageVolume1_1Response) Reset()

func (*GetStorageVolume1_1Response) String

func (x *GetStorageVolume1_1Response) String() string

type GetStorageVolumesIncludingSharedProfilesRequest

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

func (*GetStorageVolumesIncludingSharedProfilesRequest) Descriptor deprecated

Deprecated: Use GetStorageVolumesIncludingSharedProfilesRequest.ProtoReflect.Descriptor instead.

func (*GetStorageVolumesIncludingSharedProfilesRequest) ProtoMessage

func (*GetStorageVolumesIncludingSharedProfilesRequest) ProtoReflect

func (*GetStorageVolumesIncludingSharedProfilesRequest) Reset

func (*GetStorageVolumesIncludingSharedProfilesRequest) String

type GetStorageVolumesIncludingSharedProfilesResponse

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

func (*GetStorageVolumesIncludingSharedProfilesResponse) Descriptor deprecated

Deprecated: Use GetStorageVolumesIncludingSharedProfilesResponse.ProtoReflect.Descriptor instead.

func (*GetStorageVolumesIncludingSharedProfilesResponse) GetResult

func (*GetStorageVolumesIncludingSharedProfilesResponse) ProtoMessage

func (*GetStorageVolumesIncludingSharedProfilesResponse) ProtoReflect

func (*GetStorageVolumesIncludingSharedProfilesResponse) Reset

func (*GetStorageVolumesIncludingSharedProfilesResponse) String

type GetStorageVolumesRequest

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

func (*GetStorageVolumesRequest) Descriptor deprecated

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

Deprecated: Use GetStorageVolumesRequest.ProtoReflect.Descriptor instead.

func (*GetStorageVolumesRequest) ProtoMessage

func (*GetStorageVolumesRequest) ProtoMessage()

func (*GetStorageVolumesRequest) ProtoReflect

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

func (*GetStorageVolumesRequest) Reset

func (x *GetStorageVolumesRequest) Reset()

func (*GetStorageVolumesRequest) String

func (x *GetStorageVolumesRequest) String() string

type GetStorageVolumesResponse

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

func (*GetStorageVolumesResponse) Descriptor deprecated

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

Deprecated: Use GetStorageVolumesResponse.ProtoReflect.Descriptor instead.

func (*GetStorageVolumesResponse) GetResult

func (x *GetStorageVolumesResponse) GetResult() int64

func (*GetStorageVolumesResponse) ProtoMessage

func (*GetStorageVolumesResponse) ProtoMessage()

func (*GetStorageVolumesResponse) ProtoReflect

func (*GetStorageVolumesResponse) Reset

func (x *GetStorageVolumesResponse) Reset()

func (*GetStorageVolumesResponse) String

func (x *GetStorageVolumesResponse) String() string

type GetUuidForPathRequest

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

func (*GetUuidForPathRequest) Descriptor deprecated

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

Deprecated: Use GetUuidForPathRequest.ProtoReflect.Descriptor instead.

func (*GetUuidForPathRequest) GetArg0

func (x *GetUuidForPathRequest) GetArg0() int64

func (*GetUuidForPathRequest) ProtoMessage

func (*GetUuidForPathRequest) ProtoMessage()

func (*GetUuidForPathRequest) ProtoReflect

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

func (*GetUuidForPathRequest) Reset

func (x *GetUuidForPathRequest) Reset()

func (*GetUuidForPathRequest) String

func (x *GetUuidForPathRequest) String() string

type GetUuidForPathResponse

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

func (*GetUuidForPathResponse) Descriptor deprecated

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

Deprecated: Use GetUuidForPathResponse.ProtoReflect.Descriptor instead.

func (*GetUuidForPathResponse) GetResult

func (x *GetUuidForPathResponse) GetResult() int64

func (*GetUuidForPathResponse) ProtoMessage

func (*GetUuidForPathResponse) ProtoMessage()

func (*GetUuidForPathResponse) ProtoReflect

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

func (*GetUuidForPathResponse) Reset

func (x *GetUuidForPathResponse) Reset()

func (*GetUuidForPathResponse) String

func (x *GetUuidForPathResponse) String() string

type GetUuidRequest

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

func (*GetUuidRequest) Descriptor deprecated

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

Deprecated: Use GetUuidRequest.ProtoReflect.Descriptor instead.

func (*GetUuidRequest) ProtoMessage

func (*GetUuidRequest) ProtoMessage()

func (*GetUuidRequest) ProtoReflect

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

func (*GetUuidRequest) Reset

func (x *GetUuidRequest) Reset()

func (*GetUuidRequest) String

func (x *GetUuidRequest) String() string

type GetUuidResponse

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

func (*GetUuidResponse) Descriptor deprecated

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

Deprecated: Use GetUuidResponse.ProtoReflect.Descriptor instead.

func (*GetUuidResponse) GetResult

func (x *GetUuidResponse) GetResult() string

func (*GetUuidResponse) ProtoMessage

func (*GetUuidResponse) ProtoMessage()

func (*GetUuidResponse) ProtoReflect

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

func (*GetUuidResponse) Reset

func (x *GetUuidResponse) Reset()

func (*GetUuidResponse) String

func (x *GetUuidResponse) String() string

type HashCodeRequest

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

func (*HashCodeRequest) Descriptor deprecated

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

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) ProtoMessage

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect

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

func (*HashCodeRequest) Reset

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String

func (x *HashCodeRequest) String() string

type HashCodeResponse

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

func (*HashCodeResponse) Descriptor deprecated

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

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect

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

func (*HashCodeResponse) Reset

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String

func (x *HashCodeResponse) String() string

type IsAllocationSupportedRequest

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

func (*IsAllocationSupportedRequest) Descriptor deprecated

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

Deprecated: Use IsAllocationSupportedRequest.ProtoReflect.Descriptor instead.

func (*IsAllocationSupportedRequest) GetArg0

func (x *IsAllocationSupportedRequest) GetArg0() int64

func (*IsAllocationSupportedRequest) ProtoMessage

func (*IsAllocationSupportedRequest) ProtoMessage()

func (*IsAllocationSupportedRequest) ProtoReflect

func (*IsAllocationSupportedRequest) Reset

func (x *IsAllocationSupportedRequest) Reset()

func (*IsAllocationSupportedRequest) String

type IsAllocationSupportedResponse

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

func (*IsAllocationSupportedResponse) Descriptor deprecated

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

Deprecated: Use IsAllocationSupportedResponse.ProtoReflect.Descriptor instead.

func (*IsAllocationSupportedResponse) GetResult

func (x *IsAllocationSupportedResponse) GetResult() bool

func (*IsAllocationSupportedResponse) ProtoMessage

func (*IsAllocationSupportedResponse) ProtoMessage()

func (*IsAllocationSupportedResponse) ProtoReflect

func (*IsAllocationSupportedResponse) Reset

func (x *IsAllocationSupportedResponse) Reset()

func (*IsAllocationSupportedResponse) String

type IsCacheBehaviorGroupRequest

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

func (*IsCacheBehaviorGroupRequest) Descriptor deprecated

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

Deprecated: Use IsCacheBehaviorGroupRequest.ProtoReflect.Descriptor instead.

func (*IsCacheBehaviorGroupRequest) GetArg0

func (x *IsCacheBehaviorGroupRequest) GetArg0() int64

func (*IsCacheBehaviorGroupRequest) ProtoMessage

func (*IsCacheBehaviorGroupRequest) ProtoMessage()

func (*IsCacheBehaviorGroupRequest) ProtoReflect

func (*IsCacheBehaviorGroupRequest) Reset

func (x *IsCacheBehaviorGroupRequest) Reset()

func (*IsCacheBehaviorGroupRequest) String

func (x *IsCacheBehaviorGroupRequest) String() string

type IsCacheBehaviorGroupResponse

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

func (*IsCacheBehaviorGroupResponse) Descriptor deprecated

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

Deprecated: Use IsCacheBehaviorGroupResponse.ProtoReflect.Descriptor instead.

func (*IsCacheBehaviorGroupResponse) GetResult

func (x *IsCacheBehaviorGroupResponse) GetResult() bool

func (*IsCacheBehaviorGroupResponse) ProtoMessage

func (*IsCacheBehaviorGroupResponse) ProtoMessage()

func (*IsCacheBehaviorGroupResponse) ProtoReflect

func (*IsCacheBehaviorGroupResponse) Reset

func (x *IsCacheBehaviorGroupResponse) Reset()

func (*IsCacheBehaviorGroupResponse) String

type IsCacheBehaviorTombstoneRequest

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

func (*IsCacheBehaviorTombstoneRequest) Descriptor deprecated

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

Deprecated: Use IsCacheBehaviorTombstoneRequest.ProtoReflect.Descriptor instead.

func (*IsCacheBehaviorTombstoneRequest) GetArg0

func (*IsCacheBehaviorTombstoneRequest) ProtoMessage

func (*IsCacheBehaviorTombstoneRequest) ProtoMessage()

func (*IsCacheBehaviorTombstoneRequest) ProtoReflect

func (*IsCacheBehaviorTombstoneRequest) Reset

func (*IsCacheBehaviorTombstoneRequest) String

type IsCacheBehaviorTombstoneResponse

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

func (*IsCacheBehaviorTombstoneResponse) Descriptor deprecated

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

Deprecated: Use IsCacheBehaviorTombstoneResponse.ProtoReflect.Descriptor instead.

func (*IsCacheBehaviorTombstoneResponse) GetResult

func (x *IsCacheBehaviorTombstoneResponse) GetResult() bool

func (*IsCacheBehaviorTombstoneResponse) ProtoMessage

func (*IsCacheBehaviorTombstoneResponse) ProtoMessage()

func (*IsCacheBehaviorTombstoneResponse) ProtoReflect

func (*IsCacheBehaviorTombstoneResponse) Reset

func (*IsCacheBehaviorTombstoneResponse) String

type IsCheckpointSupportedRequest

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

func (*IsCheckpointSupportedRequest) Descriptor deprecated

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

Deprecated: Use IsCheckpointSupportedRequest.ProtoReflect.Descriptor instead.

func (*IsCheckpointSupportedRequest) ProtoMessage

func (*IsCheckpointSupportedRequest) ProtoMessage()

func (*IsCheckpointSupportedRequest) ProtoReflect

func (*IsCheckpointSupportedRequest) Reset

func (x *IsCheckpointSupportedRequest) Reset()

func (*IsCheckpointSupportedRequest) String

type IsCheckpointSupportedResponse

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

func (*IsCheckpointSupportedResponse) Descriptor deprecated

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

Deprecated: Use IsCheckpointSupportedResponse.ProtoReflect.Descriptor instead.

func (*IsCheckpointSupportedResponse) GetResult

func (x *IsCheckpointSupportedResponse) GetResult() bool

func (*IsCheckpointSupportedResponse) ProtoMessage

func (*IsCheckpointSupportedResponse) ProtoMessage()

func (*IsCheckpointSupportedResponse) ProtoReflect

func (*IsCheckpointSupportedResponse) Reset

func (x *IsCheckpointSupportedResponse) Reset()

func (*IsCheckpointSupportedResponse) String

type IsEmulatedRequest

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

func (*IsEmulatedRequest) Descriptor deprecated

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

Deprecated: Use IsEmulatedRequest.ProtoReflect.Descriptor instead.

func (*IsEmulatedRequest) ProtoMessage

func (*IsEmulatedRequest) ProtoMessage()

func (*IsEmulatedRequest) ProtoReflect

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

func (*IsEmulatedRequest) Reset

func (x *IsEmulatedRequest) Reset()

func (*IsEmulatedRequest) String

func (x *IsEmulatedRequest) String() string

type IsEmulatedResponse

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

func (*IsEmulatedResponse) Descriptor deprecated

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

Deprecated: Use IsEmulatedResponse.ProtoReflect.Descriptor instead.

func (*IsEmulatedResponse) GetResult

func (x *IsEmulatedResponse) GetResult() bool

func (*IsEmulatedResponse) ProtoMessage

func (*IsEmulatedResponse) ProtoMessage()

func (*IsEmulatedResponse) ProtoReflect

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

func (*IsEmulatedResponse) Reset

func (x *IsEmulatedResponse) Reset()

func (*IsEmulatedResponse) String

func (x *IsEmulatedResponse) String() string

type IsEncryptedRequest

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

func (*IsEncryptedRequest) Descriptor deprecated

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

Deprecated: Use IsEncryptedRequest.ProtoReflect.Descriptor instead.

func (*IsEncryptedRequest) GetArg0

func (x *IsEncryptedRequest) GetArg0() int64

func (*IsEncryptedRequest) ProtoMessage

func (*IsEncryptedRequest) ProtoMessage()

func (*IsEncryptedRequest) ProtoReflect

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

func (*IsEncryptedRequest) Reset

func (x *IsEncryptedRequest) Reset()

func (*IsEncryptedRequest) String

func (x *IsEncryptedRequest) String() string

type IsEncryptedResponse

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

func (*IsEncryptedResponse) Descriptor deprecated

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

Deprecated: Use IsEncryptedResponse.ProtoReflect.Descriptor instead.

func (*IsEncryptedResponse) GetResult

func (x *IsEncryptedResponse) GetResult() bool

func (*IsEncryptedResponse) ProtoMessage

func (*IsEncryptedResponse) ProtoMessage()

func (*IsEncryptedResponse) ProtoReflect

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

func (*IsEncryptedResponse) Reset

func (x *IsEncryptedResponse) Reset()

func (*IsEncryptedResponse) String

func (x *IsEncryptedResponse) String() string

type IsObbMountedRequest

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

func (*IsObbMountedRequest) Descriptor deprecated

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

Deprecated: Use IsObbMountedRequest.ProtoReflect.Descriptor instead.

func (*IsObbMountedRequest) GetArg0

func (x *IsObbMountedRequest) GetArg0() string

func (*IsObbMountedRequest) ProtoMessage

func (*IsObbMountedRequest) ProtoMessage()

func (*IsObbMountedRequest) ProtoReflect

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

func (*IsObbMountedRequest) Reset

func (x *IsObbMountedRequest) Reset()

func (*IsObbMountedRequest) String

func (x *IsObbMountedRequest) String() string

type IsObbMountedResponse

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

func (*IsObbMountedResponse) Descriptor deprecated

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

Deprecated: Use IsObbMountedResponse.ProtoReflect.Descriptor instead.

func (*IsObbMountedResponse) GetResult

func (x *IsObbMountedResponse) GetResult() bool

func (*IsObbMountedResponse) ProtoMessage

func (*IsObbMountedResponse) ProtoMessage()

func (*IsObbMountedResponse) ProtoReflect

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

func (*IsObbMountedResponse) Reset

func (x *IsObbMountedResponse) Reset()

func (*IsObbMountedResponse) String

func (x *IsObbMountedResponse) String() string

type IsPrimaryRequest

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

func (*IsPrimaryRequest) Descriptor deprecated

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

Deprecated: Use IsPrimaryRequest.ProtoReflect.Descriptor instead.

func (*IsPrimaryRequest) ProtoMessage

func (*IsPrimaryRequest) ProtoMessage()

func (*IsPrimaryRequest) ProtoReflect

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

func (*IsPrimaryRequest) Reset

func (x *IsPrimaryRequest) Reset()

func (*IsPrimaryRequest) String

func (x *IsPrimaryRequest) String() string

type IsPrimaryResponse

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

func (*IsPrimaryResponse) Descriptor deprecated

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

Deprecated: Use IsPrimaryResponse.ProtoReflect.Descriptor instead.

func (*IsPrimaryResponse) GetResult

func (x *IsPrimaryResponse) GetResult() bool

func (*IsPrimaryResponse) ProtoMessage

func (*IsPrimaryResponse) ProtoMessage()

func (*IsPrimaryResponse) ProtoReflect

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

func (*IsPrimaryResponse) Reset

func (x *IsPrimaryResponse) Reset()

func (*IsPrimaryResponse) String

func (x *IsPrimaryResponse) String() string

type IsRemovableRequest

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

func (*IsRemovableRequest) Descriptor deprecated

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

Deprecated: Use IsRemovableRequest.ProtoReflect.Descriptor instead.

func (*IsRemovableRequest) ProtoMessage

func (*IsRemovableRequest) ProtoMessage()

func (*IsRemovableRequest) ProtoReflect

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

func (*IsRemovableRequest) Reset

func (x *IsRemovableRequest) Reset()

func (*IsRemovableRequest) String

func (x *IsRemovableRequest) String() string

type IsRemovableResponse

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

func (*IsRemovableResponse) Descriptor deprecated

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

Deprecated: Use IsRemovableResponse.ProtoReflect.Descriptor instead.

func (*IsRemovableResponse) GetResult

func (x *IsRemovableResponse) GetResult() bool

func (*IsRemovableResponse) ProtoMessage

func (*IsRemovableResponse) ProtoMessage()

func (*IsRemovableResponse) ProtoReflect

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

func (*IsRemovableResponse) Reset

func (x *IsRemovableResponse) Reset()

func (*IsRemovableResponse) String

func (x *IsRemovableResponse) String() string

type ManagerServiceClient added in v0.0.4

type ManagerServiceClient interface {
	AllocateBytes2(ctx context.Context, in *AllocateBytes2Request, opts ...grpc.CallOption) (*AllocateBytes2Response, error)
	AllocateBytes2_1(ctx context.Context, in *AllocateBytes2_1Request, opts ...grpc.CallOption) (*AllocateBytes2_1Response, error)
	GetAllocatableBytes(ctx context.Context, in *GetAllocatableBytesRequest, opts ...grpc.CallOption) (*GetAllocatableBytesResponse, error)
	GetCacheQuotaBytes(ctx context.Context, in *GetCacheQuotaBytesRequest, opts ...grpc.CallOption) (*GetCacheQuotaBytesResponse, error)
	GetCacheSizeBytes(ctx context.Context, in *GetCacheSizeBytesRequest, opts ...grpc.CallOption) (*GetCacheSizeBytesResponse, error)
	GetManageSpaceActivityIntent(ctx context.Context, in *GetManageSpaceActivityIntentRequest, opts ...grpc.CallOption) (*GetManageSpaceActivityIntentResponse, error)
	GetMountedObbPath(ctx context.Context, in *GetMountedObbPathRequest, opts ...grpc.CallOption) (*GetMountedObbPathResponse, error)
	GetPrimaryStorageVolume(ctx context.Context, in *GetPrimaryStorageVolumeRequest, opts ...grpc.CallOption) (*GetPrimaryStorageVolumeResponse, error)
	GetRecentStorageVolumes(ctx context.Context, in *GetRecentStorageVolumesRequest, opts ...grpc.CallOption) (*GetRecentStorageVolumesResponse, error)
	GetStorageVolume1(ctx context.Context, in *GetStorageVolume1Request, opts ...grpc.CallOption) (*GetStorageVolume1Response, error)
	GetStorageVolume1_1(ctx context.Context, in *GetStorageVolume1_1Request, opts ...grpc.CallOption) (*GetStorageVolume1_1Response, error)
	GetStorageVolumes(ctx context.Context, in *GetStorageVolumesRequest, opts ...grpc.CallOption) (*GetStorageVolumesResponse, error)
	GetStorageVolumesIncludingSharedProfiles(ctx context.Context, in *GetStorageVolumesIncludingSharedProfilesRequest, opts ...grpc.CallOption) (*GetStorageVolumesIncludingSharedProfilesResponse, error)
	GetUuidForPath(ctx context.Context, in *GetUuidForPathRequest, opts ...grpc.CallOption) (*GetUuidForPathResponse, error)
	IsAllocationSupported(ctx context.Context, in *IsAllocationSupportedRequest, opts ...grpc.CallOption) (*IsAllocationSupportedResponse, error)
	IsCacheBehaviorGroup(ctx context.Context, in *IsCacheBehaviorGroupRequest, opts ...grpc.CallOption) (*IsCacheBehaviorGroupResponse, error)
	IsCacheBehaviorTombstone(ctx context.Context, in *IsCacheBehaviorTombstoneRequest, opts ...grpc.CallOption) (*IsCacheBehaviorTombstoneResponse, error)
	IsCheckpointSupported(ctx context.Context, in *IsCheckpointSupportedRequest, opts ...grpc.CallOption) (*IsCheckpointSupportedResponse, error)
	IsEncrypted(ctx context.Context, in *IsEncryptedRequest, opts ...grpc.CallOption) (*IsEncryptedResponse, error)
	IsObbMounted(ctx context.Context, in *IsObbMountedRequest, opts ...grpc.CallOption) (*IsObbMountedResponse, error)
	MountObb(ctx context.Context, in *MountObbRequest, opts ...grpc.CallOption) (*MountObbResponse, error)
	RegisterStorageVolumeCallback(ctx context.Context, in *RegisterStorageVolumeCallbackRequest, opts ...grpc.CallOption) (*RegisterStorageVolumeCallbackResponse, error)
	SetCacheBehaviorGroup(ctx context.Context, in *SetCacheBehaviorGroupRequest, opts ...grpc.CallOption) (*SetCacheBehaviorGroupResponse, error)
	SetCacheBehaviorTombstone(ctx context.Context, in *SetCacheBehaviorTombstoneRequest, opts ...grpc.CallOption) (*SetCacheBehaviorTombstoneResponse, error)
	UnmountObb(ctx context.Context, in *UnmountObbRequest, opts ...grpc.CallOption) (*UnmountObbResponse, error)
	UnregisterStorageVolumeCallback(ctx context.Context, in *UnregisterStorageVolumeCallbackRequest, opts ...grpc.CallOption) (*UnregisterStorageVolumeCallbackResponse, error)
}

ManagerServiceClient is the client API for ManagerService 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 NewManagerServiceClient added in v0.0.4

func NewManagerServiceClient(cc grpc.ClientConnInterface) ManagerServiceClient

type ManagerServiceServer added in v0.0.4

type ManagerServiceServer interface {
	AllocateBytes2(context.Context, *AllocateBytes2Request) (*AllocateBytes2Response, error)
	AllocateBytes2_1(context.Context, *AllocateBytes2_1Request) (*AllocateBytes2_1Response, error)
	GetAllocatableBytes(context.Context, *GetAllocatableBytesRequest) (*GetAllocatableBytesResponse, error)
	GetCacheQuotaBytes(context.Context, *GetCacheQuotaBytesRequest) (*GetCacheQuotaBytesResponse, error)
	GetCacheSizeBytes(context.Context, *GetCacheSizeBytesRequest) (*GetCacheSizeBytesResponse, error)
	GetManageSpaceActivityIntent(context.Context, *GetManageSpaceActivityIntentRequest) (*GetManageSpaceActivityIntentResponse, error)
	GetMountedObbPath(context.Context, *GetMountedObbPathRequest) (*GetMountedObbPathResponse, error)
	GetPrimaryStorageVolume(context.Context, *GetPrimaryStorageVolumeRequest) (*GetPrimaryStorageVolumeResponse, error)
	GetRecentStorageVolumes(context.Context, *GetRecentStorageVolumesRequest) (*GetRecentStorageVolumesResponse, error)
	GetStorageVolume1(context.Context, *GetStorageVolume1Request) (*GetStorageVolume1Response, error)
	GetStorageVolume1_1(context.Context, *GetStorageVolume1_1Request) (*GetStorageVolume1_1Response, error)
	GetStorageVolumes(context.Context, *GetStorageVolumesRequest) (*GetStorageVolumesResponse, error)
	GetStorageVolumesIncludingSharedProfiles(context.Context, *GetStorageVolumesIncludingSharedProfilesRequest) (*GetStorageVolumesIncludingSharedProfilesResponse, error)
	GetUuidForPath(context.Context, *GetUuidForPathRequest) (*GetUuidForPathResponse, error)
	IsAllocationSupported(context.Context, *IsAllocationSupportedRequest) (*IsAllocationSupportedResponse, error)
	IsCacheBehaviorGroup(context.Context, *IsCacheBehaviorGroupRequest) (*IsCacheBehaviorGroupResponse, error)
	IsCacheBehaviorTombstone(context.Context, *IsCacheBehaviorTombstoneRequest) (*IsCacheBehaviorTombstoneResponse, error)
	IsCheckpointSupported(context.Context, *IsCheckpointSupportedRequest) (*IsCheckpointSupportedResponse, error)
	IsEncrypted(context.Context, *IsEncryptedRequest) (*IsEncryptedResponse, error)
	IsObbMounted(context.Context, *IsObbMountedRequest) (*IsObbMountedResponse, error)
	MountObb(context.Context, *MountObbRequest) (*MountObbResponse, error)
	RegisterStorageVolumeCallback(context.Context, *RegisterStorageVolumeCallbackRequest) (*RegisterStorageVolumeCallbackResponse, error)
	SetCacheBehaviorGroup(context.Context, *SetCacheBehaviorGroupRequest) (*SetCacheBehaviorGroupResponse, error)
	SetCacheBehaviorTombstone(context.Context, *SetCacheBehaviorTombstoneRequest) (*SetCacheBehaviorTombstoneResponse, error)
	UnmountObb(context.Context, *UnmountObbRequest) (*UnmountObbResponse, error)
	UnregisterStorageVolumeCallback(context.Context, *UnregisterStorageVolumeCallbackRequest) (*UnregisterStorageVolumeCallbackResponse, error)
	// contains filtered or unexported methods
}

ManagerServiceServer is the server API for ManagerService service. All implementations must embed UnimplementedManagerServiceServer for forward compatibility.

type ManagerStorageVolumeCallbackServiceClient added in v0.0.6

type ManagerStorageVolumeCallbackServiceClient interface {
	OnStateChanged(ctx context.Context, in *OnStateChangedRequest, opts ...grpc.CallOption) (*OnStateChangedResponse, error)
}

ManagerStorageVolumeCallbackServiceClient is the client API for ManagerStorageVolumeCallbackService 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 NewManagerStorageVolumeCallbackServiceClient added in v0.0.6

func NewManagerStorageVolumeCallbackServiceClient(cc grpc.ClientConnInterface) ManagerStorageVolumeCallbackServiceClient

type ManagerStorageVolumeCallbackServiceServer added in v0.0.6

type ManagerStorageVolumeCallbackServiceServer interface {
	OnStateChanged(context.Context, *OnStateChangedRequest) (*OnStateChangedResponse, error)
	// contains filtered or unexported methods
}

ManagerStorageVolumeCallbackServiceServer is the server API for ManagerStorageVolumeCallbackService service. All implementations must embed UnimplementedManagerStorageVolumeCallbackServiceServer for forward compatibility.

type MountObbRequest

type MountObbRequest struct {
	Arg0 string `protobuf:"bytes,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 (*MountObbRequest) Descriptor deprecated

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

Deprecated: Use MountObbRequest.ProtoReflect.Descriptor instead.

func (*MountObbRequest) GetArg0

func (x *MountObbRequest) GetArg0() string

func (*MountObbRequest) GetArg1

func (x *MountObbRequest) GetArg1() string

func (*MountObbRequest) GetArg2

func (x *MountObbRequest) GetArg2() int64

func (*MountObbRequest) ProtoMessage

func (*MountObbRequest) ProtoMessage()

func (*MountObbRequest) ProtoReflect

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

func (*MountObbRequest) Reset

func (x *MountObbRequest) Reset()

func (*MountObbRequest) String

func (x *MountObbRequest) String() string

type MountObbResponse

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

func (*MountObbResponse) Descriptor deprecated

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

Deprecated: Use MountObbResponse.ProtoReflect.Descriptor instead.

func (*MountObbResponse) GetResult

func (x *MountObbResponse) GetResult() bool

func (*MountObbResponse) ProtoMessage

func (*MountObbResponse) ProtoMessage()

func (*MountObbResponse) ProtoReflect

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

func (*MountObbResponse) Reset

func (x *MountObbResponse) Reset()

func (*MountObbResponse) String

func (x *MountObbResponse) String() string

type OnObbStateChangeListenerServiceClient added in v0.0.6

type OnObbStateChangeListenerServiceClient interface {
	OnObbStateChange(ctx context.Context, in *OnObbStateChangeRequest, opts ...grpc.CallOption) (*OnObbStateChangeResponse, error)
}

OnObbStateChangeListenerServiceClient is the client API for OnObbStateChangeListenerService 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 NewOnObbStateChangeListenerServiceClient added in v0.0.6

func NewOnObbStateChangeListenerServiceClient(cc grpc.ClientConnInterface) OnObbStateChangeListenerServiceClient

type OnObbStateChangeListenerServiceServer added in v0.0.6

type OnObbStateChangeListenerServiceServer interface {
	OnObbStateChange(context.Context, *OnObbStateChangeRequest) (*OnObbStateChangeResponse, error)
	// contains filtered or unexported methods
}

OnObbStateChangeListenerServiceServer is the server API for OnObbStateChangeListenerService service. All implementations must embed UnimplementedOnObbStateChangeListenerServiceServer for forward compatibility.

type OnObbStateChangeRequest added in v0.0.6

type OnObbStateChangeRequest struct {
	Arg0 string `protobuf:"bytes,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 (*OnObbStateChangeRequest) Descriptor deprecated added in v0.0.6

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

Deprecated: Use OnObbStateChangeRequest.ProtoReflect.Descriptor instead.

func (*OnObbStateChangeRequest) GetArg0 added in v0.0.6

func (x *OnObbStateChangeRequest) GetArg0() string

func (*OnObbStateChangeRequest) GetArg1 added in v0.0.6

func (x *OnObbStateChangeRequest) GetArg1() int32

func (*OnObbStateChangeRequest) ProtoMessage added in v0.0.6

func (*OnObbStateChangeRequest) ProtoMessage()

func (*OnObbStateChangeRequest) ProtoReflect added in v0.0.6

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

func (*OnObbStateChangeRequest) Reset added in v0.0.6

func (x *OnObbStateChangeRequest) Reset()

func (*OnObbStateChangeRequest) String added in v0.0.6

func (x *OnObbStateChangeRequest) String() string

type OnObbStateChangeResponse added in v0.0.6

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

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

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

Deprecated: Use OnObbStateChangeResponse.ProtoReflect.Descriptor instead.

func (*OnObbStateChangeResponse) ProtoMessage added in v0.0.6

func (*OnObbStateChangeResponse) ProtoMessage()

func (*OnObbStateChangeResponse) ProtoReflect added in v0.0.6

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

func (*OnObbStateChangeResponse) Reset added in v0.0.6

func (x *OnObbStateChangeResponse) Reset()

func (*OnObbStateChangeResponse) String added in v0.0.6

func (x *OnObbStateChangeResponse) String() string

type OnStateChangedRequest added in v0.0.6

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

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

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

Deprecated: Use OnStateChangedRequest.ProtoReflect.Descriptor instead.

func (*OnStateChangedRequest) GetArg0 added in v0.0.6

func (x *OnStateChangedRequest) GetArg0() int64

func (*OnStateChangedRequest) ProtoMessage added in v0.0.6

func (*OnStateChangedRequest) ProtoMessage()

func (*OnStateChangedRequest) ProtoReflect added in v0.0.6

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

func (*OnStateChangedRequest) Reset added in v0.0.6

func (x *OnStateChangedRequest) Reset()

func (*OnStateChangedRequest) String added in v0.0.6

func (x *OnStateChangedRequest) String() string

type OnStateChangedResponse added in v0.0.6

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

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

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

Deprecated: Use OnStateChangedResponse.ProtoReflect.Descriptor instead.

func (*OnStateChangedResponse) ProtoMessage added in v0.0.6

func (*OnStateChangedResponse) ProtoMessage()

func (*OnStateChangedResponse) ProtoReflect added in v0.0.6

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

func (*OnStateChangedResponse) Reset added in v0.0.6

func (x *OnStateChangedResponse) Reset()

func (*OnStateChangedResponse) String added in v0.0.6

func (x *OnStateChangedResponse) String() string

type RegisterStorageVolumeCallbackRequest

type RegisterStorageVolumeCallbackRequest 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 (*RegisterStorageVolumeCallbackRequest) Descriptor deprecated

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

Deprecated: Use RegisterStorageVolumeCallbackRequest.ProtoReflect.Descriptor instead.

func (*RegisterStorageVolumeCallbackRequest) GetArg0

func (*RegisterStorageVolumeCallbackRequest) GetArg1

func (*RegisterStorageVolumeCallbackRequest) ProtoMessage

func (*RegisterStorageVolumeCallbackRequest) ProtoMessage()

func (*RegisterStorageVolumeCallbackRequest) ProtoReflect

func (*RegisterStorageVolumeCallbackRequest) Reset

func (*RegisterStorageVolumeCallbackRequest) String

type RegisterStorageVolumeCallbackResponse

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

func (*RegisterStorageVolumeCallbackResponse) Descriptor deprecated

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

Deprecated: Use RegisterStorageVolumeCallbackResponse.ProtoReflect.Descriptor instead.

func (*RegisterStorageVolumeCallbackResponse) ProtoMessage

func (*RegisterStorageVolumeCallbackResponse) ProtoMessage()

func (*RegisterStorageVolumeCallbackResponse) ProtoReflect

func (*RegisterStorageVolumeCallbackResponse) Reset

func (*RegisterStorageVolumeCallbackResponse) String

type SetCacheBehaviorGroupRequest

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

func (*SetCacheBehaviorGroupRequest) Descriptor deprecated

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

Deprecated: Use SetCacheBehaviorGroupRequest.ProtoReflect.Descriptor instead.

func (*SetCacheBehaviorGroupRequest) GetArg0

func (x *SetCacheBehaviorGroupRequest) GetArg0() int64

func (*SetCacheBehaviorGroupRequest) GetArg1

func (x *SetCacheBehaviorGroupRequest) GetArg1() bool

func (*SetCacheBehaviorGroupRequest) ProtoMessage

func (*SetCacheBehaviorGroupRequest) ProtoMessage()

func (*SetCacheBehaviorGroupRequest) ProtoReflect

func (*SetCacheBehaviorGroupRequest) Reset

func (x *SetCacheBehaviorGroupRequest) Reset()

func (*SetCacheBehaviorGroupRequest) String

type SetCacheBehaviorGroupResponse

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

func (*SetCacheBehaviorGroupResponse) Descriptor deprecated

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

Deprecated: Use SetCacheBehaviorGroupResponse.ProtoReflect.Descriptor instead.

func (*SetCacheBehaviorGroupResponse) ProtoMessage

func (*SetCacheBehaviorGroupResponse) ProtoMessage()

func (*SetCacheBehaviorGroupResponse) ProtoReflect

func (*SetCacheBehaviorGroupResponse) Reset

func (x *SetCacheBehaviorGroupResponse) Reset()

func (*SetCacheBehaviorGroupResponse) String

type SetCacheBehaviorTombstoneRequest

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

func (*SetCacheBehaviorTombstoneRequest) Descriptor deprecated

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

Deprecated: Use SetCacheBehaviorTombstoneRequest.ProtoReflect.Descriptor instead.

func (*SetCacheBehaviorTombstoneRequest) GetArg0

func (*SetCacheBehaviorTombstoneRequest) GetArg1

func (*SetCacheBehaviorTombstoneRequest) ProtoMessage

func (*SetCacheBehaviorTombstoneRequest) ProtoMessage()

func (*SetCacheBehaviorTombstoneRequest) ProtoReflect

func (*SetCacheBehaviorTombstoneRequest) Reset

func (*SetCacheBehaviorTombstoneRequest) String

type SetCacheBehaviorTombstoneResponse

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

func (*SetCacheBehaviorTombstoneResponse) Descriptor deprecated

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

Deprecated: Use SetCacheBehaviorTombstoneResponse.ProtoReflect.Descriptor instead.

func (*SetCacheBehaviorTombstoneResponse) ProtoMessage

func (*SetCacheBehaviorTombstoneResponse) ProtoMessage()

func (*SetCacheBehaviorTombstoneResponse) ProtoReflect

func (*SetCacheBehaviorTombstoneResponse) Reset

func (*SetCacheBehaviorTombstoneResponse) String

type ToStringRequest

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

func (*ToStringRequest) Descriptor deprecated

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

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) ProtoMessage

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect

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

func (*ToStringRequest) Reset

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String

func (x *ToStringRequest) String() string

type ToStringResponse

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

func (*ToStringResponse) Descriptor deprecated

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

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect

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

func (*ToStringResponse) Reset

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String

func (x *ToStringResponse) String() string

type UnimplementedManagerServiceServer added in v0.0.4

type UnimplementedManagerServiceServer struct{}

UnimplementedManagerServiceServer 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 (UnimplementedManagerServiceServer) AllocateBytes2 added in v0.0.4

func (UnimplementedManagerServiceServer) AllocateBytes2_1 added in v0.0.4

func (UnimplementedManagerServiceServer) GetAllocatableBytes added in v0.0.4

func (UnimplementedManagerServiceServer) GetCacheQuotaBytes added in v0.0.4

func (UnimplementedManagerServiceServer) GetCacheSizeBytes added in v0.0.4

func (UnimplementedManagerServiceServer) GetManageSpaceActivityIntent added in v0.0.4

func (UnimplementedManagerServiceServer) GetMountedObbPath added in v0.0.4

func (UnimplementedManagerServiceServer) GetPrimaryStorageVolume added in v0.0.4

func (UnimplementedManagerServiceServer) GetRecentStorageVolumes added in v0.0.4

func (UnimplementedManagerServiceServer) GetStorageVolume1 added in v0.0.4

func (UnimplementedManagerServiceServer) GetStorageVolume1_1 added in v0.0.4

func (UnimplementedManagerServiceServer) GetStorageVolumes added in v0.0.4

func (UnimplementedManagerServiceServer) GetUuidForPath added in v0.0.4

func (UnimplementedManagerServiceServer) IsAllocationSupported added in v0.0.4

func (UnimplementedManagerServiceServer) IsCacheBehaviorGroup added in v0.0.4

func (UnimplementedManagerServiceServer) IsCacheBehaviorTombstone added in v0.0.4

func (UnimplementedManagerServiceServer) IsCheckpointSupported added in v0.0.4

func (UnimplementedManagerServiceServer) IsEncrypted added in v0.0.4

func (UnimplementedManagerServiceServer) IsObbMounted added in v0.0.4

func (UnimplementedManagerServiceServer) MountObb added in v0.0.4

func (UnimplementedManagerServiceServer) RegisterStorageVolumeCallback added in v0.0.4

func (UnimplementedManagerServiceServer) SetCacheBehaviorGroup added in v0.0.4

func (UnimplementedManagerServiceServer) SetCacheBehaviorTombstone added in v0.0.4

func (UnimplementedManagerServiceServer) UnmountObb added in v0.0.4

func (UnimplementedManagerServiceServer) UnregisterStorageVolumeCallback added in v0.0.4

type UnimplementedManagerStorageVolumeCallbackServiceServer added in v0.0.6

type UnimplementedManagerStorageVolumeCallbackServiceServer struct{}

UnimplementedManagerStorageVolumeCallbackServiceServer 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 (UnimplementedManagerStorageVolumeCallbackServiceServer) OnStateChanged added in v0.0.6

type UnimplementedOnObbStateChangeListenerServiceServer added in v0.0.6

type UnimplementedOnObbStateChangeListenerServiceServer struct{}

UnimplementedOnObbStateChangeListenerServiceServer 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 (UnimplementedOnObbStateChangeListenerServiceServer) OnObbStateChange added in v0.0.6

type UnimplementedVolumeServiceServer added in v0.0.4

type UnimplementedVolumeServiceServer struct{}

UnimplementedVolumeServiceServer 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 (UnimplementedVolumeServiceServer) CreateAccessIntent added in v0.0.4

func (UnimplementedVolumeServiceServer) CreateOpenDocumentTreeIntent added in v0.0.4

func (UnimplementedVolumeServiceServer) DescribeContents added in v0.0.4

func (UnimplementedVolumeServiceServer) Equals added in v0.0.4

func (UnimplementedVolumeServiceServer) GetDescription added in v0.0.4

func (UnimplementedVolumeServiceServer) GetDirectory added in v0.0.4

func (UnimplementedVolumeServiceServer) GetMediaStoreVolumeName added in v0.0.4

func (UnimplementedVolumeServiceServer) GetOwner added in v0.0.4

func (UnimplementedVolumeServiceServer) GetState added in v0.0.4

func (UnimplementedVolumeServiceServer) GetStorageUuid added in v0.0.4

func (UnimplementedVolumeServiceServer) GetUuid added in v0.0.4

func (UnimplementedVolumeServiceServer) HashCode added in v0.0.4

func (UnimplementedVolumeServiceServer) IsEmulated added in v0.0.4

func (UnimplementedVolumeServiceServer) IsPrimary added in v0.0.4

func (UnimplementedVolumeServiceServer) IsRemovable added in v0.0.4

func (UnimplementedVolumeServiceServer) ToString added in v0.0.4

func (UnimplementedVolumeServiceServer) WriteToParcel added in v0.0.4

type UnmountObbRequest

type UnmountObbRequest struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 bool   `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 (*UnmountObbRequest) Descriptor deprecated

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

Deprecated: Use UnmountObbRequest.ProtoReflect.Descriptor instead.

func (*UnmountObbRequest) GetArg0

func (x *UnmountObbRequest) GetArg0() string

func (*UnmountObbRequest) GetArg1

func (x *UnmountObbRequest) GetArg1() bool

func (*UnmountObbRequest) GetArg2

func (x *UnmountObbRequest) GetArg2() int64

func (*UnmountObbRequest) ProtoMessage

func (*UnmountObbRequest) ProtoMessage()

func (*UnmountObbRequest) ProtoReflect

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

func (*UnmountObbRequest) Reset

func (x *UnmountObbRequest) Reset()

func (*UnmountObbRequest) String

func (x *UnmountObbRequest) String() string

type UnmountObbResponse

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

func (*UnmountObbResponse) Descriptor deprecated

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

Deprecated: Use UnmountObbResponse.ProtoReflect.Descriptor instead.

func (*UnmountObbResponse) GetResult

func (x *UnmountObbResponse) GetResult() bool

func (*UnmountObbResponse) ProtoMessage

func (*UnmountObbResponse) ProtoMessage()

func (*UnmountObbResponse) ProtoReflect

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

func (*UnmountObbResponse) Reset

func (x *UnmountObbResponse) Reset()

func (*UnmountObbResponse) String

func (x *UnmountObbResponse) String() string

type UnregisterStorageVolumeCallbackRequest

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

func (*UnregisterStorageVolumeCallbackRequest) Descriptor deprecated

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

Deprecated: Use UnregisterStorageVolumeCallbackRequest.ProtoReflect.Descriptor instead.

func (*UnregisterStorageVolumeCallbackRequest) GetArg0

func (*UnregisterStorageVolumeCallbackRequest) ProtoMessage

func (*UnregisterStorageVolumeCallbackRequest) ProtoReflect

func (*UnregisterStorageVolumeCallbackRequest) Reset

func (*UnregisterStorageVolumeCallbackRequest) String

type UnregisterStorageVolumeCallbackResponse

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

func (*UnregisterStorageVolumeCallbackResponse) Descriptor deprecated

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

Deprecated: Use UnregisterStorageVolumeCallbackResponse.ProtoReflect.Descriptor instead.

func (*UnregisterStorageVolumeCallbackResponse) ProtoMessage

func (*UnregisterStorageVolumeCallbackResponse) ProtoReflect

func (*UnregisterStorageVolumeCallbackResponse) Reset

func (*UnregisterStorageVolumeCallbackResponse) String

type UnsafeManagerServiceServer added in v0.0.4

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

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

type UnsafeManagerStorageVolumeCallbackServiceServer added in v0.0.6

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

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

type UnsafeOnObbStateChangeListenerServiceServer added in v0.0.6

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

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

type UnsafeVolumeServiceServer added in v0.0.4

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

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

type VolumeServiceClient added in v0.0.4

type VolumeServiceClient interface {
	CreateAccessIntent(ctx context.Context, in *CreateAccessIntentRequest, opts ...grpc.CallOption) (*CreateAccessIntentResponse, error)
	CreateOpenDocumentTreeIntent(ctx context.Context, in *CreateOpenDocumentTreeIntentRequest, opts ...grpc.CallOption) (*CreateOpenDocumentTreeIntentResponse, error)
	DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
	Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
	GetDescription(ctx context.Context, in *GetDescriptionRequest, opts ...grpc.CallOption) (*GetDescriptionResponse, error)
	GetDirectory(ctx context.Context, in *GetDirectoryRequest, opts ...grpc.CallOption) (*GetDirectoryResponse, error)
	GetMediaStoreVolumeName(ctx context.Context, in *GetMediaStoreVolumeNameRequest, opts ...grpc.CallOption) (*GetMediaStoreVolumeNameResponse, error)
	GetOwner(ctx context.Context, in *GetOwnerRequest, opts ...grpc.CallOption) (*GetOwnerResponse, error)
	GetState(ctx context.Context, in *GetStateRequest, opts ...grpc.CallOption) (*GetStateResponse, error)
	GetStorageUuid(ctx context.Context, in *GetStorageUuidRequest, opts ...grpc.CallOption) (*GetStorageUuidResponse, error)
	GetUuid(ctx context.Context, in *GetUuidRequest, opts ...grpc.CallOption) (*GetUuidResponse, error)
	HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
	IsEmulated(ctx context.Context, in *IsEmulatedRequest, opts ...grpc.CallOption) (*IsEmulatedResponse, error)
	IsPrimary(ctx context.Context, in *IsPrimaryRequest, opts ...grpc.CallOption) (*IsPrimaryResponse, error)
	IsRemovable(ctx context.Context, in *IsRemovableRequest, opts ...grpc.CallOption) (*IsRemovableResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
}

VolumeServiceClient is the client API for VolumeService 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 NewVolumeServiceClient added in v0.0.4

func NewVolumeServiceClient(cc grpc.ClientConnInterface) VolumeServiceClient

type VolumeServiceServer added in v0.0.4

type VolumeServiceServer interface {
	CreateAccessIntent(context.Context, *CreateAccessIntentRequest) (*CreateAccessIntentResponse, error)
	CreateOpenDocumentTreeIntent(context.Context, *CreateOpenDocumentTreeIntentRequest) (*CreateOpenDocumentTreeIntentResponse, error)
	DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
	Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
	GetDescription(context.Context, *GetDescriptionRequest) (*GetDescriptionResponse, error)
	GetDirectory(context.Context, *GetDirectoryRequest) (*GetDirectoryResponse, error)
	GetMediaStoreVolumeName(context.Context, *GetMediaStoreVolumeNameRequest) (*GetMediaStoreVolumeNameResponse, error)
	GetOwner(context.Context, *GetOwnerRequest) (*GetOwnerResponse, error)
	GetState(context.Context, *GetStateRequest) (*GetStateResponse, error)
	GetStorageUuid(context.Context, *GetStorageUuidRequest) (*GetStorageUuidResponse, error)
	GetUuid(context.Context, *GetUuidRequest) (*GetUuidResponse, error)
	HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
	IsEmulated(context.Context, *IsEmulatedRequest) (*IsEmulatedResponse, error)
	IsPrimary(context.Context, *IsPrimaryRequest) (*IsPrimaryResponse, error)
	IsRemovable(context.Context, *IsRemovableRequest) (*IsRemovableResponse, error)
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
	// contains filtered or unexported methods
}

VolumeServiceServer is the server API for VolumeService service. All implementations must embed UnimplementedVolumeServiceServer for forward compatibility.

type WriteToParcelRequest

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

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

Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.

func (*WriteToParcelRequest) GetArg0

func (x *WriteToParcelRequest) GetArg0() int64

func (*WriteToParcelRequest) GetArg1

func (x *WriteToParcelRequest) GetArg1() int32

func (*WriteToParcelRequest) ProtoMessage

func (*WriteToParcelRequest) ProtoMessage()

func (*WriteToParcelRequest) ProtoReflect

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

func (*WriteToParcelRequest) Reset

func (x *WriteToParcelRequest) Reset()

func (*WriteToParcelRequest) String

func (x *WriteToParcelRequest) String() string

type WriteToParcelResponse

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

func (*WriteToParcelResponse) Descriptor deprecated

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

Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.

func (*WriteToParcelResponse) ProtoMessage

func (*WriteToParcelResponse) ProtoMessage()

func (*WriteToParcelResponse) ProtoReflect

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

func (*WriteToParcelResponse) Reset

func (x *WriteToParcelResponse) Reset()

func (*WriteToParcelResponse) String

func (x *WriteToParcelResponse) String() string

Jump to

Keyboard shortcuts

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