All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataproc.model.RegexValidation.html Maven / Gradle / Ivy

There is a newer version: v1-rev20240821-2.0.0
Show newest version






RegexValidation (Cloud Dataproc API v1-rev20240605-2.0.0)












com.google.api.services.dataproc.model

Class RegexValidation

    • Constructor Detail

      • RegexValidation

        public RegexValidation()
    • Method Detail

      • getRegexes

        public List<String> getRegexes()
        Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).
        Returns:
        value or null for none
      • setRegexes

        public RegexValidation setRegexes(List<String> regexes)
        Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).
        Parameters:
        regexes - regexes or null for none
      • clone

        public RegexValidation clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy