REST Resource: projects.locations.sessions

资源:会话

介绍 Apache Flink 会话对象。

JSON 表示法
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "stagingLocation": {
    object (StagingLocation)
  }
}
字段
name

string

标识符。资源的名称。

createTime

string (Timestamp format)

仅限输出。[仅限输出] 创建时间戳。

时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

updateTime

string (Timestamp format)

仅限输出。[仅限输出] 更新时间戳。

时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

labels

map (key: string, value: string)

可选。标签是键值对。

stagingLocation

object (StagingLocation)

可选。会话中工件的暂存位置。此位置可以由用户提供,也可以由系统生成默认的暂存位置。

StagingLocation

Apache Flink 会话中工件的暂存位置。

JSON 表示法
{
  "buckerProvider": string,
  "bucket": string,
  "path": string
}
字段
buckerProvider

string

可选。用于在会话中暂存工件的存储桶类型。

bucket

string

可选。用于在会话中暂存工件的存储桶。

path

string

可选。存储桶中用于在会话中暂存工件的路径。

方法

create

在指定的项目和位置中创建新会话。

delete

删除单个会话。

get

获取单个会话的详细信息。

list

列出指定项目和位置中的会话。

patch

更新单个会话的参数。