Skip to content

Commit fb90d4d

Browse files
1 parent 4d755c6 commit fb90d4d

File tree

5 files changed

+160
-42
lines changed

5 files changed

+160
-42
lines changed

clients/google-api-services-meet/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-meet</artifactId>
25-
<version>v2-rev20240626-2.0.0</version>
25+
<version>v2-rev20240716-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-meet:v2-rev20240626-2.0.0'
38+
implementation 'com.google.apis:google-api-services-meet:v2-rev20240716-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-meet/v2/2.0.0/com/google/api/services/meet/v2/Meet.java

Lines changed: 127 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,14 +2385,19 @@ public Create set(String parameterName, Object value) {
23852385
}
23862386
}
23872387
/**
2388-
* Ends an active conference (if there's one).
2388+
* Ends an active conference (if there's one). For an example, see [End active
2389+
* conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference).
23892390
*
23902391
* Create a request for the method "spaces.endActiveConference".
23912392
*
23922393
* This request holds the parameters needed by the meet server. After setting any optional
23932394
* parameters, call the {@link EndActiveConference#execute()} method to invoke the remote operation.
23942395
*
2395-
* @param name Required. Resource name of the space.
2396+
* @param name Required. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource identifier
2397+
* for the space. It's a unique, server-generated ID and is case sensitive. For example,
2398+
* `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting
2399+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-
2400+
* space).
23962401
* @param content the {@link com.google.api.services.meet.v2.model.EndActiveConferenceRequest}
23972402
* @return the request
23982403
*/
@@ -2410,7 +2415,9 @@ public class EndActiveConference extends MeetRequest<com.google.api.services.mee
24102415
java.util.regex.Pattern.compile("^spaces/[^/]+$");
24112416

24122417
/**
2413-
* Ends an active conference (if there's one).
2418+
* Ends an active conference (if there's one). For an example, see [End active
2419+
* conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-
2420+
* conference).
24142421
*
24152422
* Create a request for the method "spaces.endActiveConference".
24162423
*
@@ -2420,7 +2427,11 @@ public class EndActiveConference extends MeetRequest<com.google.api.services.mee
24202427
* AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
24212428
* invoking the constructor. </p>
24222429
*
2423-
* @param name Required. Resource name of the space.
2430+
* @param name Required. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource identifier
2431+
* for the space. It's a unique, server-generated ID and is case sensitive. For example,
2432+
* `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting
2433+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-
2434+
* space).
24242435
* @param content the {@link com.google.api.services.meet.v2.model.EndActiveConferenceRequest}
24252436
* @since 1.13
24262437
*/
@@ -2489,17 +2500,32 @@ public EndActiveConference setUploadProtocol(java.lang.String uploadProtocol) {
24892500
return (EndActiveConference) super.setUploadProtocol(uploadProtocol);
24902501
}
24912502

2492-
/** Required. Resource name of the space. */
2503+
/**
2504+
* Required. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource
2505+
* identifier for the space. It's a unique, server-generated ID and is case sensitive. For
2506+
* example, `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting
2507+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-
2508+
* space).
2509+
*/
24932510
@com.google.api.client.util.Key
24942511
private java.lang.String name;
24952512

2496-
/** Required. Resource name of the space.
2513+
/** Required. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource
2514+
identifier for the space. It's a unique, server-generated ID and is case sensitive. For example,
2515+
`jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting
2516+
space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
24972517
*/
24982518
public java.lang.String getName() {
24992519
return name;
25002520
}
25012521

