Preparing search index...
The search index is not available
@google/genai
@google/genai
gaos/google-genai
GeminiNextGenEnvironments
Class GeminiNextGenEnvironments
Index
Constructors
constructor
Methods
create
delete
get
list
Constructors
constructor
new
GeminiNextGenEnvironments
(
parentClient
:
GoogleGenAIParentClient
,
)
:
GeminiNextGenEnvironments
Parameters
parentClient
:
GoogleGenAIParentClient
Returns
GeminiNextGenEnvironments
Methods
create
create
(
params
:
CreateEnvironmentRequest
&
{
api_version
?:
string
}
,
options
?:
GoogleGenAIRequestOptions
,
)
:
Promise
<
Environment
>
Parameters
params
:
CreateEnvironmentRequest
&
{
api_version
?:
string
}
Optional
options
:
GoogleGenAIRequestOptions
Returns
Promise
<
Environment
>
delete
delete
(
id
:
string
,
params
?:
undefined
|
null
|
{
api_version
?:
string
}
,
options
?:
GoogleGenAIRequestOptions
,
)
:
Promise
<
Empty
>
Parameters
id
:
string
params
:
undefined
|
null
|
{
api_version
?:
string
}
= {}
Optional
options
:
GoogleGenAIRequestOptions
Returns
Promise
<
Empty
>
get
get
(
id
:
string
,
params
?:
undefined
|
null
|
{
api_version
?:
string
}
,
options
?:
GoogleGenAIRequestOptions
,
)
:
Promise
<
Environment
>
Parameters
id
:
string
params
:
undefined
|
null
|
{
api_version
?:
string
}
= {}
Optional
options
:
GoogleGenAIRequestOptions
Returns
Promise
<
Environment
>
list
list
(
params
?:
undefined
|
null
|
ListEnvironmentsParams
,
options
?:
GoogleGenAIRequestOptions
,
)
:
Promise
<
ListEnvironmentsResponse
>
Parameters
params
:
undefined
|
null
|
ListEnvironmentsParams
= {}
Optional
options
:
GoogleGenAIRequestOptions
Returns
Promise
<
ListEnvironmentsResponse
>
Settings
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
delete
get
list
@google/genai
Loading...