public static interface GeoMesaProto.GeoMesaCoprocessorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getLastScanned()
optional bytes lastScanned = 2; |
com.google.protobuf.ByteString |
getPayload(int index)
repeated bytes payload = 1; |
int |
getPayloadCount()
repeated bytes payload = 1; |
List<com.google.protobuf.ByteString> |
getPayloadList()
repeated bytes payload = 1; |
int |
getVersion()
optional int32 version = 3; |
boolean |
hasLastScanned()
optional bytes lastScanned = 2; |
boolean |
hasVersion()
optional int32 version = 3; |
List<com.google.protobuf.ByteString> getPayloadList()
repeated bytes payload = 1;int getPayloadCount()
repeated bytes payload = 1;com.google.protobuf.ByteString getPayload(int index)
repeated bytes payload = 1;boolean hasLastScanned()
optional bytes lastScanned = 2;com.google.protobuf.ByteString getLastScanned()
optional bytes lastScanned = 2;boolean hasVersion()
optional int32 version = 3;int getVersion()
optional int32 version = 3;Copyright © 2013–2023. All rights reserved.