Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ClientConnectionSSOResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ClientConnectionSSOResponse,ClientWireProtocol.ClientConnectionSSOResponse.Builder
- Enclosing class:
- ClientWireProtocol
public static interface ClientWireProtocol.ClientConnectionSSOResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description StringgetAuthUrl()string authUrl = 3;com.google.protobuf.ByteStringgetAuthUrlBytes()string authUrl = 3;StringgetRequestId()string requestId = 2;com.google.protobuf.ByteStringgetRequestIdBytes()string requestId = 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; -
getRequestId
String getRequestId()string requestId = 2;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()string requestId = 2;- Returns:
- The bytes for requestId.
-
getAuthUrl
String getAuthUrl()string authUrl = 3;- Returns:
- The authUrl.
-
getAuthUrlBytes
com.google.protobuf.ByteString getAuthUrlBytes()string authUrl = 3;- Returns:
- The bytes for authUrl.
-