All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.serviceconsumermanagement.v1.model.LoggingDestination.html Maven / Gradle / Ivy







LoggingDestination (Service Consumer Management API v1-rev20210525-1.31.0)












com.google.api.services.serviceconsumermanagement.v1.model

Class LoggingDestination

    • Constructor Detail

      • LoggingDestination

        public LoggingDestination()
    • Method Detail

      • getLogs

        public List<String> getLogs()
        Names of the logs to be sent to this destination. Each name must be defined in the Service.logs section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/".
        Returns:
        value or null for none
      • setLogs

        public LoggingDestination setLogs(List<String> logs)
        Names of the logs to be sent to this destination. Each name must be defined in the Service.logs section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/".
        Parameters:
        logs - logs or null for none
      • getMonitoredResource

        public String getMonitoredResource()
        The monitored resource type. The type must be defined in the Service.monitored_resources section.
        Returns:
        value or null for none
      • setMonitoredResource

        public LoggingDestination setMonitoredResource(String monitoredResource)
        The monitored resource type. The type must be defined in the Service.monitored_resources section.
        Parameters:
        monitoredResource - monitoredResource or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy