public abstract class EndpointServiceStub implements BackgroundResource
Base stub class for the EndpointService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
public EndpointServiceStub()
Methods
public abstract void close()
public UnaryCallable<CreateEndpointRequest,Operation> createEndpointCallable()
public OperationCallable<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata> createEndpointOperationCallable()
public UnaryCallable<DeleteEndpointRequest,Operation> deleteEndpointCallable()
public OperationCallable<DeleteEndpointRequest,Empty,DeleteOperationMetadata> deleteEndpointOperationCallable()
public UnaryCallable<DeployModelRequest,Operation> deployModelCallable()
public OperationCallable<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata> deployModelOperationCallable()
public UnaryCallable<GetEndpointRequest,Endpoint> getEndpointCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> | |
public OperationsStub getOperationsStub()
public UnaryCallable<ListEndpointsRequest,ListEndpointsResponse> listEndpointsCallable()
listEndpointsPagedCallable()
public UnaryCallable<ListEndpointsRequest,EndpointServiceClient.ListEndpointsPagedResponse> listEndpointsPagedCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> | |
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,EndpointServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public UnaryCallable<MutateDeployedModelRequest,Operation> mutateDeployedModelCallable()
public OperationCallable<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata> mutateDeployedModelOperationCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
public UnaryCallable<UndeployModelRequest,Operation> undeployModelCallable()
public OperationCallable<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata> undeployModelOperationCallable()
public UnaryCallable<UpdateEndpointRequest,Endpoint> updateEndpointCallable()