Skip to content

Commit 734efa9

Browse files
committed
add golden test files
1 parent f5c93db commit 734efa9

File tree

17 files changed

+503
-503
lines changed

17 files changed

+503
-503
lines changed

test/integration/goldens/apigeeconnect/src/com/google/cloud/apigeeconnect/v1/ConnectionServiceClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public ConnectionServiceStub getStub() {
214214
*
215215
* @param parent Required. Parent name of the form: `projects/{project_number or
216216
* project_id}/endpoints/{endpoint}`.
217-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
217+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
218218
*/
219219
public final ListConnectionsPagedResponse listConnections(EndpointName parent) {
220220
ListConnectionsRequest request =
@@ -246,7 +246,7 @@ public final ListConnectionsPagedResponse listConnections(EndpointName parent) {
246246
*
247247
* @param parent Required. Parent name of the form: `projects/{project_number or
248248
* project_id}/endpoints/{endpoint}`.
249-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
249+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
250250
*/
251251
public final ListConnectionsPagedResponse listConnections(String parent) {
252252
ListConnectionsRequest request = ListConnectionsRequest.newBuilder().setParent(parent).build();
@@ -279,7 +279,7 @@ public final ListConnectionsPagedResponse listConnections(String parent) {
279279
* }</pre>
280280
*
281281
* @param request The request object containing all of the parameters for the API call.
282-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
282+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
283283
*/
284284
public final ListConnectionsPagedResponse listConnections(ListConnectionsRequest request) {
285285
return listConnectionsPagedCallable().call(request);

test/integration/goldens/asset/src/com/google/cloud/asset/v1/AssetServiceClient.java

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

test/integration/goldens/bigtable/src/com/google/cloud/bigtable/data/v2/BaseBigtableDataClient.java

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ public final ServerStreamingCallable<ReadRowsRequest, ReadRowsResponse> readRows
382382
* @param mutations Required. Changes to be atomically applied to the specified row. Entries are
383383
* applied in order, meaning that earlier mutations can be masked by later ones. Must contain
384384
* at least one entry and at most 100000.
385-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
385+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
386386
*/
387387
public final MutateRowResponse mutateRow(
388388
TableName tableName, ByteString rowKey, List<Mutation> mutations) {
@@ -423,7 +423,7 @@ public final MutateRowResponse mutateRow(
423423
* @param mutations Required. Changes to be atomically applied to the specified row. Entries are
424424
* applied in order, meaning that earlier mutations can be masked by later ones. Must contain
425425
* at least one entry and at most 100000.
426-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
426+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
427427
*/
428428
public final MutateRowResponse mutateRow(
429429
String tableName, ByteString rowKey, List<Mutation> mutations) {
@@ -468,7 +468,7 @@ public final MutateRowResponse mutateRow(
468468
* at least one entry and at most 100000.
469469
* @param appProfileId This value specifies routing for replication. If not specified, the
470470
* "default" application profile will be used.
471-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
471+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
472472
*/
473473
public final MutateRowResponse mutateRow(
474474
TableName tableName, ByteString rowKey, List<Mutation> mutations, String appProfileId) {
@@ -514,7 +514,7 @@ public final MutateRowResponse mutateRow(
514514
* at least one entry and at most 100000.
515515
* @param appProfileId This value specifies routing for replication. If not specified, the
516516
* "default" application profile will be used.
517-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
517+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
518518
*/
519519
public final MutateRowResponse mutateRow(
520520
String tableName, ByteString rowKey, List<Mutation> mutations, String appProfileId) {
@@ -554,7 +554,7 @@ public final MutateRowResponse mutateRow(
554554
* }</pre>
555555
*
556556
* @param request The request object containing all of the parameters for the API call.
557-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
557+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
558558
*/
559559
public final MutateRowResponse mutateRow(MutateRowRequest request) {
560560
return mutateRowCallable().call(request);
@@ -663,7 +663,7 @@ public final ServerStreamingCallable<MutateRowsRequest, MutateRowsResponse> muta
663663
* `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied
664664
* in order, meaning that earlier mutations can be masked by later ones. Must contain at least
665665
* one entry if `true_mutations` is empty, and at most 100000.
666-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
666+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
667667
*/
668668
public final CheckAndMutateRowResponse checkAndMutateRow(
669669
TableName tableName,
@@ -721,7 +721,7 @@ public final CheckAndMutateRowResponse checkAndMutateRow(
721721
* `predicate_filter` does not yield any cells when applied to `row_key`. Entries are applied
722722
* in order, meaning that earlier mutations can be masked by later ones. Must contain at least
723723
* one entry if `true_mutations` is empty, and at most 100000.
724-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
724+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
725725
*/
726726
public final CheckAndMutateRowResponse checkAndMutateRow(
727727
String tableName,
@@ -782,7 +782,7 @@ public final CheckAndMutateRowResponse checkAndMutateRow(
782782
* one entry if `true_mutations` is empty, and at most 100000.
783783
* @param appProfileId This value specifies routing for replication. If not specified, the
784784
* "default" application profile will be used.
785-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
785+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
786786
*/
787787
public final CheckAndMutateRowResponse checkAndMutateRow(
788788
TableName tableName,
@@ -845,7 +845,7 @@ public final CheckAndMutateRowResponse checkAndMutateRow(
845845
* one entry if `true_mutations` is empty, and at most 100000.
846846
* @param appProfileId This value specifies routing for replication. If not specified, the
847847
* "default" application profile will be used.
848-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
848+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
849849
*/
850850
public final CheckAndMutateRowResponse checkAndMutateRow(
851851
String tableName,
@@ -893,7 +893,7 @@ public final CheckAndMutateRowResponse checkAndMutateRow(
893893
* }</pre>
894894
*
895895
* @param request The request object containing all of the parameters for the API call.
896-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
896+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
897897
*/
898898
public final CheckAndMutateRowResponse checkAndMutateRow(CheckAndMutateRowRequest request) {
899899
return checkAndMutateRowCallable().call(request);
@@ -954,7 +954,7 @@ public final CheckAndMutateRowResponse checkAndMutateRow(CheckAndMutateRowReques
954954
*
955955
* @param name Required. The unique name of the instance to check permissions for as well as
956956
* respond. Values are of the form `projects/&lt;project&gt;/instances/&lt;instance&gt;`.
957-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
957+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
958958
*/
959959
public final PingAndWarmResponse pingAndWarm(InstanceName name) {
960960
PingAndWarmRequest request =
@@ -983,7 +983,7 @@ public final PingAndWarmResponse pingAndWarm(InstanceName name) {
983983
*
984984
* @param name Required. The unique name of the instance to check permissions for as well as
985985
* respond. Values are of the form `projects/&lt;project&gt;/instances/&lt;instance&gt;`.
986-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
986+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
987987
*/
988988
public final PingAndWarmResponse pingAndWarm(String name) {
989989
PingAndWarmRequest request = PingAndWarmRequest.newBuilder().setName(name).build();
@@ -1014,7 +1014,7 @@ public final PingAndWarmResponse pingAndWarm(String name) {
10141014
* respond. Values are of the form `projects/&lt;project&gt;/instances/&lt;instance&gt;`.
10151015
* @param appProfileId This value specifies routing for replication. If not specified, the
10161016
* "default" application profile will be used.
1017-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1017+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
10181018
*/
10191019
public final PingAndWarmResponse pingAndWarm(InstanceName name, String appProfileId) {
10201020
PingAndWarmRequest request =
@@ -1049,7 +1049,7 @@ public final PingAndWarmResponse pingAndWarm(InstanceName name, String appProfil
10491049
* respond. Values are of the form `projects/&lt;project&gt;/instances/&lt;instance&gt;`.
10501050
* @param appProfileId This value specifies routing for replication. If not specified, the
10511051
* "default" application profile will be used.
1052-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1052+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
10531053
*/
10541054
public final PingAndWarmResponse pingAndWarm(String name, String appProfileId) {
10551055
PingAndWarmRequest request =
@@ -1081,7 +1081,7 @@ public final PingAndWarmResponse pingAndWarm(String name, String appProfileId) {
10811081
* }</pre>
10821082
*
10831083
* @param request The request object containing all of the parameters for the API call.
1084-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1084+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
10851085
*/
10861086
public final PingAndWarmResponse pingAndWarm(PingAndWarmRequest request) {
10871087
return pingAndWarmCallable().call(request);
@@ -1149,7 +1149,7 @@ public final UnaryCallable<PingAndWarmRequest, PingAndWarmResponse> pingAndWarmC
11491149
* @param rules Required. Rules specifying how the specified row's contents are to be transformed
11501150
* into writes. Entries are applied in order, meaning that earlier rules will affect the
11511151
* results of later ones.
1152-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1152+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
11531153
*/
11541154
public final ReadModifyWriteRowResponse readModifyWriteRow(
11551155
TableName tableName, ByteString rowKey, List<ReadModifyWriteRule> rules) {
@@ -1194,7 +1194,7 @@ public final ReadModifyWriteRowResponse readModifyWriteRow(
11941194
* @param rules Required. Rules specifying how the specified row's contents are to be transformed
11951195
* into writes. Entries are applied in order, meaning that earlier rules will affect the
11961196
* results of later ones.
1197-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1197+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
11981198
*/
11991199
public final ReadModifyWriteRowResponse readModifyWriteRow(
12001200
String tableName, ByteString rowKey, List<ReadModifyWriteRule> rules) {
@@ -1242,7 +1242,7 @@ public final ReadModifyWriteRowResponse readModifyWriteRow(
12421242
* results of later ones.
12431243
* @param appProfileId This value specifies routing for replication. If not specified, the
12441244
* "default" application profile will be used.
1245-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1245+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
12461246
*/
12471247
public final ReadModifyWriteRowResponse readModifyWriteRow(
12481248
TableName tableName,
@@ -1294,7 +1294,7 @@ public final ReadModifyWriteRowResponse readModifyWriteRow(
12941294
* results of later ones.
12951295
* @param appProfileId This value specifies routing for replication. If not specified, the
12961296
* "default" application profile will be used.
1297-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1297+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
12981298
*/
12991299
public final ReadModifyWriteRowResponse readModifyWriteRow(
13001300
String tableName, ByteString rowKey, List<ReadModifyWriteRule> rules, String appProfileId) {
@@ -1336,7 +1336,7 @@ public final ReadModifyWriteRowResponse readModifyWriteRow(
13361336
* }</pre>
13371337
*
13381338
* @param request The request object containing all of the parameters for the API call.
1339-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1339+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
13401340
*/
13411341
public final ReadModifyWriteRowResponse readModifyWriteRow(ReadModifyWriteRowRequest request) {
13421342
return readModifyWriteRowCallable().call(request);

test/integration/goldens/compute/src/com/google/cloud/compute/v1small/AddressesClient.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public AddressesStub getStub() {
256256
* }</pre>
257257
*
258258
* @param project Project ID for this request.
259-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
259+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
260260
*/
261261
public final AggregatedListPagedResponse aggregatedList(String project) {
262262
AggregatedListAddressesRequest request =
@@ -294,7 +294,7 @@ public final AggregatedListPagedResponse aggregatedList(String project) {
294294
* }</pre>
295295
*
296296
* @param request The request object containing all of the parameters for the API call.
297-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
297+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
298298
*/
299299
public final AggregatedListPagedResponse aggregatedList(AggregatedListAddressesRequest request) {
300300
return aggregatedListPagedCallable().call(request);
@@ -401,7 +401,7 @@ public final AggregatedListPagedResponse aggregatedList(AggregatedListAddressesR
401401
* @param project Project ID for this request.
402402
* @param region Name of the region for this request.
403403
* @param address Name of the address resource to delete.
404-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
404+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
405405
*/
406406
public final OperationFuture<Operation, Operation> deleteAsync(
407407
String project, String region, String address) {
@@ -439,7 +439,7 @@ public final OperationFuture<Operation, Operation> deleteAsync(
439439
* }</pre>
440440
*
441441
* @param request The request object containing all of the parameters for the API call.
442-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
442+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
443443
*/
444444
public final OperationFuture<Operation, Operation> deleteAsync(DeleteAddressRequest request) {
445445
return deleteOperationCallable().futureCall(request);
@@ -530,7 +530,7 @@ public final UnaryCallable<DeleteAddressRequest, Operation> deleteCallable() {
530530
* @param project Project ID for this request.
531531
* @param region Name of the region for this request.
532532
* @param addressResource The body resource for this request
533-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
533+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
534534
*/
535535
public final OperationFuture<Operation, Operation> insertAsync(
536536
String project, String region, Address addressResource) {
@@ -568,7 +568,7 @@ public final OperationFuture<Operation, Operation> insertAsync(
568568
* }</pre>
569569
*
570570
* @param request The request object containing all of the parameters for the API call.
571-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
571+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
572572
*/
573573
public final OperationFuture<Operation, Operation> insertAsync(InsertAddressRequest request) {
574574
return insertOperationCallable().futureCall(request);
@@ -667,7 +667,7 @@ public final UnaryCallable<InsertAddressRequest, Operation> insertCallable() {
667667
* in reverse chronological order (newest result first). Use this to sort resources like
668668
* operations so that the newest operation is returned first.
669669
* <p>Currently, only sorting by name or creationTimestamp desc is supported.
670-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
670+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
671671
*/
672672
public final ListPagedResponse list(String project, String region, String orderBy) {
673673
ListAddressesRequest request =
@@ -708,7 +708,7 @@ public final ListPagedResponse list(String project, String region, String orderB
708708
* }</pre>
709709
*
710710
* @param request The request object containing all of the parameters for the API call.
711-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
711+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
712712
*/
713713
public final ListPagedResponse list(ListAddressesRequest request) {
714714
return listPagedCallable().call(request);

test/integration/goldens/compute/src/com/google/cloud/compute/v1small/RegionOperationsClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public RegionOperationsStub getStub() {
209209
* @param project Project ID for this request.
210210
* @param region Name of the region for this request.
211211
* @param operation Name of the Operations resource to return.
212-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
212+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
213213
*/
214214
public final Operation get(String project, String region, String operation) {
215215
GetRegionOperationRequest request =
@@ -245,7 +245,7 @@ public final Operation get(String project, String region, String operation) {
245245
* }</pre>
246246
*
247247
* @param request The request object containing all of the parameters for the API call.
248-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
248+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
249249
*/
250250
public final Operation get(GetRegionOperationRequest request) {
251251
return getCallable().call(request);
@@ -312,7 +312,7 @@ public final UnaryCallable<GetRegionOperationRequest, Operation> getCallable() {
312312
* @param project Project ID for this request.
313313
* @param region Name of the region for this request.
314314
* @param operation Name of the Operations resource to return.
315-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
315+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
316316
*/
317317
public final Operation wait(String project, String region, String operation) {
318318
WaitRegionOperationRequest request =
@@ -357,7 +357,7 @@ public final Operation wait(String project, String region, String operation) {
357357
* }</pre>
358358
*
359359
* @param request The request object containing all of the parameters for the API call.
360-
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
360+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails.
361361
*/
362362
public final Operation wait(WaitRegionOperationRequest request) {
363363
return waitCallable().call(request);

0 commit comments

Comments
 (0)