Interface ListLogicalProductsResponseOrBuilder (0.1.0)

public interface ListLogicalProductsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLogicalProducts(int index)

public abstract LogicalProduct getLogicalProducts(int index)

Matched LogicalProducts

repeated .google.cloud.productregistry.v1.LogicalProduct logical_products = 1;

Parameter
Name Description
index int
Returns
Type Description
LogicalProduct

getLogicalProductsCount()

public abstract int getLogicalProductsCount()

Matched LogicalProducts

repeated .google.cloud.productregistry.v1.LogicalProduct logical_products = 1;

Returns
Type Description
int

getLogicalProductsList()

public abstract List<LogicalProduct> getLogicalProductsList()

Matched LogicalProducts

repeated .google.cloud.productregistry.v1.LogicalProduct logical_products = 1;

Returns
Type Description
List<LogicalProduct>

getLogicalProductsOrBuilder(int index)

public abstract LogicalProductOrBuilder getLogicalProductsOrBuilder(int index)

Matched LogicalProducts

repeated .google.cloud.productregistry.v1.LogicalProduct logical_products = 1;

Parameter
Name Description
index int
Returns
Type Description
LogicalProductOrBuilder

getLogicalProductsOrBuilderList()

public abstract List<? extends LogicalProductOrBuilder> getLogicalProductsOrBuilderList()

Matched LogicalProducts

repeated .google.cloud.productregistry.v1.LogicalProduct logical_products = 1;

Returns
Type Description
List<? extends com.google.cloud.productregistry.v1.LogicalProductOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which 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, which 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.