public interface AgentCreateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExternalIp()
optional string external_ip = 3; |
com.google.protobuf.ByteString |
getExternalIpBytes()
optional string external_ip = 3; |
java.lang.String |
getGitSshPublicKey()
optional string git_ssh_public_key = 8; |
com.google.protobuf.ByteString |
getGitSshPublicKeyBytes()
optional string git_ssh_public_key = 8; |
java.lang.String |
getInternalIp()
optional string internal_ip = 4; |
com.google.protobuf.ByteString |
getInternalIpBytes()
optional string internal_ip = 4; |
int |
getJenkinsJnlpPort()
optional int32 jenkins_jnlp_port = 7; |
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; |
int |
getSshPort()
optional int32 ssh_port = 6; |
java.lang.String |
getSshUser()
optional string ssh_user = 5; |
com.google.protobuf.ByteString |
getSshUserBytes()
optional string ssh_user = 5; |
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;java.lang.String getSshUser()
optional string ssh_user = 5;com.google.protobuf.ByteString getSshUserBytes()
optional string ssh_user = 5;int getSshPort()
optional int32 ssh_port = 6;int getJenkinsJnlpPort()
optional int32 jenkins_jnlp_port = 7;java.lang.String getGitSshPublicKey()
optional string git_ssh_public_key = 8;com.google.protobuf.ByteString getGitSshPublicKeyBytes()
optional string git_ssh_public_key = 8;