HomeSort by relevance Sort by last modified time
    Searched refs:billing (Results 1 - 2 of 2) sorted by null

  /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_messages.py 72 is readily appliable to billing since "billable resource usage" depends on
212 class Billing(_messages.Message):
213 """Billing related configuration of the service. The following example
214 shows how to configure metrics for billing: metrics: - name:
217 DELTA value_type: INT64 billing: metrics: -
219 The next example shows how to enable billing status check and customize the
220 check behavior. It makes sure billing status check is included in the
223 the billing status is either `current` or `delinquent`, while
224 "google.storage.Write" method can only be served when the billing status is
225 `current`: billing: rules: - selector: google.storage.Ge
2474 billing = _messages.MessageField('Billing', 4) variable in class:Service
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go 200 // Billing: The bucket's billing configuration.
201 Billing *BucketBilling `json:"billing,omitempty"`
310 // BucketBilling: The bucket's billing configuration.
    [all...]

Completed in 131 milliseconds