public interface ListComponentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getComponents(int index)
public abstract String getComponents(int index)The components from the specified organization.
repeated string components = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The count of components. |
getComponentsList()
public abstract List<String> getComponentsList()The components from the specified organization.
repeated string components = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |