public final class Output extends GeneratedMessageV3 implements OutputOrBuilder
Location of output file(s) in a Cloud Storage bucket.
Protobuf type google.cloud.video.transcoder.v1beta1.Output
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OutputImplements
OutputOrBuilderStatic Fields
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Output getDefaultInstance()
Type | Description |
Output |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Output.Builder newBuilder()
Type | Description |
Output.Builder |
newBuilder(Output prototype)
public static Output.Builder newBuilder(Output prototype)
Name | Description |
prototype | Output |
Type | Description |
Output.Builder |
parseDelimitedFrom(InputStream input)
public static Output parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Output |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Output parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Output |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Output parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Output |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Output parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Output |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Output parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Output |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Output parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Output |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Output parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Output |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Output parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Output |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Output parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Output |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Output parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Output |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Output parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Output |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Output parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Output |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Output> parser()
Type | Description |
Parser<Output> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Output getDefaultInstanceForType()
Type | Description |
Output |
getParserForType()
public Parser<Output> getParserForType()
Type | Description |
Parser<Output> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getUri()
public String getUri()
URI for the output file(s). For example, gs://my-bucket/outputs/
.
If empty the value is populated from Job.output_uri
.
string uri = 1;
Type | Description |
String | The uri. |
getUriBytes()
public ByteString getUriBytes()
URI for the output file(s). For example, gs://my-bucket/outputs/
.
If empty the value is populated from Job.output_uri
.
string uri = 1;
Type | Description |
ByteString | The bytes for uri. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Output.Builder newBuilderForType()
Type | Description |
Output.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Output.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Output.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Output.Builder toBuilder()
Type | Description |
Output.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |