Class TagHoldsGrpc.TagHoldsImplBase
- java.lang.Object
-
- com.google.cloud.resourcemanager.v3.TagHoldsGrpc.TagHoldsImplBase
-
- All Implemented Interfaces:
TagHoldsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- TagHoldsGrpc
public abstract static class TagHoldsGrpc.TagHoldsImplBase extends Object implements io.grpc.BindableService, TagHoldsGrpc.AsyncService
Base class for the server implementation of the 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.
-
-
Constructor Summary
Constructors Constructor Description TagHoldsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.resourcemanager.v3.TagHoldsGrpc.AsyncService
createTagHold, deleteTagHold, listTagHolds
-
-