Send feedback
Class SharePointSources.SharePointSource (1.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class SharePointSources . SharePointSource extends GeneratedMessageV3 implements SharePointSources . SharePointSourceOrBuilder
An individual SharePointSource.
Protobuf type google.cloud.vertexai.v1.SharePointSources.SharePointSource
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CLIENT_ID_FIELD_NUMBER
public static final int CLIENT_ID_FIELD_NUMBER
Field Value
Type
Description
int
CLIENT_SECRET_FIELD_NUMBER
public static final int CLIENT_SECRET_FIELD_NUMBER
Field Value
Type
Description
int
DRIVE_ID_FIELD_NUMBER
public static final int DRIVE_ID_FIELD_NUMBER
Field Value
Type
Description
int
DRIVE_NAME_FIELD_NUMBER
public static final int DRIVE_NAME_FIELD_NUMBER
Field Value
Type
Description
int
FILE_ID_FIELD_NUMBER
public static final int FILE_ID_FIELD_NUMBER
Field Value
Type
Description
int
SHAREPOINT_FOLDER_ID_FIELD_NUMBER
public static final int SHAREPOINT_FOLDER_ID_FIELD_NUMBER
Field Value
Type
Description
int
SHAREPOINT_FOLDER_PATH_FIELD_NUMBER
public static final int SHAREPOINT_FOLDER_PATH_FIELD_NUMBER
Field Value
Type
Description
int
SHAREPOINT_SITE_NAME_FIELD_NUMBER
public static final int SHAREPOINT_SITE_NAME_FIELD_NUMBER
Field Value
Type
Description
int
TENANT_ID_FIELD_NUMBER
public static final int TENANT_ID_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static SharePointSources . SharePointSource getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static SharePointSources . SharePointSource . Builder newBuilder ()
newBuilder(SharePointSources.SharePointSource prototype)
public static SharePointSources . SharePointSource . Builder newBuilder ( SharePointSources . SharePointSource prototype )
public static SharePointSources . SharePointSource parseDelimitedFrom ( InputStream input )
public static SharePointSources . SharePointSource parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static SharePointSources . SharePointSource parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SharePointSources . SharePointSource parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static SharePointSources . SharePointSource parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SharePointSources . SharePointSource parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SharePointSources . SharePointSource parseFrom ( CodedInputStream input )
public static SharePointSources . SharePointSource parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SharePointSources . SharePointSource parseFrom ( InputStream input )
public static SharePointSources . SharePointSource parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static SharePointSources . SharePointSource parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SharePointSources . SharePointSource parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<SharePointSources . SharePointSource > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getClientId()
public 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
Type
Description
String
The clientId.
getClientIdBytes()
public 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
Type
Description
ByteString
The bytes for clientId.
getClientSecret()
public ApiAuth . ApiKeyConfig getClientSecret ()
The application secret for the app registered in Azure.
.google.cloud.vertexai.v1.ApiAuth.ApiKeyConfig client_secret = 2;
getClientSecretOrBuilder()
public ApiAuth . ApiKeyConfigOrBuilder getClientSecretOrBuilder ()
The application secret for the app registered in Azure.
.google.cloud.vertexai.v1.ApiAuth.ApiKeyConfig client_secret = 2;
getDefaultInstanceForType()
public SharePointSources . SharePointSource getDefaultInstanceForType ()
getDriveId()
public String getDriveId ()
The ID of the drive to download from.
string drive_id = 8;
Returns
Type
Description
String
The driveId.
getDriveIdBytes()
public ByteString getDriveIdBytes ()
The ID of the drive to download from.
string drive_id = 8;
Returns
Type
Description
ByteString
The bytes for driveId.
getDriveName()
public String getDriveName ()
The name of the drive to download from.
string drive_name = 7;
Returns
Type
Description
String
The driveName.
getDriveNameBytes()
public ByteString getDriveNameBytes ()
The name of the drive to download from.
string drive_name = 7;
Returns
Type
Description
ByteString
The bytes for driveName.
getDriveSourceCase()
public SharePointSources . SharePointSource . DriveSourceCase getDriveSourceCase ()
getFileId()
public String getFileId ()
Output only. The SharePoint file id. Output only.
string file_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The fileId.
getFileIdBytes()
public ByteString getFileIdBytes ()
Output only. The SharePoint file id. Output only.
string file_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for fileId.
getFolderSourceCase()
public SharePointSources . SharePointSource . FolderSourceCase getFolderSourceCase ()
getParserForType()
public Parser<SharePointSources . SharePointSource > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSharepointFolderId()
public String getSharepointFolderId ()
The ID of the SharePoint folder to download from.
string sharepoint_folder_id = 6;
Returns
Type
Description
String
The sharepointFolderId.
getSharepointFolderIdBytes()
public ByteString getSharepointFolderIdBytes ()
The ID of the SharePoint folder to download from.
string sharepoint_folder_id = 6;
Returns
Type
Description
ByteString
The bytes for sharepointFolderId.
getSharepointFolderPath()
public String getSharepointFolderPath ()
The path of the SharePoint folder to download from.
string sharepoint_folder_path = 5;
Returns
Type
Description
String
The sharepointFolderPath.
getSharepointFolderPathBytes()
public ByteString getSharepointFolderPathBytes ()
The path of the SharePoint folder to download from.
string sharepoint_folder_path = 5;
Returns
Type
Description
ByteString
The bytes for sharepointFolderPath.
getSharepointSiteName()
public 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
Type
Description
String
The sharepointSiteName.
getSharepointSiteNameBytes()
public 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
Type
Description
ByteString
The bytes for sharepointSiteName.
getTenantId()
public String getTenantId ()
Unique identifier of the Azure Active Directory Instance.
string tenant_id = 3;
Returns
Type
Description
String
The tenantId.
getTenantIdBytes()
public ByteString getTenantIdBytes ()
Unique identifier of the Azure Active Directory Instance.
string tenant_id = 3;
Returns
Type
Description
ByteString
The bytes for tenantId.
hasClientSecret()
public boolean hasClientSecret ()
The application secret for the app registered in Azure.
.google.cloud.vertexai.v1.ApiAuth.ApiKeyConfig client_secret = 2;
Returns
Type
Description
boolean
Whether the clientSecret field is set.
hasDriveId()
public boolean hasDriveId ()
The ID of the drive to download from.
string drive_id = 8;
Returns
Type
Description
boolean
Whether the driveId field is set.
hasDriveName()
public boolean hasDriveName ()
The name of the drive to download from.
string drive_name = 7;
Returns
Type
Description
boolean
Whether the driveName field is set.
hasSharepointFolderId()
public boolean hasSharepointFolderId ()
The ID of the SharePoint folder to download from.
string sharepoint_folder_id = 6;
Returns
Type
Description
boolean
Whether the sharepointFolderId field is set.
hasSharepointFolderPath()
public boolean hasSharepointFolderPath ()
The path of the SharePoint folder to download from.
string sharepoint_folder_path = 5;
Returns
Type
Description
boolean
Whether the sharepointFolderPath field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public SharePointSources . SharePointSource . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SharePointSources . SharePointSource . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public SharePointSources . SharePointSource . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-22 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-22 UTC."],[],[]]