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

target.apidocs.com.google.api.services.dataflow.model.ParameterMetadataEnumOption.html Maven / Gradle / Ivy

There is a newer version: v1b4-rev7-1.20.0
Show newest version






ParameterMetadataEnumOption (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class ParameterMetadataEnumOption

    • Constructor Detail

      • ParameterMetadataEnumOption

        public ParameterMetadataEnumOption()
    • Method Detail

      • getDescription

        public String getDescription()
        Optional. The description to display for the enum option.
        Returns:
        value or null for none
      • setDescription

        public ParameterMetadataEnumOption setDescription(String description)
        Optional. The description to display for the enum option.
        Parameters:
        description - description or null for none
      • getLabel

        public String getLabel()
        Optional. The label to display for the enum option.
        Returns:
        value or null for none
      • setLabel

        public ParameterMetadataEnumOption setLabel(String label)
        Optional. The label to display for the enum option.
        Parameters:
        label - label or null for none
      • getValue

        public String getValue()
        Required. The value of the enum option.
        Returns:
        value or null for none

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy