Discovery Engine v1beta API - Class FetchDomainVerificationStatusResponse (1.0.0-beta11)

public sealed class FetchDomainVerificationStatusResponse : IMessage<FetchDomainVerificationStatusResponse>, IEquatable<FetchDomainVerificationStatusResponse>, IDeepCloneable<FetchDomainVerificationStatusResponse>, IBufferMessage, IMessage, IPageResponse<TargetSite>, IEnumerable<TargetSite>, IEnumerable

Reference documentation and code samples for the Discovery Engine v1beta API class FetchDomainVerificationStatusResponse.

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

Inheritance

object > FetchDomainVerificationStatusResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

FetchDomainVerificationStatusResponse()

public FetchDomainVerificationStatusResponse()

FetchDomainVerificationStatusResponse(FetchDomainVerificationStatusResponse)

public FetchDomainVerificationStatusResponse(FetchDomainVerificationStatusResponse other)
Parameter
NameDescription
otherFetchDomainVerificationStatusResponse

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 containing the site verification status.

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