com.volcengine.service.live.model.business.PlayURL Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: live/business/addr.proto
package com.volcengine.service.live.model.business;
/**
* Protobuf type {@code Volcengine.Live.Models.Business.PlayURL}
*/
public final class PlayURL extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Volcengine.Live.Models.Business.PlayURL)
PlayURLOrBuilder {
private static final long serialVersionUID = 0L;
// Use PlayURL.newBuilder() to construct.
private PlayURL(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PlayURL() {
uRL_ = "";
cDN_ = "";
protocol_ = "";
type_ = "";
}
@Override
@SuppressWarnings({"unused"})
protected Object newInstance(
UnusedPrivateParameter unused) {
return new PlayURL();
}
@Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private PlayURL(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new NullPointerException();
}
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
String s = input.readStringRequireUtf8();
uRL_ = s;
break;
}
case 18: {
String s = input.readStringRequireUtf8();
cDN_ = s;
break;
}
case 26: {
String s = input.readStringRequireUtf8();
protocol_ = s;
break;
}
case 34: {
String s = input.readStringRequireUtf8();
type_ = s;
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return Addr.internal_static_Volcengine_Live_Models_Business_PlayURL_descriptor;
}
@Override
protected FieldAccessorTable
internalGetFieldAccessorTable() {
return Addr.internal_static_Volcengine_Live_Models_Business_PlayURL_fieldAccessorTable
.ensureFieldAccessorsInitialized(
PlayURL.class, Builder.class);
}
public static final int URL_FIELD_NUMBER = 1;
private volatile Object uRL_;
/**
*
*播放地址
*
*
* string URL = 1;
* @return The uRL.
*/
@Override
public String getURL() {
Object ref = uRL_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
uRL_ = s;
return s;
}
}
/**
*
*播放地址
*
*
* string URL = 1;
* @return The bytes for uRL.
*/
@Override
public com.google.protobuf.ByteString
getURLBytes() {
Object ref = uRL_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(String) ref);
uRL_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CDN_FIELD_NUMBER = 2;
private volatile Object cDN_;
/**
*
* CDN类型:fcdn、hw、ws、ali
*
*
* string CDN = 2;
* @return The cDN.
*/
@Override
public String getCDN() {
Object ref = cDN_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
cDN_ = s;
return s;
}
}
/**
*
* CDN类型:fcdn、hw、ws、ali
*
*
* string CDN = 2;
* @return The bytes for cDN.
*/
@Override
public com.google.protobuf.ByteString
getCDNBytes() {
Object ref = cDN_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(String) ref);
cDN_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PROTOCOL_FIELD_NUMBER = 3;
private volatile Object protocol_;
/**
*
*协议类型:hls、rtmp、flv、udp
*
*
* string Protocol = 3;
* @return The protocol.
*/
@Override
public String getProtocol() {
Object ref = protocol_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
protocol_ = s;
return s;
}
}
/**
*
*协议类型:hls、rtmp、flv、udp
*
*
* string Protocol = 3;
* @return The bytes for protocol.
*/
@Override
public com.google.protobuf.ByteString
getProtocolBytes() {
Object ref = protocol_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(String) ref);
protocol_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TYPE_FIELD_NUMBER = 4;
private volatile Object type_;
/**
*
*地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
*
*
* string Type = 4;
* @return The type.
*/
@Override
public String getType() {
Object ref = type_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
type_ = s;
return s;
}
}
/**
*
*地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
*
*
* string Type = 4;
* @return The bytes for type.
*/
@Override
public com.google.protobuf.ByteString
getTypeBytes() {
Object ref = type_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(String) ref);
type_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(uRL_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, uRL_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cDN_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, cDN_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(protocol_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, protocol_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, type_);
}
unknownFields.writeTo(output);
}
@Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(uRL_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, uRL_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cDN_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, cDN_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(protocol_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, protocol_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, type_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@Override
public boolean equals(final Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof PlayURL)) {
return super.equals(obj);
}
PlayURL other = (PlayURL) obj;
if (!getURL()
.equals(other.getURL())) return false;
if (!getCDN()
.equals(other.getCDN())) return false;
if (!getProtocol()
.equals(other.getProtocol())) return false;
if (!getType()
.equals(other.getType())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + URL_FIELD_NUMBER;
hash = (53 * hash) + getURL().hashCode();
hash = (37 * hash) + CDN_FIELD_NUMBER;
hash = (53 * hash) + getCDN().hashCode();
hash = (37 * hash) + PROTOCOL_FIELD_NUMBER;
hash = (53 * hash) + getProtocol().hashCode();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static PlayURL parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static PlayURL parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static PlayURL parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static PlayURL parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static PlayURL parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static PlayURL parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static PlayURL parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static PlayURL parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static PlayURL parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static PlayURL parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static PlayURL parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static PlayURL parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(PlayURL prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@Override
protected Builder newBuilderForType(
BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code Volcengine.Live.Models.Business.PlayURL}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Volcengine.Live.Models.Business.PlayURL)
PlayURLOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return Addr.internal_static_Volcengine_Live_Models_Business_PlayURL_descriptor;
}
@Override
protected FieldAccessorTable
internalGetFieldAccessorTable() {
return Addr.internal_static_Volcengine_Live_Models_Business_PlayURL_fieldAccessorTable
.ensureFieldAccessorsInitialized(
PlayURL.class, Builder.class);
}
// Construct using com.volcengine.service.live.model.business.PlayURL.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@Override
public Builder clear() {
super.clear();
uRL_ = "";
cDN_ = "";
protocol_ = "";
type_ = "";
return this;
}
@Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return Addr.internal_static_Volcengine_Live_Models_Business_PlayURL_descriptor;
}
@Override
public PlayURL getDefaultInstanceForType() {
return PlayURL.getDefaultInstance();
}
@Override
public PlayURL build() {
PlayURL result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@Override
public PlayURL buildPartial() {
PlayURL result = new PlayURL(this);
result.uRL_ = uRL_;
result.cDN_ = cDN_;
result.protocol_ = protocol_;
result.type_ = type_;
onBuilt();
return result;
}
@Override
public Builder clone() {
return super.clone();
}
@Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) {
return super.setField(field, value);
}
@Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, Object value) {
return super.setRepeatedField(field, index, value);
}
@Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) {
return super.addRepeatedField(field, value);
}
@Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof PlayURL) {
return mergeFrom((PlayURL)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(PlayURL other) {
if (other == PlayURL.getDefaultInstance()) return this;
if (!other.getURL().isEmpty()) {
uRL_ = other.uRL_;
onChanged();
}
if (!other.getCDN().isEmpty()) {
cDN_ = other.cDN_;
onChanged();
}
if (!other.getProtocol().isEmpty()) {
protocol_ = other.protocol_;
onChanged();
}
if (!other.getType().isEmpty()) {
type_ = other.type_;
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@Override
public final boolean isInitialized() {
return true;
}
@Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
PlayURL parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (PlayURL) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private Object uRL_ = "";
/**
*
*播放地址
*
*
* string URL = 1;
* @return The uRL.
*/
public String getURL() {
Object ref = uRL_;
if (!(ref instanceof String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
uRL_ = s;
return s;
} else {
return (String) ref;
}
}
/**
*
*播放地址
*
*
* string URL = 1;
* @return The bytes for uRL.
*/
public com.google.protobuf.ByteString
getURLBytes() {
Object ref = uRL_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(String) ref);
uRL_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*播放地址
*
*
* string URL = 1;
* @param value The uRL to set.
* @return This builder for chaining.
*/
public Builder setURL(
String value) {
if (value == null) {
throw new NullPointerException();
}
uRL_ = value;
onChanged();
return this;
}
/**
*
*播放地址
*
*
* string URL = 1;
* @return This builder for chaining.
*/
public Builder clearURL() {
uRL_ = getDefaultInstance().getURL();
onChanged();
return this;
}
/**
*
*播放地址
*
*
* string URL = 1;
* @param value The bytes for uRL to set.
* @return This builder for chaining.
*/
public Builder setURLBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
uRL_ = value;
onChanged();
return this;
}
private Object cDN_ = "";
/**
*
* CDN类型:fcdn、hw、ws、ali
*
*
* string CDN = 2;
* @return The cDN.
*/
public String getCDN() {
Object ref = cDN_;
if (!(ref instanceof String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
cDN_ = s;
return s;
} else {
return (String) ref;
}
}
/**
*
* CDN类型:fcdn、hw、ws、ali
*
*
* string CDN = 2;
* @return The bytes for cDN.
*/
public com.google.protobuf.ByteString
getCDNBytes() {
Object ref = cDN_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(String) ref);
cDN_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* CDN类型:fcdn、hw、ws、ali
*
*
* string CDN = 2;
* @param value The cDN to set.
* @return This builder for chaining.
*/
public Builder setCDN(
String value) {
if (value == null) {
throw new NullPointerException();
}
cDN_ = value;
onChanged();
return this;
}
/**
*
* CDN类型:fcdn、hw、ws、ali
*
*
* string CDN = 2;
* @return This builder for chaining.
*/
public Builder clearCDN() {
cDN_ = getDefaultInstance().getCDN();
onChanged();
return this;
}
/**
*
* CDN类型:fcdn、hw、ws、ali
*
*
* string CDN = 2;
* @param value The bytes for cDN to set.
* @return This builder for chaining.
*/
public Builder setCDNBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
cDN_ = value;
onChanged();
return this;
}
private Object protocol_ = "";
/**
*
*协议类型:hls、rtmp、flv、udp
*
*
* string Protocol = 3;
* @return The protocol.
*/
public String getProtocol() {
Object ref = protocol_;
if (!(ref instanceof String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
protocol_ = s;
return s;
} else {
return (String) ref;
}
}
/**
*
*协议类型:hls、rtmp、flv、udp
*
*
* string Protocol = 3;
* @return The bytes for protocol.
*/
public com.google.protobuf.ByteString
getProtocolBytes() {
Object ref = protocol_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(String) ref);
protocol_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*协议类型:hls、rtmp、flv、udp
*
*
* string Protocol = 3;
* @param value The protocol to set.
* @return This builder for chaining.
*/
public Builder setProtocol(
String value) {
if (value == null) {
throw new NullPointerException();
}
protocol_ = value;
onChanged();
return this;
}
/**
*
*协议类型:hls、rtmp、flv、udp
*
*
* string Protocol = 3;
* @return This builder for chaining.
*/
public Builder clearProtocol() {
protocol_ = getDefaultInstance().getProtocol();
onChanged();
return this;
}
/**
*
*协议类型:hls、rtmp、flv、udp
*
*
* string Protocol = 3;
* @param value The bytes for protocol to set.
* @return This builder for chaining.
*/
public Builder setProtocolBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
protocol_ = value;
onChanged();
return this;
}
private Object type_ = "";
/**
*
*地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
*
*
* string Type = 4;
* @return The type.
*/
public String getType() {
Object ref = type_;
if (!(ref instanceof String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
type_ = s;
return s;
} else {
return (String) ref;
}
}
/**
*
*地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
*
*
* string Type = 4;
* @return The bytes for type.
*/
public com.google.protobuf.ByteString
getTypeBytes() {
Object ref = type_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(String) ref);
type_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
*
*
* string Type = 4;
* @param value The type to set.
* @return This builder for chaining.
*/
public Builder setType(
String value) {
if (value == null) {
throw new NullPointerException();
}
type_ = value;
onChanged();
return this;
}
/**
*
*地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
*
*
* string Type = 4;
* @return This builder for chaining.
*/
public Builder clearType() {
type_ = getDefaultInstance().getType();
onChanged();
return this;
}
/**
*
*地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
*
*
* string Type = 4;
* @param value The bytes for type to set.
* @return This builder for chaining.
*/
public Builder setTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
type_ = value;
onChanged();
return this;
}
@Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:Volcengine.Live.Models.Business.PlayURL)
}
// @@protoc_insertion_point(class_scope:Volcengine.Live.Models.Business.PlayURL)
private static final PlayURL DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new PlayURL();
}
public static PlayURL getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@Override
public PlayURL parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new PlayURL(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@Override
public PlayURL getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy