Interface ComputeInstanceOrBuilder (0.1.0)

public interface ComputeInstanceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstance()

public abstract String getInstance()

Output only. Name of the VM instance, in the format projects/{project}/zones/{zone}/instances/{instance}.

string instance = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

Output only. Name of the VM instance, in the format projects/{project}/zones/{zone}/instances/{instance}.

string instance = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for instance.