Skip to content

Commit 53b00ce

Browse files
1 parent 5fa28a2 commit 53b00ce

File tree

6 files changed

+102
-6
lines changed

6 files changed

+102
-6
lines changed

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

clients/google-api-services-connectors/v1/2.0.0/com/google/api/services/connectors/v1/model/AuthConfigTemplate.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ public final class AuthConfigTemplate extends com.google.api.client.json.Generic
6464
@com.google.api.client.util.Key
6565
private java.lang.String displayName;
6666

67+
/**
68+
* Whether the auth config is the default one.
69+
* The value may be {@code null}.
70+
*/
71+
@com.google.api.client.util.Key
72+
private java.lang.Boolean isDefault;
73+
6774
/**
6875
* Identifier key for auth config
6976
* @return value or {@code null} for none
@@ -149,6 +156,23 @@ public AuthConfigTemplate setDisplayName(java.lang.String displayName) {
149156
return this;
150157
}
151158

159+
/**
160+
* Whether the auth config is the default one.
161+
* @return value or {@code null} for none
162+
*/
163+
public java.lang.Boolean getIsDefault() {
164+
return isDefault;
165+
}
166+
167+
/**
168+
* Whether the auth config is the default one.
169+
* @param isDefault isDefault or {@code null} for none
170+
*/
171+
public AuthConfigTemplate setIsDefault(java.lang.Boolean isDefault) {
172+
this.isDefault = isDefault;
173+
return this;
174+
}
175+
152176
@Override
153177
public AuthConfigTemplate set(String fieldName, Object value) {
154178
return (AuthConfigTemplate) super.set(fieldName, value);

clients/google-api-services-connectors/v1/2.0.0/com/google/api/services/connectors/v1/model/Connection.java

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ public final class Connection extends com.google.api.client.json.GenericJson {
148148
@com.google.api.client.util.Key
149149
private EventingRuntimeData eventingRuntimeData;
150150

151+
/**
152+
* Output only. The name of the Hostname of the Service Directory service with TLS.
153+
* The value may be {@code null}.
154+
*/
155+
@com.google.api.client.util.Key
156+
private java.lang.String host;
157+
151158
/**
152159
* Output only. GCR location where the runtime image is stored. formatted like:
153160
* gcr.io/{bucketName}/{imageName}
@@ -244,6 +251,13 @@ public final class Connection extends com.google.api.client.json.GenericJson {
244251
@com.google.api.client.util.Key
245252
private java.lang.Boolean suspended;
246253

254+
/**
255+
* Output only. The name of the Service Directory service with TLS.
256+
* The value may be {@code null}.
257+
*/
258+
@com.google.api.client.util.Key
259+
private java.lang.String tlsServiceDirectory;
260+
247261
/**
248262
* Output only. Updated time.
249263
* The value may be {@code null}.
@@ -522,6 +536,23 @@ public Connection setEventingRuntimeData(EventingRuntimeData eventingRuntimeData
522536
return this;
523537
}
524538

539+
/**
540+
* Output only. The name of the Hostname of the Service Directory service with TLS.
541+
* @return value or {@code null} for none
542+
*/
543+
public java.lang.String getHost() {
544+
return host;
545+
}
546+
547+
/**
548+
* Output only. The name of the Hostname of the Service Directory service with TLS.
549+
* @param host host or {@code null} for none
550+
*/
551+
public Connection setHost(java.lang.String host) {
552+
this.host = host;
553+
return this;
554+
}
555+
525556
/**
526557
* Output only. GCR location where the runtime image is stored. formatted like:
527558
* gcr.io/{bucketName}/{imageName}
@@ -753,6 +784,23 @@ public Connection setSuspended(java.lang.Boolean suspended) {
753784
return this;
754785
}
755786

787+
/**
788+
* Output only. The name of the Service Directory service with TLS.
789+
* @return value or {@code null} for none
790+
*/
791+
public java.lang.String getTlsServiceDirectory() {
792+
return tlsServiceDirectory;
793+
}
794+
795+
/**
796+
* Output only. The name of the Service Directory service with TLS.
797+
* @param tlsServiceDirectory tlsServiceDirectory or {@code null} for none
798+
*/
799+
public Connection setTlsServiceDirectory(java.lang.String tlsServiceDirectory) {
800+
this.tlsServiceDirectory = tlsServiceDirectory;
801+
return this;
802+
}
803+
756804
/**
757805
* Output only. Updated time.
758806
* @return value or {@code null} for none

clients/google-api-services-connectors/v1/2.0.0/com/google/api/services/connectors/v1/model/ConnectorVersion.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ public final class ConnectorVersion extends com.google.api.client.json.GenericJs
104104
@com.google.api.client.util.Key
105105
private EventingConfigTemplate eventingConfigTemplate;
106106

107+
/**
108+
* Output only. Is async operations supported.
109+
* The value may be {@code null}.
110+
*/
111+
@com.google.api.client.util.Key
112+
private java.lang.Boolean isAsyncOperationsSupported;
113+
107114
/**
108115
* Output only. Is custom actions supported.
109116
* The value may be {@code null}.
@@ -365,6 +372,23 @@ public ConnectorVersion setEventingConfigTemplate(EventingConfigTemplate eventin
365372
return this;
366373
}
367374

375+
/**
376+
* Output only. Is async operations supported.
377+
* @return value or {@code null} for none
378+
*/
379+
public java.lang.Boolean getIsAsyncOperationsSupported() {
380+
return isAsyncOperationsSupported;
381+
}
382+
383+
/**
384+
* Output only. Is async operations supported.
385+
* @param isAsyncOperationsSupported isAsyncOperationsSupported or {@code null} for none
386+
*/
387+
public ConnectorVersion setIsAsyncOperationsSupported(java.lang.Boolean isAsyncOperationsSupported) {
388+
this.isAsyncOperationsSupported = isAsyncOperationsSupported;
389+
return this;
390+
}
391+
368392
/**
369393
* Output only. Is custom actions supported.
370394
* @return value or {@code null} for none

clients/google-api-services-connectors/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-connectors</artifactId>
11-
<version>v1-rev20240729-2.0.0</version>
12-
<name>Connectors API v1-rev20240729-2.0.0</name>
11+
<version>v1-rev20240811-2.0.0</version>
12+
<name>Connectors API v1-rev20240811-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)