Skip to content
Merged
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
4 changes: 2 additions & 2 deletions clients/google-api-services-apigateway/v1/2.0.0/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-apigateway</artifactId>
<version>v1-rev20260902-2.0.0</version>
<version>v1-rev20260909-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-apigateway:v1-rev20260902-2.0.0'
implementation 'com.google.apis:google-api-services-apigateway:v1-rev20260909-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ public final class ApigatewayGateway extends com.google.api.client.json.GenericJ
private String createTime;

/**
* Output only. The default API Gateway host name of the form
* `{gateway_id}-{hash}.{region_code}.gateway.dev`.
* Output only. The default hostname that serves traffic for this Gateway.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -147,17 +146,15 @@ public ApigatewayGateway setCreateTime(String createTime) {
}

/**
* Output only. The default API Gateway host name of the form
* `{gateway_id}-{hash}.{region_code}.gateway.dev`.
* Output only. The default hostname that serves traffic for this Gateway.
* @return value or {@code null} for none
*/
public java.lang.String getDefaultHostname() {
return defaultHostname;
}

/**
* Output only. The default API Gateway host name of the form
* `{gateway_id}-{hash}.{region_code}.gateway.dev`.
* Output only. The default hostname that serves traffic for this Gateway.
* @param defaultHostname defaultHostname or {@code null} for none
*/
public ApigatewayGateway setDefaultHostname(java.lang.String defaultHostname) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-apigateway/v1/2.0.0/pom.xml
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-apigateway</artifactId>
<version>v1-rev20260902-2.0.0</version>
<name>API Gateway API v1-rev20260902-2.0.0</name>
<version>v1-rev20260909-2.0.0</version>
<name>API Gateway API v1-rev20260909-2.0.0</name>
<packaging>jar</packaging>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ public final class ApigatewayGateway extends com.google.api.client.json.GenericJ
private String createTime;

/**
* Output only. The default API Gateway host name of the form
* `{gateway_id}-{hash}.{region_code}.gateway.dev`.
* Output only. The default hostname that serves traffic for this Gateway.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -147,17 +146,15 @@ public ApigatewayGateway setCreateTime(String createTime) {
}

/**
* Output only. The default API Gateway host name of the form
* `{gateway_id}-{hash}.{region_code}.gateway.dev`.
* Output only. The default hostname that serves traffic for this Gateway.
* @return value or {@code null} for none
*/
public java.lang.String getDefaultHostname() {
return defaultHostname;
}

/**
* Output only. The default API Gateway host name of the form
* `{gateway_id}-{hash}.{region_code}.gateway.dev`.
* Output only. The default hostname that serves traffic for this Gateway.
* @param defaultHostname defaultHostname or {@code null} for none
*/
public ApigatewayGateway setDefaultHostname(java.lang.String defaultHostname) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-apigateway/v1beta/2.0.0/pom.xml
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-apigateway</artifactId>
<version>v1beta-rev20260902-2.0.0</version>
<name>API Gateway API v1beta-rev20260902-2.0.0</name>
<version>v1beta-rev20260909-2.0.0</version>
<name>API Gateway API v1beta-rev20260909-2.0.0</name>
<packaging>jar</packaging>

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

Expand Down
Loading