You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/Contactcenterinsights.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3264,7 +3264,7 @@ public Create setParent(java.lang.String parent) {
3264
3264
* Optional. A unique ID for the new AuthorizedViewSet. This ID will become the final
3265
3265
* component of the AuthorizedViewSet's resource name. If no ID is specified, a server-
3266
3266
* generated ID will be used. This value should be 4-64 characters and must match the
3267
-
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See go/aip/122#resource-id-
3267
+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
3268
3268
* segments
3269
3269
*/
3270
3270
@com.google.api.client.util.Key
@@ -3273,7 +3273,7 @@ public Create setParent(java.lang.String parent) {
3273
3273
/** Optional. A unique ID for the new AuthorizedViewSet. This ID will become the final component of the
3274
3274
AuthorizedViewSet's resource name. If no ID is specified, a server-generated ID will be used. This
3275
3275
value should be 4-64 characters and must match the regular expression
3276
-
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See go/aip/122#resource-id-segments
3276
+
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-segments
3277
3277
*/
3278
3278
public java.lang.String getAuthorizedViewSetId() {
3279
3279
return authorizedViewSetId;
@@ -3283,7 +3283,7 @@ public java.lang.String getAuthorizedViewSetId() {
3283
3283
* Optional. A unique ID for the new AuthorizedViewSet. This ID will become the final
3284
3284
* component of the AuthorizedViewSet's resource name. If no ID is specified, a server-
3285
3285
* generated ID will be used. This value should be 4-64 characters and must match the
3286
-
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See go/aip/122#resource-id-
3286
+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
3287
3287
* segments
3288
3288
*/
3289
3289
public Create setAuthorizedViewSetId(java.lang.String authorizedViewSetId) {
@@ -4136,7 +4136,7 @@ public Create setParent(java.lang.String parent) {
4136
4136
* Optional. A unique ID for the new AuthorizedView. This ID will become the final
4137
4137
* component of the AuthorizedView's resource name. If no ID is specified, a server-
4138
4138
* generated ID will be used. This value should be 4-64 characters and must match the
4139
-
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See go/aip/122#resource-id-
4139
+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
4140
4140
* segments
4141
4141
*/
4142
4142
@com.google.api.client.util.Key
@@ -4145,7 +4145,7 @@ public Create setParent(java.lang.String parent) {
4145
4145
/** Optional. A unique ID for the new AuthorizedView. This ID will become the final component of the
4146
4146
AuthorizedView's resource name. If no ID is specified, a server-generated ID will be used. This
4147
4147
value should be 4-64 characters and must match the regular expression
4148
-
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See go/aip/122#resource-id-segments
4148
+
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-segments
4149
4149
*/
4150
4150
public java.lang.String getAuthorizedViewId() {
4151
4151
return authorizedViewId;
@@ -4155,7 +4155,7 @@ public java.lang.String getAuthorizedViewId() {
4155
4155
* Optional. A unique ID for the new AuthorizedView. This ID will become the final
4156
4156
* component of the AuthorizedView's resource name. If no ID is specified, a server-
4157
4157
* generated ID will be used. This value should be 4-64 characters and must match the
4158
-
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See go/aip/122#resource-id-
4158
+
* regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. See aip.dev/122#resource-id-
4159
4159
* segments
4160
4160
*/
4161
4161
public Create setAuthorizedViewId(java.lang.String authorizedViewId) {
0 commit comments