Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class InlineSource.
The inline source for SuggestionDenyListEntry.
Generated from protobuf message google.cloud.discoveryengine.v1.ImportSuggestionDenyListEntriesRequest.InlineSource
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ ImportSuggestionDenyListEntriesRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entries |
array<Google\Cloud\DiscoveryEngine\V1\SuggestionDenyListEntry>
Required. A list of all denylist entries to import. Max of 1000 items. |
getEntries
Required. A list of all denylist entries to import. Max of 1000 items.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEntries
Required. A list of all denylist entries to import. Max of 1000 items.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DiscoveryEngine\V1\SuggestionDenyListEntry>
|
Returns | |
---|---|
Type | Description |
$this |