langchain.js
Preparing search index...
@langchain/community
experimental/hubs/makersuite/googlemakersuitehub
DriveFileReadConnection
Class DriveFileReadConnection
Hierarchy
GoogleConnection
<
DriveCallOptions
,
DriveFileMakerSuiteResponse
>
DriveFileReadConnection
Implements
DriveFileReadParams
Index
Constructors
constructor
Properties
api
Version
caller
client
endpoint
file
Id
streaming
Methods
_
request
build
Method
build
Url
request
Constructors
constructor
new
DriveFileReadConnection
(
fields
:
DriveFileReadParams
,
caller
:
AsyncCaller
,
)
:
DriveFileReadConnection
Parameters
fields
:
DriveFileReadParams
caller
:
AsyncCaller
Returns
DriveFileReadConnection
Properties
api
Version
apiVersion
:
string
The version of the API functions. Part of the path.
caller
caller
:
AsyncCaller
client
client
:
GoogleAbstractedClient
endpoint
endpoint
:
string
Hostname for the API call
file
Id
fileId
:
string
streaming
streaming
:
boolean
Methods
_
request
_request
(
data
:
unknown
,
options
:
DriveCallOptions
,
)
:
Promise
<
DriveFileMakerSuiteResponse
>
Parameters
data
:
unknown
options
:
DriveCallOptions
Returns
Promise
<
DriveFileMakerSuiteResponse
>
build
Method
buildMethod
()
:
GoogleAbstractedClientOpsMethod
Returns
GoogleAbstractedClientOpsMethod
build
Url
buildUrl
()
:
Promise
<
string
>
Returns
Promise
<
string
>
request
request
(
options
?:
DriveCallOptions
)
:
Promise
<
DriveFileMakerSuiteResponse
>
Parameters
Optional
options
:
DriveCallOptions
Returns
Promise
<
DriveFileMakerSuiteResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
api
Version
caller
client
endpoint
file
Id
streaming
Methods
_
request
build
Method
build
Url
request
langchain.js
Loading...
The version of the API functions. Part of the path.