target.apidocs.com.google.api.services.checks.v1alpha.ChecksService.Accounts.html Maven / Gradle / Ivy
ChecksService.Accounts (Checks API v1alpha-rev20241203-2.0.0)
com.google.api.services.checks.v1alpha
Class ChecksService.Accounts
- java.lang.Object
-
- com.google.api.services.checks.v1alpha.ChecksService.Accounts
-
- Enclosing class:
- ChecksService
public class ChecksService.Accounts
extends Object
The "accounts" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
ChecksService.Accounts.Apps
The "apps" collection of methods.
class
ChecksService.Accounts.Repos
The "repos" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Accounts()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
ChecksService.Accounts.Apps
apps()
An accessor for creating requests from the Apps collection.
ChecksService.Accounts.Repos
repos()
An accessor for creating requests from the Repos collection.
-
-
Method Detail
-
apps
public ChecksService.Accounts.Apps apps()
An accessor for creating requests from the Apps collection.
The typical use is:
ChecksService checks = new ChecksService(...);
ChecksService.Apps.List request = checks.apps().list(parameters ...)
- Returns:
- the resource collection
-
repos
public ChecksService.Accounts.Repos repos()
An accessor for creating requests from the Repos collection.
The typical use is:
ChecksService checks = new ChecksService(...);
ChecksService.Repos.List request = checks.repos().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy