Uses of Enum Class
com.norconex.committer.googlecloudsearch.GoogleCloudSearchCommitterConfig.AclTarget
Packages that use GoogleCloudSearchCommitterConfig.AclTarget
-
Uses of GoogleCloudSearchCommitterConfig.AclTarget in com.norconex.committer.googlecloudsearch
Methods in com.norconex.committer.googlecloudsearch that return GoogleCloudSearchCommitterConfig.AclTargetModifier and TypeMethodDescriptionGoogleCloudSearchCommitterConfig.AclMapping.getTarget()Which ACL list the resolved principal(s) are added to.Returns the enum constant of this class with the specified name.GoogleCloudSearchCommitterConfig.AclTarget.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.committer.googlecloudsearch with parameters of type GoogleCloudSearchCommitterConfig.AclTargetModifier and TypeMethodDescriptionGoogleCloudSearchCommitterConfig.AclMapping.setTarget(GoogleCloudSearchCommitterConfig.AclTarget target) Which ACL list the resolved principal(s) are added to.