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 v1 API class FetchDomainVerificationStatusResponse.
Response message for [SiteSearchEngineService.FetchDomainVerificationStatus][google.cloud.discoveryengine.v1.SiteSearchEngineService.FetchDomainVerificationStatus] method.
Implements
IMessageFetchDomainVerificationStatusResponse, IEquatableFetchDomainVerificationStatusResponse, IDeepCloneableFetchDomainVerificationStatusResponse, IBufferMessage, IMessage, IPageResponseTargetSite, IEnumerableTargetSite, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
FetchDomainVerificationStatusResponse()
public FetchDomainVerificationStatusResponse()
FetchDomainVerificationStatusResponse(FetchDomainVerificationStatusResponse)
public FetchDomainVerificationStatusResponse(FetchDomainVerificationStatusResponse other)
Parameter | |
---|---|
Name | Description |
other |
FetchDomainVerificationStatusResponse |
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 containing the site verification status.
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 |