Interface ListSSHKeysResponseOrBuilder (0.42.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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
SSHKey

getSshKeysCount()

public abstract int getSshKeysCount()

The SSH keys registered in the project.

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

Returns
Type Description
int

getSshKeysList()

public abstract List<SSHKey> getSshKeysList()

The SSH keys registered in the project.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.cloud.baremetalsolution.v2.SSHKeyOrBuilder>