Interface ProcessorIOSpec.InstanceResourceOutputBindingSpecOrBuilder (0.14.1)

public static interface ProcessorIOSpec.InstanceResourceOutputBindingSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExplicit()

public abstract boolean getExplicit()

Whether the output resource needs to be explicitly set in the instance. If it is false, the processor will automatically generate it if required.

bool explicit = 3;

Returns
TypeDescription
boolean

The explicit.

getName()

public abstract String getName()

Name of the output binding, unique within the processor.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the output binding, unique within the processor.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getResourceTypeUri()

public abstract String getResourceTypeUri()

The resource type uri of the acceptable output resource.

string resource_type_uri = 2;

Returns
TypeDescription
String

The resourceTypeUri.

getResourceTypeUriBytes()

public abstract ByteString getResourceTypeUriBytes()

The resource type uri of the acceptable output resource.

string resource_type_uri = 2;

Returns
TypeDescription
ByteString

The bytes for resourceTypeUri.