Interface Common.RawOutputDataConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOutputLocationPrefix()
      Prefix for where offloaded data from user workflows will be written e.g.
      com.google.protobuf.ByteString getOutputLocationPrefixBytes()
      Prefix for where offloaded data from user workflows will be written e.g.
      • 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

      • getOutputLocationPrefix

        String getOutputLocationPrefix()
         Prefix for where offloaded data from user workflows will be written
         e.g. s3://bucket/key or s3://bucket/
         
        string output_location_prefix = 1;
        Returns:
        The outputLocationPrefix.
      • getOutputLocationPrefixBytes

        com.google.protobuf.ByteString getOutputLocationPrefixBytes()
         Prefix for where offloaded data from user workflows will be written
         e.g. s3://bucket/key or s3://bucket/
         
        string output_location_prefix = 1;
        Returns:
        The bytes for outputLocationPrefix.