Class Application.ApplicationRuntimeInfo.GlobalOutputResource.Builder (0.14.1)

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
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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

getDefaultInstanceForType()

public Application.ApplicationRuntimeInfo.GlobalOutputResource getDefaultInstanceForType()

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)

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setUnknownFields(UnknownFieldSet unknownFields)

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