Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptionThe Application ID for the app registered in Microsoft Azure Portal.com.google.protobuf.ByteStringThe Application ID for the app registered in Microsoft Azure Portal.The application secret for the app registered in Azure.The application secret for the app registered in Azure.The ID of the drive to download from.com.google.protobuf.ByteStringThe ID of the drive to download from.The name of the drive to download from.com.google.protobuf.ByteStringThe name of the drive to download from.Output only.com.google.protobuf.ByteStringOutput only.The ID of the SharePoint folder to download from.com.google.protobuf.ByteStringThe ID of the SharePoint folder to download from.The path of the SharePoint folder to download from.com.google.protobuf.ByteStringThe path of the SharePoint folder to download from.The name of the SharePoint site to download from.com.google.protobuf.ByteStringThe name of the SharePoint site to download from.Unique identifier of the Azure Active Directory Instance.com.google.protobuf.ByteStringUnique identifier of the Azure Active Directory Instance.booleanThe application secret for the app registered in Azure.booleanThe ID of the drive to download from.booleanThe name of the drive to download from.booleanThe ID of the SharePoint folder to download from.booleanThe path of the SharePoint folder to download from.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-
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
SharePointSources.SharePointSource.FolderSourceCase getFolderSourceCase() -
getDriveSourceCase
SharePointSources.SharePointSource.DriveSourceCase getDriveSourceCase()