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 Spanner API Reference for spanner.projects.instances.databases.operations.list
.
Synopsis
- type ProjectsInstancesDatabasesOperationsListResource = "v1" :> (Capture "name" Text :> (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] ListOperationsResponse))))))))))
- projectsInstancesDatabasesOperationsList :: Text -> ProjectsInstancesDatabasesOperationsList
- data ProjectsInstancesDatabasesOperationsList
- pidolXgafv :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Xgafv)
- pidolUploadProtocol :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text)
- pidolAccessToken :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text)
- pidolUploadType :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text)
- pidolName :: Lens' ProjectsInstancesDatabasesOperationsList Text
- pidolFilter :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text)
- pidolPageToken :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text)
- pidolPageSize :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Int32)
- pidolCallback :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text)
REST Resource
type ProjectsInstancesDatabasesOperationsListResource = "v1" :> (Capture "name" Text :> (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] ListOperationsResponse)))))))))) Source #
A resource alias for spanner.projects.instances.databases.operations.list
method which the
ProjectsInstancesDatabasesOperationsList
request conforms to.
Creating a Request
projectsInstancesDatabasesOperationsList Source #
Creates a value of ProjectsInstancesDatabasesOperationsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesDatabasesOperationsList 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: projectsInstancesDatabasesOperationsList
smart constructor.
Instances
Request Lenses
pidolXgafv :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Xgafv) Source #
V1 error format.
pidolUploadProtocol :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pidolAccessToken :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text) Source #
OAuth access token.
pidolUploadType :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pidolName :: Lens' ProjectsInstancesDatabasesOperationsList Text Source #
The name of the operation's parent resource.
pidolFilter :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text) Source #
The standard list filter.
pidolPageToken :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Text) Source #
The standard list page token.
pidolPageSize :: Lens' ProjectsInstancesDatabasesOperationsList (Maybe Int32) Source #
The standard list page size.