Interface SummarySuggestion.SummarySectionOrBuilder (4.55.0)

public static interface SummarySuggestion.SummarySectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSection()

public abstract String getSection()

Required. Name of the section.

string section = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The section.

getSectionBytes()

public abstract ByteString getSectionBytes()

Required. Name of the section.

string section = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for section.

getSummary()

public abstract String getSummary()

Required. Summary text for the section.

string summary = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The summary.

getSummaryBytes()

public abstract ByteString getSummaryBytes()

Required. Summary text for the section.

string summary = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for summary.