public interface LeaseMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientId()
string client_id = 1; |
com.google.protobuf.ByteString |
getClientIdBytes()
string client_id = 1; |
long |
getLastHeartbeatSeq()
int64 last_heartbeat_seq = 2; |
long |
getLastHeartbeatTp()
int64 last_heartbeat_tp = 3; |
long |
getStreams(int index)
repeated int64 streams = 4; |
int |
getStreamsCount()
repeated int64 streams = 4; |
java.util.List<java.lang.Long> |
getStreamsList()
repeated int64 streams = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getClientId()
string client_id = 1;com.google.protobuf.ByteString getClientIdBytes()
string client_id = 1;long getLastHeartbeatSeq()
int64 last_heartbeat_seq = 2;long getLastHeartbeatTp()
int64 last_heartbeat_tp = 3;java.util.List<java.lang.Long> getStreamsList()
repeated int64 streams = 4;int getStreamsCount()
repeated int64 streams = 4;long getStreams(int index)
repeated int64 streams = 4;index - The index of the element to return.Copyright © 2024. All rights reserved.