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 all the exclusions in a parent resource.
See: Stackdriver Logging API Reference for logging.organizations.exclusions.list
.
Synopsis
- type OrganizationsExclusionsListResource = "v2" :> (Capture "parent" Text :> ("exclusions" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListExclusionsResponse))))))))))
- organizationsExclusionsList :: Text -> OrganizationsExclusionsList
- data OrganizationsExclusionsList
- oelParent :: Lens' OrganizationsExclusionsList Text
- oelXgafv :: Lens' OrganizationsExclusionsList (Maybe Xgafv)
- oelUploadProtocol :: Lens' OrganizationsExclusionsList (Maybe Text)
- oelAccessToken :: Lens' OrganizationsExclusionsList (Maybe Text)
- oelUploadType :: Lens' OrganizationsExclusionsList (Maybe Text)
- oelPageToken :: Lens' OrganizationsExclusionsList (Maybe Text)
- oelPageSize :: Lens' OrganizationsExclusionsList (Maybe Int32)
- oelCallback :: Lens' OrganizationsExclusionsList (Maybe Text)
REST Resource
type OrganizationsExclusionsListResource = "v2" :> (Capture "parent" Text :> ("exclusions" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListExclusionsResponse)))))))))) Source #
A resource alias for logging.organizations.exclusions.list
method which the
OrganizationsExclusionsList
request conforms to.
Creating a Request
organizationsExclusionsList Source #
Creates a value of OrganizationsExclusionsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data OrganizationsExclusionsList Source #
Lists all the exclusions in a parent resource.
See: organizationsExclusionsList
smart constructor.
Instances
Request Lenses
oelParent :: Lens' OrganizationsExclusionsList Text Source #
Required. The parent resource whose exclusions are to be listed. "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]"
oelUploadProtocol :: Lens' OrganizationsExclusionsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
oelAccessToken :: Lens' OrganizationsExclusionsList (Maybe Text) Source #
OAuth access token.
oelUploadType :: Lens' OrganizationsExclusionsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
oelPageToken :: Lens' OrganizationsExclusionsList (Maybe Text) Source #
Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.
oelPageSize :: Lens' OrganizationsExclusionsList (Maybe Int32) Source #
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.
oelCallback :: Lens' OrganizationsExclusionsList (Maybe Text) Source #
JSONP