@@ -742,15 +742,15 @@ public interface AsyncService {
742
742
*
743
743
744
744
* Creates a subscription to a given topic. See the [resource name rules]
745
- * (https://cloud.google.com/pubsub/docs/admin #resource_names).
745
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names).
746
746
* If the subscription already exists, returns `ALREADY_EXISTS`.
747
747
* If the corresponding topic doesn't exist, returns `NOT_FOUND`.
748
748
* If the name is not provided in the request, the server will assign a random
749
749
* name for this subscription on the same project as the topic, conforming
750
750
* to the [resource name format]
751
- * (https://cloud.google.com/pubsub/docs/admin #resource_names). The generated
752
- * name is populated in the returned Subscription object. Note that for REST
753
- * API requests, you must specify a name in the request.
751
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names). The
752
+ * generated name is populated in the returned Subscription object. Note that
753
+ * for REST API requests, you must specify a name in the request.
754
754
*
755
755
*/
756
756
default void createSubscription (
@@ -962,7 +962,7 @@ default void listSnapshots(
962
962
* the request, the server will assign a random
963
963
* name for this snapshot on the same project as the subscription, conforming
964
964
* to the [resource name format]
965
- * (https://cloud.google.com/pubsub/docs/admin #resource_names). The
965
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names). The
966
966
* generated name is populated in the returned Snapshot object. Note that for
967
967
* REST API requests, you must specify a name in the request.
968
968
*
@@ -1075,15 +1075,15 @@ protected SubscriberStub build(io.grpc.Channel channel, io.grpc.CallOptions call
1075
1075
*
1076
1076
1077
1077
* Creates a subscription to a given topic. See the [resource name rules]
1078
- * (https://cloud.google.com/pubsub/docs/admin #resource_names).
1078
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names).
1079
1079
* If the subscription already exists, returns `ALREADY_EXISTS`.
1080
1080
* If the corresponding topic doesn't exist, returns `NOT_FOUND`.
1081
1081
* If the name is not provided in the request, the server will assign a random
1082
1082
* name for this subscription on the same project as the topic, conforming
1083
1083
* to the [resource name format]
1084
- * (https://cloud.google.com/pubsub/docs/admin #resource_names). The generated
1085
- * name is populated in the returned Subscription object. Note that for REST
1086
- * API requests, you must specify a name in the request.
1084
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names). The
1085
+ * generated name is populated in the returned Subscription object. Note that
1086
+ * for REST API requests, you must specify a name in the request.
1087
1087
*
1088
1088
*/
1089
1089
public void createSubscription (
@@ -1316,7 +1316,7 @@ public void listSnapshots(
1316
1316
* the request, the server will assign a random
1317
1317
* name for this snapshot on the same project as the subscription, conforming
1318
1318
* to the [resource name format]
1319
- * (https://cloud.google.com/pubsub/docs/admin #resource_names). The
1319
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names). The
1320
1320
* generated name is populated in the returned Snapshot object. Note that for
1321
1321
* REST API requests, you must specify a name in the request.
1322
1322
*
@@ -1421,15 +1421,15 @@ protected SubscriberBlockingStub build(
1421
1421
*
1422
1422
1423
1423
* Creates a subscription to a given topic. See the [resource name rules]
1424
- * (https://cloud.google.com/pubsub/docs/admin #resource_names).
1424
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names).
1425
1425
* If the subscription already exists, returns `ALREADY_EXISTS`.
1426
1426
* If the corresponding topic doesn't exist, returns `NOT_FOUND`.
1427
1427
* If the name is not provided in the request, the server will assign a random
1428
1428
* name for this subscription on the same project as the topic, conforming
1429
1429
* to the [resource name format]
1430
- * (https://cloud.google.com/pubsub/docs/admin #resource_names). The generated
1431
- * name is populated in the returned Subscription object. Note that for REST
1432
- * API requests, you must specify a name in the request.
1430
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names). The
1431
+ * generated name is populated in the returned Subscription object. Note that
1432
+ * for REST API requests, you must specify a name in the request.
1433
1433
*
1434
1434
*/
1435
1435
public com .google .pubsub .v1 .Subscription createSubscription (
@@ -1609,7 +1609,7 @@ public com.google.pubsub.v1.ListSnapshotsResponse listSnapshots(
1609
1609
* the request, the server will assign a random
1610
1610
* name for this snapshot on the same project as the subscription, conforming
1611
1611
* to the [resource name format]
1612
- * (https://cloud.google.com/pubsub/docs/admin #resource_names). The
1612
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names). The
1613
1613
* generated name is populated in the returned Snapshot object. Note that for
1614
1614
* REST API requests, you must specify a name in the request.
1615
1615
*
@@ -1702,15 +1702,15 @@ protected SubscriberFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
1702
1702
*
1703
1703
1704
1704
* Creates a subscription to a given topic. See the [resource name rules]
1705
- * (https://cloud.google.com/pubsub/docs/admin #resource_names).
1705
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names).
1706
1706
* If the subscription already exists, returns `ALREADY_EXISTS`.
1707
1707
* If the corresponding topic doesn't exist, returns `NOT_FOUND`.
1708
1708
* If the name is not provided in the request, the server will assign a random
1709
1709
* name for this subscription on the same project as the topic, conforming
1710
1710
* to the [resource name format]
1711
- * (https://cloud.google.com/pubsub/docs/admin #resource_names). The generated
1712
- * name is populated in the returned Subscription object. Note that for REST
1713
- * API requests, you must specify a name in the request.
1711
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names). The
1712
+ * generated name is populated in the returned Subscription object. Note that
1713
+ * for REST API requests, you must specify a name in the request.
1714
1714
*
1715
1715
*/
1716
1716
public com .google .common .util .concurrent .ListenableFuture <com .google .pubsub .v1 .Subscription >
@@ -1894,7 +1894,7 @@ protected SubscriberFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
1894
1894
* the request, the server will assign a random
1895
1895
* name for this snapshot on the same project as the subscription, conforming
1896
1896
* to the [resource name format]
1897
- * (https://cloud.google.com/pubsub/docs/admin #resource_names). The
1897
+ * (https://cloud.google.com/pubsub/docs/pubsub-basics #resource_names). The
1898
1898
* generated name is populated in the returned Snapshot object. Note that for
1899
1899
* REST API requests, you must specify a name in the request.
1900
1900
*
0 commit comments