Package org.bdware.bdledger.api.grpc.pb
Interface QueryProto.BlocksRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryProto.BlocksRequest
,QueryProto.BlocksRequest.Builder
- Enclosing class:
QueryProto
public static interface QueryProto.BlocksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
查询范围结束时间戳getFilters
(int index) 暂不支持int
暂不支持暂不支持getFiltersOrBuilder
(int index) 暂不支持List<? extends QueryProto.BlockFilterOrBuilder>
暂不支持包含事务信息详细程度int
包含事务信息详细程度账本名称com.google.protobuf.ByteString
账本名称long
查询范围开始时间戳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
-
getLedger
String getLedger()账本名称
string ledger = 1;
- Returns:
- The ledger.
-
getLedgerBytes
com.google.protobuf.ByteString getLedgerBytes()账本名称
string ledger = 1;
- Returns:
- The bytes for ledger.
-
getStartTimestamp
long getStartTimestamp()查询范围开始时间戳
int64 start_timestamp = 2;
- Returns:
- The startTimestamp.
-
getEndTimestamp
long getEndTimestamp()查询范围结束时间戳
int64 end_timestamp = 3;
- Returns:
- The endTimestamp.
-
getFiltersList
List<QueryProto.BlockFilter> getFiltersList()暂不支持
repeated .bdware.bdledger.api.BlockFilter filters = 4;
-
getFilters
暂不支持
repeated .bdware.bdledger.api.BlockFilter filters = 4;
-
getFiltersCount
int getFiltersCount()暂不支持
repeated .bdware.bdledger.api.BlockFilter filters = 4;
-
getFiltersOrBuilderList
List<? extends QueryProto.BlockFilterOrBuilder> getFiltersOrBuilderList()暂不支持
repeated .bdware.bdledger.api.BlockFilter filters = 4;
-
getFiltersOrBuilder
暂不支持
repeated .bdware.bdledger.api.BlockFilter filters = 4;
-
getIncludeTransactionsValue
int getIncludeTransactionsValue()包含事务信息详细程度
.bdware.bdledger.api.IncludeTransactions include_transactions = 5;
- Returns:
- The enum numeric value on the wire for includeTransactions.
-
getIncludeTransactions
QueryProto.IncludeTransactions getIncludeTransactions()包含事务信息详细程度
.bdware.bdledger.api.IncludeTransactions include_transactions = 5;
- Returns:
- The includeTransactions.
-