Class ConferenceRecordsServiceClient (0.8.0)

GitHub RepositoryProduct Reference

Service Description: REST API for services dealing with conference records.

This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ConferenceRecordName name = ConferenceRecordName.of("[CONFERENCE_RECORD]");
   ConferenceRecord response = conferenceRecordsServiceClient.getConferenceRecord(name);
 }
 

Note: close() needs to be called on the ConferenceRecordsServiceClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().

Methods
MethodDescriptionMethod Variants

GetConferenceRecord

Developer Preview. Gets a conference record by conference ID.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getConferenceRecord(GetConferenceRecordRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getConferenceRecord(ConferenceRecordName name)

  • getConferenceRecord(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getConferenceRecordCallable()

ListConferenceRecords

Developer Preview. Lists the conference records by start time and in descending order.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • listConferenceRecords(ListConferenceRecordsRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listConferenceRecordsPagedCallable()

  • listConferenceRecordsCallable()

GetParticipant

Developer Preview. Gets a participant by participant ID.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getParticipant(GetParticipantRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getParticipant(ParticipantName name)

  • getParticipant(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getParticipantCallable()

ListParticipants

Developer Preview. 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'.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • listParticipants(ListParticipantsRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listParticipants(ConferenceRecordName parent)

  • listParticipants(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listParticipantsPagedCallable()

  • listParticipantsCallable()

GetParticipantSession

Developer Preview. Gets a participant session by participant session ID.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getParticipantSession(GetParticipantSessionRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getParticipantSession(ParticipantSessionName name)

  • getParticipantSession(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getParticipantSessionCallable()

ListParticipantSessions

Developer Preview. 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'.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • listParticipantSessions(ListParticipantSessionsRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listParticipantSessions(ParticipantName parent)

  • listParticipantSessions(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listParticipantSessionsPagedCallable()

  • listParticipantSessionsCallable()

GetRecording

Developer Preview. Gets a recording by recording ID.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getRecording(GetRecordingRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getRecording(RecordingName name)

  • getRecording(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getRecordingCallable()

ListRecordings

Developer Preview. Lists the recording resources from the conference record.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • listRecordings(ListRecordingsRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listRecordings(ConferenceRecordName parent)

  • listRecordings(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listRecordingsPagedCallable()

  • listRecordingsCallable()

GetTranscript

Developer Preview. Gets a transcript by transcript ID.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getTranscript(GetTranscriptRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getTranscript(TranscriptName name)

  • getTranscript(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getTranscriptCallable()

ListTranscripts

Developer Preview. Lists the set of transcripts from the conference record.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • listTranscripts(ListTranscriptsRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listTranscripts(ConferenceRecordName parent)

  • listTranscripts(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listTranscriptsPagedCallable()

  • listTranscriptsCallable()

GetTranscriptEntry

Developer Preview. 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.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getTranscriptEntry(GetTranscriptEntryRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getTranscriptEntry(TranscriptEntryName name)

  • getTranscriptEntry(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getTranscriptEntryCallable()

ListTranscriptEntries

Developer Preview. 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.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • listTranscriptEntries(ListTranscriptEntriesRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listTranscriptEntries(TranscriptName parent)

  • listTranscriptEntries(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listTranscriptEntriesPagedCallable()

  • listTranscriptEntriesCallable()

See the individual methods for example code.

Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.

This class can be customized by passing in a custom instance of ConferenceRecordsServiceSettings to create(). For example:

To customize credentials:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 ConferenceRecordsServiceSettings conferenceRecordsServiceSettings =
     ConferenceRecordsServiceSettings.newBuilder()
         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
         .build();
 ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create(conferenceRecordsServiceSettings);
 

To customize the endpoint:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 ConferenceRecordsServiceSettings conferenceRecordsServiceSettings =
     ConferenceRecordsServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
 ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create(conferenceRecordsServiceSettings);
 

To use REST (HTTP1.1/JSON) transport (instead of gRPC) for sending and receiving requests over the wire:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 ConferenceRecordsServiceSettings conferenceRecordsServiceSettings =
     ConferenceRecordsServiceSettings.newHttpJsonBuilder().build();
 ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create(conferenceRecordsServiceSettings);
 

Please refer to the GitHub repository's samples for more quickstart code snippets.

Inheritance

java.lang.Object > ConferenceRecordsServiceClient

Static Methods

create()

public static final ConferenceRecordsServiceClient create()

Constructs an instance of ConferenceRecordsServiceClient with default settings.

Returns
TypeDescription
ConferenceRecordsServiceClient
Exceptions
TypeDescription
IOException

create(ConferenceRecordsServiceSettings settings)

public static final ConferenceRecordsServiceClient create(ConferenceRecordsServiceSettings settings)

Constructs an instance of ConferenceRecordsServiceClient, using the given settings. The channels are created based on the settings passed in, or defaults for any settings that are not set.

Parameter
NameDescription
settingsConferenceRecordsServiceSettings
Returns
TypeDescription
ConferenceRecordsServiceClient
Exceptions
TypeDescription
IOException

create(ConferenceRecordsServiceStub stub)

public static final ConferenceRecordsServiceClient create(ConferenceRecordsServiceStub stub)

Constructs an instance of ConferenceRecordsServiceClient, using the given stub for making calls. This is for advanced usage - prefer using create(ConferenceRecordsServiceSettings).

Parameter
NameDescription
stubConferenceRecordsServiceStub
Returns
TypeDescription
ConferenceRecordsServiceClient

Constructors

ConferenceRecordsServiceClient(ConferenceRecordsServiceSettings settings)

protected ConferenceRecordsServiceClient(ConferenceRecordsServiceSettings settings)

Constructs an instance of ConferenceRecordsServiceClient, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameter
NameDescription
settingsConferenceRecordsServiceSettings

ConferenceRecordsServiceClient(ConferenceRecordsServiceStub stub)

protected ConferenceRecordsServiceClient(ConferenceRecordsServiceStub stub)
Parameter
NameDescription
stubConferenceRecordsServiceStub

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()

getConferenceRecord(ConferenceRecordName name)

public final ConferenceRecord getConferenceRecord(ConferenceRecordName name)

Developer Preview. Gets a conference record by conference ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ConferenceRecordName name = ConferenceRecordName.of("[CONFERENCE_RECORD]");
   ConferenceRecord response = conferenceRecordsServiceClient.getConferenceRecord(name);
 }
 
Parameter
NameDescription
nameConferenceRecordName

Required. Resource name of the conference.

Returns
TypeDescription
ConferenceRecord

getConferenceRecord(GetConferenceRecordRequest request)

public final ConferenceRecord getConferenceRecord(GetConferenceRecordRequest request)

Developer Preview. Gets a conference record by conference ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetConferenceRecordRequest request =
       GetConferenceRecordRequest.newBuilder()
           .setName(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .build();
   ConferenceRecord response = conferenceRecordsServiceClient.getConferenceRecord(request);
 }
 
Parameter
NameDescription
requestGetConferenceRecordRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
ConferenceRecord

getConferenceRecord(String name)

public final ConferenceRecord getConferenceRecord(String name)

Developer Preview. Gets a conference record by conference ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String name = ConferenceRecordName.of("[CONFERENCE_RECORD]").toString();
   ConferenceRecord response = conferenceRecordsServiceClient.getConferenceRecord(name);
 }
 
Parameter
NameDescription
nameString

Required. Resource name of the conference.

Returns
TypeDescription
ConferenceRecord

getConferenceRecordCallable()

public final UnaryCallable<GetConferenceRecordRequest,ConferenceRecord> getConferenceRecordCallable()

Developer Preview. Gets a conference record by conference ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetConferenceRecordRequest request =
       GetConferenceRecordRequest.newBuilder()
           .setName(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .build();
   ApiFuture<ConferenceRecord> future =
       conferenceRecordsServiceClient.getConferenceRecordCallable().futureCall(request);
   // Do something.
   ConferenceRecord response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<GetConferenceRecordRequest,ConferenceRecord>

getParticipant(GetParticipantRequest request)

public final Participant getParticipant(GetParticipantRequest request)

Developer Preview. Gets a participant by participant ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetParticipantRequest request =
       GetParticipantRequest.newBuilder()
           .setName(ParticipantName.of("[CONFERENCE_RECORD]", "[PARTICIPANT]").toString())
           .build();
   Participant response = conferenceRecordsServiceClient.getParticipant(request);
 }
 
Parameter
NameDescription
requestGetParticipantRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
Participant

getParticipant(ParticipantName name)

public final Participant getParticipant(ParticipantName name)

Developer Preview. Gets a participant by participant ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ParticipantName name = ParticipantName.of("[CONFERENCE_RECORD]", "[PARTICIPANT]");
   Participant response = conferenceRecordsServiceClient.getParticipant(name);
 }
 
Parameter
NameDescription
nameParticipantName

Required. Resource name of the participant.

Returns
TypeDescription
Participant

getParticipant(String name)

public final Participant getParticipant(String name)

Developer Preview. Gets a participant by participant ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String name = ParticipantName.of("[CONFERENCE_RECORD]", "[PARTICIPANT]").toString();
   Participant response = conferenceRecordsServiceClient.getParticipant(name);
 }
 
Parameter
NameDescription
nameString

Required. Resource name of the participant.

Returns
TypeDescription
Participant

getParticipantCallable()

public final UnaryCallable<GetParticipantRequest,Participant> getParticipantCallable()

Developer Preview. Gets a participant by participant ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetParticipantRequest request =
       GetParticipantRequest.newBuilder()
           .setName(ParticipantName.of("[CONFERENCE_RECORD]", "[PARTICIPANT]").toString())
           .build();
   ApiFuture<Participant> future =
       conferenceRecordsServiceClient.getParticipantCallable().futureCall(request);
   // Do something.
   Participant response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<GetParticipantRequest,Participant>

getParticipantSession(GetParticipantSessionRequest request)

public final ParticipantSession getParticipantSession(GetParticipantSessionRequest request)

Developer Preview. Gets a participant session by participant session ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetParticipantSessionRequest request =
       GetParticipantSessionRequest.newBuilder()
           .setName(
               ParticipantSessionName.of(
                       "[CONFERENCE_RECORD]", "[PARTICIPANT]", "[PARTICIPANT_SESSION]")
                   .toString())
           .build();
   ParticipantSession response = conferenceRecordsServiceClient.getParticipantSession(request);
 }
 
Parameter
NameDescription
requestGetParticipantSessionRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
ParticipantSession

getParticipantSession(ParticipantSessionName name)

public final ParticipantSession getParticipantSession(ParticipantSessionName name)

Developer Preview. Gets a participant session by participant session ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ParticipantSessionName name =
       ParticipantSessionName.of(
           "[CONFERENCE_RECORD]", "[PARTICIPANT]", "[PARTICIPANT_SESSION]");
   ParticipantSession response = conferenceRecordsServiceClient.getParticipantSession(name);
 }
 
Parameter
NameDescription
nameParticipantSessionName

Required. Resource name of the participant.

Returns
TypeDescription
ParticipantSession

getParticipantSession(String name)

public final ParticipantSession getParticipantSession(String name)

Developer Preview. Gets a participant session by participant session ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String name =
       ParticipantSessionName.of("[CONFERENCE_RECORD]", "[PARTICIPANT]", "[PARTICIPANT_SESSION]")
           .toString();
   ParticipantSession response = conferenceRecordsServiceClient.getParticipantSession(name);
 }
 
Parameter
NameDescription
nameString

Required. Resource name of the participant.

Returns
TypeDescription
ParticipantSession

getParticipantSessionCallable()

public final UnaryCallable<GetParticipantSessionRequest,ParticipantSession> getParticipantSessionCallable()

Developer Preview. Gets a participant session by participant session ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetParticipantSessionRequest request =
       GetParticipantSessionRequest.newBuilder()
           .setName(
               ParticipantSessionName.of(
                       "[CONFERENCE_RECORD]", "[PARTICIPANT]", "[PARTICIPANT_SESSION]")
                   .toString())
           .build();
   ApiFuture<ParticipantSession> future =
       conferenceRecordsServiceClient.getParticipantSessionCallable().futureCall(request);
   // Do something.
   ParticipantSession response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<GetParticipantSessionRequest,ParticipantSession>

getRecording(GetRecordingRequest request)

public final Recording getRecording(GetRecordingRequest request)

Developer Preview. Gets a recording by recording ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetRecordingRequest request =
       GetRecordingRequest.newBuilder()
           .setName(RecordingName.of("[CONFERENCE_RECORD]", "[RECORDING]").toString())
           .build();
   Recording response = conferenceRecordsServiceClient.getRecording(request);
 }
 
Parameter
NameDescription
requestGetRecordingRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
Recording

getRecording(RecordingName name)

public final Recording getRecording(RecordingName name)

Developer Preview. Gets a recording by recording ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   RecordingName name = RecordingName.of("[CONFERENCE_RECORD]", "[RECORDING]");
   Recording response = conferenceRecordsServiceClient.getRecording(name);
 }
 
Parameter
NameDescription
nameRecordingName

Required. Resource name of the recording.

Returns
TypeDescription
Recording

getRecording(String name)

public final Recording getRecording(String name)

Developer Preview. Gets a recording by recording ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String name = RecordingName.of("[CONFERENCE_RECORD]", "[RECORDING]").toString();
   Recording response = conferenceRecordsServiceClient.getRecording(name);
 }
 
Parameter
NameDescription
nameString

Required. Resource name of the recording.

Returns
TypeDescription
Recording

getRecordingCallable()

public final UnaryCallable<GetRecordingRequest,Recording> getRecordingCallable()

Developer Preview. Gets a recording by recording ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetRecordingRequest request =
       GetRecordingRequest.newBuilder()
           .setName(RecordingName.of("[CONFERENCE_RECORD]", "[RECORDING]").toString())
           .build();
   ApiFuture<Recording> future =
       conferenceRecordsServiceClient.getRecordingCallable().futureCall(request);
   // Do something.
   Recording response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<GetRecordingRequest,Recording>

getSettings()

public final ConferenceRecordsServiceSettings getSettings()
Returns
TypeDescription
ConferenceRecordsServiceSettings

getStub()

public ConferenceRecordsServiceStub getStub()
Returns
TypeDescription
ConferenceRecordsServiceStub

getTranscript(GetTranscriptRequest request)

public final Transcript getTranscript(GetTranscriptRequest request)

Developer Preview. Gets a transcript by transcript ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetTranscriptRequest request =
       GetTranscriptRequest.newBuilder()
           .setName(TranscriptName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]").toString())
           .build();
   Transcript response = conferenceRecordsServiceClient.getTranscript(request);
 }
 
Parameter
NameDescription
requestGetTranscriptRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
Transcript

getTranscript(TranscriptName name)

public final Transcript getTranscript(TranscriptName name)

Developer Preview. Gets a transcript by transcript ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   TranscriptName name = TranscriptName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]");
   Transcript response = conferenceRecordsServiceClient.getTranscript(name);
 }
 
Parameter
NameDescription
nameTranscriptName

Required. Resource name of the transcript.

Returns
TypeDescription
Transcript

getTranscript(String name)

public final Transcript getTranscript(String name)

Developer Preview. Gets a transcript by transcript ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String name = TranscriptName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]").toString();
   Transcript response = conferenceRecordsServiceClient.getTranscript(name);
 }
 
Parameter
NameDescription
nameString

Required. Resource name of the transcript.

Returns
TypeDescription
Transcript

getTranscriptCallable()

public final UnaryCallable<GetTranscriptRequest,Transcript> getTranscriptCallable()

Developer Preview. Gets a transcript by transcript ID.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetTranscriptRequest request =
       GetTranscriptRequest.newBuilder()
           .setName(TranscriptName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]").toString())
           .build();
   ApiFuture<Transcript> future =
       conferenceRecordsServiceClient.getTranscriptCallable().futureCall(request);
   // Do something.
   Transcript response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<GetTranscriptRequest,Transcript>

getTranscriptEntry(GetTranscriptEntryRequest request)

public final TranscriptEntry getTranscriptEntry(GetTranscriptEntryRequest request)

Developer Preview. 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.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetTranscriptEntryRequest request =
       GetTranscriptEntryRequest.newBuilder()
           .setName(
               TranscriptEntryName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]", "[ENTRY]")
                   .toString())
           .build();
   TranscriptEntry response = conferenceRecordsServiceClient.getTranscriptEntry(request);
 }
 
Parameter
NameDescription
requestGetTranscriptEntryRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
TranscriptEntry

getTranscriptEntry(TranscriptEntryName name)

public final TranscriptEntry getTranscriptEntry(TranscriptEntryName name)

Developer Preview. 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.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   TranscriptEntryName name =
       TranscriptEntryName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]", "[ENTRY]");
   TranscriptEntry response = conferenceRecordsServiceClient.getTranscriptEntry(name);
 }
 
Parameter
NameDescription
nameTranscriptEntryName

Required. Resource name of the TranscriptEntry.

Returns
TypeDescription
TranscriptEntry

getTranscriptEntry(String name)

public final TranscriptEntry getTranscriptEntry(String name)

Developer Preview. 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.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String name =
       TranscriptEntryName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]", "[ENTRY]").toString();
   TranscriptEntry response = conferenceRecordsServiceClient.getTranscriptEntry(name);
 }
 
