public string ProducerNotificationChannel { get; set; }
The full resource name of a channel used for sending notifications to the
service producer.
Google Service Management currently only supports
Google Cloud Pub/Sub as a notification
channel. To use Google Cloud Pub/Sub as the channel, this must be the name
of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format
documented in https://cloud.google.com/pubsub/docs/overview.
public Protobuf.Collections.RepeatedField<string> Requirements { get; }
Requirements that must be satisfied before a consumer project can use the
service. Each requirement is of the form <service.name>/<requirement-id>;
for example 'serviceusage.googleapis.com/billing-enabled'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `Usage` class, found in the `Google.Api` namespace, configures service usage and implements `Protobuf.IBufferMessage`."],["It provides constructors for creating new `Usage` objects and cloning existing ones, including `Usage()` and `Usage(Usage other)`."],["The `Usage` class contains fields like `ProducerNotificationChannelFieldNumber`, `RequirementsFieldNumber`, and `RulesFieldNumber`, which hold integer values related to specific usage properties."],["It also includes properties like `ProducerNotificationChannel`, `Requirements`, and `Rules`, which define how a service is used, alongside properties like `Descriptor` and `Parser` for message handling."],["The `Usage` class includes various methods, including `CalculateSize()`, `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, and `WriteTo()` for object manipulation and data management."]]],[]]