Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class GlossaryTerm.
Definition of a term within a specific domain.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.GlossaryTerm
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ display_name
string
Required. User friendly display name of the glossary term being defined. For example: "CTR", "conversion rate", "pending"
↳ description
string
Required. The description or meaning of the term. For example: "Click-through rate", "The percentage of users who complete a desired action", "An order that is waiting to be processed."
↳ labels
array
Optional. A list of general purpose labels associated to this term. For example: ["click rate", "clickthrough", "waiting"]
getDisplayName
Required. User friendly display name of the glossary term being defined.
For example: "CTR", "conversion rate", "pending"
string
setDisplayName
Required. User friendly display name of the glossary term being defined.
For example: "CTR", "conversion rate", "pending"
var
string
$this
getDescription
Required. The description or meaning of the term.
For example: "Click-through rate", "The percentage of users who complete a desired action", "An order that is waiting to be processed."
string
setDescription
Required. The description or meaning of the term.
For example: "Click-through rate", "The percentage of users who complete a desired action", "An order that is waiting to be processed."
var
string
$this
getLabels
Optional. A list of general purpose labels associated to this term.
For example: ["click rate", "clickthrough", "waiting"]
setLabels
Optional. A list of general purpose labels associated to this term.
For example: ["click rate", "clickthrough", "waiting"]
var
string[]
$this

