Class GlossaryTerm (0.9.0)

public final class GlossaryTerm extends GeneratedMessageV3 implements GlossaryTermOrBuilder

Definition of a term within a specific domain.

Protobuf type google.cloud.geminidataanalytics.v1beta.GlossaryTerm

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()
Returns
Type Description
GlossaryTerm

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GlossaryTerm.Builder newBuilder()
Returns
Type Description
GlossaryTerm.Builder

newBuilder(GlossaryTerm prototype)

public static GlossaryTerm.Builder newBuilder(GlossaryTerm prototype)
Parameter
Name Description
prototype GlossaryTerm
Returns
Type Description
GlossaryTerm.Builder

parseDelimitedFrom(InputStream input)

public static GlossaryTerm parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GlossaryTerm parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GlossaryTerm parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GlossaryTerm parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GlossaryTerm parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GlossaryTerm parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GlossaryTerm parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GlossaryTerm parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GlossaryTerm parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GlossaryTerm parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GlossaryTerm parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GlossaryTerm parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlossaryTerm
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GlossaryTerm> parser()
Returns
Type Description
Parser<GlossaryTerm>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GlossaryTerm getDefaultInstanceForType()
Returns
Type Description
GlossaryTerm

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];

Returns
Type Description
ProtocolStringList

A list containing the labels.

getParserForType()

public Parser<GlossaryTerm> getParserForType()
Returns
Type Description
Parser<GlossaryTerm>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GlossaryTerm.Builder newBuilderForType()
Returns
Type Description
GlossaryTerm.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GlossaryTerm.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GlossaryTerm.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GlossaryTerm.Builder toBuilder()
Returns
Type Description
GlossaryTerm.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException