Interface RegionInstanceGroupManagersSetTemplateRequestOrBuilder (1.51.0)

public interface RegionInstanceGroupManagersSetTemplateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceTemplate()

public abstract String getInstanceTemplate()

URL of the InstanceTemplate resource from which all new instances will be created.

optional string instance_template = 309248228;

Returns
TypeDescription
String

The instanceTemplate.

getInstanceTemplateBytes()

public abstract ByteString getInstanceTemplateBytes()

URL of the InstanceTemplate resource from which all new instances will be created.

optional string instance_template = 309248228;

Returns
TypeDescription
ByteString

The bytes for instanceTemplate.

hasInstanceTemplate()

public abstract boolean hasInstanceTemplate()

URL of the InstanceTemplate resource from which all new instances will be created.

optional string instance_template = 309248228;

Returns
TypeDescription
boolean

Whether the instanceTemplate field is set.