public interface InstanceReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstanceId()
public abstract String getInstanceId()The unique identifier of the Compute Engine instance.
string instance_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The instanceId. |
getInstanceIdBytes()
public abstract ByteString getInstanceIdBytes()The unique identifier of the Compute Engine instance.
string instance_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceId. |
getInstanceName()
public abstract String getInstanceName()The user-friendly name of the Compute Engine instance.
string instance_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The instanceName. |
getInstanceNameBytes()
public abstract ByteString getInstanceNameBytes()The user-friendly name of the Compute Engine instance.
string instance_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceName. |
getPublicEciesKey()
public abstract String getPublicEciesKey()The public ECIES key used for sharing data with this instance.
string public_ecies_key = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The publicEciesKey. |
getPublicEciesKeyBytes()
public abstract ByteString getPublicEciesKeyBytes()The public ECIES key used for sharing data with this instance.
string public_ecies_key = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publicEciesKey. |
getPublicKey()
public abstract String getPublicKey()The public RSA key used for sharing data with this instance.
string public_key = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The publicKey. |
getPublicKeyBytes()
public abstract ByteString getPublicKeyBytes()The public RSA key used for sharing data with this instance.
string public_key = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publicKey. |