Skip to content
Open
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-containeranalysis</artifactId>
<version>v1-rev20260123-2.0.0</version>
<version>v1-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260123-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260130-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class Note extends com.google.api.client.json.GenericJson {

/**
* The timestamp when the advisory was first published by the source feed.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String advisoryPublishTime;

/**
* A note describing an attestation role.
* The value may be {@code null}.
Expand Down Expand Up @@ -186,6 +193,23 @@ public final class Note extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private VulnerabilityAssessmentNote vulnerabilityAssessment;

/**
* The timestamp when the advisory was first published by the source feed.
* @return value or {@code null} for none
*/
public String getAdvisoryPublishTime() {
return advisoryPublishTime;
}

/**
* The timestamp when the advisory was first published by the source feed.
* @param advisoryPublishTime advisoryPublishTime or {@code null} for none
*/
public Note setAdvisoryPublishTime(String advisoryPublishTime) {
this.advisoryPublishTime = advisoryPublishTime;
return this;
}

/**
* A note describing an attestation role.
* @return value or {@code null} for none
Expand Down
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-containeranalysis</artifactId>
<version>v1-rev20260123-2.0.0</version>
<name>Container Analysis API v1-rev20260123-2.0.0</name>
<version>v1-rev20260130-2.0.0</version>
<name>Container Analysis API v1-rev20260130-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-containeranalysis/v1/README.md
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-containeranalysis</artifactId>
<version>v1-rev20260123-2.0.0</version>
<version>v1-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260123-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1-rev20260130-2.0.0'
}
```

Expand Down
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-containeranalysis</artifactId>
<version>v1beta1-rev20260123-2.0.0</version>
<version>v1beta1-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20260123-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20260130-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class Note extends com.google.api.client.json.GenericJson {

/**
* The timestamp when the advisory was first published by the source.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String advisoryPublishTime;

/**
* A note describing an attestation role.
* The value may be {@code null}.
Expand Down Expand Up @@ -200,6 +207,23 @@ public final class Note extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private VulnerabilityAssessmentNote vulnerabilityAssessment;

/**
* The timestamp when the advisory was first published by the source.
* @return value or {@code null} for none
*/
public String getAdvisoryPublishTime() {
return advisoryPublishTime;
}

/**
* The timestamp when the advisory was first published by the source.
* @param advisoryPublishTime advisoryPublishTime or {@code null} for none
*/
public Note setAdvisoryPublishTime(String advisoryPublishTime) {
this.advisoryPublishTime = advisoryPublishTime;
return this;
}

/**
* A note describing an attestation role.
* @return value or {@code null} for none
Expand Down
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-containeranalysis</artifactId>
<version>v1beta1-rev20260123-2.0.0</version>
<name>Container Analysis API v1beta1-rev20260123-2.0.0</name>
<version>v1beta1-rev20260130-2.0.0</version>
<name>Container Analysis API v1beta1-rev20260130-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
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-containeranalysis</artifactId>
<version>v1beta1-rev20260123-2.0.0</version>
<version>v1beta1-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20260123-2.0.0'
implementation 'com.google.apis:google-api-services-containeranalysis:v1beta1-rev20260130-2.0.0'
}
```

Expand Down