public static interface GrpcAPI.AccountPaginatedOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Protocol.Account |
getAccount()
.protocol.Account account = 1; |
Protocol.AccountOrBuilder |
getAccountOrBuilder()
.protocol.Account account = 1; |
long |
getLimit()
int64 limit = 3; |
long |
getOffset()
int64 offset = 2; |
boolean |
hasAccount()
.protocol.Account account = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAccount()
.protocol.Account account = 1;
Protocol.Account getAccount()
.protocol.Account account = 1;
Protocol.AccountOrBuilder getAccountOrBuilder()
.protocol.Account account = 1;
long getOffset()
int64 offset = 2;
long getLimit()
int64 limit = 3;
Copyright © 2020. All rights reserved.