public interface GenerateGroundedContentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenerateGroundedContentResponse.Candidate |
getCandidates(int index)
Generated candidates.
|
int |
getCandidatesCount()
Generated candidates.
|
List<GenerateGroundedContentResponse.Candidate> |
getCandidatesList()
Generated candidates.
|
GenerateGroundedContentResponse.CandidateOrBuilder |
getCandidatesOrBuilder(int index)
Generated candidates.
|
List<? extends GenerateGroundedContentResponse.CandidateOrBuilder> |
getCandidatesOrBuilderList()
Generated candidates.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GenerateGroundedContentResponse.Candidate> getCandidatesList()
Generated candidates.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate candidates = 1;
GenerateGroundedContentResponse.Candidate getCandidates(int index)
Generated candidates.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate candidates = 1;
int getCandidatesCount()
Generated candidates.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate candidates = 1;
List<? extends GenerateGroundedContentResponse.CandidateOrBuilder> getCandidatesOrBuilderList()
Generated candidates.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate candidates = 1;
GenerateGroundedContentResponse.CandidateOrBuilder getCandidatesOrBuilder(int index)
Generated candidates.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate candidates = 1;
Copyright © 2025 Google LLC. All rights reserved.