Skip to content

Commit

Permalink
chore: generate libraries at Tue Feb 11 02:27:43 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Feb 11, 2025
1 parent 00e80ac commit 22e59c6
Show file tree
Hide file tree
Showing 90 changed files with 7,515 additions and 3,621 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
import com.google.protobuf.Any;
import com.google.protobuf.ByteString;
import com.google.protobuf.FieldMask;
import com.google.protobuf.Timestamp;
import com.google.protobuf.Value;
import io.grpc.StatusRuntimeException;
import java.io.IOException;
Expand Down Expand Up @@ -970,6 +971,8 @@ public void generateContentTest() throws Exception {
GenerateContentResponse.newBuilder()
.addAllCandidates(new ArrayList<Candidate>())
.setModelVersion("modelVersion212437359")
.setCreateTime(Timestamp.newBuilder().build())
.setResponseId("responseId-633138884")
.setPromptFeedback(GenerateContentResponse.PromptFeedback.newBuilder().build())
.setUsageMetadata(GenerateContentResponse.UsageMetadata.newBuilder().build())
.build();
Expand Down Expand Up @@ -1014,6 +1017,8 @@ public void streamGenerateContentTest() throws Exception {
GenerateContentResponse.newBuilder()
.addAllCandidates(new ArrayList<Candidate>())
.setModelVersion("modelVersion212437359")
.setCreateTime(Timestamp.newBuilder().build())
.setResponseId("responseId-633138884")
.setPromptFeedback(GenerateContentResponse.PromptFeedback.newBuilder().build())
.setUsageMetadata(GenerateContentResponse.UsageMetadata.newBuilder().build())
.build();
Expand Down
Loading

0 comments on commit 22e59c6

Please sign in to comment.