com.zepben.protobuf.dc.DiagramIdentifiedObjectOrBuilder 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/dc/dc-data.proto
package com.zepben.protobuf.dc;
public interface DiagramIdentifiedObjectOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.dc.DiagramIdentifiedObject)
com.google.protobuf.MessageOrBuilder {
/**
* .zepben.protobuf.cim.iec61970.base.diagramlayout.Diagram diagram = 1;
* @return Whether the diagram field is set.
*/
boolean hasDiagram();
/**
* .zepben.protobuf.cim.iec61970.base.diagramlayout.Diagram diagram = 1;
* @return The diagram.
*/
com.zepben.protobuf.cim.iec61970.base.diagramlayout.Diagram getDiagram();
/**
* .zepben.protobuf.cim.iec61970.base.diagramlayout.Diagram diagram = 1;
*/
com.zepben.protobuf.cim.iec61970.base.diagramlayout.DiagramOrBuilder getDiagramOrBuilder();
/**
* .zepben.protobuf.cim.iec61970.base.diagramlayout.DiagramObject diagramObject = 2;
* @return Whether the diagramObject field is set.
*/
boolean hasDiagramObject();
/**
* .zepben.protobuf.cim.iec61970.base.diagramlayout.DiagramObject diagramObject = 2;
* @return The diagramObject.
*/
com.zepben.protobuf.cim.iec61970.base.diagramlayout.DiagramObject getDiagramObject();
/**
* .zepben.protobuf.cim.iec61970.base.diagramlayout.DiagramObject diagramObject = 2;
*/
com.zepben.protobuf.cim.iec61970.base.diagramlayout.DiagramObjectOrBuilder getDiagramObjectOrBuilder();
/**
* .google.protobuf.Any other = 999;
* @return Whether the other field is set.
*/
boolean hasOther();
/**
* .google.protobuf.Any other = 999;
* @return The other.
*/
com.google.protobuf.Any getOther();
/**
* .google.protobuf.Any other = 999;
*/
com.google.protobuf.AnyOrBuilder getOtherOrBuilder();
com.zepben.protobuf.dc.DiagramIdentifiedObject.IdentifiedObjectCase getIdentifiedObjectCase();
}