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

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

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






SerDeInfo (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class SerDeInfo

    • Constructor Detail

      • SerDeInfo

        public SerDeInfo()
    • Method Detail

      • getName

        public String getName()
        Optional. Name of the SerDe. The maximum length is 256 characters.
        Returns:
        value or null for none
      • setName

        public SerDeInfo setName(String name)
        Optional. Name of the SerDe. The maximum length is 256 characters.
        Parameters:
        name - name or null for none
      • getParameters

        public Map<String,String> getParameters()
        Optional. Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.
        Returns:
        value or null for none
      • setParameters

        public SerDeInfo setParameters(Map<String,String> parameters)
        Optional. Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.
        Parameters:
        parameters - parameters or null for none
      • getSerializationLibrary

        public String getSerializationLibrary()
        Required. Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low- level input and output format structures. The maximum length is 256 characters.
        Returns:
        value or null for none
      • setSerializationLibrary

        public SerDeInfo setSerializationLibrary(String serializationLibrary)
        Required. Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low- level input and output format structures. The maximum length is 256 characters.
        Parameters:
        serializationLibrary - serializationLibrary or null for none
      • set

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

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