class BillingAccountsBucketsViews extends Resource (View source)

The "views" collection of methods.

Typical usage is:

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

Methods

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

Gets a view on a log bucket.. (views.get)

Details

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

Gets a view on a log bucket.. (views.get)

Parameters

string $name

Required. The resource name of the policy: "projects/[PRO JECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-project/locations/global/buckets/my-bucket/views/my- view"

array $optParams

Optional parameters.

Return Value

LogView