Interface StoreProto.Store.BigQueryConfigOrBuilder

    • Method Detail

      • getProjectId

        String getProjectId()
        string project_id = 1;
        Returns:
        The projectId.
      • getProjectIdBytes

        com.google.protobuf.ByteString getProjectIdBytes()
        string project_id = 1;
        Returns:
        The bytes for projectId.
      • getDatasetId

        String getDatasetId()
        string dataset_id = 2;
        Returns:
        The datasetId.
      • getDatasetIdBytes

        com.google.protobuf.ByteString getDatasetIdBytes()
        string dataset_id = 2;
        Returns:
        The bytes for datasetId.
      • getStagingLocation

        String getStagingLocation()
        string staging_location = 3;
        Returns:
        The stagingLocation.
      • getStagingLocationBytes

        com.google.protobuf.ByteString getStagingLocationBytes()
        string staging_location = 3;
        Returns:
        The bytes for stagingLocation.
      • getInitialRetryDelaySeconds

        int getInitialRetryDelaySeconds()
        int32 initial_retry_delay_seconds = 4;
        Returns:
        The initialRetryDelaySeconds.
      • getTotalTimeoutSeconds

        int getTotalTimeoutSeconds()
        int32 total_timeout_seconds = 5;
        Returns:
        The totalTimeoutSeconds.
      • getWriteTriggeringFrequencySeconds

        int getWriteTriggeringFrequencySeconds()
        int32 write_triggering_frequency_seconds = 6;
        Returns:
        The writeTriggeringFrequencySeconds.