Package com.google.cloud.aiplatform.v1
Interface UrlMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UrlMetadata,UrlMetadata.Builder
@Generated
public interface UrlMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRetrieved url by the tool.com.google.protobuf.ByteStringRetrieved url by the tool.Status of the url retrieval.intStatus of the url retrieval.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRetrievedUrl
String getRetrievedUrl()Retrieved url by the tool.
string retrieved_url = 1;- Returns:
- The retrievedUrl.
-
getRetrievedUrlBytes
com.google.protobuf.ByteString getRetrievedUrlBytes()Retrieved url by the tool.
string retrieved_url = 1;- Returns:
- The bytes for retrievedUrl.
-
getUrlRetrievalStatusValue
int getUrlRetrievalStatusValue()Status of the url retrieval.
.google.cloud.aiplatform.v1.UrlMetadata.UrlRetrievalStatus url_retrieval_status = 2;- Returns:
- The enum numeric value on the wire for urlRetrievalStatus.
-
getUrlRetrievalStatus
UrlMetadata.UrlRetrievalStatus getUrlRetrievalStatus()Status of the url retrieval.
.google.cloud.aiplatform.v1.UrlMetadata.UrlRetrievalStatus url_retrieval_status = 2;- Returns:
- The urlRetrievalStatus.
-