Interface RunPipelineResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunPipelineResponse,RunPipelineResponse.Builder
public interface RunPipelineResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StructgetExtras()Implementation-specific information can be encoded herecom.google.protobuf.StructOrBuildergetExtrasOrBuilder()Implementation-specific information can be encoded hereGraphgetGraphs(int index)repeated .arg_services.graph.v1.Graph graphs = 1 [json_name = "graphs"];intgetGraphsCount()repeated .arg_services.graph.v1.Graph graphs = 1 [json_name = "graphs"];java.util.List<Graph>getGraphsList()repeated .arg_services.graph.v1.Graph graphs = 1 [json_name = "graphs"];GraphOrBuildergetGraphsOrBuilder(int index)repeated .arg_services.graph.v1.Graph graphs = 1 [json_name = "graphs"];java.util.List<? extends GraphOrBuilder>getGraphsOrBuilderList()repeated .arg_services.graph.v1.Graph graphs = 1 [json_name = "graphs"];booleanhasExtras()Implementation-specific information can be encoded here-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGraphsList
java.util.List<Graph> getGraphsList()
repeated .arg_services.graph.v1.Graph graphs = 1 [json_name = "graphs"];
-
getGraphs
Graph getGraphs(int index)
repeated .arg_services.graph.v1.Graph graphs = 1 [json_name = "graphs"];
-
getGraphsCount
int getGraphsCount()
repeated .arg_services.graph.v1.Graph graphs = 1 [json_name = "graphs"];
-
getGraphsOrBuilderList
java.util.List<? extends GraphOrBuilder> getGraphsOrBuilderList()
repeated .arg_services.graph.v1.Graph graphs = 1 [json_name = "graphs"];
-
getGraphsOrBuilder
GraphOrBuilder getGraphsOrBuilder(int index)
repeated .arg_services.graph.v1.Graph graphs = 1 [json_name = "graphs"];
-
hasExtras
boolean hasExtras()
Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];- Returns:
- Whether the extras field is set.
-
getExtras
com.google.protobuf.Struct getExtras()
Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];- Returns:
- The extras.
-
getExtrasOrBuilder
com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];
-
-