Skip to content

Commit 0f929bc

Browse files
1 parent 6727f8e commit 0f929bc

File tree

11 files changed

+625
-49
lines changed

11 files changed

+625
-49
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-rev20250127-2.0.0</version>
25+
<version>v2-rev20250415-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-rev20250127-2.0.0'
38+
implementation 'com.google.apis:google-api-services-meet:v2-rev20250415-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: 54 additions & 40 deletions
Large diffs are not rendered by default.
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.meet.v2.model;
18+
19+
/**
20+
* Configuration related to meeting artifacts potentially generated by this meeting space.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Google Meet API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class ArtifactConfig extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Configuration for recording.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private RecordingConfig recordingConfig;
38+
39+
/**
40+
* Configuration for auto-smart-notes.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private SmartNotesConfig smartNotesConfig;
45+
46+
/**
47+
* Configuration for auto-transcript.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private TranscriptionConfig transcriptionConfig;
52+
53+
/**
54+
* Configuration for recording.
55+
* @return value or {@code null} for none
56+
*/
57+
public RecordingConfig getRecordingConfig() {
58+
return recordingConfig;
59+
}
60+
61+
/**
62+
* Configuration for recording.
63+
* @param recordingConfig recordingConfig or {@code null} for none
64+
*/
65+
public ArtifactConfig setRecordingConfig(RecordingConfig recordingConfig) {
66+
this.recordingConfig = recordingConfig;
67+
return this;
68+
}
69+
70+
/**
71+
* Configuration for auto-smart-notes.
72+
* @return value or {@code null} for none
73+
*/
74+
public SmartNotesConfig getSmartNotesConfig() {
75+
return smartNotesConfig;
76+
}
77+
78+
/**
79+
* Configuration for auto-smart-notes.
80+
* @param smartNotesConfig smartNotesConfig or {@code null} for none
81+
*/
82+
public ArtifactConfig setSmartNotesConfig(SmartNotesConfig smartNotesConfig) {
83+
this.smartNotesConfig = smartNotesConfig;
84+
return this;
85+
}
86+
87+
/**
88+
* Configuration for auto-transcript.
89+
* @return value or {@code null} for none
90+
*/
91+
public TranscriptionConfig getTranscriptionConfig() {
92+
return transcriptionConfig;
93+
}
94+
95+
/**
96+
* Configuration for auto-transcript.
97+
* @param transcriptionConfig transcriptionConfig or {@code null} for none
98+
*/
99+
public ArtifactConfig setTranscriptionConfig(TranscriptionConfig transcriptionConfig) {
100+
this.transcriptionConfig = transcriptionConfig;
101+
return this;
102+
}
103+
104+
@Override
105+
public ArtifactConfig set(String fieldName, Object value) {
106+
return (ArtifactConfig) super.set(fieldName, value);
107+
}
108+
109+
@Override
110+
public ArtifactConfig clone() {
111+
return (ArtifactConfig) super.clone();
112+
}
113+
114+
}
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.meet.v2.model;
18+
19+
/**
20+
* Defines restrictions for features when the meeting is moderated.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Google Meet API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class ModerationRestrictions extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Defines who has permission to send chat messages in the meeting space.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String chatRestriction;
38+
39+
/**
40+
* Defines whether to restrict the default role assigned to users as viewer.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String defaultJoinAsViewerType;
45+
46+
/**
47+
* Defines who has permission to share their screen in the meeting space.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.String presentRestriction;
52+
53+
/**
54+
* Defines who has permission to send reactions in the meeting space.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private java.lang.String reactionRestriction;
59+
60+
/**
61+
* Defines who has permission to send chat messages in the meeting space.
62+
* @return value or {@code null} for none
63+
*/
64+
public java.lang.String getChatRestriction() {
65+
return chatRestriction;
66+
}
67+
68+
/**
69+
* Defines who has permission to send chat messages in the meeting space.
70+
* @param chatRestriction chatRestriction or {@code null} for none
71+
*/
72+
public ModerationRestrictions setChatRestriction(java.lang.String chatRestriction) {
73+
this.chatRestriction = chatRestriction;
74+
return this;
75+
}
76+
77+
/**
78+
* Defines whether to restrict the default role assigned to users as viewer.
79+
* @return value or {@code null} for none
80+
*/
81+
public java.lang.String getDefaultJoinAsViewerType() {
82+
return defaultJoinAsViewerType;
83+
}
84+
85+
/**
86+
* Defines whether to restrict the default role assigned to users as viewer.
87+
* @param defaultJoinAsViewerType defaultJoinAsViewerType or {@code null} for none
88+
*/
89+
public ModerationRestrictions setDefaultJoinAsViewerType(java.lang.String defaultJoinAsViewerType) {
90+
this.defaultJoinAsViewerType = defaultJoinAsViewerType;
91+
return this;
92+
}
93+
94+
/**
95+
* Defines who has permission to share their screen in the meeting space.
96+
* @return value or {@code null} for none
97+
*/
98+
public java.lang.String getPresentRestriction() {
99+
return presentRestriction;
100+
}
101+
102+
/**
103+
* Defines who has permission to share their screen in the meeting space.
104+
* @param presentRestriction presentRestriction or {@code null} for none
105+
*/
106+
public ModerationRestrictions setPresentRestriction(java.lang.String presentRestriction) {
107+
this.presentRestriction = presentRestriction;
108+
return this;
109+
}
110+
111+
/**
112+
* Defines who has permission to send reactions in the meeting space.
113+
* @return value or {@code null} for none
114+
*/
115+
public java.lang.String getReactionRestriction() {
116+
return reactionRestriction;
117+
}
118+
119+
/**
120+
* Defines who has permission to send reactions in the meeting space.
121+
* @param reactionRestriction reactionRestriction or {@code null} for none
122+
*/
123+
public ModerationRestrictions setReactionRestriction(java.lang.String reactionRestriction) {
124+
this.reactionRestriction = reactionRestriction;
125+
return this;
126+
}
127+
128+
@Override
129+
public ModerationRestrictions set(String fieldName, Object value) {
130+
return (ModerationRestrictions) super.set(fieldName, value);
131+
}
132+
133+
@Override
134+
public ModerationRestrictions clone() {
135+
return (ModerationRestrictions) super.clone();
136+
}
137+
138+
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.meet.v2.model;
18+
19+
/**
20+
* Configuration related to recording in a meeting space.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Google Meet API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class RecordingConfig extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Defines whether a meeting space is automatically recorded when someone with the privilege to
34+
* record joins the meeting.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String autoRecordingGeneration;
39+
40+
/**
41+
* Defines whether a meeting space is automatically recorded when someone with the privilege to
42+
* record joins the meeting.
43+
* @return value or {@code null} for none
44+
*/
45+
public java.lang.String getAutoRecordingGeneration() {
46+
return autoRecordingGeneration;
47+
}
48+
49+
/**
50+
* Defines whether a meeting space is automatically recorded when someone with the privilege to
51+
* record joins the meeting.
52+
* @param autoRecordingGeneration autoRecordingGeneration or {@code null} for none
53+
*/
54+
public RecordingConfig setAutoRecordingGeneration(java.lang.String autoRecordingGeneration) {
55+
this.autoRecordingGeneration = autoRecordingGeneration;
56+
return this;
57+
}
58+
59+
@Override
60+
public RecordingConfig set(String fieldName, Object value) {
61+
return (RecordingConfig) super.set(fieldName, value);
62+
}
63+
64+
@Override
65+
public RecordingConfig clone() {
66+
return (RecordingConfig) super.clone();
67+
}
68+
69+
}

0 commit comments

Comments
 (0)