Pool resource defines the configuration of Live Stream pools
for a specific location. Currently we support only one pool
resource per project per location. After the creation of the
first input, a default pool is created automatically at
"projects/{project}/locations/{location}/pools/default".
Attributes
Name
Description
name
str
The resource name of the pool, in the form of:
projects/{project}/locations/{location}/pools/{poolId}.
create_time
google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time.
update_time
google.protobuf.timestamp_pb2.Timestamp
Output only. The update time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class Pool (1.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.12.0 (latest)](/python/docs/reference/livestream/latest/google.cloud.video.live_stream_v1.types.Pool)\n- [1.11.0](/python/docs/reference/livestream/1.11.0/google.cloud.video.live_stream_v1.types.Pool)\n- [1.10.0](/python/docs/reference/livestream/1.10.0/google.cloud.video.live_stream_v1.types.Pool)\n- [1.9.1](/python/docs/reference/livestream/1.9.1/google.cloud.video.live_stream_v1.types.Pool)\n- [1.8.1](/python/docs/reference/livestream/1.8.1/google.cloud.video.live_stream_v1.types.Pool)\n- [1.7.4](/python/docs/reference/livestream/1.7.4/google.cloud.video.live_stream_v1.types.Pool)\n- [1.6.0](/python/docs/reference/livestream/1.6.0/google.cloud.video.live_stream_v1.types.Pool)\n- [1.5.2](/python/docs/reference/livestream/1.5.2/google.cloud.video.live_stream_v1.types.Pool)\n- [1.4.1](/python/docs/reference/livestream/1.4.1/google.cloud.video.live_stream_v1.types.Pool)\n- [1.3.0](/python/docs/reference/livestream/1.3.0/google.cloud.video.live_stream_v1.types.Pool)\n- [1.2.1](/python/docs/reference/livestream/1.2.1/google.cloud.video.live_stream_v1.types.Pool)\n- [1.1.0](/python/docs/reference/livestream/1.1.0/google.cloud.video.live_stream_v1.types.Pool)\n- [1.0.4](/python/docs/reference/livestream/1.0.4/google.cloud.video.live_stream_v1.types.Pool)\n- [0.2.0](/python/docs/reference/livestream/0.2.0/google.cloud.video.live_stream_v1.types.Pool)\n- [0.1.5](/python/docs/reference/livestream/0.1.5/google.cloud.video.live_stream_v1.types.Pool) \n\n Pool(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nPool resource defines the configuration of Live Stream pools\nfor a specific location. Currently we support only one pool\nresource per project per location. After the creation of the\nfirst input, a default pool is created automatically at\n\"projects/{project}/locations/{location}/pools/default\".\n\nClasses\n-------\n\n### LabelsEntry\n\n LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe abstract base class for a message.\n\n### NetworkConfig\n\n NetworkConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDefines the network configuration for the pool."]]