Skip to content

Commit ab20245

Browse files
authored
chore(functions/v2): Add region tag (GoogleCloudPlatform#7172)
1 parent ce4e7b7 commit ab20245

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

functions/v2/label-compute-instance/src/main/java/functions/AutoLabelInstance.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package functions;
1818

19+
// [START functions_label_gce_instance]
1920
import com.google.cloud.compute.v1.GetInstanceRequest;
2021
import com.google.cloud.compute.v1.Instance;
2122
import com.google.cloud.compute.v1.InstancesClient;
@@ -115,3 +116,4 @@ public void accept(CloudEvent event) throws Exception {
115116
}
116117
}
117118
}
119+
// [END functions_label_gce_instance]

0 commit comments

Comments
 (0)