Skip to content

Commit e3e2156

Browse files
1 parent 4f543e4 commit e3e2156

File tree

21 files changed

+813
-210
lines changed

21 files changed

+813
-210
lines changed

clients/google-api-services-appengine/v1/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-appengine</artifactId>
25-
<version>v1-rev20250930-2.0.0</version>
25+
<version>v1-rev20251103-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-appengine:v1-rev20250930-2.0.0'
38+
implementation 'com.google.apis:google-api-services-appengine:v1-rev20251103-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-appengine/v1/2.0.0/com/google/api/services/appengine/v1/Appengine.java

Lines changed: 207 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3848,22 +3848,22 @@ public List setAppsId(java.lang.String appsId) {
38483848
}
38493849

38503850
/**
3851-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
3852-
* is primarily intended for internal usage.
3851+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
3852+
* documented otherwise. This is primarily for internal usage.
38533853
*/
38543854
@com.google.api.client.util.Key
38553855
private java.util.List<java.lang.String> extraLocationTypes;
38563856

3857-
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
3858-
primarily intended for internal usage.
3857+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
3858+
otherwise. This is primarily for internal usage.
38593859
*/
38603860
public java.util.List<java.lang.String> getExtraLocationTypes() {
38613861
return extraLocationTypes;
38623862
}
38633863

