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