Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class DocumentMetadata.
Document metadata.
Generated from protobuf message google.cloud.discoveryengine.v1.AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ AssistantGroundedContent \ TextGroundingMetadata \ ReferenceMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ document |
string
Document resource name. |
↳ uri |
string
URI for the document. It may contain a URL that redirects to the actual website. |
↳ title |
string
Title. |
↳ page_identifier |
string
Page identifier. |
↳ domain |
string
Domain name from the document URI. Note that the |
getDocument
Document resource name.
Returns | |
---|---|
Type | Description |
string |
hasDocument
clearDocument
setDocument
Document resource name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUri
URI for the document. It may contain a URL that redirects to the actual website.
Returns | |
---|---|
Type | Description |
string |
hasUri
clearUri
setUri
URI for the document. It may contain a URL that redirects to the actual website.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTitle
Title.
Returns | |
---|---|
Type | Description |
string |
hasTitle
clearTitle
setTitle
Title.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageIdentifier
Page identifier.
Returns | |
---|---|
Type | Description |
string |
hasPageIdentifier
clearPageIdentifier
setPageIdentifier
Page identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDomain
Domain name from the document URI. Note that the uri
field may
contain a URL that redirects to the actual website, in which case
this will contain the domain name of the target site.
Returns | |
---|---|
Type | Description |
string |
hasDomain
clearDomain
setDomain
Domain name from the document URI. Note that the uri
field may
contain a URL that redirects to the actual website, in which case
this will contain the domain name of the target site.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |