public final class SourceContentConfig extends GeneratedMessage implements SourceContentConfigOrBuilder
Parameters about this CDN config as a source of content. This
facilitates fetching the original content for conditioning and delivering the
original content as part of a modified stream.
Protobuf type google.ads.admanager.v1.SourceContentConfig
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
DEFAULT_DELIVERY_SETTINGS_FIELD_NUMBER
public static final int DEFAULT_DELIVERY_SETTINGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INGEST_SETTINGS_FIELD_NUMBER
public static final int INGEST_SETTINGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SourceContentConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SourceContentConfig.Builder newBuilder()
newBuilder(SourceContentConfig prototype)
public static SourceContentConfig.Builder newBuilder(SourceContentConfig prototype)
parseDelimitedFrom(InputStream input)
public static SourceContentConfig parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SourceContentConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SourceContentConfig parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SourceContentConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SourceContentConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SourceContentConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static SourceContentConfig parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SourceContentConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static SourceContentConfig parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SourceContentConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SourceContentConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SourceContentConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SourceContentConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultDeliverySettings()
public MediaLocation getDefaultDeliverySettings()
Required. Default config for how DAI should deliver the non-modified media
segments. At delivery time, we replace the ingest location's URL prefix
with the delivery location's URL prefix and use the security policy from
the delivery settings to determine how DAI needs to deliver the media so
that users can access it. This value is required for a valid source content
config.
.google.ads.admanager.v1.MediaLocation default_delivery_settings = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
MediaLocation |
The defaultDeliverySettings.
|
getDefaultDeliverySettingsOrBuilder()
public MediaLocationOrBuilder getDefaultDeliverySettingsOrBuilder()
Required. Default config for how DAI should deliver the non-modified media
segments. At delivery time, we replace the ingest location's URL prefix
with the delivery location's URL prefix and use the security policy from
the delivery settings to determine how DAI needs to deliver the media so
that users can access it. This value is required for a valid source content
config.
.google.ads.admanager.v1.MediaLocation default_delivery_settings = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public SourceContentConfig getDefaultInstanceForType()
getIngestSettings()
public MediaLocation getIngestSettings()
Required. Config for how DAI should ingest media. At ingest time, we match
the URL prefix of media in a stream's playlist with an ingest location and
use the authentication credentials from the corresponding ingest settings
to download the media. This value is required for a valid source content
config.
.google.ads.admanager.v1.MediaLocation ingest_settings = 1 [(.google.api.field_behavior) = REQUIRED];
getIngestSettingsOrBuilder()
public MediaLocationOrBuilder getIngestSettingsOrBuilder()
Required. Config for how DAI should ingest media. At ingest time, we match
the URL prefix of media in a stream's playlist with an ingest location and
use the authentication credentials from the corresponding ingest settings
to download the media. This value is required for a valid source content
config.
.google.ads.admanager.v1.MediaLocation ingest_settings = 1 [(.google.api.field_behavior) = REQUIRED];
getParserForType()
public Parser<SourceContentConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasDefaultDeliverySettings()
public boolean hasDefaultDeliverySettings()
Required. Default config for how DAI should deliver the non-modified media
segments. At delivery time, we replace the ingest location's URL prefix
with the delivery location's URL prefix and use the security policy from
the delivery settings to determine how DAI needs to deliver the media so
that users can access it. This value is required for a valid source content
config.
.google.ads.admanager.v1.MediaLocation default_delivery_settings = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the defaultDeliverySettings field is set.
|
hasIngestSettings()
public boolean hasIngestSettings()
Required. Config for how DAI should ingest media. At ingest time, we match
the URL prefix of media in a stream's playlist with an ingest location and
use the authentication credentials from the corresponding ingest settings
to download the media. This value is required for a valid source content
config.
.google.ads.admanager.v1.MediaLocation ingest_settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the ingestSettings field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SourceContentConfig.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SourceContentConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public SourceContentConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides