@Generated(value="by GAPIC") @BetaApi public final class LogConfigDataAccessOptions extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
LogConfigDataAccessOptions.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static LogConfigDataAccessOptions |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getLogMode()
Whether Gin logging should happen in a fail-closed manner at the caller.
|
int |
hashCode() |
static LogConfigDataAccessOptions.Builder |
newBuilder() |
static LogConfigDataAccessOptions.Builder |
newBuilder(LogConfigDataAccessOptions prototype) |
LogConfigDataAccessOptions.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
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 static LogConfigDataAccessOptions.Builder newBuilder()
public static LogConfigDataAccessOptions.Builder newBuilder(LogConfigDataAccessOptions prototype)
public LogConfigDataAccessOptions.Builder toBuilder()
public static LogConfigDataAccessOptions getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.