- 1.54.0 (latest)
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.5
- 1.0.4
- 0.4.3
public static final class Job.OriginUri.Builder extends GeneratedMessageV3.Builder<Job.OriginUri.Builder> implements Job.OriginUriOrBuilder
The origin URI.
Protobuf type google.cloud.video.transcoder.v1beta1.Job.OriginUri
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Job.OriginUri.BuilderImplements
Job.OriginUriOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Job.OriginUri.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Job.OriginUri.Builder |
build()
public Job.OriginUri build()
Type | Description |
Job.OriginUri |
buildPartial()
public Job.OriginUri buildPartial()
Type | Description |
Job.OriginUri |
clear()
public Job.OriginUri.Builder clear()
Type | Description |
Job.OriginUri.Builder |
clearDash()
public Job.OriginUri.Builder clearDash()
Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
string dash = 2;
Type | Description |
Job.OriginUri.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Job.OriginUri.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Job.OriginUri.Builder |
clearHls()
public Job.OriginUri.Builder clearHls()
HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.
string hls = 1;
Type | Description |
Job.OriginUri.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Job.OriginUri.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Job.OriginUri.Builder |
clone()
public Job.OriginUri.Builder clone()
Type | Description |
Job.OriginUri.Builder |
getDash()
public String getDash()
Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
string dash = 2;
Type | Description |
String | The dash. |
getDashBytes()
public ByteString getDashBytes()
Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
string dash = 2;
Type | Description |
ByteString | The bytes for dash. |
getDefaultInstanceForType()
public Job.OriginUri getDefaultInstanceForType()
Type | Description |
Job.OriginUri |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getHls()
public String getHls()
HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.
string hls = 1;
Type | Description |
String | The hls. |
getHlsBytes()
public ByteString getHlsBytes()
HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.
string hls = 1;
Type | Description |
ByteString | The bytes for hls. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Job.OriginUri other)
public Job.OriginUri.Builder mergeFrom(Job.OriginUri other)
Name | Description |
other | Job.OriginUri |
Type | Description |
Job.OriginUri.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Job.OriginUri.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Job.OriginUri.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Job.OriginUri.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Job.OriginUri.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Job.OriginUri.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Job.OriginUri.Builder |
setDash(String value)
public Job.OriginUri.Builder setDash(String value)
Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
string dash = 2;
Name | Description |
value | String The dash to set. |
Type | Description |
Job.OriginUri.Builder | This builder for chaining. |
setDashBytes(ByteString value)
public Job.OriginUri.Builder setDashBytes(ByteString value)
Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
string dash = 2;
Name | Description |
value | ByteString The bytes for dash to set. |
Type | Description |
Job.OriginUri.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Job.OriginUri.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Job.OriginUri.Builder |
setHls(String value)
public Job.OriginUri.Builder setHls(String value)
HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.
string hls = 1;
Name | Description |
value | String The hls to set. |
Type | Description |
Job.OriginUri.Builder | This builder for chaining. |
setHlsBytes(ByteString value)
public Job.OriginUri.Builder setHlsBytes(ByteString value)
HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.
string hls = 1;
Name | Description |
value | ByteString The bytes for hls to set. |
Type | Description |
Job.OriginUri.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Job.OriginUri.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Job.OriginUri.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Job.OriginUri.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Job.OriginUri.Builder |