Interface ListSSHKeysResponseOrBuilder (0.41.0)

public interface ListSSHKeysResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 90;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 90;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getSshKeys(int index)

public abstract SSHKey getSshKeys(int index)

The SSH keys registered in the project.

repeated .google.cloud.baremetalsolution.v2.SSHKey ssh_keys = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SSHKey

getSshKeysCount()

public abstract int getSshKeysCount()

The SSH keys registered in the project.

repeated .google.cloud.baremetalsolution.v2.SSHKey ssh_keys = 1;

Returns
TypeDescription
int

getSshKeysList()

public abstract List<SSHKey> getSshKeysList()

The SSH keys registered in the project.

repeated .google.cloud.baremetalsolution.v2.SSHKey ssh_keys = 1;

Returns
TypeDescription
List<SSHKey>

getSshKeysOrBuilder(int index)

public abstract SSHKeyOrBuilder getSshKeysOrBuilder(int index)

The SSH keys registered in the project.

repeated .google.cloud.baremetalsolution.v2.SSHKey ssh_keys = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SSHKeyOrBuilder

getSshKeysOrBuilderList()

public abstract List<? extends SSHKeyOrBuilder> getSshKeysOrBuilderList()

The SSH keys registered in the project.

repeated .google.cloud.baremetalsolution.v2.SSHKey ssh_keys = 1;

Returns
TypeDescription
List<? extends com.google.cloud.baremetalsolution.v2.SSHKeyOrBuilder>