source

public abstract File.Builder source(FileSource source)

Setter for source.

source: Output only. The source of the `File`.


@CanIgnoreReturnValue()
public File.Builder source(FileSource.Known knownType)

Setter for source given a known enum.

source: Output only. The source of the `File`.


@CanIgnoreReturnValue()
public File.Builder source(String source)

Setter for source given a string.

source: Output only. The source of the `File`.