Class GrpcCaseAttachmentServiceStub (0.5.0)

public class GrpcCaseAttachmentServiceStub extends CaseAttachmentServiceStub

gRPC stub implementation for the CaseAttachmentService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > CaseAttachmentServiceStub > GrpcCaseAttachmentServiceStub

Static Methods

create(ClientContext clientContext)

public static final GrpcCaseAttachmentServiceStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcCaseAttachmentServiceStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcCaseAttachmentServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcCaseAttachmentServiceStub
Exceptions
TypeDescription
IOException

create(CaseAttachmentServiceStubSettings settings)

public static final GrpcCaseAttachmentServiceStub create(CaseAttachmentServiceStubSettings settings)
Parameter
NameDescription
settingsCaseAttachmentServiceStubSettings
Returns
TypeDescription
GrpcCaseAttachmentServiceStub
Exceptions
TypeDescription
IOException

Constructors

GrpcCaseAttachmentServiceStub(CaseAttachmentServiceStubSettings settings, ClientContext clientContext)

protected GrpcCaseAttachmentServiceStub(CaseAttachmentServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcCaseAttachmentServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsCaseAttachmentServiceStubSettings
clientContextClientContext

GrpcCaseAttachmentServiceStub(CaseAttachmentServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcCaseAttachmentServiceStub(CaseAttachmentServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcCaseAttachmentServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsCaseAttachmentServiceStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listAttachmentsCallable()

public UnaryCallable<ListAttachmentsRequest,ListAttachmentsResponse> listAttachmentsCallable()
Returns
TypeDescription
UnaryCallable<ListAttachmentsRequest,ListAttachmentsResponse>
Overrides

listAttachmentsPagedCallable()

public UnaryCallable<ListAttachmentsRequest,CaseAttachmentServiceClient.ListAttachmentsPagedResponse> listAttachmentsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListAttachmentsRequest,ListAttachmentsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()