Class GrpcEndpointServiceStub (1.0.0)

publicclass GrpcEndpointServiceStubextendsEndpointServiceStub

gRPC stub implementation for the EndpointService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

EndpointServiceStub > java.lang.Object > GrpcEndpointServiceStub

Inherited Members

Static Methods

create(ClientContext clientContext)

publicstaticfinalGrpcEndpointServiceStubcreate(ClientContextclientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcEndpointServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

publicstaticfinalGrpcEndpointServiceStubcreate(ClientContextclientContext,GrpcStubCallableFactorycallableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcEndpointServiceStub
Exceptions
Type Description
IOException

create(EndpointServiceStubSettings settings)

publicstaticfinalGrpcEndpointServiceStubcreate(EndpointServiceStubSettingssettings)
Parameter
Name Description
settings EndpointServiceStubSettings
Returns
Type Description
GrpcEndpointServiceStub
Exceptions
Type Description
IOException

Constructors

GrpcEndpointServiceStub(EndpointServiceStubSettings settings, ClientContext clientContext)

protectedGrpcEndpointServiceStub(EndpointServiceStubSettingssettings,ClientContextclientContext)

Constructs an instance of GrpcEndpointServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings EndpointServiceStubSettings
clientContext ClientContext

GrpcEndpointServiceStub(EndpointServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protectedGrpcEndpointServiceStub(EndpointServiceStubSettingssettings,ClientContextclientContext,GrpcStubCallableFactorycallableFactory)

Constructs an instance of GrpcEndpointServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings EndpointServiceStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

publicbooleanawaitTermination(longduration,TimeUnitunit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

publicfinalvoidclose()
Overrides

createEndpointCallable()

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

createEndpointOperationCallable()

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

deleteEndpointCallable()

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

deleteEndpointOperationCallable()

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

deployModelCallable()

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

deployModelOperationCallable()

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

getEndpointCallable()

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

getIamPolicyCallable()

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

getLocationCallable()

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

getOperationsStub()

publicGrpcOperationsStubgetOperationsStub()
Returns
Type Description
GrpcOperationsStub
Overrides

isShutdown()

publicbooleanisShutdown()
Returns
Type Description
boolean

isTerminated()

publicbooleanisTerminated()
Returns
Type Description
boolean

listEndpointsCallable()

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

listEndpointsPagedCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

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

mutateDeployedModelCallable()

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

mutateDeployedModelOperationCallable()

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

setIamPolicyCallable()

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

shutdown()

publicvoidshutdown()

shutdownNow()

publicvoidshutdownNow()

testIamPermissionsCallable()

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

undeployModelCallable()

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

undeployModelOperationCallable()

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

updateEndpointCallable()

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

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.