1717package com .google .api .services .meet .v2 .model ;
1818
1919/**
20- * Details how to join the conference via a SIP gateway.
20+ * Details how to join the conference through a SIP gateway.
2121 *
2222 * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323 * transmitted over HTTP when working with the Google Meet API. For a detailed explanation see:
3030public final class GatewaySipAccess extends com .google .api .client .json .GenericJson {
3131
3232 /**
33- * Permanent numeric code for manual entry on specially configured devices.
33+ * The permanent numeric code for manual entry on specially configured devices.
3434 * The value may be {@code null}.
3535 */
3636 @ com .google .api .client .util .Key
3737 private java .lang .String sipAccessCode ;
3838
3939 /**
40- * The SIP URI the conference can be reached through. The string is on one of the formats: "sip:@"
41- * "sips:@" where currently is the 13-digit universal pin, and is a valid address to be resolved
42- * using a DNS SRV lookup, or a dotted quad.
40+ * The Session Initiation Protocol (SIP) URI the conference can be reached through. The string is
41+ * in one of these formats: * "sip:USER_ID@GATEWAY_ADDRESS" * "sips:USER_ID@GATEWAY_ADDRESS" where
42+ * USER_ID is the 13-digit universal pin (with the future option to support using a Meet meeting
43+ * code as well), and GATEWAY_ADDRESS is a valid address to be resolved using a DNS SRV lookup, or
44+ * a dotted quad.
4345 * The value may be {@code null}.
4446 */
4547 @ com .google .api .client .util .Key
4648 private java .lang .String uri ;
4749
4850 /**
49- * Permanent numeric code for manual entry on specially configured devices.
51+ * The permanent numeric code for manual entry on specially configured devices.
5052 * @return value or {@code null} for none
5153 */
5254 public java .lang .String getSipAccessCode () {
5355 return sipAccessCode ;
5456 }
5557
5658 /**
57- * Permanent numeric code for manual entry on specially configured devices.
59+ * The permanent numeric code for manual entry on specially configured devices.
5860 * @param sipAccessCode sipAccessCode or {@code null} for none
5961 */
6062 public GatewaySipAccess setSipAccessCode (java .lang .String sipAccessCode ) {
@@ -63,19 +65,23 @@ public GatewaySipAccess setSipAccessCode(java.lang.String sipAccessCode) {
6365 }
6466
6567 /**
66- * The SIP URI the conference can be reached through. The string is on one of the formats: "sip:@"
67- * "sips:@" where currently is the 13-digit universal pin, and is a valid address to be resolved
68- * using a DNS SRV lookup, or a dotted quad.
68+ * The Session Initiation Protocol (SIP) URI the conference can be reached through. The string is
69+ * in one of these formats: * "sip:USER_ID@GATEWAY_ADDRESS" * "sips:USER_ID@GATEWAY_ADDRESS" where
70+ * USER_ID is the 13-digit universal pin (with the future option to support using a Meet meeting
71+ * code as well), and GATEWAY_ADDRESS is a valid address to be resolved using a DNS SRV lookup, or
72+ * a dotted quad.
6973 * @return value or {@code null} for none
7074 */
7175 public java .lang .String getUri () {
7276 return uri ;
7377 }
7478
7579 /**
76- * The SIP URI the conference can be reached through. The string is on one of the formats: "sip:@"
77- * "sips:@" where currently is the 13-digit universal pin, and is a valid address to be resolved
78- * using a DNS SRV lookup, or a dotted quad.
80+ * The Session Initiation Protocol (SIP) URI the conference can be reached through. The string is
81+ * in one of these formats: * "sip:USER_ID@GATEWAY_ADDRESS" * "sips:USER_ID@GATEWAY_ADDRESS" where
82+ * USER_ID is the 13-digit universal pin (with the future option to support using a Meet meeting
83+ * code as well), and GATEWAY_ADDRESS is a valid address to be resolved using a DNS SRV lookup, or
84+ * a dotted quad.
7985 * @param uri uri or {@code null} for none
8086 */
8187 public GatewaySipAccess setUri (java .lang .String uri ) {
0 commit comments