diff --git a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/README.md b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/README.md index 7e042153c84..bf676d696c1 100644 --- a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/README.md +++ b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudresourcemanager - v1-rev20251103-2.0.0 + v1-rev20260820-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudresourcemanager:v1-rev20251103-2.0.0' + implementation 'com.google.apis:google-api-services-cloudresourcemanager:v1-rev20260820-2.0.0' } ``` diff --git a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java new file mode 100644 index 00000000000..69e404ea65d --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * CreateBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 CreateBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public CreateBoundaryMetadata set(String fieldName, Object value) { + return (CreateBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public CreateBoundaryMetadata clone() { + return (CreateBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java new file mode 100644 index 00000000000..a2b0240c0b6 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * CreateCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 CreateCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public CreateCapabilityConfigMetadata set(String fieldName, Object value) { + return (CreateCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public CreateCapabilityConfigMetadata clone() { + return (CreateCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java new file mode 100644 index 00000000000..cfef37e73a8 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * DeleteBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 DeleteBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public DeleteBoundaryMetadata set(String fieldName, Object value) { + return (DeleteBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public DeleteBoundaryMetadata clone() { + return (DeleteBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java new file mode 100644 index 00000000000..c2c39060e70 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * DeleteCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 DeleteCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public DeleteCapabilityConfigMetadata set(String fieldName, Object value) { + return (DeleteCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public DeleteCapabilityConfigMetadata clone() { + return (DeleteCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/Project.java b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/Project.java index 37150060a09..d5ce0ef7a1e 100644 --- a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/Project.java +++ b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/Project.java @@ -47,6 +47,14 @@ public final class Project extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private String createTime; + /** + * Output only. If `true`, this project is a Management Project. A Management Project manages + * dedicated project groups for specific purposes (e.g., agent management or app management). + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.Boolean isManagementProject; + /** * The labels associated with this Project. Label keys must be between 1 and 63 characters long * and must conform to the following regular expression: a-z{0,62}. Label values must be between 0 @@ -148,6 +156,25 @@ public Project setCreateTime(String createTime) { return this; } + /** + * Output only. If `true`, this project is a Management Project. A Management Project manages + * dedicated project groups for specific purposes (e.g., agent management or app management). + * @return value or {@code null} for none + */ + public java.lang.Boolean getIsManagementProject() { + return isManagementProject; + } + + /** + * Output only. If `true`, this project is a Management Project. A Management Project manages + * dedicated project groups for specific purposes (e.g., agent management or app management). + * @param isManagementProject isManagementProject or {@code null} for none + */ + public Project setIsManagementProject(java.lang.Boolean isManagementProject) { + this.isManagementProject = isManagementProject; + return this; + } + /** * The labels associated with this Project. Label keys must be between 1 and 63 characters long * and must conform to the following regular expression: a-z{0,62}. Label values must be between 0 diff --git a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java new file mode 100644 index 00000000000..863db3d5a36 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateBoundaryConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateBoundaryConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateBoundaryConfigMetadata set(String fieldName, Object value) { + return (UpdateBoundaryConfigMetadata) super.set(fieldName, value); + } + + @Override + public UpdateBoundaryConfigMetadata clone() { + return (UpdateBoundaryConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java new file mode 100644 index 00000000000..7d327bfb425 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateBoundaryMetadata set(String fieldName, Object value) { + return (UpdateBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public UpdateBoundaryMetadata clone() { + return (UpdateBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java new file mode 100644 index 00000000000..d9c2714d24c --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateCapabilityConfigMetadata set(String fieldName, Object value) { + return (UpdateCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public UpdateCapabilityConfigMetadata clone() { + return (UpdateCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/pom.xml b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/pom.xml index df0f909f302..59b21d47b87 100644 --- a/clients/google-api-services-cloudresourcemanager/v1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudresourcemanager/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudresourcemanager - v1-rev20251103-2.0.0 - Cloud Resource Manager API v1-rev20251103-2.0.0 + v1-rev20260820-2.0.0 + Cloud Resource Manager API v1-rev20260820-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudresourcemanager/v1/README.md b/clients/google-api-services-cloudresourcemanager/v1/README.md index 7e042153c84..bf676d696c1 100644 --- a/clients/google-api-services-cloudresourcemanager/v1/README.md +++ b/clients/google-api-services-cloudresourcemanager/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudresourcemanager - v1-rev20251103-2.0.0 + v1-rev20260820-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudresourcemanager:v1-rev20251103-2.0.0' + implementation 'com.google.apis:google-api-services-cloudresourcemanager:v1-rev20260820-2.0.0' } ``` diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/README.md b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/README.md index b25a726dcb5..c8fd4725d02 100644 --- a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/README.md +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudresourcemanager - v1beta1-rev20251103-2.0.0 + v1beta1-rev20260820-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudresourcemanager:v1beta1-rev20251103-2.0.0' + implementation 'com.google.apis:google-api-services-cloudresourcemanager:v1beta1-rev20260820-2.0.0' } ``` diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java new file mode 100644 index 00000000000..69e404ea65d --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * CreateBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 CreateBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public CreateBoundaryMetadata set(String fieldName, Object value) { + return (CreateBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public CreateBoundaryMetadata clone() { + return (CreateBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java new file mode 100644 index 00000000000..a2b0240c0b6 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * CreateCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 CreateCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public CreateCapabilityConfigMetadata set(String fieldName, Object value) { + return (CreateCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public CreateCapabilityConfigMetadata clone() { + return (CreateCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java new file mode 100644 index 00000000000..cfef37e73a8 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * DeleteBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 DeleteBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public DeleteBoundaryMetadata set(String fieldName, Object value) { + return (DeleteBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public DeleteBoundaryMetadata clone() { + return (DeleteBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java new file mode 100644 index 00000000000..c2c39060e70 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * DeleteCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 DeleteCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public DeleteCapabilityConfigMetadata set(String fieldName, Object value) { + return (DeleteCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public DeleteCapabilityConfigMetadata clone() { + return (DeleteCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/Project.java b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/Project.java index f660aa793b6..60631d41b1d 100644 --- a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/Project.java +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/Project.java @@ -47,6 +47,14 @@ public final class Project extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private String createTime; + /** + * Output only. If `true`, this project is a Management Project. A Management Project manages + * dedicated project groups for specific purposes (e.g., agent management or app management). + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.Boolean isManagementProject; + /** * The labels associated with this Project. Label keys must be between 1 and 63 characters long * and must conform to the following regular expression: a-z{0,62}. Label values must be between 0 @@ -139,6 +147,25 @@ public Project setCreateTime(String createTime) { return this; } + /** + * Output only. If `true`, this project is a Management Project. A Management Project manages + * dedicated project groups for specific purposes (e.g., agent management or app management). + * @return value or {@code null} for none + */ + public java.lang.Boolean getIsManagementProject() { + return isManagementProject; + } + + /** + * Output only. If `true`, this project is a Management Project. A Management Project manages + * dedicated project groups for specific purposes (e.g., agent management or app management). + * @param isManagementProject isManagementProject or {@code null} for none + */ + public Project setIsManagementProject(java.lang.Boolean isManagementProject) { + this.isManagementProject = isManagementProject; + return this; + } + /** * The labels associated with this Project. Label keys must be between 1 and 63 characters long * and must conform to the following regular expression: a-z{0,62}. Label values must be between 0 diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java new file mode 100644 index 00000000000..863db3d5a36 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateBoundaryConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateBoundaryConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateBoundaryConfigMetadata set(String fieldName, Object value) { + return (UpdateBoundaryConfigMetadata) super.set(fieldName, value); + } + + @Override + public UpdateBoundaryConfigMetadata clone() { + return (UpdateBoundaryConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java new file mode 100644 index 00000000000..7d327bfb425 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateBoundaryMetadata set(String fieldName, Object value) { + return (UpdateBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public UpdateBoundaryMetadata clone() { + return (UpdateBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java new file mode 100644 index 00000000000..d9c2714d24c --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateCapabilityConfigMetadata set(String fieldName, Object value) { + return (UpdateCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public UpdateCapabilityConfigMetadata clone() { + return (UpdateCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/pom.xml b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/pom.xml index 49006d01a9f..1dcc872b750 100644 --- a/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudresourcemanager - v1beta1-rev20251103-2.0.0 - Cloud Resource Manager API v1beta1-rev20251103-2.0.0 + v1beta1-rev20260820-2.0.0 + Cloud Resource Manager API v1beta1-rev20260820-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudresourcemanager/v1beta1/README.md b/clients/google-api-services-cloudresourcemanager/v1beta1/README.md index b25a726dcb5..c8fd4725d02 100644 --- a/clients/google-api-services-cloudresourcemanager/v1beta1/README.md +++ b/clients/google-api-services-cloudresourcemanager/v1beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudresourcemanager - v1beta1-rev20251103-2.0.0 + v1beta1-rev20260820-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudresourcemanager:v1beta1-rev20251103-2.0.0' + implementation 'com.google.apis:google-api-services-cloudresourcemanager:v1beta1-rev20260820-2.0.0' } ``` diff --git a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/README.md b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/README.md index 4288ee7ce2a..01d49795234 100644 --- a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/README.md +++ b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudresourcemanager - v2-rev20251103-2.0.0 + v2-rev20260820-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudresourcemanager:v2-rev20251103-2.0.0' + implementation 'com.google.apis:google-api-services-cloudresourcemanager:v2-rev20260820-2.0.0' } ``` diff --git a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java new file mode 100644 index 00000000000..69e404ea65d --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * CreateBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 CreateBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public CreateBoundaryMetadata set(String fieldName, Object value) { + return (CreateBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public CreateBoundaryMetadata clone() { + return (CreateBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java new file mode 100644 index 00000000000..a2b0240c0b6 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * CreateCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 CreateCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public CreateCapabilityConfigMetadata set(String fieldName, Object value) { + return (CreateCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public CreateCapabilityConfigMetadata clone() { + return (CreateCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java new file mode 100644 index 00000000000..cfef37e73a8 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * DeleteBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 DeleteBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public DeleteBoundaryMetadata set(String fieldName, Object value) { + return (DeleteBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public DeleteBoundaryMetadata clone() { + return (DeleteBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java new file mode 100644 index 00000000000..c2c39060e70 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * DeleteCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 DeleteCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public DeleteCapabilityConfigMetadata set(String fieldName, Object value) { + return (DeleteCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public DeleteCapabilityConfigMetadata clone() { + return (DeleteCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java new file mode 100644 index 00000000000..863db3d5a36 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateBoundaryConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateBoundaryConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateBoundaryConfigMetadata set(String fieldName, Object value) { + return (UpdateBoundaryConfigMetadata) super.set(fieldName, value); + } + + @Override + public UpdateBoundaryConfigMetadata clone() { + return (UpdateBoundaryConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java new file mode 100644 index 00000000000..7d327bfb425 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateBoundaryMetadata set(String fieldName, Object value) { + return (UpdateBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public UpdateBoundaryMetadata clone() { + return (UpdateBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java new file mode 100644 index 00000000000..d9c2714d24c --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateCapabilityConfigMetadata set(String fieldName, Object value) { + return (UpdateCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public UpdateCapabilityConfigMetadata clone() { + return (UpdateCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/pom.xml b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/pom.xml index 6dc10b4382f..6643f9de5d2 100644 --- a/clients/google-api-services-cloudresourcemanager/v2/2.0.0/pom.xml +++ b/clients/google-api-services-cloudresourcemanager/v2/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudresourcemanager - v2-rev20251103-2.0.0 - Cloud Resource Manager API v2-rev20251103-2.0.0 + v2-rev20260820-2.0.0 + Cloud Resource Manager API v2-rev20260820-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudresourcemanager/v2/README.md b/clients/google-api-services-cloudresourcemanager/v2/README.md index 4288ee7ce2a..01d49795234 100644 --- a/clients/google-api-services-cloudresourcemanager/v2/README.md +++ b/clients/google-api-services-cloudresourcemanager/v2/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudresourcemanager - v2-rev20251103-2.0.0 + v2-rev20260820-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudresourcemanager:v2-rev20251103-2.0.0' + implementation 'com.google.apis:google-api-services-cloudresourcemanager:v2-rev20260820-2.0.0' } ``` diff --git a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/README.md b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/README.md index 68ee4294a99..28902306103 100644 --- a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/README.md +++ b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudresourcemanager - v2beta1-rev20251103-2.0.0 + v2beta1-rev20260820-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudresourcemanager:v2beta1-rev20251103-2.0.0' + implementation 'com.google.apis:google-api-services-cloudresourcemanager:v2beta1-rev20260820-2.0.0' } ``` diff --git a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java new file mode 100644 index 00000000000..69e404ea65d --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * CreateBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 CreateBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public CreateBoundaryMetadata set(String fieldName, Object value) { + return (CreateBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public CreateBoundaryMetadata clone() { + return (CreateBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java new file mode 100644 index 00000000000..a2b0240c0b6 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/CreateCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * CreateCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 CreateCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public CreateCapabilityConfigMetadata set(String fieldName, Object value) { + return (CreateCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public CreateCapabilityConfigMetadata clone() { + return (CreateCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java new file mode 100644 index 00000000000..cfef37e73a8 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * DeleteBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 DeleteBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public DeleteBoundaryMetadata set(String fieldName, Object value) { + return (DeleteBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public DeleteBoundaryMetadata clone() { + return (DeleteBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java new file mode 100644 index 00000000000..c2c39060e70 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/DeleteCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * DeleteCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 DeleteCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public DeleteCapabilityConfigMetadata set(String fieldName, Object value) { + return (DeleteCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public DeleteCapabilityConfigMetadata clone() { + return (DeleteCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java new file mode 100644 index 00000000000..863db3d5a36 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateBoundaryConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateBoundaryConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateBoundaryConfigMetadata set(String fieldName, Object value) { + return (UpdateBoundaryConfigMetadata) super.set(fieldName, value); + } + + @Override + public UpdateBoundaryConfigMetadata clone() { + return (UpdateBoundaryConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java new file mode 100644 index 00000000000..7d327bfb425 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateBoundaryMetadata set(String fieldName, Object value) { + return (UpdateBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public UpdateBoundaryMetadata clone() { + return (UpdateBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java new file mode 100644 index 00000000000..d9c2714d24c --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/com/google/api/services/cloudresourcemanager/model/UpdateCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateCapabilityConfigMetadata set(String fieldName, Object value) { + return (UpdateCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public UpdateCapabilityConfigMetadata clone() { + return (UpdateCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/pom.xml b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/pom.xml index 2613499344f..f90a4070627 100644 --- a/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudresourcemanager/v2beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudresourcemanager - v2beta1-rev20251103-2.0.0 - Cloud Resource Manager API v2beta1-rev20251103-2.0.0 + v2beta1-rev20260820-2.0.0 + Cloud Resource Manager API v2beta1-rev20260820-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudresourcemanager/v2beta1/README.md b/clients/google-api-services-cloudresourcemanager/v2beta1/README.md index 68ee4294a99..28902306103 100644 --- a/clients/google-api-services-cloudresourcemanager/v2beta1/README.md +++ b/clients/google-api-services-cloudresourcemanager/v2beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudresourcemanager - v2beta1-rev20251103-2.0.0 + v2beta1-rev20260820-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudresourcemanager:v2beta1-rev20251103-2.0.0' + implementation 'com.google.apis:google-api-services-cloudresourcemanager:v2beta1-rev20260820-2.0.0' } ``` diff --git a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/README.md b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/README.md index 8cf79837061..c32d16a6835 100644 --- a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/README.md +++ b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudresourcemanager - v3-rev20260715-2.0.0 + v3-rev20260820-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudresourcemanager:v3-rev20260715-2.0.0' + implementation 'com.google.apis:google-api-services-cloudresourcemanager:v3-rev20260820-2.0.0' } ``` diff --git a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/CreateBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/CreateBoundaryMetadata.java new file mode 100644 index 00000000000..548d8905cca --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/CreateBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.v3.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * CreateBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 CreateBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public CreateBoundaryMetadata set(String fieldName, Object value) { + return (CreateBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public CreateBoundaryMetadata clone() { + return (CreateBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/CreateCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/CreateCapabilityConfigMetadata.java new file mode 100644 index 00000000000..8270a1a913d --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/CreateCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.v3.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * CreateCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 CreateCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public CreateCapabilityConfigMetadata set(String fieldName, Object value) { + return (CreateCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public CreateCapabilityConfigMetadata clone() { + return (CreateCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/DeleteBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/DeleteBoundaryMetadata.java new file mode 100644 index 00000000000..db776a0eda5 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/DeleteBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.v3.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * DeleteBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 DeleteBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public DeleteBoundaryMetadata set(String fieldName, Object value) { + return (DeleteBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public DeleteBoundaryMetadata clone() { + return (DeleteBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/DeleteCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/DeleteCapabilityConfigMetadata.java new file mode 100644 index 00000000000..2617c5a89d5 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/DeleteCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.v3.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * DeleteCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 DeleteCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public DeleteCapabilityConfigMetadata set(String fieldName, Object value) { + return (DeleteCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public DeleteCapabilityConfigMetadata clone() { + return (DeleteCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/Project.java b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/Project.java index 28b0e5d38d3..964e3ca1334 100644 --- a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/Project.java +++ b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/Project.java @@ -72,6 +72,14 @@ public final class Project extends com.google.api.client.json.GenericJson { @com.google.api.client.util.Key private java.lang.String etag; + /** + * Output only. If `true`, this project is a Management Project. A Management Project manages + * dedicated project groups for specific purposes (e.g., agent management or app management). + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.Boolean isManagementProject; + /** * Optional. The labels associated with this project. Label keys must be between 1 and 63 * characters long and must conform to the following regular expression: @@ -229,6 +237,25 @@ public Project setEtag(java.lang.String etag) { return this; } + /** + * Output only. If `true`, this project is a Management Project. A Management Project manages + * dedicated project groups for specific purposes (e.g., agent management or app management). + * @return value or {@code null} for none + */ + public java.lang.Boolean getIsManagementProject() { + return isManagementProject; + } + + /** + * Output only. If `true`, this project is a Management Project. A Management Project manages + * dedicated project groups for specific purposes (e.g., agent management or app management). + * @param isManagementProject isManagementProject or {@code null} for none + */ + public Project setIsManagementProject(java.lang.Boolean isManagementProject) { + this.isManagementProject = isManagementProject; + return this; + } + /** * Optional. The labels associated with this project. Label keys must be between 1 and 63 * characters long and must conform to the following regular expression: diff --git a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/UpdateBoundaryConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/UpdateBoundaryConfigMetadata.java new file mode 100644 index 00000000000..4cec1159326 --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/UpdateBoundaryConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.v3.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateBoundaryConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateBoundaryConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateBoundaryConfigMetadata set(String fieldName, Object value) { + return (UpdateBoundaryConfigMetadata) super.set(fieldName, value); + } + + @Override + public UpdateBoundaryConfigMetadata clone() { + return (UpdateBoundaryConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/UpdateBoundaryMetadata.java b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/UpdateBoundaryMetadata.java new file mode 100644 index 00000000000..be9c569ba5f --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/UpdateBoundaryMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.v3.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateBoundary. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateBoundaryMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateBoundaryMetadata set(String fieldName, Object value) { + return (UpdateBoundaryMetadata) super.set(fieldName, value); + } + + @Override + public UpdateBoundaryMetadata clone() { + return (UpdateBoundaryMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/UpdateCapabilityConfigMetadata.java b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/UpdateCapabilityConfigMetadata.java new file mode 100644 index 00000000000..cb7bf300fcc --- /dev/null +++ b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/com/google/api/services/cloudresourcemanager/v3/model/UpdateCapabilityConfigMetadata.java @@ -0,0 +1,44 @@ +/* + * 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.cloudresourcemanager.v3.model; + +/** + * A status object which is used as the `metadata` field for the Operation returned by + * UpdateCapabilityConfig. Currently empty. + * + *

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 Cloud Resource Manager 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 UpdateCapabilityConfigMetadata extends com.google.api.client.json.GenericJson { + + @Override + public UpdateCapabilityConfigMetadata set(String fieldName, Object value) { + return (UpdateCapabilityConfigMetadata) super.set(fieldName, value); + } + + @Override + public UpdateCapabilityConfigMetadata clone() { + return (UpdateCapabilityConfigMetadata) super.clone(); + } + +} diff --git a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/pom.xml b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/pom.xml index 78bc9af93cd..915784e4cb1 100644 --- a/clients/google-api-services-cloudresourcemanager/v3/2.0.0/pom.xml +++ b/clients/google-api-services-cloudresourcemanager/v3/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudresourcemanager - v3-rev20260715-2.0.0 - Cloud Resource Manager API v3-rev20260715-2.0.0 + v3-rev20260820-2.0.0 + Cloud Resource Manager API v3-rev20260820-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudresourcemanager/v3/README.md b/clients/google-api-services-cloudresourcemanager/v3/README.md index 8cf79837061..c32d16a6835 100644 --- a/clients/google-api-services-cloudresourcemanager/v3/README.md +++ b/clients/google-api-services-cloudresourcemanager/v3/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudresourcemanager - v3-rev20260715-2.0.0 + v3-rev20260820-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudresourcemanager:v3-rev20260715-2.0.0' + implementation 'com.google.apis:google-api-services-cloudresourcemanager:v3-rev20260820-2.0.0' } ```