Class HttpJsonDocumentLinkServiceStub (0.38.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
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonDocumentLinkServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonDocumentLinkServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonDocumentLinkServiceStub
Exceptions
Type Description
IOException

create(DocumentLinkServiceStubSettings settings)

public static final HttpJsonDocumentLinkServiceStub create(DocumentLinkServiceStubSettings settings)
Parameter
Name Description
settings DocumentLinkServiceStubSettings
Returns
Type Description
HttpJsonDocumentLinkServiceStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
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
Name Description
settings DocumentLinkServiceStubSettings
clientContext ClientContext

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
Name Description
settings DocumentLinkServiceStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createDocumentLinkCallable()

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

deleteDocumentLinkCallable()

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

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listLinkedSourcesCallable()

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

listLinkedSourcesPagedCallable()

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

listLinkedTargetsCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()