Google Cloud Ai Platform V1 Client - Class Citation (0.32.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setStartIndex

Output only. Start index into the content.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getEndIndex

Output only. End index into the content.

Returns
TypeDescription
int

setEndIndex

Output only. End index into the content.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getUri

Output only. Url reference of the attribution.

Returns
TypeDescription
string

setUri

Output only. Url reference of the attribution.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTitle

Output only. Title of the attribution.

Returns
TypeDescription
string

setTitle

Output only. Title of the attribution.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLicense

Output only. License of the attribution.

Returns
TypeDescription
string

setLicense

Output only. License of the attribution.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPublicationDate

Output only. Publication date of the attribution.

Returns
TypeDescription
Google\Type\Date|null

hasPublicationDate

clearPublicationDate

setPublicationDate

Output only. Publication date of the attribution.

Parameter
NameDescription
var Google\Type\Date
Returns
TypeDescription
$this