Class Usage
Configuration controlling usage of a service.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class Usage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProducerNotificationChannel
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.
Declaration
[JsonProperty("producerNotificationChannel")]
public virtual string ProducerNotificationChannel { get; set; }
Property Value
Type | Description |
---|---|
string |
Requirements
Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form /; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.
Declaration
[JsonProperty("requirements")]
public virtual IList<string> Requirements { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Rules
A list of usage rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.
Declaration
[JsonProperty("rules")]
public virtual IList<UsageRule> Rules { get; set; }
Property Value
Type | Description |
---|---|
IList<UsageRule> |