Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class CreateSchemaRequest.
Request message for SchemaService.CreateSchema method.
Generated from protobuf message google.cloud.discoveryengine.v1.CreateSchemaRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent data store resource name, in the format of |
↳ schema |
Google\Cloud\DiscoveryEngine\V1\Schema
Required. The Schema to create. |
↳ schema_id |
string
Required. The ID to use for the Schema, which will become the final component of the Schema.name. This field should conform to RFC-1034 standard with a length limit of 63 characters. |
getParent
Required. The parent data store resource name, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent data store resource name, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSchema
Required. The Schema to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1\Schema|null |
hasSchema
clearSchema
setSchema
Required. The Schema to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DiscoveryEngine\V1\Schema
|
Returns | |
---|---|
Type | Description |
$this |
getSchemaId
Required. The ID to use for the Schema, which will become the final component of the Schema.name.
This field should conform to RFC-1034 standard with a length limit of 63 characters.
Returns | |
---|---|
Type | Description |
string |
setSchemaId
Required. The ID to use for the Schema, which will become the final component of the Schema.name.
This field should conform to RFC-1034 standard with a length limit of 63 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent data store resource name, in the format of
|
schema |
Google\Cloud\DiscoveryEngine\V1\Schema
Required. The Schema to create. |
schemaId |
string
Required. The ID to use for the Schema, which will become the final component of the Schema.name. This field should conform to RFC-1034 standard with a length limit of 63 characters. |
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1\CreateSchemaRequest |