Package com.coreos.dex.api
Interface DexOuterClass.CreateClientRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DexOuterClass.CreateClientResp
,DexOuterClass.CreateClientResp.Builder
- Enclosing class:
- DexOuterClass
public static interface DexOuterClass.CreateClientRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool already_exists = 1;
.api.Client client = 2;
.api.Client client = 2;
boolean
.api.Client client = 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 Details
-
getAlreadyExists
boolean getAlreadyExists()bool already_exists = 1;
- Returns:
- The alreadyExists.
-
hasClient
boolean hasClient().api.Client client = 2;
- Returns:
- Whether the client field is set.
-
getClient
DexOuterClass.Client getClient().api.Client client = 2;
- Returns:
- The client.
-
getClientOrBuilder
DexOuterClass.ClientOrBuilder getClientOrBuilder().api.Client client = 2;
-