Package flyteidl.core
Interface Literals.BlobOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Literals.Blob,Literals.Blob.Builder
- Enclosing class:
- Literals
public static interface Literals.BlobOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Literals.BlobMetadatagetMetadata().flyteidl.core.BlobMetadata metadata = 1;Literals.BlobMetadataOrBuildergetMetadataOrBuilder().flyteidl.core.BlobMetadata metadata = 1;StringgetUri()string uri = 3;com.google.protobuf.ByteStringgetUriBytes()string uri = 3;booleanhasMetadata().flyteidl.core.BlobMetadata metadata = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMetadata
boolean hasMetadata()
.flyteidl.core.BlobMetadata metadata = 1;- Returns:
- Whether the metadata field is set.
-
getMetadata
Literals.BlobMetadata getMetadata()
.flyteidl.core.BlobMetadata metadata = 1;- Returns:
- The metadata.
-
getMetadataOrBuilder
Literals.BlobMetadataOrBuilder getMetadataOrBuilder()
.flyteidl.core.BlobMetadata metadata = 1;
-
getUri
String getUri()
string uri = 3;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
string uri = 3;- Returns:
- The bytes for uri.
-
-