public interface FetchDomainVerificationStatusResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getTargetSites(int index)
public abstract TargetSite getTargetSites(int index)List of TargetSites containing the site verification status.
repeated .google.cloud.discoveryengine.v1.TargetSite target_sites = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TargetSite |
|
getTargetSitesCount()
public abstract int getTargetSitesCount()List of TargetSites containing the site verification status.
repeated .google.cloud.discoveryengine.v1.TargetSite target_sites = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTargetSitesList()
public abstract List<TargetSite> getTargetSitesList()List of TargetSites containing the site verification status.
repeated .google.cloud.discoveryengine.v1.TargetSite target_sites = 1;
| Returns | |
|---|---|
| Type | Description |
List<TargetSite> |
|
getTargetSitesOrBuilder(int index)
public abstract TargetSiteOrBuilder getTargetSitesOrBuilder(int index)List of TargetSites containing the site verification status.
repeated .google.cloud.discoveryengine.v1.TargetSite target_sites = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TargetSiteOrBuilder |
|
getTargetSitesOrBuilderList()
public abstract List<? extends TargetSiteOrBuilder> getTargetSitesOrBuilderList()List of TargetSites containing the site verification status.
repeated .google.cloud.discoveryengine.v1.TargetSite target_sites = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.TargetSiteOrBuilder> |
|
getTotalSize()
public abstract int getTotalSize()The total number of items matching the request. This will always be populated in the response.
int32 total_size = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The totalSize. |