Interface SharePointSourcesOrBuilder (3.52.0)

public interface SharePointSourcesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSharePointSources(int index)

public abstract SharePointSources.SharePointSource getSharePointSources(int index)

The SharePoint sources.

repeated .google.cloud.aiplatform.v1beta1.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.aiplatform.v1beta1.SharePointSources.SharePointSource share_point_sources = 1;

Returns
Type Description
int

getSharePointSourcesList()

public abstract List<SharePointSources.SharePointSource> getSharePointSourcesList()

The SharePoint sources.

repeated .google.cloud.aiplatform.v1beta1.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.aiplatform.v1beta1.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.aiplatform.v1beta1.SharePointSources.SharePointSource share_point_sources = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.SharePointSources.SharePointSourceOrBuilder>