- 0.78.0 (latest)
- 0.76.0
- 0.75.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.70.0
- 0.68.0
- 0.67.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.6
- 0.1.2
public static final class Companion.Builder extends GeneratedMessageV3.Builder<Companion.Builder> implements CompanionOrBuilderMetadata for a companion.
Protobuf type google.cloud.video.stitcher.v1.Companion
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Companion.BuilderImplements
CompanionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllEvents(Iterable<? extends Event> values)
public Companion.Builder addAllEvents(Iterable<? extends Event> values)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| values | Iterable<? extends com.google.cloud.video.stitcher.v1.Event> |
| Type | Description |
| Companion.Builder |
addEvents(Event value)
public Companion.Builder addEvents(Event value)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| value | Event |
| Type | Description |
| Companion.Builder |
addEvents(Event.Builder builderForValue)
public Companion.Builder addEvents(Event.Builder builderForValue)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| builderForValue | Event.Builder |
| Type | Description |
| Companion.Builder |
addEvents(int index, Event value)
public Companion.Builder addEvents(int index, Event value)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| index | int |
| value | Event |
| Type | Description |
| Companion.Builder |
addEvents(int index, Event.Builder builderForValue)
public Companion.Builder addEvents(int index, Event.Builder builderForValue)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| index | int |
| builderForValue | Event.Builder |
| Type | Description |
| Companion.Builder |
addEventsBuilder()
public Event.Builder addEventsBuilder()The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Type | Description |
| Event.Builder |
addEventsBuilder(int index)
public Event.Builder addEventsBuilder(int index)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| index | int |
| Type | Description |
| Event.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Companion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Companion.Builder |
build()
public Companion build()| Type | Description |
| Companion |
buildPartial()
public Companion buildPartial()| Type | Description |
| Companion |
clear()
public Companion.Builder clear()| Type | Description |
| Companion.Builder |
clearAdResource()
public Companion.Builder clearAdResource()| Type | Description |
| Companion.Builder |
clearAdSlotId()
public Companion.Builder clearAdSlotId()The ID used to identify the desired placement on a publisher's page. Values to be used should be discussed between publishers and advertisers.
string ad_slot_id = 8;
| Type | Description |
| Companion.Builder | This builder for chaining. |
clearApiFramework()
public Companion.Builder clearApiFramework()The API necessary to communicate with the creative if available.
string api_framework = 1;
| Type | Description |
| Companion.Builder | This builder for chaining. |
clearAssetHeightPx()
public Companion.Builder clearAssetHeightPx()The pixel height of the creative.
int32 asset_height_px = 4;
| Type | Description |
| Companion.Builder | This builder for chaining. |
clearAssetWidthPx()
public Companion.Builder clearAssetWidthPx()The pixel width of the creative.
int32 asset_width_px = 6;
| Type | Description |
| Companion.Builder | This builder for chaining. |
clearEvents()
public Companion.Builder clearEvents()The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Type | Description |
| Companion.Builder |
clearExpandedHeightPx()
public Companion.Builder clearExpandedHeightPx()The maximum pixel height of the creative in its expanded state.
int32 expanded_height_px = 5;
| Type | Description |
| Companion.Builder | This builder for chaining. |
clearExpandedWidthPx()
public Companion.Builder clearExpandedWidthPx()The maximum pixel width of the creative in its expanded state.
int32 expanded_width_px = 7;
| Type | Description |
| Companion.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Companion.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| Companion.Builder |
clearHeightPx()
public Companion.Builder clearHeightPx()The pixel height of the placement slot for the intended creative.
int32 height_px = 2;
| Type | Description |
| Companion.Builder | This builder for chaining. |
clearHtmlAdResource()
public Companion.Builder clearHtmlAdResource()The HTML ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.HtmlAdResource html_ad_resource = 12;
| Type | Description |
| Companion.Builder |
clearIframeAdResource()
public Companion.Builder clearIframeAdResource()The IFrame ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.IframeAdResource iframe_ad_resource = 10;
| Type | Description |
| Companion.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Companion.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| Companion.Builder |
clearStaticAdResource()
public Companion.Builder clearStaticAdResource()The static ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.StaticAdResource static_ad_resource = 11;
| Type | Description |
| Companion.Builder |
clearWidthPx()
public Companion.Builder clearWidthPx()The pixel width of the placement slot for the intended creative.
int32 width_px = 3;
| Type | Description |
| Companion.Builder | This builder for chaining. |
clone()
public Companion.Builder clone()| Type | Description |
| Companion.Builder |
getAdResourceCase()
public Companion.AdResourceCase getAdResourceCase()| Type | Description |
| Companion.AdResourceCase |
getAdSlotId()
public String getAdSlotId()The ID used to identify the desired placement on a publisher's page. Values to be used should be discussed between publishers and advertisers.
string ad_slot_id = 8;
| Type | Description |
| String | The adSlotId. |
getAdSlotIdBytes()
public ByteString getAdSlotIdBytes()The ID used to identify the desired placement on a publisher's page. Values to be used should be discussed between publishers and advertisers.
string ad_slot_id = 8;
| Type | Description |
| ByteString | The bytes for adSlotId. |
getApiFramework()
public String getApiFramework()The API necessary to communicate with the creative if available.
string api_framework = 1;
| Type | Description |
| String | The apiFramework. |
getApiFrameworkBytes()
public ByteString getApiFrameworkBytes()The API necessary to communicate with the creative if available.
string api_framework = 1;
| Type | Description |
| ByteString | The bytes for apiFramework. |
getAssetHeightPx()
public int getAssetHeightPx()The pixel height of the creative.
int32 asset_height_px = 4;
| Type | Description |
| int | The assetHeightPx. |
getAssetWidthPx()
public int getAssetWidthPx()The pixel width of the creative.
int32 asset_width_px = 6;
| Type | Description |
| int | The assetWidthPx. |
getDefaultInstanceForType()
public Companion getDefaultInstanceForType()| Type | Description |
| Companion |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getEvents(int index)
public Event getEvents(int index)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| index | int |
| Type | Description |
| Event |
getEventsBuilder(int index)
public Event.Builder getEventsBuilder(int index)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| index | int |
| Type | Description |
| Event.Builder |
getEventsBuilderList()
public List<Event.Builder> getEventsBuilderList()The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Type | Description |
| List<Builder> |
getEventsCount()
public int getEventsCount()The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Type | Description |
| int |
getEventsList()
public List<Event> getEventsList()The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Type | Description |
| List<Event> |
getEventsOrBuilder(int index)
public EventOrBuilder getEventsOrBuilder(int index)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| index | int |
| Type | Description |
| EventOrBuilder |
getEventsOrBuilderList()
public List<? extends EventOrBuilder> getEventsOrBuilderList()The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Type | Description |
| List<? extends com.google.cloud.video.stitcher.v1.EventOrBuilder> |
getExpandedHeightPx()
public int getExpandedHeightPx()The maximum pixel height of the creative in its expanded state.
int32 expanded_height_px = 5;
| Type | Description |
| int | The expandedHeightPx. |
getExpandedWidthPx()
public int getExpandedWidthPx()The maximum pixel width of the creative in its expanded state.
int32 expanded_width_px = 7;
| Type | Description |
| int | The expandedWidthPx. |
getHeightPx()
public int getHeightPx()The pixel height of the placement slot for the intended creative.
int32 height_px = 2;
| Type | Description |
| int | The heightPx. |
getHtmlAdResource()
public HtmlAdResource getHtmlAdResource()The HTML ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.HtmlAdResource html_ad_resource = 12;
| Type | Description |
| HtmlAdResource | The htmlAdResource. |
getHtmlAdResourceBuilder()
public HtmlAdResource.Builder getHtmlAdResourceBuilder()The HTML ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.HtmlAdResource html_ad_resource = 12;
| Type | Description |
| HtmlAdResource.Builder |
getHtmlAdResourceOrBuilder()
public HtmlAdResourceOrBuilder getHtmlAdResourceOrBuilder()The HTML ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.HtmlAdResource html_ad_resource = 12;
| Type | Description |
| HtmlAdResourceOrBuilder |
getIframeAdResource()
public IframeAdResource getIframeAdResource()The IFrame ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.IframeAdResource iframe_ad_resource = 10;
| Type | Description |
| IframeAdResource | The iframeAdResource. |
getIframeAdResourceBuilder()
public IframeAdResource.Builder getIframeAdResourceBuilder()The IFrame ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.IframeAdResource iframe_ad_resource = 10;
| Type | Description |
| IframeAdResource.Builder |
getIframeAdResourceOrBuilder()
public IframeAdResourceOrBuilder getIframeAdResourceOrBuilder()The IFrame ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.IframeAdResource iframe_ad_resource = 10;
| Type | Description |
| IframeAdResourceOrBuilder |
getStaticAdResource()
public StaticAdResource getStaticAdResource()The static ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.StaticAdResource static_ad_resource = 11;
| Type | Description |
| StaticAdResource | The staticAdResource. |
getStaticAdResourceBuilder()
public StaticAdResource.Builder getStaticAdResourceBuilder()The static ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.StaticAdResource static_ad_resource = 11;
| Type | Description |
| StaticAdResource.Builder |
getStaticAdResourceOrBuilder()
public StaticAdResourceOrBuilder getStaticAdResourceOrBuilder()The static ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.StaticAdResource static_ad_resource = 11;
| Type | Description |
| StaticAdResourceOrBuilder |
getWidthPx()
public int getWidthPx()The pixel width of the placement slot for the intended creative.
int32 width_px = 3;
| Type | Description |
| int | The widthPx. |
hasHtmlAdResource()
public boolean hasHtmlAdResource()The HTML ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.HtmlAdResource html_ad_resource = 12;
| Type | Description |
| boolean | Whether the htmlAdResource field is set. |
hasIframeAdResource()
public boolean hasIframeAdResource()The IFrame ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.IframeAdResource iframe_ad_resource = 10;
| Type | Description |
| boolean | Whether the iframeAdResource field is set. |
hasStaticAdResource()
public boolean hasStaticAdResource()The static ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.StaticAdResource static_ad_resource = 11;
| Type | Description |
| boolean | Whether the staticAdResource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(Companion other)
public Companion.Builder mergeFrom(Companion other)| Name | Description |
| other | Companion |
| Type | Description |
| Companion.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Companion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| Companion.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public Companion.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| Companion.Builder |
mergeHtmlAdResource(HtmlAdResource value)
public Companion.Builder mergeHtmlAdResource(HtmlAdResource value)The HTML ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.HtmlAdResource html_ad_resource = 12;
| Name | Description |
| value | HtmlAdResource |
| Type | Description |
| Companion.Builder |
mergeIframeAdResource(IframeAdResource value)
public Companion.Builder mergeIframeAdResource(IframeAdResource value)The IFrame ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.IframeAdResource iframe_ad_resource = 10;
| Name | Description |
| value | IframeAdResource |
| Type | Description |
| Companion.Builder |
mergeStaticAdResource(StaticAdResource value)
public Companion.Builder mergeStaticAdResource(StaticAdResource value)The static ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.StaticAdResource static_ad_resource = 11;
| Name | Description |
| value | StaticAdResource |
| Type | Description |
| Companion.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Companion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Companion.Builder |
removeEvents(int index)
public Companion.Builder removeEvents(int index)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| index | int |
| Type | Description |
| Companion.Builder |
setAdSlotId(String value)
public Companion.Builder setAdSlotId(String value)The ID used to identify the desired placement on a publisher's page. Values to be used should be discussed between publishers and advertisers.
string ad_slot_id = 8;
| Name | Description |
| value | StringThe adSlotId to set. |
| Type | Description |
| Companion.Builder | This builder for chaining. |
setAdSlotIdBytes(ByteString value)
public Companion.Builder setAdSlotIdBytes(ByteString value)The ID used to identify the desired placement on a publisher's page. Values to be used should be discussed between publishers and advertisers.
string ad_slot_id = 8;
| Name | Description |
| value | ByteStringThe bytes for adSlotId to set. |
| Type | Description |
| Companion.Builder | This builder for chaining. |
setApiFramework(String value)
public Companion.Builder setApiFramework(String value)The API necessary to communicate with the creative if available.
string api_framework = 1;
| Name | Description |
| value | StringThe apiFramework to set. |
| Type | Description |
| Companion.Builder | This builder for chaining. |
setApiFrameworkBytes(ByteString value)
public Companion.Builder setApiFrameworkBytes(ByteString value)The API necessary to communicate with the creative if available.
string api_framework = 1;
| Name | Description |
| value | ByteStringThe bytes for apiFramework to set. |
| Type | Description |
| Companion.Builder | This builder for chaining. |
setAssetHeightPx(int value)
public Companion.Builder setAssetHeightPx(int value)The pixel height of the creative.
int32 asset_height_px = 4;
| Name | Description |
| value | intThe assetHeightPx to set. |
| Type | Description |
| Companion.Builder | This builder for chaining. |
setAssetWidthPx(int value)
public Companion.Builder setAssetWidthPx(int value)The pixel width of the creative.
int32 asset_width_px = 6;
| Name | Description |
| value | intThe assetWidthPx to set. |
| Type | Description |
| Companion.Builder | This builder for chaining. |
setEvents(int index, Event value)
public Companion.Builder setEvents(int index, Event value)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| index | int |
| value | Event |
| Type | Description |
| Companion.Builder |
setEvents(int index, Event.Builder builderForValue)
public Companion.Builder setEvents(int index, Event.Builder builderForValue)The list of tracking events for the companion.
repeated .google.cloud.video.stitcher.v1.Event events = 9;
| Name | Description |
| index | int |
| builderForValue | Event.Builder |
| Type | Description |
| Companion.Builder |
setExpandedHeightPx(int value)
public Companion.Builder setExpandedHeightPx(int value)The maximum pixel height of the creative in its expanded state.
int32 expanded_height_px = 5;
| Name | Description |
| value | intThe expandedHeightPx to set. |
| Type | Description |
| Companion.Builder | This builder for chaining. |
setExpandedWidthPx(int value)
public Companion.Builder setExpandedWidthPx(int value)The maximum pixel width of the creative in its expanded state.
int32 expanded_width_px = 7;
| Name | Description |
| value | intThe expandedWidthPx to set. |
| Type | Description |
| Companion.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Companion.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| Companion.Builder |
setHeightPx(int value)
public Companion.Builder setHeightPx(int value)The pixel height of the placement slot for the intended creative.
int32 height_px = 2;
| Name | Description |
| value | intThe heightPx to set. |
| Type | Description |
| Companion.Builder | This builder for chaining. |
setHtmlAdResource(HtmlAdResource value)
public Companion.Builder setHtmlAdResource(HtmlAdResource value)The HTML ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.HtmlAdResource html_ad_resource = 12;
| Name | Description |
| value | HtmlAdResource |
| Type | Description |
| Companion.Builder |
setHtmlAdResource(HtmlAdResource.Builder builderForValue)
public Companion.Builder setHtmlAdResource(HtmlAdResource.Builder builderForValue)The HTML ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.HtmlAdResource html_ad_resource = 12;
| Name | Description |
| builderForValue | HtmlAdResource.Builder |
| Type | Description |
| Companion.Builder |
setIframeAdResource(IframeAdResource value)
public Companion.Builder setIframeAdResource(IframeAdResource value)The IFrame ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.IframeAdResource iframe_ad_resource = 10;
| Name | Description |
| value | IframeAdResource |
| Type | Description |
| Companion.Builder |
setIframeAdResource(IframeAdResource.Builder builderForValue)
public Companion.Builder setIframeAdResource(IframeAdResource.Builder builderForValue)The IFrame ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.IframeAdResource iframe_ad_resource = 10;
| Name | Description |
| builderForValue | IframeAdResource.Builder |
| Type | Description |
| Companion.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Companion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| Companion.Builder |
setStaticAdResource(StaticAdResource value)
public Companion.Builder setStaticAdResource(StaticAdResource value)The static ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.StaticAdResource static_ad_resource = 11;
| Name | Description |
| value | StaticAdResource |
| Type | Description |
| Companion.Builder |
setStaticAdResource(StaticAdResource.Builder builderForValue)
public Companion.Builder setStaticAdResource(StaticAdResource.Builder builderForValue)The static ad resource associated with the companion ad.
.google.cloud.video.stitcher.v1.StaticAdResource static_ad_resource = 11;
| Name | Description |
| builderForValue | StaticAdResource.Builder |
| Type | Description |
| Companion.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Companion.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| Companion.Builder |
setWidthPx(int value)
public Companion.Builder setWidthPx(int value)The pixel width of the placement slot for the intended creative.
int32 width_px = 3;
| Name | Description |
| value | intThe widthPx to set. |
| Type | Description |
| Companion.Builder | This builder for chaining. |