Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudresourcemanager</artifactId>
<version>v1-rev20251103-2.0.0</version>
<version>v1-rev20260820-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
* <p> 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:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @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();
}

}
Original file line number Diff line number Diff line change
@@ -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.
*
* <p> 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:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @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();
}

}
Original file line number Diff line number Diff line change
@@ -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.
*
* <p> 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:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @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();
}

}
Original file line number Diff line number Diff line change
@@ -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.
*
* <p> 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:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @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();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
* <p> 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:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @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();
}

}
Original file line number Diff line number Diff line change
@@ -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.
*
* <p> 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:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @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();
}

}
Original file line number Diff line number Diff line change
@@ -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.
*
* <p> 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:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @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();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudresourcemanager</artifactId>
<version>v1-rev20251103-2.0.0</version>
<name>Cloud Resource Manager API v1-rev20251103-2.0.0</name>
<version>v1-rev20260820-2.0.0</version>
<name>Cloud Resource Manager API v1-rev20260820-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Loading
Loading