Send feedback
Class GlossaryTerm (0.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class GlossaryTerm extends GeneratedMessageV3 implements GlossaryTermOrBuilder
Definition of a term within a specific domain.
Protobuf type google.cloud.geminidataanalytics.v1beta.GlossaryTerm
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type
Description
int
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static GlossaryTerm getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static GlossaryTerm . Builder newBuilder ()
newBuilder(GlossaryTerm prototype)
public static GlossaryTerm . Builder newBuilder ( GlossaryTerm prototype )
public static GlossaryTerm parseDelimitedFrom ( InputStream input )
public static GlossaryTerm parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static GlossaryTerm parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GlossaryTerm parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static GlossaryTerm parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GlossaryTerm parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static GlossaryTerm parseFrom ( CodedInputStream input )
public static GlossaryTerm parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static GlossaryTerm parseFrom ( InputStream input )
public static GlossaryTerm parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static GlossaryTerm parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GlossaryTerm parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<GlossaryTerm> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public GlossaryTerm getDefaultInstanceForType ()
getDescription()
public String 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 description = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The description.
getDescriptionBytes()
public ByteString getDescriptionBytes ()
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 description = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for description.
getDisplayName()
public String getDisplayName ()
Required. User friendly display name of the glossary term being defined.
For example: "CTR", "conversion rate", "pending"
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Required. User friendly display name of the glossary term being defined.
For example: "CTR", "conversion rate", "pending"
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for displayName.
getLabels(int index)
public String getLabels ( int index )
Optional. A list of general purpose labels associated to this term.
For example: ["click rate", "clickthrough", "waiting"]
repeated string labels = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int The index of the element to return.
Returns
Type
Description
String
The labels at the given index.
getLabelsBytes(int index)
public ByteString getLabelsBytes ( int index )
Optional. A list of general purpose labels associated to this term.
For example: ["click rate", "clickthrough", "waiting"]
repeated string labels = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the labels at the given index.
getLabelsCount()
public int getLabelsCount ()
Optional. A list of general purpose labels associated to this term.
For example: ["click rate", "clickthrough", "waiting"]
repeated string labels = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The count of labels.
getLabelsList()
public ProtocolStringList getLabelsList ()
Optional. A list of general purpose labels associated to this term.
For example: ["click rate", "clickthrough", "waiting"]
repeated string labels = 3 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<GlossaryTerm> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public GlossaryTerm . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GlossaryTerm . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public GlossaryTerm . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-18 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-18 UTC."],[],[]]