Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ClientConnectionGCMResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ClientConnectionGCMResponse,ClientWireProtocol.ClientConnectionGCMResponse.Builder
- Enclosing class:
ClientWireProtocol
public static interface ClientWireProtocol.ClientConnectionGCMResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetIv()bytes iv = 2;string pubKey = 3;com.google.protobuf.ByteStringstring pubKey = 3;.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; -
getIv
com.google.protobuf.ByteString getIv()bytes iv = 2;- Returns:
- The iv.
-
getPubKey
String getPubKey()string pubKey = 3;- Returns:
- The pubKey.
-
getPubKeyBytes
com.google.protobuf.ByteString getPubKeyBytes()string pubKey = 3;- Returns:
- The bytes for pubKey.
-