Interface HomeBlockDotPatternOuterClass.HomeBlockDotPatternOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HomeBlockDotPatternOuterClass.HomeBlockDotPattern, HomeBlockDotPatternOuterClass.HomeBlockDotPattern.Builder
Enclosing class:
HomeBlockDotPatternOuterClass

public static interface HomeBlockDotPatternOuterClass.HomeBlockDotPatternOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes data = 6;
    int
    uint32 height = 8;
    int
    uint32 width = 14;

    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 Details

    • getHeight

      int getHeight()
      uint32 height = 8;
      Returns:
      The height.
    • getData

      com.google.protobuf.ByteString getData()
      bytes data = 6;
      Returns:
      The data.
    • getWidth

      int getWidth()
      uint32 width = 14;
      Returns:
      The width.