public interface ListLogicalProductVariantsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLogicalProductVariants(int index)
public abstract LogicalProductVariant getLogicalProductVariants(int index)Matched LogicalProductVariants
repeated .google.cloud.productregistry.v1.LogicalProductVariant logical_product_variants = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LogicalProductVariant |
|
getLogicalProductVariantsCount()
public abstract int getLogicalProductVariantsCount()Matched LogicalProductVariants
repeated .google.cloud.productregistry.v1.LogicalProductVariant logical_product_variants = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLogicalProductVariantsList()
public abstract List<LogicalProductVariant> getLogicalProductVariantsList()Matched LogicalProductVariants
repeated .google.cloud.productregistry.v1.LogicalProductVariant logical_product_variants = 1;
| Returns | |
|---|---|
| Type | Description |
List<LogicalProductVariant> |
|
getLogicalProductVariantsOrBuilder(int index)
public abstract LogicalProductVariantOrBuilder getLogicalProductVariantsOrBuilder(int index)Matched LogicalProductVariants
repeated .google.cloud.productregistry.v1.LogicalProductVariant logical_product_variants = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LogicalProductVariantOrBuilder |
|
getLogicalProductVariantsOrBuilderList()
public abstract List<? extends LogicalProductVariantOrBuilder> getLogicalProductVariantsOrBuilderList()Matched LogicalProductVariants
repeated .google.cloud.productregistry.v1.LogicalProductVariant logical_product_variants = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.productregistry.v1.LogicalProductVariantOrBuilder> |
|
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. |