public interface FetchDomainVerificationStatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page.
|
TargetSite |
getTargetSites(int index)
List of TargetSites containing the site verification status.
|
int |
getTargetSitesCount()
List of TargetSites containing the site verification status.
|
List<TargetSite> |
getTargetSitesList()
List of TargetSites containing the site verification status.
|
TargetSiteOrBuilder |
getTargetSitesOrBuilder(int index)
List of TargetSites containing the site verification status.
|
List<? extends TargetSiteOrBuilder> |
getTargetSitesOrBuilderList()
List of TargetSites containing the site verification status.
|
int |
getTotalSize()
The total number of items matching the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TargetSite> getTargetSitesList()
List of TargetSites containing the site verification status.
repeated .google.cloud.discoveryengine.v1beta.TargetSite target_sites = 1;TargetSite getTargetSites(int index)
List of TargetSites containing the site verification status.
repeated .google.cloud.discoveryengine.v1beta.TargetSite target_sites = 1;int getTargetSitesCount()
List of TargetSites containing the site verification status.
repeated .google.cloud.discoveryengine.v1beta.TargetSite target_sites = 1;List<? extends TargetSiteOrBuilder> getTargetSitesOrBuilderList()
List of TargetSites containing the site verification status.
repeated .google.cloud.discoveryengine.v1beta.TargetSite target_sites = 1;TargetSiteOrBuilder getTargetSitesOrBuilder(int index)
List of TargetSites containing the site verification status.
repeated .google.cloud.discoveryengine.v1beta.TargetSite target_sites = 1;String getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;int getTotalSize()
The total number of items matching the request. This will always be populated in the response.
int32 total_size = 3;Copyright © 2025 Google LLC. All rights reserved.