Package io.deephaven.proto.jdbc
Class JdbcPluginRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.deephaven.proto.jdbc.JdbcPluginRequest
- All Implemented Interfaces:
Message,MessageLite,MessageLiteOrBuilder,MessageOrBuilder,JdbcPluginRequestOrBuilder,Serializable
@Generated
public final class JdbcPluginRequest
extends GeneratedMessage
implements JdbcPluginRequestOrBuilder
The JdbcPluginRequest is `oneof` available schema messages. The JdbcPluginService will switch on the message type and reply with a corresponding message in CsvPluginResponse.Protobuf type
io.deephaven.proto.jdbc.JdbcPluginRequest- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe JdbcPluginRequest is `oneof` available schema messages.static enumNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
GeneratedMessage.ExtendableBuilder<MessageT extends GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, GeneratedMessage.ExtendableMessage<MessageT extends GeneratedMessage.ExtendableMessage<MessageT>>, GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends GeneratedMessage.ExtendableMessage<MessageT>>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingT extends Message, T extends Object>, GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionboolean.io.deephaven.proto.jdbc.JdbcCatalogNamesRequest catalog_names = 4;.io.deephaven.proto.jdbc.JdbcCatalogNamesRequest catalog_names = 4;.io.deephaven.proto.jdbc.JdbcConnectRequest connect = 2;.io.deephaven.proto.jdbc.JdbcConnectRequest connect = 2;static JdbcPluginRequeststatic final Descriptors.Descriptor.io.deephaven.proto.jdbc.JdbcDisconnectRequest disconnect = 3;.io.deephaven.proto.jdbc.JdbcDisconnectRequest disconnect = 3;.io.deephaven.proto.jdbc.JdbcGenerateSchemaRequest generate_schema = 6;.io.deephaven.proto.jdbc.JdbcGenerateSchemaRequest generate_schema = 6;.io.deephaven.proto.jdbc.ImportSourceRequest import_source = 8;.io.deephaven.proto.jdbc.ImportSourceRequest import_source = 8;.io.deephaven.proto.jdbc.JdbcQueryTableRequest query_table = 7;.io.deephaven.proto.jdbc.JdbcQueryTableRequest query_table = 7;A client-specified identifier used to identify the response for this request when multiple requests are in flight.A client-specified identifier used to identify the response for this request when multiple requests are in flight.int.io.deephaven.proto.jdbc.JdbcTableNamesRequest table_names = 5;.io.deephaven.proto.jdbc.JdbcTableNamesRequest table_names = 5;boolean.io.deephaven.proto.jdbc.JdbcCatalogNamesRequest catalog_names = 4;boolean.io.deephaven.proto.jdbc.JdbcConnectRequest connect = 2;boolean.io.deephaven.proto.jdbc.JdbcDisconnectRequest disconnect = 3;boolean.io.deephaven.proto.jdbc.JdbcGenerateSchemaRequest generate_schema = 6;inthashCode()boolean.io.deephaven.proto.jdbc.ImportSourceRequest import_source = 8;boolean.io.deephaven.proto.jdbc.JdbcQueryTableRequest query_table = 7;boolean.io.deephaven.proto.jdbc.JdbcTableNamesRequest table_names = 5;protected GeneratedMessage.FieldAccessorTablefinal booleanstatic JdbcPluginRequest.Builderstatic JdbcPluginRequest.BuildernewBuilder(JdbcPluginRequest prototype) protected JdbcPluginRequest.Builderstatic JdbcPluginRequestparseDelimitedFrom(InputStream input) static JdbcPluginRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static JdbcPluginRequestparseFrom(byte[] data) static JdbcPluginRequestparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static JdbcPluginRequestparseFrom(ByteString data) static JdbcPluginRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static JdbcPluginRequestparseFrom(CodedInputStream input) static JdbcPluginRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static JdbcPluginRequestparseFrom(InputStream input) static JdbcPluginRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static JdbcPluginRequestparseFrom(ByteBuffer data) static JdbcPluginRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Parser<JdbcPluginRequest>parser()voidwriteTo(CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
REQUEST_ID_FIELD_NUMBER
public static final int REQUEST_ID_FIELD_NUMBER- See Also:
-
CONNECT_FIELD_NUMBER
public static final int CONNECT_FIELD_NUMBER- See Also:
-
DISCONNECT_FIELD_NUMBER
public static final int DISCONNECT_FIELD_NUMBER- See Also:
-
CATALOG_NAMES_FIELD_NUMBER
public static final int CATALOG_NAMES_FIELD_NUMBER- See Also:
-
TABLE_NAMES_FIELD_NUMBER
public static final int TABLE_NAMES_FIELD_NUMBER- See Also:
-
GENERATE_SCHEMA_FIELD_NUMBER
public static final int GENERATE_SCHEMA_FIELD_NUMBER- See Also:
-
QUERY_TABLE_FIELD_NUMBER
public static final int QUERY_TABLE_FIELD_NUMBER- See Also:
-
IMPORT_SOURCE_FIELD_NUMBER
public static final int IMPORT_SOURCE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessage
-
getRequestCase
- Specified by:
getRequestCasein interfaceJdbcPluginRequestOrBuilder
-
getRequestId
A client-specified identifier used to identify the response for this request when multiple requests are in flight. This must be set to a unique value.
string request_id = 1;- Specified by:
getRequestIdin interfaceJdbcPluginRequestOrBuilder- Returns:
- The requestId.
-
getRequestIdBytes
A client-specified identifier used to identify the response for this request when multiple requests are in flight. This must be set to a unique value.
string request_id = 1;- Specified by:
getRequestIdBytesin interfaceJdbcPluginRequestOrBuilder- Returns:
- The bytes for requestId.
-
hasConnect
public boolean hasConnect().io.deephaven.proto.jdbc.JdbcConnectRequest connect = 2;- Specified by:
hasConnectin interfaceJdbcPluginRequestOrBuilder- Returns:
- Whether the connect field is set.
-
getConnect
.io.deephaven.proto.jdbc.JdbcConnectRequest connect = 2;- Specified by:
getConnectin interfaceJdbcPluginRequestOrBuilder- Returns:
- The connect.
-
getConnectOrBuilder
.io.deephaven.proto.jdbc.JdbcConnectRequest connect = 2;- Specified by:
getConnectOrBuilderin interfaceJdbcPluginRequestOrBuilder
-
hasDisconnect
public boolean hasDisconnect().io.deephaven.proto.jdbc.JdbcDisconnectRequest disconnect = 3;- Specified by:
hasDisconnectin interfaceJdbcPluginRequestOrBuilder- Returns:
- Whether the disconnect field is set.
-
getDisconnect
.io.deephaven.proto.jdbc.JdbcDisconnectRequest disconnect = 3;- Specified by:
getDisconnectin interfaceJdbcPluginRequestOrBuilder- Returns:
- The disconnect.
-
getDisconnectOrBuilder
.io.deephaven.proto.jdbc.JdbcDisconnectRequest disconnect = 3;- Specified by:
getDisconnectOrBuilderin interfaceJdbcPluginRequestOrBuilder
-
hasCatalogNames
public boolean hasCatalogNames().io.deephaven.proto.jdbc.JdbcCatalogNamesRequest catalog_names = 4;- Specified by:
hasCatalogNamesin interfaceJdbcPluginRequestOrBuilder- Returns:
- Whether the catalogNames field is set.
-
getCatalogNames
.io.deephaven.proto.jdbc.JdbcCatalogNamesRequest catalog_names = 4;- Specified by:
getCatalogNamesin interfaceJdbcPluginRequestOrBuilder- Returns:
- The catalogNames.
-
getCatalogNamesOrBuilder
.io.deephaven.proto.jdbc.JdbcCatalogNamesRequest catalog_names = 4;- Specified by:
getCatalogNamesOrBuilderin interfaceJdbcPluginRequestOrBuilder
-
hasTableNames
public boolean hasTableNames().io.deephaven.proto.jdbc.JdbcTableNamesRequest table_names = 5;- Specified by:
hasTableNamesin interfaceJdbcPluginRequestOrBuilder- Returns:
- Whether the tableNames field is set.
-
getTableNames
.io.deephaven.proto.jdbc.JdbcTableNamesRequest table_names = 5;- Specified by:
getTableNamesin interfaceJdbcPluginRequestOrBuilder- Returns:
- The tableNames.
-
getTableNamesOrBuilder
.io.deephaven.proto.jdbc.JdbcTableNamesRequest table_names = 5;- Specified by:
getTableNamesOrBuilderin interfaceJdbcPluginRequestOrBuilder
-
hasGenerateSchema
public boolean hasGenerateSchema().io.deephaven.proto.jdbc.JdbcGenerateSchemaRequest generate_schema = 6;- Specified by:
hasGenerateSchemain interfaceJdbcPluginRequestOrBuilder- Returns:
- Whether the generateSchema field is set.
-
getGenerateSchema
.io.deephaven.proto.jdbc.JdbcGenerateSchemaRequest generate_schema = 6;- Specified by:
getGenerateSchemain interfaceJdbcPluginRequestOrBuilder- Returns:
- The generateSchema.
-
getGenerateSchemaOrBuilder
.io.deephaven.proto.jdbc.JdbcGenerateSchemaRequest generate_schema = 6;- Specified by:
getGenerateSchemaOrBuilderin interfaceJdbcPluginRequestOrBuilder
-
hasQueryTable
public boolean hasQueryTable().io.deephaven.proto.jdbc.JdbcQueryTableRequest query_table = 7;- Specified by:
hasQueryTablein interfaceJdbcPluginRequestOrBuilder- Returns:
- Whether the queryTable field is set.
-
getQueryTable
.io.deephaven.proto.jdbc.JdbcQueryTableRequest query_table = 7;- Specified by:
getQueryTablein interfaceJdbcPluginRequestOrBuilder- Returns:
- The queryTable.
-
getQueryTableOrBuilder
.io.deephaven.proto.jdbc.JdbcQueryTableRequest query_table = 7;- Specified by:
getQueryTableOrBuilderin interfaceJdbcPluginRequestOrBuilder
-
hasImportSource
public boolean hasImportSource().io.deephaven.proto.jdbc.ImportSourceRequest import_source = 8;- Specified by:
hasImportSourcein interfaceJdbcPluginRequestOrBuilder- Returns:
- Whether the importSource field is set.
-
getImportSource
.io.deephaven.proto.jdbc.ImportSourceRequest import_source = 8;- Specified by:
getImportSourcein interfaceJdbcPluginRequestOrBuilder- Returns:
- The importSource.
-
getImportSourceOrBuilder
.io.deephaven.proto.jdbc.ImportSourceRequest import_source = 8;- Specified by:
getImportSourceOrBuilderin interfaceJdbcPluginRequestOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessage
-
writeTo
- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classGeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classGeneratedMessage
-
equals
- Specified by:
equalsin interfaceMessage- Overrides:
equalsin classAbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceMessage- Overrides:
hashCodein classAbstractMessage
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static JdbcPluginRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static JdbcPluginRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static JdbcPluginRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static JdbcPluginRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static JdbcPluginRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static JdbcPluginRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfaceMessage- Specified by:
newBuilderForTypein interfaceMessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfaceMessage- Specified by:
toBuilderin interfaceMessageLite
-
newBuilderForType
- Overrides:
newBuilderForTypein classAbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite- Overrides:
getParserForTypein classGeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-