Skip to content

Commit 7978059

Browse files
1 parent 3fc9386 commit 7978059

File tree

12 files changed

+34
-18
lines changed

12 files changed

+34
-18
lines changed

clients/google-api-services-monitoring/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-monitoring</artifactId>
25-
<version>v1-rev20250529-2.0.0</version>
25+
<version>v1-rev20250723-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-monitoring:v1-rev20250529-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v1-rev20250723-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-monitoring/v1/2.0.0/com/google/api/services/monitoring/v1/model/Field.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
package com.google.api.services.monitoring.v1.model;
1818

1919
/**
20-
* A single field of a message type.
20+
* A single field of a message type.New usages of this message as an alternative to
21+
* FieldDescriptorProto are strongly discouraged. This message does not reliability preserve all
22+
* information necessary to model the schema and preserve semantics. Instead make use of
23+
* FileDescriptorSet which preserves the necessary information.
2124
*
2225
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2326
* transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see:

clients/google-api-services-monitoring/v1/2.0.0/com/google/api/services/monitoring/v1/model/Option.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package com.google.api.services.monitoring.v1.model;
1818

1919
/**
20-
* A protocol buffer option, which can be attached to a message, field, enumeration, etc.
20+
* A protocol buffer option, which can be attached to a message, field, enumeration, etc.New usages
21+
* of this message as an alternative to FileOptions, MessageOptions, FieldOptions, EnumOptions,
22+
* EnumValueOptions, ServiceOptions, or MethodOptions are strongly discouraged.
2123
*
2224
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2325
* transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see:

clients/google-api-services-monitoring/v1/2.0.0/com/google/api/services/monitoring/v1/model/Type.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
package com.google.api.services.monitoring.v1.model;
1818

1919
/**
20-
* A protocol buffer message type.
20+
* A protocol buffer message type.New usages of this message as an alternative to DescriptorProto
21+
* are strongly discouraged. This message does not reliability preserve all information necessary to
22+
* model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves
23+
* the necessary information.
2124
*
2225
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2326
* transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see:

clients/google-api-services-monitoring/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-monitoring</artifactId>
11-
<version>v1-rev20250529-2.0.0</version>
12-
<name>Cloud Monitoring API v1-rev20250529-2.0.0</name>
11+
<version>v1-rev20250723-2.0.0</version>
12+
<name>Cloud Monitoring API v1-rev20250723-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-monitoring/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-monitoring</artifactId>
25-
<version>v1-rev20250529-2.0.0</version>
25+
<version>v1-rev20250723-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-monitoring:v1-rev20250529-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v1-rev20250723-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-monitoring/v3/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-monitoring</artifactId>
25-
<version>v3-rev20250515-2.0.0</version>
25+
<version>v3-rev20250723-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-monitoring:v3-rev20250515-2.0.0'
38+
implementation 'com.google.apis:google-api-services-monitoring:v3-rev20250723-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/Field.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
package com.google.api.services.monitoring.v3.model;
1818

1919
/**
20-
* A single field of a message type.
20+
* A single field of a message type.New usages of this message as an alternative to
21+
* FieldDescriptorProto are strongly discouraged. This message does not reliability preserve all
22+
* information necessary to model the schema and preserve semantics. Instead make use of
23+
* FileDescriptorSet which preserves the necessary information.
2124
*
2225
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2326
* transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see:

clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/Option.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package com.google.api.services.monitoring.v3.model;
1818

1919
/**
20-
* A protocol buffer option, which can be attached to a message, field, enumeration, etc.
20+
* A protocol buffer option, which can be attached to a message, field, enumeration, etc.New usages
21+
* of this message as an alternative to FileOptions, MessageOptions, FieldOptions, EnumOptions,
22+
* EnumValueOptions, ServiceOptions, or MethodOptions are strongly discouraged.
2123
*
2224
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2325
* transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see:

clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/Type.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
package com.google.api.services.monitoring.v3.model;
1818

1919
/**
20-
* A protocol buffer message type.
20+
* A protocol buffer message type.New usages of this message as an alternative to DescriptorProto
21+
* are strongly discouraged. This message does not reliability preserve all information necessary to
22+
* model the schema and preserve semantics. Instead make use of FileDescriptorSet which preserves
23+
* the necessary information.
2124
*
2225
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2326
* transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see:

0 commit comments

Comments
 (0)