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
public static interface Common.UrlBlobOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBytes()Represents the size of the file accessible at the above url.java.lang.StringgetUrl()Actual url value.com.google.protobuf.ByteStringgetUrlBytes()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
java.lang.String getUrl()
Actual url value.
string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Actual url value.
string url = 1;- Returns:
- The bytes for url.
-
getBytes
long getBytes()
Represents the size of the file accessible at the above url.
int64 bytes = 2;- Returns:
- The bytes.
-
-