Interface InstanceTemplatesScopedListOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      InstanceTemplate getInstanceTemplates​(int index)
      [Output Only] A list of instance templates that are contained within the specified project and zone.
      int getInstanceTemplatesCount()
      [Output Only] A list of instance templates that are contained within the specified project and zone.
      List<InstanceTemplate> getInstanceTemplatesList()
      [Output Only] A list of instance templates that are contained within the specified project and zone.
      InstanceTemplateOrBuilder getInstanceTemplatesOrBuilder​(int index)
      [Output Only] A list of instance templates that are contained within the specified project and zone.
      List<? extends InstanceTemplateOrBuilder> getInstanceTemplatesOrBuilderList()
      [Output Only] A list of instance templates that are contained within the specified project and zone.
      Warning getWarning()
      [Output Only] An informational warning that replaces the list of instance templates when the list is empty.
      WarningOrBuilder getWarningOrBuilder()
      [Output Only] An informational warning that replaces the list of instance templates when the list is empty.
      boolean hasWarning()
      [Output Only] An informational warning that replaces the list of instance templates when the list is empty.
      • 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

      • getInstanceTemplatesList

        List<InstanceTemplate> getInstanceTemplatesList()
         [Output Only] A list of instance templates that are contained within the specified project and zone.
         
        repeated .google.cloud.compute.v1.InstanceTemplate instance_templates = 459889679;
      • getInstanceTemplates

        InstanceTemplate getInstanceTemplates​(int index)
         [Output Only] A list of instance templates that are contained within the specified project and zone.
         
        repeated .google.cloud.compute.v1.InstanceTemplate instance_templates = 459889679;
      • getInstanceTemplatesCount

        int getInstanceTemplatesCount()
         [Output Only] A list of instance templates that are contained within the specified project and zone.
         
        repeated .google.cloud.compute.v1.InstanceTemplate instance_templates = 459889679;
      • getInstanceTemplatesOrBuilderList

        List<? extends InstanceTemplateOrBuilder> getInstanceTemplatesOrBuilderList()
         [Output Only] A list of instance templates that are contained within the specified project and zone.
         
        repeated .google.cloud.compute.v1.InstanceTemplate instance_templates = 459889679;
      • getInstanceTemplatesOrBuilder

        InstanceTemplateOrBuilder getInstanceTemplatesOrBuilder​(int index)
         [Output Only] A list of instance templates that are contained within the specified project and zone.
         
        repeated .google.cloud.compute.v1.InstanceTemplate instance_templates = 459889679;
      • hasWarning

        boolean hasWarning()
         [Output Only] An informational warning that replaces the list of instance templates when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        Whether the warning field is set.
      • getWarning

        Warning getWarning()
         [Output Only] An informational warning that replaces the list of instance templates when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        The warning.
      • getWarningOrBuilder

        WarningOrBuilder getWarningOrBuilder()
         [Output Only] An informational warning that replaces the list of instance templates when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;