public static interface SearchResponse.SummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.Summary.SafetyAttributes |
getSafetyAttributes()
A collection of Safety Attribute categories and their associated
confidence scores.
|
SearchResponse.Summary.SafetyAttributesOrBuilder |
getSafetyAttributesOrBuilder()
A collection of Safety Attribute categories and their associated
confidence scores.
|
SearchResponse.Summary.SummarySkippedReason |
getSummarySkippedReasons(int index)
Additional summary-skipped reasons.
|
int |
getSummarySkippedReasonsCount()
Additional summary-skipped reasons.
|
List<SearchResponse.Summary.SummarySkippedReason> |
getSummarySkippedReasonsList()
Additional summary-skipped reasons.
|
int |
getSummarySkippedReasonsValue(int index)
Additional summary-skipped reasons.
|
List<Integer> |
getSummarySkippedReasonsValueList()
Additional summary-skipped reasons.
|
String |
getSummaryText()
The summary content.
|
com.google.protobuf.ByteString |
getSummaryTextBytes()
The summary content.
|
boolean |
hasSafetyAttributes()
A collection of Safety Attribute categories and their associated
confidence scores.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSummaryText()
The summary content.
string summary_text = 1;com.google.protobuf.ByteString getSummaryTextBytes()
The summary content.
string summary_text = 1;List<SearchResponse.Summary.SummarySkippedReason> getSummarySkippedReasonsList()
Additional summary-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
repeated .google.cloud.discoveryengine.v1beta.SearchResponse.Summary.SummarySkippedReason summary_skipped_reasons = 2;
int getSummarySkippedReasonsCount()
Additional summary-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
repeated .google.cloud.discoveryengine.v1beta.SearchResponse.Summary.SummarySkippedReason summary_skipped_reasons = 2;
SearchResponse.Summary.SummarySkippedReason getSummarySkippedReasons(int index)
Additional summary-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
repeated .google.cloud.discoveryengine.v1beta.SearchResponse.Summary.SummarySkippedReason summary_skipped_reasons = 2;
index - The index of the element to return.List<Integer> getSummarySkippedReasonsValueList()
Additional summary-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
repeated .google.cloud.discoveryengine.v1beta.SearchResponse.Summary.SummarySkippedReason summary_skipped_reasons = 2;
int getSummarySkippedReasonsValue(int index)
Additional summary-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set.
repeated .google.cloud.discoveryengine.v1beta.SearchResponse.Summary.SummarySkippedReason summary_skipped_reasons = 2;
index - The index of the value to return.boolean hasSafetyAttributes()
A collection of Safety Attribute categories and their associated confidence scores.
.google.cloud.discoveryengine.v1beta.SearchResponse.Summary.SafetyAttributes safety_attributes = 3;
SearchResponse.Summary.SafetyAttributes getSafetyAttributes()
A collection of Safety Attribute categories and their associated confidence scores.
.google.cloud.discoveryengine.v1beta.SearchResponse.Summary.SafetyAttributes safety_attributes = 3;
SearchResponse.Summary.SafetyAttributesOrBuilder getSafetyAttributesOrBuilder()
A collection of Safety Attribute categories and their associated confidence scores.
.google.cloud.discoveryengine.v1beta.SearchResponse.Summary.SafetyAttributes safety_attributes = 3;
Copyright © 2024 Google LLC. All rights reserved.