Class TagHoldsStub (1.43.0)

public abstract class TagHoldsStub implements BackgroundResource

Base stub class for the TagHolds service API.

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

Inheritance

java.lang.Object > TagHoldsStub

Implements

BackgroundResource

Constructors

TagHoldsStub()

public TagHoldsStub()

Methods

close()

public abstract void close()

createTagHoldCallable()

public UnaryCallable<CreateTagHoldRequest,Operation> createTagHoldCallable()
Returns
TypeDescription
UnaryCallable<CreateTagHoldRequest,Operation>

createTagHoldOperationCallable()

public OperationCallable<CreateTagHoldRequest,TagHold,CreateTagHoldMetadata> createTagHoldOperationCallable()
Returns
TypeDescription
OperationCallable<CreateTagHoldRequest,TagHold,CreateTagHoldMetadata>

deleteTagHoldCallable()

public UnaryCallable<DeleteTagHoldRequest,Operation> deleteTagHoldCallable()
Returns
TypeDescription
UnaryCallable<DeleteTagHoldRequest,Operation>

deleteTagHoldOperationCallable()

public OperationCallable<DeleteTagHoldRequest,Empty,DeleteTagHoldMetadata> deleteTagHoldOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteTagHoldRequest,Empty,DeleteTagHoldMetadata>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listTagHoldsCallable()

public UnaryCallable<ListTagHoldsRequest,ListTagHoldsResponse> listTagHoldsCallable()
Returns
TypeDescription
UnaryCallable<ListTagHoldsRequest,ListTagHoldsResponse>

listTagHoldsPagedCallable()

public UnaryCallable<ListTagHoldsRequest,TagHoldsClient.ListTagHoldsPagedResponse> listTagHoldsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListTagHoldsRequest,ListTagHoldsPagedResponse>