You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-datastore/google-api-grpc/grpc-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/SubscriberGrpc.java
+32-24Lines changed: 32 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -869,9 +869,10 @@ public abstract static class SubscriberImplBase implements io.grpc.BindableServi
869
869
* If the name is not provided in the request, the server will assign a random
870
870
* name for this subscription on the same project as the topic, conforming
871
871
* to the
872
-
* [resource name format](https://cloud.google.com/pubsub/docs/admin#resource_names).
873
-
* The generated name is populated in the returned Subscription object.
874
-
* Note that for REST API requests, you must specify a name in the request.
872
+
* [resource name
873
+
* format](https://cloud.google.com/pubsub/docs/admin#resource_names). The
874
+
* generated name is populated in the returned Subscription object. Note that
875
+
* for REST API requests, you must specify a name in the request.
875
876
* </pre>
876
877
*/
877
878
publicvoidcreateSubscription(
@@ -1086,9 +1087,10 @@ public void listSnapshots(
1086
1087
* the request, the server will assign a random
1087
1088
* name for this snapshot on the same project as the subscription, conforming
1088
1089
* to the
1089
-
* [resource name format](https://cloud.google.com/pubsub/docs/admin#resource_names).
1090
-
* The generated name is populated in the returned Snapshot object. Note that
1091
-
* for REST API requests, you must specify a name in the request.
1090
+
* [resource name
1091
+
* format](https://cloud.google.com/pubsub/docs/admin#resource_names). The
1092
+
* generated name is populated in the returned Snapshot object. Note that for
1093
+
* REST API requests, you must specify a name in the request.
Copy file name to clipboardExpand all lines: branches/autosynth-datastore/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/CreateSnapshotRequest.java
Copy file name to clipboardExpand all lines: branches/autosynth-datastore/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/Subscription.java
Copy file name to clipboardExpand all lines: branches/autosynth-datastore/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/SubscriptionOrBuilder.java
Copy file name to clipboardExpand all lines: branches/autosynth-datastore/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/proto/google/pubsub/v1/pubsub.proto
0 commit comments