Google Cloud Dataproc V1 Client - Class InstanceReference (3.11.0)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class InstanceReference.

A reference to a Compute Engine instance.

Generated from protobuf message google.cloud.dataproc.v1.InstanceReference

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ instance_name string

The user-friendly name of the Compute Engine instance.

↳ instance_id string

The unique identifier of the Compute Engine instance.

↳ public_key string

The public RSA key used for sharing data with this instance.

↳ public_ecies_key string

The public ECIES key used for sharing data with this instance.

getInstanceName

The user-friendly name of the Compute Engine instance.

Returns
TypeDescription
string

setInstanceName

The user-friendly name of the Compute Engine instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInstanceId

The unique identifier of the Compute Engine instance.

Returns
TypeDescription
string

setInstanceId

The unique identifier of the Compute Engine instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPublicKey

The public RSA key used for sharing data with this instance.

Returns
TypeDescription
string

setPublicKey

The public RSA key used for sharing data with this instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPublicEciesKey

The public ECIES key used for sharing data with this instance.

Returns
TypeDescription
string

setPublicEciesKey

The public ECIES key used for sharing data with this instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this