public static final class Application.ApplicationRuntimeInfo.GlobalOutputResource extends GeneratedMessageV3 implements Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder
Message about output resources from application.
Protobuf type
google.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Application.ApplicationRuntimeInfo.GlobalOutputResourceStatic 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()
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder |
newBuilder(Application.ApplicationRuntimeInfo.GlobalOutputResource prototype)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder newBuilder(Application.ApplicationRuntimeInfo.GlobalOutputResource prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder |
parseDelimitedFrom(InputStream input)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Application.ApplicationRuntimeInfo.GlobalOutputResource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Application.ApplicationRuntimeInfo.GlobalOutputResource> parser()
Returns | |
---|---|
Type | Description |
Parser<GlobalOutputResource> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Application.ApplicationRuntimeInfo.GlobalOutputResource getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource |
getKey()
public 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 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()
Returns | |
---|---|
Type | Description |
Parser<GlobalOutputResource> |
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 |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |