| 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 |
Network.Google.Resource.CloudPrivateCatalogProducer.Catalogs.Associations.Delete
Description
Deletes the given Association.
See: Cloud Private Catalog Producer API Reference for cloudprivatecatalogproducer.catalogs.associations.delete.
Synopsis
- type CatalogsAssociationsDeleteResource = "v1beta1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] GoogleProtobufEmpty)))))))
- catalogsAssociationsDelete :: Text -> CatalogsAssociationsDelete
- data CatalogsAssociationsDelete
- cadXgafv :: Lens' CatalogsAssociationsDelete (Maybe Xgafv)
- cadUploadProtocol :: Lens' CatalogsAssociationsDelete (Maybe Text)
- cadAccessToken :: Lens' CatalogsAssociationsDelete (Maybe Text)
- cadUploadType :: Lens' CatalogsAssociationsDelete (Maybe Text)
- cadName :: Lens' CatalogsAssociationsDelete Text
- cadCallback :: Lens' CatalogsAssociationsDelete (Maybe Text)
REST Resource
type CatalogsAssociationsDeleteResource = "v1beta1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] GoogleProtobufEmpty))))))) Source #
A resource alias for cloudprivatecatalogproducer.catalogs.associations.delete method which the
CatalogsAssociationsDelete request conforms to.
Creating a Request
catalogsAssociationsDelete Source #
Arguments
| :: Text | |
| -> CatalogsAssociationsDelete |
Creates a value of CatalogsAssociationsDelete with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CatalogsAssociationsDelete Source #
Deletes the given Association.
See: catalogsAssociationsDelete smart constructor.
Instances
Request Lenses
cadUploadProtocol :: Lens' CatalogsAssociationsDelete (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
cadAccessToken :: Lens' CatalogsAssociationsDelete (Maybe Text) Source #
OAuth access token.
cadUploadType :: Lens' CatalogsAssociationsDelete (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
cadName :: Lens' CatalogsAssociationsDelete Text Source #
The resource name of the `Association` to delete.
cadCallback :: Lens' CatalogsAssociationsDelete (Maybe Text) Source #
JSONP