File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,15 +245,15 @@ package com.google.firebase.ai.type {
245
245
}
246
246
247
247
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());
249
249
method public operator int component1();
250
250
method public operator Integer? component2();
251
251
method public operator java.util.List<com.google.firebase.ai.type.ModalityTokenCount>? component3();
252
252
method public java.util.List<com.google.firebase.ai.type.ModalityTokenCount> getPromptTokensDetails();
253
- method public Integer? getTotalBillableCharacters();
253
+ method @Deprecated public Integer? getTotalBillableCharacters();
254
254
method public int getTotalTokens();
255
255
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;
257
257
property public final int totalTokens;
258
258
}
259
259
You can’t perform that action at this time.
0 commit comments