Class GrpcGenAiTuningServiceStub (3.44.0)

public class GrpcGenAiTuningServiceStub extends GenAiTuningServiceStub

gRPC stub implementation for the GenAiTuningService service API.

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

Inheritance

java.lang.Object > GenAiTuningServiceStub > GrpcGenAiTuningServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(GenAiTuningServiceStubSettings settings)

public static final GrpcGenAiTuningServiceStub create(GenAiTuningServiceStubSettings settings)
Parameter
Name Description
settings GenAiTuningServiceStubSettings
Returns
Type Description
GrpcGenAiTuningServiceStub
Exceptions
Type Description
IOException

Constructors

GrpcGenAiTuningServiceStub(GenAiTuningServiceStubSettings settings, ClientContext clientContext)

protected GrpcGenAiTuningServiceStub(GenAiTuningServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcGenAiTuningServiceStub, 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 GenAiTuningServiceStubSettings
clientContext ClientContext

GrpcGenAiTuningServiceStub(GenAiTuningServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcGenAiTuningServiceStub(GenAiTuningServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcGenAiTuningServiceStub, 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 GenAiTuningServiceStubSettings
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

cancelTuningJobCallable()

public UnaryCallable<CancelTuningJobRequest,Empty> cancelTuningJobCallable()
Returns
Type Description
UnaryCallable<CancelTuningJobRequest,Empty>
Overrides

close()

public final void close()
Overrides

createTuningJobCallable()

public UnaryCallable<CreateTuningJobRequest,TuningJob> createTuningJobCallable()
Returns
Type Description
UnaryCallable<CreateTuningJobRequest,TuningJob>
Overrides

getIamPolicyCallable()

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

getLocationCallable()

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

getTuningJobCallable()

public UnaryCallable<GetTuningJobRequest,TuningJob> getTuningJobCallable()
Returns
Type Description
UnaryCallable<GetTuningJobRequest,TuningJob>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,GenAiTuningServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

listTuningJobsCallable()

public UnaryCallable<ListTuningJobsRequest,ListTuningJobsResponse> listTuningJobsCallable()
Returns
Type Description
UnaryCallable<ListTuningJobsRequest,ListTuningJobsResponse>
Overrides

listTuningJobsPagedCallable()

public UnaryCallable<ListTuningJobsRequest,GenAiTuningServiceClient.ListTuningJobsPagedResponse> listTuningJobsPagedCallable()
Returns
Type Description
UnaryCallable<ListTuningJobsRequest,ListTuningJobsPagedResponse>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
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
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides