public static interface RecrawlUrisResponse.FailureInfo.FailureReasonOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RecrawlUrisResponse.FailureInfo.FailureReason.CorpusType |
getCorpusType()
DESKTOP, MOBILE, or CORPUS_TYPE_UNSPECIFIED.
|
int |
getCorpusTypeValue()
DESKTOP, MOBILE, or CORPUS_TYPE_UNSPECIFIED.
|
String |
getErrorMessage()
Reason why the URI was not crawled.
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
Reason why the URI was not crawled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCorpusTypeValue()
DESKTOP, MOBILE, or CORPUS_TYPE_UNSPECIFIED.
.google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse.FailureInfo.FailureReason.CorpusType corpus_type = 1;
RecrawlUrisResponse.FailureInfo.FailureReason.CorpusType getCorpusType()
DESKTOP, MOBILE, or CORPUS_TYPE_UNSPECIFIED.
.google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse.FailureInfo.FailureReason.CorpusType corpus_type = 1;
String getErrorMessage()
Reason why the URI was not crawled.
string error_message = 2;com.google.protobuf.ByteString getErrorMessageBytes()
Reason why the URI was not crawled.
string error_message = 2;Copyright © 2024 Google LLC. All rights reserved.