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 |
Gets the description of an exclusion.
See: Stackdriver Logging API Reference for logging.billingAccounts.exclusions.get
.
Synopsis
- type BillingAccountsExclusionsGetResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LogExclusion)))))))
- billingAccountsExclusionsGet :: Text -> BillingAccountsExclusionsGet
- data BillingAccountsExclusionsGet
- baegXgafv :: Lens' BillingAccountsExclusionsGet (Maybe Xgafv)
- baegUploadProtocol :: Lens' BillingAccountsExclusionsGet (Maybe Text)
- baegAccessToken :: Lens' BillingAccountsExclusionsGet (Maybe Text)
- baegUploadType :: Lens' BillingAccountsExclusionsGet (Maybe Text)
- baegName :: Lens' BillingAccountsExclusionsGet Text
- baegCallback :: Lens' BillingAccountsExclusionsGet (Maybe Text)
REST Resource
type BillingAccountsExclusionsGetResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LogExclusion))))))) Source #
A resource alias for logging.billingAccounts.exclusions.get
method which the
BillingAccountsExclusionsGet
request conforms to.
Creating a Request
billingAccountsExclusionsGet Source #
Creates a value of BillingAccountsExclusionsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BillingAccountsExclusionsGet Source #
Gets the description of an exclusion.
See: billingAccountsExclusionsGet
smart constructor.
Instances
Request Lenses
baegUploadProtocol :: Lens' BillingAccountsExclusionsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
baegAccessToken :: Lens' BillingAccountsExclusionsGet (Maybe Text) Source #
OAuth access token.
baegUploadType :: Lens' BillingAccountsExclusionsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
baegName :: Lens' BillingAccountsExclusionsGet Text Source #
Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id".
baegCallback :: Lens' BillingAccountsExclusionsGet (Maybe Text) Source #
JSONP