@Generated(value="by GAPIC") @BetaApi public final class RouterNatLogConfig extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
RouterNatLogConfig.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static RouterNatLogConfig |
getDefaultInstance() |
Boolean |
getEnable()
Indicates whether or not to export logs.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getFilter()
Specifies the desired filtering of logs on this NAT.
|
int |
hashCode() |
static RouterNatLogConfig.Builder |
newBuilder() |
static RouterNatLogConfig.Builder |
newBuilder(RouterNatLogConfig prototype) |
RouterNatLogConfig.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public Boolean getEnable()
public String getFilter()
public static RouterNatLogConfig.Builder newBuilder()
public static RouterNatLogConfig.Builder newBuilder(RouterNatLogConfig prototype)
public RouterNatLogConfig.Builder toBuilder()
public static RouterNatLogConfig getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.