public interface UrlMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRetrievedUrl()
public abstract String getRetrievedUrl()Retrieved url by the tool.
string retrieved_url = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The retrievedUrl. |
getRetrievedUrlBytes()
public abstract ByteString getRetrievedUrlBytes()Retrieved url by the tool.
string retrieved_url = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for retrievedUrl. |
getUrlRetrievalStatus()
public abstract UrlMetadata.UrlRetrievalStatus getUrlRetrievalStatus()Status of the url retrieval.
.google.cloud.vertexai.v1.UrlMetadata.UrlRetrievalStatus url_retrieval_status = 2;
| Returns | |
|---|---|
| Type | Description |
UrlMetadata.UrlRetrievalStatus |
The urlRetrievalStatus. |
getUrlRetrievalStatusValue()
public abstract int getUrlRetrievalStatusValue()Status of the url retrieval.
.google.cloud.vertexai.v1.UrlMetadata.UrlRetrievalStatus url_retrieval_status = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for urlRetrievalStatus. |