Package flyteidl.admin
Interface Common.UrlBlobOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.UrlBlob,Common.UrlBlob.Builder
- Enclosing class:
- Common
@Deprecated public static interface Common.UrlBlobOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description longgetBytes()Deprecated.Represents the size of the file accessible at the above url.StringgetUrl()Deprecated.Actual url value.com.google.protobuf.ByteStringgetUrlBytes()Deprecated.Actual url value.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrl
String getUrl()
Deprecated.Actual url value.
string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Deprecated.Actual url value.
string url = 1;- Returns:
- The bytes for url.
-
getBytes
long getBytes()
Deprecated.Represents the size of the file accessible at the above url.
int64 bytes = 2;- Returns:
- The bytes.
-
-