Interface QueryProductsResponseOrBuilder (0.1.0)

public interface QueryProductsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getProducts(int index)

public abstract Product getProducts(int index)

List of database products returned.

repeated .google.cloud.databasecenter.v1beta.Product products = 1;

Parameter
Name Description
index int
Returns
Type Description
Product

getProductsCount()

public abstract int getProductsCount()

List of database products returned.

repeated .google.cloud.databasecenter.v1beta.Product products = 1;

Returns
Type Description
int

getProductsList()

public abstract List<Product> getProductsList()

List of database products returned.

repeated .google.cloud.databasecenter.v1beta.Product products = 1;

Returns
Type Description
List<Product>

getProductsOrBuilder(int index)

public abstract ProductOrBuilder getProductsOrBuilder(int index)

List of database products returned.

repeated .google.cloud.databasecenter.v1beta.Product products = 1;

Parameter
Name Description
index int
Returns
Type Description
ProductOrBuilder

getProductsOrBuilderList()

public abstract List<? extends ProductOrBuilder> getProductsOrBuilderList()

List of database products returned.

repeated .google.cloud.databasecenter.v1beta.Product products = 1;

Returns
Type Description
List<? extends com.google.cloud.databasecenter.v1beta.ProductOrBuilder>

getUnreachable(int index)

public abstract String getUnreachable(int index)

Unordered list. List of unreachable regions from where data could not be retrieved.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public abstract ByteString getUnreachableBytes(int index)

Unordered list. List of unreachable regions from where data could not be retrieved.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public abstract int getUnreachableCount()

Unordered list. List of unreachable regions from where data could not be retrieved.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public abstract List<String> getUnreachableList()

Unordered list. List of unreachable regions from where data could not be retrieved.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
List<String>

A list containing the unreachable.