com.google.ads.googleads.v17.resources.MediaVideo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/media_file.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
/**
*
* Encapsulates a Video.
*
*
* Protobuf type {@code google.ads.googleads.v17.resources.MediaVideo}
*/
public final class MediaVideo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.ads.googleads.v17.resources.MediaVideo)
MediaVideoOrBuilder {
private static final long serialVersionUID = 0L;
// Use MediaVideo.newBuilder() to construct.
private MediaVideo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MediaVideo() {
youtubeVideoId_ = "";
advertisingIdCode_ = "";
isciCode_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new MediaVideo();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.resources.MediaFileProto.internal_static_google_ads_googleads_v17_resources_MediaVideo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.resources.MediaFileProto.internal_static_google_ads_googleads_v17_resources_MediaVideo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.resources.MediaVideo.class, com.google.ads.googleads.v17.resources.MediaVideo.Builder.class);
}
private int bitField0_;
public static final int AD_DURATION_MILLIS_FIELD_NUMBER = 5;
private long adDurationMillis_ = 0L;
/**
*
* Output only. The duration of the Video in milliseconds.
*
*
* optional int64 ad_duration_millis = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the adDurationMillis field is set.
*/
@java.lang.Override
public boolean hasAdDurationMillis() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
* Output only. The duration of the Video in milliseconds.
*
*
* optional int64 ad_duration_millis = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The adDurationMillis.
*/
@java.lang.Override
public long getAdDurationMillis() {
return adDurationMillis_;
}
public static final int YOUTUBE_VIDEO_ID_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object youtubeVideoId_ = "";
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the youtubeVideoId field is set.
*/
@java.lang.Override
public boolean hasYoutubeVideoId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return The youtubeVideoId.
*/
@java.lang.Override
public java.lang.String getYoutubeVideoId() {
java.lang.Object ref = youtubeVideoId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
youtubeVideoId_ = s;
return s;
}
}
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return The bytes for youtubeVideoId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getYoutubeVideoIdBytes() {
java.lang.Object ref = youtubeVideoId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
youtubeVideoId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ADVERTISING_ID_CODE_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object advertisingIdCode_ = "";
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the advertisingIdCode field is set.
*/
@java.lang.Override
public boolean hasAdvertisingIdCode() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The advertisingIdCode.
*/
@java.lang.Override
public java.lang.String getAdvertisingIdCode() {
java.lang.Object ref = advertisingIdCode_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
advertisingIdCode_ = s;
return s;
}
}
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for advertisingIdCode.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAdvertisingIdCodeBytes() {
java.lang.Object ref = advertisingIdCode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
advertisingIdCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ISCI_CODE_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object isciCode_ = "";
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the isciCode field is set.
*/
@java.lang.Override
public boolean hasIsciCode() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The isciCode.
*/
@java.lang.Override
public java.lang.String getIsciCode() {
java.lang.Object ref = isciCode_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
isciCode_ = s;
return s;
}
}
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for isciCode.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIsciCodeBytes() {
java.lang.Object ref = isciCode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
isciCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeInt64(5, adDurationMillis_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, youtubeVideoId_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, advertisingIdCode_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, isciCode_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(5, adDurationMillis_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, youtubeVideoId_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, advertisingIdCode_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, isciCode_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.ads.googleads.v17.resources.MediaVideo)) {
return super.equals(obj);
}
com.google.ads.googleads.v17.resources.MediaVideo other = (com.google.ads.googleads.v17.resources.MediaVideo) obj;
if (hasAdDurationMillis() != other.hasAdDurationMillis()) return false;
if (hasAdDurationMillis()) {
if (getAdDurationMillis()
!= other.getAdDurationMillis()) return false;
}
if (hasYoutubeVideoId() != other.hasYoutubeVideoId()) return false;
if (hasYoutubeVideoId()) {
if (!getYoutubeVideoId()
.equals(other.getYoutubeVideoId())) return false;
}
if (hasAdvertisingIdCode() != other.hasAdvertisingIdCode()) return false;
if (hasAdvertisingIdCode()) {
if (!getAdvertisingIdCode()
.equals(other.getAdvertisingIdCode())) return false;
}
if (hasIsciCode() != other.hasIsciCode()) return false;
if (hasIsciCode()) {
if (!getIsciCode()
.equals(other.getIsciCode())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasAdDurationMillis()) {
hash = (37 * hash) + AD_DURATION_MILLIS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getAdDurationMillis());
}
if (hasYoutubeVideoId()) {
hash = (37 * hash) + YOUTUBE_VIDEO_ID_FIELD_NUMBER;
hash = (53 * hash) + getYoutubeVideoId().hashCode();
}
if (hasAdvertisingIdCode()) {
hash = (37 * hash) + ADVERTISING_ID_CODE_FIELD_NUMBER;
hash = (53 * hash) + getAdvertisingIdCode().hashCode();
}
if (hasIsciCode()) {
hash = (37 * hash) + ISCI_CODE_FIELD_NUMBER;
hash = (53 * hash) + getIsciCode().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.ads.googleads.v17.resources.MediaVideo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.resources.MediaVideo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v17.resources.MediaVideo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.resources.MediaVideo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v17.resources.MediaVideo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.resources.MediaVideo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v17.resources.MediaVideo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.resources.MediaVideo 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 com.google.ads.googleads.v17.resources.MediaVideo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.resources.MediaVideo 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 com.google.ads.googleads.v17.resources.MediaVideo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.resources.MediaVideo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.google.ads.googleads.v17.resources.MediaVideo prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* Encapsulates a Video.
*
*
* Protobuf type {@code google.ads.googleads.v17.resources.MediaVideo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.resources.MediaVideo)
com.google.ads.googleads.v17.resources.MediaVideoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.resources.MediaFileProto.internal_static_google_ads_googleads_v17_resources_MediaVideo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.resources.MediaFileProto.internal_static_google_ads_googleads_v17_resources_MediaVideo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.resources.MediaVideo.class, com.google.ads.googleads.v17.resources.MediaVideo.Builder.class);
}
// Construct using com.google.ads.googleads.v17.resources.MediaVideo.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
adDurationMillis_ = 0L;
youtubeVideoId_ = "";
advertisingIdCode_ = "";
isciCode_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.google.ads.googleads.v17.resources.MediaFileProto.internal_static_google_ads_googleads_v17_resources_MediaVideo_descriptor;
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.MediaVideo getDefaultInstanceForType() {
return com.google.ads.googleads.v17.resources.MediaVideo.getDefaultInstance();
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.MediaVideo build() {
com.google.ads.googleads.v17.resources.MediaVideo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.MediaVideo buildPartial() {
com.google.ads.googleads.v17.resources.MediaVideo result = new com.google.ads.googleads.v17.resources.MediaVideo(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.google.ads.googleads.v17.resources.MediaVideo result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.adDurationMillis_ = adDurationMillis_;
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.youtubeVideoId_ = youtubeVideoId_;
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.advertisingIdCode_ = advertisingIdCode_;
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.isciCode_ = isciCode_;
to_bitField0_ |= 0x00000008;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.ads.googleads.v17.resources.MediaVideo) {
return mergeFrom((com.google.ads.googleads.v17.resources.MediaVideo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.ads.googleads.v17.resources.MediaVideo other) {
if (other == com.google.ads.googleads.v17.resources.MediaVideo.getDefaultInstance()) return this;
if (other.hasAdDurationMillis()) {
setAdDurationMillis(other.getAdDurationMillis());
}
if (other.hasYoutubeVideoId()) {
youtubeVideoId_ = other.youtubeVideoId_;
bitField0_ |= 0x00000002;
onChanged();
}
if (other.hasAdvertisingIdCode()) {
advertisingIdCode_ = other.advertisingIdCode_;
bitField0_ |= 0x00000004;
onChanged();
}
if (other.hasIsciCode()) {
isciCode_ = other.isciCode_;
bitField0_ |= 0x00000008;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 40: {
adDurationMillis_ = input.readInt64();
bitField0_ |= 0x00000001;
break;
} // case 40
case 50: {
youtubeVideoId_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case 50
case 58: {
advertisingIdCode_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000004;
break;
} // case 58
case 66: {
isciCode_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000008;
break;
} // case 66
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private long adDurationMillis_ ;
/**
*
* Output only. The duration of the Video in milliseconds.
*
*
* optional int64 ad_duration_millis = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the adDurationMillis field is set.
*/
@java.lang.Override
public boolean hasAdDurationMillis() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
* Output only. The duration of the Video in milliseconds.
*
*
* optional int64 ad_duration_millis = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The adDurationMillis.
*/
@java.lang.Override
public long getAdDurationMillis() {
return adDurationMillis_;
}
/**
*
* Output only. The duration of the Video in milliseconds.
*
*
* optional int64 ad_duration_millis = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The adDurationMillis to set.
* @return This builder for chaining.
*/
public Builder setAdDurationMillis(long value) {
adDurationMillis_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
* Output only. The duration of the Video in milliseconds.
*
*
* optional int64 ad_duration_millis = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearAdDurationMillis() {
bitField0_ = (bitField0_ & ~0x00000001);
adDurationMillis_ = 0L;
onChanged();
return this;
}
private java.lang.Object youtubeVideoId_ = "";
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the youtubeVideoId field is set.
*/
public boolean hasYoutubeVideoId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return The youtubeVideoId.
*/
public java.lang.String getYoutubeVideoId() {
java.lang.Object ref = youtubeVideoId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
youtubeVideoId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return The bytes for youtubeVideoId.
*/
public com.google.protobuf.ByteString
getYoutubeVideoIdBytes() {
java.lang.Object ref = youtubeVideoId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
youtubeVideoId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @param value The youtubeVideoId to set.
* @return This builder for chaining.
*/
public Builder setYoutubeVideoId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
youtubeVideoId_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return This builder for chaining.
*/
public Builder clearYoutubeVideoId() {
youtubeVideoId_ = getDefaultInstance().getYoutubeVideoId();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @param value The bytes for youtubeVideoId to set.
* @return This builder for chaining.
*/
public Builder setYoutubeVideoIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
youtubeVideoId_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object advertisingIdCode_ = "";
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the advertisingIdCode field is set.
*/
public boolean hasAdvertisingIdCode() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The advertisingIdCode.
*/
public java.lang.String getAdvertisingIdCode() {
java.lang.Object ref = advertisingIdCode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
advertisingIdCode_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for advertisingIdCode.
*/
public com.google.protobuf.ByteString
getAdvertisingIdCodeBytes() {
java.lang.Object ref = advertisingIdCode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
advertisingIdCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The advertisingIdCode to set.
* @return This builder for chaining.
*/
public Builder setAdvertisingIdCode(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
advertisingIdCode_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearAdvertisingIdCode() {
advertisingIdCode_ = getDefaultInstance().getAdvertisingIdCode();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The bytes for advertisingIdCode to set.
* @return This builder for chaining.
*/
public Builder setAdvertisingIdCodeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
advertisingIdCode_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object isciCode_ = "";
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the isciCode field is set.
*/
public boolean hasIsciCode() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The isciCode.
*/
public java.lang.String getIsciCode() {
java.lang.Object ref = isciCode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
isciCode_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for isciCode.
*/
public com.google.protobuf.ByteString
getIsciCodeBytes() {
java.lang.Object ref = isciCode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
isciCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The isciCode to set.
* @return This builder for chaining.
*/
public Builder setIsciCode(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
isciCode_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearIsciCode() {
isciCode_ = getDefaultInstance().getIsciCode();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The bytes for isciCode to set.
* @return This builder for chaining.
*/
public Builder setIsciCodeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
isciCode_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.ads.googleads.v17.resources.MediaVideo)
}
// @@protoc_insertion_point(class_scope:google.ads.googleads.v17.resources.MediaVideo)
private static final com.google.ads.googleads.v17.resources.MediaVideo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.ads.googleads.v17.resources.MediaVideo();
}
public static com.google.ads.googleads.v17.resources.MediaVideo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public MediaVideo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.MediaVideo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy