Interface RegionInstanceGroupManagersSetTemplateRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInstanceTemplate()
      URL of the InstanceTemplate resource from which all new instances will be created.
      com.google.protobuf.ByteString getInstanceTemplateBytes()
      URL of the InstanceTemplate resource from which all new instances will be created.
      boolean hasInstanceTemplate()
      URL of the InstanceTemplate resource from which all new instances will be created.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.