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

games.mythical.saga.sdk.proto.common.ReceivedResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common/common.proto

package games.mythical.saga.sdk.proto.common;

public interface ReceivedResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.common.ReceivedResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string trace_id = 1;
   * @return The traceId.
   */
  java.lang.String getTraceId();
  /**
   * string trace_id = 1;
   * @return The bytes for traceId.
   */
  com.google.protobuf.ByteString
      getTraceIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy