Interface InstanceReferenceOrBuilder (1.49.0)

public interface InstanceReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstance()

public abstract String getInstance()

The URL for a specific instance. @required compute.instancegroups.addInstances/removeInstances

optional string instance = 18257045;

Returns
TypeDescription
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

The URL for a specific instance. @required compute.instancegroups.addInstances/removeInstances

optional string instance = 18257045;

Returns
TypeDescription
ByteString

The bytes for instance.

hasInstance()

public abstract boolean hasInstance()

The URL for a specific instance. @required compute.instancegroups.addInstances/removeInstances

optional string instance = 18257045;

Returns
TypeDescription
boolean

Whether the instance field is set.