Interface ListWorkstationClustersResponseOrBuilder (0.29.0)

public interface ListWorkstationClustersResponseOrBuilder 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 = 2;

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 = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public abstract String getUnreachable(int index)

Unreachable resources.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The unreachable at the given index.

getUnreachableBytes(int index)

public abstract ByteString getUnreachableBytes(int index)

Unreachable resources.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public abstract int getUnreachableCount()

Unreachable resources.

repeated string unreachable = 3;

Returns
TypeDescription
int

The count of unreachable.

getUnreachableList()

public abstract List<String> getUnreachableList()

Unreachable resources.

repeated string unreachable = 3;

Returns
TypeDescription
List<String>

A list containing the unreachable.

getWorkstationClusters(int index)

public abstract WorkstationCluster getWorkstationClusters(int index)

The requested workstation clusters.

repeated .google.cloud.workstations.v1.WorkstationCluster workstation_clusters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
WorkstationCluster

getWorkstationClustersCount()

public abstract int getWorkstationClustersCount()

The requested workstation clusters.

repeated .google.cloud.workstations.v1.WorkstationCluster workstation_clusters = 1;

Returns
TypeDescription
int

getWorkstationClustersList()

public abstract List<WorkstationCluster> getWorkstationClustersList()

The requested workstation clusters.

repeated .google.cloud.workstations.v1.WorkstationCluster workstation_clusters = 1;

Returns
TypeDescription
List<WorkstationCluster>

getWorkstationClustersOrBuilder(int index)

public abstract WorkstationClusterOrBuilder getWorkstationClustersOrBuilder(int index)

The requested workstation clusters.

repeated .google.cloud.workstations.v1.WorkstationCluster workstation_clusters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
WorkstationClusterOrBuilder

getWorkstationClustersOrBuilderList()

public abstract List<? extends WorkstationClusterOrBuilder> getWorkstationClustersOrBuilderList()

The requested workstation clusters.

repeated .google.cloud.workstations.v1.WorkstationCluster workstation_clusters = 1;

Returns
TypeDescription
List<? extends com.google.cloud.workstations.v1.WorkstationClusterOrBuilder>