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-04-17 UTC."],[[["This webpage provides reference documentation for the `RegisterSubscriberResponse` class within the Google Cloud Channel v1 API, specifically for .NET developers."],["The `RegisterSubscriberResponse` class is a response message used for the `RegisterSubscriber` function, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers a range of versions for the API, from version 1.0.0 up to the latest version 2.14.0, allowing users to navigate to the specific version they are using."],["The class inherits members from the base `Object` class and has methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, in addition to its constructor and the property `Topic`."],["The `Topic` property found within the `RegisterSubscriberResponse` class is of string type, and refers to the name of the topic that the subscriber will listen to."]]],[]]