class BillingAccountsBuckets extends Resource (View source)

The "buckets" collection of methods.

Typical usage is:

 $loggingService = new Google\Service\Logging(...);
 $buckets = $loggingService->buckets;

Methods

get(string $name, array $optParams = [])

Gets a log bucket. (buckets.get)

Details

LogBucket get(string $name, array $optParams = [])

Gets a log bucket. (buckets.get)

Parameters

string $name

Required. The resource name of the bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET _ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" For example:"projects/my-project/locations/global/buckets/my-bucket"

array $optParams

Optional parameters.

Return Value

LogBucket