Interface SizeOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getHeight()
      uint32 height = 2 [json_name = "height"];
      int getWidth()
      uint32 width = 1 [json_name = "width"];
      • 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

      • getWidth

        int getWidth()
        uint32 width = 1 [json_name = "width"];
        Returns:
        The width.
      • getHeight

        int getHeight()
        uint32 height = 2 [json_name = "height"];
        Returns:
        The height.