public interface DebugInstanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Name of the resource requested. Example:
apps/myapp/services/default/versions/v1/instances/instance-1.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Name of the resource requested. Example:
apps/myapp/services/default/versions/v1/instances/instance-1.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSshKey()
public abstract String getSshKey()Public SSH key to add to the instance. Examples:
[USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME][USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {"userName":"[USERNAME]","expireOn":"[EXPIRE_TIME]"}For more information, see Adding and Removing SSH Keys.
string ssh_key = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The sshKey. |
getSshKeyBytes()
public abstract ByteString getSshKeyBytes()Public SSH key to add to the instance. Examples:
[USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME][USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {"userName":"[USERNAME]","expireOn":"[EXPIRE_TIME]"}For more information, see Adding and Removing SSH Keys.
string ssh_key = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sshKey. |