Interface Protocol.RefreshResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getClient()
      string client = 1;
      com.google.protobuf.ByteString getClientBytes()
      string client = 1;
      boolean getExpires()
      bool expires = 3;
      int getTtl()
      uint32 ttl = 4;
      java.lang.String getVersion()
      string version = 2;
      com.google.protobuf.ByteString getVersionBytes()
      string version = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getClient

        java.lang.String getClient()
        string client = 1;
        Returns:
        The client.
      • getClientBytes

        com.google.protobuf.ByteString getClientBytes()
        string client = 1;
        Returns:
        The bytes for client.
      • getVersion

        java.lang.String getVersion()
        string version = 2;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
        string version = 2;
        Returns:
        The bytes for version.
      • getExpires

        boolean getExpires()
        bool expires = 3;
        Returns:
        The expires.
      • getTtl

        int getTtl()
        uint32 ttl = 4;
        Returns:
        The ttl.