Package com.ocient.jdbc.proto
Interface ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.FetchAuthenticatorsResponse,ClientWireProtocol.FetchAuthenticatorsResponse.Builder
- Enclosing class:
ClientWireProtocol
public static interface ClientWireProtocol.FetchAuthenticatorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthenticator(int index) repeated .xg.cmdcomp.Authenticator authenticator = 2;intrepeated .xg.cmdcomp.Authenticator authenticator = 2;repeated .xg.cmdcomp.Authenticator authenticator = 2;getAuthenticatorOrBuilder(int index) repeated .xg.cmdcomp.Authenticator authenticator = 2;List<? extends ClientWireProtocol.AuthenticatorOrBuilder> repeated .xg.cmdcomp.Authenticator authenticator = 2;.xg.cmdcomp.ConfirmationResponse response = 1;.xg.cmdcomp.ConfirmationResponse response = 1;boolean.xg.cmdcomp.ConfirmationResponse response = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasResponse
boolean hasResponse().xg.cmdcomp.ConfirmationResponse response = 1;- Returns:
- Whether the response field is set.
-
getResponse
ClientWireProtocol.ConfirmationResponse getResponse().xg.cmdcomp.ConfirmationResponse response = 1;- Returns:
- The response.
-
getResponseOrBuilder
ClientWireProtocol.ConfirmationResponseOrBuilder getResponseOrBuilder().xg.cmdcomp.ConfirmationResponse response = 1; -
getAuthenticatorList
List<ClientWireProtocol.Authenticator> getAuthenticatorList()repeated .xg.cmdcomp.Authenticator authenticator = 2; -
getAuthenticator
repeated .xg.cmdcomp.Authenticator authenticator = 2; -
getAuthenticatorCount
int getAuthenticatorCount()repeated .xg.cmdcomp.Authenticator authenticator = 2; -
getAuthenticatorOrBuilderList
List<? extends ClientWireProtocol.AuthenticatorOrBuilder> getAuthenticatorOrBuilderList()repeated .xg.cmdcomp.Authenticator authenticator = 2; -
getAuthenticatorOrBuilder
repeated .xg.cmdcomp.Authenticator authenticator = 2;
-