Interface ProcessorIOSpec.InstanceResourceInputBindingSpecOrBuilder (0.14.1)

public static interface ProcessorIOSpec.InstanceResourceInputBindingSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for configTypeUri.

getName()

public abstract String getName()

Name of the input binding, unique within the processor.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the input binding, unique within the processor.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getResourceTypeCase()

public abstract ProcessorIOSpec.InstanceResourceInputBindingSpec.ResourceTypeCase getResourceTypeCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the resourceTypeUri field is set.