public interface InstanceReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInstance()
public abstract String getInstance()
The URL for a specific instance. @required compute.instancegroups.addInstances/removeInstances
optional string instance = 18257045;
Returns | |
---|---|
Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()
The URL for a specific instance. @required compute.instancegroups.addInstances/removeInstances
optional string instance = 18257045;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the instance field is set. |