Interface Transport.IpAddressOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Transport.IpAddress, Transport.IpAddress.Builder
    Enclosing class:
    Transport

    public static interface Transport.IpAddressOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Transport.IpAddress.AddressCase getAddressCase()  
      com.google.protobuf.ByteString getV4()
      bytes v4 = 1;
      com.google.protobuf.ByteString getV6()
      bytes v6 = 2;
      • 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 Detail

      • getV4

        com.google.protobuf.ByteString getV4()
        bytes v4 = 1;
        Returns:
        The v4.
      • getV6

        com.google.protobuf.ByteString getV6()
        bytes v6 = 2;
        Returns:
        The v6.