38643864
/**
3865-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
3866-
* is primarily intended for internal usage.
3865+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
3866+
* documented otherwise. This is primarily for internal usage.
38673867
*/
38683868
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
38693869
this.extraLocationTypes = extraLocationTypes;
@@ -8852,6 +8852,207 @@ public Get set(String parameterName, Object value) {
88528852
return (Get) super.set(parameterName, value);
88538853
}
88548854
}
8855+
/**
8856+
* Lists the domain mappings on an application.
8857+
*
8858+
* Create a request for the method "domainMappings.list".
8859+
*
8860+
* This request holds the parameters needed by the appengine server. After setting any optional
8861+
* parameters, call the {@link List#execute()} method to invoke the remote operation.
8862+
*
8863+
* @param projectsId Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp.
8864+
* @param locationsId Part of `parent`. See documentation of `projectsId`.
8865+
* @param applicationsId Part of `parent`. See documentation of `projectsId`.
8866+
* @return the request
8867+
*/
8868+
public List list(java.lang.String projectsId, java.lang.String locationsId, java.lang.String applicationsId) throws java.io.IOException {
8869+
List result = new List(projectsId, locationsId, applicationsId);
8870+
initialize(result);
8871+
return result;
8872+
}
8873+
8874+
public class List extends AppengineRequest<com.google.api.services.appengine.v1.model.ListDomainMappingsResponse> {
8875+
8876+
private static final String REST_PATH = "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings";
8877+
8878+
/**
8879+
* Lists the domain mappings on an application.
8880+
*
8881+
* Create a request for the method "domainMappings.list".
8882+
*
8883+
* This request holds the parameters needed by the the appengine server. After setting any
8884+
* optional parameters, call the {@link List#execute()} method to invoke the remote operation. <p>
8885+
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
8886+
* must be called to initialize this instance immediately after invoking the constructor. </p>
8887+
*
8888+
* @param projectsId Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp.
8889+
* @param locationsId Part of `parent`. See documentation of `projectsId`.
8890+
* @param applicationsId Part of `parent`. See documentation of `projectsId`.
8891+
* @since 1.13
8892+
*/
8893+
protected List(java.lang.String projectsId, java.lang.String locationsId, java.lang.String applicationsId) {
8894+
super(Appengine.this, "GET", REST_PATH, null, com.google.api.services.appengine.v1.model.ListDomainMappingsResponse.class);
8895+
this.projectsId = com.google.api.client.util.Preconditions.checkNotNull(projectsId, "Required parameter projectsId must be specified.");
8896+
this.locationsId = com.google.api.client.util.Preconditions.checkNotNull(locationsId, "Required parameter locationsId must be specified.");
8897+
this.applicationsId = com.google.api.client.util.Preconditions.checkNotNull(applicationsId, "Required parameter applicationsId must be specified.");
8898+
}
8899+
8900+
@Override
8901+
public com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException {
8902+
return super.executeUsingHead();
8903+
}
8904+
8905+
@Override
8906+
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException {
8907+
return super.buildHttpRequestUsingHead();
8908+
}
8909+
8910+
@Override
8911+
public List set$Xgafv(java.lang.String $Xgafv) {
8912+
return (List) super.set$Xgafv($Xgafv);
8913+
}
8914+
8915+
@Override
8916+
public List setAccessToken(java.lang.String accessToken) {
8917+
return (List) super.setAccessToken(accessToken);
8918+
}
8919+
8920+
@Override
8921+
public List setAlt(java.lang.String alt) {
8922+
return (List) super.setAlt(alt);
8923+
}
8924+
8925+
@Override
8926+
public List setCallback(java.lang.String callback) {
8927+
return (List) super.setCallback(callback);
8928+
}
8929+
8930+
@Override
8931+
public List setFields(java.lang.String fields) {
8932+
return (List) super.setFields(fields);
8933+
}
8934+
8935+
@Override
8936+
public List setKey(java.lang.String key) {
8937+
return (List) super.setKey(key);
8938+
}
8939+
8940+
@Override
8941+
public List setOauthToken(java.lang.String oauthToken) {
8942+
return (List) super.setOauthToken(oauthToken);
8943+
}
8944+
8945+
@Override
8946+
public List setPrettyPrint(java.lang.Boolean prettyPrint) {
8947+
return (List) super.setPrettyPrint(prettyPrint);
8948+
}
8949+
8950+
@Override
8951+
public List setQuotaUser(java.lang.String quotaUser) {
8952+
return (List) super.setQuotaUser(quotaUser);
8953+
}
8954+
8955+
@Override
8956+
public List setUploadType(java.lang.String uploadType) {
8957+
return (List) super.setUploadType(uploadType);
8958+
}
8959+
8960+
@Override
8961+
public List setUploadProtocol(java.lang.String uploadProtocol) {
8962+
return (List) super.setUploadProtocol(uploadProtocol);
8963+
}
8964+
8965+
/**
8966+
* Part of `parent`. Required. Name of the parent Application resource. Example:
8967+
* apps/myapp.
8968+
*/
8969+
@com.google.api.client.util.Key
8970+
private java.lang.String projectsId;
8971+
8972+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp.
8973+
*/
8974+
public java.lang.String getProjectsId() {
8975+
return projectsId;
8976+
}
8977+
8978+
/**
8979+
* Part of `parent`. Required. Name of the parent Application resource. Example:
8980+
* apps/myapp.
8981+
*/
8982+
public List setProjectsId(java.lang.String projectsId) {
8983+
this.projectsId = projectsId;
8984+
return this;
8985+
}
8986+
8987+
/** Part of `parent`. See documentation of `projectsId`. */
8988+
@com.google.api.client.util.Key
8989+
private java.lang.String locationsId;
8990+
8991+
/** Part of `parent`. See documentation of `projectsId`.
8992+
*/
8993+
public java.lang.String getLocationsId() {
8994+
return locationsId;
8995+
}
8996+
8997+
/** Part of `parent`. See documentation of `projectsId`. */
8998+
public List setLocationsId(java.lang.String locationsId) {
8999+
this.locationsId = locationsId;
9000+
return this;
9001+
}
9002+
9003+
/** Part of `parent`. See documentation of `projectsId`. */
9004+
@com.google.api.client.util.Key
9005+
private java.lang.String applicationsId;
9006+
9007+
/** Part of `parent`. See documentation of `projectsId`.
9008+
*/
9009+
public java.lang.String getApplicationsId() {
9010+
return applicationsId;
9011+
}
9012+
9013+
/** Part of `parent`. See documentation of `projectsId`. */
9014+
public List setApplicationsId(java.lang.String applicationsId) {
9015+
this.applicationsId = applicationsId;
9016+
return this;
9017+
}
9018+
9019+
/** Maximum results to return per page. */
9020+
@com.google.api.client.util.Key
9021+
private java.lang.Integer pageSize;
9022+
9023+
/** Maximum results to return per page.
9024+
*/
9025+
public java.lang.Integer getPageSize() {
9026+
return pageSize;
9027+
}
9028+
9029+
/** Maximum results to return per page. */
9030+
public List setPageSize(java.lang.Integer pageSize) {
9031+
this.pageSize = pageSize;
9032+
return this;
9033+
}
9034+
9035+
/** Continuation token for fetching the next page of results. */
9036+
@com.google.api.client.util.Key
9037+
private java.lang.String pageToken;
9038+
9039+
/** Continuation token for fetching the next page of results.
9040+
*/
9041+
public java.lang.String getPageToken() {
9042+
return pageToken;
9043+
}
9044+
9045+
/** Continuation token for fetching the next page of results. */
9046+
public List setPageToken(java.lang.String pageToken) {
9047+
this.pageToken = pageToken;
9048+
return this;
9049+
}
9050+
9051+
@Override
9052+
public List set(String parameterName, Object value) {
9053+
return (List) super.set(parameterName, value);
9054+
}
9055+
}
88559056
/**
88569057
* Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update
88579058
* certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to

clients/google-api-services-appengine/v1/2.0.0/com/google/api/services/appengine/v1/model/AuthorizedCertificate.java

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public final class AuthorizedCertificate extends com.google.api.client.json.Gene
5757
private java.lang.Integer domainMappingsCount;
5858

5959
/**
60-
* Topmost applicable domains of this certificate. This certificate applies to these domains and
61-
* their subdomains. Example: example.com.@OutputOnly
60+
* Output only. Topmost applicable domains of this certificate. This certificate applies to these
61+
* domains and their subdomains. Example: example.com.@OutputOnly
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
@@ -74,8 +74,8 @@ public final class AuthorizedCertificate extends com.google.api.client.json.Gene
7474
private String expireTime;
7575

7676
/**
77-
* Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate
78-
* resource creation. Example: 12345.@OutputOnly
77+
* Output only. Relative name of the certificate. This is a unique value autogenerated on
78+
* AuthorizedCertificate resource creation. Example: 12345.@OutputOnly
7979
* The value may be {@code null}.
8080
*/
8181
@com.google.api.client.util.Key
@@ -92,19 +92,19 @@ public final class AuthorizedCertificate extends com.google.api.client.json.Gene
9292
private ManagedCertificate managedCertificate;
9393

