public interface SharePointSourcesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 |
Returns | |
---|---|
Type | Description |
SharePointSources.SharePointSource |
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;
Returns | |
---|---|
Type | Description |
List<SharePointSource> |
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 |
Returns | |
---|---|
Type | Description |
SharePointSources.SharePointSourceOrBuilder |
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> |