Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
See: Cloud Firestore API Reference for firestore.projects.databases.operations.list
.
Synopsis
- type ProjectsDatabasesOperationsListResource = "v1" :> (Capture "name" Text :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GoogleLongrunningListOperationsResponse)))))))))))
- projectsDatabasesOperationsList :: Text -> ProjectsDatabasesOperationsList
- data ProjectsDatabasesOperationsList
- pdolXgafv :: Lens' ProjectsDatabasesOperationsList (Maybe Xgafv)
- pdolUploadProtocol :: Lens' ProjectsDatabasesOperationsList (Maybe Text)
- pdolAccessToken :: Lens' ProjectsDatabasesOperationsList (Maybe Text)
- pdolUploadType :: Lens' ProjectsDatabasesOperationsList (Maybe Text)
- pdolName :: Lens' ProjectsDatabasesOperationsList Text
- pdolFilter :: Lens' ProjectsDatabasesOperationsList (Maybe Text)
- pdolPageToken :: Lens' ProjectsDatabasesOperationsList (Maybe Text)
- pdolPageSize :: Lens' ProjectsDatabasesOperationsList (Maybe Int32)
- pdolCallback :: Lens' ProjectsDatabasesOperationsList (Maybe Text)
REST Resource
type ProjectsDatabasesOperationsListResource = "v1" :> (Capture "name" Text :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GoogleLongrunningListOperationsResponse))))))))))) Source #
A resource alias for firestore.projects.databases.operations.list
method which the
ProjectsDatabasesOperationsList
request conforms to.
Creating a Request
projectsDatabasesOperationsList Source #
Creates a value of ProjectsDatabasesOperationsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsDatabasesOperationsList Source #
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
See: projectsDatabasesOperationsList
smart constructor.
Instances
Request Lenses
pdolUploadProtocol :: Lens' ProjectsDatabasesOperationsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pdolAccessToken :: Lens' ProjectsDatabasesOperationsList (Maybe Text) Source #
OAuth access token.
pdolUploadType :: Lens' ProjectsDatabasesOperationsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pdolName :: Lens' ProjectsDatabasesOperationsList Text Source #
The name of the operation's parent resource.
pdolFilter :: Lens' ProjectsDatabasesOperationsList (Maybe Text) Source #
The standard list filter.
pdolPageToken :: Lens' ProjectsDatabasesOperationsList (Maybe Text) Source #
The standard list page token.
pdolPageSize :: Lens' ProjectsDatabasesOperationsList (Maybe Int32) Source #
The standard list page size.
pdolCallback :: Lens' ProjectsDatabasesOperationsList (Maybe Text) Source #
JSONP