All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.youtube.model.LiveStreamSnippet.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240514-2.0.0
Show newest version






LiveStreamSnippet (YouTube Data API v3 v3-rev20240417-2.0.0)












com.google.api.services.youtube.model

Class LiveStreamSnippet

    • Constructor Detail

      • LiveStreamSnippet

        public LiveStreamSnippet()
    • Method Detail

      • getChannelId

        public String getChannelId()
        The ID that YouTube uses to uniquely identify the channel that is transmitting the stream.
        Returns:
        value or null for none
      • setChannelId

        public LiveStreamSnippet setChannelId(String channelId)
        The ID that YouTube uses to uniquely identify the channel that is transmitting the stream.
        Parameters:
        channelId - channelId or null for none
      • getDescription

        public String getDescription()
        The stream's description. The value cannot be longer than 10000 characters.
        Returns:
        value or null for none
      • setDescription

        public LiveStreamSnippet setDescription(String description)
        The stream's description. The value cannot be longer than 10000 characters.
        Parameters:
        description - description or null for none
      • getIsDefaultStream

        public Boolean getIsDefaultStream()
        Returns:
        value or null for none
      • setIsDefaultStream

        public LiveStreamSnippet setIsDefaultStream(Boolean isDefaultStream)
        Parameters:
        isDefaultStream - isDefaultStream or null for none
      • getPublishedAt

        public com.google.api.client.util.DateTime getPublishedAt()
        The date and time that the stream was created.
        Returns:
        value or null for none
      • setPublishedAt

        public LiveStreamSnippet setPublishedAt(com.google.api.client.util.DateTime publishedAt)
        The date and time that the stream was created.
        Parameters:
        publishedAt - publishedAt or null for none
      • getTitle

        public String getTitle()
        The stream's title. The value must be between 1 and 128 characters long.
        Returns:
        value or null for none
      • setTitle

        public LiveStreamSnippet setTitle(String title)
        The stream's title. The value must be between 1 and 128 characters long.
        Parameters:
        title - title or null for none
      • clone

        public LiveStreamSnippet clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy