Github user jvwing commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2017#discussion_r137959775
--- Diff:
nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/AbstractGCPProcessor.java
---
@@ -55,6 +55,25 @@
.addValidator(StandardValidators.INTEGER_VALIDATOR)
.build();
+ public static final PropertyDescriptor PROXY_HOST = new
PropertyDescriptor
+ .Builder().name("proxy-host")
--- End diff --
The other property descriptors in this file prefix their names with `gcp-`.
Any special reason not to fit in with the others?
---