Live Stream v1 API - Class GetPoolRequest (1.5.0)

public sealed class GetPoolRequest : IMessage<GetPoolRequest>, IEquatable<GetPoolRequest>, IDeepCloneable<GetPoolRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class GetPoolRequest.

Request message for "LivestreamService.GetPool".

Inheritance

object > GetPoolRequest

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

GetPoolRequest()

public GetPoolRequest()

GetPoolRequest(GetPoolRequest)

public GetPoolRequest(GetPoolRequest other)
Parameter
NameDescription
otherGetPoolRequest

Properties

Name

public string Name { get; set; }

Required. The name of the pool resource, in the form of: projects/{project}/locations/{location}/pools/{poolId}.

Property Value
TypeDescription
string

PoolName

public PoolName PoolName { get; set; }

PoolName-typed view over the Name resource name property.

Property Value
TypeDescription
PoolName