@@ -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/<project>/instances/<instance>`.
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/<project>/instances/<instance>`.
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/<project>/instances/<instance>`.
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/<project>/instances/<instance>`.
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 );
0 commit comments