Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
googleapis_commitish: 89c3153888201c9e80bc5ec78d6ffca0debe6b52
googleapis_commitish: 02362883cd16428e5f57fa60ca8d8f60dafcdba7
libraries_bom_version: 26.80.0
is_monorepo: true
libraries:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21185,6 +21185,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.Tool$ParallelAiSearch",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.Tool$ParallelAiSearch$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.Tool$PhishBlockThreshold",
"queryAllDeclaredConstructors": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27008,6 +27008,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.Tool$ParallelAiSearch",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.Tool$ParallelAiSearch$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.Tool$PhishBlockThreshold",
"queryAllDeclaredConstructors": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public com.google.cloud.aiplatform.v1.VertexRagStoreOrBuilder getVertexRagStoreO
* </code>
*
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
* google/cloud/aiplatform/v1/tool.proto;l=426
* google/cloud/aiplatform/v1/tool.proto;l=463
* @return The disableAttribution.
*/
@java.lang.Override
Expand Down Expand Up @@ -1121,7 +1121,7 @@ public com.google.cloud.aiplatform.v1.VertexRagStoreOrBuilder getVertexRagStoreO
* </code>
*
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
* google/cloud/aiplatform/v1/tool.proto;l=426
* google/cloud/aiplatform/v1/tool.proto;l=463
* @return The disableAttribution.
*/
@java.lang.Override
Expand All @@ -1142,7 +1142,7 @@ public boolean getDisableAttribution() {
* </code>
*
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
* google/cloud/aiplatform/v1/tool.proto;l=426
* google/cloud/aiplatform/v1/tool.proto;l=463
* @param value The disableAttribution to set.
* @return This builder for chaining.
*/
Expand All @@ -1167,7 +1167,7 @@ public Builder setDisableAttribution(boolean value) {
* </code>
*
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
* google/cloud/aiplatform/v1/tool.proto;l=426
* google/cloud/aiplatform/v1/tool.proto;l=463
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public interface RetrievalOrBuilder
* </code>
*
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
* google/cloud/aiplatform/v1/tool.proto;l=426
* google/cloud/aiplatform/v1/tool.proto;l=463
* @return The disableAttribution.
*/
@java.lang.Deprecated
Expand Down
Loading
Loading