public sealed class ListTargetSitesResponse : IMessage<ListTargetSitesResponse>, IEquatable<ListTargetSitesResponse>, IDeepCloneable<ListTargetSitesResponse>, IBufferMessage, IMessage, IPageResponse<TargetSite>, IEnumerable<TargetSite>, IEnumerable
Reference documentation and code samples for the Discovery Engine v1 API class ListTargetSitesResponse.
Response message for [SiteSearchEngineService.ListTargetSites][google.cloud.discoveryengine.v1.SiteSearchEngineService.ListTargetSites] method.
Implements
IMessageListTargetSitesResponse, IEquatableListTargetSitesResponse, IDeepCloneableListTargetSitesResponse, IBufferMessage, IMessage, IPageResponseTargetSite, IEnumerableTargetSite, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListTargetSitesResponse()
public ListTargetSitesResponse()
ListTargetSitesResponse(ListTargetSitesResponse)
public ListTargetSitesResponse(ListTargetSitesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListTargetSitesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
TargetSites
public RepeatedField<TargetSite> TargetSites { get; }
List of TargetSites.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTargetSite |
TotalSize
public int TotalSize { get; set; }
The total number of items matching the request. This will always be populated in the response.
Property Value | |
---|---|
Type | Description |
int |
Methods
GetEnumerator()
public IEnumerator<TargetSite> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorTargetSite |