public interface InstanceReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId()
The unique identifier of the Compute Engine instance.
|
com.google.protobuf.ByteString |
getInstanceIdBytes()
The unique identifier of the Compute Engine instance.
|
String |
getInstanceName()
The user-friendly name of the Compute Engine instance.
|
com.google.protobuf.ByteString |
getInstanceNameBytes()
The user-friendly name of the Compute Engine instance.
|
String |
getPublicEciesKey()
The public ECIES key used for sharing data with this instance.
|
com.google.protobuf.ByteString |
getPublicEciesKeyBytes()
The public ECIES key used for sharing data with this instance.
|
String |
getPublicKey()
The public RSA key used for sharing data with this instance.
|
com.google.protobuf.ByteString |
getPublicKeyBytes()
The public RSA key used for sharing data with this instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInstanceName()
The user-friendly name of the Compute Engine instance.
string instance_name = 1;com.google.protobuf.ByteString getInstanceNameBytes()
The user-friendly name of the Compute Engine instance.
string instance_name = 1;String getInstanceId()
The unique identifier of the Compute Engine instance.
string instance_id = 2;com.google.protobuf.ByteString getInstanceIdBytes()
The unique identifier of the Compute Engine instance.
string instance_id = 2;String getPublicKey()
The public RSA key used for sharing data with this instance.
string public_key = 3;com.google.protobuf.ByteString getPublicKeyBytes()
The public RSA key used for sharing data with this instance.
string public_key = 3;String getPublicEciesKey()
The public ECIES key used for sharing data with this instance.
string public_ecies_key = 4;com.google.protobuf.ByteString getPublicEciesKeyBytes()
The public ECIES key used for sharing data with this instance.
string public_ecies_key = 4;Copyright © 2024 Google LLC. All rights reserved.