- 3.13.0 (latest)
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class SharePointSources.Types.SharePointSource : IMessage<SharePointSources.Types.SharePointSource>, IEquatable<SharePointSources.Types.SharePointSource>, IDeepCloneable<SharePointSources.Types.SharePointSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1 API class SharePointSources.Types.SharePointSource.
An individual SharePointSource.
Implements
IMessageSharePointSourcesTypesSharePointSource, IEquatableSharePointSourcesTypesSharePointSource, IDeepCloneableSharePointSourcesTypesSharePointSource, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
SharePointSource()
public SharePointSource()
SharePointSource(SharePointSource)
public SharePointSource(SharePointSources.Types.SharePointSource other)
Parameter | |
---|---|
Name | Description |
other |
SharePointSourcesTypesSharePointSource |
Properties
ClientId
public string ClientId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
ClientSecret
public ApiAuth.Types.ApiKeyConfig ClientSecret { get; set; }
The application secret for the app registered in Azure.
Property Value | |
---|---|
Type | Description |
ApiAuthTypesApiKeyConfig |
DriveId
public string DriveId { get; set; }
The ID of the drive to download from.
Property Value | |
---|---|
Type | Description |
string |
DriveName
public string DriveName { get; set; }
The name of the drive to download from.
Property Value | |
---|---|
Type | Description |
string |
DriveSourceCase
public SharePointSources.Types.SharePointSource.DriveSourceOneofCase DriveSourceCase { get; }
Property Value | |
---|---|
Type | Description |
SharePointSourcesTypesSharePointSourceDriveSourceOneofCase |
FileId
public string FileId { get; set; }
Output only. The SharePoint file id. Output only.
Property Value | |
---|---|
Type | Description |
string |
FolderSourceCase
public SharePointSources.Types.SharePointSource.FolderSourceOneofCase FolderSourceCase { get; }
Property Value | |
---|---|
Type | Description |
SharePointSourcesTypesSharePointSourceFolderSourceOneofCase |
HasDriveId
public bool HasDriveId { get; }
Gets whether the "drive_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasDriveName
public bool HasDriveName { get; }
Gets whether the "drive_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasSharepointFolderId
public bool HasSharepointFolderId { get; }
Gets whether the "sharepoint_folder_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasSharepointFolderPath
public bool HasSharepointFolderPath { get; }
Gets whether the "sharepoint_folder_path" field is set
Property Value | |
---|---|
Type | Description |
bool |
SharepointFolderId
public string SharepointFolderId { get; set; }
The ID of the SharePoint folder to download from.
Property Value | |
---|---|
Type | Description |
string |
SharepointFolderPath
public string SharepointFolderPath { get; set; }
The path of the SharePoint folder to download from.
Property Value | |
---|---|
Type | Description |
string |
SharepointSiteName
public string SharepointSiteName { get; set; }
The name of the SharePoint site to download from. This can be the site name or the site id.
Property Value | |
---|---|
Type | Description |
string |
TenantId
public string TenantId { get; set; }
Unique identifier of the Azure Active Directory Instance.
Property Value | |
---|---|
Type | Description |
string |