Class: Google::Cloud::Video::LiveStream::V1::SrtPushOutputEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::SrtPushOutputEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/outputs.rb
Overview
Configurations for an output endpoint using SRT_PUSH as the streaming protocol.
Instance Attribute Summary collapse
-
#passphrase_secret_version ⇒ ::String
The name of the Secret Version containing the SRT encryption passphrase, which is stored in Google Secret Manager.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#passphrase_secret_version ⇒ ::String
Returns The name of the Secret Version containing the SRT encryption passphrase,
which is stored in Google Secret Manager. It should be in the format of
projects/{project}/secrets/{secret_id}/versions/{version_number}.
250 251 252 253 |
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 250 class SrtPushOutputEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Required. The full URI of the remote SRT server.
250 251 252 253 |
# File 'proto_docs/google/cloud/video/livestream/v1/outputs.rb', line 250 class SrtPushOutputEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |