public interface IngressIpOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIngressIpAddress()
public abstract String getIngressIpAddress()Output only. The ingress IP.
string ingress_ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The ingressIpAddress. |
getIngressIpAddressBytes()
public abstract ByteString getIngressIpAddressBytes()Output only. The ingress IP.
string ingress_ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ingressIpAddress. |