public sealed class RegisterSubscriberResponse : IMessage<RegisterSubscriberResponse>, IEquatable<RegisterSubscriberResponse>, IDeepCloneable<RegisterSubscriberResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class RegisterSubscriberResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the Google.Cloud.Channel.V1 API is 2.14.0, with a range of previous versions listed, including the current page's version, 2.12.0."],["The `RegisterSubscriberResponse` class is documented as part of the Cloud Channel v1 API, and serves as the response message for the `RegisterSubscriber` function."],["The `RegisterSubscriberResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RegisterSubscriberResponse` class has two constructors, one default and one that takes another `RegisterSubscriberResponse` object as an argument for cloning."],["The `Topic` property, which is of type string, within the `RegisterSubscriberResponse` class represents the name of the topic to which the subscriber will listen."]]],[]]