Interface DataSourceOrBuilder

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

    public interface DataSourceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getFilename

        String getFilename()
         Local filesystem data source.
         
        string filename = 1 [(.validate.rules) = { ... }
      • getFilenameBytes

        com.google.protobuf.ByteString getFilenameBytes()
         Local filesystem data source.
         
        string filename = 1 [(.validate.rules) = { ... }
      • getInlineBytes

        com.google.protobuf.ByteString getInlineBytes()
         Bytes inlined in the configuration.
         
        bytes inline_bytes = 2;
      • getInlineString

        String getInlineString()
         String inlined in the configuration.
         
        string inline_string = 3;
      • getInlineStringBytes

        com.google.protobuf.ByteString getInlineStringBytes()
         String inlined in the configuration.
         
        string inline_string = 3;
      • getEnvironmentVariable

        String getEnvironmentVariable()
         Environment variable data source.
         
        string environment_variable = 4 [(.validate.rules) = { ... }
      • getEnvironmentVariableBytes

        com.google.protobuf.ByteString getEnvironmentVariableBytes()
         Environment variable data source.
         
        string environment_variable = 4 [(.validate.rules) = { ... }