package Ydb_ObjectStorage_V1
import "github.com/ydb-platform/ydb-go-genproto/draft/Ydb_ObjectStorage_V1"
Index ¶
- Constants
- Variables
- func RegisterObjectStorageServiceServer(s grpc.ServiceRegistrar, srv ObjectStorageServiceServer)
- type ObjectStorageServiceClient
- type ObjectStorageServiceServer
- type UnimplementedObjectStorageServiceServer
- type UnsafeObjectStorageServiceServer
Constants ¶
const (
ObjectStorageService_List_FullMethodName = "/Ydb.ObjectStorage.V1.ObjectStorageService/List"
)
Variables ¶
var File_draft_ydb_object_storage_v1_proto protoreflect.FileDescriptor
var ObjectStorageService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "Ydb.ObjectStorage.V1.ObjectStorageService", HandlerType: (*ObjectStorageServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "List", Handler: _ObjectStorageService_List_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "draft/ydb_object_storage_v1.proto", }
ObjectStorageService_ServiceDesc is the grpc.ServiceDesc for ObjectStorageService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterObjectStorageServiceServer ¶
func RegisterObjectStorageServiceServer(s grpc.ServiceRegistrar, srv ObjectStorageServiceServer)
Types ¶
type ObjectStorageServiceClient ¶
type ObjectStorageServiceClient interface { List(ctx context.Context, in *Ydb_ObjectStorage.ListingRequest, opts ...grpc.CallOption) (*Ydb_ObjectStorage.ListingResponse, error) }
ObjectStorageServiceClient is the client API for ObjectStorageService 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 NewObjectStorageServiceClient ¶
func NewObjectStorageServiceClient(cc grpc.ClientConnInterface) ObjectStorageServiceClient
type ObjectStorageServiceServer ¶
type ObjectStorageServiceServer interface { List(context.Context, *Ydb_ObjectStorage.ListingRequest) (*Ydb_ObjectStorage.ListingResponse, error) // contains filtered or unexported methods }
ObjectStorageServiceServer is the server API for ObjectStorageService service. All implementations must embed UnimplementedObjectStorageServiceServer for forward compatibility
type UnimplementedObjectStorageServiceServer ¶
type UnimplementedObjectStorageServiceServer struct { }
UnimplementedObjectStorageServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedObjectStorageServiceServer) List ¶
func (UnimplementedObjectStorageServiceServer) List(context.Context, *Ydb_ObjectStorage.ListingRequest) (*Ydb_ObjectStorage.ListingResponse, error)
type UnsafeObjectStorageServiceServer ¶
type UnsafeObjectStorageServiceServer interface {
// contains filtered or unexported methods
}
UnsafeObjectStorageServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ObjectStorageServiceServer will result in compilation errors.
Source Files ¶
ydb_object_storage_v1.pb.go ydb_object_storage_v1_grpc.pb.go
- Version
- v0.0.0-20241112172322-ea1f63298f77 (latest)
- Published
- Nov 12, 2024
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 4 weeks ago –
Tools for package owners.