2502-
/** Required. Resource name of the space. */
2522+
/**
2523+
* Required. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource
2524+
* identifier for the space. It's a unique, server-generated ID and is case sensitive. For
2525+
* example, `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting
2526+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-
2527+
* space).
2528+
*/
25032529
public EndActiveConference setName(java.lang.String name) {
25042530
if (!getSuppressPatternChecks()) {
25052531
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -2516,14 +2542,25 @@ public EndActiveConference set(String parameterName, Object value) {
25162542
}
25172543
}
25182544
/**
2519-
* Gets a space by `space_id` or `meeting_code`.
2545+
* Gets details about a meeting space. For an example, see [Get a meeting
2546+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
25202547
*
25212548
* Create a request for the method "spaces.get".
25222549
*
25232550
* This request holds the parameters needed by the meet server. After setting any optional
25242551
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
25252552
*
2526-
* @param name Required. Resource name of the space.
2553+
* @param name Required. Resource name of the space. Format: `spaces/{space}` or `spaces/{meetingCode}`. `{space}`
2554+
* is the resource identifier for the space. It's a unique, server-generated ID and is case
2555+
* sensitive. For example, `jQCFfuBOdN5z`. `{meetingCode}` is an alias for the space. It's a
2556+
* typeable, unique character string and is non-case sensitive. For example, `abc-mnop-xyz`.
2557+
* The maximum length is 128 characters. A `meetingCode` shouldn't be stored long term as it
2558+
* can become dissociated from a meeting space and can be reused for different meeting spaces
2559+
* in the future. Generally, a `meetingCode` expires 365 days after last use. For more
2560+
* information, see [Learn about meeting codes in Google
2561+
* Meet](https://support.google.com/meet/answer/10710509). For more information, see [How
2562+
* Meet identifies a meeting space](https://developers.google.com/meet/api/guides/meeting-
2563+
* spaces#identify-meeting-space).
25272564
* @return the request
25282565
*/
25292566
public Get get(java.lang.String name) throws java.io.IOException {
@@ -2540,7 +2577,8 @@ public class Get extends MeetRequest<com.google.api.services.meet.v2.model.Space
25402577
java.util.regex.Pattern.compile("^spaces/[^/]+$");
25412578

25422579
/**
2543-
* Gets a space by `space_id` or `meeting_code`.
2580+
* Gets details about a meeting space. For an example, see [Get a meeting
2581+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space).
25442582
*
25452583
* Create a request for the method "spaces.get".
25462584
*
@@ -2549,7 +2587,17 @@ public class Get extends MeetRequest<com.google.api.services.meet.v2.model.Space
25492587
* Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must be
25502588
* called to initialize this instance immediately after invoking the constructor. </p>
25512589
*
2552-
* @param name Required. Resource name of the space.
2590+
* @param name Required. Resource name of the space. Format: `spaces/{space}` or `spaces/{meetingCode}`. `{space}`
2591+
* is the resource identifier for the space. It's a unique, server-generated ID and is case
2592+
* sensitive. For example, `jQCFfuBOdN5z`. `{meetingCode}` is an alias for the space. It's a
2593+
* typeable, unique character string and is non-case sensitive. For example, `abc-mnop-xyz`.
2594+
* The maximum length is 128 characters. A `meetingCode` shouldn't be stored long term as it
2595+
* can become dissociated from a meeting space and can be reused for different meeting spaces
2596+
* in the future. Generally, a `meetingCode` expires 365 days after last use. For more
2597+
* information, see [Learn about meeting codes in Google
2598+
* Meet](https://support.google.com/meet/answer/10710509). For more information, see [How
2599+
* Meet identifies a meeting space](https://developers.google.com/meet/api/guides/meeting-
2600+
* spaces#identify-meeting-space).
25532601
* @since 1.13
25542602
*/
25552603
protected Get(java.lang.String name) {
@@ -2627,17 +2675,50 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
26272675
return (Get) super.setUploadProtocol(uploadProtocol);
26282676
}
26292677

2630-
/** Required. Resource name of the space. */
2678+
/**
2679+
* Required. Resource name of the space. Format: `spaces/{space}` or `spaces/{meetingCode}`.
2680+
* `{space}` is the resource identifier for the space. It's a unique, server-generated ID and
2681+
* is case sensitive. For example, `jQCFfuBOdN5z`. `{meetingCode}` is an alias for the space.
2682+
* It's a typeable, unique character string and is non-case sensitive. For example, `abc-mnop-
2683+
* xyz`. The maximum length is 128 characters. A `meetingCode` shouldn't be stored long term
2684+
* as it can become dissociated from a meeting space and can be reused for different meeting
2685+
* spaces in the future. Generally, a `meetingCode` expires 365 days after last use. For more
2686+
* information, see [Learn about meeting codes in Google
2687+
* Meet](https://support.google.com/meet/answer/10710509). For more information, see [How Meet
2688+
* identifies a meeting space](https://developers.google.com/meet/api/guides/meeting-
2689+
* spaces#identify-meeting-space).
2690+
*/
26312691
@com.google.api.client.util.Key
26322692
private java.lang.String name;
26332693

2634-
/** Required. Resource name of the space.
2694+
/** Required. Resource name of the space. Format: `spaces/{space}` or `spaces/{meetingCode}`. `{space}`
2695+
is the resource identifier for the space. It's a unique, server-generated ID and is case sensitive.
2696+
For example, `jQCFfuBOdN5z`. `{meetingCode}` is an alias for the space. It's a typeable, unique
2697+
character string and is non-case sensitive. For example, `abc-mnop-xyz`. The maximum length is 128
2698+
characters. A `meetingCode` shouldn't be stored long term as it can become dissociated from a
2699+
meeting space and can be reused for different meeting spaces in the future. Generally, a
2700+
`meetingCode` expires 365 days after last use. For more information, see [Learn about meeting codes
2701+
in Google Meet](https://support.google.com/meet/answer/10710509). For more information, see [How
2702+
Meet identifies a meeting space](https://developers.google.com/meet/api/guides/meeting-
2703+
spaces#identify-meeting-space).
26352704
*/
26362705
public java.lang.String getName() {
26372706
return name;
26382707
}
26392708

2640-
/** Required. Resource name of the space. */
2709+
/**
2710+
* Required. Resource name of the space. Format: `spaces/{space}` or `spaces/{meetingCode}`.
2711+
* `{space}` is the resource identifier for the space. It's a unique, server-generated ID and
2712+
* is case sensitive. For example, `jQCFfuBOdN5z`. `{meetingCode}` is an alias for the space.
2713+
* It's a typeable, unique character string and is non-case sensitive. For example, `abc-mnop-
2714+
* xyz`. The maximum length is 128 characters. A `meetingCode` shouldn't be stored long term
2715+
* as it can become dissociated from a meeting space and can be reused for different meeting
2716+
* spaces in the future. Generally, a `meetingCode` expires 365 days after last use. For more
2717+
* information, see [Learn about meeting codes in Google
2718+
* Meet](https://support.google.com/meet/answer/10710509). For more information, see [How Meet
2719+
* identifies a meeting space](https://developers.google.com/meet/api/guides/meeting-
2720+
* spaces#identify-meeting-space).
2721+
*/
26412722
public Get setName(java.lang.String name) {
26422723
if (!getSuppressPatternChecks()) {
26432724
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -2654,14 +2735,19 @@ public Get set(String parameterName, Object value) {
26542735
}
26552736
}
26562737
/**
2657-
* Updates a space.
2738+
* Updates details about a meeting space. For an example, see [Update a meeting
2739+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
26582740
*
26592741
* Create a request for the method "spaces.patch".
26602742
*
26612743
* This request holds the parameters needed by the meet server. After setting any optional
26622744
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
26632745
*
2664-
* @param name Immutable. Resource name of the space. Format: `spaces/{space}`
2746+
* @param name Immutable. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource
2747+
* identifier for the space. It's a unique, server-generated ID and is case sensitive. For
2748+
* example, `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting
2749+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-
2750+
* space).
26652751
* @param content the {@link com.google.api.services.meet.v2.model.Space}
26662752
* @return the request
26672753
*/
@@ -2679,7 +2765,8 @@ public class Patch extends MeetRequest<com.google.api.services.meet.v2.model.Spa
26792765
java.util.regex.Pattern.compile("^spaces/[^/]+$");
26802766

26812767
/**
2682-
* Updates a space.
2768+
* Updates details about a meeting space. For an example, see [Update a meeting
2769+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space).
26832770
*
26842771
* Create a request for the method "spaces.patch".
26852772
*
@@ -2688,7 +2775,11 @@ public class Patch extends MeetRequest<com.google.api.services.meet.v2.model.Spa
26882775
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
26892776
* be called to initialize this instance immediately after invoking the constructor. </p>
26902777
*
2691-
* @param name Immutable. Resource name of the space. Format: `spaces/{space}`
2778+
* @param name Immutable. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource
2779+
* identifier for the space. It's a unique, server-generated ID and is case sensitive. For
2780+
* example, `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting
2781+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-
2782+
* space).
26922783
* @param content the {@link com.google.api.services.meet.v2.model.Space}
26932784
* @since 1.13
26942785
*/
@@ -2757,17 +2848,32 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
27572848
return (Patch) super.setUploadProtocol(uploadProtocol);
27582849
}
27592850

2760-
/** Immutable. Resource name of the space. Format: `spaces/{space}` */
2851+
/**
2852+
* Immutable. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource
2853+
* identifier for the space. It's a unique, server-generated ID and is case sensitive. For
2854+
* example, `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting
2855+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-
2856+
* space).
2857+
*/
27612858
@com.google.api.client.util.Key
27622859
private java.lang.String name;
27632860

2764-
/** Immutable. Resource name of the space. Format: `spaces/{space}`
2861+
/** Immutable. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource
2862+
identifier for the space. It's a unique, server-generated ID and is case sensitive. For example,
2863+
`jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting
2864+
space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).
27652865
*/
27662866
public java.lang.String getName() {
27672867
return name;
27682868
}
27692869

2770-
/** Immutable. Resource name of the space. Format: `spaces/{space}` */
2870+
/**
2871+
* Immutable. Resource name of the space. Format: `spaces/{space}`. `{space}` is the resource
2872+
* identifier for the space. It's a unique, server-generated ID and is case sensitive. For
2873+
* example, `jQCFfuBOdN5z`. For more information, see [How Meet identifies a meeting
2874+
* space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-
2875+
* space).
2876+
*/
27712877
public Patch setName(java.lang.String name) {
27722878
if (!getSuppressPatternChecks()) {
27732879
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),

0 commit comments

Comments
 (0)