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 Type Method Description ClientWireProtocol.AuthenticatorgetAuthenticator(int index)repeated .xg.cmdcomp.Authenticator authenticator = 2;intgetAuthenticatorCount()repeated .xg.cmdcomp.Authenticator authenticator = 2;List<ClientWireProtocol.Authenticator>getAuthenticatorList()repeated .xg.cmdcomp.Authenticator authenticator = 2;ClientWireProtocol.AuthenticatorOrBuildergetAuthenticatorOrBuilder(int index)repeated .xg.cmdcomp.Authenticator authenticator = 2;List<? extends ClientWireProtocol.AuthenticatorOrBuilder>getAuthenticatorOrBuilderList()repeated .xg.cmdcomp.Authenticator authenticator = 2;ClientWireProtocol.ConfirmationResponsegetResponse().xg.cmdcomp.ConfirmationResponse response = 1;ClientWireProtocol.ConfirmationResponseOrBuildergetResponseOrBuilder().xg.cmdcomp.ConfirmationResponse response = 1;booleanhasResponse().xg.cmdcomp.ConfirmationResponse response = 1;Methods 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;
-