createView method

ResponseFuture<LogView> createView(
  1. CreateViewRequest request, {
  2. CallOptions? options,
})

Creates a view over log entries in a log bucket. A bucket may contain a maximum of 30 views.

Implementation

$grpc.ResponseFuture<$0.LogView> createView(
  $0.CreateViewRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createView, request, options: options);
}