public static interface ProcessorIOSpec.InstanceResourceInputBindingSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConfigTypeUri()
public abstract String getConfigTypeUri()
The configuration proto that includes the Googleapis resources. I.e. type.googleapis.com/google.cloud.vision.v1.StreamWithAnnotation
string config_type_uri = 2;
Returns | |
---|---|
Type | Description |
String |
The configTypeUri. |
getConfigTypeUriBytes()
public abstract ByteString getConfigTypeUriBytes()
The configuration proto that includes the Googleapis resources. I.e. type.googleapis.com/google.cloud.vision.v1.StreamWithAnnotation
string config_type_uri = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for configTypeUri. |
getName()
public abstract String getName()
Name of the input binding, unique within the processor.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Name of the input binding, unique within the processor.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getResourceTypeCase()
public abstract ProcessorIOSpec.InstanceResourceInputBindingSpec.ResourceTypeCase getResourceTypeCase()
Returns | |
---|---|
Type | Description |
ProcessorIOSpec.InstanceResourceInputBindingSpec.ResourceTypeCase |
getResourceTypeUri()
public abstract String getResourceTypeUri()
The direct type url of Googleapis resource. i.e. type.googleapis.com/google.cloud.vision.v1.Asset
string resource_type_uri = 3;
Returns | |
---|---|
Type | Description |
String |
The resourceTypeUri. |
getResourceTypeUriBytes()
public abstract ByteString getResourceTypeUriBytes()
The direct type url of Googleapis resource. i.e. type.googleapis.com/google.cloud.vision.v1.Asset
string resource_type_uri = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resourceTypeUri. |
hasConfigTypeUri()
public abstract boolean hasConfigTypeUri()
The configuration proto that includes the Googleapis resources. I.e. type.googleapis.com/google.cloud.vision.v1.StreamWithAnnotation
string config_type_uri = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the configTypeUri field is set. |
hasResourceTypeUri()
public abstract boolean hasResourceTypeUri()
The direct type url of Googleapis resource. i.e. type.googleapis.com/google.cloud.vision.v1.Asset
string resource_type_uri = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the resourceTypeUri field is set. |