Configuration of a specific billing destination (Currently only support bill against consumer project).
Generated from protobuf message google.api.Billing.BillingDestination
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getMetrics() Names of the metrics to report to this billing destination. Each name must be defined in [Service.metrics][google.api.Service.metrics] section. Generated from protobuf field repeated string metrics = 2;
|
| public getMonitoredResource() The monitored resource type. The type must be defined in [Service.monitored_resources][google.api.Service.monitored_resources] section. Generated from protobuf field string monitored_resource = 1;
|
| public setMetrics( $var) Names of the metrics to report to this billing destination. Each name must be defined in [Service.metrics][google.api.Service.metrics] section. Generated from protobuf field repeated string metrics = 2;
|
| public setMonitoredResource( $var) The monitored resource type. The type must be defined in [Service.monitored_resources][google.api.Service.monitored_resources] section. Generated from protobuf field string monitored_resource = 1;
|
| Properties |
| protected $monitored_resource = '' The monitored resource type. The type must be defined in [Service.monitored_resources][google.api.Service.monitored_resources] section. Generated from protobuf field string monitored_resource = 1; |
| Methods |
| Properties |
| private $metrics = NULL Names of the metrics to report to this billing destination. Each name must be defined in [Service.metrics][google.api.Service.metrics] section. Generated from protobuf field repeated string metrics = 2; |