public static final class VodSession.GamSettings.Builder extends GeneratedMessage.Builder<VodSession.GamSettings.Builder> implements VodSession.GamSettingsOrBuilderDefines fields related to Google Ad Manager (GAM). This should be set if GAM is being used for ads.
Protobuf type google.cloud.video.stitcher.v1.VodSession.GamSettings
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > VodSession.GamSettings.BuilderImplements
VodSession.GamSettingsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public VodSession.GamSettings build()| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings |
|
buildPartial()
public VodSession.GamSettings buildPartial()| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings |
|
clear()
public VodSession.GamSettings.Builder clear()| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings.Builder |
|
clearNetworkCode()
public VodSession.GamSettings.Builder clearNetworkCode()Required. Ad Manager network code.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings.Builder |
This builder for chaining. |
clearStreamId()
public VodSession.GamSettings.Builder clearStreamId()Required. The stream ID generated by Ad Manager.
string stream_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public VodSession.GamSettings getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNetworkCode()
public String getNetworkCode()Required. Ad Manager network code.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The networkCode. |
getNetworkCodeBytes()
public ByteString getNetworkCodeBytes()Required. Ad Manager network code.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for networkCode. |
getStreamId()
public String getStreamId()Required. The stream ID generated by Ad Manager.
string stream_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The streamId. |
getStreamIdBytes()
public ByteString getStreamIdBytes()Required. The stream ID generated by Ad Manager.
string stream_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for streamId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(VodSession.GamSettings other)
public VodSession.GamSettings.Builder mergeFrom(VodSession.GamSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
VodSession.GamSettings |
| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VodSession.GamSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public VodSession.GamSettings.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings.Builder |
|
setNetworkCode(String value)
public VodSession.GamSettings.Builder setNetworkCode(String value)Required. Ad Manager network code.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe networkCode to set. |
| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings.Builder |
This builder for chaining. |
setNetworkCodeBytes(ByteString value)
public VodSession.GamSettings.Builder setNetworkCodeBytes(ByteString value)Required. Ad Manager network code.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for networkCode to set. |
| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings.Builder |
This builder for chaining. |
setStreamId(String value)
public VodSession.GamSettings.Builder setStreamId(String value)Required. The stream ID generated by Ad Manager.
string stream_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe streamId to set. |
| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings.Builder |
This builder for chaining. |
setStreamIdBytes(ByteString value)
public VodSession.GamSettings.Builder setStreamIdBytes(ByteString value)Required. The stream ID generated by Ad Manager.
string stream_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for streamId to set. |
| Returns | |
|---|---|
| Type | Description |
VodSession.GamSettings.Builder |
This builder for chaining. |