Google Cloud Discovery Engine V1 Client - Class CreateSchemaRequest (0.5.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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}.

↳ 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
TypeDescription
string

setParent

Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSchema

Required. The Schema to create.

Returns
TypeDescription
Google\Cloud\DiscoveryEngine\V1\Schema|null

hasSchema

clearSchema

setSchema

Required. The Schema to create.

Parameter
NameDescription
var Google\Cloud\DiscoveryEngine\V1\Schema
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
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\V1\SchemaServiceClient::dataStoreName() for help formatting this field.

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
TypeDescription
Google\Cloud\DiscoveryEngine\V1\CreateSchemaRequest