public static interface SharePointSources.SharePointSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
The Application ID for the app registered in Microsoft Azure Portal.
|
com.google.protobuf.ByteString |
getClientIdBytes()
The Application ID for the app registered in Microsoft Azure Portal.
|
ApiAuth.ApiKeyConfig |
getClientSecret()
The application secret for the app registered in Azure.
|
ApiAuth.ApiKeyConfigOrBuilder |
getClientSecretOrBuilder()
The application secret for the app registered in Azure.
|
String |
getDriveId()
The ID of the drive to download from.
|
com.google.protobuf.ByteString |
getDriveIdBytes()
The ID of the drive to download from.
|
String |
getDriveName()
The name of the drive to download from.
|
com.google.protobuf.ByteString |
getDriveNameBytes()
The name of the drive to download from.
|
SharePointSources.SharePointSource.DriveSourceCase |
getDriveSourceCase() |
String |
getFileId()
Output only.
|
com.google.protobuf.ByteString |
getFileIdBytes()
Output only.
|
SharePointSources.SharePointSource.FolderSourceCase |
getFolderSourceCase() |
String |
getSharepointFolderId()
The ID of the SharePoint folder to download from.
|
com.google.protobuf.ByteString |
getSharepointFolderIdBytes()
The ID of the SharePoint folder to download from.
|
String |
getSharepointFolderPath()
The path of the SharePoint folder to download from.
|
com.google.protobuf.ByteString |
getSharepointFolderPathBytes()
The path of the SharePoint folder to download from.
|
String |
getSharepointSiteName()
The name of the SharePoint site to download from.
|
com.google.protobuf.ByteString |
getSharepointSiteNameBytes()
The name of the SharePoint site to download from.
|
String |
getTenantId()
Unique identifier of the Azure Active Directory Instance.
|
com.google.protobuf.ByteString |
getTenantIdBytes()
Unique identifier of the Azure Active Directory Instance.
|
boolean |
hasClientSecret()
The application secret for the app registered in Azure.
|
boolean |
hasDriveId()
The ID of the drive to download from.
|
boolean |
hasDriveName()
The name of the drive to download from.
|
boolean |
hasSharepointFolderId()
The ID of the SharePoint folder to download from.
|
boolean |
hasSharepointFolderPath()
The path of the SharePoint folder to download from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSharepointFolderPath()
The path of the SharePoint folder to download from.
string sharepoint_folder_path = 5;String getSharepointFolderPath()
The path of the SharePoint folder to download from.
string sharepoint_folder_path = 5;com.google.protobuf.ByteString getSharepointFolderPathBytes()
The path of the SharePoint folder to download from.
string sharepoint_folder_path = 5;boolean hasSharepointFolderId()
The ID of the SharePoint folder to download from.
string sharepoint_folder_id = 6;String getSharepointFolderId()
The ID of the SharePoint folder to download from.
string sharepoint_folder_id = 6;com.google.protobuf.ByteString getSharepointFolderIdBytes()
The ID of the SharePoint folder to download from.
string sharepoint_folder_id = 6;boolean hasDriveName()
The name of the drive to download from.
string drive_name = 7;String getDriveName()
The name of the drive to download from.
string drive_name = 7;com.google.protobuf.ByteString getDriveNameBytes()
The name of the drive to download from.
string drive_name = 7;boolean hasDriveId()
The ID of the drive to download from.
string drive_id = 8;String getDriveId()
The ID of the drive to download from.
string drive_id = 8;com.google.protobuf.ByteString getDriveIdBytes()
The ID of the drive to download from.
string drive_id = 8;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;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;boolean hasClientSecret()
The application secret for the app registered in Azure.
.google.cloud.aiplatform.v1beta1.ApiAuth.ApiKeyConfig client_secret = 2;ApiAuth.ApiKeyConfig getClientSecret()
The application secret for the app registered in Azure.
.google.cloud.aiplatform.v1beta1.ApiAuth.ApiKeyConfig client_secret = 2;ApiAuth.ApiKeyConfigOrBuilder getClientSecretOrBuilder()
The application secret for the app registered in Azure.
.google.cloud.aiplatform.v1beta1.ApiAuth.ApiKeyConfig client_secret = 2;String getTenantId()
Unique identifier of the Azure Active Directory Instance.
string tenant_id = 3;com.google.protobuf.ByteString getTenantIdBytes()
Unique identifier of the Azure Active Directory Instance.
string tenant_id = 3;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;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;String getFileId()
Output only. The SharePoint file id. Output only.
string file_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getFileIdBytes()
Output only. The SharePoint file id. Output only.
string file_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];SharePointSources.SharePointSource.FolderSourceCase getFolderSourceCase()
SharePointSources.SharePointSource.DriveSourceCase getDriveSourceCase()
Copyright © 2025 Google LLC. All rights reserved.