Package com.ocient.jdbc.proto
Interface ClientWireProtocol.FetchAuthenticatorsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.FetchAuthenticators,ClientWireProtocol.FetchAuthenticators.Builder
- Enclosing class:
ClientWireProtocol
public static interface ClientWireProtocol.FetchAuthenticatorsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring database = 1;com.google.protobuf.ByteStringstring database = 1;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
-
getDatabase
String getDatabase()string database = 1;- Returns:
- The database.
-
getDatabaseBytes
com.google.protobuf.ByteString getDatabaseBytes()string database = 1;- Returns:
- The bytes for database.
-