Skip to content

Commit 8c8fc9d

Browse files
committed
update api text file
1 parent 70e4f2f commit 8c8fc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-vertexai/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ package com.google.firebase.vertexai.type {
639639
}
640640

641641
public final class MediaData {
642-
ctor public MediaData(String mimeType, byte[] data);
642+
ctor public MediaData(byte[] data, String mimeType);
643643
method public byte[] getData();
644644
method public String getMimeType();
645645
property public final byte[] data;

0 commit comments

Comments
 (0)