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

target.apidocs.com.google.api.services.bigquery.model.Streamingbuffer.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






Streamingbuffer (BigQuery API v2-rev20240616-2.0.0)












com.google.api.services.bigquery.model

Class Streamingbuffer

    • Constructor Detail

      • Streamingbuffer

        public Streamingbuffer()
    • Method Detail

      • getEstimatedBytes

        public BigInteger getEstimatedBytes()
        Output only. A lower-bound estimate of the number of bytes currently in the streaming buffer.
        Returns:
        value or null for none
      • setEstimatedBytes

        public Streamingbuffer setEstimatedBytes(BigInteger estimatedBytes)
        Output only. A lower-bound estimate of the number of bytes currently in the streaming buffer.
        Parameters:
        estimatedBytes - estimatedBytes or null for none
      • getEstimatedRows

        public BigInteger getEstimatedRows()
        Output only. A lower-bound estimate of the number of rows currently in the streaming buffer.
        Returns:
        value or null for none
      • setEstimatedRows

        public Streamingbuffer setEstimatedRows(BigInteger estimatedRows)
        Output only. A lower-bound estimate of the number of rows currently in the streaming buffer.
        Parameters:
        estimatedRows - estimatedRows or null for none
      • getOldestEntryTime

        public BigInteger getOldestEntryTime()
        Output only. Contains the timestamp of the oldest entry in the streaming buffer, in milliseconds since the epoch, if the streaming buffer is available.
        Returns:
        value or null for none
      • setOldestEntryTime

        public Streamingbuffer setOldestEntryTime(BigInteger oldestEntryTime)
        Output only. Contains the timestamp of the oldest entry in the streaming buffer, in milliseconds since the epoch, if the streaming buffer is available.
        Parameters:
        oldestEntryTime - oldestEntryTime or null for none
      • clone

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