All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.logging.v2.Logging.Projects.Locations.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241018-2.0.0
Show newest version






Logging.Projects.Locations (Cloud Logging API v2-rev20240419-2.0.0)












com.google.api.services.logging.v2

Class Logging.Projects.Locations

  • java.lang.Object
    • com.google.api.services.logging.v2.Logging.Projects.Locations
  • Enclosing class:
    Logging.Projects


    public class Logging.Projects.Locations
    extends Object
    The "locations" collection of methods.
    • Constructor Detail

      • Locations

        public Locations()
    • Method Detail

      • get

        public Logging.Projects.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.Projects.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.Projects.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.Projects.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
      • recentQueries

        public Logging.Projects.Locations.RecentQueries recentQueries()
        An accessor for creating requests from the RecentQueries collection.

        The typical use is:

            Logging logging = new Logging(...);
            Logging.RecentQueries.List request = logging.recentQueries().list(parameters ...)
         
        Returns:
        the resource collection
      • savedQueries

        public Logging.Projects.Locations.SavedQueries savedQueries()
        An accessor for creating requests from the SavedQueries collection.

        The typical use is:

            Logging logging = new Logging(...);
            Logging.SavedQueries.List request = logging.savedQueries().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy