Skip to content

Commit 48f5470

Browse files
authored
Merge branch 'main' into renovate/com.google.cloud-google-cloud-pubsub-bom-1.x
2 parents 59ae85f + ecb0b2a commit 48f5470

File tree

278 files changed

+81644
-2662
lines changed

Some content is hidden

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

278 files changed

+81644
-2662
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/[email protected].1
40+
- uses: googleapis/sdk-platform-java/.github/[email protected].2
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.64.1
2-
googleapis_commitish: c9578f6385fe0fb9067c5dba8d7cdda39efac0ff
1+
gapic_generator_version: 2.64.2
2+
googleapis_commitish: 05f65958eb7f2a8bc59db87ad40487f0fb093097
33
libraries_bom_version: 26.72.0
44

55
# the libraries are ordered with respect to library name, which is

java-admanager/ad-manager/src/main/java/com/google/ads/admanager/v1/AdUnitServiceClient.java

Lines changed: 972 additions & 0 deletions
Large diffs are not rendered by default.

java-admanager/ad-manager/src/main/java/com/google/ads/admanager/v1/AdUnitServiceSettings.java

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,46 @@ public UnaryCallSettings<GetAdUnitRequest, AdUnit> getAdUnitSettings() {
104104
return ((AdUnitServiceStubSettings) getStubSettings()).listAdUnitSizesSettings();
105105
}
106106

