Interface ImageFamilyViewOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ImageFamilyView, ImageFamilyView.Builder

    public interface ImageFamilyViewOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Image getImage()
      The latest image that is part of the specified image family in the requested location, and that is not deprecated.
      ImageOrBuilder getImageOrBuilder()
      The latest image that is part of the specified image family in the requested location, and that is not deprecated.
      boolean hasImage()
      The latest image that is part of the specified image family in the requested location, and that is not deprecated.
      • 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

      • hasImage

        boolean hasImage()
         The latest image that is part of the specified image family in the requested location, and that is not deprecated.
         
        optional .google.cloud.compute.v1.Image image = 100313435;
        Returns:
        Whether the image field is set.
      • getImage

        Image getImage()
         The latest image that is part of the specified image family in the requested location, and that is not deprecated.
         
        optional .google.cloud.compute.v1.Image image = 100313435;
        Returns:
        The image.
      • getImageOrBuilder

        ImageOrBuilder getImageOrBuilder()
         The latest image that is part of the specified image family in the requested location, and that is not deprecated.
         
        optional .google.cloud.compute.v1.Image image = 100313435;