public static interface Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKey()
public abstract String getKey()
The key of the output resource, it has to be unique within the same producer node. One producer node can output several output resources, the key can be used to match corresponding output resources.
string key = 3;
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
The key of the output resource, it has to be unique within the same producer node. One producer node can output several output resources, the key can be used to match corresponding output resources.
string key = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |
getOutputResource()
public abstract String getOutputResource()
The full resource name of the outputted resources.
string output_resource = 1;
Returns | |
---|---|
Type | Description |
String |
The outputResource. |
getOutputResourceBytes()
public abstract ByteString getOutputResourceBytes()
The full resource name of the outputted resources.
string output_resource = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for outputResource. |
getProducerNode()
public abstract String getProducerNode()
The name of graph node who produces the output resource name. For example: output_resource: /projects/123/locations/us-central1/corpora/my-corpus/dataSchemas/my-schema producer_node: occupancy-count
string producer_node = 2;
Returns | |
---|---|
Type | Description |
String |
The producerNode. |
getProducerNodeBytes()
public abstract ByteString getProducerNodeBytes()
The name of graph node who produces the output resource name. For example: output_resource: /projects/123/locations/us-central1/corpora/my-corpus/dataSchemas/my-schema producer_node: occupancy-count
string producer_node = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for producerNode. |