Class GrpcMatchServiceStub (3.42.0)

public class GrpcMatchServiceStub extends MatchServiceStub

gRPC stub implementation for the MatchService service API.

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

Inheritance

java.lang.Object > MatchServiceStub > GrpcMatchServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(MatchServiceStubSettings settings)

public static final GrpcMatchServiceStub create(MatchServiceStubSettings settings)
Parameter
NameDescription
settingsMatchServiceStubSettings
Returns
TypeDescription
GrpcMatchServiceStub
Exceptions
TypeDescription
IOException

Constructors

GrpcMatchServiceStub(MatchServiceStubSettings settings, ClientContext clientContext)

protected GrpcMatchServiceStub(MatchServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcMatchServiceStub, 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
settingsMatchServiceStubSettings
clientContextClientContext

GrpcMatchServiceStub(MatchServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcMatchServiceStub(MatchServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcMatchServiceStub, 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
settingsMatchServiceStubSettings
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

findNeighborsCallable()

public UnaryCallable<FindNeighborsRequest,FindNeighborsResponse> findNeighborsCallable()
Returns
TypeDescription
UnaryCallable<FindNeighborsRequest,FindNeighborsResponse>
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
Overrides

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,MatchServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

readIndexDatapointsCallable()

public UnaryCallable<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse> readIndexDatapointsCallable()
Returns
TypeDescription
UnaryCallable<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides