Eventarc v1 API - Class GetGoogleChannelConfigRequest (2.4.0)

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

Reference documentation and code samples for the Eventarc v1 API class GetGoogleChannelConfigRequest.

The request message for the GetGoogleChannelConfig method.

Inheritance

object > GetGoogleChannelConfigRequest

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

GetGoogleChannelConfigRequest()

public GetGoogleChannelConfigRequest()

GetGoogleChannelConfigRequest(GetGoogleChannelConfigRequest)

public GetGoogleChannelConfigRequest(GetGoogleChannelConfigRequest other)
Parameter
NameDescription
otherGetGoogleChannelConfigRequest

Properties

GoogleChannelConfigName

public GoogleChannelConfigName GoogleChannelConfigName { get; set; }

GoogleChannelConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
GoogleChannelConfigName

Name

public string Name { get; set; }

Required. The name of the config to get.

Property Value
TypeDescription
string