Parameter
NameDescription
nameString

Required. Resource name of the TranscriptEntry.

Returns
TypeDescription
TranscriptEntry

getTranscriptEntryCallable()

public final UnaryCallable<GetTranscriptEntryRequest,TranscriptEntry> getTranscriptEntryCallable()

Developer Preview. 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.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   GetTranscriptEntryRequest request =
       GetTranscriptEntryRequest.newBuilder()
           .setName(
               TranscriptEntryName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]", "[ENTRY]")
                   .toString())
           .build();
   ApiFuture<TranscriptEntry> future =
       conferenceRecordsServiceClient.getTranscriptEntryCallable().futureCall(request);
   // Do something.
   TranscriptEntry response = future.get();
 }
 
Returns
TypeDescription
UnaryCallable<GetTranscriptEntryRequest,TranscriptEntry>

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listConferenceRecords(ListConferenceRecordsRequest request)

public final ConferenceRecordsServiceClient.ListConferenceRecordsPagedResponse listConferenceRecords(ListConferenceRecordsRequest request)

Developer Preview. Lists the conference records by start time and in descending order.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListConferenceRecordsRequest request =
       ListConferenceRecordsRequest.newBuilder()
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .setFilter("filter-1274492040")
           .build();
   for (ConferenceRecord element :
       conferenceRecordsServiceClient.listConferenceRecords(request).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
requestListConferenceRecordsRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
ConferenceRecordsServiceClient.ListConferenceRecordsPagedResponse

listConferenceRecordsCallable()

public final UnaryCallable<ListConferenceRecordsRequest,ListConferenceRecordsResponse> listConferenceRecordsCallable()

Developer Preview. Lists the conference records by start time and in descending order.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListConferenceRecordsRequest request =
       ListConferenceRecordsRequest.newBuilder()
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .setFilter("filter-1274492040")
           .build();
   while (true) {
     ListConferenceRecordsResponse response =
         conferenceRecordsServiceClient.listConferenceRecordsCallable().call(request);
     for (ConferenceRecord element : response.getConferenceRecordsList()) {
       // doThingsWith(element);
     }
     String nextPageToken = response.getNextPageToken();
     if (!Strings.isNullOrEmpty(nextPageToken)) {
       request = request.toBuilder().setPageToken(nextPageToken).build();
     } else {
       break;
     }
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListConferenceRecordsRequest,ListConferenceRecordsResponse>

listConferenceRecordsPagedCallable()

public final UnaryCallable<ListConferenceRecordsRequest,ConferenceRecordsServiceClient.ListConferenceRecordsPagedResponse> listConferenceRecordsPagedCallable()

Developer Preview. Lists the conference records by start time and in descending order.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListConferenceRecordsRequest request =
       ListConferenceRecordsRequest.newBuilder()
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .setFilter("filter-1274492040")
           .build();
   ApiFuture<ConferenceRecord> future =
       conferenceRecordsServiceClient.listConferenceRecordsPagedCallable().futureCall(request);
   // Do something.
   for (ConferenceRecord element : future.get().iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListConferenceRecordsRequest,ListConferenceRecordsPagedResponse>

listParticipantSessions(ListParticipantSessionsRequest request)

public final ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse listParticipantSessions(ListParticipantSessionsRequest request)

Developer Preview. 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'.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListParticipantSessionsRequest request =
       ListParticipantSessionsRequest.newBuilder()
           .setParent(ParticipantName.of("[CONFERENCE_RECORD]", "[PARTICIPANT]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .setFilter("filter-1274492040")
           .build();
   for (ParticipantSession element :
       conferenceRecordsServiceClient.listParticipantSessions(request).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
requestListParticipantSessionsRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse

listParticipantSessions(ParticipantName parent)

public final ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse listParticipantSessions(ParticipantName parent)

Developer Preview. 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'.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ParticipantName parent = ParticipantName.of("[CONFERENCE_RECORD]", "[PARTICIPANT]");
   for (ParticipantSession element :
       conferenceRecordsServiceClient.listParticipantSessions(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentParticipantName

Required. Format: conferenceRecords/{conference_record}/participants/{participant}

Returns
TypeDescription
ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse

listParticipantSessions(String parent)

public final ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse listParticipantSessions(String parent)

Developer Preview. 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'.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String parent = ParticipantName.of("[CONFERENCE_RECORD]", "[PARTICIPANT]").toString();
   for (ParticipantSession element :
       conferenceRecordsServiceClient.listParticipantSessions(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentString

Required. Format: conferenceRecords/{conference_record}/participants/{participant}

Returns
TypeDescription
ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse

listParticipantSessionsCallable()

public final UnaryCallable<ListParticipantSessionsRequest,ListParticipantSessionsResponse> listParticipantSessionsCallable()

Developer Preview. 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'.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListParticipantSessionsRequest request =
       ListParticipantSessionsRequest.newBuilder()
           .setParent(ParticipantName.of("[CONFERENCE_RECORD]", "[PARTICIPANT]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .setFilter("filter-1274492040")
           .build();
   while (true) {
     ListParticipantSessionsResponse response =
         conferenceRecordsServiceClient.listParticipantSessionsCallable().call(request);
     for (ParticipantSession element : response.getParticipantSessionsList()) {
       // doThingsWith(element);
     }
     String nextPageToken = response.getNextPageToken();
     if (!Strings.isNullOrEmpty(nextPageToken)) {
       request = request.toBuilder().setPageToken(nextPageToken).build();
     } else {
       break;
     }
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListParticipantSessionsRequest,ListParticipantSessionsResponse>

listParticipantSessionsPagedCallable()

public final UnaryCallable<ListParticipantSessionsRequest,ConferenceRecordsServiceClient.ListParticipantSessionsPagedResponse> listParticipantSessionsPagedCallable()

Developer Preview. 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'.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListParticipantSessionsRequest request =
       ListParticipantSessionsRequest.newBuilder()
           .setParent(ParticipantName.of("[CONFERENCE_RECORD]", "[PARTICIPANT]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .setFilter("filter-1274492040")
           .build();
   ApiFuture<ParticipantSession> future =
       conferenceRecordsServiceClient.listParticipantSessionsPagedCallable().futureCall(request);
   // Do something.
   for (ParticipantSession element : future.get().iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListParticipantSessionsRequest,ListParticipantSessionsPagedResponse>

listParticipants(ConferenceRecordName parent)

public final ConferenceRecordsServiceClient.ListParticipantsPagedResponse listParticipants(ConferenceRecordName parent)

Developer Preview. 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'.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ConferenceRecordName parent = ConferenceRecordName.of("[CONFERENCE_RECORD]");
   for (Participant element :
       conferenceRecordsServiceClient.listParticipants(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentConferenceRecordName

Required. Format: conferenceRecords/{conference_record}

Returns
TypeDescription
ConferenceRecordsServiceClient.ListParticipantsPagedResponse

listParticipants(ListParticipantsRequest request)

public final ConferenceRecordsServiceClient.ListParticipantsPagedResponse listParticipants(ListParticipantsRequest request)

Developer Preview. 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'.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListParticipantsRequest request =
       ListParticipantsRequest.newBuilder()
           .setParent(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .setFilter("filter-1274492040")
           .build();
   for (Participant element :
       conferenceRecordsServiceClient.listParticipants(request).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
requestListParticipantsRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
ConferenceRecordsServiceClient.ListParticipantsPagedResponse

listParticipants(String parent)

public final ConferenceRecordsServiceClient.ListParticipantsPagedResponse listParticipants(String parent)

Developer Preview. 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'.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String parent = ConferenceRecordName.of("[CONFERENCE_RECORD]").toString();
   for (Participant element :
       conferenceRecordsServiceClient.listParticipants(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentString

Required. Format: conferenceRecords/{conference_record}

Returns
TypeDescription
ConferenceRecordsServiceClient.ListParticipantsPagedResponse

listParticipantsCallable()

public final UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> listParticipantsCallable()

Developer Preview. 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'.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListParticipantsRequest request =
       ListParticipantsRequest.newBuilder()
           .setParent(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .setFilter("filter-1274492040")
           .build();
   while (true) {
     ListParticipantsResponse response =
         conferenceRecordsServiceClient.listParticipantsCallable().call(request);
     for (Participant element : response.getParticipantsList()) {
       // doThingsWith(element);
     }
     String nextPageToken = response.getNextPageToken();
     if (!Strings.isNullOrEmpty(nextPageToken)) {
       request = request.toBuilder().setPageToken(nextPageToken).build();
     } else {
       break;
     }
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListParticipantsRequest,ListParticipantsResponse>

listParticipantsPagedCallable()

public final UnaryCallable<ListParticipantsRequest,ConferenceRecordsServiceClient.ListParticipantsPagedResponse> listParticipantsPagedCallable()

Developer Preview. 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'.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListParticipantsRequest request =
       ListParticipantsRequest.newBuilder()
           .setParent(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .setFilter("filter-1274492040")
           .build();
   ApiFuture<Participant> future =
       conferenceRecordsServiceClient.listParticipantsPagedCallable().futureCall(request);
   // Do something.
   for (Participant element : future.get().iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListParticipantsRequest,ListParticipantsPagedResponse>

listRecordings(ConferenceRecordName parent)

public final ConferenceRecordsServiceClient.ListRecordingsPagedResponse listRecordings(ConferenceRecordName parent)

Developer Preview. Lists the recording resources from the conference record.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ConferenceRecordName parent = ConferenceRecordName.of("[CONFERENCE_RECORD]");
   for (Recording element : conferenceRecordsServiceClient.listRecordings(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentConferenceRecordName

Required. Format: conferenceRecords/{conference_record}

Returns
TypeDescription
ConferenceRecordsServiceClient.ListRecordingsPagedResponse

listRecordings(ListRecordingsRequest request)

public final ConferenceRecordsServiceClient.ListRecordingsPagedResponse listRecordings(ListRecordingsRequest request)

Developer Preview. Lists the recording resources from the conference record.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListRecordingsRequest request =
       ListRecordingsRequest.newBuilder()
           .setParent(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   for (Recording element :
       conferenceRecordsServiceClient.listRecordings(request).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
requestListRecordingsRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
ConferenceRecordsServiceClient.ListRecordingsPagedResponse

listRecordings(String parent)

public final ConferenceRecordsServiceClient.ListRecordingsPagedResponse listRecordings(String parent)

Developer Preview. Lists the recording resources from the conference record.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String parent = ConferenceRecordName.of("[CONFERENCE_RECORD]").toString();
   for (Recording element : conferenceRecordsServiceClient.listRecordings(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentString

Required. Format: conferenceRecords/{conference_record}

Returns
TypeDescription
ConferenceRecordsServiceClient.ListRecordingsPagedResponse

listRecordingsCallable()

public final UnaryCallable<ListRecordingsRequest,ListRecordingsResponse> listRecordingsCallable()

Developer Preview. Lists the recording resources from the conference record.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListRecordingsRequest request =
       ListRecordingsRequest.newBuilder()
           .setParent(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   while (true) {
     ListRecordingsResponse response =
         conferenceRecordsServiceClient.listRecordingsCallable().call(request);
     for (Recording element : response.getRecordingsList()) {
       // doThingsWith(element);
     }
     String nextPageToken = response.getNextPageToken();
     if (!Strings.isNullOrEmpty(nextPageToken)) {
       request = request.toBuilder().setPageToken(nextPageToken).build();
     } else {
       break;
     }
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListRecordingsRequest,ListRecordingsResponse>

listRecordingsPagedCallable()

public final UnaryCallable<ListRecordingsRequest,ConferenceRecordsServiceClient.ListRecordingsPagedResponse> listRecordingsPagedCallable()

Developer Preview. Lists the recording resources from the conference record.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListRecordingsRequest request =
       ListRecordingsRequest.newBuilder()
           .setParent(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   ApiFuture<Recording> future =
       conferenceRecordsServiceClient.listRecordingsPagedCallable().futureCall(request);
   // Do something.
   for (Recording element : future.get().iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListRecordingsRequest,ListRecordingsPagedResponse>

listTranscriptEntries(ListTranscriptEntriesRequest request)

public final ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse listTranscriptEntries(ListTranscriptEntriesRequest request)

Developer Preview. 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.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListTranscriptEntriesRequest request =
       ListTranscriptEntriesRequest.newBuilder()
           .setParent(TranscriptName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   for (TranscriptEntry element :
       conferenceRecordsServiceClient.listTranscriptEntries(request).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
requestListTranscriptEntriesRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse

listTranscriptEntries(TranscriptName parent)

public final ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse listTranscriptEntries(TranscriptName parent)

Developer Preview. 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.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   TranscriptName parent = TranscriptName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]");
   for (TranscriptEntry element :
       conferenceRecordsServiceClient.listTranscriptEntries(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentTranscriptName

Required. Format: conferenceRecords/{conference_record}/transcripts/{transcript}

Returns
TypeDescription
ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse

listTranscriptEntries(String parent)

public final ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse listTranscriptEntries(String parent)

Developer Preview. 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.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String parent = TranscriptName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]").toString();
   for (TranscriptEntry element :
       conferenceRecordsServiceClient.listTranscriptEntries(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentString

Required. Format: conferenceRecords/{conference_record}/transcripts/{transcript}

Returns
TypeDescription
ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse

listTranscriptEntriesCallable()

public final UnaryCallable<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse> listTranscriptEntriesCallable()

Developer Preview. 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.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListTranscriptEntriesRequest request =
       ListTranscriptEntriesRequest.newBuilder()
           .setParent(TranscriptName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   while (true) {
     ListTranscriptEntriesResponse response =
         conferenceRecordsServiceClient.listTranscriptEntriesCallable().call(request);
     for (TranscriptEntry element : response.getTranscriptEntriesList()) {
       // doThingsWith(element);
     }
     String nextPageToken = response.getNextPageToken();
     if (!Strings.isNullOrEmpty(nextPageToken)) {
       request = request.toBuilder().setPageToken(nextPageToken).build();
     } else {
       break;
     }
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListTranscriptEntriesRequest,ListTranscriptEntriesResponse>

listTranscriptEntriesPagedCallable()

public final UnaryCallable<ListTranscriptEntriesRequest,ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse> listTranscriptEntriesPagedCallable()

Developer Preview. 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.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListTranscriptEntriesRequest request =
       ListTranscriptEntriesRequest.newBuilder()
           .setParent(TranscriptName.of("[CONFERENCE_RECORD]", "[TRANSCRIPT]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   ApiFuture<TranscriptEntry> future =
       conferenceRecordsServiceClient.listTranscriptEntriesPagedCallable().futureCall(request);
   // Do something.
   for (TranscriptEntry element : future.get().iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListTranscriptEntriesRequest,ListTranscriptEntriesPagedResponse>

listTranscripts(ConferenceRecordName parent)

public final ConferenceRecordsServiceClient.ListTranscriptsPagedResponse listTranscripts(ConferenceRecordName parent)

Developer Preview. Lists the set of transcripts from the conference record.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ConferenceRecordName parent = ConferenceRecordName.of("[CONFERENCE_RECORD]");
   for (Transcript element :
       conferenceRecordsServiceClient.listTranscripts(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentConferenceRecordName

Required. Format: conferenceRecords/{conference_record}

Returns
TypeDescription
ConferenceRecordsServiceClient.ListTranscriptsPagedResponse

listTranscripts(ListTranscriptsRequest request)

public final ConferenceRecordsServiceClient.ListTranscriptsPagedResponse listTranscripts(ListTranscriptsRequest request)

Developer Preview. Lists the set of transcripts from the conference record.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListTranscriptsRequest request =
       ListTranscriptsRequest.newBuilder()
           .setParent(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   for (Transcript element :
       conferenceRecordsServiceClient.listTranscripts(request).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
requestListTranscriptsRequest

The request object containing all of the parameters for the API call.

Returns
TypeDescription
ConferenceRecordsServiceClient.ListTranscriptsPagedResponse

listTranscripts(String parent)

public final ConferenceRecordsServiceClient.ListTranscriptsPagedResponse listTranscripts(String parent)

Developer Preview. Lists the set of transcripts from the conference record.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   String parent = ConferenceRecordName.of("[CONFERENCE_RECORD]").toString();
   for (Transcript element :
       conferenceRecordsServiceClient.listTranscripts(parent).iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Parameter
NameDescription
parentString

Required. Format: conferenceRecords/{conference_record}

Returns
TypeDescription
ConferenceRecordsServiceClient.ListTranscriptsPagedResponse

listTranscriptsCallable()

public final UnaryCallable<ListTranscriptsRequest,ListTranscriptsResponse> listTranscriptsCallable()

Developer Preview. Lists the set of transcripts from the conference record.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListTranscriptsRequest request =
       ListTranscriptsRequest.newBuilder()
           .setParent(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   while (true) {
     ListTranscriptsResponse response =
         conferenceRecordsServiceClient.listTranscriptsCallable().call(request);
     for (Transcript element : response.getTranscriptsList()) {
       // doThingsWith(element);
     }
     String nextPageToken = response.getNextPageToken();
     if (!Strings.isNullOrEmpty(nextPageToken)) {
       request = request.toBuilder().setPageToken(nextPageToken).build();
     } else {
       break;
     }
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListTranscriptsRequest,ListTranscriptsResponse>

listTranscriptsPagedCallable()

public final UnaryCallable<ListTranscriptsRequest,ConferenceRecordsServiceClient.ListTranscriptsPagedResponse> listTranscriptsPagedCallable()

Developer Preview. Lists the set of transcripts from the conference record.

Sample code:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 try (ConferenceRecordsServiceClient conferenceRecordsServiceClient =
     ConferenceRecordsServiceClient.create()) {
   ListTranscriptsRequest request =
       ListTranscriptsRequest.newBuilder()
           .setParent(ConferenceRecordName.of("[CONFERENCE_RECORD]").toString())
           .setPageSize(883849137)
           .setPageToken("pageToken873572522")
           .build();
   ApiFuture<Transcript> future =
       conferenceRecordsServiceClient.listTranscriptsPagedCallable().futureCall(request);
   // Do something.
   for (Transcript element : future.get().iterateAll()) {
     // doThingsWith(element);
   }
 }
 
Returns
TypeDescription
UnaryCallable<ListTranscriptsRequest,ListTranscriptsPagedResponse>

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()