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

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

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






RoutineReference (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class RoutineReference

    • Constructor Detail

      • RoutineReference

        public RoutineReference()
    • Method Detail

      • getDatasetId

        public String getDatasetId()
        Required. The ID of the dataset containing this routine.
        Returns:
        value or null for none
      • setDatasetId

        public RoutineReference setDatasetId(String datasetId)
        Required. The ID of the dataset containing this routine.
        Parameters:
        datasetId - datasetId or null for none
      • getProjectId

        public String getProjectId()
        Required. The ID of the project containing this routine.
        Returns:
        value or null for none
      • setProjectId

        public RoutineReference setProjectId(String projectId)
        Required. The ID of the project containing this routine.
        Parameters:
        projectId - projectId or null for none
      • getRoutineId

        public String getRoutineId()
        Required. The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
        Returns:
        value or null for none
      • setRoutineId

        public RoutineReference setRoutineId(String routineId)
        Required. The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
        Parameters:
        routineId - routineId or null for none
      • clone

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