Interface SharePointSourcesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SharePointSources, SharePointSources.Builder

@Generated public interface SharePointSourcesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSharePointSourcesList

      List<SharePointSources.SharePointSource> getSharePointSourcesList()
       The SharePoint sources.
       
      repeated .google.cloud.aiplatform.v1.SharePointSources.SharePointSource share_point_sources = 1;
    • getSharePointSources

      SharePointSources.SharePointSource getSharePointSources(int index)
       The SharePoint sources.
       
      repeated .google.cloud.aiplatform.v1.SharePointSources.SharePointSource share_point_sources = 1;
    • getSharePointSourcesCount

      int getSharePointSourcesCount()
       The SharePoint sources.
       
      repeated .google.cloud.aiplatform.v1.SharePointSources.SharePointSource share_point_sources = 1;
    • getSharePointSourcesOrBuilderList

      List<? extends SharePointSources.SharePointSourceOrBuilder> getSharePointSourcesOrBuilderList()
       The SharePoint sources.
       
      repeated .google.cloud.aiplatform.v1.SharePointSources.SharePointSource share_point_sources = 1;
    • getSharePointSourcesOrBuilder

      SharePointSources.SharePointSourceOrBuilder getSharePointSourcesOrBuilder(int index)
       The SharePoint sources.
       
      repeated .google.cloud.aiplatform.v1.SharePointSources.SharePointSource share_point_sources = 1;