public interface UrlMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRetrievedUrl()
Retrieved url by the tool.
|
com.google.protobuf.ByteString |
getRetrievedUrlBytes()
Retrieved url by the tool.
|
UrlMetadata.UrlRetrievalStatus |
getUrlRetrievalStatus()
Status of the url retrieval.
|
int |
getUrlRetrievalStatusValue()
Status of the url retrieval.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRetrievedUrl()
Retrieved url by the tool.
string retrieved_url = 1;com.google.protobuf.ByteString getRetrievedUrlBytes()
Retrieved url by the tool.
string retrieved_url = 1;int getUrlRetrievalStatusValue()
Status of the url retrieval.
.google.cloud.aiplatform.v1.UrlMetadata.UrlRetrievalStatus url_retrieval_status = 2;
UrlMetadata.UrlRetrievalStatus getUrlRetrievalStatus()
Status of the url retrieval.
.google.cloud.aiplatform.v1.UrlMetadata.UrlRetrievalStatus url_retrieval_status = 2;
Copyright © 2025 Google LLC. All rights reserved.