Class: Google::Apps::Meet::V2::GetTranscriptEntryRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::GetTranscriptEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/service.rb
Overview
Request for GetTranscriptEntry method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the TranscriptEntry
.
313 314 315 316 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 313 class GetTranscriptEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |