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

com.scalar.dl.rpc.ContractsListingResponseOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.5
package com.scalar.dl.rpc;

public interface ContractsListingResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.ContractsListingResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string json = 1;
   * @return The json.
   */
  java.lang.String getJson();
  /**
   * string json = 1;
   * @return The bytes for json.
   */
  com.google.protobuf.ByteString
      getJsonBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy