Class EndpointServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.EndpointServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcEndpointServiceStub
@Generated("by gapic-generator-java")
public abstract class EndpointServiceStub
extends Object
implements BackgroundResource
Base stub class for the EndpointService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<DeleteEndpointRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<MutateDeployedModelRequest,MutateDeployedModelResponse, MutateDeployedModelOperationMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
EndpointServiceStub
public EndpointServiceStub()
-
-
Method Details
-
getOperationsStub
-
createEndpointOperationCallable
public OperationCallable<CreateEndpointRequest,Endpoint, createEndpointOperationCallable()CreateEndpointOperationMetadata> -
createEndpointCallable
-
getEndpointCallable
-
listEndpointsPagedCallable
public UnaryCallable<ListEndpointsRequest,EndpointServiceClient.ListEndpointsPagedResponse> listEndpointsPagedCallable() -
listEndpointsCallable
-
updateEndpointCallable
-
updateEndpointLongRunningOperationCallable
public OperationCallable<UpdateEndpointLongRunningRequest,Endpoint, updateEndpointLongRunningOperationCallable()UpdateEndpointOperationMetadata> -
updateEndpointLongRunningCallable
public UnaryCallable<UpdateEndpointLongRunningRequest,Operation> updateEndpointLongRunningCallable() -
deleteEndpointOperationCallable
public OperationCallable<DeleteEndpointRequest,com.google.protobuf.Empty, deleteEndpointOperationCallable()DeleteOperationMetadata> -
deleteEndpointCallable
-
deployModelOperationCallable
public OperationCallable<DeployModelRequest,DeployModelResponse, deployModelOperationCallable()DeployModelOperationMetadata> -
deployModelCallable
-
undeployModelOperationCallable
public OperationCallable<UndeployModelRequest,UndeployModelResponse, undeployModelOperationCallable()UndeployModelOperationMetadata> -
undeployModelCallable
-
mutateDeployedModelOperationCallable
public OperationCallable<MutateDeployedModelRequest,MutateDeployedModelResponse, mutateDeployedModelOperationCallable()MutateDeployedModelOperationMetadata> -
mutateDeployedModelCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,EndpointServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-