Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
BackendServiceLogConfig |
BackendServiceLogConfig.clone() |
BackendServiceLogConfig |
BackendService.getLogConfig()
This field denotes the logging options for the load balancer traffic served by this backend
service.
|
BackendServiceLogConfig |
BackendServiceLogConfig.set(String fieldName,
Object value) |
BackendServiceLogConfig |
BackendServiceLogConfig.setEnable(Boolean enable)
Denotes whether to enable logging for the load balancer traffic served by this backend service.
|
BackendServiceLogConfig |
BackendServiceLogConfig.setOptionalFields(List<String> optionalFields)
This field can only be specified if logging is enabled for this backend service and
"logConfig.optionalMode" was set to CUSTOM.
|
BackendServiceLogConfig |
BackendServiceLogConfig.setOptionalMode(String optionalMode)
This field can only be specified if logging is enabled for this backend service.
|
BackendServiceLogConfig |
BackendServiceLogConfig.setSampleRate(Float sampleRate)
This field can only be specified if logging is enabled for this backend service.
|
Modifier and Type | Method and Description |
---|---|
BackendService |
BackendService.setLogConfig(BackendServiceLogConfig logConfig)
This field denotes the logging options for the load balancer traffic served by this backend
service.
|
Copyright © 2011–2024 Google. All rights reserved.