Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::Pool.
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".
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The creation time.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — User-defined key/value metadata.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — User-defined key/value metadata.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — User-defined key/value metadata.
#name
def name() -> ::String
Returns
-
(::String) — The resource name of the pool, in the form of:
projects/{project}/locations/{location}/pools/{poolId}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The resource name of the pool, in the form of:
projects/{project}/locations/{location}/pools/{poolId}
.
Returns
-
(::String) — The resource name of the pool, in the form of:
projects/{project}/locations/{location}/pools/{poolId}
.
#network_config
def network_config() -> ::Google::Cloud::Video::LiveStream::V1::Pool::NetworkConfig
Returns
- (::Google::Cloud::Video::LiveStream::V1::Pool::NetworkConfig) — Network configuration for the pool.
#network_config=
def network_config=(value) -> ::Google::Cloud::Video::LiveStream::V1::Pool::NetworkConfig
Parameter
- value (::Google::Cloud::Video::LiveStream::V1::Pool::NetworkConfig) — Network configuration for the pool.
Returns
- (::Google::Cloud::Video::LiveStream::V1::Pool::NetworkConfig) — Network configuration for the pool.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The update time.