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 {
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
You can’t perform that action at this time.
0 commit comments