target.apidocs.com.google.api.services.logging.v2.Logging.Locations.html Maven / Gradle / Ivy
Logging.Locations (Cloud Logging API v2-rev20240908-2.0.0)
com.google.api.services.logging.v2
Class Logging.Locations
- java.lang.Object
-
- com.google.api.services.logging.v2.Logging.Locations
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Logging.Locations.Buckets
The "buckets" collection of methods.
class
Logging.Locations.Get
class
Logging.Locations.List
class
Logging.Locations.Operations
The "operations" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Logging.Locations.Buckets
buckets()
An accessor for creating requests from the Buckets collection.
Logging.Locations.Get
get(String name)
Gets information about a location.
Logging.Locations.List
list(String name)
Lists information about the supported locations for this service.
Logging.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
-
-
Method Detail
-
get
public Logging.Locations.Get get(String name)
throws IOException
Gets information about a location.
Create a request for the method "locations.get".
This request holds the parameters needed by the logging server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Resource name for the location.
- Returns:
- the request
- Throws:
IOException
-
list
public Logging.Locations.List list(String name)
throws IOException
Lists information about the supported locations for this service.
Create a request for the method "locations.list".
This request holds the parameters needed by the logging server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The resource that owns the locations collection, if applicable.
- Returns:
- the request
- Throws:
IOException
-
buckets
public Logging.Locations.Buckets buckets()
An accessor for creating requests from the Buckets collection.
The typical use is:
Logging logging = new Logging(...);
Logging.Buckets.List request = logging.buckets().list(parameters ...)
- Returns:
- the resource collection
-
operations
public Logging.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
Logging logging = new Logging(...);
Logging.Operations.List request = logging.operations().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy