public interface ApplicationConfigsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEventDeliveryConfig()
public abstract ApplicationConfigs.EventDeliveryConfig getEventDeliveryConfig()Event-related configuration for this application.
 
 .google.cloud.visionai.v1.ApplicationConfigs.EventDeliveryConfig event_delivery_config = 3;
 
| Returns | |
|---|---|
| Type | Description | 
ApplicationConfigs.EventDeliveryConfig | 
        The eventDeliveryConfig.  | 
      
getEventDeliveryConfigOrBuilder()
public abstract ApplicationConfigs.EventDeliveryConfigOrBuilder getEventDeliveryConfigOrBuilder()Event-related configuration for this application.
 
 .google.cloud.visionai.v1.ApplicationConfigs.EventDeliveryConfig event_delivery_config = 3;
 
| Returns | |
|---|---|
| Type | Description | 
ApplicationConfigs.EventDeliveryConfigOrBuilder | 
        |
getNodes(int index)
public abstract Node getNodes(int index)A list of nodes in the application graph.
 repeated .google.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.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.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.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.cloud.visionai.v1.Node nodes = 1;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.visionai.v1.NodeOrBuilder> | 
        |
hasEventDeliveryConfig()
public abstract boolean hasEventDeliveryConfig()Event-related configuration for this application.
 
 .google.cloud.visionai.v1.ApplicationConfigs.EventDeliveryConfig event_delivery_config = 3;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the eventDeliveryConfig field is set.  |