Class: Google::Apps::Meet::V2beta::ConferenceRecord

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2beta/resource.rb

Overview

Developer Preview. Single instance of a meeting held in a space.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

Returns:

  • (::Google::Protobuf::Timestamp)

    Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.



134
135
136
137
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 134

class ConferenceRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#expire_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

Returns:

  • (::Google::Protobuf::Timestamp)

    Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.



134
135
136
137
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 134

class ConferenceRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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:

  • (::String)

    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.



134
135
136
137
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 134

class ConferenceRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#space::String (readonly)

Returns Output only. The space where the conference was held.

Returns:

  • (::String)

    Output only. The space where the conference was held.



134
135
136
137
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 134

class ConferenceRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when the conference started, always set.

Returns:



134
135
136
137
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 134

class ConferenceRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end