com.zepben.protobuf.hc.opendss.IsolatedElementOrBuilder 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 IsolatedElementOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.IsolatedElement)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* repeated string buses = 2;
* @return A list containing the buses.
*/
java.util.List
getBusesList();
/**
* repeated string buses = 2;
* @return The count of buses.
*/
int getBusesCount();
/**
* repeated string buses = 2;
* @param index The index of the element to return.
* @return The buses at the given index.
*/
java.lang.String getBuses(int index);
/**
* repeated string buses = 2;
* @param index The index of the value to return.
* @return The bytes of the buses at the given index.
*/
com.google.protobuf.ByteString
getBusesBytes(int index);
}