public interface AgentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedAt()
int64 created_at = 7; |
java.lang.String |
getExternalIp()
string external_ip = 4; |
com.google.protobuf.ByteString |
getExternalIpBytes()
string external_ip = 4; |
java.lang.String |
getInternalIp()
string internal_ip = 5; |
com.google.protobuf.ByteString |
getInternalIpBytes()
string internal_ip = 5; |
boolean |
getIsDeleted()
bool isDeleted = 6; |
java.lang.String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
java.lang.String |
getPhid()
string phid = 1; |
com.google.protobuf.ByteString |
getPhidBytes()
string phid = 1; |
java.lang.String |
getRole()
string role = 3; |
com.google.protobuf.ByteString |
getRoleBytes()
string role = 3; |
long |
getUpdatedAt()
int64 updated_at = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getPhid()
string phid = 1;com.google.protobuf.ByteString getPhidBytes()
string phid = 1;java.lang.String getName()
string name = 2;com.google.protobuf.ByteString getNameBytes()
string name = 2;java.lang.String getRole()
string role = 3;com.google.protobuf.ByteString getRoleBytes()
string role = 3;java.lang.String getExternalIp()
string external_ip = 4;com.google.protobuf.ByteString getExternalIpBytes()
string external_ip = 4;java.lang.String getInternalIp()
string internal_ip = 5;com.google.protobuf.ByteString getInternalIpBytes()
string internal_ip = 5;boolean getIsDeleted()
bool isDeleted = 6;long getCreatedAt()
int64 created_at = 7;long getUpdatedAt()
int64 updated_at = 8;