fileData

public abstract Part.Builder fileData(FileData fileData)

Setter for fileData.

fileData: Optional. The URI-based data of the part. This can be used to include files from Google Cloud Storage.


@CanIgnoreReturnValue()
public Part.Builder fileData(FileData.Builder fileDataBuilder)

Setter for fileData builder.

fileData: Optional. The URI-based data of the part. This can be used to include files from Google Cloud Storage.