Class Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder (0.2.0)

public static final class Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder extends GeneratedMessageV3.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

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides