public interface ApplicationConfigsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNodes(int index)
public abstract Node getNodes(int index)A list of nodes in the application graph.
repeated .google.events.cloud.visionai.v1.Node nodes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Node |
|
getNodesCount()
public abstract int getNodesCount()A list of nodes in the application graph.
repeated .google.events.cloud.visionai.v1.Node nodes = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNodesList()
public abstract List<Node> getNodesList()A list of nodes in the application graph.
repeated .google.events.cloud.visionai.v1.Node nodes = 1;
| Returns | |
|---|---|
| Type | Description |
List<Node> |
|
getNodesOrBuilder(int index)
public abstract NodeOrBuilder getNodesOrBuilder(int index)A list of nodes in the application graph.
repeated .google.events.cloud.visionai.v1.Node nodes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NodeOrBuilder |
|
getNodesOrBuilderList()
public abstract List<? extends NodeOrBuilder> getNodesOrBuilderList()A list of nodes in the application graph.
repeated .google.events.cloud.visionai.v1.Node nodes = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.events.cloud.visionai.v1.NodeOrBuilder> |
|