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.
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.
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
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder) \n\n public static interface Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getKey()\n\n public abstract String getKey()\n\nThe key of the output resource, it has to be unique within the same\nproducer node. One producer node can output several output resources,\nthe key can be used to match corresponding output resources.\n\n`string key = 3;`\n\n### getKeyBytes()\n\n public abstract ByteString getKeyBytes()\n\nThe key of the output resource, it has to be unique within the same\nproducer node. One producer node can output several output resources,\nthe key can be used to match corresponding output resources.\n\n`string key = 3;`\n\n### getOutputResource()\n\n public abstract String getOutputResource()\n\nThe full resource name of the outputted resources.\n\n`string output_resource = 1;`\n\n### getOutputResourceBytes()\n\n public abstract ByteString getOutputResourceBytes()\n\nThe full resource name of the outputted resources.\n\n`string output_resource = 1;`\n\n### getProducerNode()\n\n public abstract String getProducerNode()\n\nThe name of graph node who produces the output resource name.\nFor example:\noutput_resource:\n/projects/123/locations/us-central1/corpora/my-corpus/dataSchemas/my-schema\nproducer_node: occupancy-count\n\n`string producer_node = 2;`\n\n### getProducerNodeBytes()\n\n public abstract ByteString getProducerNodeBytes()\n\nThe name of graph node who produces the output resource name.\nFor example:\noutput_resource:\n/projects/123/locations/us-central1/corpora/my-corpus/dataSchemas/my-schema\nproducer_node: occupancy-count\n\n`string producer_node = 2;`"]]