public static final class SynonymSetServiceGrpc.SynonymSetServiceBlockingV2Stub extends AbstractBlockingStub<SynonymSetServiceGrpc.SynonymSetServiceBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service SynonymSetService.
A Service that manage/custom customer specified SynonymSets.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > SynonymSetServiceGrpc.SynonymSetServiceBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected SynonymSetServiceGrpc.SynonymSetServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
SynonymSetServiceGrpc.SynonymSetServiceBlockingV2Stub |
|
createSynonymSet(CreateSynonymSetRequest request)
public SynonymSet createSynonymSet(CreateSynonymSetRequest request)Creates a SynonymSet for a single context. Throws an ALREADY_EXISTS exception if a synonymset already exists for the context.
| Parameter | |
|---|---|
| Name | Description |
request |
CreateSynonymSetRequest |
| Returns | |
|---|---|
| Type | Description |
SynonymSet |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deleteSynonymSet(DeleteSynonymSetRequest request)
public Empty deleteSynonymSet(DeleteSynonymSetRequest request)Deletes a SynonymSet for a given context. Throws a NOT_FOUND exception if the SynonymSet is not found.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteSynonymSetRequest |
| Returns | |
|---|---|
| Type | Description |
Empty |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getSynonymSet(GetSynonymSetRequest request)
public SynonymSet getSynonymSet(GetSynonymSetRequest request)Gets a SynonymSet for a particular context. Throws a NOT_FOUND exception if the Synonymset does not exist
| Parameter | |
|---|---|
| Name | Description |
request |
GetSynonymSetRequest |
| Returns | |
|---|---|
| Type | Description |
SynonymSet |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listSynonymSets(ListSynonymSetsRequest request)
public ListSynonymSetsResponse listSynonymSets(ListSynonymSetsRequest request)Returns all SynonymSets (for all contexts) for the specified location.
| Parameter | |
|---|---|
| Name | Description |
request |
ListSynonymSetsRequest |
| Returns | |
|---|---|
| Type | Description |
ListSynonymSetsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
updateSynonymSet(UpdateSynonymSetRequest request)
public SynonymSet updateSynonymSet(UpdateSynonymSetRequest request)Remove the existing SynonymSet for the context and replaces it with a new one. Throws a NOT_FOUND exception if the SynonymSet is not found.
| Parameter | |
|---|---|
| Name | Description |
request |
UpdateSynonymSetRequest |
| Returns | |
|---|---|
| Type | Description |
SynonymSet |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|