com.zepben.protobuf.cim.iec61968.assets.StructureOrBuilder 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/cim/iec61968/assets/Structure.proto
package com.zepben.protobuf.cim.iec61968.assets;
public interface StructureOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assets.Structure)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The AssetContainer fields for this Structure
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetContainer ac = 1;
* @return Whether the ac field is set.
*/
boolean hasAc();
/**
*
**
* The AssetContainer fields for this Structure
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetContainer ac = 1;
* @return The ac.
*/
com.zepben.protobuf.cim.iec61968.assets.AssetContainer getAc();
/**
*
**
* The AssetContainer fields for this Structure
*
*
* .zepben.protobuf.cim.iec61968.assets.AssetContainer ac = 1;
*/
com.zepben.protobuf.cim.iec61968.assets.AssetContainerOrBuilder getAcOrBuilder();
}