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

target.apidocs.com.google.api.services.meet.v2.model.ConferenceRecord.html Maven / Gradle / Ivy

There is a newer version: v2-rev20240808-2.0.0
Show newest version






ConferenceRecord (Google Meet API v2-rev20240716-2.0.0)












com.google.api.services.meet.v2.model

Class ConferenceRecord

    • Constructor Detail

      • ConferenceRecord

        public ConferenceRecord()
    • Method Detail

      • getEndTime

        public String getEndTime()
        Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.
        Returns:
        value or null for none
      • setEndTime

        public ConferenceRecord setEndTime(String endTime)
        Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.
        Parameters:
        endTime - endTime or null for none
      • getExpireTime

        public String getExpireTime()
        Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.
        Returns:
        value or null for none
      • setExpireTime

        public ConferenceRecord setExpireTime(String expireTime)
        Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.
        Parameters:
        expireTime - expireTime or null for none
      • getName

        public String getName()
        Identifier. Resource name of the conference record. Format: `conferenceRecords/{conference_record}` where `{conference_record}` is a unique ID for each instance of a call within a space.
        Returns:
        value or null for none
      • setName

        public ConferenceRecord setName(String name)
        Identifier. Resource name of the conference record. Format: `conferenceRecords/{conference_record}` where `{conference_record}` is a unique ID for each instance of a call within a space.
        Parameters:
        name - name or null for none
      • getSpace

        public String getSpace()
        Output only. The space where the conference was held.
        Returns:
        value or null for none
      • setSpace

        public ConferenceRecord setSpace(String space)
        Output only. The space where the conference was held.
        Parameters:
        space - space or null for none
      • getStartTime

        public String getStartTime()
        Output only. Timestamp when the conference started. Always set.
        Returns:
        value or null for none
      • setStartTime

        public ConferenceRecord setStartTime(String startTime)
        Output only. Timestamp when the conference started. Always set.
        Parameters:
        startTime - startTime or null for none
      • clone

        public ConferenceRecord 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