Class HttpJsonDocumentLinkServiceStub (0.37.0)

public class HttpJsonDocumentLinkServiceStub extends DocumentLinkServiceStub

REST stub implementation for the DocumentLinkService service API.

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

Inheritance

java.lang.Object > DocumentLinkServiceStub > HttpJsonDocumentLinkServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonDocumentLinkServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonDocumentLinkServiceStub
Exceptions
TypeDescription
IOException

create(DocumentLinkServiceStubSettings settings)

public static final HttpJsonDocumentLinkServiceStub create(DocumentLinkServiceStubSettings settings)
Parameter
NameDescription
settingsDocumentLinkServiceStubSettings
Returns
TypeDescription
HttpJsonDocumentLinkServiceStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonDocumentLinkServiceStub(DocumentLinkServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonDocumentLinkServiceStub(DocumentLinkServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonDocumentLinkServiceStub, 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
settingsDocumentLinkServiceStubSettings
clientContextClientContext

HttpJsonDocumentLinkServiceStub(DocumentLinkServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonDocumentLinkServiceStub(DocumentLinkServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonDocumentLinkServiceStub, 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
settingsDocumentLinkServiceStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

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

createDocumentLinkCallable()

public UnaryCallable<CreateDocumentLinkRequest,DocumentLink> createDocumentLinkCallable()
Returns
TypeDescription
UnaryCallable<CreateDocumentLinkRequest,DocumentLink>
Overrides

deleteDocumentLinkCallable()

public UnaryCallable<DeleteDocumentLinkRequest,Empty> deleteDocumentLinkCallable()
Returns
TypeDescription
UnaryCallable<DeleteDocumentLinkRequest,Empty>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listLinkedSourcesCallable()

public UnaryCallable<ListLinkedSourcesRequest,ListLinkedSourcesResponse> listLinkedSourcesCallable()
Returns
TypeDescription
UnaryCallable<ListLinkedSourcesRequest,ListLinkedSourcesResponse>
Overrides

listLinkedSourcesPagedCallable()

public UnaryCallable<ListLinkedSourcesRequest,DocumentLinkServiceClient.ListLinkedSourcesPagedResponse> listLinkedSourcesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListLinkedSourcesRequest,ListLinkedSourcesPagedResponse>
Overrides

listLinkedTargetsCallable()

public UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse> listLinkedTargetsCallable()
Returns
TypeDescription
UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()