Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::GlossaryTerm.
Definition of a term within a specific domain.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::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."
#description=
def description=(value) -> ::String
Parameter
- value (::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."
Returns
- (::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."
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. User friendly display name of the glossary term being defined. For example: "CTR", "conversion rate", "pending"
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. User friendly display name of the glossary term being defined. For example: "CTR", "conversion rate", "pending"
Returns
- (::String) — Required. User friendly display name of the glossary term being defined. For example: "CTR", "conversion rate", "pending"
#labels
def labels() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. A list of general purpose labels associated to this term. For example: ["click rate", "clickthrough", "waiting"]
#labels=
def labels=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. A list of general purpose labels associated to this term. For example: ["click rate", "clickthrough", "waiting"]
Returns
- (::Array<::String>) — Optional. A list of general purpose labels associated to this term. For example: ["click rate", "clickthrough", "waiting"]