public static class LogConfigDataAccessOptions.Builder extends Object
Modifier and Type | Method and Description |
---|---|
LogConfigDataAccessOptions |
build() |
LogConfigDataAccessOptions.Builder |
clone() |
String |
getLogMode()
Whether Gin logging should happen in a fail-closed manner at the caller.
|
LogConfigDataAccessOptions.Builder |
mergeFrom(LogConfigDataAccessOptions other) |
LogConfigDataAccessOptions.Builder |
setLogMode(String logMode)
Whether Gin logging should happen in a fail-closed manner at the caller.
|
public LogConfigDataAccessOptions.Builder mergeFrom(LogConfigDataAccessOptions other)
public String getLogMode()
NOTE: Logging to Gin in a fail-closed manner is currently unsupported while work is being done to satisfy the requirements of go/345. Currently, setting LOG_FAIL_CLOSED mode will have no effect, but still exists because there is active work being done to support it (b/115874152).
public LogConfigDataAccessOptions.Builder setLogMode(String logMode)
NOTE: Logging to Gin in a fail-closed manner is currently unsupported while work is being done to satisfy the requirements of go/345. Currently, setting LOG_FAIL_CLOSED mode will have no effect, but still exists because there is active work being done to support it (b/115874152).
public LogConfigDataAccessOptions build()
public LogConfigDataAccessOptions.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.