Class Channel.Output.Builder (0.85.0)

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

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

Protobuf type google.cloud.video.livestream.v1.Channel.Output

Static Methods

getDescriptor()

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

Methods

build()

public Channel.Output build()
Returns
Type Description
Channel.Output

buildPartial()

public Channel.Output buildPartial()
Returns
Type Description
Channel.Output

clear()

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

clearUri()

public Channel.Output.Builder clearUri()

URI for the output file(s). For example, gs://my-bucket/outputs/.

string uri = 1;

Returns
Type Description
Channel.Output.Builder

This builder for chaining.

getDefaultInstanceForType()

public Channel.Output getDefaultInstanceForType()
Returns
Type Description
Channel.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/.

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

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(Channel.Output other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setUri(String value)

public Channel.Output.Builder setUri(String value)

URI for the output file(s). For example, gs://my-bucket/outputs/.

string uri = 1;

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
Channel.Output.Builder

This builder for chaining.

setUriBytes(ByteString value)

public Channel.Output.Builder setUriBytes(ByteString value)

URI for the output file(s). For example, gs://my-bucket/outputs/.

string uri = 1;

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
Channel.Output.Builder

This builder for chaining.