Interface Osmformat.ChangeSetOrBuilder

All Superinterfaces:
proto4.MessageLiteOrBuilder, proto4.MessageOrBuilder
All Known Implementing Classes:
Osmformat.ChangeSet, Osmformat.ChangeSet.Builder
Enclosing class:
Osmformat

public static interface Osmformat.ChangeSetOrBuilder extends proto4.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    // Parallel arrays.
    boolean
    // Parallel arrays.

    Methods inherited from interface proto4.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface proto4.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasId

      boolean hasId()
      
       // Parallel arrays.
       repeated uint32 keys = 2 [packed = true]; // String IDs.
       repeated uint32 vals = 3 [packed = true]; // String IDs.
      
       optional Info info = 4;
       
      required int64 id = 1;
      Returns:
      Whether the id field is set.
    • getId

      long getId()
      
       // Parallel arrays.
       repeated uint32 keys = 2 [packed = true]; // String IDs.
       repeated uint32 vals = 3 [packed = true]; // String IDs.
      
       optional Info info = 4;
       
      required int64 id = 1;
      Returns:
      The id.