Interface Protocol.RefreshResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.RefreshResult
,Protocol.RefreshResult.Builder
- Enclosing class:
- Protocol
public static interface Protocol.RefreshResultOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring client = 1;
com.google.protobuf.ByteString
string client = 1;
boolean
bool expires = 3;
int
getTtl()
uint32 ttl = 4;
string version = 2;
com.google.protobuf.ByteString
string version = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getClient
String getClient()string client = 1;
- Returns:
- The client.
-
getClientBytes
com.google.protobuf.ByteString getClientBytes()string client = 1;
- Returns:
- The bytes for client.
-
getVersion
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.
-