@@ -742,15 +742,15 @@ public interface AsyncService {
742742 *
743743 * <pre>
744744 * 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).
746746 * If the subscription already exists, returns `ALREADY_EXISTS`.
747747 * If the corresponding topic doesn't exist, returns `NOT_FOUND`.
748748 * If the name is not provided in the request, the server will assign a random
749749 * name for this subscription on the same project as the topic, conforming
750750 * 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.
754754 * </pre>
755755 */
756756 default void createSubscription (
@@ -962,7 +962,7 @@ default void listSnapshots(
962962 * the request, the server will assign a random
963963 * name for this snapshot on the same project as the subscription, conforming
964964 * 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
966966 * generated name is populated in the returned Snapshot object. Note that for
967967 * REST API requests, you must specify a name in the request.
968968 * </pre>
@@ -1075,15 +1075,15 @@ protected SubscriberStub build(io.grpc.Channel channel, io.grpc.CallOptions call
10751075 *
10761076 * <pre>
10771077 * 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).
10791079 * If the subscription already exists, returns `ALREADY_EXISTS`.
10801080 * If the corresponding topic doesn't exist, returns `NOT_FOUND`.
10811081 * If the name is not provided in the request, the server will assign a random
10821082 * name for this subscription on the same project as the topic, conforming
10831083 * 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.
10871087 * </pre>
10881088 */
10891089 public void createSubscription (
@@ -1316,7 +1316,7 @@ public void listSnapshots(
13161316 * the request, the server will assign a random
13171317 * name for this snapshot on the same project as the subscription, conforming
13181318 * 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
13201320 * generated name is populated in the returned Snapshot object. Note that for
13211321 * REST API requests, you must specify a name in the request.
13221322 * </pre>
@@ -1421,15 +1421,15 @@ protected SubscriberBlockingStub build(
14211421 *
14221422 * <pre>
14231423 * 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).
14251425 * If the subscription already exists, returns `ALREADY_EXISTS`.
14261426 * If the corresponding topic doesn't exist, returns `NOT_FOUND`.
14271427 * If the name is not provided in the request, the server will assign a random
14281428 * name for this subscription on the same project as the topic, conforming
14291429 * 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.
14331433 * </pre>
14341434 */
14351435 public com .google .pubsub .v1 .Subscription createSubscription (
@@ -1609,7 +1609,7 @@ public com.google.pubsub.v1.ListSnapshotsResponse listSnapshots(
16091609 * the request, the server will assign a random
16101610 * name for this snapshot on the same project as the subscription, conforming
16111611 * 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
16131613 * generated name is populated in the returned Snapshot object. Note that for
16141614 * REST API requests, you must specify a name in the request.
16151615 * </pre>
@@ -1702,15 +1702,15 @@ protected SubscriberFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
17021702 *
17031703 * <pre>
17041704 * 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).
17061706 * If the subscription already exists, returns `ALREADY_EXISTS`.
17071707 * If the corresponding topic doesn't exist, returns `NOT_FOUND`.
17081708 * If the name is not provided in the request, the server will assign a random
17091709 * name for this subscription on the same project as the topic, conforming
17101710 * 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.
17141714 * </pre>
17151715 */
17161716 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
18941894 * the request, the server will assign a random
18951895 * name for this snapshot on the same project as the subscription, conforming
18961896 * 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
18981898 * generated name is populated in the returned Snapshot object. Note that for
18991899 * REST API requests, you must specify a name in the request.
19001900 * </pre>
0 commit comments