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

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

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






InstructionOutput (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class InstructionOutput

    • Constructor Detail

      • InstructionOutput

        public InstructionOutput()
    • Method Detail

      • getCodec

        public Map<String,Object> getCodec()
        The codec to use to encode data being written via this output.
        Returns:
        value or null for none
      • setCodec

        public InstructionOutput setCodec(Map<String,Object> codec)
        The codec to use to encode data being written via this output.
        Parameters:
        codec - codec or null for none
      • getName

        public String getName()
        The user-provided name of this output.
        Returns:
        value or null for none
      • setName

        public InstructionOutput setName(String name)
        The user-provided name of this output.
        Parameters:
        name - name or null for none
      • getOnlyCountKeyBytes

        public Boolean getOnlyCountKeyBytes()
        For system-generated byte and mean byte metrics, certain instructions should only report the key size.
        Returns:
        value or null for none
      • setOnlyCountKeyBytes

        public InstructionOutput setOnlyCountKeyBytes(Boolean onlyCountKeyBytes)
        For system-generated byte and mean byte metrics, certain instructions should only report the key size.
        Parameters:
        onlyCountKeyBytes - onlyCountKeyBytes or null for none
      • getOnlyCountValueBytes

        public Boolean getOnlyCountValueBytes()
        For system-generated byte and mean byte metrics, certain instructions should only report the value size.
        Returns:
        value or null for none
      • setOnlyCountValueBytes

        public InstructionOutput setOnlyCountValueBytes(Boolean onlyCountValueBytes)
        For system-generated byte and mean byte metrics, certain instructions should only report the value size.
        Parameters:
        onlyCountValueBytes - onlyCountValueBytes or null for none
      • getOriginalName

        public String getOriginalName()
        System-defined name for this output in the original workflow graph. Outputs that do not contribute to an original instruction do not set this.
        Returns:
        value or null for none
      • setOriginalName

        public InstructionOutput setOriginalName(String originalName)
        System-defined name for this output in the original workflow graph. Outputs that do not contribute to an original instruction do not set this.
        Parameters:
        originalName - originalName or null for none
      • getSystemName

        public String getSystemName()
        System-defined name of this output. Unique across the workflow.
        Returns:
        value or null for none
      • setSystemName

        public InstructionOutput setSystemName(String systemName)
        System-defined name of this output. Unique across the workflow.
        Parameters:
        systemName - systemName or null for none
      • clone

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