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