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;
| Name | Description |
| index | int |
| Type | Description |
| Catalog |
getCatalogsCount()
public abstract int getCatalogsCount() The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| Type | Description |
| int |
getCatalogsList()
public abstract List<Catalog> getCatalogsList() The Catalogs computed from the resource context.
repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |