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.BlobMetadata getMetadata()
      .flyteidl.core.BlobMetadata metadata = 1;
      Literals.BlobMetadataOrBuilder getMetadataOrBuilder()
      .flyteidl.core.BlobMetadata metadata = 1;
      String getUri()
      string uri = 3;
      com.google.protobuf.ByteString getUriBytes()
      string uri = 3;
      boolean hasMetadata()
      .flyteidl.core.BlobMetadata metadata = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.
      • getUri

        String getUri()
        string uri = 3;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
        string uri = 3;
        Returns:
        The bytes for uri.