We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4862935 commit 5e00536Copy full SHA for 5e00536
1 file changed
samples/snippets/src/main/java/pubsub/CreatePushNoWrapperSubscriptionExample.java
@@ -26,7 +26,7 @@
26
import com.google.pubsub.v1.TopicName;
27
import java.io.IOException;
28
29
-public class CreatePushSubscriptionExample {
+public class CreatePushNoWrapperSubscriptionExample {
30
public static void main(String... args) throws Exception {
31
// TODO(developer): Replace these variables before running the sample.
32
String projectId = "your-project-id";
0 commit comments