updateView method
Updates a view on a log bucket. This method replaces the following fields
in the existing view with values from the new view: filter.
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.
Implementation
$grpc.ResponseFuture<$0.LogView> updateView(
$0.UpdateViewRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateView, request, options: options);
}