Class Channel.Output (0.46.0)

public static final class Channel.Output extends GeneratedMessageV3 implements Channel.OutputOrBuilder

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

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

Static Fields

URI_FIELD_NUMBER

public static final int URI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Channel.Output getDefaultInstance()
Returns
Type Description
Channel.Output

getDescriptor()

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

newBuilder()

public static Channel.Output.Builder newBuilder()
Returns
Type Description
Channel.Output.Builder

newBuilder(Channel.Output prototype)

public static Channel.Output.Builder newBuilder(Channel.Output prototype)
Parameter
Name Description
prototype Channel.Output
Returns
Type Description
Channel.Output.Builder

parseDelimitedFrom(InputStream input)

public static Channel.Output parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Channel.Output
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Channel.Output parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Channel.Output
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Channel.Output parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Channel.Output
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Channel.Output parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Channel.Output
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Channel.Output parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Channel.Output
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Channel.Output parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Channel.Output
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Channel.Output parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Channel.Output
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Channel.Output parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Channel.Output
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Channel.Output parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Channel.Output
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Channel.Output parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Channel.Output
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Channel.Output parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Channel.Output
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Channel.Output parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Channel.Output
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Channel.Output> parser()
Returns
Type Description
Parser<Output>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

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

getParserForType()

public Parser<Channel.Output> getParserForType()
Returns
Type Description
Parser<Output>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Channel.Output.Builder newBuilderForType()
Returns
Type Description
Channel.Output.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Channel.Output.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Channel.Output.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Channel.Output.Builder toBuilder()
Returns
Type Description
Channel.Output.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException