Skip to content

Commit

Permalink
chore: Update generation configuration at Wed Feb 12 02:22:23 UTC 2025 (
Browse files Browse the repository at this point in the history
#11435)

* chore: Update generation configuration at Wed Feb 12 02:22:23 UTC 2025

* chore: generate libraries at Wed Feb 12 02:26:28 UTC 2025
  • Loading branch information
cloud-java-bot authored Feb 12, 2025
1 parent afdc294 commit a31d3e7
Show file tree
Hide file tree
Showing 8 changed files with 807 additions and 244 deletions.
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.52.0
googleapis_commitish: 04132de0b952ee921d91a2583915dbd82d10cd3c
gapic_generator_version: 2.53.0
googleapis_commitish: 9605bff3d36fbdb1227b26bce68258c5f00815e4
libraries_bom_version: 26.54.0

# the libraries are ordered with respect to library name, which is
Expand Down
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 @@ -878,6 +879,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 @@ -922,6 +925,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 a31d3e7

Please sign in to comment.