Class StorageGrpc (2.1.10)

public final class StorageGrpc

Manages Google Cloud Storage resources.

Inheritance

java.lang.Object > StorageGrpc

Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Methods

getQueryWriteStatusMethod()

public static MethodDescriptor<QueryWriteStatusRequest,QueryWriteStatusResponse> getQueryWriteStatusMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<QueryWriteStatusRequest,QueryWriteStatusResponse>

getReadObjectMethod()

public static MethodDescriptor<ReadObjectRequest,ReadObjectResponse> getReadObjectMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ReadObjectRequest,ReadObjectResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getStartResumableWriteMethod()

public static MethodDescriptor<StartResumableWriteRequest,StartResumableWriteResponse> getStartResumableWriteMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<StartResumableWriteRequest,StartResumableWriteResponse>

getWriteObjectMethod()

public static MethodDescriptor<WriteObjectRequest,WriteObjectResponse> getWriteObjectMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<WriteObjectRequest,WriteObjectResponse>

newBlockingStub(Channel channel)

public static StorageGrpc.StorageBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
StorageGrpc.StorageBlockingStub

newFutureStub(Channel channel)

public static StorageGrpc.StorageFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
StorageGrpc.StorageFutureStub

newStub(Channel channel)

public static StorageGrpc.StorageStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
StorageGrpc.StorageStub