Qore GoogleDataProvider Module Reference 2.0
|
Qore GoogleDataProvider module definition. More...
Classes | |
class | Base64UrlBinaryOutputOrNothingType |
Data provider type for output types using base64 URL encoding. More... | |
class | Base64UrlBinaryOutputType |
Data provider type for output types using base64 URL encoding. More... | |
class | GoogleApiDataProvider |
The Google generic API data provider class. More... | |
class | GoogleApiParentDataProvider |
The Google data provider base class. More... | |
class | GoogleDataProviderBase |
The Google data provider base class. More... | |
class | SoftBoolInputType |
Boolean string type. More... | |
class | SoftBoolOrNothingInputType |
Boolean string type. More... | |
class | SoftBoolOrNothingStringType |
Boolean string type for boolean input and string output. More... | |
class | SoftBoolStringType |
Boolean string type for boolean input and string output. More... | |
class | SoftDateDataProviderStringType |
Date string type. More... | |
class | SoftTimestampDataProviderStringType |
Timestamp string type. More... | |
Variables | |
const | Base64UrlBinaryOutputOrNothingType = new Base64UrlBinaryOutputOrNothingType() |
Constant for output types using base64 URL encoding. | |
const | Base64UrlBinaryOutputType = new Base64UrlBinaryOutputType() |
Constant for output types using base64 URL encoding. | |
const | SoftBoolDataProviderInputType = AbstractDataProviderType::get(SoftBoolInputType) |
Boolean data provider string type for query parameters. | |
const | SoftBoolDataProviderStringType = AbstractDataProviderType::get(SoftBoolStringType) |
Boolean data provider string type for query parameters. | |
const | SoftBoolInputType = new SoftBoolInputType() |
Boolean string type for string input and boolean output. | |
const | SoftBoolOrNothingDataProviderInputType = AbstractDataProviderType::get(SoftBoolOrNothingInputType) |
Boolean data provider string type for query parameters. | |
const | SoftBoolOrNothingDataProviderStringType = AbstractDataProviderType::get(SoftBoolOrNothingStringType) |
Boolean data provider string type for query parameters. | |
const | SoftBoolOrNothingInputType = new SoftBoolOrNothingInputType() |
Boolean string type for string input and boolean output. | |
const | SoftBoolOrNothingStringType = new SoftBoolOrNothingStringType() |
Boolean string type for query parameters. | |
const | SoftBoolStringType = new SoftBoolStringType() |
Boolean string type for query parameters. | |
const | SoftDateDataProviderStringType = new SoftDateDataProviderStringType() |
Data provider type for timestamps in API arguments. | |
const | SoftTimestampDataProviderStringType = new SoftTimestampDataProviderStringType() |
Data provider type for timestamps in API arguments. | |
Qore GoogleDataProvider module definition.
Contains all public definitions in the GoogleDataProvider module.
GoogleApiDataProvider.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Contains all public definitions in the GoogleDataProvider module
GoogleApiParentDataProvider.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Contains all public definitions in the GoogleDataProvider module
GoogleDataProviderBase.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Contains all public definitions in the GoogleDataProvider module