Class 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 Detail

      • TagHoldsImplBase

        public TagHoldsImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService