Skip to content
Open
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
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-merchantapi</artifactId>
<version>datasources_v1-rev20260615-2.0.0</version>
<version>datasources_v1-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260615-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260719-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
public final class DataSourceReference extends com.google.api.client.json.GenericJson {

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -53,17 +53,17 @@ public final class DataSourceReference extends com.google.api.client.json.Generi
private java.lang.String supplementalDataSourceName;

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* @return value or {@code null} for none
*/
public java.lang.String getPrimaryDataSourceName() {
return primaryDataSourceName;
}

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* @param primaryDataSourceName primaryDataSourceName or {@code null} for none
*/
public DataSourceReference setPrimaryDataSourceName(java.lang.String primaryDataSourceName) {
Expand Down
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-merchantapi</artifactId>
<version>datasources_v1-rev20260615-2.0.0</version>
<name>Merchant API datasources_v1-rev20260615-2.0.0</name>
<version>datasources_v1-rev20260719-2.0.0</version>
<name>Merchant API datasources_v1-rev20260719-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
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-merchantapi</artifactId>
<version>datasources_v1-rev20260615-2.0.0</version>
<version>datasources_v1-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260615-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1-rev20260719-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-merchantapi</artifactId>
<version>datasources_v1beta-rev20260615-2.0.0</version>
<version>datasources_v1beta-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260615-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260719-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
public final class DataSourceReference extends com.google.api.client.json.GenericJson {

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -53,17 +53,17 @@ public final class DataSourceReference extends com.google.api.client.json.Generi
private java.lang.String supplementalDataSourceName;

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* @return value or {@code null} for none
*/
public java.lang.String getPrimaryDataSourceName() {
return primaryDataSourceName;
}

/**
* Optional. The name of the primary data source. Format:
* `accounts/{account}/dataSources/{datasource}`
* Optional. Deprecated: Use `self` instead to reference the primary data source. The name of the
* primary data source. Format: `accounts/{account}/dataSources/{datasource}`
* @param primaryDataSourceName primaryDataSourceName or {@code null} for none
*/
public DataSourceReference setPrimaryDataSourceName(java.lang.String primaryDataSourceName) {
Expand Down
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-merchantapi</artifactId>
<version>datasources_v1beta-rev20260615-2.0.0</version>
<name>Merchant API datasources_v1beta-rev20260615-2.0.0</name>
<version>datasources_v1beta-rev20260719-2.0.0</version>
<name>Merchant API datasources_v1beta-rev20260719-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
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-merchantapi</artifactId>
<version>datasources_v1beta-rev20260615-2.0.0</version>
<version>datasources_v1beta-rev20260719-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260615-2.0.0'
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20260719-2.0.0'
}
```

Expand Down
Loading