Class LiveConfig

  • All Implemented Interfaces:
    LiveConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class LiveConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements LiveConfigOrBuilder
     Metadata for used to register live configs.
     
    Protobuf type google.cloud.video.stitcher.v1.LiveConfig
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getName

        public String getName()
         Output only. The resource name of the live config, in the form of
         `projects/{project}/locations/{location}/liveConfigs/{id}`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface LiveConfigOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name of the live config, in the form of
         `projects/{project}/locations/{location}/liveConfigs/{id}`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface LiveConfigOrBuilder
        Returns:
        The bytes for name.
      • getSourceUri

        public String getSourceUri()
         Required. Source URI for the live stream manifest.
         
        string source_uri = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getSourceUri in interface LiveConfigOrBuilder
        Returns:
        The sourceUri.
      • getSourceUriBytes

        public com.google.protobuf.ByteString getSourceUriBytes()
         Required. Source URI for the live stream manifest.
         
        string source_uri = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getSourceUriBytes in interface LiveConfigOrBuilder
        Returns:
        The bytes for sourceUri.
      • getAdTagUri

        public String getAdTagUri()
         The default ad tag associated with this live stream config.
         
        string ad_tag_uri = 3;
        Specified by:
        getAdTagUri in interface LiveConfigOrBuilder
        Returns:
        The adTagUri.
      • getAdTagUriBytes

        public com.google.protobuf.ByteString getAdTagUriBytes()
         The default ad tag associated with this live stream config.
         
        string ad_tag_uri = 3;
        Specified by:
        getAdTagUriBytes in interface LiveConfigOrBuilder
        Returns:
        The bytes for adTagUri.
      • hasGamLiveConfig

        public boolean hasGamLiveConfig()
         Additional metadata used to register a live stream with Google Ad Manager
         (GAM)
         
        .google.cloud.video.stitcher.v1.GamLiveConfig gam_live_config = 4;
        Specified by:
        hasGamLiveConfig in interface LiveConfigOrBuilder
        Returns:
        Whether the gamLiveConfig field is set.
      • getGamLiveConfig

        public GamLiveConfig getGamLiveConfig()
         Additional metadata used to register a live stream with Google Ad Manager
         (GAM)
         
        .google.cloud.video.stitcher.v1.GamLiveConfig gam_live_config = 4;
        Specified by:
        getGamLiveConfig in interface LiveConfigOrBuilder
        Returns:
        The gamLiveConfig.
      • getStateValue

        public int getStateValue()
         Output only. State of the live config.
         
        .google.cloud.video.stitcher.v1.LiveConfig.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface LiveConfigOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • getState

        public LiveConfig.State getState()
         Output only. State of the live config.
         
        .google.cloud.video.stitcher.v1.LiveConfig.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface LiveConfigOrBuilder
        Returns:
        The state.
      • getAdTrackingValue

        public int getAdTrackingValue()
         Required. Determines how the ads are tracked. If
         [gam_live_config][google.cloud.video.stitcher.v1.LiveConfig.gam_live_config]
         is set, the value must be `CLIENT` because the IMA SDK handles ad tracking.
         
        .google.cloud.video.stitcher.v1.AdTracking ad_tracking = 6 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAdTrackingValue in interface LiveConfigOrBuilder
        Returns:
        The enum numeric value on the wire for adTracking.
      • getAdTracking

        public AdTracking getAdTracking()
         Required. Determines how the ads are tracked. If
         [gam_live_config][google.cloud.video.stitcher.v1.LiveConfig.gam_live_config]
         is set, the value must be `CLIENT` because the IMA SDK handles ad tracking.
         
        .google.cloud.video.stitcher.v1.AdTracking ad_tracking = 6 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAdTracking in interface LiveConfigOrBuilder
        Returns:
        The adTracking.
      • getDefaultSlate

        public String getDefaultSlate()
         This must refer to a slate in the same
         project. If Google Ad Manager (GAM) is used for ads, this string sets the
         value of `slateCreativeId` in
         https://developers.google.com/ad-manager/api/reference/v202211/LiveStreamEventService.LiveStreamEvent#slateCreativeId
         
        string default_slate = 7 [(.google.api.resource_reference) = { ... }
        Specified by:
        getDefaultSlate in interface LiveConfigOrBuilder
        Returns:
        The defaultSlate.
      • getDefaultSlateBytes

        public com.google.protobuf.ByteString getDefaultSlateBytes()
         This must refer to a slate in the same
         project. If Google Ad Manager (GAM) is used for ads, this string sets the
         value of `slateCreativeId` in
         https://developers.google.com/ad-manager/api/reference/v202211/LiveStreamEventService.LiveStreamEvent#slateCreativeId
         
        string default_slate = 7 [(.google.api.resource_reference) = { ... }
        Specified by:
        getDefaultSlateBytes in interface LiveConfigOrBuilder
        Returns:
        The bytes for defaultSlate.
      • getStitchingPolicyValue

        public int getStitchingPolicyValue()
         Defines the stitcher behavior in case an ad does not align exactly with
         the ad break boundaries. If not specified, the default is `CUT_CURRENT`.
         
        .google.cloud.video.stitcher.v1.LiveConfig.StitchingPolicy stitching_policy = 8;
        Specified by:
        getStitchingPolicyValue in interface LiveConfigOrBuilder
        Returns:
        The enum numeric value on the wire for stitchingPolicy.
      • getStitchingPolicy

        public LiveConfig.StitchingPolicy getStitchingPolicy()
         Defines the stitcher behavior in case an ad does not align exactly with
         the ad break boundaries. If not specified, the default is `CUT_CURRENT`.
         
        .google.cloud.video.stitcher.v1.LiveConfig.StitchingPolicy stitching_policy = 8;
        Specified by:
        getStitchingPolicy in interface LiveConfigOrBuilder
        Returns:
        The stitchingPolicy.
      • hasPrefetchConfig

        public boolean hasPrefetchConfig()
         The configuration for prefetching ads.
         
        .google.cloud.video.stitcher.v1.PrefetchConfig prefetch_config = 10;
        Specified by:
        hasPrefetchConfig in interface LiveConfigOrBuilder
        Returns:
        Whether the prefetchConfig field is set.
      • getPrefetchConfig

        public PrefetchConfig getPrefetchConfig()
         The configuration for prefetching ads.
         
        .google.cloud.video.stitcher.v1.PrefetchConfig prefetch_config = 10;
        Specified by:
        getPrefetchConfig in interface LiveConfigOrBuilder
        Returns:
        The prefetchConfig.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static LiveConfig parseFrom​(ByteBuffer data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LiveConfig parseFrom​(ByteBuffer data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LiveConfig parseFrom​(com.google.protobuf.ByteString data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LiveConfig parseFrom​(com.google.protobuf.ByteString data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LiveConfig parseFrom​(byte[] data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LiveConfig parseFrom​(byte[] data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LiveConfig parseFrom​(com.google.protobuf.CodedInputStream input,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws IOException
        Throws:
        IOException
      • newBuilderForType

        public LiveConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public LiveConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected LiveConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static LiveConfig getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<LiveConfig> parser()
      • getParserForType

        public com.google.protobuf.Parser<LiveConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public LiveConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder