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