public interface RegionInstanceGroupManagersSetTemplateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstanceTemplate()
public abstract String getInstanceTemplate()URL of the InstanceTemplate resource from which all new instances will be created.
optional string instance_template = 309248228;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the instanceTemplate field is set. |