Interface FilePartOrBuilder

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

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

    Modifier and Type
    Method
    Description
     
    com.google.protobuf.ByteString
    bytes file_with_bytes = 2;
    string file_with_uri = 1;
    com.google.protobuf.ByteString
    string file_with_uri = 1;
    string mime_type = 3;
    com.google.protobuf.ByteString
    string mime_type = 3;
    boolean
    bytes file_with_bytes = 2;
    boolean
    string file_with_uri = 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 Details

    • hasFileWithUri

      boolean hasFileWithUri()
      string file_with_uri = 1;
      Returns:
      Whether the fileWithUri field is set.
    • getFileWithUri

      String getFileWithUri()
      string file_with_uri = 1;
      Returns:
      The fileWithUri.
    • getFileWithUriBytes

      com.google.protobuf.ByteString getFileWithUriBytes()
      string file_with_uri = 1;
      Returns:
      The bytes for fileWithUri.
    • hasFileWithBytes

      boolean hasFileWithBytes()
      bytes file_with_bytes = 2;
      Returns:
      Whether the fileWithBytes field is set.
    • getFileWithBytes

      com.google.protobuf.ByteString getFileWithBytes()
      bytes file_with_bytes = 2;
      Returns:
      The fileWithBytes.
    • getMimeType

      String getMimeType()
      string mime_type = 3;
      Returns:
      The mimeType.
    • getMimeTypeBytes

      com.google.protobuf.ByteString getMimeTypeBytes()
      string mime_type = 3;
      Returns:
      The bytes for mimeType.
    • getFileCase

      FilePart.FileCase getFileCase()