Class Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder (0.40.0)

public static final class Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder extends GeneratedMessage.Builder<Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder> implements Application.ApplicationRuntimeInfo.GlobalOutputResourceOrBuilder

Message about output resources from application.

Protobuf type google.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Application.ApplicationRuntimeInfo.GlobalOutputResource build()
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource

buildPartial()

public Application.ApplicationRuntimeInfo.GlobalOutputResource buildPartial()
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource

clear()

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder clear()
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

clearKey()

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder clearKey()

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
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.

clearOutputResource()

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder clearOutputResource()

The full resource name of the outputted resources.

string output_resource = 1;

Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.

clearProducerNode()

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder clearProducerNode()

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
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.

getDefaultInstanceForType()

public Application.ApplicationRuntimeInfo.GlobalOutputResource getDefaultInstanceForType()
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Application.ApplicationRuntimeInfo.GlobalOutputResource other)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder mergeFrom(Application.ApplicationRuntimeInfo.GlobalOutputResource other)
Parameter
Name Description
other Application.ApplicationRuntimeInfo.GlobalOutputResource
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

setKey(String value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setKey(String value)

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;

Parameter
Name Description
value String

The key to set.

Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.

setKeyBytes(ByteString value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setKeyBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for key to set.

Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.

setOutputResource(String value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setOutputResource(String value)

The full resource name of the outputted resources.

string output_resource = 1;

Parameter
Name Description
value String

The outputResource to set.

Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.

setOutputResourceBytes(ByteString value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setOutputResourceBytes(ByteString value)

The full resource name of the outputted resources.

string output_resource = 1;

Parameter
Name Description
value ByteString

The bytes for outputResource to set.

Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.

setProducerNode(String value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setProducerNode(String value)

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;

Parameter
Name Description
value String

The producerNode to set.

Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.

setProducerNodeBytes(ByteString value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setProducerNodeBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for producerNode to set.

Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.