Interface ProductVideoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProductVideo,ProductVideo.Builder
public interface ProductVideoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetProductVideo()The MediaFile resource name of a video which must be hosted on YouTube.com.google.protobuf.ByteStringgetProductVideoBytes()The MediaFile resource name of a video which must be hosted on YouTube.booleanhasProductVideo()The MediaFile resource name of a video which must be hosted on YouTube.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProductVideo
boolean hasProductVideo()
The MediaFile resource name of a video which must be hosted on YouTube.
optional string product_video = 2;- Returns:
- Whether the productVideo field is set.
-
getProductVideo
java.lang.String getProductVideo()
The MediaFile resource name of a video which must be hosted on YouTube.
optional string product_video = 2;- Returns:
- The productVideo.
-
getProductVideoBytes
com.google.protobuf.ByteString getProductVideoBytes()
The MediaFile resource name of a video which must be hosted on YouTube.
optional string product_video = 2;- Returns:
- The bytes for productVideo.
-
-