Google-Cloud-Dataflow-V1beta3

 view release on metacpan or  search on metacpan

lib/Google/Dataflow/V1beta3/Streaming.pm  view on Meta::CPAN


# === Message: Google::Dataflow::V1beta3::Streaming::ComputationTopology ===
    # Fields for ComputationTopology
    # Field: system_stage_name Type: 9 ()
    # Field: computation_id Type: 9 ()
    # Field: key_ranges Type: 11 (.google.dataflow.v1beta3.KeyRangeLocation)
    # Field: inputs Type: 11 (.google.dataflow.v1beta3.StreamLocation)
    # Field: outputs Type: 11 (.google.dataflow.v1beta3.StreamLocation)
    # Field: state_families Type: 11 (.google.dataflow.v1beta3.StateFamilyConfig)

=pod

=head1 NAME

Google::Dataflow::V1beta3::Streaming::ComputationTopology - Compiled Protocol Buffers message class

=head1 SYNOPSIS

    use Google::Dataflow::V1beta3::Streaming;

    my $msg = Google::Dataflow::V1beta3::Streaming::ComputationTopology->new(
        system_stage_name => $value,
    );

=head1 FIELDS

=over 4

=item * B<system_stage_name>

Type: String

=item * B<computation_id>

Type: String

=item * B<key_ranges>

Type: Message (.google.dataflow.v1beta3.KeyRangeLocation)

=item * B<inputs>

Type: Message (.google.dataflow.v1beta3.StreamLocation)

=item * B<outputs>

Type: Message (.google.dataflow.v1beta3.StreamLocation)

=item * B<state_families>

Type: Message (.google.dataflow.v1beta3.StateFamilyConfig)

=back

=cut

# === Message: Google::Dataflow::V1beta3::Streaming::KeyRangeLocation ===
    # Fields for KeyRangeLocation
    # Field: start Type: 9 ()
    # Field: end Type: 9 ()
    # Field: delivery_endpoint Type: 9 ()
    # Field: data_disk Type: 9 ()
    # Field: deprecated_persistent_directory Type: 9 ()

=pod

=head1 NAME

Google::Dataflow::V1beta3::Streaming::KeyRangeLocation - Compiled Protocol Buffers message class

=head1 SYNOPSIS

    use Google::Dataflow::V1beta3::Streaming;

    my $msg = Google::Dataflow::V1beta3::Streaming::KeyRangeLocation->new(
        start => $value,
    );

=head1 FIELDS

=over 4

=item * B<start>

Type: String

=item * B<end>

Type: String

=item * B<delivery_endpoint>

Type: String

=item * B<data_disk>

Type: String

=item * B<deprecated_persistent_directory>

Type: String

=back

=cut

# === Message: Google::Dataflow::V1beta3::Streaming::MountedDataDisk ===
    # Fields for MountedDataDisk
    # Field: data_disk Type: 9 ()

=pod

=head1 NAME

Google::Dataflow::V1beta3::Streaming::MountedDataDisk - Compiled Protocol Buffers message class

=head1 SYNOPSIS

    use Google::Dataflow::V1beta3::Streaming;

    my $msg = Google::Dataflow::V1beta3::Streaming::MountedDataDisk->new(
        data_disk => $value,
    );

=head1 FIELDS

=over 4

=item * B<data_disk>

Type: String

=back

=cut

# === Message: Google::Dataflow::V1beta3::Streaming::DataDiskAssignment ===
    # Fields for DataDiskAssignment
    # Field: vm_instance Type: 9 ()
    # Field: data_disks Type: 9 ()

=pod

=head1 NAME

Google::Dataflow::V1beta3::Streaming::DataDiskAssignment - Compiled Protocol Buffers message class

=head1 SYNOPSIS

    use Google::Dataflow::V1beta3::Streaming;

lib/Google/Dataflow/V1beta3/Streaming.pm  view on Meta::CPAN

    );

=head1 FIELDS

=over 4

=item * B<start>

Type: String

=item * B<end>

Type: String

=item * B<data_disk>

Type: String

=back

=cut

# === Message: Google::Dataflow::V1beta3::Streaming::StreamingComputationRanges ===
    # Fields for StreamingComputationRanges
    # Field: computation_id Type: 9 ()
    # Field: range_assignments Type: 11 (.google.dataflow.v1beta3.KeyRangeDataDiskAssignment)

=pod

=head1 NAME

Google::Dataflow::V1beta3::Streaming::StreamingComputationRanges - Compiled Protocol Buffers message class

=head1 SYNOPSIS

    use Google::Dataflow::V1beta3::Streaming;

    my $msg = Google::Dataflow::V1beta3::Streaming::StreamingComputationRanges->new(
        computation_id => $value,
    );

=head1 FIELDS

=over 4

=item * B<computation_id>

Type: String

=item * B<range_assignments>

Type: Message (.google.dataflow.v1beta3.KeyRangeDataDiskAssignment)

=back

=cut

# === Message: Google::Dataflow::V1beta3::Streaming::StreamingApplianceSnapshotConfig ===
    # Fields for StreamingApplianceSnapshotConfig
    # Field: snapshot_id Type: 9 ()
    # Field: import_state_endpoint Type: 9 ()

=pod

=head1 NAME

Google::Dataflow::V1beta3::Streaming::StreamingApplianceSnapshotConfig - Compiled Protocol Buffers message class

=head1 SYNOPSIS

    use Google::Dataflow::V1beta3::Streaming;

    my $msg = Google::Dataflow::V1beta3::Streaming::StreamingApplianceSnapshotConfig->new(
        snapshot_id => $value,
    );

=head1 FIELDS

=over 4

=item * B<snapshot_id>

Type: String

=item * B<import_state_endpoint>

Type: String

=back

=cut

1;

__END__

=head1 NAME

Google::Dataflow::V1beta3::Streaming - Protocol Buffers schema definition

=head1 DESCRIPTION

Auto-generated Protocol Buffers schema definition class.

=head1 LICENSE AND COPYRIGHT

Copyright (C) 2026 Google LLC

This program is released under the Apache 2.0 license.

=cut



( run in 0.680 second using v1.01-cache-2.11-cpan-81fc1098f69 )