Skip to content

Commit 260d07e

Browse files
1 parent 6fd0062 commit 260d07e

File tree

4 files changed

+6
-54
lines changed

4 files changed

+6
-54
lines changed

clients/google-api-services-admin/reports_v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-admin-reports</artifactId>
25-
<version>reports_v1-rev20250325-2.0.0</version>
25+
<version>reports_v1-rev20250331-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20250331-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/model/ResourceDetails.java

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class ResourceDetails extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* Id of the application to which this resource belongs
34-
* The value may be {@code null}.
35-
*/
36-
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
37-
private java.lang.Long applicationId;
38-
3932
/**
4033
* List of labels applied on the resource
4134
* The value may be {@code null}.
@@ -56,13 +49,6 @@ public final class ResourceDetails extends com.google.api.client.json.GenericJso
5649
@com.google.api.client.util.Key
5750
private java.lang.String id;
5851

59-
/**
60-
* Owner of the resource.
61-
* The value may be {@code null}.
62-
*/
63-
@com.google.api.client.util.Key
64-
private java.lang.String ownerEmail;
65-
6652
/**
6753
* Defines relationship of the resource to the events
6854
* The value may be {@code null}.
@@ -85,23 +71,6 @@ public final class ResourceDetails extends com.google.api.client.json.GenericJso
8571
@com.google.api.client.util.Key
8672
private java.lang.String type;
8773

88-
/**
89-
* Id of the application to which this resource belongs
90-
* @return value or {@code null} for none
91-
*/
92-
public java.lang.Long getApplicationId() {
93-
return applicationId;
94-
}
95-
96-
/**
97-
* Id of the application to which this resource belongs
98-
* @param applicationId applicationId or {@code null} for none
99-
*/
100-
public ResourceDetails setApplicationId(java.lang.Long applicationId) {
101-
this.applicationId = applicationId;
102-
return this;
103-
}
104-
10574
/**
10675
* List of labels applied on the resource
10776
* @return value or {@code null} for none
@@ -136,23 +105,6 @@ public ResourceDetails setId(java.lang.String id) {
136105
return this;
137106
}
138107

139-
/**
140-
* Owner of the resource.
141-
* @return value or {@code null} for none
142-
*/
143-
public java.lang.String getOwnerEmail() {
144-
return ownerEmail;
145-
}
146-
147-
/**
148-
* Owner of the resource.
149-
* @param ownerEmail ownerEmail or {@code null} for none
150-
*/
151-
public ResourceDetails setOwnerEmail(java.lang.String ownerEmail) {
152-
this.ownerEmail = ownerEmail;
153-
return this;
154-
}
155-
156108
/**
157109
* Defines relationship of the resource to the events
158110
* @return value or {@code null} for none

clients/google-api-services-admin/reports_v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-admin-reports</artifactId>
11-
<version>reports_v1-rev20250325-2.0.0</version>
12-
<name>Admin SDK API reports_v1-rev20250325-2.0.0</name>
11+
<version>reports_v1-rev20250331-2.0.0</version>
12+
<name>Admin SDK API reports_v1-rev20250331-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-admin/reports_v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-admin-reports</artifactId>
25-
<version>reports_v1-rev20250325-2.0.0</version>
25+
<version>reports_v1-rev20250331-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20250331-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)