Class Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder (0.15.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.events.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

build()

public Application.ApplicationRuntimeInfo.GlobalOutputResource build()
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource

buildPartial()

public Application.ApplicationRuntimeInfo.GlobalOutputResource buildPartial()
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource

clear()

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder clear()
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

This builder for chaining.

clone()

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder clone()
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

getDefaultInstanceForType()

public Application.ApplicationRuntimeInfo.GlobalOutputResource getDefaultInstanceForType()
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for key.

getOutputResource()

public String getOutputResource()

The full resource name of the outputted resources.

string output_resource = 1;

Returns
TypeDescription
String

The outputResource.

getOutputResourceBytes()

public ByteString getOutputResourceBytes()

The full resource name of the outputted resources.

string output_resource = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for producerNode.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Application.ApplicationRuntimeInfo.GlobalOutputResource other)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder mergeFrom(Application.ApplicationRuntimeInfo.GlobalOutputResource other)
Parameter
NameDescription
otherApplication.ApplicationRuntimeInfo.GlobalOutputResource
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The key to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for key to set.

Returns
TypeDescription
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
NameDescription
valueString

The outputResource to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for outputResource to set.

Returns
TypeDescription
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
NameDescription
valueString

The producerNode to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for producerNode to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
Overrides