Package io.deephaven.proto.auth
Interface GetNonceResponseOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetNonceResponse
,GetNonceResponse.Builder
public interface GetNonceResponseOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionio.deephaven.shadow.core.com.google.protobuf.ByteString
the ip address of the server host that produced the nonceio.deephaven.shadow.core.com.google.protobuf.ByteString
getNonce()
the nonce payloadMethods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNonce
io.deephaven.shadow.core.com.google.protobuf.ByteString getNonce()the nonce payload
bytes nonce = 1;
- Returns:
- The nonce.
-
getIpAddress
io.deephaven.shadow.core.com.google.protobuf.ByteString getIpAddress()the ip address of the server host that produced the nonce
bytes ip_address = 2;
- Returns:
- The ipAddress.
-