Skip to content

Commit

Permalink
chore: generate libraries at Fri Mar 22 03:08:47 UTC 2024 (#10603)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Mar 22, 2024
1 parent 6f3f978 commit 1be133f
Show file tree
Hide file tree
Showing 280 changed files with 43,124 additions and 7,744 deletions.
2 changes: 1 addition & 1 deletion generation_config.yaml
@@ -1,6 +1,6 @@
gapic_generator_version: 2.38.1
protobuf_version: '25.2'
googleapis_commitish: 7aad45192aa74cb8fc874fe27c3abac56bf1a200
googleapis_commitish: 5e2ca445cd8fd09440fbc7d296fa9b3e78effb68
owlbot_cli_image: sha256:623647ee79ac605858d09e60c1382a716c125fb776f69301b72de1cd35d49409
synthtool_commitish: 6612ab8f3afcd5e292aecd647f0fa68812c9f5b5
template_excludes:
Expand Down
Expand Up @@ -1517,6 +1517,7 @@ public final GenerateContentResponse generateContent(String model, List<Content>
* .setModel("model104069929")
* .addAllContents(new ArrayList<Content>())
* .addAllTools(new ArrayList<Tool>())
* .setToolConfig(ToolConfig.newBuilder().build())
* .addAllSafetySettings(new ArrayList<SafetySetting>())
* .setGenerationConfig(GenerationConfig.newBuilder().build())
* .build();
Expand Down Expand Up @@ -1549,6 +1550,7 @@ public final GenerateContentResponse generateContent(GenerateContentRequest requ
* .setModel("model104069929")
* .addAllContents(new ArrayList<Content>())
* .addAllTools(new ArrayList<Tool>())
* .setToolConfig(ToolConfig.newBuilder().build())
* .addAllSafetySettings(new ArrayList<SafetySetting>())
* .setGenerationConfig(GenerationConfig.newBuilder().build())
* .build();
Expand Down Expand Up @@ -1582,6 +1584,7 @@ public final GenerateContentResponse generateContent(GenerateContentRequest requ
* .setModel("model104069929")
* .addAllContents(new ArrayList<Content>())
* .addAllTools(new ArrayList<Tool>())
* .setToolConfig(ToolConfig.newBuilder().build())
* .addAllSafetySettings(new ArrayList<SafetySetting>())
* .setGenerationConfig(GenerationConfig.newBuilder().build())
* .build();
Expand Down
Expand Up @@ -6083,6 +6083,33 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.FunctionCallingConfig",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.FunctionCallingConfig$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.FunctionCallingConfig$Mode",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.FunctionDeclaration",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -14228,6 +14255,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.ToolConfig",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.ToolConfig$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.TrainingConfig",
"queryAllDeclaredConstructors": true,
Expand Down
Expand Up @@ -963,6 +963,7 @@ public void streamGenerateContentTest() throws Exception {
.setModel("model104069929")
.addAllContents(new ArrayList<Content>())
.addAllTools(new ArrayList<Tool>())
.setToolConfig(ToolConfig.newBuilder().build())
.addAllSafetySettings(new ArrayList<SafetySetting>())
.setGenerationConfig(GenerationConfig.newBuilder().build())
.build();
Expand All @@ -987,6 +988,7 @@ public void streamGenerateContentExceptionTest() throws Exception {
.setModel("model104069929")
.addAllContents(new ArrayList<Content>())
.addAllTools(new ArrayList<Tool>())
.setToolConfig(ToolConfig.newBuilder().build())
.addAllSafetySettings(new ArrayList<SafetySetting>())
.setGenerationConfig(GenerationConfig.newBuilder().build())
.build();
Expand Down

0 comments on commit 1be133f

Please sign in to comment.