Package io.deephaven.proto.auth
Interface GetTokenRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetTokenRequest,GetTokenRequest.Builder
@Generated
public interface GetTokenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringthe cookie for the client making the request.the service for which the token is intended.com.google.protobuf.ByteStringthe service for which the token is intended.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
-
getCookie
com.google.protobuf.ByteString getCookie()the cookie for the client making the request.
bytes cookie = 1;- Returns:
- The cookie.
-
getService
String getService()the service for which the token is intended.
string service = 2;- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()the service for which the token is intended.
string service = 2;- Returns:
- The bytes for service.
-