public static interface Meta.ServerAddressByClientCIDROrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientCIDR()
The CIDR with which clients can match their IP to figure out the server address that they should use.
|
com.google.protobuf.ByteString |
getClientCIDRBytes()
The CIDR with which clients can match their IP to figure out the server address that they should use.
|
String |
getServerAddress()
Address of this server, suitable for a client that matches the above CIDR.
|
com.google.protobuf.ByteString |
getServerAddressBytes()
Address of this server, suitable for a client that matches the above CIDR.
|
boolean |
hasClientCIDR()
The CIDR with which clients can match their IP to figure out the server address that they should use.
|
boolean |
hasServerAddress()
Address of this server, suitable for a client that matches the above CIDR.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasClientCIDR()
The CIDR with which clients can match their IP to figure out the server address that they should use.
optional string clientCIDR = 1;String getClientCIDR()
The CIDR with which clients can match their IP to figure out the server address that they should use.
optional string clientCIDR = 1;com.google.protobuf.ByteString getClientCIDRBytes()
The CIDR with which clients can match their IP to figure out the server address that they should use.
optional string clientCIDR = 1;boolean hasServerAddress()
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
optional string serverAddress = 2;String getServerAddress()
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
optional string serverAddress = 2;com.google.protobuf.ByteString getServerAddressBytes()
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.
optional string serverAddress = 2;Copyright © 2021. All rights reserved.