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

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

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






SourceMetadata (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class SourceMetadata

    • Constructor Detail

      • SourceMetadata

        public SourceMetadata()
    • Method Detail

      • getEstimatedSizeBytes

        public Long getEstimatedSizeBytes()
        An estimate of the total size (in bytes) of the data that would be read from this source. This estimate is in terms of external storage size, before any decompression or other processing done by the reader.
        Returns:
        value or null for none
      • setEstimatedSizeBytes

        public SourceMetadata setEstimatedSizeBytes(Long estimatedSizeBytes)
        An estimate of the total size (in bytes) of the data that would be read from this source. This estimate is in terms of external storage size, before any decompression or other processing done by the reader.
        Parameters:
        estimatedSizeBytes - estimatedSizeBytes or null for none
      • getInfinite

        public Boolean getInfinite()
        Specifies that the size of this source is known to be infinite (this is a streaming source).
        Returns:
        value or null for none
      • setInfinite

        public SourceMetadata setInfinite(Boolean infinite)
        Specifies that the size of this source is known to be infinite (this is a streaming source).
        Parameters:
        infinite - infinite or null for none
      • getProducesSortedKeys

        public Boolean getProducesSortedKeys()
        Whether this source is known to produce key/value pairs with the (encoded) keys in lexicographically sorted order.
        Returns:
        value or null for none
      • setProducesSortedKeys

        public SourceMetadata setProducesSortedKeys(Boolean producesSortedKeys)
        Whether this source is known to produce key/value pairs with the (encoded) keys in lexicographically sorted order.
        Parameters:
        producesSortedKeys - producesSortedKeys or null for none
      • set

        public SourceMetadata set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public SourceMetadata 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