Interface Request.FileOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Request.File, Request.File.Builder
    Enclosing class:
    Request

    public static interface Request.FileOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getContents()
      bytes contents = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      java.lang.String getFileName()
      string file_name = 1 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      com.google.protobuf.ByteString getFileNameBytes()
      string file_name = 1 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...
      • 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

      • getFileName

        java.lang.String getFileName()
        string file_name = 1 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        The fileName.
      • getFileNameBytes

        com.google.protobuf.ByteString getFileNameBytes()
        string file_name = 1 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        The bytes for fileName.
      • getContents

        com.google.protobuf.ByteString getContents()
        bytes contents = 2 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
        Returns:
        The contents.