Class AutokeyStub (2.54.0)

public abstract class AutokeyStub implements BackgroundResource

Base stub class for the Autokey service API.

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

Inheritance

java.lang.Object > AutokeyStub

Constructors

AutokeyStub()

public AutokeyStub()

Methods

close()

public abstract void close()

createKeyHandleCallable()

public UnaryCallable<CreateKeyHandleRequest,Operation> createKeyHandleCallable()
Returns
TypeDescription
UnaryCallable<CreateKeyHandleRequest,Operation>

createKeyHandleOperationCallable()

public OperationCallable<CreateKeyHandleRequest,KeyHandle,CreateKeyHandleMetadata> createKeyHandleOperationCallable()
Returns
TypeDescription
OperationCallable<CreateKeyHandleRequest,KeyHandle,CreateKeyHandleMetadata>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getIamPolicyCallable()

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

getKeyHandleCallable()

public UnaryCallable<GetKeyHandleRequest,KeyHandle> getKeyHandleCallable()
Returns
TypeDescription
UnaryCallable<GetKeyHandleRequest,KeyHandle>

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

listKeyHandlesCallable()

public UnaryCallable<ListKeyHandlesRequest,ListKeyHandlesResponse> listKeyHandlesCallable()
Returns
TypeDescription
UnaryCallable<ListKeyHandlesRequest,ListKeyHandlesResponse>

listKeyHandlesPagedCallable()

public UnaryCallable<ListKeyHandlesRequest,AutokeyClient.ListKeyHandlesPagedResponse> listKeyHandlesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListKeyHandlesRequest,ListKeyHandlesPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

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

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>