Class EndpointServiceStub (1.28.0)

publicabstractclass EndpointServiceStubimplementsBackgroundResource

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()

publicEndpointServiceStub()

Methods

close()

publicabstractvoidclose()

createEndpointCallable()

publicUnaryCallable<CreateEndpointRequest,Operation>createEndpointCallable()
Returns
Type Description
UnaryCallable<CreateEndpointRequest,Operation>

createEndpointOperationCallable()

publicOperationCallable<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata>createEndpointOperationCallable()
Returns
Type Description
OperationCallable<CreateEndpointRequest,Endpoint,CreateEndpointOperationMetadata>

deleteEndpointCallable()

publicUnaryCallable<DeleteEndpointRequest,Operation>deleteEndpointCallable()
Returns
Type Description
UnaryCallable<DeleteEndpointRequest,Operation>

deleteEndpointOperationCallable()

publicOperationCallable<DeleteEndpointRequest,Empty,DeleteOperationMetadata>deleteEndpointOperationCallable()
Returns
Type Description
OperationCallable<DeleteEndpointRequest,Empty,DeleteOperationMetadata>

deployModelCallable()

publicUnaryCallable<DeployModelRequest,Operation>deployModelCallable()
Returns
Type Description
UnaryCallable<DeployModelRequest,Operation>

deployModelOperationCallable()

publicOperationCallable<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata>deployModelOperationCallable()
Returns
Type Description
OperationCallable<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata>

getEndpointCallable()

publicUnaryCallable<GetEndpointRequest,Endpoint>getEndpointCallable()
Returns
Type Description
UnaryCallable<GetEndpointRequest,Endpoint>

getHttpJsonOperationsStub()

publicOperationsStubgetHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getIamPolicyCallable()

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

getLocationCallable()

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

getOperationsStub()

publicOperationsStubgetOperationsStub()
Returns
Type Description
OperationsStub

listEndpointsCallable()

publicUnaryCallable<ListEndpointsRequest,ListEndpointsResponse>listEndpointsCallable()
Returns
Type Description
UnaryCallable<ListEndpointsRequest,ListEndpointsResponse>

listEndpointsPagedCallable()

publicUnaryCallable<ListEndpointsRequest,EndpointServiceClient.ListEndpointsPagedResponse>listEndpointsPagedCallable()
Returns
Type Description
UnaryCallable<ListEndpointsRequest,ListEndpointsPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

publicUnaryCallable<ListLocationsRequest,EndpointServiceClient.ListLocationsPagedResponse>listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

mutateDeployedModelCallable()

publicUnaryCallable<MutateDeployedModelRequest,Operation>mutateDeployedModelCallable()
Returns
Type Description
UnaryCallable<MutateDeployedModelRequest,Operation>

mutateDeployedModelOperationCallable()

publicOperationCallable<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>mutateDeployedModelOperationCallable()
Returns
Type Description
OperationCallable<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>

setIamPolicyCallable()

publicUnaryCallable<SetIamPolicyRequest,Policy>setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

publicUnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse>testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

undeployModelCallable()

publicUnaryCallable<UndeployModelRequest,Operation>undeployModelCallable()
Returns
Type Description
UnaryCallable<UndeployModelRequest,Operation>

undeployModelOperationCallable()

publicOperationCallable<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata>undeployModelOperationCallable()
Returns
Type Description
OperationCallable<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata>

updateEndpointCallable()

publicUnaryCallable<UpdateEndpointRequest,Endpoint>updateEndpointCallable()
Returns
Type Description
UnaryCallable<UpdateEndpointRequest,Endpoint>

updateEndpointLongRunningCallable()

publicUnaryCallable<UpdateEndpointLongRunningRequest,Operation>updateEndpointLongRunningCallable()
Returns
Type Description
UnaryCallable<UpdateEndpointLongRunningRequest,Operation>

updateEndpointLongRunningOperationCallable()

publicOperationCallable<UpdateEndpointLongRunningRequest,Endpoint,UpdateEndpointOperationMetadata>updateEndpointLongRunningOperationCallable()
Returns
Type Description
OperationCallable<UpdateEndpointLongRunningRequest,Endpoint,UpdateEndpointOperationMetadata>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.