NAME

Google::Cloud::Dataproc::V1::NodeGroups::CreateNodeGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Dataproc::V1::NodeGroups;

my $msg = Google::Cloud::Dataproc::V1::NodeGroups::CreateNodeGroupRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • node_group

    Type: Message (.google.cloud.dataproc.v1.NodeGroup)

  • node_group_id

    Type: String

  • request_id

    Type: String

NAME

Google::Cloud::Dataproc::V1::NodeGroups::ResizeNodeGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Dataproc::V1::NodeGroups;

my $msg = Google::Cloud::Dataproc::V1::NodeGroups::ResizeNodeGroupRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

  • size

    Type: Int32

  • request_id

    Type: String

  • graceful_decommission_timeout

    Type: Message (.google.protobuf.Duration)

NAME

Google::Cloud::Dataproc::V1::NodeGroups::GetNodeGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Dataproc::V1::NodeGroups;

my $msg = Google::Cloud::Dataproc::V1::NodeGroups::GetNodeGroupRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Dataproc::V1::NodeGroups::NodeGroupControllerClient - Client stub representing the remote NodeGroupController service

DESCRIPTION

This class acts as a local client stub for the remote gRPC service. It delegates call dispatching to an underlying Google::gRPC::Client instance, ensuring type-safe request parsing and response mapping.

CONFIGURATION AND ENVIRONMENT

target

The endpoint target address. Defaults to dataproc.googleapis.com:443.

credentials

The authentication credentials provider. Defaults to application default credentials via Google::Auth.

NAME

Google::Cloud::Dataproc::V1::NodeGroups - Protocol Buffers schema definition

DESCRIPTION

Auto-generated Protocol Buffers schema definition class.

LICENSE AND COPYRIGHT

Copyright (C) 2026 Google LLC

This program is released under the Apache 2.0 license.