Google Cloud Gke Backup V1 Client - Class GetRestoreChannelRequest (1.2.0)

Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class GetRestoreChannelRequest.

Request message for GetRestoreChannel.

Generated from protobuf message google.cloud.gkebackup.v1.GetRestoreChannelRequest

Namespace

Google \ Cloud \ GkeBackup \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. Fully qualified RestoreChannel name. Format: projects/*/locations/*/restoreChannels/*

getName

Required. Fully qualified RestoreChannel name.

Format: projects/*/locations/*/restoreChannels/*

Returns
Type Description
string

setName

Required. Fully qualified RestoreChannel name.

Format: projects/*/locations/*/restoreChannels/*

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. Fully qualified RestoreChannel name. Format: projects/*/locations/*/restoreChannels/* Please see BackupForGKEClient::restoreChannelName() for help formatting this field.

Returns
Type Description
GetRestoreChannelRequest