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