public static interface ProcessorIOSpec.InstanceResourceOutputBindingSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
boolean |
The explicit. |
getName()
public abstract String getName()
Name of the output binding, unique within the processor.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Name of the output binding, unique within the processor.
string name = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
The resourceTypeUri. |
getResourceTypeUriBytes()
public abstract ByteString getResourceTypeUriBytes()
The resource type uri of the acceptable output resource.
string resource_type_uri = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resourceTypeUri. |