Package com.coreos.dex.api
Interface DexOuterClass.VersionRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DexOuterClass.VersionResp
,DexOuterClass.VersionResp.Builder
- Enclosing class:
- DexOuterClass
public static interface DexOuterClass.VersionRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getApi()
Numeric version of the API.Semantic version of the server.com.google.protobuf.ByteString
Semantic version of the server.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
-
getServer
String getServer()Semantic version of the server.
string server = 1;
- Returns:
- The server.
-
getServerBytes
com.google.protobuf.ByteString getServerBytes()Semantic version of the server.
string server = 1;
- Returns:
- The bytes for server.
-
getApi
int getApi()Numeric version of the API. It increases every time a new call is added to the API. Clients should use this info to determine if the server supports specific features.
int32 api = 2;
- Returns:
- The api.
-