Skip to content

Commit 4704005

Browse files
chore: regenerate cloudasset client
1 parent 7fb8af0 commit 4704005

50 files changed

Lines changed: 2295 additions & 30 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.cloudasset.v1.model;
18+
19+
/**
20+
* Adds a request header to the API.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Cloud Asset API. For a detailed explanation see:
24+
* <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>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleIdentityAccesscontextmanagerV1AddRequestHeader extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* HTTP header key.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String key;
38+
39+
/**
40+
* HTTP header value.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String value;
45+
46+
/**
47+
* HTTP header key.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.lang.String getKey() {
51+
return key;
52+
}
53+
54+
/**
55+
* HTTP header key.
56+
* @param key key or {@code null} for none
57+
*/
58+
public GoogleIdentityAccesscontextmanagerV1AddRequestHeader setKey(java.lang.String key) {
59+
this.key = key;
60+
return this;
61+
}
62+
63+
/**
64+
* HTTP header value.
65+
* @return value or {@code null} for none
66+
*/
67+
public java.lang.String getValue() {
68+
return value;
69+
}
70+
71+
/**
72+
* HTTP header value.
73+
* @param value value or {@code null} for none
74+
*/
75+
public GoogleIdentityAccesscontextmanagerV1AddRequestHeader setValue(java.lang.String value) {
76+
this.value = value;
77+
return this;
78+
}
79+
80+
@Override
81+
public GoogleIdentityAccesscontextmanagerV1AddRequestHeader set(String fieldName, Object value) {
82+
return (GoogleIdentityAccesscontextmanagerV1AddRequestHeader) super.set(fieldName, value);
83+
}
84+
85+
@Override
86+
public GoogleIdentityAccesscontextmanagerV1AddRequestHeader clone() {
87+
return (GoogleIdentityAccesscontextmanagerV1AddRequestHeader) super.clone();
88+
}
89+
90+
}

clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1EgressSource.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
4343
@com.google.api.client.util.Key
4444
private java.lang.String accessLevel;
4545

46+
/**
47+
* Requests from this PSC will be allowed from access perimeter data.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint;
52+
4653
/**
4754
* A Google Cloud resource from the service perimeter that you want to allow to access data
4855
* outside the perimeter. This field supports only projects. The project format is
@@ -82,6 +89,23 @@ public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang
8289
return this;
8390
}
8491

92+
/**
93+
* Requests from this PSC will be allowed from access perimeter data.
94+
* @return value or {@code null} for none
95+
*/
96+
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() {
97+
return pscEndpoint;
98+
}
99+
100+
/**
101+
* Requests from this PSC will be allowed from access perimeter data.
102+
* @param pscEndpoint pscEndpoint or {@code null} for none
103+
*/
104+
public GoogleIdentityAccesscontextmanagerV1EgressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) {
105+
this.pscEndpoint = pscEndpoint;
106+
return this;
107+
}
108+
85109
/**
86110
* A Google Cloud resource from the service perimeter that you want to allow to access data
87111
* outside the perimeter. This field supports only projects. The project format is

clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1IngressSource.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressSource extends com
4141
@com.google.api.client.util.Key
4242
private java.lang.String accessLevel;
4343

44+
/**
45+
* Requests from this PSC will be allowed to access perimeter data.
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint;
50+
4451
/**
4552
* A Google Cloud resource that is allowed to ingress the perimeter. Requests from these resources
4653
* will be allowed to access perimeter data. Currently only projects and VPCs are allowed. Project
@@ -80,6 +87,23 @@ public GoogleIdentityAccesscontextmanagerV1IngressSource setAccessLevel(java.lan
8087
return this;
8188
}
8289

90+
/**
91+
* Requests from this PSC will be allowed to access perimeter data.
92+
* @return value or {@code null} for none
93+
*/
94+
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint getPscEndpoint() {
95+
return pscEndpoint;
96+
}
97+
98+
/**
99+
* Requests from this PSC will be allowed to access perimeter data.
100+
* @param pscEndpoint pscEndpoint or {@code null} for none
101+
*/
102+
public GoogleIdentityAccesscontextmanagerV1IngressSource setPscEndpoint(GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint pscEndpoint) {
103+
this.pscEndpoint = pscEndpoint;
104+
return this;
105+
}
106+
83107
/**
84108
* A Google Cloud resource that is allowed to ingress the perimeter. Requests from these resources
85109
* will be allowed to access perimeter data. Currently only projects and VPCs are allowed. Project
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.cloudasset.v1.model;
18+
19+
/**
20+
* Modifier to apply to the API requests.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Cloud Asset API. For a detailed explanation see:
24+
* <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>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleIdentityAccesscontextmanagerV1Modifier extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Adds additional HTTP request headers.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private GoogleIdentityAccesscontextmanagerV1AddRequestHeader addRequestHeader;
38+
39+
/**
40+
* Adds additional HTTP request headers.
41+
* @return value or {@code null} for none
42+
*/
43+
public GoogleIdentityAccesscontextmanagerV1AddRequestHeader getAddRequestHeader() {
44+
return addRequestHeader;
45+
}
46+
47+
/**
48+
* Adds additional HTTP request headers.
49+
* @param addRequestHeader addRequestHeader or {@code null} for none
50+
*/
51+
public GoogleIdentityAccesscontextmanagerV1Modifier setAddRequestHeader(GoogleIdentityAccesscontextmanagerV1AddRequestHeader addRequestHeader) {
52+
this.addRequestHeader = addRequestHeader;
53+
return this;
54+
}
55+
56+
@Override
57+
public GoogleIdentityAccesscontextmanagerV1Modifier set(String fieldName, Object value) {
58+
return (GoogleIdentityAccesscontextmanagerV1Modifier) super.set(fieldName, value);
59+
}
60+
61+
@Override
62+
public GoogleIdentityAccesscontextmanagerV1Modifier clone() {
63+
return (GoogleIdentityAccesscontextmanagerV1Modifier) super.clone();
64+
}
65+
66+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.cloudasset.v1.model;
18+
19+
/**
20+
* Specifies the PSC an API call refers to.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Cloud Asset API. For a detailed explanation see:
24+
* <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>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* The global forwarding rule identifier. Forwarding rule format:
34+
* `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String forwardingRule;
39+
40+
/**
41+
* The global forwarding rule identifier. Forwarding rule format:
42+
* `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.
43+
* @return value or {@code null} for none
44+
*/
45+
public java.lang.String getForwardingRule() {
46+
return forwardingRule;
47+
}
48+
49+
/**
50+
* The global forwarding rule identifier. Forwarding rule format:
51+
* `//compute.googleapis.com/projects/{PROJECT_ID}/global/forwardingRules/{FORWARDING_RULE_ID}`.
52+
* @param forwardingRule forwardingRule or {@code null} for none
53+
*/
54+
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint setForwardingRule(java.lang.String forwardingRule) {
55+
this.forwardingRule = forwardingRule;
56+
return this;
57+
}
58+
59+
@Override
60+
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint set(String fieldName, Object value) {
61+
return (GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint) super.set(fieldName, value);
62+
}
63+
64+
@Override
65+
public GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint clone() {
66+
return (GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint) super.clone();
67+
}
68+
69+
}

0 commit comments

Comments
 (0)