Skip to content

Commit 68535a4

Browse files
authored
[Ai] Update api.txt (#7071)
This is a follow up to #7042
1 parent 486c387 commit 68535a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-ai/api.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,15 @@ package com.google.firebase.ai.type {
245245
}
246246

247247
public final class CountTokensResponse {
248-
ctor public CountTokensResponse(int totalTokens, Integer? totalBillableCharacters = null, java.util.List<com.google.firebase.ai.type.ModalityTokenCount> promptTokensDetails = emptyList());
248+
ctor public CountTokensResponse(int totalTokens, @Deprecated Integer? totalBillableCharacters = null, java.util.List<com.google.firebase.ai.type.ModalityTokenCount> promptTokensDetails = emptyList());
249249
method public operator int component1();
250250
method public operator Integer? component2();
251251
method public operator java.util.List<com.google.firebase.ai.type.ModalityTokenCount>? component3();
252252
method public java.util.List<com.google.firebase.ai.type.ModalityTokenCount> getPromptTokensDetails();
253-
method public Integer? getTotalBillableCharacters();
253+
method @Deprecated public Integer? getTotalBillableCharacters();
254254
method public int getTotalTokens();
255255
property public final java.util.List<com.google.firebase.ai.type.ModalityTokenCount> promptTokensDetails;
256-
property public final Integer? totalBillableCharacters;
256+
property @Deprecated public final Integer? totalBillableCharacters;
257257
property public final int totalTokens;
258258
}
259259

0 commit comments

Comments
 (0)