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

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

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






SendDebugCaptureRequest (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class SendDebugCaptureRequest

    • Constructor Detail

      • SendDebugCaptureRequest

        public SendDebugCaptureRequest()
    • Method Detail

      • getComponentId

        public String getComponentId()
        The internal component id for which debug information is sent.
        Returns:
        value or null for none
      • setComponentId

        public SendDebugCaptureRequest setComponentId(String componentId)
        The internal component id for which debug information is sent.
        Parameters:
        componentId - componentId or null for none
      • getData

        public String getData()
        The encoded debug information.
        Returns:
        value or null for none
      • getDataFormat

        public String getDataFormat()
        Format for the data field above (id=5).
        Returns:
        value or null for none
      • setDataFormat

        public SendDebugCaptureRequest setDataFormat(String dataFormat)
        Format for the data field above (id=5).
        Parameters:
        dataFormat - dataFormat or null for none
      • getLocation

        public String getLocation()
        The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
        Returns:
        value or null for none
      • setLocation

        public SendDebugCaptureRequest setLocation(String location)
        The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
        Parameters:
        location - location or null for none
      • getWorkerId

        public String getWorkerId()
        The worker id, i.e., VM hostname.
        Returns:
        value or null for none
      • setWorkerId

        public SendDebugCaptureRequest setWorkerId(String workerId)
        The worker id, i.e., VM hostname.
        Parameters:
        workerId - workerId or null for none
      • clone

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