Package io.dingodb.document
Interface Document.DocumentGetParameterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Document.DocumentGetParameter,Document.DocumentGetParameter.Builder
- Enclosing class:
- Document
public static interface Document.DocumentGetParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSelectedKeys(int index) If without_scalar_data is false, selected_keys is used to select scalar data,com.google.protobuf.ByteStringgetSelectedKeysBytes(int index) If without_scalar_data is false, selected_keys is used to select scalar data,intIf without_scalar_data is false, selected_keys is used to select scalar data,If without_scalar_data is false, selected_keys is used to select scalar data,booleanthe parameter below is inherited from DocumentBatchQueryRequestbooleanif this parameter is null, all scalar data will be returned.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
-
getWithoutScalarData
boolean getWithoutScalarData()the parameter below is inherited from DocumentBatchQueryRequest
bool without_scalar_data = 1;- Returns:
- The withoutScalarData.
-
getSelectedKeysList
If without_scalar_data is false, selected_keys is used to select scalar data,
repeated string selected_keys = 2;- Returns:
- A list containing the selectedKeys.
-
getSelectedKeysCount
int getSelectedKeysCount()If without_scalar_data is false, selected_keys is used to select scalar data,
repeated string selected_keys = 2;- Returns:
- The count of selectedKeys.
-
getSelectedKeys
If without_scalar_data is false, selected_keys is used to select scalar data,
repeated string selected_keys = 2;- Parameters:
index- The index of the element to return.- Returns:
- The selectedKeys at the given index.
-
getSelectedKeysBytes
com.google.protobuf.ByteString getSelectedKeysBytes(int index) If without_scalar_data is false, selected_keys is used to select scalar data,
repeated string selected_keys = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the selectedKeys at the given index.
-
getWithoutTableData
boolean getWithoutTableData()if this parameter is null, all scalar data will be returned.
bool without_table_data = 3;- Returns:
- The withoutTableData.
-