Package com.google.cloud.compute.v1
Interface RegionInstanceGroupManagersSetTemplateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionInstanceGroupManagersSetTemplateRequest,RegionInstanceGroupManagersSetTemplateRequest.Builder
public interface RegionInstanceGroupManagersSetTemplateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInstanceTemplate()URL of the InstanceTemplate resource from which all new instances will be created.com.google.protobuf.ByteStringgetInstanceTemplateBytes()URL of the InstanceTemplate resource from which all new instances will be created.booleanhasInstanceTemplate()URL of the InstanceTemplate resource from which all new instances will be created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstanceTemplate
boolean hasInstanceTemplate()
URL of the InstanceTemplate resource from which all new instances will be created.
optional string instance_template = 309248228;- Returns:
- Whether the instanceTemplate field is set.
-
getInstanceTemplate
String getInstanceTemplate()
URL of the InstanceTemplate resource from which all new instances will be created.
optional string instance_template = 309248228;- Returns:
- The instanceTemplate.
-
getInstanceTemplateBytes
com.google.protobuf.ByteString getInstanceTemplateBytes()
URL of the InstanceTemplate resource from which all new instances will be created.
optional string instance_template = 309248228;- Returns:
- The bytes for instanceTemplate.
-
-