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 \ V1Methods
__construct
Constructor.
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.
string
setInstanceName
The user-friendly name of the Compute Engine instance.
var
string
$this
getInstanceId
The unique identifier of the Compute Engine instance.
string
setInstanceId
The unique identifier of the Compute Engine instance.
var
string
$this
getPublicKey
The public RSA key used for sharing data with this instance.
string
setPublicKey
The public RSA key used for sharing data with this instance.
var
string
$this
getPublicEciesKey
The public ECIES key used for sharing data with this instance.
string
setPublicEciesKey
The public ECIES key used for sharing data with this instance.
var
string
$this