Class TagHoldsGrpc.TagHoldsBlockingStub (1.41.0)

public static final class TagHoldsGrpc.TagHoldsBlockingStub extends AbstractBlockingStub<TagHoldsGrpc.TagHoldsBlockingStub>

A stub to allow clients to do synchronous rpc calls to service TagHolds.

Allow users to create and manage TagHolds for TagValues. TagHolds represent the use of a Tag Value that is not captured by TagBindings but should still block TagValue deletion (such as a reference in a policy condition). This service provides isolated failure domains by cloud location so that TagHolds can be managed in the same location as their usage.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > TagHoldsGrpc.TagHoldsBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected TagHoldsGrpc.TagHoldsBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
TagHoldsGrpc.TagHoldsBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createTagHold(CreateTagHoldRequest request)

public Operation createTagHold(CreateTagHoldRequest request)

Creates a TagHold. Returns ALREADY_EXISTS if a TagHold with the same resource and origin exists under the same TagValue.

Parameter
NameDescription
requestCreateTagHoldRequest
Returns
TypeDescription
Operation

deleteTagHold(DeleteTagHoldRequest request)

public Operation deleteTagHold(DeleteTagHoldRequest request)

Deletes a TagHold.

Parameter
NameDescription
requestDeleteTagHoldRequest
Returns
TypeDescription
Operation

listTagHolds(ListTagHoldsRequest request)

public ListTagHoldsResponse listTagHolds(ListTagHoldsRequest request)

Lists TagHolds under a TagValue.

Parameter
NameDescription
requestListTagHoldsRequest
Returns
TypeDescription
ListTagHoldsResponse