Skip to content

Commit 4d5d9c7

Browse files
1 parent 868a1b3 commit 4d5d9c7

File tree

4 files changed

+6
-21
lines changed

4 files changed

+6
-21
lines changed

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

clients/google-api-services-binaryauthorization/v1/2.0.0/com/google/api/services/binaryauthorization/v1/model/AdmissionRule.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ public final class AdmissionRule extends com.google.api.client.json.GenericJson
4848
private java.lang.String evaluationMode;
4949

5050
/**
51-
* Optional. The resource names of the attestors that must attest to a container image, in the
52-
* format `projects/attestors`. Each attestor must exist before a policy can reference it. To add
53-
* an attestor to a policy the principal issuing the policy change request must be able to read
54-
* the attestor resource. Note: this field must be non-empty when the `evaluation_mode` field
55-
* specifies `REQUIRE_ATTESTATION`, otherwise it must be empty.
5651
* The value may be {@code null}.
5752
*/
5853
@com.google.api.client.util.Key
@@ -93,23 +88,13 @@ public AdmissionRule setEvaluationMode(java.lang.String evaluationMode) {
9388
}
9489

9590
/**
96-
* Optional. The resource names of the attestors that must attest to a container image, in the
97-
* format `projects/attestors`. Each attestor must exist before a policy can reference it. To add
98-
* an attestor to a policy the principal issuing the policy change request must be able to read
99-
* the attestor resource. Note: this field must be non-empty when the `evaluation_mode` field
100-
* specifies `REQUIRE_ATTESTATION`, otherwise it must be empty.
10191
* @return value or {@code null} for none
10292
*/
10393
public java.util.List<java.lang.String> getRequireAttestationsBy() {
10494
return requireAttestationsBy;
10595
}
10696

10797
/**
108-
* Optional. The resource names of the attestors that must attest to a container image, in the
109-
* format `projects/attestors`. Each attestor must exist before a policy can reference it. To add
110-
* an attestor to a policy the principal issuing the policy change request must be able to read
111-
* the attestor resource. Note: this field must be non-empty when the `evaluation_mode` field
112-
* specifies `REQUIRE_ATTESTATION`, otherwise it must be empty.
11398
* @param requireAttestationsBy requireAttestationsBy or {@code null} for none
11499
*/
115100
public AdmissionRule setRequireAttestationsBy(java.util.List<java.lang.String> requireAttestationsBy) {

clients/google-api-services-binaryauthorization/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-binaryauthorization</artifactId>
11-
<version>v1-rev20240614-2.0.0</version>
12-
<name>Binary Authorization API v1-rev20240614-2.0.0</name>
11+
<version>v1-rev20241115-2.0.0</version>
12+
<name>Binary Authorization API v1-rev20241115-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)