public interface SearchCatalogsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCatalogs(int index)
public abstract Catalog getCatalogs(int index) The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Catalog |
|
getCatalogsCount()
public abstract int getCatalogsCount() The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCatalogsList()
public abstract List<Catalog> getCatalogsList() The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Catalog> |
|
getCatalogsOrBuilder(int index)
public abstract CatalogOrBuilder getCatalogsOrBuilder(int index) The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CatalogOrBuilder |
|
getCatalogsOrBuilderList()
public abstract List<? extends CatalogOrBuilder> getCatalogsOrBuilderList() The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.privatecatalog.v1beta1.CatalogOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |