Class GrpcDeveloperKnowledgeStub (0.1.0)

public class GrpcDeveloperKnowledgeStub extends DeveloperKnowledgeStub

gRPC stub implementation for the DeveloperKnowledge service API.

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

Inheritance

java.lang.Object > DeveloperKnowledgeStub > GrpcDeveloperKnowledgeStub

Static Methods

create(ClientContext clientContext)

public static final GrpcDeveloperKnowledgeStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcDeveloperKnowledgeStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(DeveloperKnowledgeStubSettings settings)

public static final GrpcDeveloperKnowledgeStub create(DeveloperKnowledgeStubSettings settings)
Parameter
Name Description
settings DeveloperKnowledgeStubSettings
Returns
Type Description
GrpcDeveloperKnowledgeStub
Exceptions
Type Description
IOException

Constructors

GrpcDeveloperKnowledgeStub(DeveloperKnowledgeStubSettings settings, ClientContext clientContext)

protected GrpcDeveloperKnowledgeStub(DeveloperKnowledgeStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcDeveloperKnowledgeStub, 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 DeveloperKnowledgeStubSettings
clientContext ClientContext

GrpcDeveloperKnowledgeStub(DeveloperKnowledgeStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcDeveloperKnowledgeStub(DeveloperKnowledgeStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcDeveloperKnowledgeStub, 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 DeveloperKnowledgeStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

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

batchGetDocumentsCallable()

public UnaryCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse> batchGetDocumentsCallable()
Returns
Type Description
UnaryCallable<BatchGetDocumentsRequest,BatchGetDocumentsResponse>
Overrides

close()

public final void close()
Overrides

getDocumentCallable()

public UnaryCallable<GetDocumentRequest,Document> getDocumentCallable()
Returns
Type Description
UnaryCallable<GetDocumentRequest,Document>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

searchDocumentChunksCallable()

public UnaryCallable<SearchDocumentChunksRequest,SearchDocumentChunksResponse> searchDocumentChunksCallable()
Returns
Type Description
UnaryCallable<SearchDocumentChunksRequest,SearchDocumentChunksResponse>
Overrides

searchDocumentChunksPagedCallable()

public UnaryCallable<SearchDocumentChunksRequest,DeveloperKnowledgeClient.SearchDocumentChunksPagedResponse> searchDocumentChunksPagedCallable()
Returns
Type Description
UnaryCallable<SearchDocumentChunksRequest,SearchDocumentChunksPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()