public static interface ImportCompletionSuggestionsRequest.InlineSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CompletionSuggestion |
getSuggestions(int index)
Required.
|
int |
getSuggestionsCount()
Required.
|
List<CompletionSuggestion> |
getSuggestionsList()
Required.
|
CompletionSuggestionOrBuilder |
getSuggestionsOrBuilder(int index)
Required.
|
List<? extends CompletionSuggestionOrBuilder> |
getSuggestionsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CompletionSuggestion> getSuggestionsList()
Required. A list of all denylist entries to import. Max of 1000 items.
repeated .google.cloud.discoveryengine.v1alpha.CompletionSuggestion suggestions = 1 [(.google.api.field_behavior) = REQUIRED];
CompletionSuggestion getSuggestions(int index)
Required. A list of all denylist entries to import. Max of 1000 items.
repeated .google.cloud.discoveryengine.v1alpha.CompletionSuggestion suggestions = 1 [(.google.api.field_behavior) = REQUIRED];
int getSuggestionsCount()
Required. A list of all denylist entries to import. Max of 1000 items.
repeated .google.cloud.discoveryengine.v1alpha.CompletionSuggestion suggestions = 1 [(.google.api.field_behavior) = REQUIRED];
List<? extends CompletionSuggestionOrBuilder> getSuggestionsOrBuilderList()
Required. A list of all denylist entries to import. Max of 1000 items.
repeated .google.cloud.discoveryengine.v1alpha.CompletionSuggestion suggestions = 1 [(.google.api.field_behavior) = REQUIRED];
CompletionSuggestionOrBuilder getSuggestionsOrBuilder(int index)
Required. A list of all denylist entries to import. Max of 1000 items.
repeated .google.cloud.discoveryengine.v1alpha.CompletionSuggestion suggestions = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.