Class UptimeCheckServiceGrpc.UptimeCheckServiceImplBase

  • All Implemented Interfaces:
    UptimeCheckServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    UptimeCheckServiceGrpc

    public abstract static class UptimeCheckServiceGrpc.UptimeCheckServiceImplBase
    extends Object
    implements io.grpc.BindableService, UptimeCheckServiceGrpc.AsyncService
    Base class for the server implementation of the service UptimeCheckService.
     The UptimeCheckService API is used to manage (list, create, delete, edit)
     Uptime check configurations in the Cloud Monitoring product. An Uptime
     check is a piece of configuration that determines which resources and
     services to monitor for availability. These configurations can also be
     configured interactively by navigating to the [Cloud console]
     (https://console.cloud.google.com), selecting the appropriate project,
     clicking on "Monitoring" on the left-hand side to navigate to Cloud
     Monitoring, and then clicking on "Uptime".
     
    • Constructor Detail

      • UptimeCheckServiceImplBase

        public UptimeCheckServiceImplBase()
    • Method Detail

      • bindService

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