public static final class Application.ApplicationRuntimeInfo.GlobalOutputResource extends GeneratedMessageV3 implements Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder
Message about output resources from application.
Protobuf type
google.events.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OUTPUT_RESOURCE_FIELD_NUMBER
public static final int OUTPUT_RESOURCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PRODUCER_NODE_FIELD_NUMBER
public static final int PRODUCER_NODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Application.ApplicationRuntimeInfo.GlobalOutputResource getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder newBuilder()
newBuilder(Application.ApplicationRuntimeInfo.GlobalOutputResource prototype)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder newBuilder(Application.ApplicationRuntimeInfo.GlobalOutputResource prototype)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseDelimitedFrom(InputStream input)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(CodedInputStream input)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(InputStream input)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Application.ApplicationRuntimeInfo.GlobalOutputResource> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Application.ApplicationRuntimeInfo.GlobalOutputResource getDefaultInstanceForType()
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 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 String getOutputResource()
The full resource name of the outputted resources.
string output_resource = 1;
Returns |
Type |
Description |
String |
The outputResource.
|
getOutputResourceBytes()
public ByteString getOutputResourceBytes()
The full resource name of the outputted resources.
string output_resource = 1;
Returns |
Type |
Description |
ByteString |
The bytes for outputResource.
|
getParserForType()
public Parser<Application.ApplicationRuntimeInfo.GlobalOutputResource> getParserForType()
Overrides
getProducerNode()
public 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 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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides