Interface RunnerProto.DirectRunnerConfigOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDeadLetterTableSpec()
      BigQuery table specification, e.g.
      com.google.protobuf.ByteString getDeadLetterTableSpecBytes()
      BigQuery table specification, e.g.
      int getTargetParallelism()
      Controls the amount of target parallelism the DirectRunner will use.
      String getTempLocation()
      A pipeline level default location for storing temporary files.
      com.google.protobuf.ByteString getTempLocationBytes()
      A pipeline level default location for storing temporary files.
      • 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

      • getTargetParallelism

        int getTargetParallelism()
        
         Controls the amount of target parallelism the DirectRunner will use.
         Defaults to the greater of the number of available processors and 3. Must be a value
         greater than zero.
         
        int32 targetParallelism = 1;
        Returns:
        The targetParallelism.
      • getDeadLetterTableSpec

        String getDeadLetterTableSpec()
         BigQuery table specification, e.g. PROJECT_ID:DATASET_ID.PROJECT_ID 
         
        string deadLetterTableSpec = 2;
        Returns:
        The deadLetterTableSpec.
      • getDeadLetterTableSpecBytes

        com.google.protobuf.ByteString getDeadLetterTableSpecBytes()
         BigQuery table specification, e.g. PROJECT_ID:DATASET_ID.PROJECT_ID 
         
        string deadLetterTableSpec = 2;
        Returns:
        The bytes for deadLetterTableSpec.
      • getTempLocation

        String getTempLocation()
         A pipeline level default location for storing temporary files.
         Support Google Cloud Storage locations or local path
         
        string tempLocation = 3;
        Returns:
        The tempLocation.
      • getTempLocationBytes

        com.google.protobuf.ByteString getTempLocationBytes()
         A pipeline level default location for storing temporary files.
         Support Google Cloud Storage locations or local path
         
        string tempLocation = 3;
        Returns:
        The bytes for tempLocation.