Discovery Engine v1beta API - Class ListTargetSitesResponse (1.0.0-beta12)

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 v1beta API class ListTargetSitesResponse.

Response message for [SiteSearchEngineService.ListTargetSites][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.ListTargetSites] method.

Inheritance

object > ListTargetSitesResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ListTargetSitesResponse()

public ListTargetSitesResponse()

ListTargetSitesResponse(ListTargetSitesResponse)

public ListTargetSitesResponse(ListTargetSitesResponse other)
Parameter
NameDescription
otherListTargetSitesResponse

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
TypeDescription
string

TargetSites

public RepeatedField<TargetSite> TargetSites { get; }

List of TargetSites.

Property Value
TypeDescription
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
TypeDescription
int

Methods

GetEnumerator()

public IEnumerator<TargetSite> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorTargetSite