lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.40.0 vs lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.41.0

- old
+ new

@@ -506,10 +506,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ParameterMetadataEnumOption + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class PartialGroupByKeyInstruction class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -1945,18 +1951,29 @@ class ParameterMetadata # @private class Representation < Google::Apis::Core::JsonRepresentation hash :custom_metadata, as: 'customMetadata' + collection :enum_options, as: 'enumOptions', class: Google::Apis::DataflowV1b3::ParameterMetadataEnumOption, decorator: Google::Apis::DataflowV1b3::ParameterMetadataEnumOption::Representation + property :group_name, as: 'groupName' property :help_text, as: 'helpText' property :is_optional, as: 'isOptional' property :label, as: 'label' property :name, as: 'name' property :param_type, as: 'paramType' property :parent_name, as: 'parentName' collection :parent_trigger_values, as: 'parentTriggerValues' collection :regexes, as: 'regexes' + end + end + + class ParameterMetadataEnumOption + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :description, as: 'description' + property :label, as: 'label' + property :value, as: 'value' end end class PartialGroupByKeyInstruction # @private