Class ConferenceRecordsServiceGrpc.ConferenceRecordsServiceFutureStub (0.12.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.12.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   static   final   class  ConferenceRecordsServiceGrpc . ConferenceRecordsServiceFutureStub   extends   AbstractFutureStub<ConferenceRecordsServiceGrpc . ConferenceRecordsServiceFutureStub > 
  A stub to allow clients to do ListenableFuture-style rpc calls to service
 ConferenceRecordsService.
 REST API for services dealing with conference records.
    Inheritance 
    java.lang.Object  >  
    io.grpc.stub.AbstractStub  >  
    io.grpc.stub.AbstractFutureStub  >  
    ConferenceRecordsServiceGrpc.ConferenceRecordsServiceFutureStub 
   
  
    Inherited Members 
    
      io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel) 
    
    
      io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions) 
    
    
      io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T) 
    
    
      io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions) 
    
    
      io.grpc.stub.AbstractStub.getCallOptions() 
    
    
      io.grpc.stub.AbstractStub.getChannel() 
    
    
      io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials) 
    
    
      io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel) 
    
    
      io.grpc.stub.AbstractStub.withCompression(java.lang.String) 
    
    
      io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline) 
    
    
      io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit) 
    
    
      io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor) 
    
    
      io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...) 
    
    
      io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int) 
    
    
      io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int) 
    
    
      io.grpc.stub.AbstractStub.withWaitForReady() 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Methods
   
  build(Channel channel, CallOptions callOptions) 
  
    
protected   ConferenceRecordsServiceGrpc . ConferenceRecordsServiceFutureStub   build ( Channel   channel ,   CallOptions   callOptions )  
  
    
      
        Parameters  
      
        Name Description  
      
        channelio.grpc.Channel  
      
        callOptionsio.grpc.CallOptions  
     
  
  
  Overrides 
  io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions) 
  getConferenceRecord(GetConferenceRecordRequest request) 
  
    
public   ListenableFuture<ConferenceRecord>   getConferenceRecord ( GetConferenceRecordRequest   request )  
   Gets a conference record by conference ID.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <ConferenceRecord > 
     
  
  getParticipant(GetParticipantRequest request) 
  
    
public   ListenableFuture<Participant>   getParticipant ( GetParticipantRequest   request )  
   Gets a participant by participant ID.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Participant > 
     
  
  getParticipantSession(GetParticipantSessionRequest request) 
  
    
public   ListenableFuture<ParticipantSession>   getParticipantSession ( GetParticipantSessionRequest   request )  
   Gets a participant session by participant session ID.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <ParticipantSession > 
     
  
  getRecording(GetRecordingRequest request) 
  
    
public   ListenableFuture<Recording>   getRecording ( GetRecordingRequest   request )  
   Gets a recording by recording ID.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Recording > 
     
  
  getTranscript(GetTranscriptRequest request) 
  
    
public   ListenableFuture<Transcript>   getTranscript ( GetTranscriptRequest   request )  
   Gets a transcript by transcript ID.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Transcript > 
     
  
  getTranscriptEntry(GetTranscriptEntryRequest request) 
  
    
public   ListenableFuture<TranscriptEntry>   getTranscriptEntry ( GetTranscriptEntryRequest   request )  
   Gets a TranscriptEntry resource by entry ID.
 Note: The transcript entries returned by the Google Meet API might not
 match the transcription found in the Google Docs transcript file. This can
 occur when the Google Docs transcript file is modified after generation.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <TranscriptEntry > 
     
  
  listConferenceRecords(ListConferenceRecordsRequest request) 
  
    
public   ListenableFuture<ListConferenceRecordsResponse>   listConferenceRecords ( ListConferenceRecordsRequest   request )  
   Lists the conference records. By default, ordered by start time and in
 descending order.
listParticipantSessions(ListParticipantSessionsRequest request) 
  
    
public   ListenableFuture<ListParticipantSessionsResponse>   listParticipantSessions ( ListParticipantSessionsRequest   request )  
   Lists the participant sessions of a participant in a conference record. By
 default, ordered by join time and in descending order. This API supports
 fields as standard parameters like every other API. However, when the
 fields request parameter is omitted this API defaults to
 'participantsessions/*, next_page_token'.
listParticipants(ListParticipantsRequest request) 
  
    
public   ListenableFuture<ListParticipantsResponse>   listParticipants ( ListParticipantsRequest   request )  
   Lists the participants in a conference record. By default, ordered by join
 time and in descending order. This API supports fields as standard
 parameters like every other API. However, when the fields request
 parameter is omitted, this API defaults to 'participants/*,
 next_page_token'.
listRecordings(ListRecordingsRequest request) 
  
    
public   ListenableFuture<ListRecordingsResponse>   listRecordings ( ListRecordingsRequest   request )  
   Lists the recording resources from the conference record. By default,
 ordered by start time and in ascending order.
listTranscriptEntries(ListTranscriptEntriesRequest request) 
  
    
public   ListenableFuture<ListTranscriptEntriesResponse>   listTranscriptEntries ( ListTranscriptEntriesRequest   request )  
   Lists the structured transcript entries per transcript. By default, ordered
 by start time and in ascending order.
 Note: The transcript entries returned by the Google Meet API might not
 match the transcription found in the Google Docs transcript file. This can
 occur when the Google Docs transcript file is modified after generation.
listTranscripts(ListTranscriptsRequest request) 
  
    
public   ListenableFuture<ListTranscriptsResponse>   listTranscripts ( ListTranscriptsRequest   request )  
   Lists the set of transcripts from the conference record. By default,
 ordered by start time and in ascending order.
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]