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

com.zepben.protobuf.mc.GetDiscreteValueRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: zepben/protobuf/mc/mc-requests.proto

package com.zepben.protobuf.mc;

public interface GetDiscreteValueRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.mc.GetDiscreteValueRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 messageId = 1;
   * @return The messageId.
   */
  long getMessageId();

  /**
   * string mRID = 2;
   * @return The mRID.
   */
  java.lang.String getMRID();
  /**
   * string mRID = 2;
   * @return The bytes for mRID.
   */
  com.google.protobuf.ByteString
      getMRIDBytes();

  /**
   * .google.protobuf.Timestamp start = 3;
   * @return Whether the start field is set.
   */
  boolean hasStart();
  /**
   * .google.protobuf.Timestamp start = 3;
   * @return The start.
   */
  com.google.protobuf.Timestamp getStart();
  /**
   * .google.protobuf.Timestamp start = 3;
   */
  com.google.protobuf.TimestampOrBuilder getStartOrBuilder();

  /**
   * .google.protobuf.Timestamp end = 4;
   * @return Whether the end field is set.
   */
  boolean hasEnd();
  /**
   * .google.protobuf.Timestamp end = 4;
   * @return The end.
   */
  com.google.protobuf.Timestamp getEnd();
  /**
   * .google.protobuf.Timestamp end = 4;
   */
  com.google.protobuf.TimestampOrBuilder getEndOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy