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

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

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






SourceSplitResponse (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class SourceSplitResponse

    • Constructor Detail

      • SourceSplitResponse

        public SourceSplitResponse()
    • Method Detail

      • getBundles

        public List<DerivedSource> getBundles()
        If outcome is SPLITTING_HAPPENED, then this is a list of bundles into which the source was split. Otherwise this field is ignored. This list can be empty, which means the source represents an empty input.
        Returns:
        value or null for none
      • setBundles

        public SourceSplitResponse setBundles(List<DerivedSource> bundles)
        If outcome is SPLITTING_HAPPENED, then this is a list of bundles into which the source was split. Otherwise this field is ignored. This list can be empty, which means the source represents an empty input.
        Parameters:
        bundles - bundles or null for none
      • getOutcome

        public String getOutcome()
        Indicates whether splitting happened and produced a list of bundles. If this is USE_CURRENT_SOURCE_AS_IS, the current source should be processed "as is" without splitting. "bundles" is ignored in this case. If this is SPLITTING_HAPPENED, then "bundles" contains a list of bundles into which the source was split.
        Returns:
        value or null for none
      • setOutcome

        public SourceSplitResponse setOutcome(String outcome)
        Indicates whether splitting happened and produced a list of bundles. If this is USE_CURRENT_SOURCE_AS_IS, the current source should be processed "as is" without splitting. "bundles" is ignored in this case. If this is SPLITTING_HAPPENED, then "bundles" contains a list of bundles into which the source was split.
        Parameters:
        outcome - outcome or null for none
      • getShards

        public List<SourceSplitShard> getShards()
        DEPRECATED in favor of bundles.
        Returns:
        value or null for none
      • clone

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

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy