Skip to content

Commit f281fa0

Browse files
authored
restructure gcf/v2 directory (GoogleCloudPlatform#6434)
1 parent 7eaaafb commit f281fa0

11 files changed

Lines changed: 1 addition & 1 deletion

File tree

functions/v2/helloworld/hello-gcs/src/main/java/functions/HelloGcs.java renamed to functions/v2/hello-gcs/src/main/java/functions/HelloGcs.java

File renamed without changes.

functions/v2/helloworld/hello-gcs/src/main/java/functions/eventpojos/GcsEvent.java renamed to functions/v2/hello-gcs/src/main/java/functions/eventpojos/GcsEvent.java

File renamed without changes.

functions/v2/helloworld/hello-gcs/src/test/java/functions/HelloGcsTest.java renamed to functions/v2/hello-gcs/src/test/java/functions/HelloGcsTest.java

File renamed without changes.
File renamed without changes.

functions/v2/cloudevent/log-cloudevent/src/main/java/functions/LogCloudEvent.java renamed to functions/v2/log-cloudevent/src/main/java/functions/LogCloudEvent.java

File renamed without changes.

functions/v2/cloudevent/log-cloudevent/src/test/java/functions/LogCloudEventTest.java renamed to functions/v2/log-cloudevent/src/test/java/functions/LogCloudEventTest.java

File renamed without changes.

functions/v2/pubsub/subscribe-to-topic/pom.xml renamed to functions/v2/pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<groupId>com.example.cloud.functions</groupId>
25-
<artifactId>functions-pubsub-subscribe-to-topic</artifactId>
25+
<artifactId>functions-pubsub</artifactId>
2626

2727
<parent>
2828
<groupId>com.google.cloud.samples</groupId>

functions/v2/pubsub/subscribe-to-topic/src/main/java/functions/SubscribeToTopic.java renamed to functions/v2/pubsub/src/main/java/functions/SubscribeToTopic.java

File renamed without changes.

functions/v2/pubsub/subscribe-to-topic/src/main/java/functions/eventpojos/PubSubBody.java renamed to functions/v2/pubsub/src/main/java/functions/eventpojos/PubSubBody.java

File renamed without changes.

0 commit comments

Comments
 (0)