NAME

Google::Cloud::Bigquery::V2 - Auto-generated client library for Google Cloud Services

SYNOPSIS

use Google::Cloud::Bigquery::V2;
use Google::Auth;

my $auth = Google::Auth->new(...);
my $client = Google::Cloud::Bigquery::V2->new(
    credentials => $auth
);

DESCRIPTION

This is an auto-generated Protocol Buffers client library for Google Cloud Services, built on top of high-performance gRPC and Protocol Buffers!

METHODS

The following RPC methods are available in this client:

  • get_routine

    Calls the RPC method GetRoutine on the service. Takes a hash of parameters representing the request.

  • insert_routine

    Calls the RPC method InsertRoutine on the service. Takes a hash of parameters representing the request.

  • update_routine

    Calls the RPC method UpdateRoutine on the service. Takes a hash of parameters representing the request.

  • patch_routine

    Calls the RPC method PatchRoutine on the service. Takes a hash of parameters representing the request.

  • delete_routine

    Calls the RPC method DeleteRoutine on the service. Takes a hash of parameters representing the request.

  • list_routines

    Calls the RPC method ListRoutines on the service. Takes a hash of parameters representing the request.

  • list_projects

    Calls the RPC method ListProjects on the service. Takes a hash of parameters representing the request.

  • get_service_account

    Calls the RPC method GetServiceAccount on the service. Takes a hash of parameters representing the request.

  • get_model

    Calls the RPC method GetModel on the service. Takes a hash of parameters representing the request.

  • list_models

    Calls the RPC method ListModels on the service. Takes a hash of parameters representing the request.

  • patch_model

    Calls the RPC method PatchModel on the service. Takes a hash of parameters representing the request.

  • delete_model

    Calls the RPC method DeleteModel on the service. Takes a hash of parameters representing the request.

  • get_table

    Calls the RPC method GetTable on the service. Takes a hash of parameters representing the request.

  • insert_table

    Calls the RPC method InsertTable on the service. Takes a hash of parameters representing the request.

  • patch_table

    Calls the RPC method PatchTable on the service. Takes a hash of parameters representing the request.

  • update_table

    Calls the RPC method UpdateTable on the service. Takes a hash of parameters representing the request.

  • delete_table

    Calls the RPC method DeleteTable on the service. Takes a hash of parameters representing the request.

  • list_tables

    Calls the RPC method ListTables on the service. Takes a hash of parameters representing the request.

  • get_property_graph

    Calls the RPC method GetPropertyGraph on the service. Takes a hash of parameters representing the request.

  • list_property_graphs

    Calls the RPC method ListPropertyGraphs on the service. Takes a hash of parameters representing the request.

  • delete_property_graph

    Calls the RPC method DeletePropertyGraph on the service. Takes a hash of parameters representing the request.

  • cancel_job

    Calls the RPC method CancelJob on the service. Takes a hash of parameters representing the request.

  • get_job

    Calls the RPC method GetJob on the service. Takes a hash of parameters representing the request.

  • insert_job

    Calls the RPC method InsertJob on the service. Takes a hash of parameters representing the request.

  • update_job

    Calls the RPC method UpdateJob on the service. Takes a hash of parameters representing the request.

  • delete_job

    Calls the RPC method DeleteJob on the service. Takes a hash of parameters representing the request.

  • list_jobs

    Calls the RPC method ListJobs on the service. Takes a hash of parameters representing the request.

  • get_query_results

    Calls the RPC method GetQueryResults on the service. Takes a hash of parameters representing the request.

  • query

    Calls the RPC method Query on the service. Takes a hash of parameters representing the request.

  • insert_all

    Calls the RPC method InsertAll on the service. Takes a hash of parameters representing the request.

  • list

    Calls the RPC method List on the service. Takes a hash of parameters representing the request.

  • get_dataset

    Calls the RPC method GetDataset on the service. Takes a hash of parameters representing the request.

  • insert_dataset

    Calls the RPC method InsertDataset on the service. Takes a hash of parameters representing the request.

  • patch_dataset

    Calls the RPC method PatchDataset on the service. Takes a hash of parameters representing the request.

  • update_dataset

    Calls the RPC method UpdateDataset on the service. Takes a hash of parameters representing the request.

  • delete_dataset

    Calls the RPC method DeleteDataset on the service. Takes a hash of parameters representing the request.

  • list_datasets

    Calls the RPC method ListDatasets on the service. Takes a hash of parameters representing the request.

  • undelete_dataset

    Calls the RPC method UndeleteDataset on the service. Takes a hash of parameters representing the request.

  • list_row_access_policies

    Calls the RPC method ListRowAccessPolicies on the service. Takes a hash of parameters representing the request.

  • get_row_access_policy

    Calls the RPC method GetRowAccessPolicy on the service. Takes a hash of parameters representing the request.

  • create_row_access_policy

    Calls the RPC method CreateRowAccessPolicy on the service. Takes a hash of parameters representing the request.

  • update_row_access_policy

    Calls the RPC method UpdateRowAccessPolicy on the service. Takes a hash of parameters representing the request.

  • delete_row_access_policy

    Calls the RPC method DeleteRowAccessPolicy on the service. Takes a hash of parameters representing the request.

  • batch_delete_row_access_policies

    Calls the RPC method BatchDeleteRowAccessPolicies on the service. Takes a hash of parameters representing the request.

LICENSE

Apache License 2.0