Package io.deephaven.proto.pqworker
Interface SendJdbcPasswordRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
SendJdbcPasswordRequest,SendJdbcPasswordRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionstring password = 1 [debug_redact = true];string password = 1 [debug_redact = true];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
-
getPassword
String getPassword()string password = 1 [debug_redact = true];- Returns:
- The password.
-
getPasswordBytes
ByteString getPasswordBytes()string password = 1 [debug_redact = true];- Returns:
- The bytes for password.
-