9494
/**
95-
* Full path to the AuthorizedCertificate resource in the API. Example:
95+
* Output only. Full path to the AuthorizedCertificate resource in the API. Example:
9696
* apps/myapp/authorizedCertificates/12345.@OutputOnly
9797
* The value may be {@code null}.
9898
*/
9999
@com.google.api.client.util.Key
100100
private java.lang.String name;
101101

102102
/**
103-
* The full paths to user visible Domain Mapping resources that have this certificate mapped.
104-
* Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped
105-
* domain mappings if the user does not have VIEWER permissions on all of the applications that
106-
* have this certificate mapped. See domain_mappings_count for a complete count.Only returned by
107-
* GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE
103+
* Output only. The full paths to user visible Domain Mapping resources that have this certificate
104+
* mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of
105+
* mapped domain mappings if the user does not have VIEWER permissions on all of the applications
106+
* that have this certificate mapped. See domain_mappings_count for a complete count.Only returned
107+
* by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE
108108
* option.@OutputOnly
109109
* The value may be {@code null}.
110110
*/
@@ -173,17 +173,17 @@ public AuthorizedCertificate setDomainMappingsCount(java.lang.Integer domainMapp
173173
}
174174

175175
/**
176-
* Topmost applicable domains of this certificate. This certificate applies to these domains and
177-
* their subdomains. Example: example.com.@OutputOnly
176+
* Output only. Topmost applicable domains of this certificate. This certificate applies to these
177+
* domains and their subdomains. Example: example.com.@OutputOnly
178178
* @return value or {@code null} for none
179179
*/
180180
public java.util.List<java.lang.String> getDomainNames() {
181181
return domainNames;
182182
}
183183

