@Generated(value="by gapic-generator-java") public class GrpcVizierServiceStub extends VizierServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcVizierServiceStub(VizierServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcVizierServiceStub, using the given settings.
|
protected |
GrpcVizierServiceStub(VizierServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcVizierServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<AddTrialMeasurementRequest,Trial> |
addTrialMeasurementCallable() |
boolean |
awaitTermination(long duration,
TimeUnit unit) |
com.google.api.gax.rpc.UnaryCallable<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation> |
checkTrialEarlyStoppingStateCallable() |
com.google.api.gax.rpc.OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata> |
checkTrialEarlyStoppingStateOperationCallable() |
void |
close() |
com.google.api.gax.rpc.UnaryCallable<CompleteTrialRequest,Trial> |
completeTrialCallable() |
static GrpcVizierServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcVizierServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcVizierServiceStub |
create(VizierServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateStudyRequest,Study> |
createStudyCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateTrialRequest,Trial> |
createTrialCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteStudyRequest,com.google.protobuf.Empty> |
deleteStudyCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteTrialRequest,com.google.protobuf.Empty> |
deleteTrialCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetStudyRequest,Study> |
getStudyCallable() |
com.google.api.gax.rpc.UnaryCallable<GetTrialRequest,Trial> |
getTrialCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,VizierServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListOptimalTrialsRequest,ListOptimalTrialsResponse> |
listOptimalTrialsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,ListStudiesResponse> |
listStudiesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,VizierServiceClient.ListStudiesPagedResponse> |
listStudiesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,ListTrialsResponse> |
listTrialsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,VizierServiceClient.ListTrialsPagedResponse> |
listTrialsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<LookupStudyRequest,Study> |
lookupStudyCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<StopTrialRequest,Trial> |
stopTrialCallable() |
com.google.api.gax.rpc.UnaryCallable<SuggestTrialsRequest,com.google.longrunning.Operation> |
suggestTrialsCallable() |
com.google.api.gax.rpc.OperationCallable<SuggestTrialsRequest,SuggestTrialsResponse,SuggestTrialsMetadata> |
suggestTrialsOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable() |
protected GrpcVizierServiceStub(VizierServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcVizierServiceStub(VizierServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcVizierServiceStub create(VizierServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcVizierServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcVizierServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateStudyRequest,Study> createStudyCallable()
createStudyCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetStudyRequest,Study> getStudyCallable()
getStudyCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,ListStudiesResponse> listStudiesCallable()
listStudiesCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,VizierServiceClient.ListStudiesPagedResponse> listStudiesPagedCallable()
listStudiesPagedCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteStudyRequest,com.google.protobuf.Empty> deleteStudyCallable()
deleteStudyCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<LookupStudyRequest,Study> lookupStudyCallable()
lookupStudyCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<SuggestTrialsRequest,com.google.longrunning.Operation> suggestTrialsCallable()
suggestTrialsCallable in class VizierServiceStubpublic com.google.api.gax.rpc.OperationCallable<SuggestTrialsRequest,SuggestTrialsResponse,SuggestTrialsMetadata> suggestTrialsOperationCallable()
suggestTrialsOperationCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateTrialRequest,Trial> createTrialCallable()
createTrialCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetTrialRequest,Trial> getTrialCallable()
getTrialCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,ListTrialsResponse> listTrialsCallable()
listTrialsCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListTrialsRequest,VizierServiceClient.ListTrialsPagedResponse> listTrialsPagedCallable()
listTrialsPagedCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<AddTrialMeasurementRequest,Trial> addTrialMeasurementCallable()
addTrialMeasurementCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CompleteTrialRequest,Trial> completeTrialCallable()
completeTrialCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteTrialRequest,com.google.protobuf.Empty> deleteTrialCallable()
deleteTrialCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation> checkTrialEarlyStoppingStateCallable()
checkTrialEarlyStoppingStateCallable in class VizierServiceStubpublic com.google.api.gax.rpc.OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata> checkTrialEarlyStoppingStateOperationCallable()
checkTrialEarlyStoppingStateOperationCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<StopTrialRequest,Trial> stopTrialCallable()
stopTrialCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListOptimalTrialsRequest,ListOptimalTrialsResponse> listOptimalTrialsCallable()
listOptimalTrialsCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,VizierServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
setIamPolicyCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
getIamPolicyCallable in class VizierServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable in class VizierServiceStubpublic final void close()
close in interface AutoCloseableclose in class VizierServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.