Interface CaseClassificationOrBuilder (0.47.0)

public interface CaseClassificationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

A display name for the classification.

The display name is not static and can change. To uniquely and consistently identify classifications, use the CaseClassification.id field.

string display_name = 4;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

A display name for the classification.

The display name is not static and can change. To uniquely and consistently identify classifications, use the CaseClassification.id field.

string display_name = 4;

Returns
Type Description
ByteString

The bytes for displayName.

getId()

public abstract String getId()

The unique ID for a classification. Must be specified for case creation.

To retrieve valid classification IDs for case creation, use caseClassifications.search.

Classification IDs returned by caseClassifications.search are guaranteed to be valid for at least 6 months. If a given classification is deactiveated, it will immediately stop being returned. After 6 months, case.create requests using the classification ID will fail.

string id = 3;

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

The unique ID for a classification. Must be specified for case creation.

To retrieve valid classification IDs for case creation, use caseClassifications.search.

Classification IDs returned by caseClassifications.search are guaranteed to be valid for at least 6 months. If a given classification is deactiveated, it will immediately stop being returned. After 6 months, case.create requests using the classification ID will fail.

string id = 3;

Returns
Type Description
ByteString

The bytes for id.

getProduct()

public abstract Product getProduct()

The full product the classification corresponds to.

.google.cloud.support.v2beta.Product product = 10;

Returns
Type Description
Product

The product.

getProductOrBuilder()

public abstract ProductOrBuilder getProductOrBuilder()

The full product the classification corresponds to.

.google.cloud.support.v2beta.Product product = 10;

Returns
Type Description
ProductOrBuilder

hasProduct()

public abstract boolean hasProduct()

The full product the classification corresponds to.

.google.cloud.support.v2beta.Product product = 10;

Returns
Type Description
boolean

Whether the product field is set.