public interface SearchCatalogsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize()
The maximum number of entries that are requested.
int32 page_size = 3;
Type | Description |
int | The pageSize. |
getPageToken()
public abstract String getPageToken()
A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
string page_token = 4;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()
A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
string page_token = 4;
Type | Description |
ByteString | The bytes for pageToken. |
getQuery()
public abstract String getQuery()
The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
string query = 2;
Type | Description |
String | The query. |
getQueryBytes()
public abstract ByteString getQueryBytes()
The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
string query = 2;
Type | Description |
ByteString | The bytes for query. |
getResource()
public abstract String getResource()
Required. The name of the resource context. It can be in following formats:
projects/{project}
folders/{folder}
organizations/{organization}
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The resource. |
getResourceBytes()
public abstract ByteString getResourceBytes()
Required. The name of the resource context. It can be in following formats:
projects/{project}
folders/{folder}
organizations/{organization}
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for resource. |