Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
LoggingDestination |
LoggingDestination.clone() |
LoggingDestination |
LoggingDestination.set(String fieldName,
Object value) |
LoggingDestination |
LoggingDestination.setLogs(List<String> logs)
Names of the logs to be sent to this destination.
|
LoggingDestination |
LoggingDestination.setMonitoredResource(String monitoredResource)
The monitored resource type.
|
Modifier and Type | Method and Description |
---|---|
List<LoggingDestination> |
Logging.getConsumerDestinations()
Logging configurations for sending logs to the consumer project.
|
List<LoggingDestination> |
Logging.getProducerDestinations()
Logging configurations for sending logs to the producer project.
|
Modifier and Type | Method and Description |
---|---|
Logging |
Logging.setConsumerDestinations(List<LoggingDestination> consumerDestinations)
Logging configurations for sending logs to the consumer project.
|
Logging |
Logging.setProducerDestinations(List<LoggingDestination> producerDestinations)
Logging configurations for sending logs to the producer project.
|
Copyright © 2011–2024 Google. All rights reserved.