@@ -322,7 +322,7 @@ public class EchoClient implements BackgroundResource {
322322 * }</pre>
323323 *
324324 * @param request The request object containing all of the parameters for the API call.
325- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
325+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
326326 */
327327 public final EchoResponse echo() {
328328 EchoRequest request = EchoRequest.newBuilder().build();
@@ -346,7 +346,7 @@ public class EchoClient implements BackgroundResource {
346346 * }</pre>
347347 *
348348 * @param parent
349- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
349+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
350350 */
351351 public final EchoResponse echo(ResourceName parent) {
352352 EchoRequest request =
@@ -371,7 +371,7 @@ public class EchoClient implements BackgroundResource {
371371 * }</pre>
372372 *
373373 * @param error
374- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
374+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
375375 */
376376 public final EchoResponse echo(Status error) {
377377 EchoRequest request = EchoRequest.newBuilder().setError(error).build();
@@ -395,7 +395,7 @@ public class EchoClient implements BackgroundResource {
395395 * }</pre>
396396 *
397397 * @param name
398- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
398+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
399399 */
400400 public final EchoResponse echo(FoobarName name) {
401401 EchoRequest request =
@@ -420,7 +420,7 @@ public class EchoClient implements BackgroundResource {
420420 * }</pre>
421421 *
422422 * @param content
423- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
423+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
424424 */
425425 public final EchoResponse echo(String content) {
426426 EchoRequest request = EchoRequest.newBuilder().setContent(content).build();
@@ -444,7 +444,7 @@ public class EchoClient implements BackgroundResource {
444444 * }</pre>
445445 *
446446 * @param name
447- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
447+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
448448 */
449449 public final EchoResponse echo(String name) {
450450 EchoRequest request = EchoRequest.newBuilder().setName(name).build();
@@ -468,7 +468,7 @@ public class EchoClient implements BackgroundResource {
468468 * }</pre>
469469 *
470470 * @param parent
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 EchoResponse echo(String parent) {
474474 EchoRequest request = EchoRequest.newBuilder().setParent(parent).build();
@@ -494,7 +494,7 @@ public class EchoClient implements BackgroundResource {
494494 *
495495 * @param content
496496 * @param severity
497- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
497+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
498498 */
499499 public final EchoResponse echo(String content, Severity severity) {
500500 EchoRequest request =
@@ -525,7 +525,7 @@ public class EchoClient implements BackgroundResource {
525525 * }</pre>
526526 *
527527 * @param request The request object containing all of the parameters for the API call.
528- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
528+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
529529 */
530530 public final EchoResponse echo(EchoRequest request) {
531531 return echoCallable().call(request);
@@ -712,7 +712,7 @@ public class EchoClient implements BackgroundResource {
712712 * }</pre>
713713 *
714714 * @param request The request object containing all of the parameters for the API call.
715- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
715+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
716716 */
717717 public final PagedExpandPagedResponse pagedExpand(PagedExpandRequest request) {
718718 return pagedExpandPagedCallable().call(request);
@@ -802,7 +802,7 @@ public class EchoClient implements BackgroundResource {
802802 * }</pre>
803803 *
804804 * @param request The request object containing all of the parameters for the API call.
805- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
805+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
806806 */
807807 public final SimplePagedExpandPagedResponse simplePagedExpand() {
808808 PagedExpandRequest request = PagedExpandRequest.newBuilder().build();
@@ -833,7 +833,7 @@ public class EchoClient implements BackgroundResource {
833833 * }</pre>
834834 *
835835 * @param request The request object containing all of the parameters for the API call.
836- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
836+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
837837 */
838838 public final SimplePagedExpandPagedResponse simplePagedExpand(PagedExpandRequest request) {
839839 return simplePagedExpandPagedCallable().call(request);
@@ -923,7 +923,7 @@ public class EchoClient implements BackgroundResource {
923923 * }</pre>
924924 *
925925 * @param ttl
926- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
926+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
927927 */
928928 public final OperationFuture<WaitResponse, WaitMetadata> waitAsync(Duration ttl) {
929929 WaitRequest request = WaitRequest.newBuilder().setTtl(ttl).build();
@@ -947,7 +947,7 @@ public class EchoClient implements BackgroundResource {
947947 * }</pre>
948948 *
949949 * @param endTime
950- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
950+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
951951 */
952952 public final OperationFuture<WaitResponse, WaitMetadata> waitAsync(Timestamp endTime) {
953953 WaitRequest request = WaitRequest.newBuilder().setEndTime(endTime).build();
@@ -971,7 +971,7 @@ public class EchoClient implements BackgroundResource {
971971 * }</pre>
972972 *
973973 * @param request The request object containing all of the parameters for the API call.
974- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
974+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
975975 */
976976 public final OperationFuture<WaitResponse, WaitMetadata> waitAsync(WaitRequest request) {
977977 return waitOperationCallable().futureCall(request);
@@ -1039,7 +1039,7 @@ public class EchoClient implements BackgroundResource {
10391039 * }</pre>
10401040 *
10411041 * @param request The request object containing all of the parameters for the API call.
1042- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
1042+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
10431043 */
10441044 public final BlockResponse block(BlockRequest request) {
10451045 return blockCallable().call(request);
@@ -1090,7 +1090,7 @@ public class EchoClient implements BackgroundResource {
10901090 * }</pre>
10911091 *
10921092 * @param request The request object containing all of the parameters for the API call.
1093- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
1093+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails.
10941094 */
10951095 public final Object collideName(EchoRequest request) {
10961096 return collideNameCallable().call(request);
0 commit comments