Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see
Model versions and lifecycle .
Send feedback
Interface SharePointSourcesOrBuilder (1.33.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface SharePointSourcesOrBuilder extends MessageOrBuilder
Methods
getSharePointSources(int index)
public abstract SharePointSources . SharePointSource getSharePointSources ( int index )
The SharePoint sources.
repeated .google.cloud.vertexai.v1.SharePointSources.SharePointSource share_point_sources = 1;
Parameter
Name
Description
index
int
getSharePointSourcesCount()
public abstract int getSharePointSourcesCount ()
The SharePoint sources.
repeated .google.cloud.vertexai.v1.SharePointSources.SharePointSource share_point_sources = 1;
Returns
Type
Description
int
getSharePointSourcesList()
public abstract List<SharePointSources . SharePointSource > getSharePointSourcesList ()
The SharePoint sources.
repeated .google.cloud.vertexai.v1.SharePointSources.SharePointSource share_point_sources = 1;
getSharePointSourcesOrBuilder(int index)
public abstract SharePointSources . SharePointSourceOrBuilder getSharePointSourcesOrBuilder ( int index )
The SharePoint sources.
repeated .google.cloud.vertexai.v1.SharePointSources.SharePointSource share_point_sources = 1;
Parameter
Name
Description
index
int
getSharePointSourcesOrBuilderList()
public abstract List <? extends SharePointSources . SharePointSourceOrBuilder > getSharePointSourcesOrBuilderList ()
The SharePoint sources.
repeated .google.cloud.vertexai.v1.SharePointSources.SharePointSource share_point_sources = 1;
Returns
Type
Description
List <? extends com.google.cloud.vertexai.api.SharePointSources.SharePointSourceOrBuilder >
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-03 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Interface SharePointSourcesOrBuilder (1.32.0)\n\n public interface SharePointSourcesOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getSharePointSources(int index)\n\n public abstract SharePointSources.SharePointSource getSharePointSources(int index)\n\nThe SharePoint sources.\n\n`\nrepeated .google.cloud.vertexai.v1.SharePointSources.SharePointSource share_point_sources = 1;\n`\n\n### getSharePointSourcesCount()\n\n public abstract int getSharePointSourcesCount()\n\nThe SharePoint sources.\n\n`\nrepeated .google.cloud.vertexai.v1.SharePointSources.SharePointSource share_point_sources = 1;\n`\n\n### getSharePointSourcesList()\n\n public abstract List\u003cSharePointSources.SharePointSource\u003e getSharePointSourcesList()\n\nThe SharePoint sources.\n\n`\nrepeated .google.cloud.vertexai.v1.SharePointSources.SharePointSource share_point_sources = 1;\n`\n\n### getSharePointSourcesOrBuilder(int index)\n\n public abstract SharePointSources.SharePointSourceOrBuilder getSharePointSourcesOrBuilder(int index)\n\nThe SharePoint sources.\n\n`\nrepeated .google.cloud.vertexai.v1.SharePointSources.SharePointSource share_point_sources = 1;\n`\n\n### getSharePointSourcesOrBuilderList()\n\n public abstract List\u003c? extends SharePointSources.SharePointSourceOrBuilder\u003e getSharePointSourcesOrBuilderList()\n\nThe SharePoint sources.\n\n`\nrepeated .google.cloud.vertexai.v1.SharePointSources.SharePointSource share_point_sources = 1;\n`"]]