public static enum TargetSite.IndexingStatus extends Enum<TargetSite.IndexingStatus> implements com.google.protobuf.ProtocolMessageEnum
Target site indexing status enumeration.Protobuf enum
google.cloud.discoveryengine.v1beta.TargetSite.IndexingStatus| Enum Constant and Description |
|---|
DELETING
The previously indexed target site has been marked to be deleted.
|
FAILED
The target site fails to be indexed.
|
INDEXING_STATUS_UNSPECIFIED
Defaults to SUCCEEDED.
|
PENDING
The target site is in the update queue and will be picked up by indexing
pipeline.
|
SUCCEEDED
The target site has been indexed.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DELETING_VALUE
The previously indexed target site has been marked to be deleted.
|
static int |
FAILED_VALUE
The target site fails to be indexed.
|
static int |
INDEXING_STATUS_UNSPECIFIED_VALUE
Defaults to SUCCEEDED.
|
static int |
PENDING_VALUE
The target site is in the update queue and will be picked up by indexing
pipeline.
|
static int |
SUCCEEDED_VALUE
The target site has been indexed.
|
| Modifier and Type | Method and Description |
|---|---|
static TargetSite.IndexingStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TargetSite.IndexingStatus> |
internalGetValueMap() |
static TargetSite.IndexingStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TargetSite.IndexingStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TargetSite.IndexingStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetSite.IndexingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetSite.IndexingStatus INDEXING_STATUS_UNSPECIFIED
Defaults to SUCCEEDED.
INDEXING_STATUS_UNSPECIFIED = 0;public static final TargetSite.IndexingStatus PENDING
The target site is in the update queue and will be picked up by indexing pipeline.
PENDING = 1;public static final TargetSite.IndexingStatus FAILED
The target site fails to be indexed.
FAILED = 2;public static final TargetSite.IndexingStatus SUCCEEDED
The target site has been indexed.
SUCCEEDED = 3;public static final TargetSite.IndexingStatus DELETING
The previously indexed target site has been marked to be deleted. This is a transitioning state which will resulted in either: 1. target site deleted if unindexing is successful; 2. state reverts to SUCCEEDED if the unindexing fails.
DELETING = 4;public static final TargetSite.IndexingStatus UNRECOGNIZED
public static final int INDEXING_STATUS_UNSPECIFIED_VALUE
Defaults to SUCCEEDED.
INDEXING_STATUS_UNSPECIFIED = 0;public static final int PENDING_VALUE
The target site is in the update queue and will be picked up by indexing pipeline.
PENDING = 1;public static final int FAILED_VALUE
The target site fails to be indexed.
FAILED = 2;public static final int SUCCEEDED_VALUE
The target site has been indexed.
SUCCEEDED = 3;public static final int DELETING_VALUE
The previously indexed target site has been marked to be deleted. This is a transitioning state which will resulted in either: 1. target site deleted if unindexing is successful; 2. state reverts to SUCCEEDED if the unindexing fails.
DELETING = 4;public static TargetSite.IndexingStatus[] values()
for (TargetSite.IndexingStatus c : TargetSite.IndexingStatus.values()) System.out.println(c);
public static TargetSite.IndexingStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TargetSite.IndexingStatus valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TargetSite.IndexingStatus forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TargetSite.IndexingStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TargetSite.IndexingStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.