Lines Matching refs:params
49 $params = ['parent' => $parent, 'postBody' => $postBody];
50 $params = array_merge($params, $optParams);
51 return $this->call('create', [$params], LogView::class);
67 $params = ['name' => $name];
68 $params = array_merge($params, $optParams);
69 return $this->call('delete', [$params], LoggingEmpty::class);
83 $params = ['name' => $name];
84 $params = array_merge($params, $optParams);
85 return $this->call('get', [$params], LogView::class);
105 $params = ['parent' => $parent];
106 $params = array_merge($params, $optParams);
107 return $this->call('list', [$params], ListViewsResponse::class);
133 $params = ['name' => $name, 'postBody' => $postBody];
134 $params = array_merge($params, $optParams);
135 return $this->call('patch', [$params], LogView::class);