public interface TargetSiteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExactMatch()
Input only.
|
TargetSite.FailureReason |
getFailureReason()
Output only.
|
TargetSite.FailureReasonOrBuilder |
getFailureReasonOrBuilder()
Output only.
|
String |
getGeneratedUriPattern()
Output only.
|
com.google.protobuf.ByteString |
getGeneratedUriPatternBytes()
Output only.
|
TargetSite.IndexingStatus |
getIndexingStatus()
Output only.
|
int |
getIndexingStatusValue()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getProvidedUriPattern()
Required.
|
com.google.protobuf.ByteString |
getProvidedUriPatternBytes()
Required.
|
String |
getRootDomainUri()
Output only.
|
com.google.protobuf.ByteString |
getRootDomainUriBytes()
Output only.
|
SiteVerificationInfo |
getSiteVerificationInfo()
Output only.
|
SiteVerificationInfoOrBuilder |
getSiteVerificationInfoOrBuilder()
Output only.
|
TargetSite.Type |
getType()
The type of the target site, e.g., whether the site is to be included or
excluded.
|
int |
getTypeValue()
The type of the target site, e.g., whether the site is to be included or
excluded.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasFailureReason()
Output only.
|
boolean |
hasSiteVerificationInfo()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The fully qualified resource name of the target site.
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}`
The `target_site_id` is system-generated.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The fully qualified resource name of the target site.
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}`
The `target_site_id` is system-generated.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getProvidedUriPattern()
Required. Input only. The user provided URI pattern from which the `generated_uri_pattern` is generated.
string provided_uri_pattern = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
com.google.protobuf.ByteString getProvidedUriPatternBytes()
Required. Input only. The user provided URI pattern from which the `generated_uri_pattern` is generated.
string provided_uri_pattern = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
int getTypeValue()
The type of the target site, e.g., whether the site is to be included or excluded.
.google.cloud.discoveryengine.v1alpha.TargetSite.Type type = 3;TargetSite.Type getType()
The type of the target site, e.g., whether the site is to be included or excluded.
.google.cloud.discoveryengine.v1alpha.TargetSite.Type type = 3;boolean getExactMatch()
Input only. If set to false, a uri_pattern is generated to include all pages whose address contains the provided_uri_pattern. If set to true, an uri_pattern is generated to try to be an exact match of the provided_uri_pattern or just the specific page if the provided_uri_pattern is a specific one. provided_uri_pattern is always normalized to generate the URI pattern to be used by the search engine.
bool exact_match = 6 [(.google.api.field_behavior) = INPUT_ONLY];String getGeneratedUriPattern()
Output only. This is system-generated based on the provided_uri_pattern.
string generated_uri_pattern = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getGeneratedUriPatternBytes()
Output only. This is system-generated based on the provided_uri_pattern.
string generated_uri_pattern = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];String getRootDomainUri()
Output only. Root domain of the provided_uri_pattern.
string root_domain_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRootDomainUriBytes()
Output only. Root domain of the provided_uri_pattern.
string root_domain_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasSiteVerificationInfo()
Output only. Site ownership and validity verification status.
.google.cloud.discoveryengine.v1alpha.SiteVerificationInfo site_verification_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
SiteVerificationInfo getSiteVerificationInfo()
Output only. Site ownership and validity verification status.
.google.cloud.discoveryengine.v1alpha.SiteVerificationInfo site_verification_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
SiteVerificationInfoOrBuilder getSiteVerificationInfoOrBuilder()
Output only. Site ownership and validity verification status.
.google.cloud.discoveryengine.v1alpha.SiteVerificationInfo site_verification_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getIndexingStatusValue()
Output only. Indexing status.
.google.cloud.discoveryengine.v1alpha.TargetSite.IndexingStatus indexing_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
TargetSite.IndexingStatus getIndexingStatus()
Output only. Indexing status.
.google.cloud.discoveryengine.v1alpha.TargetSite.IndexingStatus indexing_status = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The target site's last updated time.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The target site's last updated time.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The target site's last updated time.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasFailureReason()
Output only. Failure reason.
.google.cloud.discoveryengine.v1alpha.TargetSite.FailureReason failure_reason = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
TargetSite.FailureReason getFailureReason()
Output only. Failure reason.
.google.cloud.discoveryengine.v1alpha.TargetSite.FailureReason failure_reason = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
TargetSite.FailureReasonOrBuilder getFailureReasonOrBuilder()
Output only. Failure reason.
.google.cloud.discoveryengine.v1alpha.TargetSite.FailureReason failure_reason = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.