Google-Cloud-Bigquery-V2
view release on metacpan or search on metacpan
lib/Google/Cloud/Bigquery/V2/JobStats.pm view on Meta::CPAN
=head1 FIELDS
=over 4
=item * B<table_reference>
Type: Message (.google.cloud.bigquery.v2.TableReference)
=item * B<metadata_cache_staleness_insight>
Type: Message (.google.cloud.bigquery.v2.MetadataCacheStalenessInsight)
=item * B<metadata_cache_not_used_but_used_previously>
Type: Bool
=back
=cut
# === Message: Google::Cloud::Bigquery::V2::JobStats::MetadataCacheStalenessInsight ===
# Fields for MetadataCacheStalenessInsight
# Field: avg_previous_staleness_ms Type: 11 (.google.protobuf.Duration)
# Field: staleness_percentage_increase Type: 1 ()
=pod
=head1 NAME
Google::Cloud::Bigquery::V2::JobStats::MetadataCacheStalenessInsight - Compiled Protocol Buffers message class
=head1 SYNOPSIS
use Google::Cloud::Bigquery::V2::JobStats;
my $msg = Google::Cloud::Bigquery::V2::JobStats::MetadataCacheStalenessInsight->new(
avg_previous_staleness_ms => $value,
);
=head1 FIELDS
=over 4
=item * B<avg_previous_staleness_ms>
Type: Message (.google.protobuf.Duration)
=item * B<staleness_percentage_increase>
Type: Double
=back
=cut
# === Message: Google::Cloud::Bigquery::V2::JobStats::SparkStatistics ===
# Fields for SparkStatistics
# Field: spark_job_id Type: 9 ()
# Field: spark_job_location Type: 9 ()
# Field: endpoints Type: 11 (.google.cloud.bigquery.v2.SparkStatistics.EndpointsEntry)
# Field: logging_info Type: 11 (.google.cloud.bigquery.v2.SparkStatistics.LoggingInfo)
# Field: kms_key_name Type: 9 ()
# Field: gcs_staging_bucket Type: 9 ()
=pod
=head1 NAME
Google::Cloud::Bigquery::V2::JobStats::SparkStatistics - Compiled Protocol Buffers message class
=head1 SYNOPSIS
use Google::Cloud::Bigquery::V2::JobStats;
my $msg = Google::Cloud::Bigquery::V2::JobStats::SparkStatistics->new(
spark_job_id => $value,
);
=head1 FIELDS
=over 4
=item * B<spark_job_id>
Type: String
=item * B<spark_job_location>
Type: String
=item * B<endpoints>
Type: Message (.google.cloud.bigquery.v2.SparkStatistics.EndpointsEntry)
=item * B<logging_info>
Type: Message (.google.cloud.bigquery.v2.SparkStatistics.LoggingInfo)
=item * B<kms_key_name>
Type: String
=item * B<gcs_staging_bucket>
Type: String
=back
=cut
# === Message: Google::Cloud::Bigquery::V2::JobStats::MaterializedViewStatistics ===
# Fields for MaterializedViewStatistics
# Field: materialized_view Type: 11 (.google.cloud.bigquery.v2.MaterializedView)
=pod
=head1 NAME
Google::Cloud::Bigquery::V2::JobStats::MaterializedViewStatistics - Compiled Protocol Buffers message class
=head1 SYNOPSIS
use Google::Cloud::Bigquery::V2::JobStats;
my $msg = Google::Cloud::Bigquery::V2::JobStats::MaterializedViewStatistics->new(
materialized_view => $value,
);
=head1 FIELDS
=over 4
=item * B<materialized_view>
Type: Message (.google.cloud.bigquery.v2.MaterializedView)
=back
=cut
# === Message: Google::Cloud::Bigquery::V2::JobStats::MaterializedView ===
# Fields for MaterializedView
# Field: table_reference Type: 11 (.google.cloud.bigquery.v2.TableReference)
# Field: chosen Type: 8 ()
# Field: estimated_bytes_saved Type: 3 ()
# Field: rejected_reason Type: 14 (.google.cloud.bigquery.v2.MaterializedView.RejectedReason)
=pod
=head1 NAME
( run in 0.540 second using v1.01-cache-2.11-cpan-f03e8824b8d )