public interface ResolveOperatorInfoResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOperators(int index)
public abstract Operator getOperators(int index)Operators with detailed information.
 repeated .google.cloud.visionai.v1.Operator operators = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Operator | |
getOperatorsCount()
public abstract int getOperatorsCount()Operators with detailed information.
 repeated .google.cloud.visionai.v1.Operator operators = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getOperatorsList()
public abstract List<Operator> getOperatorsList()Operators with detailed information.
 repeated .google.cloud.visionai.v1.Operator operators = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<Operator> | |
getOperatorsOrBuilder(int index)
public abstract OperatorOrBuilder getOperatorsOrBuilder(int index)Operators with detailed information.
 repeated .google.cloud.visionai.v1.Operator operators = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| OperatorOrBuilder | |
getOperatorsOrBuilderList()
public abstract List<? extends OperatorOrBuilder> getOperatorsOrBuilderList()Operators with detailed information.
 repeated .google.cloud.visionai.v1.Operator operators = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.visionai.v1.OperatorOrBuilder> | |