Interface ListComponentsResponseOrBuilder (0.24.0)

public interface ListComponentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComponents(int index)

public abstract String getComponents(int index)

The components from the specified organization.

repeated string components = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The components at the given index.

getComponentsBytes(int index)

public abstract ByteString getComponentsBytes(int index)

The components from the specified organization.

repeated string components = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the components at the given index.

getComponentsCount()

public abstract int getComponentsCount()

The components from the specified organization.

repeated string components = 1;

Returns
TypeDescription
int

The count of components.

getComponentsList()

public abstract List<String> getComponentsList()

The components from the specified organization.

repeated string components = 1;

Returns
TypeDescription
List<String>

A list containing the components.

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.