All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vesoft.nebula.proto.common.RefOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.common;

public interface RefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.common.Ref)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint32 code = 1;
   * @return The code.
   */
  int getCode();

  /**
   * uint32 offset = 2;
   * @return The offset.
   */
  int getOffset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy