Lines Matching refs:sinkName
69 * @param string $sinkName Required. The full resource name of the sink to
79 public function delete($sinkName, $optParams = []) argument
81 $params = ['sinkName' => $sinkName];
88 * @param string $sinkName Required. The resource name of the sink:
97 public function get($sinkName, $optParams = []) argument
99 $params = ['sinkName' => $sinkName];
132 * @param string $sinkName Required. The full resource name of the sink to
162 public function patch($sinkName, LogSink $postBody, $optParams = []) argument
164 $params = ['sinkName' => $sinkName, 'postBody' => $postBody];
174 * @param string $sinkName Required. The full resource name of the sink to
204 public function update($sinkName, LogSink $postBody, $optParams = []) argument
206 $params = ['sinkName' => $sinkName, 'postBody' => $postBody];