107+
/** Returns the object with the settings used for calls to createAdUnit. */
108+
public UnaryCallSettings<CreateAdUnitRequest, AdUnit> createAdUnitSettings() {
109+
return ((AdUnitServiceStubSettings) getStubSettings()).createAdUnitSettings();
110+
}
111+
112+
/** Returns the object with the settings used for calls to updateAdUnit. */
113+
public UnaryCallSettings<UpdateAdUnitRequest, AdUnit> updateAdUnitSettings() {
114+
return ((AdUnitServiceStubSettings) getStubSettings()).updateAdUnitSettings();
115+
}
116+
117+
/** Returns the object with the settings used for calls to batchCreateAdUnits. */
118+
public UnaryCallSettings<BatchCreateAdUnitsRequest, BatchCreateAdUnitsResponse>
119+
batchCreateAdUnitsSettings() {
120+
return ((AdUnitServiceStubSettings) getStubSettings()).batchCreateAdUnitsSettings();
121+
}
122+
123+
/** Returns the object with the settings used for calls to batchUpdateAdUnits. */
124+
public UnaryCallSettings<BatchUpdateAdUnitsRequest, BatchUpdateAdUnitsResponse>
125+
batchUpdateAdUnitsSettings() {
126+
return ((AdUnitServiceStubSettings) getStubSettings()).batchUpdateAdUnitsSettings();
127+
}
128+
129+
/** Returns the object with the settings used for calls to batchActivateAdUnits. */
130+
public UnaryCallSettings<BatchActivateAdUnitsRequest, BatchActivateAdUnitsResponse>
131+
batchActivateAdUnitsSettings() {
132+
return ((AdUnitServiceStubSettings) getStubSettings()).batchActivateAdUnitsSettings();
133+
}
134+
135+
/** Returns the object with the settings used for calls to batchDeactivateAdUnits. */
136+
public UnaryCallSettings<BatchDeactivateAdUnitsRequest, BatchDeactivateAdUnitsResponse>
137+
batchDeactivateAdUnitsSettings() {
138+
return ((AdUnitServiceStubSettings) getStubSettings()).batchDeactivateAdUnitsSettings();
139+
}
140+
141+
/** Returns the object with the settings used for calls to batchArchiveAdUnits. */
142+
public UnaryCallSettings<BatchArchiveAdUnitsRequest, BatchArchiveAdUnitsResponse>
143+
batchArchiveAdUnitsSettings() {
144+
return ((AdUnitServiceStubSettings) getStubSettings()).batchArchiveAdUnitsSettings();
145+
}
146+
107147
public static final AdUnitServiceSettings create(AdUnitServiceStubSettings stub)
108148
throws IOException {
109149
return new AdUnitServiceSettings.Builder(stub.toBuilder()).build();
@@ -220,6 +260,46 @@ public UnaryCallSettings.Builder<GetAdUnitRequest, AdUnit> getAdUnitSettings() {
220260
return getStubSettingsBuilder().listAdUnitSizesSettings();
221261
}
222262

263+
/** Returns the builder for the settings used for calls to createAdUnit. */
264+
public UnaryCallSettings.Builder<CreateAdUnitRequest, AdUnit> createAdUnitSettings() {
265+
return getStubSettingsBuilder().createAdUnitSettings();
266+
}
267+
268+
/** Returns the builder for the settings used for calls to updateAdUnit. */
269+
public UnaryCallSettings.Builder<UpdateAdUnitRequest, AdUnit> updateAdUnitSettings() {
270+
return getStubSettingsBuilder().updateAdUnitSettings();
271+
}
272+
273+
/** Returns the builder for the settings used for calls to batchCreateAdUnits. */
274+
public UnaryCallSettings.Builder<BatchCreateAdUnitsRequest, BatchCreateAdUnitsResponse>
275+
batchCreateAdUnitsSettings() {
276+
return getStubSettingsBuilder().batchCreateAdUnitsSettings();
277+
}
278+
279+
/** Returns the builder for the settings used for calls to batchUpdateAdUnits. */
280+
public UnaryCallSettings.Builder<BatchUpdateAdUnitsRequest, BatchUpdateAdUnitsResponse>
281+
batchUpdateAdUnitsSettings() {
282+
return getStubSettingsBuilder().batchUpdateAdUnitsSettings();
283+
}
284+
285+
/** Returns the builder for the settings used for calls to batchActivateAdUnits. */
286+
public UnaryCallSettings.Builder<BatchActivateAdUnitsRequest, BatchActivateAdUnitsResponse>
287+
batchActivateAdUnitsSettings() {
288+
return getStubSettingsBuilder().batchActivateAdUnitsSettings();
289+
}
290+
291+
/** Returns the builder for the settings used for calls to batchDeactivateAdUnits. */
292+
public UnaryCallSettings.Builder<BatchDeactivateAdUnitsRequest, BatchDeactivateAdUnitsResponse>
293+
batchDeactivateAdUnitsSettings() {
294+
return getStubSettingsBuilder().batchDeactivateAdUnitsSettings();
295+
}
296+
297+
/** Returns the builder for the settings used for calls to batchArchiveAdUnits. */
298+
public UnaryCallSettings.Builder<BatchArchiveAdUnitsRequest, BatchArchiveAdUnitsResponse>
299+
batchArchiveAdUnitsSettings() {
300+
return getStubSettingsBuilder().batchArchiveAdUnitsSettings();
301+
}
302+
223303
@Override
224304
public AdUnitServiceSettings build() throws IOException {
225305
return new AdUnitServiceSettings(this);

java-admanager/ad-manager/src/main/java/com/google/ads/admanager/v1/CmsMetadataValueServiceClient.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* </tr>
6666
* <tr>
6767
* <td><p> GetCmsMetadataValue</td>
68-
* <td><p> API to retrieve a `CmsMetadataKey` object.</td>
68+
* <td><p> API to retrieve a `CmsMetadataValue` object.</td>
6969
* <td>
7070
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
7171
* <ul>
@@ -198,7 +198,7 @@ public CmsMetadataValueServiceStub getStub() {
198198

199199
// AUTO-GENERATED DOCUMENTATION AND METHOD.
200200
/**
201-
* API to retrieve a `CmsMetadataKey` object.
201+
* API to retrieve a `CmsMetadataValue` object.
202202
*
203203
* <p>Sample code:
204204
*
@@ -215,7 +215,7 @@ public CmsMetadataValueServiceStub getStub() {
215215
* }
216216
* }</pre>
217217
*
218-
* @param name Required. The resource name of the CmsMetadataKey. Format:
218+
* @param name Required. The resource name of the CmsMetadataValue. Format:
219219
* `networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}`
220220
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
221221
*/
@@ -229,7 +229,7 @@ public final CmsMetadataValue getCmsMetadataValue(CmsMetadataValueName name) {
229229

230230
// AUTO-GENERATED DOCUMENTATION AND METHOD.
231231
/**
232-
* API to retrieve a `CmsMetadataKey` object.
232+
* API to retrieve a `CmsMetadataValue` object.
233233
*
234234
* <p>Sample code:
235235
*
@@ -246,7 +246,7 @@ public final CmsMetadataValue getCmsMetadataValue(CmsMetadataValueName name) {
246246
* }
247247
* }</pre>
248248
*
249-
* @param name Required. The resource name of the CmsMetadataKey. Format:
249+
* @param name Required. The resource name of the CmsMetadataValue. Format:
250250
* `networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}`
251251
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
252252
*/
@@ -258,7 +258,7 @@ public final CmsMetadataValue getCmsMetadataValue(String name) {
258258

259259
// AUTO-GENERATED DOCUMENTATION AND METHOD.
260260
/**
261-
* API to retrieve a `CmsMetadataKey` object.
261+
* API to retrieve a `CmsMetadataValue` object.
262262
*
263263
* <p>Sample code:
264264
*
@@ -287,7 +287,7 @@ public final CmsMetadataValue getCmsMetadataValue(GetCmsMetadataValueRequest req
287287

288288
// AUTO-GENERATED DOCUMENTATION AND METHOD.
289289
/**
290-
* API to retrieve a `CmsMetadataKey` object.
290+
* API to retrieve a `CmsMetadataValue` object.
291291
*
292292
* <p>Sample code:
293293
*

0 commit comments

Comments
 (0)