Class ServicesStub (0.78.0)

publicabstractclass ServicesStubimplementsBackgroundResource

Base stub class for the Services service API.

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

Inheritance

java.lang.Object > ServicesStub

Implements

BackgroundResource

Constructors

ServicesStub()

publicServicesStub()

Methods

close()

publicabstractvoidclose()

createServiceCallable()

publicUnaryCallable<CreateServiceRequest,Operation>createServiceCallable()
Returns
Type Description
UnaryCallable<CreateServiceRequest,Operation>

createServiceOperationCallable()

publicOperationCallable<CreateServiceRequest,Service,Service>createServiceOperationCallable()
Returns
Type Description
OperationCallable<CreateServiceRequest,Service,Service>

deleteServiceCallable()

publicUnaryCallable<DeleteServiceRequest,Operation>deleteServiceCallable()
Returns
Type Description
UnaryCallable<DeleteServiceRequest,Operation>

deleteServiceOperationCallable()

publicOperationCallable<DeleteServiceRequest,Service,Service>deleteServiceOperationCallable()
Returns
Type Description
OperationCallable<DeleteServiceRequest,Service,Service>

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>

getOperationsStub()

publicOperationsStubgetOperationsStub()
Returns
Type Description
OperationsStub

getServiceCallable()

publicUnaryCallable<GetServiceRequest,Service>getServiceCallable()
Returns
Type Description
UnaryCallable<GetServiceRequest,Service>

listServicesCallable()

publicUnaryCallable<ListServicesRequest,ListServicesResponse>listServicesCallable()
Returns
Type Description
UnaryCallable<ListServicesRequest,ListServicesResponse>

listServicesPagedCallable()

publicUnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse>listServicesPagedCallable()
Returns
Type Description
UnaryCallable<ListServicesRequest,ListServicesPagedResponse>

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>

updateServiceCallable()

publicUnaryCallable<UpdateServiceRequest,Operation>updateServiceCallable()
Returns
Type Description
UnaryCallable<UpdateServiceRequest,Operation>

updateServiceOperationCallable()

publicOperationCallable<UpdateServiceRequest,Service,Service>updateServiceOperationCallable()
Returns
Type Description
OperationCallable<UpdateServiceRequest,Service,Service>

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年10月30日 UTC.