Interface FileDataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.

    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

    • getMimeType

      String getMimeType()
       Required. The IANA standard MIME type of the source data.
       
      string mime_type = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The mimeType.
    • getMimeTypeBytes

      com.google.protobuf.ByteString getMimeTypeBytes()
       Required. The IANA standard MIME type of the source data.
       
      string mime_type = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for mimeType.
    • getFileUri

      String getFileUri()
       Required. URI.
       
      string file_uri = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The fileUri.
    • getFileUriBytes

      com.google.protobuf.ByteString getFileUriBytes()
       Required. URI.
       
      string file_uri = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for fileUri.