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.Compute.BackendServices.Patch
Description
Updates the specified BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information. This method supports patch semantics.
See: Compute Engine API Reference for compute.backendServices.patch
.
- type BackendServicesPatchResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("backendServices" :> (Capture "backendService" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] BackendService :> Patch '[JSON] Operation))))))))
- backendServicesPatch :: Text -> BackendService -> Text -> BackendServicesPatch
- data BackendServicesPatch
- bspProject :: Lens' BackendServicesPatch Text
- bspPayload :: Lens' BackendServicesPatch BackendService
- bspBackendService :: Lens' BackendServicesPatch Text
REST Resource
type BackendServicesPatchResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("backendServices" :> (Capture "backendService" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] BackendService :> Patch '[JSON] Operation)))))))) #
A resource alias for compute.backendServices.patch
method which the
BackendServicesPatch
request conforms to.
Creating a Request
Arguments
:: Text | |
-> BackendService | |
-> Text | |
-> BackendServicesPatch |
Creates a value of BackendServicesPatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BackendServicesPatch #
Updates the specified BackendService resource with the data included in the request. There are several restrictions and guidelines to keep in mind when updating a backend service. Read Restrictions and Guidelines for more information. This method supports patch semantics.
See: backendServicesPatch
smart constructor.
Request Lenses
bspProject :: Lens' BackendServicesPatch Text #
Project ID for this request.
bspPayload :: Lens' BackendServicesPatch BackendService #
Multipart request metadata.
bspBackendService :: Lens' BackendServicesPatch Text #
Name of the BackendService resource to update.