Interface StoreProto.Store.BigQueryConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDatasetId()
      string dataset_id = 2;
      com.google.protobuf.ByteString getDatasetIdBytes()
      string dataset_id = 2;
      int getInitialRetryDelaySeconds()
      int32 initial_retry_delay_seconds = 4;
      String getProjectId()
      string project_id = 1;
      com.google.protobuf.ByteString getProjectIdBytes()
      string project_id = 1;
      String getStagingLocation()
      string staging_location = 3;
      com.google.protobuf.ByteString getStagingLocationBytes()
      string staging_location = 3;
      int getTotalTimeoutSeconds()
      int32 total_timeout_seconds = 5;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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.