Skip to content

Commit dfd09af

Browse files
committed
Update api.txt
1 parent 4c41c4b commit dfd09af

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

firebase-vertexai/api.txt

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -569,25 +569,14 @@ package com.google.firebase.vertexai.type {
569569
@com.google.firebase.vertexai.type.PublicPreviewAPI public final class LiveContentResponse {
570570
method public com.google.firebase.vertexai.type.Content? getData();
571571
method public java.util.List<com.google.firebase.vertexai.type.FunctionCallPart>? getFunctionCalls();
572-
method public int getStatus();
572+
method public Boolean? getInterrupted();
573573
method public String? getText();
574+
method public Boolean? getTurnComplete();
574575
property public final com.google.firebase.vertexai.type.Content? data;
575576
property public final java.util.List<com.google.firebase.vertexai.type.FunctionCallPart>? functionCalls;
576-
property public final int status;
577+
property public final Boolean? interrupted;
577578
property public final String? text;
578-
}
579-
580-
@kotlin.jvm.JvmInline public static final value class LiveContentResponse.Status {
581-
field public static final com.google.firebase.vertexai.type.LiveContentResponse.Status.Companion Companion;
582-
}
583-
584-
public static final class LiveContentResponse.Status.Companion {
585-
method public int getINTERRUPTED();
586-
method public int getNORMAL();
587-
method public int getTURN_COMPLETE();
588-
property public final int INTERRUPTED;
589-
property public final int NORMAL;
590-
property public final int TURN_COMPLETE;
579+
property public final Boolean? turnComplete;
591580
}
592581

593582
@com.google.firebase.vertexai.type.PublicPreviewAPI public final class LiveGenerationConfig {

0 commit comments

Comments
 (0)