public abstract class SessionControllerStub implements BackgroundResource
Base stub class for the SessionController service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
SessionControllerStub()
public SessionControllerStub()
Methods
close()
public abstract void close()
createSessionCallable()
public UnaryCallable<CreateSessionRequest,Operation> createSessionCallable()
createSessionOperationCallable()
public OperationCallable<CreateSessionRequest,Session,SessionOperationMetadata> createSessionOperationCallable()
deleteSessionCallable()
public UnaryCallable<DeleteSessionRequest,Operation> deleteSessionCallable()
deleteSessionOperationCallable()
public OperationCallable<DeleteSessionRequest,Session,SessionOperationMetadata> deleteSessionOperationCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
|
getOperationsStub()
public OperationsStub getOperationsStub()
getSessionCallable()
public UnaryCallable<GetSessionRequest,Session> getSessionCallable()
listSessionsCallable()
public UnaryCallable<ListSessionsRequest,ListSessionsResponse> listSessionsCallable()
listSessionsPagedCallable()
public UnaryCallable<ListSessionsRequest,SessionControllerClient.ListSessionsPagedResponse> listSessionsPagedCallable()
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
|
terminateSessionCallable()
public UnaryCallable<TerminateSessionRequest,Operation> terminateSessionCallable()
terminateSessionOperationCallable()
public OperationCallable<TerminateSessionRequest,Session,SessionOperationMetadata> terminateSessionOperationCallable()
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
|