public interface GetNatIpInfoRouterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNatName()
Name of the nat service to filter the NAT IP information.
|
com.google.protobuf.ByteString |
getNatNameBytes()
Name of the nat service to filter the NAT IP information.
|
String |
getProject()
Project ID for this request.
|
com.google.protobuf.ByteString |
getProjectBytes()
Project ID for this request.
|
String |
getRegion()
Name of the region for this request.
|
com.google.protobuf.ByteString |
getRegionBytes()
Name of the region for this request.
|
String |
getRouter()
Name of the Router resource to query for Nat IP information.
|
com.google.protobuf.ByteString |
getRouterBytes()
Name of the Router resource to query for Nat IP information.
|
boolean |
hasNatName()
Name of the nat service to filter the NAT IP information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNatName()
Name of the nat service to filter the NAT IP information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.
optional string nat_name = 425596649;String getNatName()
Name of the nat service to filter the NAT IP information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.
optional string nat_name = 425596649;com.google.protobuf.ByteString getNatNameBytes()
Name of the nat service to filter the NAT IP information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.
optional string nat_name = 425596649;String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];String getRegion()
Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getRegionBytes()
Name of the region for this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];String getRouter()
Name of the Router resource to query for Nat IP information. The name should conform to RFC1035.
string router = 148608841 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getRouterBytes()
Name of the Router resource to query for Nat IP information. The name should conform to RFC1035.
string router = 148608841 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.