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

cz.proto.SimplifyDagVertexOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: job.proto

package cz.proto;

public interface SimplifyDagVertexOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.SimplifyDagVertex)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * stg0, stg1
   * 
* * string stage_id = 1; * @return The stageId. */ java.lang.String getStageId(); /** *
   * stg0, stg1
   * 
* * string stage_id = 1; * @return The bytes for stageId. */ com.google.protobuf.ByteString getStageIdBytes(); /** * repeated string parent_stage = 2; * @return A list containing the parentStage. */ java.util.List getParentStageList(); /** * repeated string parent_stage = 2; * @return The count of parentStage. */ int getParentStageCount(); /** * repeated string parent_stage = 2; * @param index The index of the element to return. * @return The parentStage at the given index. */ java.lang.String getParentStage(int index); /** * repeated string parent_stage = 2; * @param index The index of the value to return. * @return The bytes of the parentStage at the given index. */ com.google.protobuf.ByteString getParentStageBytes(int index); /** * repeated .cz.proto.SimplifyDagSubVertex operators = 3; */ java.util.List getOperatorsList(); /** * repeated .cz.proto.SimplifyDagSubVertex operators = 3; */ cz.proto.SimplifyDagSubVertex getOperators(int index); /** * repeated .cz.proto.SimplifyDagSubVertex operators = 3; */ int getOperatorsCount(); /** * repeated .cz.proto.SimplifyDagSubVertex operators = 3; */ java.util.List getOperatorsOrBuilderList(); /** * repeated .cz.proto.SimplifyDagSubVertex operators = 3; */ cz.proto.SimplifyDagSubVertexOrBuilder getOperatorsOrBuilder( int index); /** * uint64 dop = 4; * @return The dop. */ long getDop(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy