Skip to content
Open
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
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -21230,6 +21230,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.Tool$ExaAiSearch",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.Tool$ExaAiSearch$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1.Tool$GoogleSearch",
"queryAllDeclaredConstructors": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27251,6 +27251,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.Tool$ExaAiSearch",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.Tool$ExaAiSearch$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.Tool$GoogleSearch",
"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=463
* google/cloud/aiplatform/v1/tool.proto;l=480
* @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=463
* google/cloud/aiplatform/v1/tool.proto;l=480
* @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=463
* google/cloud/aiplatform/v1/tool.proto;l=480
* @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=463
* google/cloud/aiplatform/v1/tool.proto;l=480
* @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=463
* google/cloud/aiplatform/v1/tool.proto;l=480
* @return The disableAttribution.
*/
@java.lang.Deprecated
Expand Down
Loading
Loading