184184
/**
185-
* Topmost applicable domains of this certificate. This certificate applies to these domains and
186-
* their subdomains. Example: example.com.@OutputOnly
185+
* Output only. Topmost applicable domains of this certificate. This certificate applies to these
186+
* domains and their subdomains. Example: example.com.@OutputOnly
187187
* @param domainNames domainNames or {@code null} for none
188188
*/
189189
public AuthorizedCertificate setDomainNames(java.util.List<java.lang.String> domainNames) {
@@ -213,17 +213,17 @@ public AuthorizedCertificate setExpireTime(String expireTime) {
213213
}
214214

215215
/**
216-
* Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate
217-
* resource creation. Example: 12345.@OutputOnly
216+
* Output only. Relative name of the certificate. This is a unique value autogenerated on
217+
* AuthorizedCertificate resource creation. Example: 12345.@OutputOnly
218218
* @return value or {@code null} for none
219219
*/
220220
public java.lang.String getId() {
221221
return id;
222222
}
223223

224224
/**
225-
* Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate
226-
* resource creation. Example: 12345.@OutputOnly
225+
* Output only. Relative name of the certificate. This is a unique value autogenerated on
226+
* AuthorizedCertificate resource creation. Example: 12345.@OutputOnly
227227
* @param id id or {@code null} for none
228228
*/
229229
public AuthorizedCertificate setId(java.lang.String id) {
@@ -255,7 +255,7 @@ public AuthorizedCertificate setManagedCertificate(ManagedCertificate managedCer
255255
}
256256

257257
/**
258-
* Full path to the AuthorizedCertificate resource in the API. Example:
258+
* Output only. Full path to the AuthorizedCertificate resource in the API. Example:
259259
* apps/myapp/authorizedCertificates/12345.@OutputOnly
260260
* @return value or {@code null} for none
261261
*/
@@ -264,7 +264,7 @@ public java.lang.String getName() {
264264
}
265265

266266
/**
267-
* Full path to the AuthorizedCertificate resource in the API. Example:
267+
* Output only. Full path to the AuthorizedCertificate resource in the API. Example:
268268
* apps/myapp/authorizedCertificates/12345.@OutputOnly
269269
* @param name name or {@code null} for none
270270
*/
@@ -274,11 +274,11 @@ public AuthorizedCertificate setName(java.lang.String name) {
274274
}
275275

276276
/**
277-
* The full paths to user visible Domain Mapping resources that have this certificate mapped.
278-
* Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped
279-
* domain mappings if the user does not have VIEWER permissions on all of the applications that
280-
* have this certificate mapped. See domain_mappings_count for a complete count.Only returned by
281-
* GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE
277+
* Output only. The full paths to user visible Domain Mapping resources that have this certificate
278+
* mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of
279+
* mapped domain mappings if the user does not have VIEWER permissions on all of the applications
280+
* that have this certificate mapped. See domain_mappings_count for a complete count.Only returned
281+
* by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE
282282
* option.@OutputOnly
283283
* @return value or {@code null} for none
284284
*/
@@ -287,11 +287,11 @@ public java.util.List<java.lang.String> getVisibleDomainMappings() {
287287
}
288288

289289
/**
290-
* The full paths to user visible Domain Mapping resources that have this certificate mapped.
291-
* Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped
292-
* domain mappings if the user does not have VIEWER permissions on all of the applications that
293-
* have this certificate mapped. See domain_mappings_count for a complete count.Only returned by
294-
* GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE
290+
* Output only. The full paths to user visible Domain Mapping resources that have this certificate
291+
* mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of
292+
* mapped domain mappings if the user does not have VIEWER permissions on all of the applications
293+
* that have this certificate mapped. See domain_mappings_count for a complete count.Only returned
294+
* by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE
295295
* option.@OutputOnly
296296
* @param visibleDomainMappings visibleDomainMappings or {@code null} for none
297297
*/

0 commit comments

Comments
 (0)