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".
Implements
IMessageGetPoolRequest, IEquatableGetPoolRequest, IDeepCloneableGetPoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
GetPoolRequest()
public GetPoolRequest()
GetPoolRequest(GetPoolRequest)
public GetPoolRequest(GetPoolRequest other)
Parameter | |
---|---|
Name | Description |
other | GetPoolRequest |
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 | |
---|---|
Type | Description |
string |
PoolName
public PoolName PoolName { get; set; }
Property Value | |
---|---|
Type | Description |
PoolName |