Package io.deephaven.proto.auth
Interface GetNonceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetNonceRequest,GetNonceRequest.Builder
@Generated
public interface GetNonceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe client id for the client making the request.the client id for the client making the request.booleanthe client id for the client making the request.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
-
hasClientId
boolean hasClientId()the client id for the client making the request.
.io.deephaven.proto.auth.ClientId client_id = 1;- Returns:
- Whether the clientId field is set.
-
getClientId
ClientId getClientId()the client id for the client making the request.
.io.deephaven.proto.auth.ClientId client_id = 1;- Returns:
- The clientId.
-
getClientIdOrBuilder
ClientIdOrBuilder getClientIdOrBuilder()the client id for the client making the request.
.io.deephaven.proto.auth.ClientId client_id = 1;
-