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.cloud.visionai.v1.Application.ApplicationRuntimeInfo.GlobalOutputResource

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.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
Overrides

build()

public Application.ApplicationRuntimeInfo.GlobalOutputResource build()

buildPartial()

public Application.ApplicationRuntimeInfo.GlobalOutputResource buildPartial()

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

getDefaultInstanceForType()

public Application.ApplicationRuntimeInfo.GlobalOutputResource getDefaultInstanceForType()

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)

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
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
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
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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