google_api_service_usage v0.6.0 GoogleApi.ServiceUsage.V1.Model.Usage View Source

Configuration controlling usage of a service.

Attributes

  • producerNotificationChannel (type: String.t, default: nil) - 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.

  • requirements (type: list(String.t), default: nil) - 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'.

  • rules (type: list(GoogleApi.ServiceUsage.V1.Model.UsageRule.t), default: nil) - A list of usage rules that apply to individual API methods.

    NOTE: All service configuration rules follow "last one wins" order.

  • serviceIdentity (type: GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceIdentity.t, default: nil) - The configuration of a per-product per-project service identity.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ServiceUsage.V1.Model.Usage{
  producerNotificationChannel: String.t(),
  requirements: [String.t()],
  rules: [GoogleApi.ServiceUsage.V1.Model.UsageRule.t()],
  serviceIdentity: GoogleApi.ServiceUsage.V1.Model.GoogleApiServiceIdentity.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.