public static final class Output.Builder extends GeneratedMessageV3.Builder<Output.Builder> implements OutputOrBuilder
Location of output file(s) in a Cloud Storage bucket.
Protobuf type google.cloud.video.transcoder.v1beta1.Output
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Output.BuilderImplements
OutputOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Output.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Output.Builder |
build()
public Output build()
Type | Description |
Output |
buildPartial()
public Output buildPartial()
Type | Description |
Output |
clear()
public Output.Builder clear()
Type | Description |
Output.Builder |
clearField(Descriptors.FieldDescriptor field)
public Output.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Output.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Output.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Output.Builder |
clearUri()
public Output.Builder clearUri()
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 |
Output.Builder | This builder for chaining. |
clone()
public Output.Builder clone()
Type | Description |
Output.Builder |
getDefaultInstanceForType()
public Output getDefaultInstanceForType()
Type | Description |
Output |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Output other)
public Output.Builder mergeFrom(Output other)
Name | Description |
other | Output |
Type | Description |
Output.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Output.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Output.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Output.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Output.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Output.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Output.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Output.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Output.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Output.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Output.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Output.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Output.Builder |
setUri(String value)
public Output.Builder setUri(String value)
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;
Name | Description |
value | String The uri to set. |
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/
.
If empty the value is populated from Job.output_uri
.
string uri = 1;
Name | Description |
value | ByteString The bytes for uri to set. |
Type | Description |
Output.Builder | This builder for chaining. |