Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 72b7d13

Browse files
chore: release gapic-generator-java v1.0.13 (#64)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/6834f248-1754-462e-8b88-1ccbd5a53564/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) PiperOrigin-RevId: 379784268 Source-Link: googleapis/googleapis@551681f Source-Link: googleapis/googleapis-gen@478f365
1 parent 180cef6 commit 72b7d13

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ApiConfigName.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ public Builder setApiConfig(String apiConfig) {
206206
}
207207

208208
private Builder(ApiConfigName apiConfigName) {
209-
project = apiConfigName.project;
210-
api = apiConfigName.api;
211-
apiConfig = apiConfigName.apiConfig;
209+
this.project = apiConfigName.project;
210+
this.api = apiConfigName.api;
211+
this.apiConfig = apiConfigName.apiConfig;
212212
}
213213

214214
public ApiConfigName build() {

proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ApiName.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ public Builder setApi(String api) {
180180
}
181181

182182
private Builder(ApiName apiName) {
183-
project = apiName.project;
184-
api = apiName.api;
183+
this.project = apiName.project;
184+
this.api = apiName.api;
185185
}
186186

187187
public ApiName build() {

proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/GatewayName.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ public Builder setGateway(String gateway) {
211211
}
212212

213213
private Builder(GatewayName gatewayName) {
214-
project = gatewayName.project;
215-
location = gatewayName.location;
216-
gateway = gatewayName.gateway;
214+
this.project = gatewayName.project;
215+
this.location = gatewayName.location;
216+
this.gateway = gatewayName.gateway;
217217
}
218218

219219
public GatewayName build() {

proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/LocationName.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ public Builder setLocation(String location) {
181181
}
182182

183183
private Builder(LocationName locationName) {
184-
project = locationName.project;
185-
location = locationName.location;
184+
this.project = locationName.project;
185+
this.location = locationName.location;
186186
}
187187

188188
public LocationName build() {

proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ManagedServiceName.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public Builder setService(String service) {
158158
}
159159

160160
private Builder(ManagedServiceName managedServiceName) {
161-
service = managedServiceName.service;
161+
this.service = managedServiceName.service;
162162
}
163163

164164
public ManagedServiceName build() {

proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ServiceAccountName.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ public Builder setServiceAccount(String serviceAccount) {
182182
}
183183

184184
private Builder(ServiceAccountName serviceAccountName) {
185-
project = serviceAccountName.project;
186-
serviceAccount = serviceAccountName.serviceAccount;
185+
this.project = serviceAccountName.project;
186+
this.serviceAccount = serviceAccountName.serviceAccount;
187187
}
188188

189189
public ServiceAccountName build() {

proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/ServiceName.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ public Builder setConfig(String config) {
180180
}
181181

182182
private Builder(ServiceName serviceName) {
183-
service = serviceName.service;
184-
config = serviceName.config;
183+
this.service = serviceName.service;
184+
this.config = serviceName.config;
185185
}
186186

187187
public ServiceName build() {

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-api-gateway.git",
7-
"sha": "ea16645bd0290bee5265f84086ef72a3db0dac50"
7+
"sha": "180cef6e9b8b7609ade89f67c0193c4fb424b482"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis-gen",
1313
"remote": "https://github.com/googleapis/googleapis-gen.git",
14-
"sha": "9a27cb4181a8823727458705f4343f0dccdb40d6",
15-
"internalRef": "378718217"
14+
"sha": "478f36572d7bcf1dc66038d0e76b9b3fa2abae63",
15+
"internalRef": "379784268"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)