Class Output.Builder (1.82.0)

public static final class Output.Builder extends GeneratedMessage.Builder<Output.Builder> implements OutputOrBuilder

Location of output file(s) in a Cloud Storage bucket.

Protobuf type google.cloud.video.transcoder.v1.Output

Implements

OutputOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public Output build()
Returns
Type Description
Output

buildPartial()

public Output buildPartial()
Returns
Type Description
Output

clear()

public Output.Builder clear()
Returns
Type Description
Output.Builder
Overrides

clearUri()

public Output.Builder clearUri()

URI for the output file(s). For example, gs://my-bucket/outputs/. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See Supported input and output formats.

string uri = 1;

Returns
Type Description
Output.Builder

This builder for chaining.

getDefaultInstanceForType()

public Output getDefaultInstanceForType()
Returns
Type Description
Output

getDescriptorForType()

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

getUri()

public String getUri()

URI for the output file(s). For example, gs://my-bucket/outputs/. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See Supported input and output formats.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

URI for the output file(s). For example, gs://my-bucket/outputs/. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See Supported input and output formats.

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Output other)

public Output.Builder mergeFrom(Output other)
Parameter
Name Description
other Output
Returns
Type Description
Output.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public Output.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Output.Builder
Overrides

setUri(String value)

public Output.Builder setUri(String value)

URI for the output file(s). For example, gs://my-bucket/outputs/. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See Supported input and output formats.

string uri = 1;

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
Output.Builder

This builder for chaining.

setUriBytes(ByteString value)

public Output.Builder setUriBytes(ByteString value)

URI for the output file(s). For example, gs://my-bucket/outputs/. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See Supported input and output formats.

string uri = 1;

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
Output.Builder

This builder for chaining.