Package viam.app.packages.v1
Class PackageServiceGrpc.PackageServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<PackageServiceGrpc.PackageServiceBlockingStub>
viam.app.packages.v1.PackageServiceGrpc.PackageServiceBlockingStub
- Enclosing class:
- PackageServiceGrpc
public static final class PackageServiceGrpc.PackageServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<PackageServiceGrpc.PackageServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service PackageService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) DeletePackage removes the given package versionsgetPackage
(Packages.GetPackageRequest request) GetPackage returns the metadata for a requested package version.listPackages
(Packages.ListPackagesRequest request) ListPackages gets the metadata for the requested packages.Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected PackageServiceGrpc.PackageServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<PackageServiceGrpc.PackageServiceBlockingStub>
-
deletePackage
DeletePackage removes the given package versions
-
getPackage
GetPackage returns the metadata for a requested package version. It also returns a URL for downloading the package if one is requested.
-
listPackages
ListPackages gets the metadata for the requested packages. Includes package name, version, and/or type to filter beyond the required organization_id. ListPackages also returns URLs for downloading each package if they are requested.
-