Interface CreateInputTableRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateInputTableRequest
,CreateInputTableRequest.Builder
public interface CreateInputTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKind()
Specifies what type of input table to create.Specifies what type of input table to create..io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
com.google.protobuf.ByteString
Schema as described in Arrow Message.fbs::Message.Optional, either this or schema must be specified, not both.Optional, either this or schema must be specified, not both.boolean
hasKind()
Specifies what type of input table to create.boolean
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
boolean
Schema as described in Arrow Message.fbs::Message.boolean
Optional, either this or schema must be specified, not both.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasResultId
boolean hasResultId().io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
- Returns:
- Whether the resultId field is set.
-
getResultId
Ticket getResultId().io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
- Returns:
- The resultId.
-
getResultIdOrBuilder
TicketOrBuilder getResultIdOrBuilder().io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
-
hasSourceTableId
boolean hasSourceTableId()Optional, either this or schema must be specified, not both.
.io.deephaven.proto.backplane.grpc.TableReference source_table_id = 2;
- Returns:
- Whether the sourceTableId field is set.
-
getSourceTableId
TableReference getSourceTableId()Optional, either this or schema must be specified, not both.
.io.deephaven.proto.backplane.grpc.TableReference source_table_id = 2;
- Returns:
- The sourceTableId.
-
getSourceTableIdOrBuilder
TableReferenceOrBuilder getSourceTableIdOrBuilder()Optional, either this or schema must be specified, not both.
.io.deephaven.proto.backplane.grpc.TableReference source_table_id = 2;
-
hasSchema
boolean hasSchema()Schema as described in Arrow Message.fbs::Message. Optional, either this or source_table_id must be specified.
bytes schema = 3;
- Returns:
- Whether the schema field is set.
-
getSchema
com.google.protobuf.ByteString getSchema()Schema as described in Arrow Message.fbs::Message. Optional, either this or source_table_id must be specified.
bytes schema = 3;
- Returns:
- The schema.
-
hasKind
boolean hasKind()Specifies what type of input table to create.
.io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind kind = 4;
- Returns:
- Whether the kind field is set.
-
getKind
CreateInputTableRequest.InputTableKind getKind()Specifies what type of input table to create.
.io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind kind = 4;
- Returns:
- The kind.
-
getKindOrBuilder
CreateInputTableRequest.InputTableKindOrBuilder getKindOrBuilder()Specifies what type of input table to create.
.io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind kind = 4;
-
getDefinitionCase
CreateInputTableRequest.DefinitionCase getDefinitionCase()
-