public static interface SummarySuggestion.SummarySectionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |