Package io.deephaven.proto.auth
Interface GetNonceResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetNonceResponse,GetNonceResponse.Builder
@Generated
public interface GetNonceResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringthe ip address of the server host that produced the noncecom.google.protobuf.ByteStringgetNonce()the nonce payloadMethods 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
-
getNonce
com.google.protobuf.ByteString getNonce()the nonce payload
bytes nonce = 1;- Returns:
- The nonce.
-
getIpAddress
com.google.protobuf.ByteString getIpAddress()the ip address of the server host that produced the nonce
bytes ip_address = 2;- Returns:
- The ipAddress.
-