BillingAccountsLocationsBucketsViews
class BillingAccountsLocationsBucketsViews extends Resource (View source)
The "views" collection of methods.
Typical usage is:
$loggingService = new Google\Service\Logging(...);
$views = $loggingService->billingAccounts_locations_buckets_views;
Methods
Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes. (views.delete)
Lists views on a log bucket. (views.listBillingAccountsLocationsBucketsViews)
Details
LogView
create(string $parent, LogView $postBody, array $optParams = [])
Creates a view over log entries in a log bucket. A bucket may contain a maximum of 30 views. (views.create)
LoggingEmpty
delete(string $name, array $optParams = [])
Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes. (views.delete)
LogView
get(string $name, array $optParams = [])
Gets a view on a log bucket. (views.get)
ListViewsResponse
listBillingAccountsLocationsBucketsViews(string $parent, array $optParams = [])
Lists views on a log bucket. (views.listBillingAccountsLocationsBucketsViews)
LogView
patch(string $name, LogView $postBody, array $optParams = [])
Updates a view on a log bucket. This method replaces the value of the filter field from the existing view with the corresponding value from the new view.
If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can update the view. If this occurs, please try again in a few minutes. (views.patch)