Resource: Session
Describes an Apache Flink session object.
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"stagingLocation": {
object ( |
Fields | |
---|---|
name |
Identifier. Name of the resource. |
create |
Output only. [Output only] Create timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. [Output only] Update timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Labels as key value pairs. |
staging |
Optional. The staging location for artifacts in the session. This location can either be provided by the user, or the system will generate a default staging location. |
StagingLocation
The staging location for artifacts in an Apache Flink session.
JSON representation |
---|
{ "buckerProvider": string, "bucket": string, "path": string } |
Fields | |
---|---|
bucker |
Optional. The type of bucket used for staging artifacts in the session. |
bucket |
Optional. The bucket to use for staging artifacts in the session. |
path |
Optional. The path within the bucket to use for staging artifacts in the session. |
Methods |
|
---|---|
|
Creates a new session in the specified project and location. |
|
Deletes a single session. |
|
Gets details of a single session. |
|
Lists sessions in the specified project and location. |
|
Updates the parameters of a single session. |