Class: Google::Cloud::Video::LiveStream::V1::GetPoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::GetPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/service.rb
Overview
Request message for "LivestreamService.GetPool".
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the pool resource, in the form of:
projects/{project}/locations/{location}/pools/{poolId}
.
749 750 751 752 |
# File 'proto_docs/google/cloud/video/livestream/v1/service.rb', line 749 class GetPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |