public static enum UrlMetadata.UrlRetrievalStatus extends Enum<UrlMetadata.UrlRetrievalStatus> implements com.google.protobuf.ProtocolMessageEnum
Status of the url retrieval.Protobuf enum
google.cloud.aiplatform.v1.UrlMetadata.UrlRetrievalStatus| Enum Constant and Description |
|---|
UNRECOGNIZED |
URL_RETRIEVAL_STATUS_ERROR
Url retrieval is failed due to error.
|
URL_RETRIEVAL_STATUS_SUCCESS
Url retrieval is successful.
|
URL_RETRIEVAL_STATUS_UNSPECIFIED
Default value.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
URL_RETRIEVAL_STATUS_ERROR_VALUE
Url retrieval is failed due to error.
|
static int |
URL_RETRIEVAL_STATUS_SUCCESS_VALUE
Url retrieval is successful.
|
static int |
URL_RETRIEVAL_STATUS_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static UrlMetadata.UrlRetrievalStatus |
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<UrlMetadata.UrlRetrievalStatus> |
internalGetValueMap() |
static UrlMetadata.UrlRetrievalStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UrlMetadata.UrlRetrievalStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UrlMetadata.UrlRetrievalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlMetadata.UrlRetrievalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlMetadata.UrlRetrievalStatus URL_RETRIEVAL_STATUS_UNSPECIFIED
Default value. This value is unused.
URL_RETRIEVAL_STATUS_UNSPECIFIED = 0;public static final UrlMetadata.UrlRetrievalStatus URL_RETRIEVAL_STATUS_SUCCESS
Url retrieval is successful.
URL_RETRIEVAL_STATUS_SUCCESS = 1;public static final UrlMetadata.UrlRetrievalStatus URL_RETRIEVAL_STATUS_ERROR
Url retrieval is failed due to error.
URL_RETRIEVAL_STATUS_ERROR = 2;public static final UrlMetadata.UrlRetrievalStatus UNRECOGNIZED
public static final int URL_RETRIEVAL_STATUS_UNSPECIFIED_VALUE
Default value. This value is unused.
URL_RETRIEVAL_STATUS_UNSPECIFIED = 0;public static final int URL_RETRIEVAL_STATUS_SUCCESS_VALUE
Url retrieval is successful.
URL_RETRIEVAL_STATUS_SUCCESS = 1;public static final int URL_RETRIEVAL_STATUS_ERROR_VALUE
Url retrieval is failed due to error.
URL_RETRIEVAL_STATUS_ERROR = 2;public static UrlMetadata.UrlRetrievalStatus[] values()
for (UrlMetadata.UrlRetrievalStatus c : UrlMetadata.UrlRetrievalStatus.values()) System.out.println(c);
public static UrlMetadata.UrlRetrievalStatus 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 UrlMetadata.UrlRetrievalStatus valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static UrlMetadata.UrlRetrievalStatus forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UrlMetadata.UrlRetrievalStatus> 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 UrlMetadata.UrlRetrievalStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.