public static interface GenerateStatelessSummaryResponse.SummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTextSections(String key)
The summary content that is divided into sections.
|
String |
getText()
The summary content that is concatenated into one string.
|
com.google.protobuf.ByteString |
getTextBytes()
The summary content that is concatenated into one string.
|
Map<String,String> |
getTextSections()
Deprecated.
|
int |
getTextSectionsCount()
The summary content that is divided into sections.
|
Map<String,String> |
getTextSectionsMap()
The summary content that is divided into sections.
|
String |
getTextSectionsOrDefault(String key,
String defaultValue)
The summary content that is divided into sections.
|
String |
getTextSectionsOrThrow(String key)
The summary content that is divided into sections.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getText()
The summary content that is concatenated into one string.
string text = 1;com.google.protobuf.ByteString getTextBytes()
The summary content that is concatenated into one string.
string text = 1;int getTextSectionsCount()
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
map<string, string> text_sections = 2;boolean containsTextSections(String key)
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
map<string, string> text_sections = 2;@Deprecated Map<String,String> getTextSections()
getTextSectionsMap() instead.Map<String,String> getTextSectionsMap()
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
map<string, string> text_sections = 2;String getTextSectionsOrDefault(String key, String defaultValue)
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
map<string, string> text_sections = 2;Copyright © 2023 Google LLC. All rights reserved.