com.google.ads.googleads.v10.resources.VideoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/video.proto
package com.google.ads.googleads.v10.resources;
public interface VideoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.Video)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the video.
* Video resource names have the form:
* `customers/{customer_id}/videos/{video_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Output only. The resource name of the video.
* Video resource names have the form:
* `customers/{customer_id}/videos/{video_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The ID of the video.
*
*
* optional string id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
* Output only. The ID of the video.
*
*
* optional string id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
java.lang.String getId();
/**
*
* Output only. The ID of the video.
*
*
* optional string id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
* Output only. The owner channel id of the video.
*
*
* optional string channel_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the channelId field is set.
*/
boolean hasChannelId();
/**
*
* Output only. The owner channel id of the video.
*
*
* optional string channel_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The channelId.
*/
java.lang.String getChannelId();
/**
*
* Output only. The owner channel id of the video.
*
*
* optional string channel_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for channelId.
*/
com.google.protobuf.ByteString
getChannelIdBytes();
/**
*
* Output only. The duration of the video in milliseconds.
*
*
* optional int64 duration_millis = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the durationMillis field is set.
*/
boolean hasDurationMillis();
/**
*
* Output only. The duration of the video in milliseconds.
*
*
* optional int64 duration_millis = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The durationMillis.
*/
long getDurationMillis();
/**
*
* Output only. The title of the video.
*
*
* optional string title = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the title field is set.
*/
boolean hasTitle();
/**
*
* Output only. The title of the video.
*
*
* optional string title = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The title.
*/
java.lang.String getTitle();
/**
*
* Output only. The title of the video.
*
*
* optional string title = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy