Interface Meta.ServerAddressByClientCIDROrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Meta.ServerAddressByClientCIDR, Meta.ServerAddressByClientCIDR.Builder
Enclosing class:
Meta

public static interface Meta.ServerAddressByClientCIDROrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The CIDR with which clients can match their IP to figure out the server address that they should use.
    com.google.protobuf.ByteString
    The CIDR with which clients can match their IP to figure out the server address that they should use.
    Address of this server, suitable for a client that matches the above CIDR.
    com.google.protobuf.ByteString
    Address of this server, suitable for a client that matches the above CIDR.
    boolean
    The CIDR with which clients can match their IP to figure out the server address that they should use.
    boolean
    Address of this server, suitable for a client that matches the above CIDR.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasClientCIDR

      boolean hasClientCIDR()
       The CIDR with which clients can match their IP to figure out the server address that they should use.
       
      optional string clientCIDR = 1;
    • getClientCIDR

      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;
    • getClientCIDRBytes

      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;
    • hasServerAddress

      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;
    • getServerAddress

      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;
    • getServerAddressBytes

      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;