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.
| Parameters | |
|---|---|
| Name | Description |
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"
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Required. User friendly display name of the glossary term being defined.
For example: "CTR", "conversion rate", "pending"
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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."
| Returns | |
|---|---|
| Type | Description |
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."
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
Optional. A list of general purpose labels associated to this term.
For example: ["click rate", "clickthrough", "waiting"]
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setLabels
Optional. A list of general purpose labels associated to this term.
For example: ["click rate", "clickthrough", "waiting"]
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|