diff --git a/clients/google-api-services-appengine/v1/2.0.0/README.md b/clients/google-api-services-appengine/v1/2.0.0/README.md
index 78cdd3b2785..dca38c127a4 100644
--- a/clients/google-api-services-appengine/v1/2.0.0/README.md
+++ b/clients/google-api-services-appengine/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
{@link + * Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must + * be called to initialize this instance immediately after invoking the constructor.
+ * + * @param projectsId Part of `name`. Required. Name of the resource requested. Example: + * apps/myapp/services/default/versions/v1/instances/instance-1. + * @param locationsId Part of `name`. See documentation of `projectsId`. + * @param applicationsId Part of `name`. See documentation of `projectsId`. + * @param servicesId Part of `name`. See documentation of `projectsId`. + * @param versionsId Part of `name`. See documentation of `projectsId`. + * @param instancesId Part of `name`. See documentation of `projectsId`. + * @since 1.13 + */ + protected Delete(java.lang.String projectsId, java.lang.String locationsId, java.lang.String applicationsId, java.lang.String servicesId, java.lang.String versionsId, java.lang.String instancesId) { + super(Appengine.this, "DELETE", REST_PATH, null, com.google.api.services.appengine.v1.model.Operation.class); + this.projectsId = com.google.api.client.util.Preconditions.checkNotNull(projectsId, "Required parameter projectsId must be specified."); + this.locationsId = com.google.api.client.util.Preconditions.checkNotNull(locationsId, "Required parameter locationsId must be specified."); + this.applicationsId = com.google.api.client.util.Preconditions.checkNotNull(applicationsId, "Required parameter applicationsId must be specified."); + this.servicesId = com.google.api.client.util.Preconditions.checkNotNull(servicesId, "Required parameter servicesId must be specified."); + this.versionsId = com.google.api.client.util.Preconditions.checkNotNull(versionsId, "Required parameter versionsId must be specified."); + this.instancesId = com.google.api.client.util.Preconditions.checkNotNull(instancesId, "Required parameter instancesId must be specified."); + } + + @Override + public Delete set$Xgafv(java.lang.String $Xgafv) { + return (Delete) super.set$Xgafv($Xgafv); + } + + @Override + public Delete setAccessToken(java.lang.String accessToken) { + return (Delete) super.setAccessToken(accessToken); + } + + @Override + public Delete setAlt(java.lang.String alt) { + return (Delete) super.setAlt(alt); + } + + @Override + public Delete setCallback(java.lang.String callback) { + return (Delete) super.setCallback(callback); + } + + @Override + public Delete setFields(java.lang.String fields) { + return (Delete) super.setFields(fields); + } + + @Override + public Delete setKey(java.lang.String key) { + return (Delete) super.setKey(key); + } + + @Override + public Delete setOauthToken(java.lang.String oauthToken) { + return (Delete) super.setOauthToken(oauthToken); + } + + @Override + public Delete setPrettyPrint(java.lang.Boolean prettyPrint) { + return (Delete) super.setPrettyPrint(prettyPrint); + } + + @Override + public Delete setQuotaUser(java.lang.String quotaUser) { + return (Delete) super.setQuotaUser(quotaUser); + } + + @Override + public Delete setUploadType(java.lang.String uploadType) { + return (Delete) super.setUploadType(uploadType); + } + + @Override + public Delete setUploadProtocol(java.lang.String uploadProtocol) { + return (Delete) super.setUploadProtocol(uploadProtocol); + } + + /** + * Part of `name`. Required. Name of the resource requested. Example: + * apps/myapp/services/default/versions/v1/instances/instance-1. + */ + @com.google.api.client.util.Key + private java.lang.String projectsId; + + /** Part of `name`. Required. Name of the resource requested. Example: + apps/myapp/services/default/versions/v1/instances/instance-1. + */ + public java.lang.String getProjectsId() { + return projectsId; + } + + /** + * Part of `name`. Required. Name of the resource requested. Example: + * apps/myapp/services/default/versions/v1/instances/instance-1. + */ + public Delete setProjectsId(java.lang.String projectsId) { + this.projectsId = projectsId; + return this; + } + + /** Part of `name`. See documentation of `projectsId`. */ + @com.google.api.client.util.Key + private java.lang.String locationsId; + + /** Part of `name`. See documentation of `projectsId`. + */ + public java.lang.String getLocationsId() { + return locationsId; + } + + /** Part of `name`. See documentation of `projectsId`. */ + public Delete setLocationsId(java.lang.String locationsId) { + this.locationsId = locationsId; + return this; + } + + /** Part of `name`. See documentation of `projectsId`. */ + @com.google.api.client.util.Key + private java.lang.String applicationsId; + + /** Part of `name`. See documentation of `projectsId`. + */ + public java.lang.String getApplicationsId() { + return applicationsId; + } + + /** Part of `name`. See documentation of `projectsId`. */ + public Delete setApplicationsId(java.lang.String applicationsId) { + this.applicationsId = applicationsId; + return this; + } + + /** Part of `name`. See documentation of `projectsId`. */ + @com.google.api.client.util.Key + private java.lang.String servicesId; + + /** Part of `name`. See documentation of `projectsId`. + */ + public java.lang.String getServicesId() { + return servicesId; + } + + /** Part of `name`. See documentation of `projectsId`. */ + public Delete setServicesId(java.lang.String servicesId) { + this.servicesId = servicesId; + return this; + } + + /** Part of `name`. See documentation of `projectsId`. */ + @com.google.api.client.util.Key + private java.lang.String versionsId; + + /** Part of `name`. See documentation of `projectsId`. + */ + public java.lang.String getVersionsId() { + return versionsId; + } + + /** Part of `name`. See documentation of `projectsId`. */ + public Delete setVersionsId(java.lang.String versionsId) { + this.versionsId = versionsId; + return this; + } + + /** Part of `name`. See documentation of `projectsId`. */ + @com.google.api.client.util.Key + private java.lang.String instancesId; + + /** Part of `name`. See documentation of `projectsId`. + */ + public java.lang.String getInstancesId() { + return instancesId; + } + + /** Part of `name`. See documentation of `projectsId`. */ + public Delete setInstancesId(java.lang.String instancesId) { + this.instancesId = instancesId; + return this; + } + + @Override + public Delete set(String parameterName, Object value) { + return (Delete) super.set(parameterName, value); + } + } } } @@ -10525,8 +10759,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *{@link + * Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must + * be called to initialize this instance immediately after invoking the constructor.
+ * + * @param projectsId Part of `name`. Required. Name of the resource requested. Example: + * apps/myapp/services/default/versions/v1/instances/instance-1. + * @param locationsId Part of `name`. See documentation of `projectsId`. + * @param applicationsId Part of `name`. See documentation of `projectsId`. + * @param servicesId Part of `name`. See documentation of `projectsId`. + * @param versionsId Part of `name`. See documentation of `projectsId`. + * @param instancesId Part of `name`. See documentation of `projectsId`. + * @since 1.13 + */ + protected Delete(java.lang.String projectsId, java.lang.String locationsId, java.lang.String applicationsId, java.lang.String servicesId, java.lang.String versionsId, java.lang.String instancesId) { + super(Appengine.this, "DELETE", REST_PATH, null, com.google.api.services.appengine.model.Operation.class); + this.projectsId = com.google.api.client.util.Preconditions.checkNotNull(projectsId, "Required parameter projectsId must be specified."); + this.locationsId = com.google.api.client.util.Preconditions.checkNotNull(locationsId, "Required parameter locationsId must be specified."); + this.applicationsId = com.google.api.client.util.Preconditions.checkNotNull(applicationsId, "Required parameter applicationsId must be specified."); + this.servicesId = com.google.api.client.util.Preconditions.checkNotNull(servicesId, "Required parameter servicesId must be specified."); + this.versionsId = com.google.api.client.util.Preconditions.checkNotNull(versionsId, "Required parameter versionsId must be specified."); + this.instancesId = com.google.api.client.util.Preconditions.checkNotNull(instancesId, "Required parameter instancesId must be specified."); + } + + @Override + public Delete set$Xgafv(java.lang.String $Xgafv) { + return (Delete) super.set$Xgafv($Xgafv); + } + + @Override + public Delete setAccessToken(java.lang.String accessToken) { + return (Delete) super.setAccessToken(accessToken); + } + + @Override + public Delete setAlt(java.lang.String alt) { + return (Delete) super.setAlt(alt); + } + + @Override + public Delete setCallback(java.lang.String callback) { + return (Delete) super.setCallback(callback); + } + + @Override + public Delete setFields(java.lang.String fields) { + return (Delete) super.setFields(fields); + } + + @Override + public Delete setKey(java.lang.String key) { + return (Delete) super.setKey(key); + } + + @Override + public Delete setOauthToken(java.lang.String oauthToken) { + return (Delete) super.setOauthToken(oauthToken); + } + + @Override + public Delete setPrettyPrint(java.lang.Boolean prettyPrint) { + return (Delete) super.setPrettyPrint(prettyPrint); + } + + @Override + public Delete setQuotaUser(java.lang.String quotaUser) { + return (Delete) super.setQuotaUser(quotaUser); + } + + @Override + public Delete setUploadType(java.lang.String uploadType) { + return (Delete) super.setUploadType(uploadType); + } + + @Override + public Delete setUploadProtocol(java.lang.String uploadProtocol) { + return (Delete) super.setUploadProtocol(uploadProtocol); + } + + /** + * Part of `name`. Required. Name of the resource requested. Example: + * apps/myapp/services/default/versions/v1/instances/instance-1. + */ + @com.google.api.client.util.Key + private java.lang.String projectsId; + + /** Part of `name`. Required. Name of the resource requested. Example: + apps/myapp/services/default/versions/v1/instances/instance-1. + */ + public java.lang.String getProjectsId() { + return projectsId; + } + + /** + * Part of `name`. Required. Name of the resource requested. Example: + * apps/myapp/services/default/versions/v1/instances/instance-1. + */ + public Delete setProjectsId(java.lang.String projectsId) { + this.projectsId = projectsId; + return this; + } + + /** Part of `name`. See documentation of `projectsId`. */ + @com.google.api.client.util.Key + private java.lang.String locationsId; + + /** Part of `name`. See documentation of `projectsId`. + */ + public java.lang.String getLocationsId() { + return locationsId; + } + + /** Part of `name`. See documentation of `projectsId`. */ + public Delete setLocationsId(java.lang.String locationsId) { + this.locationsId = locationsId; + return this; + } + + /** Part of `name`. See documentation of `projectsId`. */ + @com.google.api.client.util.Key + private java.lang.String applicationsId; + + /** Part of `name`. See documentation of `projectsId`. + */ + public java.lang.String getApplicationsId() { + return applicationsId; + } + + /** Part of `name`. See documentation of `projectsId`. */ + public Delete setApplicationsId(java.lang.String applicationsId) { + this.applicationsId = applicationsId; + return this; + } + + /** Part of `name`. See documentation of `projectsId`. */ + @com.google.api.client.util.Key + private java.lang.String servicesId; + + /** Part of `name`. See documentation of `projectsId`. + */ + public java.lang.String getServicesId() { + return servicesId; + } + + /** Part of `name`. See documentation of `projectsId`. */ + public Delete setServicesId(java.lang.String servicesId) { + this.servicesId = servicesId; + return this; + } + + /** Part of `name`. See documentation of `projectsId`. */ + @com.google.api.client.util.Key + private java.lang.String versionsId; + + /** Part of `name`. See documentation of `projectsId`. + */ + public java.lang.String getVersionsId() { + return versionsId; + } + + /** Part of `name`. See documentation of `projectsId`. */ + public Delete setVersionsId(java.lang.String versionsId) { + this.versionsId = versionsId; + return this; + } + + /** Part of `name`. See documentation of `projectsId`. */ + @com.google.api.client.util.Key + private java.lang.String instancesId; + + /** Part of `name`. See documentation of `projectsId`. + */ + public java.lang.String getInstancesId() { + return instancesId; + } + + /** Part of `name`. See documentation of `projectsId`. */ + public Delete setInstancesId(java.lang.String instancesId) { + this.instancesId = instancesId; + return this; + } + + @Override + public Delete set(String parameterName, Object value) { + return (Delete) super.set(parameterName, value); + } + } } } @@ -11335,8 +11569,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the App Engine Admin API. For a detailed explanation see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class SubnetworkKey extends com.google.api.client.json.GenericJson { - - /** - * Project id (name not number) of the project that hosts the network - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String hostProjectId; - - /** - * Short name of the subnetwork. e.g. SUBNET instead of - * projects/{PROJECT_NAME}/regions/{REGION}/subnetworks/{SUBNET} - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String subnet; - - /** - * Project id (name not number) of the project that hosts the network - * @return value or {@code null} for none - */ - public java.lang.String getHostProjectId() { - return hostProjectId; - } - - /** - * Project id (name not number) of the project that hosts the network - * @param hostProjectId hostProjectId or {@code null} for none - */ - public SubnetworkKey setHostProjectId(java.lang.String hostProjectId) { - this.hostProjectId = hostProjectId; - return this; - } - - /** - * Short name of the subnetwork. e.g. SUBNET instead of - * projects/{PROJECT_NAME}/regions/{REGION}/subnetworks/{SUBNET} - * @return value or {@code null} for none - */ - public java.lang.String getSubnet() { - return subnet; - } - - /** - * Short name of the subnetwork. e.g. SUBNET instead of - * projects/{PROJECT_NAME}/regions/{REGION}/subnetworks/{SUBNET} - * @param subnet subnet or {@code null} for none - */ - public SubnetworkKey setSubnet(java.lang.String subnet) { - this.subnet = subnet; - return this; - } - - @Override - public SubnetworkKey set(String fieldName, Object value) { - return (SubnetworkKey) super.set(fieldName, value); - } - - @Override - public SubnetworkKey clone() { - return (SubnetworkKey) super.clone(); - } - -} diff --git a/clients/google-api-services-appengine/v1beta/2.0.0/com/google/api/services/appengine/model/Version.java b/clients/google-api-services-appengine/v1beta/2.0.0/com/google/api/services/appengine/model/Version.java index c2ad29239ad..0e917ac1a01 100644 --- a/clients/google-api-services-appengine/v1beta/2.0.0/com/google/api/services/appengine/model/Version.java +++ b/clients/google-api-services-appengine/v1beta/2.0.0/com/google/api/services/appengine/model/Version.java @@ -385,13 +385,6 @@ public final class Version extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private VpcAccessConnector vpcAccessConnector; - /** - * Deprecated: Use vpc_access instead. Enables VPC egress connectivity for standard apps. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private VpcEgress vpcEgress; - /** * The Google Compute Engine zones that are supported by this version in the App Engine flexible * environment. Deprecated. @@ -1203,23 +1196,6 @@ public Version setVpcAccessConnector(VpcAccessConnector vpcAccessConnector) { return this; } - /** - * Deprecated: Use vpc_access instead. Enables VPC egress connectivity for standard apps. - * @return value or {@code null} for none - */ - public VpcEgress getVpcEgress() { - return vpcEgress; - } - - /** - * Deprecated: Use vpc_access instead. Enables VPC egress connectivity for standard apps. - * @param vpcEgress vpcEgress or {@code null} for none - */ - public Version setVpcEgress(VpcEgress vpcEgress) { - this.vpcEgress = vpcEgress; - return this; - } - /** * The Google Compute Engine zones that are supported by this version in the App Engine flexible * environment. Deprecated. diff --git a/clients/google-api-services-appengine/v1beta/2.0.0/com/google/api/services/appengine/model/VpcEgress.java b/clients/google-api-services-appengine/v1beta/2.0.0/com/google/api/services/appengine/model/VpcEgress.java deleted file mode 100644 index bf9c9d03ea4..00000000000 --- a/clients/google-api-services-appengine/v1beta/2.0.0/com/google/api/services/appengine/model/VpcEgress.java +++ /dev/null @@ -1,114 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing permissions and limitations under - * the License. - */ -/* - * This code was generated by https://github.com/googleapis/google-api-java-client-services/ - * Modify at your own risk. - */ - -package com.google.api.services.appengine.model; - -/** - * Deprecated: Use VpcAccess instead. Vpc Egress configuration. - * - *This is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the App Engine Admin API. For a detailed explanation see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class VpcEgress extends com.google.api.client.json.GenericJson { - - /** - * The egress setting for the subnetwork, controlling what traffic is diverted through it. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String egressSetting; - - /** - * The network tags to apply to the instance. - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.util.ListThis is the Java data model class that specifies how to parse/serialize into the JSON that is - * transmitted over HTTP when working with the App Engine Admin API. For a detailed explanation see: - * https://developers.google.com/api-client-library/java/google-http-java-client/json - *
- * - * @author Google, Inc. - */ -@SuppressWarnings("javadoc") -public final class VpcNetworkTag extends com.google.api.client.json.GenericJson { - - /** - * value for the tag name - * The value may be {@code null}. - */ - @com.google.api.client.util.Key - private java.lang.String value; - - /** - * value for the tag name - * @return value or {@code null} for none - */ - public java.lang.String getValue() { - return value; - } - - /** - * value for the tag name - * @param value value or {@code null} for none - */ - public VpcNetworkTag setValue(java.lang.String value) { - this.value = value; - return this; - } - - @Override - public VpcNetworkTag set(String fieldName, Object value) { - return (VpcNetworkTag) super.set(fieldName, value); - } - - @Override - public VpcNetworkTag clone() { - return (VpcNetworkTag) super.clone(); - } - -} diff --git a/clients/google-api-services-appengine/v1beta/2.0.0/pom.xml b/clients/google-api-services-appengine/v1beta/2.0.0/pom.xml index ae2081e26e6..07a462d55aa 100644 --- a/clients/google-api-services-appengine/v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-appengine/v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@