Class: Google::Apps::Meet::V2::ConferenceRecord

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

Overview

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.



132
133
134
135
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 132

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

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

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

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

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



132
133
134
135
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 132

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.



132
133
134
135
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 132

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.



132
133
134
135
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 132

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:



132
133
134
135
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 132

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