Interface SharePointSources.SharePointSourceOrBuilder

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

public static interface SharePointSources.SharePointSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasSharepointFolderPath

      boolean hasSharepointFolderPath()
       The path of the SharePoint folder to download from.
       
      string sharepoint_folder_path = 5;
      Returns:
      Whether the sharepointFolderPath field is set.
    • getSharepointFolderPath

      String getSharepointFolderPath()
       The path of the SharePoint folder to download from.
       
      string sharepoint_folder_path = 5;
      Returns:
      The sharepointFolderPath.
    • getSharepointFolderPathBytes

      com.google.protobuf.ByteString getSharepointFolderPathBytes()
       The path of the SharePoint folder to download from.
       
      string sharepoint_folder_path = 5;
      Returns:
      The bytes for sharepointFolderPath.
    • hasSharepointFolderId

      boolean hasSharepointFolderId()
       The ID of the SharePoint folder to download from.
       
      string sharepoint_folder_id = 6;
      Returns:
      Whether the sharepointFolderId field is set.
    • getSharepointFolderId

      String getSharepointFolderId()
       The ID of the SharePoint folder to download from.
       
      string sharepoint_folder_id = 6;
      Returns:
      The sharepointFolderId.
    • getSharepointFolderIdBytes

      com.google.protobuf.ByteString getSharepointFolderIdBytes()
       The ID of the SharePoint folder to download from.
       
      string sharepoint_folder_id = 6;
      Returns:
      The bytes for sharepointFolderId.
    • hasDriveName

      boolean hasDriveName()
       The name of the drive to download from.
       
      string drive_name = 7;
      Returns:
      Whether the driveName field is set.
    • getDriveName

      String getDriveName()
       The name of the drive to download from.
       
      string drive_name = 7;
      Returns:
      The driveName.
    • getDriveNameBytes

      com.google.protobuf.ByteString getDriveNameBytes()
       The name of the drive to download from.
       
      string drive_name = 7;
      Returns:
      The bytes for driveName.
    • hasDriveId

      boolean hasDriveId()
       The ID of the drive to download from.
       
      string drive_id = 8;
      Returns:
      Whether the driveId field is set.
    • getDriveId

      String getDriveId()
       The ID of the drive to download from.
       
      string drive_id = 8;
      Returns:
      The driveId.
    • getDriveIdBytes

      com.google.protobuf.ByteString getDriveIdBytes()
       The ID of the drive to download from.
       
      string drive_id = 8;
      Returns:
      The bytes for driveId.
    • getClientId

      String getClientId()
       The Application ID for the app registered in Microsoft Azure Portal.
       The application must also be configured with MS Graph permissions
       "Files.ReadAll", "Sites.ReadAll" and BrowserSiteLists.Read.All.
       
      string client_id = 1;
      Returns:
      The clientId.
    • getClientIdBytes

      com.google.protobuf.ByteString getClientIdBytes()
       The Application ID for the app registered in Microsoft Azure Portal.
       The application must also be configured with MS Graph permissions
       "Files.ReadAll", "Sites.ReadAll" and BrowserSiteLists.Read.All.
       
      string client_id = 1;
      Returns:
      The bytes for clientId.
    • hasClientSecret

      boolean hasClientSecret()
       The application secret for the app registered in Azure.
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig client_secret = 2;
      Returns:
      Whether the clientSecret field is set.
    • getClientSecret

      ApiAuth.ApiKeyConfig getClientSecret()
       The application secret for the app registered in Azure.
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig client_secret = 2;
      Returns:
      The clientSecret.
    • getClientSecretOrBuilder

      ApiAuth.ApiKeyConfigOrBuilder getClientSecretOrBuilder()
       The application secret for the app registered in Azure.
       
      .google.cloud.aiplatform.v1.ApiAuth.ApiKeyConfig client_secret = 2;
    • getTenantId

      String getTenantId()
       Unique identifier of the Azure Active Directory Instance.
       
      string tenant_id = 3;
      Returns:
      The tenantId.
    • getTenantIdBytes

      com.google.protobuf.ByteString getTenantIdBytes()
       Unique identifier of the Azure Active Directory Instance.
       
      string tenant_id = 3;
      Returns:
      The bytes for tenantId.
    • getSharepointSiteName

      String getSharepointSiteName()
       The name of the SharePoint site to download from. This can be the site
       name or the site id.
       
      string sharepoint_site_name = 4;
      Returns:
      The sharepointSiteName.
    • getSharepointSiteNameBytes

      com.google.protobuf.ByteString getSharepointSiteNameBytes()
       The name of the SharePoint site to download from. This can be the site
       name or the site id.
       
      string sharepoint_site_name = 4;
      Returns:
      The bytes for sharepointSiteName.
    • getFileId

      String getFileId()
       Output only. The SharePoint file id. Output only.
       
      string file_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The fileId.
    • getFileIdBytes

      com.google.protobuf.ByteString getFileIdBytes()
       Output only. The SharePoint file id. Output only.
       
      string file_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for fileId.
    • getFolderSourceCase

    • getDriveSourceCase