Configuration controlling usage of a service.
Generated from protobuf message google.api.Usage
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getProducerNotificationChannel() 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. Generated from protobuf field string producer_notification_channel = 7;
|
| public getRequirements() Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/; 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. Generated from protobuf field repeated string requirements = 1;
|
| public getRules() A list of usage rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order. Generated from protobuf field repeated .google.api.UsageRule rules = 6;
|
| public setProducerNotificationChannel( $var) 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. Generated from protobuf field string producer_notification_channel = 7;
|
| public setRequirements( $var) Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/; 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. Generated from protobuf field repeated string requirements = 1;
|
| public setRules( $var) A list of usage rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order. Generated from protobuf field repeated .google.api.UsageRule rules = 6;
|
| Properties |
| protected $producer_notification_channel = '' 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. Generated from protobuf field string producer_notification_channel = 7; |
| Methods |
| Properties |
| private $requirements = NULL Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form <service.name>/; 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. Generated from protobuf field repeated string requirements = 1; |
| private $rules = NULL A list of usage rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order. Generated from protobuf field repeated .google.api.UsageRule rules = 6; |