Interface Engine.CommonConfigOrBuilder (0.37.0)

public static interface Engine.CommonConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompanyName()

public abstract String getCompanyName()

Immutable. The name of the company, business or entity that is associated with the engine. Setting this may help improve LLM related features.

string company_name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The companyName.

getCompanyNameBytes()

public abstract ByteString getCompanyNameBytes()

Immutable. The name of the company, business or entity that is associated with the engine. Setting this may help improve LLM related features.

string company_name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for companyName.