public sealed class GetChannelRequest : IMessage<GetChannelRequest>, IEquatable<GetChannelRequest>, IDeepCloneable<GetChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class GetChannelRequest.
The request message for the GetChannel method.
Implements
IMessageGetChannelRequest, IEquatableGetChannelRequest, IDeepCloneableGetChannelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
GetChannelRequest()
public GetChannelRequest()
GetChannelRequest(GetChannelRequest)
public GetChannelRequest(GetChannelRequest other)
Parameter | |
---|---|
Name | Description |
other | GetChannelRequest |
Properties
ChannelName
public ChannelName ChannelName { get; set; }
ChannelName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ChannelName |
Name
public string Name { get; set; }
Required. The name of the channel to get.
Property Value | |
---|---|
Type | Description |
string |