Class EndpointServiceStub (3.42.0)

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.

Inheritance

java.lang.Object > EndpointServiceStub

Implements

BackgroundResource

Constructors

EndpointServiceStub()

public EndpointServiceStub()

Methods

close()

public abstract void close()

createEndpointCallable()

public UnaryCallable<CreateEndpointRequest,Operation> createEndpointCallable()
Returns
TypeDescription
UnaryCallable<CreateEndpointRequest,Operation>

createEndpointOperationCallable()

public OperationCallable<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata> createEndpointOperationCallable()
Returns
TypeDescription
OperationCallable<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata>

deleteEndpointCallable()

public UnaryCallable<DeleteEndpointRequest,Operation> deleteEndpointCallable()
Returns
TypeDescription
UnaryCallable<DeleteEndpointRequest,Operation>

deleteEndpointOperationCallable()

public OperationCallable<DeleteEndpointRequest,Empty,DeleteOperationMetadata> deleteEndpointOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteEndpointRequest,Empty,DeleteOperationMetadata>

deployModelCallable()

public UnaryCallable<DeployModelRequest,Operation> deployModelCallable()
Returns
TypeDescription
UnaryCallable<DeployModelRequest,Operation>

deployModelOperationCallable()

public OperationCallable<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata> deployModelOperationCallable()
Returns
TypeDescription
OperationCallable<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata>

getEndpointCallable()

public UnaryCallable<GetEndpointRequest,Endpoint> getEndpointCallable()
Returns
TypeDescription
UnaryCallable<GetEndpointRequest,Endpoint>

getIamPolicyCallable()

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

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listEndpointsCallable()

public UnaryCallable<ListEndpointsRequest,ListEndpointsResponse> listEndpointsCallable()
Returns
TypeDescription
UnaryCallable<ListEndpointsRequest,ListEndpointsResponse>

listEndpointsPagedCallable()

public UnaryCallable<ListEndpointsRequest,EndpointServiceClient.ListEndpointsPagedResponse> listEndpointsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListEndpointsRequest,ListEndpointsPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

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

mutateDeployedModelCallable()

public UnaryCallable<MutateDeployedModelRequest,Operation> mutateDeployedModelCallable()
Returns
TypeDescription
UnaryCallable<MutateDeployedModelRequest,Operation>

mutateDeployedModelOperationCallable()

public OperationCallable<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata> mutateDeployedModelOperationCallable()
Returns
TypeDescription
OperationCallable<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>

setIamPolicyCallable()

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

testIamPermissionsCallable()

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

undeployModelCallable()

public UnaryCallable<UndeployModelRequest,Operation> undeployModelCallable()
Returns
TypeDescription
UnaryCallable<UndeployModelRequest,Operation>

undeployModelOperationCallable()

public OperationCallable<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata> undeployModelOperationCallable()
Returns
TypeDescription
OperationCallable<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata>

updateEndpointCallable()

public UnaryCallable<UpdateEndpointRequest,Endpoint> updateEndpointCallable()
Returns
TypeDescription
UnaryCallable<UpdateEndpointRequest,Endpoint>