Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class ListSchemasRequest.
Request message for SchemaService.ListSchemas method.
Generated from protobuf message google.cloud.discoveryengine.v1beta.ListSchemasRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
↳ page_size
↳ page_token
string
A page token, received from a previous SchemaService.ListSchemas call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to SchemaService.ListSchemas must match the call that provided the page token.
getParent
Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
string
setParent
Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
var
string
$this
getPageSize
The maximum number of Schema s to return. The service may return fewer than this value.
If unspecified, at most 100 Schema s are returned. The maximum value is 1000; values above 1000 are set to 1000.
int
setPageSize
The maximum number of Schema s to return. The service may return fewer than this value.
If unspecified, at most 100 Schema s are returned. The maximum value is 1000; values above 1000 are set to 1000.
var
int
$this
getPageToken
A page token, received from a previous SchemaService.ListSchemas call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to SchemaService.ListSchemas must match the call that provided the page token.
string
setPageToken
A page token, received from a previous SchemaService.ListSchemas call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to SchemaService.ListSchemas must match the call that provided the page token.
var
string
$this
static::build
parent
string
Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
. Please see Google\Cloud\DiscoveryEngine\V1beta\SchemaServiceClient::dataStoreName()
for help formatting this field.