Interface FileOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
File, File.Builder

@Generated public interface FileOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    name is the filename of the downloadable file
    com.google.protobuf.ByteString
    name is the filename of the downloadable file
    url is the download URL for the file (typically a signed S3 URL)
    com.google.protobuf.ByteString
    url is the download URL for the file (typically a signed S3 URL)

    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 Details

    • getName

      String getName()
       name is the filename of the downloadable file
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       name is the filename of the downloadable file
       
      string name = 1;
      Returns:
      The bytes for name.
    • getUrl

      String getUrl()
       url is the download URL for the file (typically a signed S3 URL)
       
      string url = 2;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       url is the download URL for the file (typically a signed S3 URL)
       
      string url = 2;
      Returns:
      The bytes for url.