com.zepben.protobuf.hc.opendss.LoopReportOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/hc/opendss/Diagnostics.proto
package com.zepben.protobuf.hc.opendss;
public interface LoopReportOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.LoopReport)
com.google.protobuf.MessageOrBuilder {
/**
* string meter = 1;
* @return The meter.
*/
java.lang.String getMeter();
/**
* string meter = 1;
* @return The bytes for meter.
*/
com.google.protobuf.ByteString
getMeterBytes();
/**
* string lineA = 2;
* @return The lineA.
*/
java.lang.String getLineA();
/**
* string lineA = 2;
* @return The bytes for lineA.
*/
com.google.protobuf.ByteString
getLineABytes();
/**
* string lineB = 3;
* @return The lineB.
*/
java.lang.String getLineB();
/**
* string lineB = 3;
* @return The bytes for lineB.
*/
com.google.protobuf.ByteString
getLineBBytes();
/**
* bool parallel = 4;
* @return The parallel.
*/
boolean getParallel();
/**
* bool looped = 5;
* @return The looped.
*/
boolean getLooped();
}