public interface SSHGetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommand()
string command = 5; |
com.google.protobuf.ByteString |
getCommandBytes()
string command = 5; |
java.lang.String |
getInstanceAddr()
string instance_addr = 2; |
com.google.protobuf.ByteString |
getInstanceAddrBytes()
string instance_addr = 2; |
int |
getInstancePort()
int32 instance_port = 3; |
SSHKey |
getSshKey()
.appscode.ssh.v1beta1.SSHKey ssh_key = 1; |
SSHKeyOrBuilder |
getSshKeyOrBuilder()
.appscode.ssh.v1beta1.SSHKey ssh_key = 1; |
java.lang.String |
getUser()
string user = 4; |
com.google.protobuf.ByteString |
getUserBytes()
string user = 4; |
boolean |
hasSshKey()
.appscode.ssh.v1beta1.SSHKey ssh_key = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSshKey()
.appscode.ssh.v1beta1.SSHKey ssh_key = 1;SSHKey getSshKey()
.appscode.ssh.v1beta1.SSHKey ssh_key = 1;SSHKeyOrBuilder getSshKeyOrBuilder()
.appscode.ssh.v1beta1.SSHKey ssh_key = 1;java.lang.String getInstanceAddr()
string instance_addr = 2;com.google.protobuf.ByteString getInstanceAddrBytes()
string instance_addr = 2;int getInstancePort()
int32 instance_port = 3;java.lang.String getUser()
string user = 4;com.google.protobuf.ByteString getUserBytes()
string user = 4;java.lang.String getCommand()
string command = 5;com.google.protobuf.ByteString getCommandBytes()
string command = 5;