@@ -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
0 commit comments