Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Citation.
Source attributions for content.
Generated from protobuf message google.cloud.aiplatform.v1.Citation
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_index |
int
Output only. Start index into the content. |
↳ end_index |
int
Output only. End index into the content. |
↳ uri |
string
Output only. Url reference of the attribution. |
↳ title |
string
Output only. Title of the attribution. |
↳ license |
string
Output only. License of the attribution. |
↳ publication_date |
Google\Type\Date
Output only. Publication date of the attribution. |
getStartIndex
Output only. Start index into the content.
| Returns | |
|---|---|
| Type | Description |
int |
|
setStartIndex
Output only. Start index into the content.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndIndex
Output only. End index into the content.
| Returns | |
|---|---|
| Type | Description |
int |
|
setEndIndex
Output only. End index into the content.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
Output only. Url reference of the attribution.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
Output only. Url reference of the attribution.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTitle
Output only. Title of the attribution.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTitle
Output only. Title of the attribution.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLicense
Output only. License of the attribution.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLicense
Output only. License of the attribution.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPublicationDate
Output only. Publication date of the attribution.
| Returns | |
|---|---|
| Type | Description |
Google\Type\Date|null |
|
hasPublicationDate
clearPublicationDate
setPublicationDate
Output only. Publication date of the attribution.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Type\Date
|
| Returns | |
|---|---|
| Type | Description |
$this |
|